@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); }:root{--primary: oklch(.39 .065 172);--primary-foreground: oklch(.98 .01 95);--background: oklch(.965 .012 82);--foreground: oklch(.25 .025 72);--card: oklch(.985 .008 82);--card-foreground: oklch(.25 .025 72);--popover: oklch(.985 .008 82);--popover-foreground: oklch(.25 .025 72);--secondary: oklch(.94 .016 82);--secondary-foreground: oklch(.37 .025 72);--muted: oklch(.935 .014 82);--muted-foreground: oklch(.54 .025 72);--accent: oklch(.92 .022 82);--accent-foreground: oklch(.31 .035 72);--destructive: oklch(.56 .16 28);--destructive-foreground: oklch(.99 0 0);--border: oklch(.87 .025 82);--input: oklch(.87 .025 82);--ring: oklch(.56 .065 172);--radius: .75rem;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;background:var(--background);color:var(--foreground);min-width:320px}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button{transition:transform .16s ease-out,box-shadow .18s ease-out,background-color .18s ease-out,border-color .18s ease-out}button:active:not(:disabled){transform:scale(.975)}.app-frame{min-height:100vh;display:flex;position:relative;overflow:hidden;background:var(--background)}.app-frame:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.38;background-image:radial-gradient(rgba(108,79,51,.13) .7px,transparent .7px);background-size:21px 21px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 70%);mask-image:linear-gradient(to bottom,#000,transparent 70%)}.app-sidebar{width:258px;flex:0 0 258px;min-height:100vh;padding:28px 18px 18px;background:#173d3a;color:#eef1e8;display:flex;flex-direction:column;position:relative;z-index:30;box-shadow:12px 0 34px #283a3214}.brand-block{display:flex;align-items:center;gap:11px;padding:0 8px 30px}.brand-mark{width:31px;height:31px;display:grid;place-items:center;color:#173d3a;background:#d8b494;border-radius:10px;box-shadow:0 5px 14px #0000001f}.brand-name{font-size:15px;font-weight:650;letter-spacing:.02em}.brand-caption{margin-top:3px;color:#9fb6af;font-size:8.5px;letter-spacing:.17em}.sidebar-close{display:none;margin-left:auto;border:0;background:transparent;color:#a3b9b2}.workspace-card{display:flex;align-items:center;gap:10px;padding:11px 10px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#ffffff0f}.workspace-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#b67845;color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em}.workspace-label{color:#8ea9a2;font-size:9px;letter-spacing:.09em}.workspace-name{max-width:130px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.muted-icon{color:#7f9a93;margin-left:auto}.nav-section{margin-top:37px}.nav-section-label{margin:0 12px 12px;color:#77938b;font-size:9px;letter-spacing:.17em;font-weight:700}.nav-item{width:100%;display:flex;align-items:center;gap:12px;border:0;border-radius:10px;padding:11px 12px;color:#aac0b8;background:transparent;font-size:12px;text-align:left}.nav-item:hover{color:#f6f4ed;background:#ffffff14}.nav-item.active{color:#173d3a;background:#e5d4c4;box-shadow:0 6px 17px #0000001f;font-weight:700}.nav-count{min-width:20px;margin-left:auto;padding:2px 6px;border-radius:999px;text-align:center;font-size:10px;color:#173d3a;background:#d8b494}.format-note{display:flex;gap:10px;margin:auto 4px 22px;padding:13px 11px;border-radius:13px;background:#d8b4941a;border:1px solid rgba(216,180,148,.2)}.format-note-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#d8b494;background:#d8b49424}.format-note-title{color:#f2e7da;font-size:11px;font-weight:700}.format-note-copy{margin-top:4px;color:#98afa6;font-size:9px;line-height:1.55}.sidebar-footer{padding:0 7px;color:#75928a;font-size:9px}.secure-line{display:flex;align-items:center;gap:6px;color:#91aaa1}.version-line{margin-top:12px;color:#607e77;font-size:8px;letter-spacing:.16em}.main-canvas{position:relative;z-index:1;width:calc(100% - 258px);min-width:0;min-height:100vh}.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 47px;border-bottom:1px solid rgba(106,79,51,.09);background:#f6f3ecbd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-left,.topbar-actions,.breadcrumb,.ai-status,.user-chip{display:flex;align-items:center}.topbar-left{gap:17px}.desktop-collapse,.mobile-menu{border:0;background:transparent;color:#7d786f;display:grid;place-items:center;padding:5px}.mobile-menu{display:none}.breadcrumb{gap:10px;color:#9c958a;font-size:11px}.breadcrumb strong{color:#4d4b44;font-weight:650}.topbar-actions{gap:21px}.topbar-actions>button{min-height:33px;white-space:nowrap}.ai-status{gap:8px;color:#7e8376;font-size:10px;letter-spacing:.03em}.status-pulse{width:7px;height:7px;display:inline-block;border-radius:50%;background:#699879;box-shadow:0 0 0 4px #69987921}.user-chip{gap:8px;color:#615f57;font-size:11px}.user-chip span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#b67845;font-size:11px;font-weight:700}.login-button{height:33px;padding:0 15px;color:#f9f7f0;background:#173d3a;border-radius:8px;font-size:11px}.login-button:hover{background:#235c56}.content-wrap{max-width:1450px;margin:0 auto;padding:42px 47px 24px}.page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-kicker,.panel-kicker{color:#aa8061;font-size:9px;font-weight:750;letter-spacing:.18em}.section-kicker{display:flex;align-items:center;gap:9px}.kicker-line{width:22px;height:1px;background:#b67845}h1{margin:13px 0 10px;color:#2d3e3b;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:500;letter-spacing:-.04em}h1 em{color:#ad6f45;font-style:italic}.page-intro p{max-width:570px;margin:0;color:#7e7a71;font-size:12px;line-height:1.8}.intro-actions{display:flex;align-items:stretch;gap:10px;flex:0 0 auto}.intro-actions>button{min-width:max-content;height:39px;border-radius:8px;padding:0 13px;font-size:11px;line-height:1;gap:7px;white-space:nowrap}.export-button,.sync-sheet-button,.scan-action{border-color:#cbc1b4;color:#5e655d;background:#ffffff57}.export-button:hover,.sync-sheet-button:hover{background:#fffaf4}.scan-action{border-color:#b6784547;color:#9a623b}.new-scan-button{border:0;background:#ad6f45;color:#fffaf4;box-shadow:0 8px 20px #ad6f4533}.new-scan-button:hover{background:#9a603b;box-shadow:0 10px 24px #ad6f4547}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:36px}.stat-card{min-height:135px;padding:19px 20px 16px;border:1px solid rgba(108,79,51,.11);border-radius:13px;background:#ffffff7a;box-shadow:0 6px 24px #604b3009}.stat-topline{display:flex;align-items:center;justify-content:space-between}.eyebrow{color:#89847a;font-size:10px;letter-spacing:.04em}.stat-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px}.stat-value{margin-top:16px;color:#334a45;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1;letter-spacing:-.03em}.stat-caption{margin-top:8px;color:#a49b90;font-size:9px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.43fr) minmax(300px,.8fr);gap:14px;margin-top:14px}.panel-card{border:1px solid rgba(108,79,51,.12);border-radius:14px;background:#ffffff96;box-shadow:0 8px 30px #523e270a}.upload-panel,.carrier-panel{padding:22px 23px 20px}.panel-heading,.results-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.panel-kicker{color:#a08e7c;font-size:8px}h2{margin:7px 0 0;color:#3a4a46;font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:20px;letter-spacing:-.025em}.heading-icon{color:#ad6f45;opacity:.76}.soft-badge{gap:5px;padding:5px 8px;color:#6c8074;border:1px solid #cad8cc;background:#eef4ed;font-size:9px;font-weight:600}.dropzone{width:100%;min-height:206px;margin-top:18px;padding:22px 15px;border:1px dashed #b8b7a9;border-radius:11px;color:#6e7268;background:#f7f5ee94;display:flex;flex-direction:column;align-items:center;justify-content:center}.dropzone:hover,.dropzone.active{border-color:#ad6f45;background:#fff9f0;box-shadow:inset 0 0 0 1px #ad6f451f}.dropzone-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:14px;border-radius:17px;color:#ad6f45;background:#f0e2d6}.dropzone-title{color:#4c5f59;font-size:13px;font-weight:650}.dropzone-copy{margin-top:7px;color:#a49d92;font-size:10px}.dropzone-link{display:inline-flex;align-items:center;gap:5px;margin-top:13px;color:#ad6f45;font-size:10px;font-weight:700}.format-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:15px}.format-label{display:flex;align-items:center;gap:6px;color:#817c71;font-size:10px}.mini-check{width:15px;height:15px;display:grid;place-items:center;border-radius:5px;color:#fff;background:#6f9680}.format-tags{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.format-tags span{padding:4px 6px;border-radius:5px;color:#817b70;background:#eeebe4;font-size:8px}.upload-queue{margin-top:18px;padding-top:15px;border-top:1px solid rgba(108,79,51,.1)}.queue-header,.progress-meta{display:flex;align-items:center;justify-content:space-between;color:#77736a;font-size:10px}.queue-header strong{color:#ad6f45}.queue-header button{display:inline-flex;align-items:center;gap:4px;border:0;padding:0;color:#a49484;background:transparent;font-size:9px}.thumbnail-strip{display:flex;gap:8px;overflow-x:auto;padding:11px 0 5px}.thumbnail-card{width:49px;height:49px;flex:0 0 auto;position:relative;border-radius:7px;overflow:hidden;border:1px solid #d9d0c3;background:#e6e1d8}.thumbnail-card img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-card.processing{border-color:#ad6f45}.thumbnail-card.done{border-color:#6f9680}.thumbnail-card.error{border-color:#b96c65}.thumb-status{position:absolute;right:3px;bottom:3px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#6f9680;box-shadow:0 2px 6px #0003}.thumbnail-card.processing .thumb-status{background:#ad6f45}.thumbnail-card.error .thumb-status{background:#b96c65}.thumbnail-card.queued .thumb-status{background:#29363285}.queue-progress{margin-top:10px}.progress-meta{font-size:9px}.progress-meta strong{color:#ad6f45}.progress-track{height:4px;margin-top:7px;overflow:hidden;border-radius:999px;background:#e1ddd4}.progress-track span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#ad6f45,#c89263);transition:width .3s ease-out}.recognize-button{width:100%;height:37px;margin-top:14px;border:0;border-radius:8px;color:#fffaf4;background:#173d3a;font-size:11px;gap:7px}.recognize-button:hover{background:#235c56}.carrier-panel{display:flex;flex-direction:column}.carrier-list{margin-top:22px;display:flex;flex-direction:column;gap:17px}.carrier-row-head{display:flex;align-items:center;justify-content:space-between}.carrier-row-head>span{color:#8c877d;font-size:10px}.carrier-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 7px;border-color:#ddd5c9;color:#66685f;background:#f7f4ee;font-size:9px;font-weight:600}.carrier-dot{width:5px;height:5px;border-radius:50%;background:#ad6f45}.carrier-bar{height:5px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e7e2d9}.carrier-bar span{height:100%;display:block;border-radius:inherit;transition:width .4s ease-out}.empty-chart{flex:1;min-height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a0998d;text-align:center}.empty-chart-ring{width:52px;height:52px;display:grid;place-items:center;margin-bottom:13px;border:1px dashed #bdb7aa;border-radius:50%;color:#b67845}.empty-chart strong{color:#72736a;font-size:12px;font-weight:650}.empty-chart span{max-width:190px;margin-top:7px;font-size:9px;line-height:1.6}.carrier-footnote{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;color:#9e978b;font-size:9px}.carrier-footnote span:first-child{display:flex;align-items:center;gap:5px}.legend-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:#b67845}.results-panel{margin-top:14px;padding:23px}.results-heading{align-items:flex-end}.results-heading h2 span{display:inline-flex;min-width:22px;height:21px;align-items:center;justify-content:center;margin-left:5px;padding:0 6px;border-radius:6px;color:#ad6f45;background:#f0e2d6;font-family:Noto Sans TC,sans-serif;font-size:10px;vertical-align:3px}.results-tools{display:flex;align-items:center;gap:9px}.table-search{min-width:235px;height:34px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #d7cfc3;border-radius:7px;color:#a39a8c;background:#ffffff73}.table-search input{height:28px;padding:0;border:0;color:#61675e;background:transparent;box-shadow:none;font-size:10px}.table-search input:focus{box-shadow:none}.results-tools button{height:34px;color:#5f7066;border-color:#d2c8ba;background:#fff6;font-size:10px;gap:6px}.table-scroll{margin-top:20px;overflow-x:auto}.results-table{width:100%;min-width:920px;border-collapse:collapse;font-size:10px}.results-table th{padding:0 11px 10px;border-bottom:1px solid #ddd5c9;color:#a09a8f;font-size:9px;font-weight:650;letter-spacing:.04em;text-align:left;white-space:nowrap}.results-table td{padding:15px 11px;border-bottom:1px solid rgba(221,213,201,.66);color:#696b63;vertical-align:middle}.results-table tr:last-child td{border-bottom:0}.results-table tbody tr:hover{background:#faf6ee8c}.tracking-cell{display:flex;align-items:center;gap:7px}.tracking-cell strong{color:#405650;font-size:11px;font-weight:700}.record-index{color:#b3a89b;font-size:8px;letter-spacing:.04em}.record-subtext{display:block;margin-top:4px;color:#aaa297;font-size:8px;white-space:nowrap}.address-cell{max-width:190px;line-height:1.5}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:999px;color:#5e806e;background:#e8f0e8;font-size:9px;white-space:nowrap}.status-pill>span{width:5px;height:5px;border-radius:50%;background:#70a17f}.status-pill.verified{color:#806443;background:#f5eadc}.status-pill.verified>span{background:#b67845}.row-actions{display:inline-flex;align-items:center;gap:3px}.edit-button,.detail-scan-button{width:30px;height:30px;color:#9c9588}.edit-button:hover{color:#ad6f45;background:#f2e5d8}.detail-scan-button{color:#376c65}.detail-scan-button:hover{color:#fffaf4;background:#376c65}.detail-scan-button:disabled{opacity:.65}.table-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9c958a;font-size:11px}.empty-state-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;color:#b67845;background:#f0e2d6}.table-state strong{color:#62665d;font-size:12px}.table-state span{max-width:310px;text-align:center;line-height:1.7}.editing-row td{padding:13px;background:#fffaf2}.edit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.edit-field{display:flex;flex-direction:column;gap:5px}.edit-field span{color:#999083;font-size:9px}.edit-field input{height:30px;padding:0 9px;border-color:#d8c9b7;border-radius:6px;color:#56645e;background:#fff;font-size:10px}.edit-field.wide-field{grid-column:span 2}.edit-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.edit-actions button{height:30px;font-size:10px;gap:5px}.history-copy{margin:7px 0 0;color:#9c958b;font-size:10px}.content-footer{display:flex;align-items:center;justify-content:space-between;padding:22px 1px 0;color:#a49b8e;font-size:9px}.content-footer span:first-child{display:flex;align-items:center;gap:6px;color:#a47757}.auth-loading{position:fixed;inset:0;z-index:80;display:grid;place-items:center;pointer-events:none;color:#ad6f45}.sidebar-overlay{display:none}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.topbar{padding:0 28px}.content-wrap{padding-left:28px;padding-right:28px}.stats-grid{grid-template-columns:repeat(2,1fr)}.workspace-grid{grid-template-columns:1fr}.carrier-panel{min-height:280px}}@media (max-width: 760px){.app-sidebar{width:270px;flex-basis:270px;position:fixed;left:-290px;top:0;transition:left .25s cubic-bezier(.23,1,.32,1)}.app-sidebar.is-open{left:0}.sidebar-close{display:grid;place-items:center}.sidebar-overlay{display:block;position:fixed;inset:0;z-index:20;border:0;background:#1b27244d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-canvas{width:100%}.desktop-collapse{display:none}.mobile-menu{display:grid}.topbar{height:65px;padding:0 18px}.ai-status{display:none}.content-wrap{padding:30px 17px 20px}.page-intro{align-items:flex-start;flex-direction:column}h1{font-size:36px}.intro-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.intro-actions>button{width:100%;min-width:0;justify-content:center;padding:0 9px;font-size:10px;gap:6px}.stats-grid{gap:9px;margin-top:27px}.stat-card{min-height:118px;padding:15px}.stat-value{margin-top:13px;font-size:27px}.upload-panel,.carrier-panel,.results-panel{padding:17px 15px}.format-row{align-items:flex-start;flex-direction:column}.format-tags{justify-content:flex-start}.results-heading{align-items:flex-start;flex-direction:column}.results-tools{width:100%}.table-search{min-width:0;flex:1}.edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edit-field.wide-field{grid-column:span 2}.content-footer{align-items:flex-start;flex-direction:column;gap:8px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.scanner-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:#102f2b94;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:scanner-fade-in .18s ease-out}.scanner-dialog{width:min(100%,520px);overflow:hidden;border:1px solid rgba(255,255,255,.48);border-radius:24px;background:#f8f5ed;box-shadow:0 26px 80px #102f2b47}.scanner-header,.scanner-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px}.scanner-header h2{margin:5px 0 0;color:#183e39;font-size:22px;letter-spacing:-.04em}.scanner-close{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid rgba(24,62,57,.14);border-radius:50%;color:#52645e;background:#ffffff70;cursor:pointer;transition:transform .16s ease-out,background .16s ease-out}.scanner-close:hover{background:#fffdf8;transform:rotate(5deg)}.scanner-viewport{position:relative;min-height:340px;overflow:hidden;background:#112f2b}.scanner-viewport video{display:block;width:100%;height:340px;object-fit:cover;transform:scaleX(-1)}.scanner-frame{position:absolute;inset:23% 14%;border:1px solid rgba(255,250,236,.32);border-radius:14px;box-shadow:0 0 0 999px #0a1d1b4d}.scanner-frame span{position:absolute;width:28px;height:28px;border-color:#d4a06e;border-style:solid}.scanner-frame span:nth-child(1){top:-2px;left:-2px;border-width:3px 0 0 3px;border-radius:10px 0 0}.scanner-frame span:nth-child(2){top:-2px;right:-2px;border-width:3px 3px 0 0;border-radius:0 10px 0 0}.scanner-frame span:nth-child(3){right:-2px;bottom:-2px;border-width:0 3px 3px 0;border-radius:0 0 10px}.scanner-frame span:nth-child(4){bottom:-2px;left:-2px;border-width:0 0 3px 3px;border-radius:0 0 0 10px}.scanner-guide,.scanner-loading,.scanner-success{position:absolute;left:50%;display:inline-flex;align-items:center;gap:7px;transform:translate(-50%);border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fffaf0;white-space:nowrap;background:#102f2bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.scanner-guide{bottom:18px;padding:8px 13px;font-size:12px}.scanner-loading{top:16px;padding:7px 11px;font-size:11px}.scanner-success{top:16px;max-width:88%;overflow:hidden;padding:8px 13px;color:#ffe6bf;font-size:12px;text-overflow:ellipsis}.scanner-success svg{color:#9ed4ac}.scanner-error{display:flex;align-items:flex-start;gap:9px;margin:16px 22px 0;padding:12px 14px;border:1px solid rgba(160,94,90,.26);border-radius:12px;color:#8b4c48;background:#fff3f1;font-size:13px;line-height:1.55}.scanner-footer{padding-top:16px;color:#7a8178;font-size:11px}.scanner-footer button{min-width:76px}.topbar-scan,.scan-action{gap:7px;border-color:#b6784547;color:#9a623b}@keyframes scanner-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 680px){.scanner-backdrop{align-items:end;padding:0}.scanner-dialog{width:100%;border-radius:24px 24px 0 0}.scanner-header{padding:18px 18px 16px}.scanner-viewport{min-height:380px}.scanner-viewport video{height:380px}.scanner-footer{padding:14px 18px 20px}.scanner-footer span{max-width:220px;line-height:1.5}.topbar-scan{display:none}}@media (max-width: 390px){.intro-actions>button{padding:0 7px;font-size:9.5px;gap:5px}}.return-items-button{color:#806443}.return-items-button:hover{color:#fffaf4;background:#b67845}.modal-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:#1b272473;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{width:100%;max-width:520px;padding:26px;border:1px solid #d4c8b8;border-radius:16px;background:#fffcf7;box-shadow:0 20px 50px #47372526}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal-close{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;color:#9c9588;background:#f2ede4;cursor:pointer}.modal-close:hover{color:#374a44;background:#e4dcd0}.modal-subtitle{margin:8px 0 16px;color:#878074;font-size:11px;line-height:1.5}.return-items-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;padding-right:4px}.return-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e2dad0;border-radius:10px;background:#fcf9f4;transition:all .2s ease}.return-item-row.active{border-color:#376c65;background:#3768650a}.return-item-checkbox{display:flex;align-items:center;gap:11px;cursor:pointer;flex:1;min-width:0}.return-item-checkbox input[type=checkbox]{width:17px;height:17px;accent-color:#376c65;cursor:pointer}.return-qty-picker{display:flex;align-items:center;gap:7px;color:#6e675d;font-size:10px;white-space:nowrap}.qty-select{height:32px;padding:0 8px;border:1px solid #d4c8b8;border-radius:6px;color:#374a44;background:#fff;font-size:11px;cursor:pointer}.max-qty-label{color:#a49b8e;font-size:9px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:16px;border-top:1px solid #ece4d8}.modal-actions button{height:36px;font-size:11px;gap:6px}.detail-scan-text-button{background:#d9770614;border-color:#d9770647;color:#b45309;font-size:.8rem;padding:.35rem .65rem;gap:.35rem;border-radius:6px;transition:all .2s ease}.detail-scan-text-button:hover{background:#d9770629;border-color:#d9770673;color:#92400e}.results-guide-tip{margin-top:14px;padding:10px 14px;background:#d9770614;border:1px solid rgba(217,119,6,.22);border-radius:8px;color:#92400e;font-size:.82rem;line-height:1.5}.results-guide-tip strong{color:#78350f}.detail-upload-top-button{border-color:#376c6552;color:#376c65;background:#eff7f2b8}.detail-upload-top-button:hover:not(:disabled){border-color:#376c6585;background:#f4fbf6}.detail-upload-top-button:disabled{opacity:.7}.detail-target-modal{width:min(520px,100%)}.detail-target-field{display:grid;gap:8px;color:#6f756d;font-size:11px;font-weight:700;letter-spacing:.03em}.detail-target-select{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(108,79,51,.2);border-radius:9px;color:#344a45;background:#fffdf9;font:inherit;outline:none}.detail-target-select:focus{border-color:#b67845;box-shadow:0 0 0 3px #b678451f}@media (max-width: 740px){.detail-target-modal{width:min(100%,460px)}.detail-target-select{min-height:46px;font-size:12px}}.simple-app{min-height:100vh;color:#28423d;background:radial-gradient(circle at 92% 8%,rgba(216,180,148,.24),transparent 28rem),#f7f5ef}.simple-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px clamp(18px,5vw,72px);border-bottom:1px solid rgba(41,68,61,.1);background:#ffffffbd;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.simple-brand,.simple-online,.simple-kicker,.simple-step-label,.simple-status-heading,.simple-status-row,.simple-help{display:flex;align-items:center}.simple-brand{gap:11px}.simple-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#173d3a;background:#d8b494}.simple-brand-name{color:#173d3a;font-size:17px;font-weight:750;letter-spacing:.02em}.simple-brand-caption{margin-top:3px;color:#8b7667;font-size:11px;letter-spacing:.08em}.simple-online{gap:8px;color:#5f7b6e;font-size:14px;font-weight:650}.simple-online span{width:8px;height:8px;border-radius:50%;background:#6f9b7b;box-shadow:0 0 0 4px #6f9b7b24}.simple-main{width:min(100% - 32px,760px);margin:0 auto;padding:42px 0 24px}.simple-intro{text-align:center}.simple-kicker{justify-content:center;gap:8px;color:#ad6f45;font-size:13px;font-weight:750;letter-spacing:.12em}.simple-kicker span{width:22px;height:2px;border-radius:2px;background:#b67845}.simple-intro h1{margin:16px 0 12px;color:#294640;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,8vw,62px);font-weight:500;letter-spacing:-.055em;line-height:1.05}.simple-intro h1 em{color:#ad6f45;font-style:italic}.simple-intro p{max-width:560px;margin:0 auto;color:#737c74;font-size:17px;line-height:1.75}.simple-steps{margin-top:34px}.simple-step-card{display:flex;gap:18px;padding:clamp(20px,4vw,30px);border:1px solid rgba(54,83,75,.14);border-radius:22px;background:#ffffffdb;box-shadow:0 12px 32px #374d4112}.primary-step{border-color:#ad6f4547}.secondary-step{border-color:#376c653d}.simple-step-number{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:#fff;background:#b67845;font-family:Georgia,serif;font-size:22px}.secondary-step .simple-step-number{background:#376c65}.simple-step-content{flex:1;min-width:0}.simple-step-label{gap:7px;color:#ad6f45;font-size:13px;font-weight:800;letter-spacing:.1em}.secondary-step .simple-step-label{color:#376c65}.simple-step-label:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.simple-step-card h2{margin:7px 0 5px;color:#294640;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,4.4vw,34px);font-weight:500}.simple-step-card p{margin:0;color:#77827a;font-size:16px;line-height:1.65}.primary-step .simple-step-label{font-size:14px}.primary-step h2{font-size:clamp(30px,4.8vw,38px)}.primary-step p{font-size:17px;line-height:1.7}.primary-step .simple-photo-button{min-height:80px;font-size:20px}.simple-photo-button{width:100%;min-height:74px;display:flex;align-items:center;justify-content:center;gap:11px;margin-top:22px;padding:14px 20px;border:0;border-radius:15px;color:#fffaf4;background:#ad6f45;box-shadow:0 10px 20px #ad6f452e;font-size:19px;font-weight:750}.simple-photo-button:hover{background:#985f3c;box-shadow:0 12px 25px #ad6f453d}.secondary-photo-button{color:#f5fbf7;background:#376c65;box-shadow:0 10px 20px #376c652e}.secondary-photo-button:hover{background:#2b5953;box-shadow:0 12px 25px #376c653d}.simple-photo-button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.simple-step-connector{height:30px;display:grid;place-items:center;position:relative;color:#aa9b8d;font-size:12px;font-weight:700}.simple-step-connector:before{content:"";position:absolute;inset:0 50%;width:1px;background:#d8d0c5}.simple-step-connector span{position:relative;z-index:1;padding:4px 10px;border:1px solid #e0d7ca;border-radius:99px;background:#f7f5ef}.simple-status-panel{margin-top:24px;padding:clamp(20px,4vw,28px);border:1px solid rgba(54,83,75,.12);border-radius:20px;background:#ffffffad}.simple-status-heading{justify-content:space-between;gap:15px}.simple-status-heading .simple-kicker{justify-content:flex-start;font-size:9px}.simple-status-heading h2{margin:7px 0 0;color:#34514a;font-size:24px}.simple-status-heading>svg{color:#b67845}.simple-status-list{display:grid;gap:10px;margin-top:18px}.simple-status-row{gap:12px;padding:13px 14px;border-radius:13px;color:#738077;background:#f1f0e9}.simple-status-row strong,.simple-status-row span{display:block}.simple-status-row strong{color:#52665d;font-size:15px}.simple-status-row span{margin-top:3px;font-size:14px;line-height:1.5}.simple-status-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#8b948a;background:#e5e6de}.simple-status-row.processing{color:#9a683f;background:#fff4e8}.simple-status-row.processing .simple-status-icon{color:#ad6f45;background:#f4dfca}.simple-status-row.success{color:#47715f;background:#edf7ef}.simple-status-row.success .simple-status-icon{color:#3c8061;background:#d8eddd}.simple-status-row.error{color:#a4564f;background:#fff0ed}.simple-status-row.error .simple-status-icon{color:#b45e56;background:#f6d9d5}.simple-latest-note{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;align-items:baseline;margin-top:16px;padding:12px 14px;border-radius:12px;color:#718077;background:#f8f5ee;font-size:13px}.simple-latest-note strong{color:#34514a;font-size:15px}.simple-latest-note small{grid-column:2;color:#99968d;font-size:13px}.simple-help{justify-content:center;gap:7px;margin:22px 0 0;color:#947d6c;font-size:14px;text-align:center}.simple-footer{padding:0 16px 28px;color:#a39b90;font-size:13px;text-align:center}.simple-spin{animation:simple-spin 1s linear infinite}@keyframes simple-spin{to{transform:rotate(360deg)}}@media (min-width: 700px){.simple-steps{width:min(100%,640px);margin-left:auto;margin-right:auto}.simple-photo-button{min-height:76px}}@media (max-width: 430px){.simple-header{min-height:64px;padding:13px 16px}.simple-brand-caption{font-size:10px}.simple-online{font-size:12px}.simple-main{width:min(100% - 24px,760px);padding-top:30px}.simple-intro h1{font-size:44px}.simple-intro p{font-size:16px;line-height:1.7}.simple-step-card{gap:14px;padding:20px 17px;border-radius:18px}.simple-step-number{width:38px;height:38px;border-radius:11px;font-size:21px}.simple-step-card h2{font-size:30px}.simple-step-card p{font-size:16px;line-height:1.65}.primary-step h2{font-size:32px}.primary-step p{font-size:16px;line-height:1.7}.simple-photo-button{min-height:74px;margin-top:18px;font-size:19px}.primary-step .simple-photo-button{min-height:78px;font-size:19px}.simple-status-heading h2{font-size:22px}.simple-status-row{align-items:flex-start}.simple-help{align-items:flex-start;font-size:13px;line-height:1.65}.simple-choice-button{min-height:56px;font-size:16px}}.simple-status-copy{min-width:0;flex:1}.simple-retry-button{display:inline-flex;align-items:center;min-height:32px;margin-top:9px;padding:5px 11px;border:1px solid currentColor;border-radius:8px;color:inherit;background:transparent;font-size:12px;font-weight:750}.simple-retry-button:hover{color:#8f443e;background:#ffffffa3}.simple-next-choice{display:grid;gap:8px;margin-top:12px}.simple-choice-button{width:100%;min-height:48px;padding:10px 14px;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:750;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.simple-choice-button:active{transform:scale(.98)}.simple-choice-skip{border-color:#ad6f454d;color:#8f5d3b;background:#fffaf3}.simple-choice-skip:hover{border-color:#ad6f4580;background:#fff3e4}.simple-choice-continue{color:#f5fbf7;background:#376c65;box-shadow:0 7px 15px #376c6526}.simple-choice-continue:hover{background:#2b5953}.simple-return-panel{margin-top:24px;padding:clamp(20px,4vw,28px);border:1px solid rgba(55,108,101,.2);border-radius:20px;background:#f6fbf7e0;box-shadow:0 12px 30px #376c6512}.simple-return-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.simple-return-heading .simple-kicker{justify-content:flex-start;color:#376c65;font-size:9px}.simple-return-heading h2{margin:7px 0 5px;color:#294640;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,5vw,31px);font-weight:500}.simple-return-heading p{max-width:560px;margin:0;color:#718078;font-size:13px;line-height:1.7}.simple-return-heading>svg{flex:0 0 auto;margin-top:4px;color:#376c65}.simple-return-list{display:grid;gap:10px;margin-top:18px}.simple-return-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 14px;border:1px solid #dbe8df;border-radius:13px;background:#ffffffd1}.simple-return-item.selected{border-color:#9bc2a9;box-shadow:0 3px 10px #376c650f}.simple-return-check{display:flex;align-items:flex-start;gap:10px;min-width:0;color:#34514a;font-size:14px;font-weight:700;line-height:1.45;cursor:pointer}.simple-return-check input{width:21px;height:21px;flex:0 0 auto;margin:0;accent-color:#376c65}.simple-return-quantity{display:grid;justify-items:end;gap:3px;color:#718078;font-size:11px;font-weight:700}.simple-return-quantity select{min-width:90px;min-height:40px;padding:6px 28px 6px 10px;border:1px solid #b8cec0;border-radius:9px;color:#294640;background:#fff;font-size:14px;font-weight:750}.simple-return-quantity select:disabled{opacity:.45}.simple-return-quantity small{color:#9a9b91;font-size:10px;font-weight:500}.simple-return-confirm{width:100%;min-height:58px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:16px;padding:12px 16px;border:0;border-radius:13px;color:#f5fbf7;background:#376c65;box-shadow:0 9px 18px #376c652e;font-size:15px;font-weight:750}.simple-return-confirm:hover{background:#2b5953}.simple-return-confirm:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}@media (max-width: 430px){.simple-return-panel{padding:18px 15px;border-radius:18px}.simple-return-heading{gap:9px}.simple-return-heading h2{font-size:25px}.simple-return-heading p{font-size:13px;line-height:1.65}.simple-return-item{grid-template-columns:1fr;gap:10px;padding:12px}.simple-return-quantity{justify-items:stretch;grid-template-columns:auto minmax(90px,1fr);align-items:center;gap:7px 10px}.simple-return-quantity select{width:100%}.simple-return-quantity small{grid-column:2}.simple-return-confirm{min-height:62px;font-size:14px}}.simple-return-actions{display:grid;gap:10px;margin-top:16px}.simple-return-retry{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #d99b9b;border-radius:13px;color:#7f2b2b;background:#fff5f5;font-size:14px;font-weight:700}.simple-return-retry:hover{background:#fee2e2}.simple-return-retry:disabled{cursor:not-allowed;opacity:.55}.simple-gate-page{display:grid;place-items:center;padding:24px}.simple-gate{width:min(420px,100%);display:grid;gap:14px;padding:28px 24px;border-radius:20px;background:#fff;box-shadow:0 18px 50px #2946401f}.simple-gate h1{margin:6px 0 0;color:#294640;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,6vw,34px);font-weight:500;letter-spacing:-.03em}.simple-gate p{margin:0;color:#5e6f6a;font-size:15px}.simple-gate input{width:100%;min-height:54px;padding:0 16px;border:1.5px solid #d8d3c6;border-radius:14px;font-size:18px;letter-spacing:.08em}.simple-gate input:focus{outline:2px solid #b67845;outline-offset:2px;border-color:#b67845}.simple-gate-error{color:#b3372b;font-size:14px}.simple-user-menu{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:13px}.simple-user-name{display:inline-flex;align-items:center;gap:4px;color:#294640;font-weight:500}.simple-user-link{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #d8d3c6;border-radius:999px;background:#fff;color:#294640;font-size:13px;text-decoration:none;cursor:pointer}.simple-user-link:hover{border-color:#b67845;color:#8e5b31}.simple-center{display:grid;place-items:center;min-height:100vh}.simple-loading{color:#64756f}.simple-brand-name a{color:inherit;text-decoration:none}.admin-main{display:grid;gap:16px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-stats>div{padding:12px 14px;border-radius:14px;background:#fff;box-shadow:0 8px 24px #2946400f;display:grid;gap:2px}.admin-stats strong{font-family:Georgia,Times New Roman,serif;font-size:26px;color:#294640;line-height:1}.admin-stats span{font-size:12px;color:#64756f}.admin-stats>div.warn strong{color:#b3372b}.admin-tabs{display:flex;gap:6px}.admin-tab{padding:8px 14px;border-radius:999px;border:1px solid #d8d3c6;background:#fff;color:#294640;text-decoration:none;font-size:14px}.admin-tab.active{background:#294640;border-color:#294640;color:#fff}.admin-card{padding:18px 20px;border-radius:18px;background:#fff;box-shadow:0 10px 30px #29464012;display:grid;gap:12px}.admin-card h2{margin:0;color:#294640;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.admin-card p{margin:0;color:#5e6f6a;font-size:14px}.admin-toolbar{display:flex;gap:8px;flex-wrap:wrap}.admin-toolbar input,.admin-toolbar select,.admin-form input,.admin-form select,.admin-inline input{min-height:40px;padding:0 12px;border:1.5px solid #d8d3c6;border-radius:10px;font-size:15px;background:#fff}.admin-toolbar input{flex:1;min-width:220px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13.5px}.admin-table th,.admin-table td{padding:8px 10px;text-align:left;vertical-align:top;border-bottom:1px solid #ece8de;white-space:nowrap}.admin-table th{color:#64756f;font-weight:500;font-size:12px}.admin-table td.num{font-variant-numeric:tabular-nums}.admin-badge{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;font-size:12px;background:#efebe1;color:#294640}.admin-badge.synced{background:#dcebe2;color:#2f7d5b;margin-left:0}.admin-badge.failed{background:#f6e1dc;color:#b3372b;margin-left:0}.admin-badge.pending{background:#f4e8cf;color:#9c6b12;margin-left:0}.admin-badge.warn{background:#f4e8cf;color:#9c6b12}.admin-error{max-width:260px;white-space:normal;color:#b3372b;font-size:12px}.admin-btn{padding:6px 10px;border:1px solid #d8d3c6;border-radius:8px;background:#fff;color:#294640;font-size:13px;cursor:pointer}.admin-btn:disabled{opacity:.5;cursor:default}.admin-btn.primary{background:#294640;border-color:#294640;color:#fff}.admin-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-inline{display:inline-flex;gap:6px;align-items:center}.admin-pager{display:flex;align-items:center;gap:12px;font-size:13px;color:#64756f}.admin-form{display:grid;gap:10px;max-width:480px}.admin-form label{display:grid;gap:4px;font-size:13px;color:#5e6f6a}.admin-form-inline{max-width:none;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end}.admin-dl{display:grid;grid-template-columns:max-content 1fr;gap:8px 16px;margin:0;font-size:14px}.admin-dl dt{color:#64756f}.admin-dl dd{margin:0;color:#294640}@media (max-width: 640px){.admin-stats{grid-template-columns:repeat(2,1fr)}}
