:root{--bg: #0f172a;--surface: #1e293b;--surface2: #334155;--text: #f8fafc;--muted: #94a3b8;--accent: #38bdf8;--accent2: #22c55e;--danger: #f87171;--radius: 12px;--shadow: 0 8px 24px rgba(0, 0, 0, .35);--body-bg-1: #0b1224;--body-bg-2: var(--bg);--body-bg-3: #111827;--border-subtle: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .08);--border-input: rgba(255, 255, 255, .12);--input-bg: #0b1224;--nav-bg: rgba(15, 23, 42, .92);--nav-border: rgba(255, 255, 255, .08);--on-accent: var(--bg);--overlay-backdrop: rgba(0, 0, 0, .72);--overlay-scrim: rgba(0, 0, 0, .55);--nested-surface: rgba(15, 23, 42, .35);--error-bg: rgba(248, 113, 113, .15);--error-text: #fecaca;--success-text: #bbf7d0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100dvh;background:linear-gradient(165deg,var(--body-bg-1) 0%,var(--body-bg-2) 40%,var(--body-bg-3) 100%);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent)}button,input,select,textarea{font:inherit}.app-shell{max-width:960px;margin:0 auto;padding:.75rem .75rem 5.75rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0 1rem}.brand{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.app-brand{display:flex;align-items:center;gap:.65rem;min-width:0}.app-brand--stacked{flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:1.5rem}.app-brand--logo-only{gap:0}.app-brand__logo{display:block;width:auto;height:36px;max-width:120px;object-fit:contain;border-radius:10px;flex-shrink:0}.app-brand--logo-only.app-brand--compact .app-brand__logo{height:42px;max-width:none;border-radius:11px;box-shadow:0 4px 14px #00000047}.topbar .app-brand--logo-only.app-brand--compact .app-brand__logo{object-fit:contain}.app-brand--logo-only.app-brand--stacked .app-brand__logo{height:auto;width:min(240px,88vw);max-width:240px;border-radius:14px;box-shadow:var(--shadow)}.app-brand__text{display:flex;flex-direction:column;gap:.1rem;min-width:0;line-height:1.15}.app-brand--compact .app-brand__text{gap:0}.app-brand__title{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.app-brand__subtitle{font-size:.78rem;color:var(--muted);font-weight:500;letter-spacing:.01em}.app-brand--compact .app-brand__subtitle{font-size:.72rem}.app-brand--stacked .app-brand__title{font-size:1.2rem}.app-brand--stacked .app-brand__subtitle{font-size:.9rem}.card{background:var(--surface);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);border:1px solid var(--border-subtle);margin-bottom:.75rem}.card--nested{background:var(--nested-surface)}.card h2,.card h3{margin:0 0 .5rem;font-size:1.05rem}.muted{color:var(--muted);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:48px;padding:0 1rem;border-radius:10px;border:none;cursor:pointer;font-weight:600;width:auto;max-width:100%;min-width:0;box-sizing:border-box;text-decoration:none;color:var(--on-accent);background:var(--accent)}.btn.secondary{background:var(--surface2);color:var(--text)}.btn.danger{background:var(--danger);color:#1f0202}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:not(:disabled):active,a.btn:not(:disabled):active{transform:scale(.97);filter:brightness(1.12);transition:transform .08s ease,filter .08s ease}.od-press:not(:disabled):active{animation:od-btn-flash .35s ease}@keyframes od-btn-flash{0%{filter:brightness(1)}40%{filter:brightness(1.35)}to{filter:brightness(1)}}.btn-row{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.btn-row>.btn,.btn-row>a.btn,form>.btn{width:100%}.field>div:not(.btn-row) .btn,.drive-folder-browse__toolbar .btn{width:auto;flex:0 1 auto}.field{margin-bottom:.75rem}.field label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.field input,.field select,.field textarea{width:100%;min-height:48px;border-radius:10px;border:1px solid var(--border-input);background:var(--input-bg);color:var(--text);padding:.5rem .65rem}.field textarea{min-height:96px;resize:vertical}.field-required{color:#fca5a5;font-weight:700}.field--invalid label{color:#fecaca}.field--invalid input,.field--invalid select,.field--invalid textarea{border-color:#f87171d9;box-shadow:0 0 0 2px #f8717133}.field-error{margin:.4rem 0 0;font-size:.85rem;color:#fecaca;line-height:1.45}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;background:var(--surface2)}.badge.ok{background:#22c55e33;color:#bbf7d0}.badge.warn{background:#fbbf2433;color:#fef3c7}.badge.neutral{background:#94a3b833;color:#e2e8f0}.badge.blue{background:#38bdf838;color:#bae6fd}.badge.archived{background:#334155d9;color:#cbd5e1}.order-open-card{border:1px solid rgba(255,255,255,.06)}.order-open-card--ready-invoice{border-left:4px solid var(--accent2);box-shadow:0 0 0 1px #22c55e26}.ready-invoice-hint{font-size:.8rem;font-weight:700;color:#bbf7d0}.order-detail-status-row .badge.ok{box-shadow:0 0 0 2px #22c55e59}.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--nav-border);display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom));z-index:20}.bottom-nav.bottom-nav--4{grid-template-columns:repeat(4,minmax(0,1fr))}.bottom-nav.bottom-nav--4 a{font-size:.9rem;padding:.55rem .25rem}.bottom-nav a{display:flex;align-items:center;justify-content:center;min-height:52px;text-align:center;font-size:1rem;font-weight:600;color:var(--muted);text-decoration:none;padding:.65rem .5rem;border-radius:10px}.bottom-nav a.active{color:var(--accent);font-weight:700;background:#38bdf824}.error{background:var(--error-bg);color:var(--error-text);padding:.65rem .75rem;border-radius:10px;margin-bottom:.75rem;font-size:.9rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (min-width: 640px){.btn-row{flex-direction:row;flex-wrap:wrap}.btn-row>.btn,.btn-row>a.btn,form>.btn,.btn{width:auto;min-width:140px}}.sc-details{background:var(--surface);border-radius:var(--radius);border:1px solid rgba(255,255,255,.08);margin-bottom:.75rem;box-shadow:var(--shadow)}.sc-details--alert{border-color:#f871718c;box-shadow:0 0 0 2px #f8717138,var(--shadow);animation:sc-pulse-risk 2.2s ease-in-out infinite}.sc-details--alert-notes{border-color:#fbbf248c;box-shadow:0 0 0 2px #fbbf2433,var(--shadow);animation:sc-pulse-notes 2.2s ease-in-out infinite}@keyframes sc-pulse-risk{0%,to{box-shadow:0 0 0 2px #f8717138,var(--shadow)}50%{box-shadow:0 0 0 4px #f8717159,var(--shadow)}}@keyframes sc-pulse-notes{0%,to{box-shadow:0 0 0 2px #fbbf2433,var(--shadow)}50%{box-shadow:0 0 0 4px #fbbf2452,var(--shadow)}}.sc-summary{list-style:none;cursor:pointer;padding:.85rem 1rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:.5rem;-webkit-user-select:none;user-select:none}.sc-summary::-webkit-details-marker{display:none}.sc-badge{flex-shrink:0;min-width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.95rem;font-weight:800;background:#f8717159;color:#fecaca;border:1px solid rgba(248,113,113,.5)}.sc-badge--notes{background:#fbbf2447;color:#fef3c7;border-color:#fbbf248c}.sc-details-body{padding:0 1rem 1rem;border-top:1px solid rgba(255,255,255,.06)}.sc-check{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.65rem;font-size:.95rem;line-height:1.35;cursor:pointer}.sc-check input[type=checkbox],.sc-check input[type=radio]{width:1.35rem;height:1.35rem;min-width:1.35rem;margin-top:.1rem;accent-color:var(--accent);cursor:pointer}.signature-canvas{margin-top:.5rem}.signature-canvas__frame{position:relative;border:2px dashed rgba(148,163,184,.65);border-radius:var(--radius);background:#fff;overflow:hidden}.signature-canvas__pad{display:block;width:100%;touch-action:none;background:#fff;position:relative;z-index:1}.signature-canvas__hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:1rem;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.signature-canvas__clear{margin-top:.5rem}.sc-risk-choice{margin-bottom:.25rem}.sc-notes{width:100%;min-height:140px;border-radius:10px;border:1px solid rgba(251,191,36,.25);background:#0f172aa6;color:var(--text);padding:.65rem .75rem;resize:vertical}.inv-table-wrap{overflow-x:auto;margin-top:.5rem;-webkit-overflow-scrolling:touch}.inv-table{width:100%;border-collapse:collapse;font-size:.88rem}.inv-table th,.inv-table td{padding:.5rem .45rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.inv-table th{color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.inv-missing{display:inline-block;padding:.2rem .45rem;border-radius:6px;font-weight:700;font-size:.78rem;background:#fbbf2433;color:#fef3c7;border:1px solid rgba(251,191,36,.35)}.inv-missing-banner{margin-top:.75rem;padding:.65rem .75rem;border-radius:10px;font-weight:700;font-size:.88rem;background:#fbbf2426;color:#fef3c7;border:1px solid rgba(251,191,36,.35)}.inv-warning-banner{margin-top:.75rem;padding:.65rem .75rem;border-radius:10px;font-weight:600;font-size:.88rem;line-height:1.4;background:#f59e0b2e;color:#fde68a;border:1px solid rgba(245,158,11,.4)}.inv-basis-head{margin-top:.5rem;line-height:1.5}.inv-basis-head__line{margin:.15rem 0}.inv-basis-summary{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.inv-basis-summary__block{margin:0}.inv-basis-summary__block--highlight{padding:.85rem .95rem;border-radius:var(--radius);background:var(--surface2)}.inv-basis-summary__title{margin:0 0 .55rem;font-size:.95rem;font-weight:700}.inv-basis-summary__note{margin:0 0 .5rem;font-size:.85rem;line-height:1.45}.inv-basis-summary__vat-note{margin:0;font-size:.82rem;line-height:1.45}.inv-basis-table{max-width:26rem}.inv-basis-table--invoice{max-width:20rem}.od-rot-card{margin-top:.85rem;border-left:4px solid rgba(59,130,246,.45)}.od-rot-card--incomplete{border-left-color:#f59e0bbf;background:#f59e0b0f}.od-rot-card__title{margin:0 0 .35rem;font-size:1rem}.od-rot-card__intro{margin:0 0 .65rem;font-size:.88rem;line-height:1.45}.od-rot-card__warn{margin:0 0 .65rem;padding:.5rem .65rem;border-radius:8px;font-size:.88rem;font-weight:600;background:#f59e0b26;color:#fde68a}.od-rot-card__ok{margin:0 0 .65rem;font-size:.85rem}[data-theme=light] .od-rot-card__warn{color:#92400e}.inv-basis-rot__list{margin:.5rem 0 0;display:grid;gap:.45rem}.inv-basis-rot__row{display:grid;grid-template-columns:10rem 1fr;gap:.5rem 1rem;font-size:.9rem}.inv-basis-rot__row dt{margin:0;font-weight:600;color:var(--muted)}.inv-basis-rot__row dd{margin:0}.inv-basis-rot__empty{margin:.35rem 0 0;font-size:.88rem}.inv-basis-summary__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.35rem}.inv-basis-summary__head .inv-basis-summary__title{margin-bottom:0}.inv-basis-pct-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.82rem;font-weight:700;background:#3b82f638;color:#bfdbfe;border:1px solid rgba(59,130,246,.4)}.inv-basis-summary__subsection{margin-top:.85rem}.inv-basis-summary__subsection--total{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.inv-basis-summary__subtitle{margin:0 0 .4rem;font-size:.88rem;font-weight:700}.inv-basis-table__sub th,.inv-basis-table__sub td{font-size:.84rem;color:var(--muted);font-weight:400}[data-theme=light] .inv-basis-pct-badge{color:#1e40af;background:#2563eb1f;border-color:#2563eb47}.rot-totals-summary{margin-top:.65rem;font-size:.92rem;line-height:1.4}.rot-totals-summary--compact{margin-top:.35rem}.rot-totals-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.rot-totals-table{width:100%;max-width:28rem;border-collapse:collapse;font-size:.88rem}.rot-totals-table th,.rot-totals-table td{padding:.45rem .6rem;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.rot-totals-table thead th{color:var(--muted);font-weight:600;font-size:.76rem;text-transform:uppercase;letter-spacing:.03em}.rot-totals-table tbody th[scope=row]{font-weight:500;text-align:left;color:inherit}.rot-totals-table__num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.rot-totals-table__sum th,.rot-totals-table__sum td{font-weight:700;border-bottom:none;padding-top:.55rem}.rot-totals-summary__rot{margin:.85rem 0 0;padding:.65rem .75rem;border-radius:var(--radius);background:#3b82f61a;border:1px solid rgba(59,130,246,.22);font-size:.9rem;color:inherit}.rot-totals-summary__rot p{margin:0}.order-open-card--ej{border-left:4px solid #64748b;background:linear-gradient(90deg,rgba(100,116,139,.12) 0%,var(--surface) 40%)}.order-open-card--pagaende{border-left:4px solid #38bdf8;background:linear-gradient(90deg,rgba(56,189,248,.12) 0%,var(--surface) 40%)}.order-open-card--material{border-left:4px solid #f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.14) 0%,var(--surface) 40%)}.order-open-card--slutford.order-open-card--ready-invoice{border-left:4px solid #22c55e}.order-open-card--fakturerad{border-left:4px solid #475569;opacity:.85}.order-open-card--ovrig{border-left:4px solid rgba(148,163,184,.35)}.order-open-card.order-open-card--risk-pulse{animation:od-tile-risk-pulse 1.35s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.order-open-card.order-open-card--risk-pulse{animation:none;border-color:#f87171d9;box-shadow:0 0 0 2px #ef444459}}.order-open-card__status-col{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.order-open-card__risk-note{font-size:.68rem;font-weight:700;letter-spacing:.04em;color:#fecaca;text-transform:uppercase}.doc-pdf-block{padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.doc-pdf-block:last-child{border-bottom:none}.doc-pdf-title{margin:0 0 .35rem;font-size:.95rem}.doc-pdf-sub{margin-top:.65rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.08)}.doc-pdf-sub:first-of-type{margin-top:0;padding-top:0;border-top:none}.doc-pdf-sub__label{margin:0 0 .2rem;font-weight:600;font-size:.9rem}.doc-pdf-actions .btn-row{margin-top:.35rem}.btn,.od-tile,.bottom-nav a{transition:transform .1s ease,filter .1s ease,box-shadow .12s ease,opacity .12s ease}.btn:active:not(:disabled),.od-tile:active,.bottom-nav a:active{transform:scale(.97);filter:brightness(1.12);box-shadow:0 0 0 2px #38bdf873}a.btn:active,a.od-tile--link:active{transform:scale(.97)}.topbar--split{flex-wrap:nowrap;align-items:flex-start}.topbar__right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;max-width:100%}.topbar__user{text-align:right}.sync-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;border:1px solid rgba(255,255,255,.12);white-space:nowrap}.sync-chip--ok{background:#22c55e26;color:#bbf7d0}.sync-chip--wait{background:#f59e0b2e;color:#fde68a}.sync-chip--err{background:#f8717133;color:#fecaca}.sync-chip__t{max-width:140px;overflow:hidden;text-overflow:ellipsis}.order-detail-root{padding-bottom:.5rem}.od-header__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem}.od-header__top .od-header__title{flex:1 1 auto;min-width:0;margin-bottom:0}.od-header__top .od-header__back{margin-bottom:0;flex-shrink:0}.od-header__top .od-header__actions{flex:1 1 100%;width:100%;max-width:100%;min-width:0;flex-shrink:1;display:flex;flex-direction:column;flex-wrap:nowrap;gap:.5rem;align-items:stretch}.od-header__top .od-header__actions .btn{width:100%}@media (min-width: 640px){.od-header__top .od-header__actions{flex:0 1 auto;width:auto;max-width:none;flex-direction:row;flex-wrap:wrap;align-items:center}.od-header__top .od-header__actions .btn{width:auto}}.od-header-warn{margin:.35rem 0 0;padding:.4rem .6rem;border-radius:var(--radius);background:#ffa5001f;border:1px solid rgba(255,165,0,.38);font-size:.88rem;line-height:1.35}.spot-delete-confirm{margin-top:12px;padding:.75rem .85rem;border-radius:var(--radius);background:#f871711a;border:1px solid rgba(248,113,113,.45)}.spot-delete-confirm__title{margin:0 0 .35rem;font-weight:700;color:#fecaca}.spot-delete-confirm__summary{margin:0 0 .5rem;font-size:.92rem;line-height:1.4}.spot-delete-confirm__list{margin:0;padding-left:1.15rem;font-size:.88rem;line-height:1.45;color:var(--muted)}.spot-delete-confirm__list li+li{margin-top:.25rem}.od-doc-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.65rem}.od-doc-image-card{display:flex;flex-direction:column;gap:.25rem;padding:.35rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);text-decoration:none;color:inherit;background:#00000026}.od-doc-image-card:hover{border-color:#ffffff38}.od-doc-image-card img{width:100%;height:100px;object-fit:cover;border-radius:calc(var(--radius) - 2px)}.od-doc-image-caption{font-size:.78rem;word-break:break-word;line-height:1.25}.od-doc-image-meta{font-size:.72rem}.od-header__primary{margin:.35rem 0 .25rem}.od-address-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.35rem 0 .25rem}.nav-maps-btn{flex-shrink:0;padding:.35rem .75rem;font-size:.85rem;text-decoration:none;min-height:40px;display:inline-flex;align-items:center;justify-content:center}.order-address-line{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.nav-maps-link{font-size:.85rem;color:var(--accent, #60a5fa);text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.nav-maps-link:active{opacity:.85}.order-list-card{cursor:pointer}.order-list-card:focus-visible{outline:2px solid var(--accent, #60a5fa);outline-offset:2px}.drive-folder-setup__lead{margin-bottom:1rem;font-size:.9rem;line-height:1.45}.drive-folder-current{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin-bottom:1.25rem;border-radius:var(--radius);background:#60a5fa14;border:1px solid rgba(96,165,250,.25)}.drive-folder-current__name{font-size:1.05rem;font-weight:600;margin-top:.15rem}.drive-folder-paste{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(148,163,184,.2)}.drive-folder-paste h4,.drive-folder-browse__toggle{margin:0 0 .5rem;font-size:1rem}.drive-folder-browse__toggle{width:100%;text-align:left;padding:.5rem 0;background:none;border:none;color:inherit;cursor:pointer;font-weight:600}.drive-folder-browse__panel{margin-top:.5rem}.drive-folder-browse__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem}.drive-folder-browse__path{font-size:.85rem;flex:1;min-width:0;word-break:break-word}.drive-folder-use-here{width:100%;margin-bottom:.75rem}.drive-folder-list{list-style:none;padding:0;margin:0;border:1px solid rgba(148,163,184,.2);border-radius:var(--radius);overflow:hidden}.drive-folder-list__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.85rem 1rem;text-align:left;background:#0f172a59;border:none;border-bottom:1px solid rgba(148,163,184,.15);color:inherit;cursor:pointer;font:inherit}.drive-folder-list__item:last-child{border-bottom:none}.drive-folder-list__item:active{background:#60a5fa1f}.drive-folder-list__name{flex:1;min-width:0;font-weight:500}.drive-folder-list__hint{font-size:.8rem;flex-shrink:0}.od-header__status{margin:0 0 .35rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.od-hint--inline{margin:0;display:inline-block;padding:.15rem .5rem;font-size:.78rem}.od-header-details{margin-top:.35rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:.35rem .65rem;background:#0f172a59}.od-header-details__summary{cursor:pointer;font-size:.88rem;font-weight:600;color:var(--muted);list-style:none}.od-header-details__summary::-webkit-details-marker{display:none}.od-header-details__body{padding:.35rem 0 .15rem}.od-calendar-hint{margin:0 0 .5rem;line-height:1.45}.od-calendar-list{list-style:none;margin:0;padding:0}.od-calendar-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem}.od-calendar-item:last-child{border-bottom:none}.od-calendar-item__text{line-height:1.45;min-width:0}.od-calendar-actions{margin-top:.65rem}.od-time-range{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.od-time-range input[type=time]{flex:1 1 8rem;min-width:0}.od-work-desc-card{margin-bottom:.75rem}.od-work-desc-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.od-work-desc-head .od-section-title{margin:0}.od-work-desc-toggle{width:auto;min-height:40px;padding:0 .85rem;font-size:.88rem}.od-checklist__toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.od-checklist__toolbar .btn,.od-checklist__toolbar a.btn{width:auto;flex:0 1 auto;min-height:40px;padding:0 .85rem;font-size:.88rem}.od-work-desc-body{padding:.65rem .75rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08);background:#0f172a73}.od-work-desc-text{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:.92rem;line-height:1.45;color:var(--text)}.od-work-desc-empty{margin:0}.od-work-desc-pdf{margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--border)}.order-form-pdf input[type=file]{margin-top:.35rem;max-width:100%}.od-work-desc-textarea{width:100%;min-height:120px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#0f172a8c;color:var(--text);padding:.65rem .75rem;resize:vertical;font-size:.95rem;line-height:1.45;font-family:inherit;box-sizing:border-box;overflow:hidden}.od-hub-card{border-color:#ffffff14}.od-subsection{margin:1rem 0 .25rem;font-size:.95rem;font-weight:700;border-top:1px solid rgba(255,255,255,.06);padding-top:.75rem}.od-workflow-drawer .od-workflow-actions{margin-top:.25rem}.od-workflow-actions>*+*{margin-top:.5rem}.od-workflow-drawer .od-workflow-field{width:100%;margin-bottom:0}.od-drawer-lead{margin-top:0;margin-bottom:.5rem}.od-small{font-size:.88rem}.od-hint{margin-bottom:8px}.od-msg{color:#bbf7d0;font-size:.9rem;margin:.35rem 0}.od-section-title{margin-bottom:.25rem}.od-lead{margin-top:0;margin-bottom:.75rem}.od-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.od-action{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:4.25rem;padding:.7rem .8rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#3b82f61f;color:var(--text);text-decoration:none;text-align:left;width:100%;cursor:pointer;font:inherit}.od-action:hover,.od-action:focus-visible{border-color:#60a5fa73;background:#3b82f633}.od-action--pulse{animation:od-tile-risk-pulse 1.35s ease-in-out infinite;border-color:#f871718c}.od-action__title{font-weight:700;font-size:1rem;line-height:1.25}.od-action__meta{margin-top:.2rem;font-size:.8rem;color:var(--muted);line-height:1.3}.od-more-links{display:flex;flex-wrap:wrap;gap:.5rem}.od-more-links .btn{width:auto;flex:1 1 9rem;min-width:0}.od-actions-card{margin-bottom:.75rem}.od-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width: 520px){.od-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.od-tile{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:72px;padding:.65rem .75rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);background:#0f172a73;color:var(--text);cursor:pointer;text-align:left;width:100%}@keyframes od-tile-risk-pulse{0%,to{box-shadow:0 0 #ef444400;border-color:#ffffff1f}50%{box-shadow:0 0 14px 2px #ef44446b;border-color:#f87171bf}}.od-tile.od-tile--risk-pulse{animation:od-tile-risk-pulse 1.35s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.od-tile.od-tile--risk-pulse{animation:none;border-color:#f87171d9;box-shadow:0 0 0 2px #ef444459}}.od-tile--link{text-decoration:none}.od-tile__title{font-weight:700;font-size:.95rem}.od-tile__sub{font-size:.78rem;color:var(--muted);margin-top:.2rem}.od-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--overlay-scrim, rgba(0, 0, 0, .55));display:flex;align-items:flex-end;justify-content:center;padding:0}.od-drawer{width:100%;max-width:720px;max-height:88vh;background:var(--surface);border-radius:16px 16px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:none;box-shadow:0 -12px 40px #00000073;display:flex;flex-direction:column;animation:od-drawer-in .22s ease-out}@keyframes od-drawer-in{0%{transform:translateY(100%);opacity:.6}to{transform:translateY(0);opacity:1}}.od-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.od-drawer__head h3{margin:0;font-size:1.05rem}.od-drawer__close{min-height:40px;width:auto;flex-shrink:0}.od-drawer__body{padding:.75rem 1rem 1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.od-nested{margin-bottom:.65rem}.od-file-input{display:none}.od-file-label{cursor:pointer;text-align:center}.od-thumb-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.od-thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.12)}.od-pending{margin:.75rem 0}.od-server-imgs{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.od-img-card{display:flex;justify-content:space-between;align-items:center;padding:.65rem .75rem;border-radius:10px;background:#0f172a73;border:1px solid rgba(255,255,255,.08);text-decoration:none;color:var(--text)}.od-img-card__n{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.od-img-actions .btn{width:auto;flex:1 1 140px;min-width:0}.od-img-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:.5rem;margin-top:.75rem}.od-img-cell{display:flex;flex-direction:column;align-items:stretch;padding:0;border:none;border-radius:10px;overflow:hidden;cursor:pointer;background:#0f172a8c;border:1px solid rgba(255,255,255,.1);color:var(--text)}.od-img-cell__img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.od-img-cell__cap{font-size:.65rem;padding:.25rem .35rem;text-align:center;line-height:1.2}.od-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:var(--overlay-backdrop);display:flex;align-items:center;justify-content:center;padding:1rem}.od-lightbox--portal{z-index:120}.od-lightbox__card{max-width:520px;width:100%;max-height:90vh;overflow:auto;background:var(--surface);border-radius:var(--radius);padding:1rem;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow)}.od-lightbox__img{width:100%;border-radius:8px;margin:.5rem 0}.od-lightbox__close{width:auto;margin-bottom:.5rem}.sct-layout{display:grid;gap:1rem}@media (min-width: 900px){.sct-layout{grid-template-columns:minmax(200px,260px) 1fr;align-items:start}}.sct-template-list{list-style:none;margin:0;padding:0}.sct-template-item{width:100%;text-align:left;padding:.65rem .75rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:var(--surface2);color:inherit;cursor:pointer;margin-bottom:.5rem;display:flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:center}.sct-template-item.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.sct-section{padding:.75rem 1rem}.sct-field{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:flex-end;margin:.75rem 0;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.06)}.sct-field-type{font-size:1.1rem;opacity:.7;min-width:1.5rem}.sct-readonly-fields{margin:.5rem 1rem 1rem;padding:0;list-style:none}.sct-readonly-fields li{padding:.25rem 0;font-size:.92rem}.od-checklist-card{margin-top:.75rem}.od-checklist__progress-block{margin:0 0 .85rem;padding:.75rem .85rem;border-radius:var(--radius);background:#38bdf814;border:1px solid rgba(56,189,248,.22)}.od-checklist__progress-block--done{background:#4ade801a;border-color:#4ade8059}.od-checklist__progress{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0;line-height:1.15}.od-checklist__progress-count{font-size:2rem;font-weight:800;letter-spacing:-.03em}.od-checklist__progress-label{font-size:1rem;font-weight:600;color:var(--muted)}.od-checklist__progress-msg{margin:.45rem 0 0;font-size:.95rem;font-weight:600;color:var(--accent);line-height:1.35}.od-checklist__progress-block--done .od-checklist__progress-msg{color:#86efac}.od-checklist__intro{margin:0 0 .65rem}.od-checklist__warn{margin:0 0 .65rem;padding:.5rem .65rem;border-radius:8px;background:#fbbf241f;border:1px solid rgba(251,191,36,.35)}.od-checklist__list{list-style:none;margin:0;padding:0}.od-checklist__item{margin-bottom:.65rem;padding-bottom:.65rem;border-bottom:1px solid rgba(255,255,255,.08)}.od-checklist__info{margin:.85rem 0 .5rem;padding:.55rem 0 .65rem;border-bottom:1px solid rgba(255,255,255,.14)}.od-checklist__info:first-child{margin-top:0}.od-checklist__info+.od-checklist__item{margin-top:.15rem}.od-checklist__label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;min-height:2.75rem}.od-checklist__checkbox{width:1.45rem;height:1.45rem;min-width:1.45rem;margin-top:.15rem;accent-color:var(--accent, #38bdf8);cursor:pointer}.od-checklist__text{flex:1;line-height:1.45;font-size:1rem}.od-checklist__item--done .od-checklist__text{text-decoration:line-through;color:#94a3b8f2}.od-checklist__item--done .od-checklist__checkbox{opacity:.75}.od-checklist__meta{display:block;margin:.2rem 0 0 2.2rem}.od-checklist__info-text{margin:0;line-height:1.35;font-size:1.06rem;font-weight:600;color:#f1f5f9;letter-spacing:.015em}.od-checklist__manage input{flex:1 1 10rem;min-width:0}.od-checklist__add{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.od-checklist-list-progress{font-size:.8rem;color:#94a3b8f2}.theme-switch{display:inline-flex;gap:.35rem;padding:.25rem;border-radius:999px;border:1px solid var(--border-input);background:var(--nested-surface)}.theme-switch__btn{min-height:40px;padding:.35rem 1rem;border:none;border-radius:999px;background:transparent;color:var(--muted);font-weight:600;cursor:pointer}.theme-switch__btn--active{background:var(--accent);color:var(--on-accent)}.theme-switch__btn:not(.theme-switch__btn--active):hover{color:var(--text)}[data-theme=light]{--bg: #dceef1;--surface: #ffffff;--surface2: #f1f9fa;--text: #023047;--muted: #475569;--accent: #0e7490;--accent2: #047857;--danger: #b91c1c;--shadow: 0 8px 24px rgba(2, 48, 71, .12);--body-bg-1: #cce7eb;--body-bg-2: #e8f5f7;--body-bg-3: #b8dde4;--border-subtle: rgba(2, 48, 71, .14);--border: rgba(2, 48, 71, .2);--border-input: rgba(2, 48, 71, .28);--input-bg: #ffffff;--nav-bg: rgba(255, 255, 255, .96);--nav-border: rgba(2, 48, 71, .16);--on-accent: #ffffff;--overlay-backdrop: rgba(2, 48, 71, .55);--overlay-scrim: rgba(2, 48, 71, .38);--nested-surface: #ffffff;--error-bg: rgba(185, 28, 28, .12);--error-text: #7f1d1d;--success-text: #14532d;color-scheme:light}[data-theme=light] .card{border-color:var(--border)}[data-theme=light] .signature-canvas__frame{border-color:var(--border-input)}[data-theme=light] .btn.secondary{border:1px solid var(--border-input)}[data-theme=light] .sc-details-body,[data-theme=light] .doc-pdf-block,[data-theme=light] .doc-pdf-sub,[data-theme=light] .od-calendar-item,[data-theme=light] .od-checklist__toolbar,[data-theme=light] .od-checklist__add,[data-theme=light] .od-checklist__item,[data-theme=light] .od-checklist__info,[data-theme=light] .od-drawer__head,[data-theme=light] .od-subsection,[data-theme=light] .sct-field{border-color:var(--border-subtle)}[data-theme=light] .inv-table th,[data-theme=light] .inv-table td,[data-theme=light] .rot-totals-table th,[data-theme=light] .rot-totals-table td{border-bottom-color:var(--border)}[data-theme=light] .rot-totals-summary__rot{background:#2563eb14;border-color:#2563eb33}[data-theme=light] .sc-notes{background:var(--surface2);border-color:#f59e0b59}[data-theme=light] .inv-missing,[data-theme=light] .inv-missing-banner,[data-theme=light] .inv-warning-banner{color:#92400e}[data-theme=light] .badge.ok{background:#05966929;color:#065f46}[data-theme=light] .badge.warn{background:#f59e0b33;color:#92400e}[data-theme=light] .badge.neutral{background:#64748b29;color:#334155}[data-theme=light] .badge.blue{background:#0891b229;color:#0e7490}[data-theme=light] .badge.archived{background:#47556924;color:#475569}[data-theme=light] .ready-invoice-hint{color:#047857}[data-theme=light] .order-open-card{border-color:var(--border-subtle)}[data-theme=light] .order-open-card--ej{background:linear-gradient(90deg,rgba(100,116,139,.08) 0%,var(--surface) 40%)}[data-theme=light] .order-open-card--pagaende{border-left-color:var(--accent);background:linear-gradient(90deg,rgba(8,145,178,.1) 0%,var(--surface) 40%)}[data-theme=light] .order-open-card--material{background:linear-gradient(90deg,rgba(245,158,11,.1) 0%,var(--surface) 40%)}[data-theme=light] .order-open-card__risk-note{color:#b91c1c}[data-theme=light] .btn:active:not(:disabled),[data-theme=light] .od-tile:active,[data-theme=light] .bottom-nav a:active{box-shadow:0 0 0 2px #0891b259}[data-theme=light] .sync-chip{border-color:var(--border-input)}[data-theme=light] .sync-chip--ok{background:#0596691f;color:#047857}[data-theme=light] .sync-chip--wait{background:#f59e0b1f;color:#b45309}[data-theme=light] .sync-chip--err{background:#dc26261a;color:#b91c1c}[data-theme=light] .od-header-details,[data-theme=light] .od-work-desc-body,[data-theme=light] .od-tile,[data-theme=light] .od-img-card,[data-theme=light] .od-img-cell,[data-theme=light] .drive-folder-list__item{background:var(--nested-surface);border-color:var(--border-subtle)}[data-theme=light] .od-work-desc-textarea{background:var(--input-bg);border-color:var(--border-input)}[data-theme=light] .od-doc-image-card{background:var(--surface2);border-color:var(--border-subtle)}[data-theme=light] .od-doc-image-card:hover{border-color:var(--border-input)}[data-theme=light] .od-action{background:#0891b214;border-color:#0891b233}[data-theme=light] .od-action:hover,[data-theme=light] .od-action:focus-visible{background:#0891b224;border-color:#0891b259}[data-theme=light] .od-drawer{border-color:var(--border-subtle);box-shadow:0 -12px 40px #0c4a6e1f}[data-theme=light] .od-lightbox__card{border-color:var(--border-subtle)}[data-theme=light] .od-msg{color:var(--success-text)}[data-theme=light] .spot-delete-confirm{background:#dc262614;border-color:#dc262640}[data-theme=light] .spot-delete-confirm__title{color:#b91c1c}[data-theme=light] .drive-folder-current{background:#0891b214;border-color:#0891b238}[data-theme=light] .drive-folder-paste{border-bottom-color:var(--border)}[data-theme=light] .drive-folder-list{border-color:var(--border)}[data-theme=light] .drive-folder-list__item{border-bottom-color:var(--border-subtle)}[data-theme=light] .drive-folder-list__item:active{background:#0891b21a}[data-theme=light] .od-checklist__progress-block{background:#0891b214;border-color:#0891b238}[data-theme=light] .od-checklist__progress-block--done{background:#0596691a;border-color:#05966947}[data-theme=light] .od-checklist__progress-block--done .od-checklist__progress-msg{color:#047857}[data-theme=light] .od-checklist__warn{color:#92400e}[data-theme=light] .od-checklist__item--done .od-checklist__text,[data-theme=light] .od-checklist-list-progress{color:var(--muted)}[data-theme=light] .od-checklist__info-text{color:var(--text)}[data-theme=light] .sct-template-item{border-color:var(--border-subtle)}[data-theme=light] .od-thumb{border-color:var(--border-input)}[data-theme=light] .card--nested{background:var(--nested-surface)}.btn.secondary.active{border-color:var(--accent);color:var(--accent)}.quote-summary-table{width:100%;border-collapse:collapse}.quote-summary-table td{padding:8px 4px;border-bottom:1px solid var(--border-subtle)}.quote-summary-table td.num{text-align:right;white-space:nowrap}.quote-lines-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.quote-lines-table th,.quote-lines-table td{padding:8px;border-bottom:1px solid var(--border-subtle);text-align:left}.quote-lines-table td.num{text-align:right}.quote-print-text{margin:.75rem 0 1.25rem;line-height:1.45;white-space:pre-wrap}@media print{.topbar,.bottom-nav,.no-print{display:none!important}.app-shell{padding-bottom:0}.quote-print-root{padding:0}.quote-print-doc{color:#000;background:#fff;max-width:210mm;margin:0 auto}.quote-print-doc h1,.quote-print-doc h2{color:#000}.quote-summary-table td,.quote-lines-table th,.quote-lines-table td{border-color:#ccc}}.search-combo{position:relative}.search-combo__input{width:100%}.search-combo__list{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);max-height:14rem;overflow:auto;margin:0;padding:4px 0;list-style:none;background:var(--surface);border:1px solid var(--border-input);border-radius:8px;box-shadow:0 8px 24px #0000002e}.search-combo__option{padding:8px 12px;cursor:pointer;font-size:.92rem}.search-combo__option--active,.search-combo__option:hover{background:var(--surface2)}.search-combo__option--selected{color:var(--accent)}.search-combo__empty{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);padding:10px 12px;background:var(--surface);border:1px solid var(--border-input);border-radius:8px;font-size:.9rem}.search-combo--disabled{opacity:.65}.notif-bell{position:relative}.notif-bell__btn{position:relative;min-height:36px;min-width:36px;padding:4px 8px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface2);cursor:pointer}.notif-bell__icon{font-size:1rem;line-height:1}.notif-bell__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--danger, #c0392b);color:#fff;font-size:.68rem;font-weight:700;line-height:18px;text-align:center}.notif-bell__panel{position:absolute;top:calc(100% + 8px);right:0;width:min(22rem,calc(100vw - 2rem));max-height:24rem;overflow:auto;background:var(--surface);border:1px solid var(--border-subtle);border-radius:10px;box-shadow:0 10px 28px #00000038;z-index:50}.notif-bell__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border-subtle)}.notif-bell__read-all{min-height:32px;padding:4px 8px;font-size:.78rem}.notif-bell__list{list-style:none;margin:0;padding:0}.notif-bell__item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:0;border-bottom:1px solid var(--border-subtle);background:transparent;color:inherit;text-align:left;cursor:pointer}.notif-bell__item--read{opacity:.72}.notif-bell__item-title{font-size:.92rem;font-weight:600}.notif-bell__item-body,.notif-bell__item-when{font-size:.82rem}.notif-bell__empty{padding:12px}.phone-actions__link{color:var(--accent);text-decoration:none}.phone-actions__link:hover{text-decoration:underline}.od-checklist__item--checkbox-only .od-checklist__label--checkbox-only{display:flex;align-items:flex-start;gap:10px;cursor:default}.od-checklist__item--checkbox-only .od-checklist__checkbox{cursor:pointer;margin-top:2px}.topbar__actions{display:flex;align-items:center;gap:10px}
