:root{--amber-accent:#d97706}input[type=range].temp-slider{appearance:none;cursor:pointer;background:0 0;outline:none;width:100%;height:14px;margin:0;padding:0}input[type=range].temp-slider::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--amber-accent) 0%, var(--amber-accent) var(--temp-pct,50%), rgba(150,150,150,.35) var(--temp-pct,50%), rgba(150,150,150,.35) 100%);border-radius:3px;height:5px}input[type=range].temp-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--amber-accent);cursor:pointer;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:-5px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.temp-value-input{text-align:center;width:48px;color:var(--amber-accent);background:var(--muted);cursor:text;border:1px solid rgba(150,150,150,.4);border-radius:6px;outline:none;padding:4px;font-family:monospace;font-size:12px;font-weight:600;transition:border-color .15s}.temp-value-input.focused{border:1.5px solid var(--amber-accent)}.style-text-input{color:#fff;outline:none}.toolbar-btn{cursor:pointer;opacity:1;background-color:transparent;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .15s,color .15s;display:flex}.toolbar-btn.active{background-color:var(--amber-accent)}.toolbar-btn.disabled{cursor:not-allowed;opacity:.5}.toolbar-separator{background-color:hsl(var(--border));width:1px;height:20px;margin:0 4px}.editor-cancel-btn{cursor:pointer;background-color:hsl(var(--muted));border-radius:8px;padding:8px 20px;transition:background-color .15s}.editor-save-btn{cursor:pointer;background-color:var(--amber-accent);border-radius:8px;flex-direction:row;align-items:center;gap:8px;padding:8px 24px;transition:background-color .15s,opacity .15s;display:flex}.editor-save-btn.saving{opacity:.7;cursor:not-allowed;background-color:#fbbf24}.style-editor-wrapper{border:1px solid hsl(var(--border));background:hsl(var(--muted));border-radius:8px;flex:1;height:100%;min-height:0;transition:border-color .15s;overflow-y:auto}.style-editor-wrapper:focus-within{border-color:var(--amber-accent)}.style-editor-wrapper .tiptap{min-height:100%;color:hsl(var(--foreground));outline:none;padding:12px 16px;font-size:14px;line-height:1.6}.style-editor-wrapper .tiptap p.is-editor-empty:first-child:before{content:"Describe this style...";color:hsl(var(--muted-foreground));float:left;pointer-events:none;height:0}.style-editor-wrapper .tiptap p{margin:0 0 8px}.style-editor-wrapper .tiptap strong{color:hsl(var(--foreground));font-weight:700}.style-editor-wrapper .tiptap em{font-style:italic}.style-editor-wrapper .tiptap ul{margin:4px 0 12px;padding-left:24px;list-style-type:disc}.style-editor-wrapper .tiptap ol{margin:4px 0 12px;padding-left:24px;list-style-type:decimal}.style-editor-wrapper .tiptap li{margin:4px 0;padding-left:4px}.style-editor-wrapper .tiptap li p{margin:0}.style-editor-wrapper .tiptap li::marker{color:hsl(var(--muted-foreground))}.style-editor-wrapper .tiptap code{background:hsla(var(--foreground) / .1);border-radius:4px;padding:1px 4px;font-family:monospace;font-size:13px}.style-editor-wrapper .tiptap pre{background:hsla(var(--foreground) / .08);border-radius:6px;margin:8px 0;padding:12px;overflow-x:auto}.style-editor-wrapper .tiptap pre code{background:0 0;padding:0;font-size:13px}.style-editor-wrapper .tiptap img{border-radius:6px;max-width:100%;height:auto;margin:8px 0;display:block}.style-editor-wrapper .tiptap [data-resize-container].ProseMirror-selectednode img{outline:2px solid var(--amber-accent);outline-offset:2px;border-radius:6px}.style-editor-wrapper .tiptap img.ProseMirror-selectednode{outline:2px solid var(--amber-accent);outline-offset:2px}.style-editor-wrapper .tiptap [data-resize-container]{max-width:100%;margin:8px 0}.style-editor-wrapper .tiptap [data-resize-container] img{margin:0}.style-editor-wrapper .tiptap [data-resize-handle]{background:var(--amber-accent);opacity:0;border:1.5px solid #fff;border-radius:2px;width:10px;height:10px;transition:opacity .1s}.style-editor-wrapper .tiptap [data-resize-container].ProseMirror-selectednode [data-resize-handle]{opacity:1;cursor:nwse-resize}.inspiration-card-wrapper{transition:transform .2s}.inspiration-card-img{aspect-ratio:var(--card-aspect,auto)}.inspiration-card-gradient{background:linear-gradient(transparent 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.55) 100%)}.inspiration-card-tag{backdrop-filter:blur(8px);background-color:rgba(255,255,255,.18)}.detail-gradient{background:linear-gradient(transparent 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 100%)}.detail-style-tag{backdrop-filter:blur(8px);background-color:rgba(255,255,255,.2)}.detail-score-bar{width:var(--bar-width,0%);transition:width .4s ease-out}.gallery-toolbar-separator{background-color:var(--border);width:1px;height:24px;margin:0 4px}.overlay-backdrop{background-color:rgba(0,0,0,.5)}.overlay-backdrop-dark{background-color:rgba(0,0,0,.75)}.close-btn-overlay{background-color:rgba(0,0,0,.4)}.close-btn-subtle{background-color:rgba(0,0,0,.05)}.empty-state-outer{background-color:rgba(245,158,11,.08)}.empty-state-inner{background-color:rgba(245,158,11,.12)}.btn-amber{background-color:var(--amber-accent)}.gallery-masonry{column-count:3;contain:content;column-gap:16px}.gallery-upload-btn{cursor:pointer;transition:opacity .15s}.gallery-upload-btn.is-uploading{opacity:.5;cursor:default}.gallery-save-btn{cursor:pointer;background-color:var(--amber-accent);transition:opacity .15s}.gallery-save-btn.is-disabled{background-color:var(--muted);opacity:.5;cursor:default}.gallery-delete-all-btn{cursor:pointer;background-color:var(--muted);transition:background-color .15s}.gallery-delete-all-btn.is-armed{background-color:#dc2626}.detail-score-color-0{color:#f59e0b}.detail-score-color-1{color:#fbbf24}.detail-score-color-2{color:#fcd34d}.detail-score-color-3{color:#fde68a}.detail-score-color-4{color:#d9f99d}.detail-score-color-5{color:#a7f3d0}.detail-score-color-6{color:#99f6e4}.detail-score-color-7{color:#a5f3fc}.detail-score-color-8{color:#bae6fd}.detail-score-color-9{color:#c7d2fe}.detail-bar-bg-0{background-color:#f59e0b}.detail-bar-bg-1{background-color:#fbbf24}.detail-bar-bg-2{background-color:#fcd34d}.detail-bar-bg-3{background-color:#fde68a}.detail-bar-bg-4{background-color:#d9f99d}.detail-bar-bg-5{background-color:#a7f3d0}.detail-bar-bg-6{background-color:#99f6e4}.detail-bar-bg-7{background-color:#a5f3fc}.detail-bar-bg-8{background-color:#bae6fd}.detail-bar-bg-9{background-color:#c7d2fe}.detail-image{min-height:400px;max-height:80vh}.temp-slider-container{transition:opacity .15s}.temp-slider-container.is-disabled{opacity:.35}.style-editor-modal{width:70%;max-width:900px;height:80%;max-height:800px}.duplicate-dialog{width:400px}.batch-textarea{min-height:140px}.file-input-hidden{display:none}