:root{color-scheme:dark;--bg-top: #0f0f0e;--bg-bottom: #171716;--panel: #1c1c1a;--panel-alt: #22221f;--panel-soft: #1a1a18;--text-primary: #f2efe7;--text-secondary: #bfbebf;--gold: #c8ad7e;--gold-deep: #b8945a;--gold-soft: rgba(200, 173, 126, .32);--border-soft: rgba(191, 190, 191, .18);--danger: #6b2f2f;--danger-soft: rgba(107, 47, 47, .45);--success: #2f463a;--success-soft: rgba(47, 70, 58, .45);--radius-lg: 22px;--radius-md: 18px;--radius-sm: 14px;--shadow-panel: 0 14px 42px rgba(0, 0, 0, .28);--page-gutter: 16px;--page-stack-gap: 16px;--tab-bar-inner-height: 62px;--tab-bar-safe-height: calc(var(--tab-bar-inner-height) + 16px + env(safe-area-inset-bottom, 0px));--tab-icon-size: 21px;--tab-text-size: 11px;--tab-text-size-active: 12px;--tab-active-color: #d7b882;--tab-inactive-color: rgba(242, 239, 231, .62);--tab-background: rgba(10, 10, 10, .94);--tab-border-color: rgba(255, 255, 255, .06)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Noto Sans SC,sans-serif}body{overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:var(--gold);text-decoration:none}img{max-width:100%;display:block}.app-shell{min-height:100vh;padding-top:calc(env(safe-area-inset-top,0px) + 10px);padding-bottom:calc(var(--tab-bar-safe-height) + 14px)}.topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:84px 1fr 84px;align-items:center;gap:10px;padding:12px var(--page-gutter);background:#141412eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-soft)}.topbar__side,.topbar__side-end{display:flex;align-items:center;gap:8px}.topbar__side-end{justify-content:flex-end}.topbar__action-wrap{position:relative;display:inline-flex}.topbar__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d86b54;color:#fff;font-size:10px;line-height:18px;font-weight:800;text-align:center;box-shadow:0 8px 20px #d86b5447}.topbar__title{min-width:0;text-align:center;font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-mark{width:44px;height:44px;border-radius:16px;overflow:hidden;border:1px solid var(--gold-soft)}.icon-btn{min-height:38px;padding:0 12px;border:1px solid var(--border-soft);border-radius:999px;background:#ffffff05;color:var(--text-secondary)}.icon-btn-danger{color:#ffd4d4;border-color:var(--danger-soft)}.app-content{width:100%;max-width:760px;margin:0 auto;padding:18px var(--page-gutter) 0}.page-stack{display:flex;flex-direction:column;gap:var(--page-stack-gap)}.panel{width:100%;padding:18px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#1f1f1df5,#181816f5);border:1px solid var(--gold-soft);box-shadow:var(--shadow-panel)}.panel-subtle{padding:14px;background:var(--panel-soft);border-color:var(--border-soft);box-shadow:none}.panel-section{display:flex;flex-direction:column;gap:14px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-header h2,.section-header h3,.section-header p{margin:0}.section-header h2,.section-header h3{font-size:18px;font-weight:700}.section-header p,.muted-text{color:var(--text-secondary);font-size:13px;line-height:1.5}.counter-tag{padding:6px 10px;border-radius:999px;background:#c8ad7e24;color:var(--gold);font-size:12px;font-weight:600}.field{width:100%;min-height:50px;padding:0 14px;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary);outline:none}.field:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8ad7e1f}.field::placeholder{color:#bfbebfb8}.field:disabled,button:disabled,select:disabled,textarea:disabled{opacity:.58;cursor:not-allowed}.field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.field-textarea{min-height:100px;padding:14px;resize:vertical}.field-preview{min-height:150px;white-space:pre-wrap}.form-stack,.list-stack{display:flex;flex-direction:column;gap:12px}.inline-fields,.schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-field{display:flex;flex-direction:column;gap:8px}.schedule-field__head,.schedule-static{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:#ffffff08}.schedule-field__head span,.schedule-static span{color:var(--text-secondary);font-size:13px}.schedule-field__head strong,.schedule-static strong{color:var(--text-primary);font-size:14px}.schedule-placeholder{color:var(--text-secondary);font-size:13px;line-height:1.5}.field-group{display:flex;flex-direction:column;gap:8px}.field-group__label{color:var(--text-primary);font-size:14px;font-weight:700}.field-group__hint{color:var(--text-secondary);font-size:12px;line-height:1.5}.field-group__hint-danger{color:#ffd4d4}.order-form__saved-address-btn{min-width:108px}.saved-address-list{display:flex;flex-direction:column;gap:10px}.saved-address-option{width:100%;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary);text-align:left}.saved-address-option:hover{border-color:var(--gold-soft);background:#c8ad7e14}.saved-address-option__label{display:block;margin-bottom:6px;color:var(--gold);font-size:13px;font-weight:700}.saved-address-option__address{display:block;color:var(--text-primary);font-size:14px;line-height:1.6}.saved-address-sheet__loading{margin-bottom:12px}.field-error{border-color:#a84f4fd1;box-shadow:0 0 0 3px #a84f4f29}.toolbar-row{display:flex;gap:10px;align-items:center}.toolbar-space-between{justify-content:space-between}.toolbar-row-chips{flex-wrap:wrap}.chip{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--border-soft);background:transparent;color:var(--text-secondary)}.chip-active{border-color:var(--gold-soft);background:#c8ad7e24;color:var(--gold)}.status-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.status-tabs__item{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 10px 10px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-secondary);white-space:nowrap}.status-tabs__item em{font-style:normal;min-width:20px;padding:2px 6px;border-radius:999px;background:#ffffff0f;font-size:12px}.status-tabs__item-active{border-color:var(--gold);color:var(--gold)}.status-pill{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:28px;min-width:68px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;text-align:center;border:1px solid var(--border-soft);background:#ffffff0d}.status-pill-pending{background:#c8ad7e24;color:var(--gold);border-color:var(--gold-soft)}.status-pill-accepted,.status-pill-assigned,.status-pill-dispatched,.status-pill-scheduled_confirmed,.status-pill-wechat_dispatched,.status-pill-manual_dispatch_done,.status-pill-manual_dispatch_completed,.status-pill-picked_up,.status-pill-processing{background:#485f7040;color:#cfe8ff}.status-pill-completed{background:var(--success-soft);color:#d7f2e1}.status-pill-cancelled{background:var(--danger-soft);color:#ffd4d4}.status-pill-warning{background:#d68f492e;color:#ffd7aa;border-color:#d68f4961}.status-pill-attention{background:#ab54542e;color:#ffd4d4;border-color:#ab54545c}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:8px max(var(--page-gutter),env(safe-area-inset-left,0px)) calc(env(safe-area-inset-bottom,0px) + 8px) max(var(--page-gutter),env(safe-area-inset-right,0px));background:var(--tab-background);border-top:1px solid var(--tab-border-color);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -14px 30px #00000042}.bottom-nav__inner{width:100%;max-width:760px;margin:0 auto;display:grid;grid-template-columns:repeat(var(--bottom-nav-columns, 5),minmax(0,1fr));gap:4px;align-items:end}.bottom-nav__item{position:relative;width:100%;min-width:0;min-height:var(--tab-bar-inner-height);padding:10px 4px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:var(--tab-inactive-color);transition:color .2s ease,transform .18s ease,opacity .18s ease;-webkit-tap-highlight-color:transparent}.bottom-nav__item:before{content:"";position:absolute;top:2px;left:50%;width:18px;height:3px;border-radius:999px;background:linear-gradient(90deg,#d7b8823d,#d7b882c2);opacity:0;transform:translate(-50%) scaleX(.6);transition:opacity .2s ease,transform .2s ease}.bottom-nav__item:active{transform:scale(.98);opacity:.92}.bottom-nav__icon-shell{position:relative;width:34px;height:34px;border-radius:12px;display:grid;place-items:center;border:1px solid transparent;background:transparent;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.bottom-nav__icon-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 50% 38%,#d7b88247,#d7b88205 72%);opacity:0;transform:scale(.92);transition:opacity .2s ease,transform .2s ease}.bottom-nav__icon{width:var(--tab-icon-size);height:var(--tab-icon-size);stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease,stroke-width .2s ease}.bottom-nav__item-accent .bottom-nav__icon-shell{background:linear-gradient(180deg,#c8ad7e14,#c8ad7e08);border-color:#c8ad7e29}.bottom-nav__item-accent .bottom-nav__icon-shell:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:9px;box-shadow:inset 0 0 0 1px #c8ad7e1a}.bottom-nav__label{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:var(--tab-text-size);line-height:1;font-weight:600;letter-spacing:.01em;transition:color .2s ease,font-size .2s ease}.bottom-nav__item-active{color:var(--tab-active-color)}.bottom-nav__item-active:before{opacity:1;transform:translate(-50%) scaleX(1)}.bottom-nav__item-active .bottom-nav__icon-shell{background:linear-gradient(180deg,#c8ad7e33,#b8945a14);border-color:#c8ad7e4d;box-shadow:0 10px 22px #b8945a2e;transform:translateY(-1px)}.bottom-nav__item-active .bottom-nav__icon-shell:before{opacity:1;transform:scale(1)}.bottom-nav__item-active .bottom-nav__icon{transform:scale(1.06)}.bottom-nav__item-active .bottom-nav__label{font-size:var(--tab-text-size-active)}.bottom-nav__badge{position:absolute;top:-3px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:linear-gradient(180deg,#dcc190,#c8ad7e);color:#171716;font-size:10px;line-height:18px;font-weight:800;text-align:center;border:1px solid rgba(10,10,10,.42);box-shadow:0 10px 18px #b8945a3d}.btn{min-height:44px;padding:0 16px;border-radius:16px;border:1px solid var(--border-soft);background:transparent;color:var(--text-primary)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-block{width:100%}.btn-primary{border-color:#c8ad7ea6;background:linear-gradient(180deg,#d5bb8f,#b8945a);color:#171716;font-weight:700}.btn-outline{color:var(--gold);border-color:var(--gold-soft);background:#c8ad7e0f}.btn-danger{color:#ffd4d4;border-color:#a84f4fb3;background:#6b2f2f47}.action-row{display:flex;gap:10px}.action-row-wrap{flex-wrap:wrap}.order-card{display:flex;flex-direction:column;gap:14px}.order-card__head,.order-card__line,.message-card__head,.message-card__foot{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.order-card__order-no{font-weight:700;font-size:16px}.order-card__time,.order-card__label,.order-card__hint,.message-card__foot{color:var(--text-secondary);font-size:13px}.order-card__location{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;word-break:break-word}.order-card__status-group{display:flex;flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;gap:8px}.order-card__body{display:flex;flex-direction:column;gap:10px}.order-card__main{display:flex;gap:12px;align-items:flex-start}.order-card__thumb{flex:0 0 72px;width:72px;height:72px;overflow:hidden;border-radius:18px;border:1px solid var(--gold-soft);background:#ffffff08}.order-card__thumb-image{width:100%;height:100%;object-fit:cover}.order-card__line strong{min-width:0;text-align:right}.order-card__line-muted{color:var(--text-secondary)}.order-card__tags{display:flex;flex-wrap:wrap;gap:8px}.order-card__note{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:14px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-secondary);font-size:13px;line-height:1.5}.order-card__note strong{color:var(--text-primary);font-weight:600}.dispatch-info{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(200,173,126,.14);background:#ffffff08}.dispatch-info-ready{border-color:#c8ad7e38;background:#c8ad7e0d}.dispatch-info-muted{border-color:#ffffff1a;background:#ffffff05}.dispatch-info__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.dispatch-info__head strong{font-size:14px}.dispatch-info__mode{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.dispatch-info__mode-wechat{color:#f7deb1;background:#a0702438}.dispatch-info__mode-app{color:#bfd0ff;background:#475e943d}.dispatch-info__mode-driver{color:#d9f0dd;background:#3964493d}.dispatch-info__mode-pending{color:var(--text-secondary);background:#ffffff0f}.dispatch-info__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dispatch-info__item{min-width:0;display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dispatch-info__item span{color:var(--text-secondary);font-size:12px}.dispatch-info__item strong{color:var(--text-primary);line-height:1.45;word-break:break-word}.dispatch-info__item-emphasis strong{font-size:18px;letter-spacing:.01em}.dispatch-info__item-note{grid-column:1 / -1}.dispatch-info__item-note strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dispatch-info-detail{gap:14px;padding:18px;border:1px solid rgba(215,184,130,.16);background:radial-gradient(circle at top right,rgba(215,184,130,.12),transparent 34%),linear-gradient(180deg,#1a1815fa,#121110fa)}.dispatch-info-detail .dispatch-info__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dispatch-info-detail .dispatch-info__item{background:#ffffff07}.dispatch-info-detail .dispatch-info__item-note strong{overflow:visible;text-overflow:clip;white-space:normal}.order-card__status-note,.status-notice{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:16px;border:1px solid rgba(122,166,216,.24);background:#485f702e}.order-card__status-note strong,.status-notice strong{font-size:13px}.order-card__status-note span,.status-notice p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.order-card__status-note-completed,.status-notice-completed{border-color:#6db69147;background:#284a3838}.order-card__status-note-cancelled,.status-notice-cancelled{border-color:#b36a6a47;background:#4f2a2a38}.order-card__status-note-pending,.status-notice-pending{border-color:#c8ad7e42;background:#4f3f2338}.order-card__status-note-default{border-color:#ffffff1f;background:#ffffff0a}.order-card__actions{display:flex;flex-wrap:wrap;gap:10px}.order-card-highlighted{border-color:#c8ad7e94;box-shadow:0 0 0 2px #c8ad7e29,var(--shadow-panel);animation:orderHighlightPulse 1.4s ease-in-out 2}.status-pill-scheduled{color:#f5ddb0;border-color:#c8ad7e61;background:#c8ad7e24}.status-pill-scheduled-stage{color:#f0e1bf;border-color:#bda77842;background:#806d462e}.status-pill-instant{color:var(--text-secondary);border-color:#ffffff1f;background:#ffffff0a}.message-card{display:flex;flex-direction:column;gap:8px}.message-card__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.message-card__badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.message-card__content{margin:0;color:var(--text-primary);font-size:14px;line-height:1.7}.message-card-unread{border-color:#c8ad7e8f}.message-card-processing{background:linear-gradient(180deg,#1c2228f5,#15181df5)}.message-card-pending{background:linear-gradient(180deg,#28241cf5,#1a1814f5)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-grid__item{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:var(--radius-md);background:#ffffff08;border:1px solid var(--border-soft)}.detail-grid__item span{color:var(--text-secondary);font-size:12px}.detail-grid__item strong{line-height:1.5;word-break:break-word}.order-progress{display:flex;flex-direction:column;gap:0}.order-progress__item{display:grid;grid-template-columns:28px 1fr;gap:12px}.order-progress__marker{display:flex;flex-direction:column;align-items:center;gap:4px}.order-progress__dot{width:14px;height:14px;margin-top:4px;border-radius:999px;border:2px solid rgba(255,255,255,.18);background:#ffffff0f}.order-progress__line{width:2px;flex:1 1 auto;background:#ffffff14}.order-progress__item:last-child .order-progress__line{display:none}.order-progress__body{padding:0 0 18px;display:flex;flex-direction:column;gap:6px}.order-progress__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.order-progress__head span,.order-progress__body p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.order-progress__item-done .order-progress__dot,.order-progress__item-active .order-progress__dot{border-color:var(--gold);background:var(--gold);box-shadow:0 0 0 6px #c8ad7e24}.order-progress__item-done .order-progress__line{background:#c8ad7e57}.stepper{display:grid;grid-template-columns:54px 1fr 54px;gap:12px;align-items:center}.stepper__btn,.stepper__value{min-height:52px;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:#ffffff08;display:flex;align-items:center;justify-content:center}.stepper__btn{color:var(--gold);font-size:22px}.stepper__value{font-weight:700}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.segmented__item{min-height:46px;border-radius:16px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-secondary)}.segmented__item:disabled{cursor:not-allowed}.segmented__item-active{border-color:var(--gold-soft);background:#c8ad7e24;color:var(--gold);font-weight:700}.phone-input{display:grid;grid-template-columns:156px 1fr;gap:10px}.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.image-grid__slot{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:20px;border:1px solid var(--gold-soft);background:#141412}.image-grid__slot-empty{border-style:dashed}.image-grid__empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-secondary)}.image-grid__plus{font-size:30px;line-height:1;color:var(--gold);font-weight:700}.image-grid__text{font-size:13px}.image-grid__image{width:100%;height:100%;object-fit:cover}.image-grid__slot-button{padding:0;cursor:pointer;text-align:left}.image-grid__slot-button:disabled{cursor:default}.image-grid__preview-badge{position:absolute;left:8px;bottom:8px;min-height:26px;padding:0 10px;border-radius:999px;background:#000000a3;color:#fff;display:inline-flex;align-items:center;font-size:12px;font-weight:700}.image-grid__remove{position:absolute;top:6px;right:6px;z-index:3;width:24px;height:24px;border-radius:999px;border:0;background:#0c0c0cb8;color:#fff;font-size:12px;line-height:1;display:flex;align-items:center;justify-content:center}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:20px 16px calc(env(safe-area-inset-bottom,0px) + 20px)}.preview-backdrop{align-items:center}.sheet,.preview-panel{width:100%;max-width:720px;padding:18px;border-radius:28px;background:linear-gradient(180deg,#242420,#191917);border:1px solid var(--gold-soft);box-shadow:var(--shadow-panel)}.sheet-large{max-height:min(86vh,760px);overflow:auto}.sheet__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.sheet__header h3,.sheet__header p,.sheet__title{margin:0}.sheet__header p{color:var(--text-secondary);font-size:13px}.sheet__title{font-weight:700;margin-bottom:12px}.sheet__action{width:100%;min-height:50px;margin-bottom:10px;border-radius:16px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary)}.sheet__action-cancel{color:var(--text-secondary)}.sheet__action-danger{color:#ffd4d4;border-color:#a84f4fb3;background:#6b2f2f3d}.open-browser-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000bd;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.open-browser-overlay{position:relative;min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 18px) 18px calc(env(safe-area-inset-bottom,0px) + 22px);display:flex;flex-direction:column;color:#fff}.open-browser-overlay__top{position:relative;min-height:110px}.open-browser-overlay__eyebrow{display:flex;flex-wrap:wrap;gap:8px}.open-browser-overlay__eyebrow span{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#ffffffe0;font-size:11px;font-weight:600;letter-spacing:.02em}.open-browser-overlay__menu{position:absolute;top:8px;right:0;min-width:52px;min-height:52px;padding:0 14px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;letter-spacing:.14em;box-shadow:0 10px 20px #00000029}.open-browser-overlay__arrow{position:absolute;top:22px;right:42px;width:min(34vw,134px);color:#ffffffe6;transform:rotate(2deg);pointer-events:none}.open-browser-overlay__arrow-svg{display:block;width:100%;height:auto;filter:drop-shadow(0 10px 14px rgba(0,0,0,.18))}.open-browser-overlay__center{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:18px}.open-browser-overlay__copy{width:min(100%,480px);text-align:center}.open-browser-overlay__copy h2,.open-browser-overlay__copy p,.open-browser-overlay__platform-note{margin:0}.open-browser-overlay__copy h2{font-size:32px;line-height:1.12;letter-spacing:-.03em}.open-browser-overlay__copy p{margin-top:14px;color:#ffffffc7;font-size:15px;line-height:1.7}.open-browser-overlay__steps{width:min(100%,360px);display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;box-shadow:inset 0 1px #ffffff14}.open-browser-overlay__platform-note{color:#ffffff94;font-size:12px;line-height:1.5;text-align:center}.open-browser-overlay__panel{width:min(100%,420px);margin:auto auto 0;padding:14px 14px 0}.open-browser-step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center}.open-browser-step__badge{width:34px;height:34px;border-radius:999px;background:linear-gradient(180deg,#f0c470,#c9912e);color:#2a1c08;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;box-shadow:0 8px 16px #c9912e2e}.open-browser-step__body{min-width:0}.open-browser-step__body strong{color:#fffffff7;font-size:15px;line-height:1.4}.open-browser-overlay__url-block{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding:0 4px}.open-browser-overlay__url-label{color:#ffffff8a;font-size:12px;white-space:nowrap}.open-browser-overlay__url-preview{color:#ffffffbd;font-size:12px;line-height:1.4;flex:1;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.open-browser-overlay__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.open-browser-overlay__actions .btn{min-height:52px}.sheet-summary__line{display:flex;justify-content:space-between;gap:12px;padding:6px 0}.preview-panel{max-width:92vw;display:flex;flex-direction:column;gap:12px}.preview-panel-large{max-width:min(96vw,960px)}.preview-panel__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.preview-panel__header strong,.preview-panel__header span{display:block}.preview-panel__header span{margin-top:4px;color:var(--text-secondary);font-size:12px}.preview-panel__stage{display:grid;grid-template-columns:48px 1fr 48px;gap:12px;align-items:center}.preview-panel__viewport{min-height:320px;display:flex;align-items:center;justify-content:center}.preview-panel__nav{width:48px;height:48px;border-radius:999px;border:1px solid var(--border-soft);background:#ffffff0a;color:var(--gold);font-size:28px}.preview-panel__nav:disabled{opacity:.42}.preview-panel__image{width:100%;max-height:72vh;object-fit:contain;border-radius:18px}.preview-panel__thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.preview-panel__thumb{flex:0 0 68px;width:68px;height:68px;padding:0;overflow:hidden;border-radius:16px;border:1px solid transparent;background:#ffffff0a}.preview-panel__thumb img{width:100%;height:100%;object-fit:cover}.preview-panel__thumb-active{border-color:var(--gold);box-shadow:0 0 0 2px #c8ad7e2e}.profile-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.profile-card__logo{width:96px;height:96px;border-radius:28px;object-fit:cover;border:1px solid var(--gold-soft)}.app-card{overflow:hidden}.me-action-list{display:flex;flex-direction:column;gap:10px}.me-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.me-overview-card{padding:14px;border-radius:18px;border:1px solid var(--border-soft);background:#ffffff08;display:flex;flex-direction:column;gap:6px}.me-overview-card span{color:var(--text-secondary);font-size:12px}.me-overview-card strong{font-size:26px;line-height:1.2}.settings-list{display:flex;flex-direction:column;gap:10px}.settings-row{min-height:54px;padding:0 16px;border-radius:18px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between;text-align:left}.settings-row strong{color:var(--gold);font-size:13px}.me-action-item{min-height:54px;padding:0 16px;border-radius:18px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between;text-align:left}.me-action-item strong{color:var(--gold);font-size:13px}.me-action-item-danger{border-color:#a84f4fb3;background:#6b2f2f3d}.me-action-item-danger strong{color:#ffd4d4}.orders-overview-card{display:flex;flex-direction:column;gap:16px;background:radial-gradient(circle at top right,rgba(200,173,126,.18),transparent 36%),linear-gradient(180deg,#262521fa,#161614fa)}.orders-overview-card__main{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.orders-overview-card__copy{display:flex;flex-direction:column;gap:8px}.orders-overview-card__copy h2,.orders-overview-card__copy p,.orders-search-panel__head h3,.orders-search-panel__head p,.orders-status-panel__head h3,.orders-status-panel__head p,.stats-hero h2,.stats-hero p{margin:0}.orders-overview-card__copy p,.orders-search-panel__head p,.orders-status-panel__head p,.stats-hero p{color:var(--text-secondary);font-size:13px;line-height:1.6}.orders-overview-card__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.orders-overview-card__tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.orders-overview-card__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.orders-overview-stat{padding:14px;border-radius:20px;border:1px solid rgba(200,173,126,.16);background:#ffffff08;display:flex;flex-direction:column;gap:6px}.orders-overview-stat span,.stat-card span{color:var(--text-secondary);font-size:12px}.orders-overview-stat strong,.stat-card strong{font-size:28px;color:var(--text-primary)}.orders-overview-stat-attention{border-color:#d86b543d;background:linear-gradient(180deg,#432522e6,#2b1c1ce6)}.orders-attention-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border-color:#d86b5447;background:radial-gradient(circle at top left,rgba(216,107,84,.2),transparent 36%),linear-gradient(180deg,#281c1bfa,#1a1615fa)}.orders-attention-card__copy{display:flex;flex-direction:column;gap:6px}.orders-attention-card__copy h3,.orders-attention-card__copy p{margin:0}.orders-attention-card__copy p{color:var(--text-secondary);font-size:13px;line-height:1.6}.orders-attention-card__actions{display:flex;align-items:center;gap:10px}.debug-panel{display:flex;flex-direction:column;gap:14px}.debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.debug-item{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.debug-item span{color:var(--text-secondary);font-size:12px}.debug-item strong{font-size:13px;line-height:1.5;word-break:break-word}.notice-debug-panel summary{cursor:pointer;color:var(--gold);font-weight:700;list-style:none}.notice-debug-panel summary::-webkit-details-marker{display:none}.notice-debug-panel .debug-item strong{white-space:pre-wrap}.orders-search-panel,.orders-filter-panel,.orders-status-panel,.orders-toolbar-panel,.stats-panel,.stats-hero{display:flex;flex-direction:column;gap:14px}.orders-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.orders-toolbar__filter-btn{min-width:84px}.orders-quick-card{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;text-align:left;border-color:#c8ad7e52;background:radial-gradient(circle at top right,rgba(200,173,126,.18),transparent 38%),linear-gradient(180deg,#26241ffa,#181714fa)}.orders-quick-card__copy{display:flex;flex-direction:column;gap:6px}.orders-quick-card__copy strong,.orders-quick-card__copy p{margin:0}.orders-quick-card__copy p{color:var(--text-secondary);font-size:13px;line-height:1.6}.orders-quick-card__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.orders-search{display:flex;align-items:center;gap:12px;min-height:58px;padding:0 16px;border-radius:22px;border:1px solid rgba(200,173,126,.18);background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.orders-search:focus-within{border-color:var(--gold-soft);box-shadow:0 0 0 3px #c8ad7e1f}.orders-search__icon{width:20px;height:20px;color:var(--gold);flex:0 0 auto}.orders-search__icon svg{width:100%;height:100%;display:block}.orders-search__input{min-height:54px;padding:0;border:0;background:transparent}.orders-search__input:focus{box-shadow:none}.orders-filter-panel{gap:16px}.orders-filter-panel__group{display:flex;flex-direction:column;gap:10px}.orders-filter-panel__label{color:var(--text-primary);font-size:13px;font-weight:700}.orders-filter-panel__segmented{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.orders-filter-panel__dates{margin-top:-4px}.orders-filter-panel__chips{gap:10px}.orders-filter-summary,.orders-filter-summary-strip{display:flex;flex-wrap:wrap;gap:8px}.orders-filter-summary__line{color:var(--text-secondary);font-size:13px;line-height:1.6}.orders-filter-summary__item{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(200,173,126,.18);background:#c8ad7e14;color:var(--gold);display:inline-flex;align-items:center;font-size:12px;font-weight:600}.orders-status-panel__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.orders-time-mode{margin-top:2px}.driver-gate{max-width:480px;margin:0 auto}.dispatch-sheet__summary{gap:0}.dispatch-sheet__body{gap:14px}.dispatch-stage{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:20px;border:1px solid rgba(200,173,126,.14);background:#ffffff08}.dispatch-stage__head{display:flex;flex-direction:column;gap:4px}.dispatch-stage__head strong{color:var(--text-primary);font-size:14px}.dispatch-stage__head span{color:var(--text-secondary);font-size:12px;line-height:1.6}.dispatch-mode-note{padding:14px;border-radius:18px;border:1px solid var(--border-soft);background:#ffffff08;display:flex;flex-direction:column;gap:6px}.dispatch-mode-note strong,.dispatch-preview__head strong{color:var(--text-primary);font-size:14px}.dispatch-mode-note span,.dispatch-preview__head span{color:var(--text-secondary);font-size:12px;line-height:1.5}.dispatch-preview{padding:14px;border-radius:20px;border:1px solid rgba(200,173,126,.18);background:#0d0d0c57;display:flex;flex-direction:column;gap:10px}.dispatch-preview__head{display:flex;justify-content:space-between;gap:12px;align-items:center}.dispatch-preview__content{margin:0;padding:14px;border-radius:16px;border:1px solid var(--border-soft);background:#ffffff08;color:var(--text-primary);white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.7}.stats-hero{background:radial-gradient(circle at top left,rgba(200,173,126,.18),transparent 34%),linear-gradient(180deg,#262521fa,#161614fa)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:14px}.stat-card{display:flex;flex-direction:column;gap:10px;min-height:116px}.stats-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stats-panel__stack{display:flex;flex-direction:column;gap:18px}.stats-chart{width:100%;overflow-x:auto}.stats-chart__svg{width:100%;min-width:320px;height:220px}.stats-chart__grid{stroke:#ffffff14;stroke-width:1}.stats-chart__bar{opacity:.98}.stats-chart__axis-text{fill:#bfbebfe6;font-size:4px}.stats-chart__value{fill:#f2efe7;font-size:4px}.stats-donut-card{display:flex;flex-direction:column;gap:16px;align-items:center}.stats-donut{position:relative;width:188px;height:188px;border-radius:999px;display:flex;align-items:center;justify-content:center}.stats-donut__center{width:108px;height:108px;border-radius:999px;background:#161614f5;border:1px solid rgba(200,173,126,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.stats-donut__center strong{font-size:28px}.stats-donut__center span{color:var(--text-secondary);font-size:12px}.stats-legend{width:100%;display:flex;flex-direction:column;gap:10px}.stats-legend__item{display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center}.stats-legend__dot{width:12px;height:12px;border-radius:999px}.stats-legend__item span{color:var(--text-secondary);font-size:13px}.stats-bars{display:flex;flex-direction:column;gap:14px}.stats-bars__row{display:flex;flex-direction:column;gap:8px}.stats-bars__meta{display:flex;justify-content:space-between;gap:12px;align-items:center}.stats-bars__meta span{color:var(--text-secondary);font-size:13px}.stats-bars__track{width:100%;height:12px;border-radius:999px;background:#ffffff0f;overflow:hidden}.stats-bars__fill{height:100%;border-radius:inherit}.auth-screen{min-height:100vh;padding:calc(env(safe-area-inset-top,0px) + 28px) 18px calc(env(safe-area-inset-bottom,0px) + 28px);display:flex;flex-direction:column;gap:22px;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(200,173,126,.22),transparent 30%),linear-gradient(180deg,#0f0f0efa,#121211fa)}.auth-hero{width:100%;max-width:460px}.auth-brand{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:28px;border:1px solid rgba(200,173,126,.18);background:linear-gradient(180deg,#22211eeb,#161614eb);box-shadow:var(--shadow-panel)}.auth-brand img{width:72px;height:72px;border-radius:22px;border:1px solid var(--gold-soft);box-shadow:0 16px 32px #00000038}.auth-brand__copy{display:flex;flex-direction:column;gap:4px}.auth-brand__copy h1,.auth-brand__copy p{margin:0}.auth-brand__copy p{color:var(--text-secondary);line-height:1.5}.auth-brand__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auth-panel{width:100%;max-width:460px;display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:28px;background:radial-gradient(circle at top right,rgba(200,173,126,.14),transparent 32%),linear-gradient(180deg,#201f1cfa,#161614fa)}.auth-panel__header{display:flex;flex-direction:column;gap:6px}.auth-panel__header h2,.auth-panel__header p{margin:0}.auth-panel__header p{color:var(--text-secondary);font-size:14px;line-height:1.5}.auth-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-toggle__item{min-height:48px;border-radius:18px;border:1px solid var(--border-soft);background:#ffffff0a;color:var(--text-secondary);font-weight:600}.auth-toggle__item-active{border-color:var(--gold-soft);background:linear-gradient(180deg,#c8ad7e29,#b8945a1f);color:var(--gold);font-weight:700}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field__label{color:var(--text-primary);font-size:14px;font-weight:700}.auth-field__error,.auth-error{color:#ffd4d4;font-size:13px;line-height:1.5}.auth-input{display:flex;align-items:center;gap:8px;min-height:54px;padding:0 10px 0 0;border-radius:var(--radius-md);border:1px solid var(--border-soft);background:#ffffff08}.auth-input:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #c8ad7e1f}.auth-input-error{border-color:#a84f4fd1;box-shadow:0 0 0 3px #a84f4f29}.auth-input__control{min-height:52px;padding-right:0;border:0;background:transparent;box-shadow:none}.auth-input__control:focus{border:0;box-shadow:none}.auth-input__action{width:38px;height:38px;padding:0;border:0;border-radius:999px;background:#ffffff0a;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center}.auth-input__action svg{width:18px;height:18px}.auth-error{margin-top:-4px}.auth-role-group{display:flex;flex-wrap:wrap;gap:10px}.auth-role-chip{min-height:42px;padding:0 18px;border-radius:999px;border:1px solid var(--border-soft);background:#ffffff0a;color:var(--text-secondary)}.auth-role-chip-active{border-color:var(--gold-soft);background:#c8ad7e24;color:var(--gold);font-weight:700}.sticky-submit{position:sticky;bottom:calc(var(--tab-bar-safe-height) + 10px);z-index:10;display:flex;align-items:center;gap:12px;padding:14px;border-radius:22px;background:#161614f0;border:1px solid var(--gold-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sticky-submit__summary{flex:1;display:flex;flex-direction:column;gap:4px}.loading-block{display:inline-flex;align-items:center;gap:10px;color:var(--text-secondary)}.spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--gold);animation:spin .8s linear infinite}.empty-state{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state h3,.empty-state p{margin:0}.empty-state__icon{width:60px;height:60px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#c8ad7e24;color:var(--gold);font-size:26px}.notice-host{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.notice-host-top{display:flex;justify-content:center;align-items:flex-start;padding:calc(env(safe-area-inset-top,0px) + 14px) 16px 0}.notice-host-center{display:flex;align-items:center;justify-content:center;padding:24px 16px}.notice-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;opacity:0;transition:opacity .22s ease}.notice-dialog__backdrop-visible{opacity:1}.notice-dialog{position:relative;width:min(80vw,420px);padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#22221ff5;box-shadow:0 20px 44px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transform:scale(.92);transition:opacity .22s ease,transform .28s ease}.notice-dialog-visible{opacity:1;transform:scale(1)}.notice-dialog-gold{border-color:#c8ad7e6b;background:linear-gradient(180deg,#28251dfa,#1b1a17fa)}.notice-dialog-danger{border-color:#d86b546b;background:linear-gradient(180deg,#321d1bfa,#1e1515fa)}.notice-dialog-success{border-color:#68a77e6b;background:linear-gradient(180deg,#1f2f25fa,#161d19fa)}.notice-dialog__title{display:block;margin-bottom:8px;font-size:18px;line-height:1.35}.notice-dialog__description{display:block;color:var(--text-secondary);font-size:13px;line-height:1.6}.notice-banner{width:fit-content;max-width:min(80vw,520px);min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#161614f0;color:var(--text-primary);box-shadow:0 12px 30px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transform:translateY(-10px);transition:opacity .22s ease,transform .28s ease;display:flex;align-items:center;gap:10px}.notice-banner-visible{opacity:1;transform:translateY(0)}.notice-banner-default{border-color:#ffffff14}.notice-banner-gold{border-color:#c8ad7e42;background:#211f1af5}.notice-banner-success{border-color:#68a77e4d;background:#1b2820f5}.notice-banner-danger{border-color:#d86b544d;background:#2e1c1bf5}.notice-banner__title{font-size:14px;line-height:1.4;white-space:nowrap}.notice-banner__description{color:var(--text-secondary);font-size:12px;line-height:1.4}.hidden-input{position:absolute;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none}.log-item{display:flex;flex-direction:column;gap:4px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.log-item:last-child{border-bottom:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes orderHighlightPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.dashboard-hero,.detail-hero{display:grid;gap:18px}.dashboard-hero-card{display:grid;gap:16px;padding:22px;background:radial-gradient(circle at top right,rgba(200,173,126,.18),transparent 36%),linear-gradient(180deg,#24231ffa,#161614fa)}.dashboard-hero-card__copy{display:grid;gap:6px}.dashboard-hero-card__copy h2,.detail-summary-card__identity h2{margin:0}.dashboard-hero-card__copy p,.detail-summary-card__identity p,.detail-risk-banner p,.audit-log__operator,.audit-log__summary,.audit-log__detail-row span,.detail-note-card span{margin:0;color:var(--text-secondary)}.dashboard-hero-card__eyebrow,.dashboard-focus-entry__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-hero-card__metrics{display:flex;align-items:flex-end;gap:10px}.dashboard-hero-card__metrics strong{font-size:44px;line-height:.95}.dashboard-hero-card__metrics span{color:var(--text-secondary);font-size:13px;padding-bottom:6px}.dashboard-hero-card__chips{display:flex;flex-wrap:wrap;gap:8px}.dashboard-hero-card__chip{min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid rgba(200,173,126,.16);background:#c8ad7e14;color:var(--gold);font-size:12px;font-weight:600}.dashboard-task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-task-short{display:grid;gap:8px;min-height:148px;text-align:left;padding:18px;background:linear-gradient(180deg,#1c1c1af5,#151513f5)}.dashboard-task-short strong{font-size:32px;line-height:1}.dashboard-task-short p,.dashboard-task-short__title{margin:0}.dashboard-task-short__title{color:var(--text-primary);font-size:14px;font-weight:700}.dashboard-task-short p{color:var(--text-secondary);font-size:13px;line-height:1.5}.dashboard-task-short-disabled{opacity:.72}.customer-home{gap:18px}.customer-home-hero{display:grid;gap:18px;padding:24px 22px;background:radial-gradient(circle at top right,rgba(215,184,130,.18),transparent 34%),linear-gradient(180deg,#1d1c19fa,#121211fa)}.customer-home-hero__copy{display:grid;gap:8px}.customer-home-hero__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-home-hero__copy h2{margin:0;font-size:32px;line-height:1.05}.customer-home-hero__copy p{margin:0;max-width:28ch;color:var(--text-secondary);line-height:1.6}.customer-home-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-home-shortcut{min-width:0;min-height:132px;display:grid;align-content:start;gap:10px;padding:18px;text-align:left;background:linear-gradient(180deg,#1b1b19f5,#141412f5)}.customer-home-shortcut strong,.customer-home-help-item strong,.customer-service-card__row strong,.customer-home-address-item strong{display:block}.customer-home-shortcut p,.customer-home-help-item p,.customer-home-address-item span,.customer-service-card__eyebrow,.customer-service-card__head p,.customer-service-card__row span{margin:0;color:var(--text-secondary)}.customer-home-shortcut__icon,.customer-home-help-item__icon{position:relative;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,#d7b88229,#d7b8820d);border:1px solid rgba(215,184,130,.14);color:var(--gold)}.customer-home-shortcut__icon svg,.customer-home-help-item__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-home-shortcut__badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(180deg,#dcc190,#c8ad7e);color:#171716;font-size:10px;line-height:18px;font-weight:800;text-align:center}.customer-service-card{display:grid;gap:18px;padding:22px;background:radial-gradient(circle at top right,rgba(215,184,130,.12),transparent 30%),linear-gradient(180deg,#1a1917fa,#121211fa)}.customer-service-card-empty{align-items:start}.customer-service-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.customer-service-card__head h3{margin:4px 0 6px;font-size:26px;line-height:1.1}.customer-service-card__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-service-card__body{display:grid;gap:12px}.customer-service-card__row{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff07}.customer-active-order-hero{display:grid;gap:18px;padding:24px;background:radial-gradient(circle at top right,rgba(215,184,130,.2),transparent 32%),linear-gradient(180deg,#1a1815fc,#10100ffc);border:1px solid rgba(215,184,130,.18);box-shadow:0 18px 40px #0000003d}.customer-active-order-hero__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.customer-active-order-hero__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-active-order-hero__head h2{margin:6px 0 8px;font-size:30px;line-height:1.04}.customer-active-order-hero__head p{margin:0;color:var(--text-secondary)}.customer-active-order-hero__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-active-order-hero__item,.customer-active-order-hero__note{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.customer-active-order-hero__item span,.customer-active-order-hero__note span{color:var(--text-secondary);font-size:12px}.customer-active-order-hero__item strong,.customer-active-order-hero__note strong{line-height:1.5;word-break:break-word}.customer-active-order-hero__note strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.customer-active-order-hero__item-wide{grid-column:span 2}.order-image-summary,.order-image-summary-empty{display:grid;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.order-image-summary-inline{display:grid;gap:4px}.order-image-summary__head,.order-image-gallery__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-image-summary__head span,.order-image-summary-empty span,.order-image-summary-inline span,.order-image-gallery__head span{color:var(--text-secondary);font-size:12px}.order-image-summary__head strong,.order-image-summary-empty strong,.order-image-gallery__head strong{display:block}.order-image-summary__head p,.order-image-summary-empty p,.order-image-summary-inline p{margin:4px 0 0;color:var(--text-secondary);font-size:13px}.order-image-summary__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.order-image-summary__thumb{padding:0;aspect-ratio:1.15 / 1;overflow:hidden;border-radius:16px;border:1px solid rgba(215,184,130,.18);background:#141412}.order-image-summary__thumb img{width:100%;height:100%;object-fit:cover}.order-image-gallery{display:grid;gap:14px}.image-grid-detail{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-home-panel{gap:14px}.customer-home-inline-action{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-home-address-list,.customer-home-help-list{display:grid;gap:12px}.customer-home-address-item,.customer-home-help-item{width:100%;min-width:0;display:flex;align-items:flex-start;gap:14px;padding:14px 16px;text-align:left;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;color:inherit}.customer-home-address-item{display:grid;gap:6px}.customer-home-help-item div{display:grid;gap:4px;min-width:0}.help-hero{display:grid;gap:12px;padding:22px;background:radial-gradient(circle at top right,rgba(215,184,130,.14),transparent 34%),linear-gradient(180deg,#1b1b19fa,#121211fa)}.help-hero h2{margin:4px 0 6px;font-size:30px;line-height:1.08}.help-hero p{margin:0;max-width:34ch;color:var(--text-secondary);line-height:1.6}.help-hub-grid{display:grid;gap:12px}.help-hub-card{display:grid;gap:10px;padding:18px;text-align:left;background:linear-gradient(180deg,#1a1a18f5,#141412f5)}.help-hub-card__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,#d7b88229,#d7b8820d);border:1px solid rgba(215,184,130,.14);color:var(--gold)}.help-hub-card__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.help-hub-card strong,.faq-item__trigger strong{display:block}.help-hub-card p,.help-doc__content p,.help-doc__list,.faq-item__panel p{margin:0;color:var(--text-secondary)}.help-doc{display:grid;gap:14px}.help-doc__section{gap:14px}.help-doc__content{display:grid;gap:12px;line-height:1.7}.help-doc__list{padding-left:18px;display:grid;gap:10px}.help-support-card{gap:14px}.faq-search-group{margin-top:4px}.faq-category-row{display:flex;flex-wrap:wrap;gap:10px}.faq-list{display:grid;gap:12px}.faq-item{overflow:hidden;transition:border-color .18s ease,background .18s ease,transform .18s ease}.faq-item-open{border-color:#d7b8822e;background:linear-gradient(180deg,#1c1c1af5,#151513f5)}.faq-item__trigger{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;text-align:left;color:inherit}.faq-item__trigger span{color:var(--gold);font-size:12px;white-space:nowrap}.faq-item__panel{max-height:0;overflow:hidden;padding:0 18px;transition:max-height .22s ease,padding .22s ease}.faq-item__panel-open{max-height:420px;padding:0 18px 18px}.support-page-segmented,.support-status-segmented{margin-top:14px}.support-composer,.support-thread-card{gap:14px}.support-file-list{display:flex;flex-wrap:wrap;gap:8px}.support-ticket-list,.support-reply-list{display:grid;gap:12px}.support-ticket-card{width:100%;min-width:0;display:grid;gap:10px;text-align:left}.support-ticket-card__head,.support-ticket-card__foot,.support-detail-hero__head,.support-reply-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.support-ticket-card p,.support-ticket-card__foot span,.support-detail-meta__item span,.support-reply-item__head span,.support-reply-item p,.support-thread-card__content{margin:0;color:var(--text-secondary)}.support-ticket-card__foot{flex-wrap:wrap;font-size:12px}.support-detail-hero{display:grid;gap:16px}.support-detail-hero__head h2{margin:4px 0 6px;font-size:28px;line-height:1.08}.support-detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.support-detail-meta__item{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.support-thread-card__content{line-height:1.8}.support-attachment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.support-attachment-card{display:grid;gap:8px}.support-attachment-card img{width:100%;height:112px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.support-attachment-card span{color:var(--text-secondary);font-size:12px}.support-reply-item{display:grid;gap:8px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.dashboard-overview-panel{gap:12px}.me-overview-card-compact{min-height:96px;justify-content:space-between}.me-overview-card-compact strong{font-size:24px}.dashboard-card-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.dashboard-task-card{display:grid;gap:10px;text-align:left}.dashboard-task-card__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-task-card__meta span,.dashboard-task-card p,.directory-card__grid span,.audit-item__operator,.detail-reminder p,.risk-list p{color:var(--text-secondary)}.dashboard-task-card__meta strong{font-size:28px;line-height:1}.dashboard-order-row,.directory-order-row{display:grid;gap:10px;text-align:left}.dashboard-order-row__main,.dashboard-order-row__tags,.directory-card__head,.directory-order-row__head,.detail-hero__head,.audit-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-order-row__main{flex-direction:column}.dashboard-order-row__tags,.risk-list,.audit-item__changes{display:grid;gap:8px}.detail-hero__head h2{margin:4px 0 6px}.detail-grid__item-wide{grid-column:span 2}.directory-card,.detail-reminder,.audit-item{text-align:left}.detail-summary-card{display:grid;gap:18px}.detail-dispatch-sticky{position:sticky;top:calc(env(safe-area-inset-top,0px) + 72px);z-index:18;width:100%;display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(215,184,130,.18);border-radius:18px;background:linear-gradient(180deg,#1b1917f5,#121110f5);box-shadow:0 16px 34px #00000042;text-align:left;color:inherit}.detail-dispatch-sticky__head,.detail-dispatch-sticky__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.detail-dispatch-sticky__head strong{font-size:13px}.detail-dispatch-sticky__head span,.detail-dispatch-sticky__meta span,.detail-dispatch-sticky__remark{margin:0;color:var(--text-secondary);font-size:12px}.detail-dispatch-sticky__remark{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-summary-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.detail-summary-card__identity{display:grid;gap:6px;min-width:0}.detail-summary-card__order-row{display:flex;align-items:center;gap:10px;min-width:0}.detail-summary-card__order-row h2{min-width:0;font-size:28px;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-summary-card__copy-btn{min-height:34px;padding:0 12px;flex:0 0 auto}.detail-summary-card__tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.detail-summary-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-summary-card__meta-item{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.detail-summary-card__meta-item span{color:var(--text-secondary);font-size:12px}.detail-summary-card__meta-item strong{line-height:1.55;word-break:break-word}.detail-summary-card__meta-item-wide{grid-column:span 2}.detail-progress-panel{gap:16px}.detail-dispatch-spotlight{display:grid;gap:16px;background:radial-gradient(circle at top right,rgba(215,184,130,.16),transparent 34%),linear-gradient(180deg,#1b1917fa,#121110fa);border:1px solid rgba(215,184,130,.16)}.detail-dispatch-spotlight__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.detail-dispatch-spotlight__eyebrow{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.detail-dispatch-spotlight__head h3{margin:4px 0 6px;font-size:28px;line-height:1.08}.detail-dispatch-spotlight__head p{margin:0;color:var(--text-secondary)}.detail-dispatch-spotlight__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-dispatch-spotlight__item,.detail-dispatch-spotlight__note{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.detail-dispatch-spotlight__item span,.detail-dispatch-spotlight__note span{color:var(--text-secondary);font-size:12px}.detail-dispatch-spotlight__item strong,.detail-dispatch-spotlight__note strong{line-height:1.5;word-break:break-word}.detail-dispatch-spotlight__item-emphasis strong,.customer-active-order-hero__item-emphasis strong{font-size:18px;letter-spacing:.01em}.detail-dispatch-spotlight__footnote{margin:0;color:var(--text-secondary);font-size:13px}.detail-dispatch-spotlight__item-wide{grid-column:span 2}.order-progress-emphasis .order-progress__item{padding:0 0 6px}.order-progress-emphasis .order-progress__body{padding:0 0 16px}.order-progress-emphasis .order-progress__head strong{font-size:15px}.order-progress-minimal .order-progress__body{padding-bottom:12px}.detail-grid-compact .detail-grid__item{padding:14px}.detail-inline-notes{display:grid;gap:8px;margin-top:4px}.detail-inline-notes p{margin:0;padding:10px 12px;border-radius:14px;background:#ffffff08;color:var(--text-secondary)}.detail-actions-panel{gap:14px}.detail-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-note-card{display:grid;gap:8px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.detail-note-card-highlight{border-color:#d7b8822e;background:#d7b8820f}.detail-note-card strong{line-height:1.55;word-break:break-word}.directory-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.directory-card__grid strong{display:block;margin-top:4px}.directory-order-row p,.audit-item__changes{margin:0}.audit-item{border:1px solid rgba(217,191,144,.14);border-radius:16px;padding:14px 16px;background:#1112147a}.audit-log{display:grid;gap:0}.audit-log__item{display:grid;grid-template-columns:24px 1fr;gap:14px}.audit-log__rail{display:flex;flex-direction:column;align-items:center}.audit-log__dot{width:10px;height:10px;border-radius:999px;margin-top:6px;background:#c8ad7eb8;box-shadow:0 0 0 6px #c8ad7e1a}.audit-log__line{width:2px;flex:1 1 auto;margin-top:10px;background:#ffffff14}.audit-log__item:last-child .audit-log__line{display:none}.audit-log__content{display:grid;gap:8px;padding:0 0 18px}.audit-log__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.audit-log__head strong{font-size:15px}.audit-log__head span{color:var(--text-secondary);font-size:12px;white-space:nowrap}.audit-log__operator{font-size:13px}.audit-log__summary{color:var(--text-primary);font-size:14px;line-height:1.6}.audit-log__details{display:grid;gap:8px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.audit-log__detail-row{display:grid;gap:4px}.audit-log__detail-row strong{font-size:13px;line-height:1.55;color:var(--text-primary);word-break:break-word}.audit-log__item-processing .audit-log__dot{background:#7aa6d8db;box-shadow:0 0 0 6px #7aa6d81f}.audit-log__item-warning .audit-log__dot{background:#e2c07ae6;box-shadow:0 0 0 6px #e2c07a1f}.audit-log__item-cancelled .audit-log__dot{background:#e49595eb;box-shadow:0 0 0 6px #e495951a}.audit-log__item-completed .audit-log__dot{background:#94d6abeb;box-shadow:0 0 0 6px #94d6ab1a}.audit-item__changes{padding-left:18px}.status-pill-risk-warning{background:#d9bf9024;color:#e2c07a}.status-pill-risk-attention{background:#d66a6a29;color:#e49595}.status-pill-risk-default{background:#7aa6d824;color:#9bc1ee}@media(max-width:720px){.topbar{grid-template-columns:64px 1fr 64px}.open-browser-overlay{padding:calc(env(safe-area-inset-top,0px) + 14px) 14px calc(env(safe-area-inset-bottom,0px) + 18px)}.open-browser-overlay__top{min-height:96px}.open-browser-overlay__menu{min-width:48px;min-height:48px;font-size:22px}.open-browser-overlay__arrow{top:18px;right:30px;width:min(34vw,110px)}.open-browser-overlay__copy h2{font-size:26px}.open-browser-overlay__copy p{font-size:14px}.open-browser-overlay__steps{width:min(100%,320px);padding:16px}.open-browser-overlay__platform-note{padding:0 10px}.open-browser-overlay__panel{width:100%;padding:12px 6px 0}.open-browser-overlay__actions,.detail-grid,.dispatch-info__grid,.dispatch-info-detail .dispatch-info__grid,.schedule-grid,.inline-fields,.stats-grid,.phone-input{grid-template-columns:1fr}.action-row,.orders-overview-card__main,.orders-attention-card,.orders-status-panel__head,.dispatch-preview__head,.preview-panel__header,.order-card__main,.detail-summary-card__head,.detail-dispatch-spotlight__head,.customer-active-order-hero__head,.order-image-summary__head,.order-image-gallery__head{flex-direction:column}.orders-overview-card__stats,.stats-chart-grid,.debug-grid,.dashboard-card-grid,.customer-home-shortcuts,.directory-card__grid,.dashboard-task-grid,.detail-summary-card__meta,.detail-dispatch-spotlight__grid,.support-detail-meta,.support-attachment-grid,.detail-note-grid,.customer-active-order-hero__grid,.order-image-summary__row,.image-grid-detail{grid-template-columns:1fr}.orders-filter-panel__segmented{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid__item-wide,.detail-summary-card__meta-item-wide,.detail-dispatch-spotlight__item-wide,.customer-active-order-hero__item-wide{grid-column:span 1}.customer-home-hero__copy h2{font-size:28px}.dashboard-hero-card__metrics strong{font-size:36px}.audit-log__head{flex-direction:column;align-items:flex-start}.preview-panel__stage{grid-template-columns:1fr}.preview-panel__nav{width:100%;border-radius:16px}.order-card__thumb{width:100%;height:120px;flex-basis:auto}.auth-brand{align-items:flex-start}}
