.Toast-module__DopZhW__viewport{right:var(--space-6);bottom:var(--space-6);z-index:var(--z-toast);gap:var(--space-2);pointer-events:none;flex-direction:column;max-width:360px;display:flex;position:fixed}.Toast-module__DopZhW__toast{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--card);border:1px solid var(--border);border-left:3px solid var(--ok-edge);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--text);font-size:var(--text-base);pointer-events:auto;animation:Toast-module__DopZhW__toastIn var(--motion-base) var(--ease-out);display:flex}.Toast-module__DopZhW__toastError{border-left-color:var(--danger)}.Toast-module__DopZhW__icon{color:var(--ok);flex-shrink:0}.Toast-module__DopZhW__toastError .Toast-module__DopZhW__icon{color:var(--danger)}.Toast-module__DopZhW__message{flex:1}.Toast-module__DopZhW__close{margin-right:calc(-1 * var(--space-2))}@keyframes Toast-module__DopZhW__toastIn{0%{opacity:0;transform:translateY(var(--space-2))}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Toast-module__DopZhW__viewport{right:var(--space-4);bottom:var(--space-4);left:var(--space-4);max-width:none}}
.AppModal-module__s11X9q__overlay{z-index:var(--z-modal);background:var(--scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:40px var(--space-4);justify-content:center;align-items:safe center;display:flex;position:fixed;inset:0;overflow-y:auto}.AppModal-module__s11X9q__modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;width:100%;max-height:86vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.AppModal-module__s11X9q__size_sm{max-width:440px}.AppModal-module__s11X9q__size_md{max-width:480px}.AppModal-module__s11X9q__size_lg{max-width:720px}.AppModal-module__s11X9q__size_xl{max-width:820px}.AppModal-module__s11X9q__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-4) var(--space-3) var(--space-5);border-bottom:1px solid var(--border-dim);flex-shrink:0;display:flex}.AppModal-module__s11X9q__headText{min-width:0}.AppModal-module__s11X9q__eyebrow{font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-weight:600;display:block}.AppModal-module__s11X9q__title{font-size:var(--text-lg);letter-spacing:-.01em;color:var(--text);overflow-wrap:anywhere;min-width:0;margin:0;font-weight:600}.AppModal-module__s11X9q__close{flex-shrink:0}.AppModal-module__s11X9q__body{min-height:0;padding:var(--space-4) var(--space-5) var(--space-5);gap:var(--space-4);scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;flex:1;display:flex;overflow-y:auto}.AppModal-module__s11X9q__description{font-size:var(--text-base);color:var(--text-muted);overflow-wrap:anywhere;margin:0;line-height:1.55}.AppModal-module__s11X9q__footer{justify-content:flex-end;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-top:1px solid var(--border);background:var(--surface-2);flex-shrink:0;display:flex}.AppModal-module__s11X9q__footer .btn{width:auto;font-size:var(--text-base);min-height:40px;margin-top:0;padding:10px 18px;font-weight:600}.AppModal-module__s11X9q__footer .btn-ghost{border-width:1px}
.Badge-module__5K7ZxW__badge{align-items:center;gap:var(--space-1);font-size:var(--text-xs);letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:2px 9px;font-weight:600;line-height:1.4;display:inline-flex}.Badge-module__5K7ZxW__neutral{background:var(--surface-2);color:var(--text-secondary);border-color:var(--border-dim)}.Badge-module__5K7ZxW__accent{background:var(--accent-subtle);color:var(--accent-text);border-color:var(--accent-border)}.Badge-module__5K7ZxW__ok{background:var(--ok-bg);color:var(--ok);border-color:var(--ok-edge)}.Badge-module__5K7ZxW__warn{background:var(--warn-bg);color:var(--warn);border-color:var(--warn-edge)}.Badge-module__5K7ZxW__info{background:var(--info-bg);color:var(--info);border-color:var(--info-edge)}.Badge-module__5K7ZxW__danger{background:var(--danger-bg);color:var(--danger);border-color:color-mix(in srgb, var(--danger) 30%, transparent)}.Badge-module__5K7ZxW__outline{background:0 0}
.Alert-module__UmUunG__alert{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);border-left:3px solid #0000;margin:0;line-height:1.4}.Alert-module__UmUunG__error{background:var(--danger-bg);color:var(--danger);border-left-color:var(--danger)}.Alert-module__UmUunG__warning{background:var(--warn-bg);color:var(--warn);border-left-color:var(--warn-edge)}.Alert-module__UmUunG__success{background:var(--accent-subtle);color:var(--accent-text);border-left-color:var(--accent)}.Alert-module__UmUunG__info{background:var(--info-bg);color:var(--info);border-left-color:var(--info-edge)}
.Checkbox-module__wl94ra__root{--cb-size:16px;align-items:center;gap:var(--space-2);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-base);color:var(--text);display:inline-flex}.Checkbox-module__wl94ra__root.Checkbox-module__wl94ra__sm{--cb-size:14px}.Checkbox-module__wl94ra__root[data-disabled]{cursor:not-allowed;opacity:.4}.Checkbox-module__wl94ra__input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Checkbox-module__wl94ra__box{width:var(--cb-size);height:var(--cb-size);border-radius:calc(var(--radius-sm) / 2);border:1px solid var(--border);transition:background var(--motion-fast), border-color var(--motion-fast);background:0 0;flex:none;justify-content:center;align-items:center;display:inline-flex}.Checkbox-module__wl94ra__root:hover:not([data-disabled]) .Checkbox-module__wl94ra__box{border-color:var(--accent-border)}.Checkbox-module__wl94ra__boxChecked,.Checkbox-module__wl94ra__root:hover:not([data-disabled]) .Checkbox-module__wl94ra__boxChecked{background:var(--btn-green);border-color:var(--btn-green)}.Checkbox-module__wl94ra__root:hover:not([data-disabled]) .Checkbox-module__wl94ra__boxChecked{background:var(--btn-green-hover);border-color:var(--btn-green-hover)}.Checkbox-module__wl94ra__input:focus-visible+.Checkbox-module__wl94ra__box{box-shadow:var(--focus-ring)}.Checkbox-module__wl94ra__check{width:calc(var(--cb-size) - 4px);height:calc(var(--cb-size) - 4px);color:var(--text-on-accent)}.Checkbox-module__wl94ra__label{line-height:1.2}
.SegmentedControl-module__UX-FdG__group{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.SegmentedControl-module__UX-FdG__btn{appearance:none;font-size:var(--text-base);color:var(--text-muted);cursor:pointer;transition:background var(--motion-fast), color var(--motion-fast);background:0 0;border:none;border-radius:7px;padding:5px 13px;font-weight:500}.SegmentedControl-module__UX-FdG__btn:hover{color:var(--text)}.SegmentedControl-module__UX-FdG__btnActive{background:var(--accent-subtle,#8fa05f26);color:var(--accent-text);font-weight:600;box-shadow:0 1px 2px #00000014}@media (max-width:767px){.SegmentedControl-module__UX-FdG__btn{min-height:44px;padding:5px 14px}}
.MobileSheet-module__5OdRvW__overlay{z-index:var(--z-overlay);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.MobileSheet-module__5OdRvW__panel{background:var(--bg);width:100%;color:var(--text);flex-direction:column;display:flex;position:relative}.MobileSheet-module__5OdRvW__header{border-bottom:1px solid var(--border-dim);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px 10px 16px;display:flex}.MobileSheet-module__5OdRvW__title{min-width:0;font-size:var(--text-lg);letter-spacing:-.01em;color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:700;overflow:hidden}.MobileSheet-module__5OdRvW__closeBtn{border:1px solid var(--border);border-radius:var(--radius-md,12px);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:border-color var(--motion-fast), color var(--motion-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.MobileSheet-module__5OdRvW__closeBtn:hover{border-color:var(--accent);color:var(--text)}.MobileSheet-module__5OdRvW__body{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent;flex:1;min-height:0;padding:16px;overflow-y:auto}.MobileSheet-module__5OdRvW__footer{border-top:1px solid var(--border-dim);background:var(--bg);flex-shrink:0;padding:12px 16px}@media (max-width:767px){.MobileSheet-module__5OdRvW__panel{max-width:none;height:100dvh;padding-top:env(safe-area-inset-top,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.MobileSheet-module__5OdRvW__footer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}}@media (min-width:768px){.MobileSheet-module__5OdRvW__overlay{background:#00000073;padding:24px}.MobileSheet-module__5OdRvW__panel{max-width:var(--sheet-max-w,560px);border:1px solid var(--border);border-radius:var(--radius-lg,20px);max-height:90vh;box-shadow:var(--shadow-panel)}.MobileSheet-module__5OdRvW__headerMobileOnly{display:none}.MobileSheet-module__5OdRvW__overlay.MobileSheet-module__5OdRvW__bottomSheet{pointer-events:none;background:0 0;align-items:flex-end;padding:0}.MobileSheet-module__5OdRvW__panel.MobileSheet-module__5OdRvW__bottomSheet{pointer-events:auto;border-radius:var(--radius-lg,20px) var(--radius-lg,20px) 0 0;width:100%;max-width:none;max-height:60vh;padding-bottom:env(safe-area-inset-bottom,0px)}}@media (min-width:768px) and (prefers-reduced-motion:no-preference){.MobileSheet-module__5OdRvW__panel.MobileSheet-module__5OdRvW__bottomSheet{animation:MobileSheet-module__5OdRvW__mobileSheetSlideUp var(--motion-base) ease}}@keyframes MobileSheet-module__5OdRvW__mobileSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media print{body{overflow:visible!important}.MobileSheet-module__5OdRvW__overlay{background:0 0;padding:0;position:static}.MobileSheet-module__5OdRvW__panel{max-width:none;height:auto;max-height:none;box-shadow:none;border:none;border-radius:0;padding:0}.MobileSheet-module__5OdRvW__header,.MobileSheet-module__5OdRvW__footer{display:none}.MobileSheet-module__5OdRvW__body{overflow:visible}}
.SettingsSection-module__0da9nW__root{flex-direction:column;gap:12px;display:flex}.SettingsSection-module__0da9nW__title{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-weight:600}
.Chip-module__VFQe-W__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.Chip-module__VFQe-W__chip{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font:inherit;font-size:var(--text-base);cursor:pointer;transition:background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast);padding:6px 12px;font-weight:600}.Chip-module__VFQe-W__chip:hover{background:var(--surface-hover);color:var(--text)}.Chip-module__VFQe-W__chip:disabled{cursor:not-allowed;opacity:.55}.Chip-module__VFQe-W__on,.Chip-module__VFQe-W__on:hover{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--text)}.Chip-module__VFQe-W__unavailable{color:var(--text-muted);opacity:.55;background:0 0;border-style:dashed}.Chip-module__VFQe-W__unavailable:hover{opacity:.8;color:var(--text-muted);background:0 0}.Chip-module__VFQe-W__withReason{text-align:left}.Chip-module__VFQe-W__label{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.Chip-module__VFQe-W__reason{font-size:var(--text-xs);color:var(--text-muted);font-weight:400}@media (max-width:767px){.Chip-module__VFQe-W__chip{min-height:44px}}
.DeviationNote-module__gl9Inq__note{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-top:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);background:var(--warn-bg);font-size:var(--text-sm);line-height:1.45;display:flex}.DeviationNote-module__gl9Inq__text{color:var(--warn)}.DeviationNote-module__gl9Inq__reset{font-size:var(--text-sm);color:var(--warn);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;text-decoration:underline}.DeviationNote-module__gl9Inq__reset:hover{color:var(--text)}
.InfoIcon-module__jemY_a__info{background:var(--surface-2);width:14px;height:14px;color:var(--text-muted);font-family:var(--font);font-size:var(--text-2xs);cursor:help;-webkit-user-select:none;user-select:none;vertical-align:middle;border:1px solid var(--border);appearance:none;border-radius:50%;justify-content:center;align-items:center;margin-left:6px;padding:0;font-style:italic;font-weight:600;display:inline-flex;position:relative}.InfoIcon-module__jemY_a__info:hover,.InfoIcon-module__jemY_a__info:focus{background:var(--surface-hover);color:var(--text);outline:none}.InfoIcon-module__jemY_a__bubble{--tooltip-bg:#1f2937;--tooltip-ink:#f3f4f6;background:var(--tooltip-bg);color:var(--tooltip-ink);font-family:var(--font);font-size:var(--text-xs);white-space:normal;text-align:left;width:max-content;max-width:280px;z-index:var(--z-max);pointer-events:none;border-radius:4px;padding:6px 10px;font-style:normal;font-weight:400;line-height:1.4;position:fixed;transform:translate(-50%,6px);box-shadow:0 4px 12px #00000040}
.MaterialViewToggle-module__hA9C_q__toggle{border:1px solid var(--border-subtle,#0000001f);font-size:var(--text-base);border-radius:6px;display:inline-flex;overflow:hidden}.MaterialViewToggle-module__hA9C_q__btn{cursor:pointer;color:var(--text-muted,#0009);background:0 0;border:none;padding:4px 10px}.MaterialViewToggle-module__hA9C_q__btn:not(:last-child){border-right:1px solid var(--border-subtle,#0000001f)}.MaterialViewToggle-module__hA9C_q__btnActive{background:var(--surface-muted,#0000000f);color:var(--text,inherit);font-weight:600}
.MobileTabBar-module__rgH0aG__tabbar{display:none}@media (max-width:767px){.MobileTabBar-module__rgH0aG__tabbar{z-index:var(--z-sticky);height:var(--sa-tabbar-h,calc(62px + env(safe-area-inset-bottom,0px)));box-sizing:border-box;padding:6px 8px calc(env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;position:fixed;bottom:0;left:0;right:0}}.MobileTabBar-module__rgH0aG__tab{font-size:var(--text-xs);color:var(--text-secondary);border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-weight:500;text-decoration:none;display:flex}.MobileTabBar-module__rgH0aG__tab svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.MobileTabBar-module__rgH0aG__tabDisabled{opacity:.35}.MobileTabBar-module__rgH0aG__tabActive{color:var(--accent-text)}.MobileTabBar-module__rgH0aG__tabActive svg{stroke-width:2.2px}
.OffertAmaAppendix-module__LQmw4q__appendix{border-top:1px solid var(--border);page-break-before:auto;margin-top:32px;padding-top:16px}.OffertAmaAppendix-module__LQmw4q__appendix h3{font-size:var(--text-md);margin:0 0 12px}.OffertAmaAppendix-module__LQmw4q__appendix dl{grid-template-columns:max-content 1fr;gap:6px 14px;margin:0;display:grid}.OffertAmaAppendix-module__LQmw4q__appendix dt{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:var(--text-base);white-space:nowrap;font-weight:600}.OffertAmaAppendix-module__LQmw4q__appendix dd{font-size:var(--text-base);margin:0;line-height:1.4}.OffertAmaAppendix-module__LQmw4q__disclaimer{font-size:var(--text-sm);color:var(--text-secondary);margin-top:14px;font-style:italic}
.ConnectedMethods-module__CDFLLq__list{flex-direction:column;gap:10px;display:flex}.ConnectedMethods-module__CDFLLq__row{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 12px;display:flex}.ConnectedMethods-module__CDFLLq__icon{flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.ConnectedMethods-module__CDFLLq__meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ConnectedMethods-module__CDFLLq__label{font-weight:600;font-size:var(--text-base)}.ConnectedMethods-module__CDFLLq__status{font-size:var(--text-sm);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ConnectedMethods-module__CDFLLq__connected{color:var(--ok);font-weight:600}.ConnectedMethods-module__CDFLLq__action{flex:none;align-items:center;gap:6px;display:flex}.ConnectedMethods-module__CDFLLq__action button,.ConnectedMethods-module__CDFLLq__action a,.ConnectedMethods-module__CDFLLq__formActions button{font-size:var(--text-base);white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;height:auto;min-height:0;margin:0;padding:6px 12px;line-height:1.2;display:inline-flex}.ConnectedMethods-module__CDFLLq__form{border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:12px;margin-top:-4px;padding:12px;display:flex}.ConnectedMethods-module__CDFLLq__formActions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.ConnectedMethods-module__CDFLLq__noteOk,.ConnectedMethods-module__CDFLLq__noteErr{font-size:var(--text-base);margin:0 0 2px}.ConnectedMethods-module__CDFLLq__noteOk{color:var(--ok)}.ConnectedMethods-module__CDFLLq__noteErr{color:var(--danger)}
.CompanyFinder-module__ysfP7q__root{background:var(--surface-2);border:1px solid var(--border);text-align:left;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px 14px;display:flex}.CompanyFinder-module__ysfP7q__header{justify-content:space-between;align-items:center;display:flex}.CompanyFinder-module__ysfP7q__title{font-size:var(--text-sm);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.CompanyFinder-module__ysfP7q__hint{font-size:var(--text-sm);color:var(--text-muted);margin:0}.CompanyFinder-module__ysfP7q__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite CompanyFinder-module__ysfP7q__cf-spin;display:inline-block}@keyframes CompanyFinder-module__ysfP7q__cf-spin{to{transform:rotate(360deg)}}.CompanyFinder-module__ysfP7q__results{border:1px solid var(--border);background:var(--surface);border-radius:6px;max-height:200px;margin:0;padding:0;list-style:none;overflow-y:auto}.CompanyFinder-module__ysfP7q__resultItem{text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--border-dim);background:0 0;flex-direction:column;align-items:flex-start;width:100%;padding:8px 12px;font-family:inherit;display:flex}.CompanyFinder-module__ysfP7q__resultItem:last-child{border-bottom:none}.CompanyFinder-module__ysfP7q__resultItem:hover{background:var(--surface-2)}.CompanyFinder-module__ysfP7q__resultName{font-size:var(--text-base);color:var(--text);font-weight:500}.CompanyFinder-module__ysfP7q__resultMeta{font-size:var(--text-xs);color:var(--text-muted);margin-top:2px}.CompanyFinder-module__ysfP7q__confirm{background:var(--surface);border:1px solid var(--accent);border-radius:6px;padding:10px 12px}.CompanyFinder-module__ysfP7q__warn{background:var(--danger-bg);color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 30%, transparent);font-size:var(--text-sm);border-radius:6px;padding:8px 12px}.CompanyFinder-module__ysfP7q__empty{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);font-size:var(--text-sm);border-radius:6px;padding:8px 12px}
.ProfileSheet-module__0flRqa__body{flex-direction:column;gap:16px;display:flex}.ProfileSheet-module__0flRqa__footer{justify-content:flex-end;align-items:center;gap:8px;display:flex}.ProfileSheet-module__0flRqa__footer .btn{width:auto;font-size:var(--text-base);min-height:40px;margin-top:0;padding:10px 18px;font-weight:600}.ProfileSheet-module__0flRqa__footer .btn-ghost{border-width:1px}@media (max-width:767px){.ProfileSheet-module__0flRqa__footer .btn{min-height:44px}}
.Inspector-module__gYi0yG__wrap{gap:var(--space-3);padding-top:var(--space-2);flex-direction:column;display:flex}.Inspector-module__gYi0yG__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2)}.Inspector-module__gYi0yG__card>summary{list-style:none}.Inspector-module__gYi0yG__card>summary::-webkit-details-marker{display:none}.Inspector-module__gYi0yG__cardHead{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);text-align:left;font:inherit;color:inherit;background:0 0;border:0;display:flex}summary.Inspector-module__gYi0yG__cardHead{cursor:pointer;border-radius:var(--radius-md)}summary.Inspector-module__gYi0yG__cardHead:hover{background:var(--surface-hover)}.Inspector-module__gYi0yG__circle{border-radius:var(--radius-sm);flex:none;place-items:center;width:22px;height:22px;display:grid}.Inspector-module__gYi0yG__circle_ok{background:var(--ok-bg);color:var(--ok)}.Inspector-module__gYi0yG__circle_warn{background:var(--warn-bg);color:var(--warn)}.Inspector-module__gYi0yG__circle_info{background:var(--info-bg);color:var(--info)}.Inspector-module__gYi0yG__circle_neutral{background:var(--surface-hover);color:var(--text-muted)}.Inspector-module__gYi0yG__headText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Inspector-module__gYi0yG__eyebrow{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.Inspector-module__gYi0yG__cardTitle{font-size:var(--text-md);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.Inspector-module__gYi0yG__cardSub{font-size:var(--text-sm);color:var(--text-muted)}.Inspector-module__gYi0yG__headRight{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);flex:none;display:flex}.Inspector-module__gYi0yG__chev{color:var(--text-dim);transition:transform var(--motion-fast) var(--ease-standard);flex:none;place-items:center;display:grid}.Inspector-module__gYi0yG__card[open] .Inspector-module__gYi0yG__chev{transform:rotate(90deg)}.Inspector-module__gYi0yG__cardBody{padding:0 var(--space-3) var(--space-3);flex-direction:column;display:flex}.Inspector-module__gYi0yG__kravRow{border-top:1px solid var(--border-subtle);flex-direction:column;display:flex}.Inspector-module__gYi0yG__kravRowBtn{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) 0;text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;display:flex}.Inspector-module__gYi0yG__kravIco{flex:none;place-items:center;display:grid}.Inspector-module__gYi0yG__kravIco_ok{color:var(--ok)}.Inspector-module__gYi0yG__kravIco_warn{color:var(--warn)}.Inspector-module__gYi0yG__kravIco_info{color:var(--info)}.Inspector-module__gYi0yG__kravName{font-size:var(--text-base);color:var(--text);flex:none}.Inspector-module__gYi0yG__kravVal{min-width:0;font-size:var(--text-base);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Inspector-module__gYi0yG__kravSrc{font-size:var(--text-sm);color:var(--text-dim);font-family:var(--font-mono);flex:none}.Inspector-module__gYi0yG__kravTagSrc{color:var(--text-dim);font-family:var(--font-mono)}.Inspector-module__gYi0yG__kravGo{color:var(--text-dim);flex:none;place-items:center;display:grid}.Inspector-module__gYi0yG__kravAdd{margin:0 0 var(--space-2);padding:var(--space-1) var(--space-2);font-size:var(--text-sm);color:var(--accent-text);cursor:pointer;background:0 0;border:0;align-self:flex-start;font-weight:500}.Inspector-module__gYi0yG__kravAdd:hover{text-decoration:underline}.Inspector-module__gYi0yG__bodyLabel{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-subtle);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.Inspector-module__gYi0yG__specLinePlain{padding:var(--space-1) 0;font-size:var(--text-base);color:var(--text)}.Inspector-module__gYi0yG__specLine{justify-content:space-between;gap:var(--space-3);padding:var(--space-1) 0;font-size:var(--text-base);display:flex}.Inspector-module__gYi0yG__specKey{color:var(--text-muted)}.Inspector-module__gYi0yG__specVal{color:var(--text);text-align:right}.Inspector-module__gYi0yG__cardActions{gap:var(--space-2);margin-top:var(--space-3);display:flex}.Inspector-module__gYi0yG__ledger{flex-direction:column;display:flex}.Inspector-module__gYi0yG__blocked{gap:var(--space-2);margin-bottom:var(--space-2);padding:var(--space-2);border:1px solid var(--warn-edge);border-radius:var(--radius-sm);background:var(--warn-bg);font-size:var(--text-sm);color:var(--text-secondary);align-items:flex-start;display:flex}.Inspector-module__gYi0yG__ledgerHead{align-items:center;gap:var(--space-2);padding-bottom:var(--space-1);display:flex}.Inspector-module__gYi0yG__konfigBody{gap:var(--space-3);flex-direction:column;display:flex}.Inspector-module__gYi0yG__konfigBody>.field--inline{margin-bottom:0}.Inspector-module__gYi0yG__ledgerLabel{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.Inspector-module__gYi0yG__rowList{margin:0;padding:0;list-style:none}.Inspector-module__gYi0yG__rowGroup{border-top:1px solid var(--border-subtle)}.Inspector-module__gYi0yG__row{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;grid-template-columns:auto 1fr auto;display:grid}.Inspector-module__gYi0yG__rowLabel{align-items:center;gap:var(--space-2);min-width:0;font-size:var(--text-md);color:var(--text);display:flex}.Inspector-module__gYi0yG__rowLabelText{min-width:0}.Inspector-module__gYi0yG__rowAmount{font-size:var(--text-md);color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right}.Inspector-module__gYi0yG__rowExcluded .Inspector-module__gYi0yG__rowLabel,.Inspector-module__gYi0yG__rowExcluded .Inspector-module__gYi0yG__rowAmount,.Inspector-module__gYi0yG__excl{color:var(--text-dim)}.Inspector-module__gYi0yG__pending{color:var(--text-muted);font-style:italic}.Inspector-module__gYi0yG__zeroReason{color:var(--text-dim);font-size:var(--text-sm)}.Inspector-module__gYi0yG__rowAddAction{align-items:center;gap:var(--space-2);justify-content:flex-end;display:inline-flex}.Inspector-module__gYi0yG__rowAddCost{color:var(--text-dim);font-size:var(--text-sm)}.Inspector-module__gYi0yG__badge{padding:1px var(--space-1);border-radius:var(--radius-sm);background:var(--surface-hover);color:var(--text-muted);font-size:var(--text-2xs);font-family:var(--font-mono);flex:none}.Inspector-module__gYi0yG__buildNote{padding:0 0 var(--space-2) calc(var(--space-5) + var(--space-1));font-size:var(--text-sm);color:var(--text-muted)}.Inspector-module__gYi0yG__subRow{align-items:center;gap:var(--space-3);padding:var(--space-2) 0 var(--space-2) var(--space-5);grid-template-columns:auto 1fr auto;display:grid;position:relative}.Inspector-module__gYi0yG__subRow:before{content:"";left:var(--space-3);background:var(--border);width:1px;position:absolute;top:0;bottom:50%}.Inspector-module__gYi0yG__subMain{justify-content:space-between;align-items:center;gap:var(--space-3);min-width:0;display:flex}.Inspector-module__gYi0yG__subLabel{min-width:0;font-size:var(--text-base);color:var(--text)}.Inspector-module__gYi0yG__subToggle{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-dim);white-space:nowrap;cursor:pointer;display:inline-flex}.Inspector-module__gYi0yG__noteSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);margin-top:var(--space-2)}.Inspector-module__gYi0yG__noteSection:first-child{border-top:0;margin-top:0}.Inspector-module__gYi0yG__noteSevHead{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-1);font-weight:600}.Inspector-module__gYi0yG__note{gap:var(--space-2);padding:var(--space-1) 0;align-items:flex-start;display:flex}.Inspector-module__gYi0yG__noteIcon{color:var(--text-muted);flex:none;place-items:center;margin-top:1px;display:grid}.Inspector-module__gYi0yG__noteBody{min-width:0}.Inspector-module__gYi0yG__noteCat{font-size:var(--text-sm);color:var(--text-muted);margin-right:var(--space-1)}.Inspector-module__gYi0yG__noteMsg{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-secondary);margin:0}.Inspector-module__gYi0yG__noteAction{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--accent-text);cursor:pointer;background:0 0;border:0;padding:0;font-weight:500}.Inspector-module__gYi0yG__noteAction:hover{text-decoration:underline}.Inspector-module__gYi0yG__noteActive{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--ok)}.Inspector-module__gYi0yG__noteAckBtn{align-items:center;gap:var(--space-1);margin-top:var(--space-1);font-family:var(--font);font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-weight:500;display:inline-flex}.Inspector-module__gYi0yG__noteAckBtn:hover{color:var(--text)}.Inspector-module__gYi0yG__noteHandledMsg{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-muted);margin:0}.Inspector-module__gYi0yG__foot{margin-top:var(--space-1);padding-top:var(--space-2);border-top:1px solid var(--border);flex-direction:column;display:flex}.Inspector-module__gYi0yG__footRow{justify-content:space-between;align-items:baseline;gap:var(--space-3);font-size:var(--text-base);color:var(--text-secondary);padding:2px 0;display:flex}.Inspector-module__gYi0yG__footRow>span:last-child{font-variant-numeric:tabular-nums}.Inspector-module__gYi0yG__footSpec{color:var(--text-muted)}.Inspector-module__gYi0yG__footPay{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-1);padding-top:var(--space-2);border-top:1px solid var(--border-subtle);font-size:var(--text-md);color:var(--text);font-weight:700;display:flex}.Inspector-module__gYi0yG__footPay:first-child{border-top:0;margin-top:0;padding-top:0}.Inspector-module__gYi0yG__payLabel{align-items:center;gap:var(--space-1);display:flex}.Inspector-module__gYi0yG__payBtn{align-items:center;gap:var(--space-1);font:inherit;color:var(--text);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:0;display:inline-flex}.Inspector-module__gYi0yG__payChev{color:var(--text-dim);transition:transform var(--motion-fast) var(--ease-standard);place-items:center;display:grid}.Inspector-module__gYi0yG__payChevOpen{transform:rotate(180deg)}.Inspector-module__gYi0yG__rooms{margin:3px 0 0 calc(var(--space-1) * -1);font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:2px;display:flex}.Inspector-module__gYi0yG__roomChip{padding:1px var(--space-1);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;align-items:center;display:inline-flex;position:relative}.Inspector-module__gYi0yG__roomChip:hover,.Inspector-module__gYi0yG__roomChip:focus-within{background:var(--surface-hover);color:var(--text)}.Inspector-module__gYi0yG__roomSelect{opacity:0;cursor:pointer;width:100%;height:100%;font:inherit;border:0;position:absolute;inset:0}.Inspector-module__gYi0yG__roomSep{color:var(--text-dim)}.Inspector-module__gYi0yG__roomSpec{color:var(--text-secondary);font-variant-numeric:tabular-nums}.Inspector-module__gYi0yG__matWrap{gap:var(--space-3);padding-top:var(--space-3);flex-direction:column;display:flex}.Inspector-module__gYi0yG__crumbHeader{border-bottom:1px solid var(--border-dim);margin:-16px -20px 0;padding:17px 84px 12px 20px}.Inspector-module__gYi0yG__crumbRow{align-items:center;gap:var(--space-1);min-width:0;font-size:var(--text-md);letter-spacing:-.01em;font-weight:600;display:flex}.Inspector-module__gYi0yG__crumbParent{min-width:0;max-width:45%;font:inherit;color:var(--text-muted);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;flex:0 auto;padding:0;overflow:hidden}.Inspector-module__gYi0yG__crumbParent:hover{color:var(--text)}.Inspector-module__gYi0yG__crumbSep{color:var(--text-dim);flex:none}.Inspector-module__gYi0yG__crumbCur{min-width:0;color:var(--accent-text);white-space:nowrap;text-overflow:ellipsis;flex:auto;overflow:hidden}.Inspector-module__gYi0yG__matListLabel{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.Inspector-module__gYi0yG__matList{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Inspector-module__gYi0yG__matCard{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);text-align:left;font:inherit;color:inherit;cursor:pointer;display:flex}.Inspector-module__gYi0yG__matCard:hover{border-color:var(--border-light);background:var(--surface-hover)}.Inspector-module__gYi0yG__matThumb{border-radius:var(--radius-sm);object-fit:cover;background:var(--paper);flex:none;width:46px;height:46px}.Inspector-module__gYi0yG__matThumbBlank{border-radius:var(--radius-sm);background:var(--surface-muted);border:1px solid var(--border-subtle);flex:none;width:46px;height:46px}.Inspector-module__gYi0yG__matCardText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Inspector-module__gYi0yG__matCardName{font-size:var(--text-md);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.Inspector-module__gYi0yG__matCardSub{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Inspector-module__gYi0yG__matCardPrice{font-size:var(--text-md);color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-weight:500}.Inspector-module__gYi0yG__matGo{color:var(--text-dim);flex:none;place-items:center;display:grid}.Inspector-module__gYi0yG__skiktTotal{padding-top:var(--space-2);border-top:1px solid var(--border-subtle);font-size:var(--text-md);color:var(--text);justify-content:space-between;align-items:center;display:flex}.Inspector-module__gYi0yG__skiktTotalVal{font-variant-numeric:tabular-nums;font-weight:700}.Inspector-module__gYi0yG__specRow{gap:var(--space-3);align-items:flex-start;display:flex}.Inspector-module__gYi0yG__specLabel{width:116px;font-size:var(--text-base);color:var(--text-muted);flex-wrap:wrap;flex:none;align-items:center;row-gap:2px;padding-top:9px;display:flex}.Inspector-module__gYi0yG__specControl{flex:1;min-width:0}.Inspector-module__gYi0yG__specPills{gap:var(--space-2);flex-wrap:wrap;display:flex}.Inspector-module__gYi0yG__specPill{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text-secondary);font-size:var(--text-base);cursor:pointer;white-space:nowrap;padding:8px 14px;font-weight:500}.Inspector-module__gYi0yG__specPill:hover{border-color:var(--border-light);color:var(--text)}.Inspector-module__gYi0yG__specPillOn{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--text);font-weight:600}.Inspector-module__gYi0yG__specPillLocked{cursor:default}.Inspector-module__gYi0yG__skivformatCombo{align-items:center;gap:var(--space-2);flex:1;min-width:0;display:flex}.Inspector-module__gYi0yG__skivformatCombo>.Inspector-module__gYi0yG__specControl:first-child{flex:0 auto}.Inspector-module__gYi0yG__skivformatX{color:var(--text-muted);font-size:var(--text-base);flex:none}.Inspector-module__gYi0yG__specReset{color:var(--text-muted);cursor:pointer;vertical-align:middle;background:0 0;border:none;margin-left:6px;padding:0;display:inline-flex}.Inspector-module__gYi0yG__specReset:hover{color:var(--accent-text)}.Inspector-module__gYi0yG__specReset:disabled{opacity:.5;cursor:default}.Inspector-module__gYi0yG__specMoreWrap{position:relative}.Inspector-module__gYi0yG__specMore{border-radius:var(--radius-sm);border:1px dashed var(--border-light);color:var(--text-muted);font-size:var(--text-base);cursor:pointer;white-space:nowrap;background:0 0;padding:8px 12px}.Inspector-module__gYi0yG__specMore:hover{border-color:var(--accent-border);color:var(--text)}.Inspector-module__gYi0yG__specMenu{z-index:var(--z-dropdown);min-width:160px;padding:var(--space-1);border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--surface-2);box-shadow:var(--shadow-md);flex-direction:column;gap:2px;display:flex;position:absolute;top:calc(100% + 4px);left:0}.Inspector-module__gYi0yG__specMenuItem{border-radius:var(--radius-sm);text-align:left;font:inherit;font-size:var(--text-base);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:8px 10px}.Inspector-module__gYi0yG__specMenuItem:hover{background:var(--surface-hover);color:var(--text)}.Inspector-module__gYi0yG__specMenuItemOn{color:var(--text);font-weight:600}.Inspector-module__gYi0yG__specDropdown{justify-content:space-between;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:var(--text-base);padding:9px 12px;display:flex;position:relative}.Inspector-module__gYi0yG__specDropdownVal{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Inspector-module__gYi0yG__specSelect{opacity:0;cursor:pointer;font:inherit;position:absolute;inset:0}.Inspector-module__gYi0yG__detailWrap2{gap:var(--space-4);padding-top:var(--space-4);flex-direction:column;display:flex}.Inspector-module__gYi0yG__hero{border-radius:var(--radius-md);background:var(--paper);position:relative;overflow:hidden}.Inspector-module__gYi0yG__heroImg{object-fit:cover;width:100%;height:140px;display:block}.Inspector-module__gYi0yG__detailHead2{gap:var(--space-2);flex-direction:column;display:flex}.Inspector-module__gYi0yG__detailTitleRow{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.Inspector-module__gYi0yG__detailTitle{font-size:var(--text-lg);color:var(--text);margin:0;font-weight:600}.Inspector-module__gYi0yG__devPill{background:var(--warn-surface);color:var(--warn);border:1px solid var(--warn-border);font-size:var(--text-sm);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:4px;padding:4px 10px;font-weight:500;display:inline-flex}.Inspector-module__gYi0yG__sysChip{border-radius:var(--radius-sm);background:var(--btn-green);color:var(--text-on-accent);font-size:var(--text-sm);align-self:flex-start;align-items:center;gap:6px;padding:5px 10px;font-weight:500;display:inline-flex}.Inspector-module__gYi0yG__specSection,.Inspector-module__gYi0yG__beijerSection{gap:var(--space-3);flex-direction:column;display:flex}.Inspector-module__gYi0yG__specHead{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.Inspector-module__gYi0yG__specFields{gap:var(--space-2);flex-direction:column;display:flex}.Inspector-module__gYi0yG__beijerCard{border:1px solid var(--accent-border);border-radius:var(--radius-md);background:var(--accent-subtle);overflow:hidden}.Inspector-module__gYi0yG__beijerTop{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-3);display:flex}.Inspector-module__gYi0yG__beijerMain{min-width:0}.Inspector-module__gYi0yG__beijerBrandRow{align-items:center;gap:var(--space-2);margin-bottom:3px;display:flex}.Inspector-module__gYi0yG__beijerBrand{border-radius:var(--radius-sm);background:var(--btn-green);color:var(--text-on-accent);font-size:var(--text-sm);padding:2px 8px;font-weight:600}.Inspector-module__gYi0yG__beijerArticle{font-size:var(--text-base);color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Inspector-module__gYi0yG__beijerPrice{text-align:right;flex:none}.Inspector-module__gYi0yG__beijerPriceMain{font-size:var(--text-md);color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.Inspector-module__gYi0yG__beijerPriceUnit{font-size:var(--text-sm);color:var(--text-muted);display:block}.Inspector-module__gYi0yG__beijerActions{border-top:1px solid var(--accent-border);display:flex}.Inspector-module__gYi0yG__beijerBtn{text-align:center;font-size:var(--text-sm);color:var(--text-secondary);border:0;border-right:1px solid var(--accent-border);cursor:pointer;background:0 0;flex:1;padding:10px;text-decoration:none}.Inspector-module__gYi0yG__beijerBtn:last-child{border-right:0}.Inspector-module__gYi0yG__beijerBtn:hover{background:var(--surface-hover);color:var(--text)}.Inspector-module__gYi0yG__beijerAlts{padding:var(--space-2);border-top:1px solid var(--accent-border);flex-direction:column;gap:2px;margin:0;list-style:none;display:flex}.Inspector-module__gYi0yG__beijerAlt{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;padding:8px;display:flex}.Inspector-module__gYi0yG__beijerAlt:hover{background:var(--surface-hover)}.Inspector-module__gYi0yG__beijerAltOn{background:var(--surface-2)}.Inspector-module__gYi0yG__beijerAltMark{width:16px;color:var(--accent-text);flex:none}.Inspector-module__gYi0yG__beijerAltLabel{min-width:0;font-size:var(--text-base);color:var(--text);flex:1}.Inspector-module__gYi0yG__beijerAltSub{margin-left:var(--space-1);font-size:var(--text-sm);color:var(--text-muted)}.Inspector-module__gYi0yG__beijerAltPrice{font-size:var(--text-base);color:var(--text);font-variant-numeric:tabular-nums;flex:none}.Inspector-module__gYi0yG__beijerReset{font:inherit;font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:6px 8px;display:inline-flex}.Inspector-module__gYi0yG__specResetAll{margin-top:var(--space-1);font:inherit;font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;padding:6px 8px;display:inline-flex}.Inspector-module__gYi0yG__specResetAll:hover{color:var(--accent-text)}.Inspector-module__gYi0yG__specResetAll:disabled{opacity:.5;cursor:default}.Inspector-module__gYi0yG__assemblyReset{gap:var(--space-1);padding:var(--space-2) var(--space-3);border:1px solid var(--warn-border);border-radius:var(--radius-md);background:var(--warn-bg);flex-direction:column;display:flex}.Inspector-module__gYi0yG__assemblyResetNote{font-size:var(--text-xs);color:var(--text-secondary)}.Inspector-module__gYi0yG__assemblyResetBtn{font:inherit;font-size:var(--text-sm);color:var(--accent-text);cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;padding:0;font-weight:500;display:inline-flex}.Inspector-module__gYi0yG__assemblyResetBtn:hover{text-decoration:underline}.Inspector-module__gYi0yG__teknisk{border:1px solid var(--border);border-radius:var(--radius-md)}.Inspector-module__gYi0yG__tekniskSum{padding:var(--space-3);font-size:var(--text-base);color:var(--text-secondary);cursor:pointer;justify-content:space-between;align-items:center;list-style:none;display:flex}.Inspector-module__gYi0yG__tekniskSum::-webkit-details-marker{display:none}.Inspector-module__gYi0yG__tekniskBody{padding:0 var(--space-3) var(--space-3);gap:var(--space-1);flex-direction:column;display:flex}.Inspector-module__gYi0yG__tekniskRow{font-size:var(--text-sm);color:var(--text-muted)}.Inspector-module__gYi0yG__tekniskDoc{font-size:var(--text-sm);color:var(--accent-text);text-decoration:none}.Inspector-module__gYi0yG__spliceNote{font-size:var(--text-sm);color:var(--warn);margin:0;line-height:1.3}.Inspector-module__gYi0yG__specNotes{margin-top:var(--space-2);gap:var(--space-1);flex-direction:column;display:flex}.Inspector-module__gYi0yG__specNotes .Inspector-module__gYi0yG__noteIcon{color:var(--warn)}.Inspector-module__gYi0yG__noMatch{font-size:var(--text-sm);color:var(--text-muted);margin:0}.Inspector-module__gYi0yG__keptNote{align-items:flex-start;gap:var(--space-1);font-size:var(--text-sm);color:var(--text-muted);margin:0 0 var(--space-2);line-height:1.35;display:flex}.Inspector-module__gYi0yG__keptNote svg{flex-shrink:0;margin-top:2px}
.ExtraLinesEditor-module__QvAzgW__wrap{flex-direction:column;gap:16px;display:flex}.ExtraLinesEditor-module__QvAzgW__section{border:1px dashed var(--border);background:var(--surface-2);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.ExtraLinesEditor-module__QvAzgW__header{justify-content:space-between;align-items:center;display:flex}.ExtraLinesEditor-module__QvAzgW__label{font-size:var(--text-base);color:var(--text);font-weight:600}.ExtraLinesEditor-module__QvAzgW__empty{font-size:var(--text-sm);color:var(--text-muted);margin:0}.ExtraLinesEditor-module__QvAzgW__table{flex-direction:column;gap:6px;display:flex}.ExtraLinesEditor-module__QvAzgW__ueRow{grid-template-columns:2fr .8fr .8fr 1fr .8fr 48px 28px}.ExtraLinesEditor-module__QvAzgW__addRow{grid-template-columns:2fr .8fr .8fr 1fr 48px 28px}.ExtraLinesEditor-module__QvAzgW__addRowDeduct{grid-template-columns:2fr .8fr .8fr 1fr 48px 48px 28px}.ExtraLinesEditor-module__QvAzgW__rotHead{text-align:center}.ExtraLinesEditor-module__QvAzgW__row,.ExtraLinesEditor-module__QvAzgW__rowHead{align-items:center;gap:6px;display:grid}.ExtraLinesEditor-module__QvAzgW__cell{flex-direction:column;min-width:0;display:flex}.ExtraLinesEditor-module__QvAzgW__cellLabel{display:none}.ExtraLinesEditor-module__QvAzgW__cellToggle{justify-content:center;align-items:center}@media (max-width:767px){.ExtraLinesEditor-module__QvAzgW__rowHead{display:none}.ExtraLinesEditor-module__QvAzgW__row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-wrap:wrap;align-items:flex-end;gap:8px;padding:10px;display:flex}.ExtraLinesEditor-module__QvAzgW__cellLabel{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:3px;font-weight:600;display:block}.ExtraLinesEditor-module__QvAzgW__cellDesc{flex:100%}.ExtraLinesEditor-module__QvAzgW__cell{flex:90px}.ExtraLinesEditor-module__QvAzgW__cellToggle{flex-direction:row;flex:none;align-items:center;gap:6px}.ExtraLinesEditor-module__QvAzgW__cellToggle .ExtraLinesEditor-module__QvAzgW__cellLabel{margin-bottom:0}.ExtraLinesEditor-module__QvAzgW__row>:last-child{margin-left:auto}}.ExtraLinesEditor-module__QvAzgW__rowHead{font-size:var(--text-xs);color:var(--text-secondary);font-weight:600}.ExtraLinesEditor-module__QvAzgW__input{border:1px solid var(--border);width:100%;font-size:var(--text-base);background:var(--surface);color:var(--text);border-radius:6px;padding:6px 8px}.ExtraLinesEditor-module__QvAzgW__input::placeholder{color:var(--text-muted)}.ExtraLinesEditor-module__QvAzgW__summary{font-size:var(--text-base);color:var(--text);text-align:right;font-weight:600}.ExtraLinesEditor-module__QvAzgW__rowHint{font-size:var(--text-xs);color:var(--warn);margin:2px 0 0}.ExtraLinesEditor-module__QvAzgW__summaryHint{color:var(--warn);font-weight:500}
.GypsumLayerPicker-module__vxvIdG__root{gap:var(--space-3);flex-direction:column;display:flex}.GypsumLayerPicker-module__vxvIdG__sideTag{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);align-self:flex-start;font-weight:600}.GypsumLayerPicker-module__vxvIdG__layer{gap:var(--space-3);flex-direction:column;display:flex}.GypsumLayerPicker-module__vxvIdG__actions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.GypsumLayerPicker-module__vxvIdG__removedText{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}
.PriceSourceChip-module__lDgKhG__root{display:inline-flex;position:relative}.PriceSourceChip-module__lDgKhG__priceSourceBtn{cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;padding:0;display:inline-flex}.PriceSourceChip-module__lDgKhG__priceSourceBtn:hover{opacity:.85}.PriceSourceChip-module__lDgKhG__priceSourceBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PriceSourceChip-module__lDgKhG__menu{z-index:var(--z-dropdown);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:180px;box-shadow:var(--shadow-panel);flex-direction:column;margin:0;padding:6px;list-style:none;display:flex;position:absolute;top:calc(100% + 6px);right:0}.PriceSourceChip-module__lDgKhG__option{border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--text);font-family:var(--font);font-size:var(--text-md);text-align:left;cursor:pointer;transition:background var(--motion-fast);background:0 0;border:none;align-items:center;gap:8px;padding:0 12px;font-weight:500;display:flex}.PriceSourceChip-module__lDgKhG__option:hover,.PriceSourceChip-module__lDgKhG__option:focus-visible{background:var(--surface-2)}.PriceSourceChip-module__lDgKhG__check{opacity:0;color:var(--accent);flex-shrink:0}.PriceSourceChip-module__lDgKhG__optionActive{font-weight:600}.PriceSourceChip-module__lDgKhG__optionActive .PriceSourceChip-module__lDgKhG__check{opacity:1}
.Project-module__dVtswq__shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.Project-module__dVtswq__quarantineBanner{padding:var(--space-2) var(--space-4);background:var(--warn-bg);color:var(--warn);font-size:var(--text-sm);border-bottom:1px solid var(--warn-edge);flex-shrink:0}.Project-module__dVtswq__batchErrorBanner{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-4);background:var(--danger-bg);color:var(--danger);font-size:var(--text-sm);border-bottom:1px solid var(--danger);flex-shrink:0;display:flex}.Project-module__dVtswq__remoteChangeBanner{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-4);background:var(--accent-subtle);color:var(--text);font-size:var(--text-sm);border-bottom:1px solid var(--accent-border);flex-shrink:0;display:flex}.Project-module__dVtswq__remoteChangeActions{align-items:center;gap:var(--space-1);display:inline-flex}
.DemoBanner-module__QAlnvG__banner{left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:var(--z-dropdown);max-width:calc(100vw - 24px);font-size:var(--text-base);color:var(--text);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:999px;align-items:center;gap:14px;padding:9px 10px 9px 18px;display:flex;position:fixed;transform:translate(-50%)}.DemoBanner-module__QAlnvG__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.DemoBanner-module__QAlnvG__cta{color:var(--text-on-accent);background:var(--btn-green);transition:background var(--motion-fast);border-radius:999px;flex-shrink:0;padding:7px 16px;font-weight:600;text-decoration:none}.DemoBanner-module__QAlnvG__cta:hover{background:var(--btn-green-hover)}@media (max-width:520px){.DemoBanner-module__QAlnvG__banner{font-size:var(--text-sm);gap:10px;padding-left:14px}}
.SettingsModal-module__lravga__body{flex-direction:column;gap:16px;display:flex}.SettingsModal-module__lravga__tablist{border-bottom:1px solid var(--border);gap:24px;display:flex}.SettingsModal-module__lravga__tab{cursor:pointer;font-size:var(--text-base);color:var(--text-secondary);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 2px;font-weight:500}.SettingsModal-module__lravga__tabActive{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.SettingsModal-module__lravga__panel{flex-direction:column;gap:24px;display:flex}.SettingsModal-module__lravga__footer{justify-content:flex-end;align-items:center;gap:8px;display:flex}.SettingsModal-module__lravga__footer .btn{width:auto;font-size:var(--text-base);min-height:40px;margin-top:0;padding:10px 18px;font-weight:600}@media (max-width:767px){.SettingsModal-module__lravga__footer .btn{min-height:44px}.SettingsModal-module__lravga__tablist{gap:12px;overflow-x:auto}.SettingsModal-module__lravga__tab{white-space:nowrap}}.SettingsModal-module__lravga__lockedNotice{margin-bottom:var(--space-3)}.SettingsModal-module__lravga__lockedFields{border:0;min-width:0;margin:0;padding:0;display:contents}
.UpgradeModal-module__3fCcoG__benefits{margin:0 0 var(--space-4);gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.UpgradeModal-module__3fCcoG__benefits li{align-items:center;gap:var(--space-2);color:var(--text);display:flex}.UpgradeModal-module__3fCcoG__benefits li svg{color:var(--accent);flex-shrink:0}.UpgradeModal-module__3fCcoG__plans{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}@media (max-width:600px){.UpgradeModal-module__3fCcoG__plans{grid-template-columns:1fr}}.UpgradeModal-module__3fCcoG__plan{align-items:flex-start;gap:var(--space-1);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color var(--motion-fast), box-shadow var(--motion-fast);background:0 0;flex-direction:column;display:flex;position:relative}.UpgradeModal-module__3fCcoG__plan:hover:not(:disabled){border-color:var(--accent-border);box-shadow:var(--shadow-sm)}.UpgradeModal-module__3fCcoG__plan:disabled{opacity:.6;cursor:default}.UpgradeModal-module__3fCcoG__planFeatured{border-color:var(--accent-border);background:var(--accent-subtle)}.UpgradeModal-module__3fCcoG__badge{top:calc(-1 * var(--space-2));right:var(--space-3);background:var(--btn-green);color:var(--text-on-accent);font-size:var(--text-xs);padding:2px var(--space-2);border-radius:var(--radius-sm);font-weight:600;position:absolute}.UpgradeModal-module__3fCcoG__planName{font-size:var(--text-sm);color:var(--text-muted);font-weight:600}.UpgradeModal-module__3fCcoG__planPrice{font-size:var(--text-xl);color:var(--text);font-weight:700}.UpgradeModal-module__3fCcoG__per{font-size:var(--text-sm);color:var(--text-muted);font-weight:500}.UpgradeModal-module__3fCcoG__vat{font-size:var(--text-xs);color:var(--text-muted)}.UpgradeModal-module__3fCcoG__cta{margin-top:var(--space-2);text-align:center;padding:var(--space-2);border-radius:var(--radius-btn);background:var(--btn-green);color:var(--text-on-accent);font-weight:600;font-size:var(--text-sm);align-self:stretch}.UpgradeModal-module__3fCcoG__footnote{margin:var(--space-3) 0 0;font-size:var(--text-xs);color:var(--text-muted);text-align:center}
.SignaturePad-module__b6pJIG__pad{--sig-paper:#fff;--sig-ink:#1a1a1a;--sig-edge:#c9c9c9;--sig-baseline:#d8a7a7;gap:var(--space-4);flex-direction:column;display:flex}.SignaturePad-module__b6pJIG__canvasWrap{background:var(--sig-paper);border:1px solid var(--sig-edge);border-radius:var(--radius-md);height:180px;position:relative;overflow:hidden}.SignaturePad-module__b6pJIG__canvas{width:100%;height:100%;color:var(--sig-ink);touch-action:none;cursor:crosshair;display:block}.SignaturePad-module__b6pJIG__baseline{left:var(--space-5);right:var(--space-5);bottom:var(--space-6);background:var(--sig-baseline);pointer-events:none;height:1px;position:absolute}.SignaturePad-module__b6pJIG__clear{top:var(--space-2);right:var(--space-2);position:absolute}.SignaturePad-module__b6pJIG__fields{gap:var(--space-3);flex-direction:column;display:flex}.SignaturePad-module__b6pJIG__dateRow{font-size:var(--text-sm);color:var(--text-muted);margin:0}
.CopyProjectDialog-module__37W6La__body{gap:var(--space-4);flex-direction:column;display:flex}.CopyProjectDialog-module__37W6La__note{color:var(--text-muted);font-size:var(--text-sm);margin:0}.CopyProjectDialog-module__37W6La__summary{padding-left:var(--space-4);gap:var(--space-1);font-size:var(--text-sm);flex-direction:column;margin:0;display:flex}
.ProjectAssignees-module__SiPb9a__loading{padding:var(--space-5) 0;justify-content:center;display:flex}.ProjectAssignees-module__SiPb9a__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ProjectAssignees-module__SiPb9a__item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;display:flex}.ProjectAssignees-module__SiPb9a__role{color:var(--text-muted);font-size:var(--text-sm);flex-shrink:0;font-weight:500}.ProjectAssignees-module__SiPb9a__hint{margin:var(--space-3) 0 0;color:var(--text-muted);font-size:var(--text-sm)}
.ImageLightbox-module__Cxn41q__overlay{z-index:var(--z-max);padding:var(--space-4);background:var(--scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:ImageLightbox-module__Cxn41q__fadeIn var(--motion-base) ease-out;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageLightbox-module__Cxn41q__image.ImageLightbox-module__Cxn41q__slideNext{animation:ImageLightbox-module__Cxn41q__slideInNext var(--motion-base) ease-out}.ImageLightbox-module__Cxn41q__image.ImageLightbox-module__Cxn41q__slidePrev{animation:ImageLightbox-module__Cxn41q__slideInPrev var(--motion-base) ease-out}@keyframes ImageLightbox-module__Cxn41q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageLightbox-module__Cxn41q__slideInNext{0%{opacity:0;transform:translate(6%)}to{opacity:1;transform:translate(0)}}@keyframes ImageLightbox-module__Cxn41q__slideInPrev{0%{opacity:0;transform:translate(-6%)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.ImageLightbox-module__Cxn41q__overlay,.ImageLightbox-module__Cxn41q__image.ImageLightbox-module__Cxn41q__slideNext,.ImageLightbox-module__Cxn41q__image.ImageLightbox-module__Cxn41q__slidePrev{animation:none}}.ImageLightbox-module__Cxn41q__figure{align-items:center;gap:var(--space-3);flex-direction:column;max-width:100%;max-height:100%;margin:0;display:flex}.ImageLightbox-module__Cxn41q__image{object-fit:contain;border-radius:var(--radius-md);max-width:min(1100px,92vw);max-height:82vh;box-shadow:var(--shadow-lg)}.ImageLightbox-module__Cxn41q__caption{color:var(--text-on-accent);font-size:var(--text-sm);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:92vw;overflow:hidden}.ImageLightbox-module__Cxn41q__close,.ImageLightbox-module__Cxn41q__nav{border-radius:var(--radius-lg);background:var(--surface-2);color:var(--text);cursor:pointer;padding:var(--space-2);border:none;justify-content:center;align-items:center;display:inline-flex;position:fixed}.ImageLightbox-module__Cxn41q__close:hover,.ImageLightbox-module__Cxn41q__nav:hover{background:var(--surface-hover)}.ImageLightbox-module__Cxn41q__close{top:var(--space-4);right:var(--space-4)}.ImageLightbox-module__Cxn41q__nav{top:50%;transform:translateY(-50%)}.ImageLightbox-module__Cxn41q__prev{left:var(--space-3)}.ImageLightbox-module__Cxn41q__next{right:var(--space-3)}@media (max-width:600px){.ImageLightbox-module__Cxn41q__nav{top:auto;bottom:var(--space-4);transform:none}}
.AttachmentList-module__-7SsOW__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.AttachmentList-module__-7SsOW__item{align-items:center;gap:var(--space-3);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);display:flex}.AttachmentList-module__-7SsOW__preview{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:0;line-height:0;display:inline-flex}.AttachmentList-module__-7SsOW__preview:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AttachmentList-module__-7SsOW__thumb{object-fit:cover;border-radius:var(--radius-sm);width:48px;height:48px;display:block}.AttachmentList-module__-7SsOW__icon{border-radius:var(--radius-sm);background:var(--surface-muted);width:48px;height:48px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AttachmentList-module__-7SsOW__meta{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.AttachmentList-module__-7SsOW__name{font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AttachmentList-module__-7SsOW__size{font-size:var(--text-xs);color:var(--text-muted);font-variant-numeric:tabular-nums}.AttachmentList-module__-7SsOW__open{padding:var(--space-2);color:var(--text-muted);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AttachmentList-module__-7SsOW__open:hover{color:var(--text);background:var(--surface-muted)}.AttachmentList-module__-7SsOW__remove{padding:var(--space-2);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AttachmentList-module__-7SsOW__remove:hover{color:var(--danger);background:var(--danger-bg)}
.ChartCard-module__dzFZJq__card{min-width:0}.ChartCard-module__dzFZJq__title{font-size:var(--text-base);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0;font-weight:600}.ChartCard-module__dzFZJq__subtitle{font-size:var(--text-sm);color:var(--text-muted);margin:2px 0 0}.ChartCard-module__dzFZJq__body{justify-content:center;align-items:center;height:260px;margin-top:12px;display:flex}.ChartCard-module__dzFZJq__empty{font-size:var(--text-base);color:var(--text-muted);margin:0}.ChartCard-module__dzFZJq__body .recharts-text{fill:var(--text-muted);font-size:var(--text-xs)}.ChartCard-module__dzFZJq__body .recharts-cartesian-grid line{stroke:var(--border)}.ChartCard-module__dzFZJq__body .recharts-legend-item-text{font-size:var(--text-sm);color:var(--text)!important}
.AtaEditor-module__jBVI4W__page{max-width:880px;padding:var(--space-5);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.AtaEditor-module__jBVI4W__center{padding:var(--space-7);justify-content:center;display:flex}.AtaEditor-module__jBVI4W__head{align-items:center;gap:var(--space-3);display:flex}.AtaEditor-module__jBVI4W__title{font-size:var(--text-xl);flex:1;margin:0}.AtaEditor-module__jBVI4W__section{gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}.AtaEditor-module__jBVI4W__muted{color:var(--text-muted);font-size:var(--text-sm)}.AtaEditor-module__jBVI4W__sectionLabel{font-size:var(--text-sm);font-weight:600}.AtaEditor-module__jBVI4W__warnRow{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.AtaEditor-module__jBVI4W__footer{gap:var(--space-3);flex-direction:column;align-items:flex-end;display:flex}.AtaEditor-module__jBVI4W__totalBox{align-items:flex-end;gap:var(--space-1);flex-direction:column;display:flex}.AtaEditor-module__jBVI4W__total{font-size:var(--text-xl);font-variant-numeric:tabular-nums;font-weight:700}.AtaEditor-module__jBVI4W__saveState{color:var(--text-muted);font-size:var(--text-sm);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.AtaEditor-module__jBVI4W__saved{color:var(--accent)}.AtaEditor-module__jBVI4W__sendBox{align-items:flex-end;gap:var(--space-1);flex-direction:column;display:flex}
.ProjectFilter-module__CfRj0G__root{display:inline-block;position:relative}.ProjectFilter-module__CfRj0G__trigger{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:var(--text-base);cursor:pointer;transition:background var(--motion-fast), color var(--motion-fast);border-radius:10px;align-items:center;gap:8px;padding:6px 13px;font-weight:500;display:inline-flex}.ProjectFilter-module__CfRj0G__trigger:hover{color:var(--text)}.ProjectFilter-module__CfRj0G__triggerActive{background:var(--accent-subtle,#8fa05f26);color:var(--accent-text);font-weight:600}.ProjectFilter-module__CfRj0G__triggerLabel{white-space:nowrap}.ProjectFilter-module__CfRj0G__popover{z-index:var(--z-dropdown);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:280px;max-width:80vw;box-shadow:var(--shadow-md);padding:8px;position:absolute;top:calc(100% + 6px);right:0}.ProjectFilter-module__CfRj0G__search{width:100%;margin-bottom:6px}.ProjectFilter-module__CfRj0G__list{max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.ProjectFilter-module__CfRj0G__option{appearance:none;border-radius:var(--radius-sm);text-align:left;cursor:pointer;width:100%;color:var(--text);transition:background var(--motion-fast);background:0 0;border:none;align-items:center;gap:8px;padding:7px 8px;display:flex}.ProjectFilter-module__CfRj0G__option:hover{background:var(--accent-subtle,#8fa05f26)}.ProjectFilter-module__CfRj0G__check{color:var(--accent-text);flex:0 0 16px;justify-content:center;align-items:center;display:inline-flex}.ProjectFilter-module__CfRj0G__optionText{flex-direction:column;min-width:0;display:flex}.ProjectFilter-module__CfRj0G__optionLabel{font-size:var(--text-base);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.ProjectFilter-module__CfRj0G__optionSub{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ProjectFilter-module__CfRj0G__empty{font-size:var(--text-sm);color:var(--text-muted);padding:10px 8px}
.page-module__3x8vpa__attachments{max-width:880px;margin:var(--space-4) auto 0;padding:0 var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.page-module__3x8vpa__attachmentsHeading{font-size:var(--text-lg);margin:0;font-weight:700}
.CustomerMixChart-module__xA2gnq__wrap{width:100%;height:100%;position:relative}.CustomerMixChart-module__xA2gnq__center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding-bottom:28px;display:flex;position:absolute;inset:0}.CustomerMixChart-module__xA2gnq__centerValue{font-size:var(--text-xl);color:var(--text);font-feature-settings:"tnum";font-weight:600}.CustomerMixChart-module__xA2gnq__centerLabel{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.EconomyMixChart-module___qXrmq__wrap{width:100%;height:100%;position:relative}.EconomyMixChart-module___qXrmq__center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding-bottom:28px;display:flex;position:absolute;inset:0}.EconomyMixChart-module___qXrmq__centerValue{font-size:var(--text-xl);color:var(--text);font-feature-settings:"tnum";font-weight:600}.EconomyMixChart-module___qXrmq__centerLabel{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.DomainChart-module__W8b1dG__wrap{flex-direction:column;gap:4px;width:100%;height:100%;display:flex}.DomainChart-module__W8b1dG__toggle{justify-content:flex-end;display:flex}.DomainChart-module__W8b1dG__chart{flex:1;min-height:0}
.NotificationEmailGate-module__MEWqRG__body{gap:var(--space-3);flex-direction:column;display:flex}.NotificationEmailGate-module__MEWqRG__actions{justify-content:flex-end;gap:var(--space-2);display:flex}
.AdminOrgs-module__Bf41bq__page{max-width:980px;padding:var(--space-5) var(--space-4);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.AdminOrgs-module__Bf41bq__loading{padding:var(--space-7) 0;justify-content:center;display:flex}.AdminOrgs-module__Bf41bq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}.AdminOrgs-module__Bf41bq__title{font-size:var(--text-xl);color:var(--text);margin:0;font-weight:700}.AdminOrgs-module__Bf41bq__subtitle{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-md)}.AdminOrgs-module__Bf41bq__toolbar{align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}.AdminOrgs-module__Bf41bq__search{flex:1;min-width:240px}.AdminOrgs-module__Bf41bq__search .field{margin-bottom:0}.AdminOrgs-module__Bf41bq__list{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;display:flex;overflow:hidden}.AdminOrgs-module__Bf41bq__row{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex}.AdminOrgs-module__Bf41bq__row:last-child{border-bottom:none}.AdminOrgs-module__Bf41bq__orgInfo{flex:1;min-width:0}.AdminOrgs-module__Bf41bq__orgName{align-items:center;gap:var(--space-2);font-size:var(--text-md);color:var(--text);flex-wrap:wrap;font-weight:600;display:flex}.AdminOrgs-module__Bf41bq__orgMeta{margin-top:var(--space-1);color:var(--text-muted);font-size:var(--text-sm);gap:var(--space-2);overflow-wrap:anywhere;flex-wrap:wrap;display:flex}.AdminOrgs-module__Bf41bq__orgMeta>span+span:before{content:"·";margin-right:var(--space-2)}.AdminOrgs-module__Bf41bq__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.AdminOrgs-module__Bf41bq__compNote{margin-top:var(--space-1);color:var(--text-dim);font-size:var(--text-xs)}.AdminOrgs-module__Bf41bq__modalOwner{margin-bottom:var(--space-1);overflow-wrap:anywhere;font-weight:600;display:block}@media (max-width:600px){.AdminOrgs-module__Bf41bq__row{flex-direction:column;align-items:flex-start}}
.AtaList-module__qiGaJa__page{max-width:760px;padding:var(--space-5);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.AtaList-module__qiGaJa__center{padding:var(--space-7);justify-content:center;display:flex}.AtaList-module__qiGaJa__head{align-items:center;gap:var(--space-3);display:flex}.AtaList-module__qiGaJa__title{font-size:var(--text-xl);margin:0}.AtaList-module__qiGaJa__h2{font-size:var(--text-md);margin:0}.AtaList-module__qiGaJa__contract{gap:var(--space-2);padding:var(--space-4);flex-direction:column;display:flex}.AtaList-module__qiGaJa__contractRow{justify-content:space-between;align-items:baseline;display:flex}.AtaList-module__qiGaJa__contractTotal{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);font-weight:700;font-size:var(--text-lg)}.AtaList-module__qiGaJa__listHead{justify-content:space-between;align-items:center;display:flex}.AtaList-module__qiGaJa__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.AtaList-module__qiGaJa__item{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);transition:border-color var(--motion-fast) ease;display:flex}.AtaList-module__qiGaJa__item:hover{border-color:var(--accent-border)}.AtaList-module__qiGaJa__itemBtn{align-items:center;gap:var(--space-3);cursor:pointer;text-align:left;min-width:0;color:inherit;font:inherit;background:0 0;border:none;flex:1;padding:0;display:flex}.AtaList-module__qiGaJa__actions{align-items:center;gap:var(--space-2);flex:none;display:flex}.AtaList-module__qiGaJa__itemTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}@media (max-width:767px){.AtaList-module__qiGaJa__item{flex-direction:column;align-items:stretch}.AtaList-module__qiGaJa__itemBtn{row-gap:var(--space-1);flex-wrap:wrap}.AtaList-module__qiGaJa__itemTitle{white-space:normal;flex-basis:100%}.AtaList-module__qiGaJa__chev{display:none}.AtaList-module__qiGaJa__actions{justify-content:flex-start}}.AtaList-module__qiGaJa__chev{color:var(--text-muted);flex:none}.AtaList-module__qiGaJa__num{font-variant-numeric:tabular-nums;white-space:nowrap}.AtaList-module__qiGaJa__muted{color:var(--text-muted);font-size:var(--text-sm)}
.TeamSettings-module__4CxKSa__page{max-width:720px;padding:var(--space-5) var(--space-4);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.TeamSettings-module__4CxKSa__loading{padding:var(--space-7) 0;justify-content:center;display:flex}.TeamSettings-module__4CxKSa__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.TeamSettings-module__4CxKSa__title{font-size:var(--text-xl);color:var(--text);margin:0;font-weight:700}.TeamSettings-module__4CxKSa__subtitle{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-md)}.TeamSettings-module__4CxKSa__inviteRow{align-items:flex-end;gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex}.TeamSettings-module__4CxKSa__inviteRow .field{margin-bottom:0}.TeamSettings-module__4CxKSa__inviteEmail{flex:1}.TeamSettings-module__4CxKSa__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.TeamSettings-module__4CxKSa__item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex}.TeamSettings-module__4CxKSa__who{flex-direction:column;gap:2px;min-width:0;display:flex}.TeamSettings-module__4CxKSa__name{color:var(--text);font-weight:600}.TeamSettings-module__4CxKSa__youTag{color:var(--text-muted);font-weight:500}.TeamSettings-module__4CxKSa__email{font-size:var(--text-sm);color:var(--text-muted);text-overflow:ellipsis;overflow:hidden}.TeamSettings-module__4CxKSa__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}@media (max-width:600px){.TeamSettings-module__4CxKSa__inviteRow{flex-direction:column;align-items:stretch}.TeamSettings-module__4CxKSa__item{flex-direction:column;align-items:flex-start}}
.BillingSettings-module__yeUUSq__page{max-width:640px;padding:var(--space-5) var(--space-4) var(--space-7);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.BillingSettings-module__yeUUSq__loading{padding:var(--space-7);justify-content:center;display:flex}.BillingSettings-module__yeUUSq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.BillingSettings-module__yeUUSq__title{font-size:var(--text-xl);color:var(--text);margin:0;font-weight:700}.BillingSettings-module__yeUUSq__subtitle{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-sm)}.BillingSettings-module__yeUUSq__card{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-4);background:var(--surface,transparent);flex-direction:column;display:flex}.BillingSettings-module__yeUUSq__planRow{justify-content:space-between;align-items:center;display:flex}.BillingSettings-module__yeUUSq__planLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.BillingSettings-module__yeUUSq__planName{align-items:center;gap:var(--space-2);margin-top:var(--space-1);display:flex}.BillingSettings-module__yeUUSq__price{color:var(--text);font-weight:600}.BillingSettings-module__yeUUSq__meta{color:var(--text-muted);font-size:var(--text-sm);margin:0}.BillingSettings-module__yeUUSq__usage{gap:var(--space-3);padding:var(--space-3) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;margin:0;display:grid}.BillingSettings-module__yeUUSq__usage dt{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.BillingSettings-module__yeUUSq__usage dd{margin:var(--space-1) 0 0;font-size:var(--text-lg);color:var(--text);font-weight:600}.BillingSettings-module__yeUUSq__actions{gap:var(--space-2);display:flex}.BillingSettings-module__yeUUSq__mutedNote{color:var(--text-muted);font-size:var(--text-sm);margin:0}.BillingSettings-module__yeUUSq__contact{text-align:center;color:var(--text-muted);font-size:var(--text-sm);margin:0}.BillingSettings-module__yeUUSq__contact a{color:var(--accent)}
.StatisticsPage-module__QIXMUq__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.StatisticsPage-module__QIXMUq__title{margin:0 0 4px}.StatisticsPage-module__QIXMUq__filters{flex-direction:column;align-items:flex-end;gap:8px;display:flex}@media (max-width:720px){.StatisticsPage-module__QIXMUq__filters{flex-flow:wrap;align-items:flex-start}}.StatisticsPage-module__QIXMUq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.StatisticsPage-module__QIXMUq__wide{grid-column:1/-1}