:root{--brand:#3c6385;--brand-dark:#2c4d69;--brand-light:#eaf1f7;--accent:#5f6f81;--bg:#f2f5f8;--surface:#fff;--surface-2:#f7f9fb;--text:#1d2733;--text-muted:#64748b;--border:#dde5ec;--success:#1e9e5a;--success-bg:#e3f6ec;--warning:#d97706;--warning-bg:#fdf1e0;--danger:#d13438;--danger-bg:#fdeaea;--info:#2563eb;--info-bg:#e8effd;--radius:14px;--radius-sm:9px;--shadow:0 1px 3px #10233612, 0 6px 20px #1023360f;--shadow-lg:0 8px 40px #1023362e;--font:"Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--brand-light:#1d3245;--bg:#0f151c;--surface:#171f29;--surface-2:#1d2733;--text:#e6edf4;--text-muted:#8ba0b5;--border:#2b3846;--success-bg:#12301f;--warning-bg:#33230b;--danger-bg:#391416;--info-bg:#14233f;--shadow:0 1px 3px #0006, 0 6px 20px #00000059}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}h1{margin:0 0 .75rem;font-size:1.45rem;font-weight:700}h2{margin:0 0 .5rem;font-size:1.15rem;font-weight:700}a{color:var(--brand)}.page{max-width:760px;margin:0 auto;padding:1rem 1rem 5rem}.page--wide{max-width:1720px}@media (width>=1200px){.page,.page--wide{padding:1.6rem 2rem 5rem}}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:1.1rem 1.2rem}.btn{border-radius:var(--radius-sm);cursor:pointer;background:var(--brand);color:#fff;border:none;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.62rem 1.1rem;font-family:inherit;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .15s,transform 50ms;display:inline-flex}.btn:hover{background:var(--brand-dark)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn--secondary:hover{background:var(--border)}.btn--danger{background:var(--danger)}.btn--danger:hover{background:#a52326}.btn--success{background:var(--success)}.btn--success:hover{background:#157a44}.btn--ghost{color:var(--brand);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--brand-light)}.btn--sm{min-height:36px;padding:.35rem .7rem;font-size:.88rem}.btn--block{width:100%}.field{margin-bottom:.95rem}.field label{color:var(--text-muted);margin-bottom:.3rem;font-size:.86rem;font-weight:600;display:block}.input,select.input,textarea.input{width:100%;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);min-height:44px;padding:.6rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.input:focus{border-color:var(--brand);outline:none}textarea.input{resize:vertical;min-height:90px}.checkbox-row{cursor:pointer;align-items:flex-start;gap:.6rem;padding:.5rem 0;display:flex}.checkbox-row input[type=checkbox]{width:22px;height:22px;accent-color:var(--brand);flex-shrink:0;margin-top:2px}.badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .7rem;font-size:.8rem;font-weight:700;display:inline-flex}.badge--new{background:var(--info-bg);color:var(--info)}.badge--ok{background:var(--success-bg);color:var(--success)}.badge--warn{background:var(--warning-bg);color:var(--warning)}.badge--danger{background:var(--danger-bg);color:var(--danger)}.badge--muted{background:var(--surface-2);color:var(--text-muted)}.progress{gap:5px;margin:.7rem 0;display:flex}.progress__step{background:var(--border);border-radius:4px;flex:1;height:7px;transition:background .3s}.progress__step--done{background:var(--success)}.progress__step--active{background:var(--brand);animation:1.6s ease-in-out infinite pulse}.progress__step--danger{background:var(--danger)}.progress__step--warn{background:var(--warning)}@keyframes pulse{50%{opacity:.45}}.table-wrap{overflow-x:auto}table.table{border-collapse:collapse;width:100%;font-size:.95rem}.table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:2px solid var(--border);padding:.55rem .7rem;font-size:.8rem}.table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.65rem .7rem}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#0a141e8c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.modal-backdrop{align-items:center;padding:2rem}}.modal{background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;width:100%;max-width:560px;max-height:92vh;box-shadow:var(--shadow-lg);animation:.22s ease-out slideUp;overflow-y:auto}@media (width>=640px){.modal{border-radius:var(--radius)}}@keyframes slideUp{0%{opacity:.4;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal__header{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex;position:sticky;top:0}.modal__header h2{margin:0}.modal__body{padding:1.1rem 1.2rem}.modal__footer{border-top:1px solid var(--border);background:var(--surface);flex-wrap:wrap;justify-content:flex-end;gap:.6rem;padding:.9rem 1.2rem;display:flex;position:sticky;bottom:0}.toasts{top:max(.8rem, env(safe-area-inset-top));z-index:200;flex-direction:column;gap:.5rem;width:min(92vw,420px);display:flex;position:fixed;left:50%;transform:translate(-50%)}.toast{border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:.75rem 1rem;font-size:.95rem;font-weight:600;animation:.2s ease-out slideUp}.toast--success{background:var(--success);color:#fff}.toast--error{background:var(--danger);color:#fff}.toast--info{background:var(--brand);color:#fff}.muted{color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.list-actions{flex-wrap:wrap;gap:.4rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:28px;height:28px;margin:2rem auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.divider{border:none;border-top:1px solid var(--border);margin:.9rem 0}.scene[data-v-d192e4fc]{pointer-events:none;position:absolute;inset:0;overflow:hidden}.scene__streak[data-v-d192e4fc]{filter:blur(6px);background:linear-gradient(90deg,#0000 0%,#bfe3ff1a 30%,#eaf6ff29 50%,#bfe3ff1a 70%,#0000 100%);border-radius:999px;width:55%;height:46%;animation:linear infinite streak-d192e4fc;position:absolute;left:-40%}.scene__streak--1[data-v-d192e4fc]{animation-duration:26s;animation-delay:0s;top:6%}.scene__streak--2[data-v-d192e4fc]{opacity:.8;width:40%;animation-duration:34s;animation-delay:-14s;top:40%}.scene__streak--3[data-v-d192e4fc]{opacity:.6;width:62%;animation-duration:42s;animation-delay:-27s;top:68%}@keyframes streak-d192e4fc{0%{transform:translate(0)}to{transform:translate(calc(100vw + 100%))}}.scene__flake[data-v-d192e4fc]{stroke:#d9edff;stroke-width:1.1px;stroke-linecap:round;fill:none;animation:linear infinite drift-x-d192e4fc;position:absolute;left:100%}.scene__flake--1[data-v-d192e4fc]{opacity:.18;width:14px;animation-duration:46s;animation-delay:0s;top:12%}.scene__flake--2[data-v-d192e4fc]{opacity:.13;width:9px;animation-duration:60s;animation-delay:-18s;top:55%}.scene__flake--3[data-v-d192e4fc]{opacity:.11;width:17px;animation-duration:38s;animation-delay:-30s;top:30%}.scene__flake--4[data-v-d192e4fc]{opacity:.15;width:8px;animation-duration:66s;animation-delay:-8s;top:74%}.scene__flake--5[data-v-d192e4fc]{opacity:.1;width:12px;animation-duration:52s;animation-delay:-42s;top:44%}.scene__flake--6[data-v-d192e4fc]{opacity:.12;width:10px;animation-duration:57s;animation-delay:-25s;top:18%}@keyframes drift-x-d192e4fc{0%{transform:translate(0)rotate(0)}to{transform:translate(calc(-100vw - 40px))rotate(240deg)}}.scene--christmas .scene__streak[data-v-d192e4fc]{background:linear-gradient(90deg,#0000 0%,#ffdb991a 30%,#fff0d229 50%,#ffdb991a 70%,#0000 100%)}.scene__star[data-v-d192e4fc]{fill:#ffd98a;animation:ease-in-out infinite twinkle-d192e4fc;position:absolute}.scene__star--1[data-v-d192e4fc]{opacity:.3;width:13px;animation-duration:5s;top:16%;left:22%}.scene__star--2[data-v-d192e4fc]{opacity:.22;width:9px;animation-duration:7s;animation-delay:-2s;top:58%;left:55%}.scene__star--3[data-v-d192e4fc]{opacity:.26;width:11px;animation-duration:6s;animation-delay:-4s;top:30%;left:80%}@keyframes twinkle-d192e4fc{0%,to{opacity:.14;transform:scale(1)rotate(0)}50%{opacity:.4;transform:scale(1.25)rotate(20deg)}}.scene__spark[data-v-d192e4fc]{opacity:0;background:#ffe9a8;border-radius:50%;width:4px;height:4px;animation:linear infinite spark-d192e4fc;position:absolute;bottom:-4px}.scene__spark--1[data-v-d192e4fc]{animation-duration:6s;left:8%}.scene__spark--2[data-v-d192e4fc]{background:#cfe9ff;animation-duration:8s;animation-delay:-3s;left:21%}.scene__spark--3[data-v-d192e4fc]{animation-duration:7s;animation-delay:-5s;left:34%}.scene__spark--4[data-v-d192e4fc]{background:#ffd0d0;animation-duration:9s;animation-delay:-1s;left:48%}.scene__spark--5[data-v-d192e4fc]{animation-duration:6.5s;animation-delay:-4s;left:61%}.scene__spark--6[data-v-d192e4fc]{background:#cfe9ff;animation-duration:8.5s;animation-delay:-6s;left:73%}.scene__spark--7[data-v-d192e4fc]{animation-duration:7.5s;animation-delay:-2s;left:85%}.scene__spark--8[data-v-d192e4fc]{background:#d8ffd0;animation-duration:9.5s;animation-delay:-7s;left:94%}@keyframes spark-d192e4fc{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:.5}60%{opacity:.35}to{opacity:0;transform:translateY(-80px)scale(.4)}}.scene--easter .scene__flake[data-v-d192e4fc]{opacity:.05}.scene__egg[data-v-d192e4fc]{stroke:none;animation:linear infinite drift-x-d192e4fc;position:absolute;left:100%}.scene__egg-stripe[data-v-d192e4fc]{stroke:#ffffff8c;stroke-width:.9px}.scene__egg--1[data-v-d192e4fc]{fill:#ffd8e4;opacity:.35;width:13px;animation-duration:48s;top:18%}.scene__egg--2[data-v-d192e4fc]{fill:#d9f3d0;opacity:.3;width:10px;animation-duration:62s;animation-delay:-20s;top:52%}.scene__egg--3[data-v-d192e4fc]{fill:#fdf3c1;opacity:.28;width:15px;animation-duration:40s;animation-delay:-33s;top:34%}.scene__egg--4[data-v-d192e4fc]{fill:#d5e8ff;opacity:.32;width:9px;animation-duration:56s;animation-delay:-10s;top:70%}@media (prefers-reduced-motion:reduce){.scene__flake[data-v-d192e4fc],.scene__streak[data-v-d192e4fc],.scene__star[data-v-d192e4fc],.scene__spark[data-v-d192e4fc],.scene__egg[data-v-d192e4fc]{opacity:0;animation:none}}.topbar[data-v-474f62dd]{background:linear-gradient(115deg, var(--brand-dark) 0%, var(--brand) 55%, #4a7ba3 100%);color:#fff;padding:.7rem 1.1rem;padding-top:max(.7rem, env(safe-area-inset-top));z-index:50;min-height:76px;box-shadow:var(--shadow);align-items:center;gap:.9rem;display:flex;position:sticky;top:0}.topbar[data-v-474f62dd]>:not(:first-child){z-index:1;position:relative}.topbar__menu[data-v-474f62dd]{color:#fff;cursor:pointer;background:0 0;border:none;padding:.35rem;display:flex}.topbar__logo[data-v-474f62dd]{background:#fff;border-radius:10px;flex-shrink:0;width:42px;height:42px;padding:3px}.topbar__title[data-v-474f62dd]{flex-direction:column;line-height:1.2;display:flex}.topbar__title strong[data-v-474f62dd]{letter-spacing:.01em;font-size:1.18rem;font-weight:800}.topbar__title small[data-v-474f62dd]{opacity:.82;font-size:.82rem;font-weight:500}.topbar__user[data-v-474f62dd]{opacity:.85;text-overflow:ellipsis;white-space:nowrap;max-width:28vw;margin-left:auto;font-size:.88rem;overflow:hidden}@media (width<=560px){.topbar[data-v-474f62dd]{gap:.6rem;min-height:64px}.topbar__mark[data-v-474f62dd]{height:46px}.topbar__title strong[data-v-474f62dd]{font-size:1.02rem}}.ticker[data-v-474f62dd]{background:var(--warning-bg);color:var(--warning);white-space:nowrap;padding:.35rem 0;font-size:.88rem;font-weight:600;overflow:hidden}.ticker__track[data-v-474f62dd]{padding-left:100vw;animation:25s linear infinite ticker-474f62dd;display:inline-block}.ticker__item[data-v-474f62dd]{margin-right:3rem}@keyframes ticker-474f62dd{to{transform:translate(-100%)}}.nav-backdrop[data-v-474f62dd]{z-index:90;background:#0a141e80;position:fixed;inset:0}.nav[data-v-474f62dd]{background:var(--surface);z-index:95;width:min(300px,85vw);box-shadow:var(--shadow-lg);padding:1rem 0;padding-top:max(1rem, env(safe-area-inset-top));flex-direction:column;transition:transform .22s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-102%)}.nav--open[data-v-474f62dd]{transform:translate(0)}.nav__head[data-v-474f62dd]{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;margin-bottom:.6rem;padding:.4rem 1.2rem 1rem;display:flex}.nav__link[data-v-474f62dd]{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.75rem 1.2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:block}.nav__link[data-v-474f62dd]:hover,.nav__link.router-link-active[data-v-474f62dd]:not(.nav__link--primary){background:var(--brand-light);color:var(--brand)}.nav__link--primary[data-v-474f62dd]{color:var(--brand)}.nav__link--logout[data-v-474f62dd]{color:var(--danger);margin-top:auto}.nav__foot[data-v-474f62dd]{border-top:1px solid var(--border);padding:.6rem 1.2rem 0}.fade-enter-active[data-v-474f62dd],.fade-leave-active[data-v-474f62dd]{transition:opacity .2s}.fade-enter-from[data-v-474f62dd],.fade-leave-to[data-v-474f62dd]{opacity:0}.login[data-v-588f444a]{background:linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 60%, #1c3346 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login__card[data-v-588f444a]{text-align:center;width:100%;max-width:380px;padding:2rem 1.6rem}.login__card .field[data-v-588f444a]{text-align:left}.login__logo[data-v-588f444a]{width:64px;height:64px;margin-bottom:.8rem}.login__error[data-v-588f444a]{color:var(--danger);background:var(--danger-bg);border-radius:var(--radius-sm);padding:.6rem .8rem;font-size:.92rem}.order[data-v-a737a2a5]{flex-direction:column;display:flex}.order--new[data-v-a737a2a5]{outline:2px solid var(--info);animation:1.2s ease-in-out 4 blink-a737a2a5}@keyframes blink-a737a2a5{50%{outline-color:#0000}}.order__head[data-v-a737a2a5]{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.6rem;display:flex}.order__title[data-v-a737a2a5]{margin:0;font-size:1.12rem}.order__arrow[data-v-a737a2a5]{color:var(--text-muted)}.order__blocked[data-v-a737a2a5]{background:var(--danger-bg);color:var(--danger);border-radius:var(--radius-sm);margin-bottom:.7rem;padding:.7rem .9rem;font-weight:600}.order__facts[data-v-a737a2a5]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem 1rem;margin:.6rem 0 0;display:grid}.order__facts dt[data-v-a737a2a5]{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.76rem;font-weight:700}.order__facts dd[data-v-a737a2a5]{margin:0;font-weight:600}.read[data-v-a737a2a5]{margin-left:.2rem;font-weight:700}.read--ok[data-v-a737a2a5]{color:var(--info)}.read--no[data-v-a737a2a5]{color:var(--danger)}.order__comment[data-v-a737a2a5]{background:var(--surface-2);border-radius:var(--radius-sm);white-space:pre-line;margin:.7rem 0 0;padding:.6rem .8rem}.order__times[data-v-a737a2a5]{gap:.5rem;font-size:.95rem;display:grid}.order__check[data-v-a737a2a5]{color:var(--success);font-weight:700}.order__actions[data-v-a737a2a5]{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:auto;padding-top:.9rem;display:flex}.cpanel[data-v-c63baf37]{background:linear-gradient(180deg, var(--brand-dark) 0%, #1a3040 100%);border-radius:var(--radius);color:#e6edf4;width:380px;box-shadow:var(--shadow);scrollbar-width:thin;scrollbar-color:#ffffff40 transparent;flex-shrink:0;padding:1rem}.cpanel[data-v-c63baf37]::-webkit-scrollbar{width:8px}.cpanel[data-v-c63baf37]::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.cpanel__card[data-v-c63baf37]{box-shadow:none;background:#ffffff12;margin-bottom:.8rem;padding:1rem 1.1rem}.cpanel__card[data-v-c63baf37]:last-child{margin-bottom:0}.cpanel__title[data-v-c63baf37]{text-transform:uppercase;letter-spacing:.05em;color:#e2eef8a6;margin-bottom:.7rem;font-size:.82rem}.cpanel__subtitle[data-v-c63baf37]{text-transform:uppercase;letter-spacing:.05em;color:#e2eef8a6;margin:.8rem 0 .3rem;font-size:.74rem}.cpanel[data-v-c63baf37] .muted,.cpanel .muted[data-v-c63baf37]{color:#9db4c7}.cpanel .badge--ok[data-v-c63baf37]{color:#8fe6b6;background:#1e9e5a47}.cpanel .badge--danger[data-v-c63baf37]{color:#ffb0b2;background:#d134384d}.cpanel .badge--warn[data-v-c63baf37]{color:#ffce8a;background:#d9770647}.cpanel__tiles[data-v-c63baf37]{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.tile[data-v-c63baf37]{border-radius:var(--radius-sm);background:#ffffff14;border-left:3px solid #fff3;flex-direction:column;padding:.55rem .6rem;display:flex}.tile--ok[data-v-c63baf37]{border-left-color:var(--success)}.tile--warn[data-v-c63baf37]{border-left-color:var(--warning)}.tile--danger[data-v-c63baf37]{background:#d1343840;border-left-color:#ff8082}.tile__num[data-v-c63baf37]{font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:800;line-height:1.2}.tile__label[data-v-c63baf37]{color:#9db4c7;font-size:.74rem;font-weight:600}.cpanel__foot[data-v-c63baf37]{color:#9db4c7;margin:.7rem 0 0;font-size:.8rem}.cpanel__months[data-v-c63baf37]{margin:0;padding:0;list-style:none}.cpanel__months li[data-v-c63baf37]{border-radius:var(--radius-sm);border-bottom:1px solid #ffffff1a;grid-template-columns:1fr auto;grid-template-areas:"name count""prev delta";align-items:center;column-gap:.6rem;padding:.45rem .55rem;display:grid}.cpanel__months li[data-v-c63baf37]:last-child{border-bottom:none}.cpanel__months li.is-current[data-v-c63baf37]{background:#ffffff1f;border-bottom-color:#0000}.cpanel__month-name[data-v-c63baf37]{grid-area:name;font-weight:700}.cpanel__month-count[data-v-c63baf37]{font-variant-numeric:tabular-nums;grid-area:count;justify-self:end;font-size:1.25rem;font-weight:800}.cpanel__month-prev[data-v-c63baf37]{grid-area:prev;font-size:.8rem}.cpanel__months .badge[data-v-c63baf37]{grid-area:delta;justify-self:end;font-size:.74rem}.cpanel__list[data-v-c63baf37]{margin:0;padding:0;font-size:.88rem;list-style:none}.cpanel__list li[data-v-c63baf37]{border-bottom:1px solid #ffffff1a;align-items:baseline;gap:.5rem;padding:.28rem 0;display:flex}.cpanel__list li[data-v-c63baf37]:last-child{border-bottom:none}.cpanel__list--muted[data-v-c63baf37]{opacity:.65}.cpanel__list--log li[data-v-c63baf37]{flex-direction:column;align-items:flex-start;gap:0}.cpanel__date[data-v-c63baf37]{font-variant-numeric:tabular-nums;flex-shrink:0;width:42px;font-weight:700}.cpanel__grow[data-v-c63baf37]{flex:1;font-weight:600}.cpanel__dot[data-v-c63baf37]{background:#ffffff40;border-radius:50%;flex-shrink:0;align-self:center;width:9px;height:9px}.cpanel__dot--on[data-v-c63baf37]{background:#4fd68a}.cpanel__more[data-v-c63baf37]{color:#a8cdec;margin-top:.6rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.modal__close[data-v-4a8589b7]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.3rem;display:flex}.checklist[data-v-314ab2c6]{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.3rem .8rem}.signature[data-v-314ab2c6]{border:1.5px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface-2);touch-action:none;width:100%;height:160px;margin-bottom:.5rem;display:block}.warning[data-v-801a6225]{color:var(--danger);background:var(--danger-bg);border-radius:var(--radius-sm);padding:.6rem .8rem;font-weight:700}.photo-btn[data-v-801a6225]{flex-direction:column;gap:.1rem;min-height:70px}.previews[data-v-801a6225]{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.6rem;margin-top:.8rem;display:grid}.preview[data-v-801a6225]{position:relative}.preview img[data-v-801a6225]{border-radius:var(--radius-sm);width:100%;display:block}.preview__remove[data-v-801a6225]{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:50%;width:26px;height:26px;font-size:1rem;position:absolute;top:-8px;right:-8px}.media-list[data-v-60d6125b]{gap:.9rem;display:grid}.media-item[data-v-60d6125b]{text-decoration:none;display:block}.media-item img[data-v-60d6125b]{border-radius:var(--radius-sm);width:100%;margin-bottom:.2rem;display:block}.orders-layout[data-v-4b9d0c08]{align-items:flex-start;gap:1.4rem;display:flex}.orders-main[data-v-4b9d0c08]{flex:1;min-width:0}.orders-panel[data-v-4b9d0c08]{display:none}@media (width>=1800px){.orders-panel[data-v-4b9d0c08]{z-index:40;overscroll-behavior:contain;border-radius:0;display:block;position:fixed;top:76px;bottom:0;right:0;overflow-y:auto;box-shadow:-4px 0 20px #0a192840}.page[data-v-4b9d0c08]{max-width:none;margin-right:396px}}.controls[data-v-4b9d0c08]{flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem;display:flex}.controls .input[data-v-4b9d0c08]{flex:1;min-width:180px;max-width:560px}.orders-grid[data-v-4b9d0c08]{grid-template-columns:repeat(auto-fill,minmax(min(430px,100%),1fr));grid-auto-rows:1fr;gap:1.1rem;display:grid}.orders-grid[data-v-4b9d0c08] .card{height:100%;margin-bottom:0}.segmented[data-v-4b9d0c08]{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;overflow:hidden}.segmented button[data-v-4b9d0c08]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;min-height:44px;padding:0 1rem;font-family:inherit;font-size:.92rem;font-weight:600}.segmented button.active[data-v-4b9d0c08]{background:var(--brand);color:#fff}.grid-2[data-v-d2ac363b]{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}@media (width<=500px){.grid-2[data-v-d2ac363b]{grid-template-columns:1fr}}.email-input[data-v-d2ac363b]{margin-bottom:.45rem}.template-bar[data-v-d2ac363b]{padding:.9rem 1.2rem}.template-row[data-v-d2ac363b]{align-items:center;gap:.5rem;display:flex}.template-row .input[data-v-d2ac363b]{flex:1}.section-title[data-v-882b67c6]{margin-top:1.2rem;font-size:1rem}.section-title--danger[data-v-882b67c6]{color:var(--danger)}.section-title--ok[data-v-882b67c6]{color:var(--success)}.check-items[data-v-882b67c6]{margin:.3rem 0;padding:0;list-style:none}.check-items li[data-v-882b67c6]{border-radius:var(--radius-sm);margin-bottom:.25rem;padding:.35rem .6rem}.check-items--nok li[data-v-882b67c6]{background:var(--danger-bg);color:var(--danger);font-weight:600}.check-items--ok li[data-v-882b67c6]{background:var(--success-bg)}.comment-box[data-v-882b67c6]{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .9rem}.signature-img[data-v-882b67c6]{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:100%;max-width:320px}.decision-grid[data-v-882b67c6]{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.decision-grid[data-v-882b67c6]{grid-template-columns:1fr}}.head-row[data-v-58d1a6d5]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.head-row h1[data-v-58d1a6d5]{margin:0}tr.inactive td[data-v-58d1a6d5]{opacity:.55}.head-row[data-v-f05f8199]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.head-row h1[data-v-f05f8199]{margin:0}.head-row[data-v-0332a922]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.head-row h1[data-v-0332a922]{margin:0}.items[data-v-0332a922]{margin:0;padding:0;list-style:none}.items li[data-v-0332a922]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 0;display:flex}.items li[data-v-0332a922]:last-child{border-bottom:none}.head-row[data-v-dd8f1702]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.head-row h1[data-v-dd8f1702]{margin:0}.dot[data-v-dd8f1702]{border-radius:50%;width:11px;height:11px;margin:0 .3rem 0 .8rem;display:inline-block}.dot[data-v-dd8f1702]:first-child{margin-left:0}.head-row[data-v-cd2d8e06]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.head-row h1[data-v-cd2d8e06]{margin:0}.head-row[data-v-3b221c32]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.head-row h1[data-v-3b221c32]{margin:0}.grid-2[data-v-53ad3036]{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}@media (width<=500px){.grid-2[data-v-53ad3036]{grid-template-columns:1fr}}.facts[data-v-762f38ad]{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem 1rem;margin:0;display:grid}.facts dt[data-v-762f38ad]{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.76rem;font-weight:700}.facts dd[data-v-762f38ad]{margin:0;font-weight:600}.done-list[data-v-762f38ad]{margin:0;padding:0;list-style:none}.done-list li[data-v-762f38ad]{background:var(--success-bg);border-radius:var(--radius-sm);margin-bottom:.3rem;padding:.35rem .6rem}.chart[data-v-02374b46]{--c-cur:#2a78d6;--c-prev:#eb6834}@media (prefers-color-scheme:dark){.chart[data-v-02374b46]{--c-cur:#3987e5;--c-prev:#d95926}}.chart__legend[data-v-02374b46]{color:var(--text-muted);gap:1.2rem;margin-bottom:.4rem;font-size:.85rem;display:flex}.chart__key[data-v-02374b46]{align-items:center;gap:.4rem;display:inline-flex}.chart__swatch[data-v-02374b46]{border-radius:3px;width:11px;height:11px;display:inline-block}.chart__swatch--cur[data-v-02374b46]{background:var(--c-cur)}.chart__swatch--prev[data-v-02374b46]{background:var(--c-prev)}.chart__wrap[data-v-02374b46]{position:relative}.chart__svg[data-v-02374b46]{width:100%;height:auto;display:block}.chart__grid[data-v-02374b46]{stroke:var(--border);stroke-width:1px;stroke-dasharray:2 3}.chart__axis[data-v-02374b46]{stroke:var(--border);stroke-width:1.2px}.chart__bar--cur[data-v-02374b46]{fill:var(--c-cur)}.chart__bar--prev[data-v-02374b46]{fill:var(--c-prev)}.chart__ytick[data-v-02374b46]{fill:var(--text-muted);text-anchor:end;font-size:10px}.chart__xtick[data-v-02374b46]{fill:var(--text-muted);text-anchor:middle;font-size:10px}.chart__xtick--year[data-v-02374b46]{opacity:.7}.chart__tooltip[data-v-02374b46]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);pointer-events:none;white-space:nowrap;z-index:5;padding:.45rem .65rem;font-size:.82rem;position:absolute;transform:translate(-50%,-110%)}.chart__tooltip div[data-v-02374b46]{align-items:center;gap:.35rem;display:flex}.head-row[data-v-124f6e93]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.head-row h2[data-v-124f6e93]{margin:0}.two-col[data-v-124f6e93]{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=900px){.two-col[data-v-124f6e93]{grid-template-columns:1fr}}.totals td[data-v-124f6e93]{border-top:2px solid var(--border)}
