@import "https://fonts.googleapis.com/css2?family=Sriracha&display=swap";
:root{--ink:#17203c;--night:#10192f;--cobalt:#365fe6;--violet:#6e6dff;--jade:#22b8e6;--emerald:#2c9fb5;--teal-deep:#0f5573;--sky:#a9e7ff;--paper:#fff;--canvas:#f5f9ff;--line:#d7e4f3;--muted:#64728e;--soft-blue:#eaf2ff;--soft-violet:#f0eeff;--soft-cyan:#eafbff;--mist:#eef6ff;--shadow:0 18px 44px #0c173d14}*{box-sizing:border-box}html,body{color:var(--ink);background:radial-gradient(circle at top,#22b8e61f,#0000 22%),linear-gradient(#0c1531 0,#10192f 360px,#f5f9ff 361px 100%);margin:0;padding:0;font-family:Segoe UI,Aptos,Helvetica Neue,Arial,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block}.app-shell{max-width:1320px;margin:0 auto;padding:28px 20px 60px}.brand-lockup{text-align:center;justify-items:center;width:100%;display:grid}.brand-lockup--compact{gap:10px}.brand-lockup--stacked{gap:14px}.brand-lockup__copy{justify-items:center;gap:10px;display:grid}.brand-lockup__subtitle{text-transform:uppercase;letter-spacing:.2em;margin:0;font-size:.72rem;font-weight:700}.brand-lockup__wordmark{letter-spacing:.04em;text-transform:uppercase;font-family:Sriracha,Segoe UI,cursive;font-size:clamp(2.65rem,5vw,5.6rem);line-height:1}.brand-lockup--compact .brand-lockup__copy{gap:6px}.brand-lockup--compact .brand-lockup__wordmark{font-size:clamp(2.25rem,3vw,3.4rem)}.brand-lockup__pill{letter-spacing:.16em;text-transform:uppercase;border:1px solid #a9e7ff61;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;padding:0 16px;font-size:.76rem;font-weight:700;display:inline-flex}.brand-lockup--dark .brand-lockup__subtitle{color:var(--sky)}.brand-lockup--dark .brand-lockup__wordmark{color:var(--paper);text-shadow:0 0 10px #ffffff2e,0 0 26px #a9e7ff1f}.brand-lockup--dark .brand-lockup__pill{color:var(--paper);background:linear-gradient(135deg,#22b8e62e,#6e6dff29),#16203c47;box-shadow:inset 0 0 0 1px #ffffff08,0 0 18px #22b8e647}.brand-lockup--stacked.brand-lockup--dark .brand-lockup__pill{min-height:58px;padding:0 26px;font-size:.92rem}.brand-lockup--light .brand-lockup__subtitle{color:var(--muted)}.brand-lockup--light .brand-lockup__wordmark{color:var(--ink)}.brand-lockup--light .brand-lockup__pill{color:var(--cobalt);background:var(--soft-blue);border-color:#365fe62e}.page-header{color:var(--paper);background:radial-gradient(circle at 18% 18%,#22b8e633,#0000 26%),radial-gradient(circle at 82% 16%,#6e6dff29,#0000 24%),linear-gradient(135deg,#10192f 0%,#1d2850 50%,#365fe6 132%);border-radius:34px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:24px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #09112b3d}.page-header:before,.page-header:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.page-header:before{background:#a9e7ff14;border:1px solid #a9e7ff1f;width:240px;height:240px;top:-110px;right:-40px}.page-header:after{background:#6e6dff14;border:1px solid #6e6dff1f;width:180px;height:180px;bottom:-90px;left:-30px}.page-header--compact{padding:26px 28px}.page-header--single{grid-template-columns:1fr}.page-header__copy,.page-header__actions{z-index:1;position:relative}.page-header__brand{z-index:1;grid-column:1/-1;justify-content:center;margin-bottom:6px;display:flex;position:relative}.page-header__brand--left{justify-content:flex-start;margin-bottom:0}.page-header__copy{gap:16px;display:grid}.page-header--single .page-header__copy{text-align:center;justify-items:center}.page-header h1{letter-spacing:-.05em;max-width:860px;margin:0;font-size:clamp(2rem,3vw,3.25rem);line-height:1.04}.page-header__lede{color:#dce7fff2;max-width:760px;margin:0;line-height:1.64}.hero-pills{flex-wrap:wrap;gap:10px;display:flex}.page-header--single .hero-pills{justify-content:center}.hero-pill{min-height:34px;color:var(--paper);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.82rem;font-weight:600;display:inline-flex}.page-header__actions{align-content:start;gap:12px;display:grid}.link-button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.link-button:hover{transform:translateY(-1px)}.link-button:disabled{cursor:wait;opacity:.72;transform:none}.link-button--primary{background:linear-gradient(135deg,var(--cobalt),var(--jade));color:var(--paper);box-shadow:0 12px 26px #365fe647}.link-button--ghost{background:var(--paper);color:var(--ink);border-color:#365fe624}.page-header .link-button--ghost{color:var(--paper);background:#ffffff14;border-color:#ffffff24}.page-header .link-button--primary{background:var(--paper);color:var(--ink);box-shadow:none}.notice-chip{color:var(--paper);background:#ffffff1a;border:1px solid #ffffff24;border-radius:24px;gap:6px;padding:16px 18px;display:grid}.notice-chip--secondary{background:#0c153142;border-color:#a9e7ff29}.notice-chip__label{color:#dce7ffe0;font-size:.8rem}.operations-toolbar{grid-template-columns:minmax(220px,auto) repeat(3,minmax(0,1fr));align-items:stretch;gap:14px;margin-top:18px;display:grid}.toolbar-links{gap:10px;display:grid}.toolbar-card{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:24px;gap:8px;padding:18px 20px;display:grid}.toolbar-card--highlight{background:linear-gradient(180deg,var(--paper),var(--soft-blue))}.toolbar-card--live{background:linear-gradient(180deg,var(--paper),var(--soft-cyan))}.toolbar-card__label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700}.toolbar-card strong{color:var(--ink);font-size:1.02rem}.toolbar-card p{color:var(--muted);margin:0;line-height:1.5}.toolbar-card__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.toolbar-card__timestamp{color:var(--muted);font-size:.84rem;font-weight:600}.toolbar-card__button{min-height:40px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:18px;display:grid}.metric{border:1px solid var(--line);background:var(--paper);min-height:150px;box-shadow:var(--shadow);border-radius:26px;gap:8px;padding:20px;display:grid}.metric strong{font-size:clamp(1.8rem,2.5vw,2.6rem);line-height:1}.metric__label{color:var(--muted);font-size:.92rem}.metric__detail{color:var(--ink);margin:0;line-height:1.48}.metric--alert{background:linear-gradient(180deg,var(--paper),var(--soft-violet))}.metric--success{background:linear-gradient(180deg,var(--paper),var(--soft-cyan))}.metric--accent{background:linear-gradient(180deg,var(--paper),var(--soft-blue))}.dashboard-grid,.analytics-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:18px;margin-top:18px;display:grid}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid--focused{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}.stack{align-content:start;gap:18px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:28px;padding:22px}.panel--accent{background:linear-gradient(180deg,var(--paper),var(--soft-blue))}.panel--muted{background:linear-gradient(180deg,var(--paper),var(--mist))}.section-heading{margin-bottom:16px}.section-heading__copy{gap:10px;display:grid}.section-heading__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-heading h2{color:var(--ink);margin:0;font-size:1.36rem}.section-heading p{color:var(--muted);margin:0;line-height:1.56}.section-heading__badge{background:var(--soft-blue);min-height:34px;color:var(--cobalt);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);margin:0;font-size:.72rem;font-weight:700}.queue-list,.note-list,.compact-list,.prescription-feed,.bar-list{gap:14px;display:grid}.queue-card,.prescription-card,.compact-card,.note-item,.callout,.insight-card{background:#fbfdff;border:1px solid #dfe9f6;border-radius:22px}.queue-card{overflow:hidden}.queue-card[open]{box-shadow:0 18px 40px #365fe61f}.queue-card--critical{border-color:#22b8e647;box-shadow:0 0 0 1px #22b8e614}.queue-card--high{border-color:#365fe62e}.queue-card--medium{border-color:#6e6dff2e}.queue-card__top,.compact-card__row,.prescription-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.queue-card__summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;list-style:none;display:grid}.queue-card__summary::-webkit-details-marker{display:none}.queue-card__summary-copy{gap:12px;display:grid}.queue-card__summary-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.queue-card__summary-status,.prescription-card__status{justify-items:end;gap:8px;display:grid}.queue-card__status-detail{color:var(--muted);font-size:.84rem;font-weight:600}.queue-card__chevron{background:var(--soft-blue);width:36px;height:36px;color:var(--cobalt);border-radius:999px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:transform .16s,background .16s;display:inline-flex}.queue-card[open] .queue-card__chevron{background:#365fe61f;transform:rotate(90deg)}.queue-card__body{border-top:1px solid var(--line);gap:16px;padding:0 18px 18px;display:grid}.queue-card__actions{flex-wrap:wrap;gap:10px;padding-top:16px;display:flex}.status-action{background:var(--paper);min-height:40px;color:var(--ink);cursor:pointer;border:1px solid #365fe624;border-radius:999px;padding:0 14px;transition:transform .16s,border-color .16s,background .16s}.status-action:hover{border-color:#365fe657;transform:translateY(-1px)}.status-action:disabled{opacity:.55;cursor:wait;transform:none}.status-action--active{color:var(--cobalt);background:linear-gradient(135deg,#365fe61f,#22b8e629);border-color:#365fe647;font-weight:700}.queue-card__eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin:0 0 6px;font-size:.8rem}.queue-card h3,.compact-card h3,.prescription-card h3{color:var(--ink);margin:0;font-size:1.08rem}.queue-card__facts,.queue-card__meta,.compact-card__meta,.prescription-card__meta{color:var(--muted);flex-wrap:wrap;gap:10px 14px;font-size:.92rem;display:flex}.queue-card__meta div{gap:4px;min-width:148px;display:grid}.queue-card__error{color:#b42318;margin:0;font-size:.92rem}.meta-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.queue-card__note,.prescription-card__note{color:var(--ink);margin:0;line-height:1.54}.order-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.order-timeline__item{background:var(--mist);border:1px solid #365fe614;border-radius:18px;gap:6px;padding:14px;display:grid}.order-timeline__item span{color:var(--muted);font-size:.8rem}.order-timeline__item strong{color:var(--ink);font-size:.94rem}.order-timeline__item--done{background:linear-gradient(#f8fbff,#eef7ff);border-color:#22b8e633}.queue-card__details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-block{background:var(--mist);border:1px solid #365fe614;border-radius:20px;gap:8px;padding:16px;display:grid}.detail-block__label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.detail-block strong{color:var(--ink)}.detail-block p{color:var(--muted);margin:0;line-height:1.55}.order-lines{gap:10px;display:grid}.order-line{background:#f8fbff;border:1px solid #365fe614;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.order-line__copy{gap:6px;display:grid}.order-line__copy strong{color:var(--ink)}.order-line__copy p{color:var(--muted);margin:0}.order-line__qty{color:var(--muted);font-size:.85rem;font-weight:700}.pill-list{flex-wrap:wrap;gap:8px;display:flex}.status-pill{background:var(--soft-blue);min-height:34px;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.status-pill--info{background:var(--soft-blue);color:var(--cobalt)}.status-pill--warning{background:var(--soft-cyan);color:var(--teal-deep)}.status-pill--danger{background:var(--soft-violet);color:var(--violet)}.status-pill--success{background:var(--soft-cyan);color:var(--emerald)}.note-item{color:var(--ink);padding:16px 18px;line-height:1.55}.note-item--soft{background:var(--mist)}.compact-card{padding:16px 18px}.compact-card p{color:var(--muted);margin:4px 0 0}.prescription-card{background:linear-gradient(#fff,#f7faff);grid-template-columns:152px minmax(0,1fr);gap:16px;padding:16px;display:grid}.prescription-card--archived{background:linear-gradient(#fff,#f3f6fb);border-color:#17203c1f}.prescription-card__preview-link{display:block}.prescription-card__image{object-fit:contain;background:var(--paper);border:1px solid var(--line);border-radius:18px;width:100%;height:210px}.prescription-card__image--placeholder{text-align:center;color:var(--ink);background:#f7f9ff;justify-content:center;align-items:center;padding:18px;display:flex}.prescription-card__content{gap:12px;display:grid}.prescription-archive{border-top:1px solid var(--line);gap:14px;margin-top:18px;padding-top:18px;display:grid}.prescription-archive__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.prescription-archive__header h3{color:var(--ink);margin:6px 0 0;font-size:1.02rem}.empty-state,.callout{border:1px solid var(--line);background:var(--paper);border-radius:22px;padding:18px}.empty-state strong,.callout strong{color:var(--ink);margin-bottom:6px;display:block}.empty-state p,.callout p{color:var(--muted);margin:0;line-height:1.55}.callout--warning{background:var(--soft-blue)}.callout--danger{background:var(--soft-violet)}.bar-row{grid-template-columns:minmax(0,1fr) minmax(110px,.8fr) auto;align-items:center;gap:14px;display:grid}.bar-row__copy{gap:4px;display:grid}.bar-row__copy span{color:var(--muted);font-size:.9rem}.bar-track{background:var(--soft-blue);border-radius:999px;height:12px;overflow:hidden}.bar-fill{border-radius:inherit;background:linear-gradient(90deg,var(--cobalt),var(--jade));height:100%}.bar-fill--warm{background:linear-gradient(90deg,var(--violet),#93abff)}.bar-fill--mint{background:linear-gradient(90deg,var(--jade),var(--sky))}.bar-fill--ink{background:linear-gradient(90deg,var(--night),var(--cobalt))}.bar-value{text-align:right;min-width:26px;color:var(--ink)}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:18px;display:grid}.insight-card{box-shadow:var(--shadow);gap:10px;padding:18px;display:grid}.insight-card span{color:var(--muted)}.insight-card strong{color:var(--ink);font-size:1.8rem}.insight-card--success{background:linear-gradient(180deg,var(--paper),var(--soft-cyan))}.insight-card--accent{background:linear-gradient(180deg,var(--paper),var(--soft-blue))}.insight-card--alert{background:linear-gradient(180deg,var(--paper),var(--soft-violet))}.login-shell{background:radial-gradient(circle at top,#22b8e62e,#0000 24%),radial-gradient(circle at 75% 16%,#6e6dff1f,#0000 20%),linear-gradient(#0c1531 0%,#10192f 100%);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}.login-shell:before{content:"";filter:blur(6px);pointer-events:none;background:radial-gradient(circle,#22b8e629,#22b8e608 60%,#0000 61%);border-radius:999px;width:320px;height:320px;position:absolute;top:8vh;left:8vw}.login-card{z-index:1;background:radial-gradient(circle at top,#22b8e614,#0000 28%),linear-gradient(#141e3af5,#0c1531fa);border:1px solid #a9e7ff29;border-radius:32px;gap:18px;width:min(100%,560px);padding:30px;display:grid;position:relative;box-shadow:0 28px 72px #050e2761}.login-card h1{letter-spacing:-.04em;color:var(--paper);margin:0;font-size:clamp(2rem,4vw,2.7rem);line-height:1.02}.login-copy{color:#dce7ffdb;margin:0;line-height:1.62}.login-form{gap:14px;display:grid}.field{gap:8px;display:grid}.field span{color:var(--paper);font-weight:600}.field__input{width:100%;min-height:52px;color:var(--paper);background:#ffffff14;border:1px solid #a9e7ff2e;border-radius:16px;padding:0 16px}.field__input--light{background:var(--paper);color:var(--ink);border-color:#365fe624}.field__textarea{resize:vertical;min-height:128px;padding-block:14px}.promotion-manager{gap:18px;margin-top:18px;display:grid}.promotion-search{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.product-picker-grid,.promotion-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.product-picker-grid{margin-top:18px}.product-picker-card,.promo-card{text-align:left;background:#fbfdff;border:1px solid #dfe9f6;border-radius:24px;gap:14px;padding:18px;display:grid}.product-picker-card{cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s}.product-picker-card:hover{border-color:#365fe63d;transform:translateY(-2px);box-shadow:0 18px 40px #365fe614}.product-picker-card--selected{background:linear-gradient(180deg,var(--paper),var(--soft-blue));border-color:#365fe652;box-shadow:0 18px 40px #365fe624}.product-picker-card__media{background:var(--paper);border:1px solid #365fe61a;border-radius:18px;overflow:hidden}.product-picker-card__media img{object-fit:contain;width:100%;height:180px;padding:18px}.product-picker-card__placeholder{min-height:180px;color:var(--muted);background:radial-gradient(circle at top,#a9e7ff3d,#0000 38%),linear-gradient(#f8fbff,#eef6ff);place-items:center;padding:18px;display:grid}.product-picker-card__copy{gap:12px;display:grid}.product-picker-card__meta,.promo-card__top,.promo-product-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.promo-card__badge{color:var(--cobalt);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:700}.promo-card h3{color:var(--ink);margin:0;font-size:1.16rem}.promo-card__lede,.promo-card__schedule,.promo-product-row p{color:var(--muted);margin:0;line-height:1.55}.promo-card__schedule{font-size:.92rem}.promo-card__products{gap:10px;display:grid}.promo-product-row{background:#f8fbff;border:1px solid #365fe614;border-radius:18px;padding:14px 16px}.promo-product-row__copy{gap:6px;display:grid}.promo-card--compact .promo-product-row{padding:12px 14px}.promotion-form{gap:18px;display:grid}.promotion-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.promotion-field-grid__full{grid-column:1/-1}.promotion-placement-group{flex-wrap:wrap;gap:12px;display:flex}.promotion-check{background:var(--soft-blue);min-height:46px;color:var(--ink);border:1px solid #365fe624;border-radius:999px;align-items:center;gap:10px;padding:0 16px;font-weight:600;display:inline-flex}.promotion-check input{width:18px;height:18px}.promotion-selection-summary{gap:10px;display:grid}.promotion-selection-pill{background:#f8fbff;border:1px solid #365fe614;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.promotion-selection-pill p{color:var(--muted);margin:4px 0 0}.promotion-selection-pill button{background:var(--paper);cursor:pointer;border:1px solid #365fe624;border-radius:999px;min-height:38px;padding:0 14px}.promotion-actions{justify-content:flex-start;display:flex}.promotion-callout,.promo-home-panel{margin-top:18px}.callout--success{background:var(--soft-cyan)}.callout--info{background:var(--mist)}.login-card .link-button--ghost{color:var(--paper);background:#ffffff14;border-color:#ffffff24}@media (max-width:1080px){.dashboard-grid,.analytics-grid,.page-header,.operations-toolbar,.dashboard-grid--focused{grid-template-columns:1fr}.page-header__brand{grid-column:auto}}@media (max-width:720px){.app-shell{padding-inline:14px}.page-header,.panel,.login-card{border-radius:26px;padding:20px}.prescription-card{grid-template-columns:1fr}.prescription-card__image{height:250px}.queue-card__summary,.queue-card__details-grid,.order-timeline,.promotion-field-grid,.promotion-search{grid-template-columns:1fr}.queue-card__summary{padding-bottom:14px}.queue-card__summary-top,.order-line,.promotion-selection-pill,.promo-product-row,.prescription-archive__header{flex-direction:column}.queue-card__summary-status,.prescription-card__status{justify-items:start}.bar-row{grid-template-columns:1fr}.bar-value{text-align:left}.promotion-check{justify-content:flex-start;width:100%}.login-shell:before{width:180px;height:180px;top:4vh;left:calc(50% - 90px)}}:root{--office-blue:#2563eb;--office-orange:#f59e0b;--office-green:#16a34a;--office-gray:#64748b;--office-red:#dc2626;--office-surface:#f4f7fb;--office-panel:#fff;--office-border:#dbe4ef;--office-text:#14213d;--office-muted:#61708d}.office-shell{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 22%),linear-gradient(#eff4fb 0%,#f7f9fc 100%);grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.office-sidebar{background:radial-gradient(circle at top,#5ec9ff1f,#0000 24%),linear-gradient(#0d162d 0%,#121d38 100%);border-right:1px solid #ffffff14;flex-direction:column;gap:20px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;box-shadow:18px 0 40px #0b173114}.office-sidebar__brand{padding:10px 6px 6px;overflow:hidden}.office-sidebar .brand-lockup{max-width:100%;overflow:hidden}.office-sidebar .brand-lockup__copy{gap:8px;width:100%;max-width:100%}.office-sidebar .brand-lockup--compact .brand-lockup__wordmark{letter-spacing:.035em;max-width:100%;font-size:clamp(1.75rem,1.7vw,2.15rem);line-height:.94}.office-sidebar .brand-lockup__subtitle{letter-spacing:.16em;max-width:100%;font-size:.7rem}.office-nav{gap:8px;display:grid}.office-nav__item{color:#e8efffe0;border:1px solid #0000;border-radius:18px;align-items:center;gap:12px;min-height:52px;padding:0 14px;transition:background .16s,border-color .16s,transform .16s;display:flex}.office-nav__item:hover{background:#ffffff0f;transform:translate(2px)}.office-nav__item--active{color:#fff;background:linear-gradient(135deg,#2563eb47,#5ec9ff2e);border-color:#5ec9ff2e;box-shadow:0 12px 24px #2563eb29}.office-nav__icon{color:#bfe7ff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.74rem;font-weight:800;display:inline-flex}.office-sidebar__footer{gap:14px;margin-top:auto;display:grid}.office-sidebar__hint{color:#e8efffe0;background:#ffffff0f;border:1px solid #bfe7ff14;border-radius:18px;gap:6px;padding:16px;display:grid}.office-sidebar__hint span{text-transform:uppercase;letter-spacing:.14em;color:#8fcaf1;font-size:.76rem}.office-logout{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;width:100%;min-height:48px}.office-main{min-width:0;padding:24px}.office-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #14213d0f;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex;box-shadow:0 18px 36px #0f172a0f}.office-header__copy{gap:8px;display:grid}.office-header__eyebrow{color:var(--office-blue);text-transform:uppercase;letter-spacing:.16em;margin:0;font-size:.76rem;font-weight:800}.office-header h1{color:var(--office-text);margin:0;font-size:clamp(1.7rem,2vw,2.35rem);line-height:1.04}.office-header p{max-width:760px;color:var(--office-muted);margin:0;line-height:1.55}.office-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.office-header__stamp{background:linear-gradient(135deg,#2563eb14,#5ec9ff14);border:1px solid #2563eb14;border-radius:18px;gap:4px;min-width:210px;padding:14px 16px;display:grid}.office-header__stamp span{color:var(--office-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.office-header__stamp strong{color:var(--office-text)}.office-header__button{min-height:44px;color:var(--office-text);background:#fff;border:1px solid #14213d14;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:600;display:inline-flex}.office-header__button--ghost{background:#fffffff5}.office-content{gap:18px;margin-top:18px;display:grid}.office-alert,.office-panel,.workspace-empty{border:1px solid var(--office-border);background:var(--office-panel);border-radius:22px;padding:18px 20px;box-shadow:0 14px 32px #0f172a0a}.office-alert strong,.workspace-empty strong,.office-panel h2{color:var(--office-text)}.office-alert p,.workspace-empty p,.office-panel p{color:var(--office-muted);margin:6px 0 0;line-height:1.55}.workspace-empty--lane{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 32%),linear-gradient(#fff 0%,#f8fbff 100%);align-content:start;gap:14px;min-height:164px;display:grid}.workspace-empty__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace-empty__eyebrow{color:var(--office-blue);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800}.workspace-empty__badge{min-height:30px;color:var(--office-gray);background:#64748b1f;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.76rem;font-weight:800;display:inline-flex}.workspace-empty__metric{background:#fffc;border:1px solid #14213d0f;border-radius:18px;gap:4px;padding:12px 14px;display:grid}.workspace-empty__metric span{color:var(--office-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.workspace-empty__metric strong{color:var(--office-text)}.office-alert--danger{background:linear-gradient(#fff,#fff6f5);border-color:#dc26262e}.office-panel--intro{background:linear-gradient(#fff,#f7fbff)}.office-panel__eyebrow{color:var(--office-blue);text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:.75rem;font-weight:800}.office-panel__heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.office-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.office-kpi{border:1px solid var(--office-border);background:#fff;border-radius:22px;gap:10px;min-height:118px;padding:18px;display:grid;box-shadow:0 14px 30px #0f172a0d}.office-kpi span{color:var(--office-muted);font-size:.86rem}.office-kpi strong{color:var(--office-text);font-size:clamp(1.9rem,2vw,2.8rem);line-height:1}.office-kpi--orange{background:linear-gradient(#fff,#fff8ec)}.office-kpi--green{background:linear-gradient(#fff,#effbf2)}.office-kpi--gray{background:linear-gradient(#fff,#f4f6f8)}.workspace{grid-template-columns:minmax(0,1fr) 440px;align-items:start;gap:18px;display:grid}.workspace__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.workspace-page,.workspace-lane{gap:14px;min-width:0;display:grid}.workspace-lane__header{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.workspace-lane__eyebrow{color:var(--office-blue);text-transform:uppercase;letter-spacing:.14em;margin:0 0 4px;font-size:.74rem;font-weight:800}.workspace-lane__header h2{color:var(--office-text);margin:0;font-size:1.18rem}.workspace-lane__link{color:var(--office-blue);font-weight:700}.workspace-page__tabs{border:1px solid var(--office-border);background:#ffffffc7;border-radius:18px;align-items:center;gap:10px;width:fit-content;padding:8px;display:inline-flex}.workspace-tab{min-height:44px;color:var(--office-muted);cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;padding:0 14px;font-weight:700;display:inline-flex}.workspace-tab strong{color:inherit}.workspace-tab--active{color:var(--office-text);background:#fff;box-shadow:0 10px 20px #0f172a0f}.workspace-list{gap:12px;display:grid}.office-card{text-align:left;border:1px solid var(--office-border);cursor:pointer;background:#fff;border-radius:22px;gap:12px;width:100%;padding:16px 18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid;box-shadow:0 14px 28px #0f172a0a}.office-card:hover{transform:translateY(-1px);box-shadow:0 18px 34px #0f172a14}.office-card--selected{border-color:#2563eb52;box-shadow:0 0 0 3px #2563eb1f}.office-card__top,.office-card__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.office-card__type{color:var(--office-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:800}.office-card__status{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:.75rem;font-weight:800;display:inline-flex}.office-card__status--blue{color:var(--office-blue);background:#2563eb1a}.office-card__status--orange{color:#b45309;background:#f59e0b1f}.office-card__status--green{color:var(--office-green);background:#16a34a1f}.office-card__status--gray{color:var(--office-gray);background:#64748b1f}.office-card__title{color:var(--office-text);font-size:1.08rem}.office-card__time{color:var(--office-text);font-size:1rem;font-weight:700}.office-card__helper{color:var(--office-muted);min-height:42px;margin:0;line-height:1.5}.office-card__action-label{color:var(--office-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:800}.workspace-detail{position:relative}.workspace-detail__overlay{display:none}.workspace-detail__panel{border:1px solid var(--office-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-radius:24px;gap:16px;padding:20px;display:grid;position:sticky;top:24px;box-shadow:0 20px 40px #0f172a14}.workspace-detail__close-row{display:none}.workspace-detail__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.workspace-detail__eyebrow{color:var(--office-blue);text-transform:uppercase;letter-spacing:.14em;margin:0 0 6px;font-size:.76rem;font-weight:800}.workspace-detail__header h3{color:var(--office-text);overflow-wrap:anywhere;margin:0;font-size:1.3rem}.workspace-detail__header p{color:var(--office-muted);overflow-wrap:anywhere;margin:6px 0 0}.workspace-detail__meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.workspace-detail__meta-grid div,.workspace-step,.office-note{background:#f7f9fc;border:1px solid #14213d0f;border-radius:18px;gap:6px;min-width:0;padding:14px 16px;display:grid}.workspace-detail__meta-grid span,.workspace-step span,.office-note span{color:var(--office-muted);font-size:.8rem}.workspace-detail__meta-grid strong,.workspace-step strong,.office-note strong{color:var(--office-text);overflow-wrap:anywhere;word-break:break-word;min-width:0;line-height:1.35}.workspace-detail__actions{flex-wrap:wrap;gap:10px;display:flex}.workspace-action{cursor:pointer;border:1px solid #0000;border-radius:14px;min-height:44px;padding:0 16px;font-weight:700}.workspace-action--primary{background:linear-gradient(135deg,var(--office-blue),#59c2ff);color:#fff;box-shadow:0 12px 24px #2563eb3d}.workspace-action--ghost{color:var(--office-text);background:#fff;border-color:#14213d14}.workspace-detail__timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.workspace-step--done{background:linear-gradient(#fff,#eef8f1);border-color:#16a34a1f}.workspace-detail__section{gap:10px;display:grid}.workspace-detail__section h4{color:var(--office-text);margin:0;font-size:1rem}.workspace-detail__section p,.workspace-line p{color:var(--office-muted);margin:0;line-height:1.5}.workspace-lines{gap:10px;display:grid}.workspace-line{background:#f7f9fc;border:1px solid #14213d0f;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.workspace-detail__preview{gap:12px;display:grid}.workspace-detail__preview-link{width:fit-content;min-height:42px;color:var(--office-blue);background:#2563eb14;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-weight:700;display:inline-flex}.workspace-detail__image{object-fit:contain;border:1px solid var(--office-border);background:#fff;border-radius:18px;width:100%;max-height:320px}.workspace-detail__hint,.workspace-detail__empty,.workspace-detail__error{color:var(--office-muted);background:#f8fafc;border:1px solid #14213d0f;border-radius:18px;padding:14px 16px}.workspace-detail__error{color:#b42318;background:#fff6f5;border-color:#dc26261f}.workspace-detail__empty--idle{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 30%),linear-gradient(#fff 0%,#f7f9fd 100%);gap:16px;padding:18px;display:grid}.workspace-detail__empty-header{gap:8px;display:grid}.workspace-detail__empty-eyebrow{color:var(--office-blue);letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-weight:800}.workspace-detail__empty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.workspace-detail__empty-card{background:#ffffffdb;border:1px solid #14213d0f;border-radius:18px;gap:6px;min-width:0;padding:14px 16px;display:grid}.workspace-detail__empty-card span{color:var(--office-muted);font-size:.78rem}.workspace-detail__empty-card strong{color:var(--office-text);overflow-wrap:anywhere}.office-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.office-note-list{gap:10px;margin-top:14px;display:grid}.office-metrics-reset,.office-analytics-reset{margin-top:0}@media (max-width:1280px){.office-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace{grid-template-columns:minmax(0,1fr) 390px}}@media (max-width:1120px){.office-shell{grid-template-columns:1fr}.office-sidebar{border-bottom:1px solid #ffffff14;border-right:0;height:auto;position:static}.office-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace,.workspace__columns,.office-settings-grid{grid-template-columns:1fr}.workspace-detail__close-row{justify-content:flex-end;display:flex}.workspace-detail__close{min-height:38px;color:var(--office-text);cursor:pointer;background:#eef2f7;border:0;border-radius:12px;padding:0 12px}.workspace-detail__overlay{opacity:0;pointer-events:none;background:#0f172a47;transition:opacity .16s;display:block;position:fixed;inset:0}.workspace-detail__panel{z-index:12;border-radius:24px 0 0 24px;width:min(100vw,460px);max-width:100%;transition:transform .18s;position:fixed;top:0;bottom:0;right:0;overflow:auto;transform:translate(100%)}.workspace-detail[data-open=true] .workspace-detail__overlay{opacity:1;pointer-events:auto}.workspace-detail[data-open=true] .workspace-detail__panel{transform:translate(0)}}@media (max-width:720px){.office-main{padding:14px}.office-header,.office-alert,.office-panel,.workspace-empty,.workspace-detail__panel,.office-kpi{border-radius:20px}.office-header,.office-header__actions,.workspace-lane__header,.office-panel__heading{flex-direction:column;align-items:stretch}.office-nav,.office-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-page__tabs{flex-wrap:wrap;width:100%}.workspace-tab{flex:140px;justify-content:space-between}.workspace-detail__meta-grid,.workspace-detail__timeline,.workspace-detail__empty-grid{grid-template-columns:1fr}.workspace-line,.office-card__top,.office-card__footer{flex-direction:column;align-items:flex-start}}
