@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
:root{--bg-color:#0f172a;--surface-color:#1e293b;--primary-color:#0ea5e9;--primary-hover:#0284c7;--secondary-color:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#ffffff14;--danger-color:#ef4444;--success-color:#10b981;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-glow:0 0 15px -3px #0ea5e94d;--min-touch-target:44px;--border-radius:12px;--border-radius-sm:8px;--transition-speed:.2s;--max-width:1024px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter),sans-serif;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.5}button,select,input,textarea{font-family:inherit;font-size:1rem}button,.interactive-element,select{min-height:var(--min-touch-target);min-width:var(--min-touch-target);cursor:pointer}input[type=checkbox]{appearance:none;cursor:pointer;border:1.5px solid var(--border-color);background-color:var(--surface-color);border-radius:4px;flex-shrink:0;width:18px;min-width:18px;height:18px;min-height:18px;transition:all .15s;position:relative}input[type=checkbox]:checked{background-color:var(--primary-color);border-color:var(--primary-color)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}input[type=checkbox]:hover{border-color:var(--primary-color)}button{background:var(--primary-color);color:#fff;border-radius:var(--border-radius-sm);height:48px;transition:all var(--transition-speed)ease;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;padding:0 1rem;font-weight:500;display:inline-flex}button:hover{background:var(--primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}button:active{transform:translateY(1px)}button.secondary{background:var(--surface-color);color:var(--text-main);border:1px solid var(--border-color)}button.secondary:hover{background:var(--border-color);box-shadow:none}button.danger{background:var(--danger-color)}input[type=text],input[type=number],input[type=email],input[type=date],input[type=tel],input[type=password],select,textarea{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background-color:var(--surface-color);color:var(--text-main);transition:border-color var(--transition-speed)ease,box-shadow var(--transition-speed);outline:none;padding:0 .75rem}input[type=text],input[type=number],input[type=email],input[type=date],input[type=tel],input[type=password],select{height:48px}input:focus,select:focus,textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0ea5e933}textarea{padding:.75rem}input[type=date],input[type=email]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}input:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed}.app-container{max-width:var(--max-width);flex-direction:column;min-height:100vh;margin:0 auto;padding:1rem;display:flex}header.app-header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:1rem 0}main.app-main{flex:1}.sticky-footer{background:rgba(var(--surface-color),.85);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-color);z-index:50;padding:1.5rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px -1px #0000000d}.sticky-footer-content{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.totals-group{align-items:center;gap:2rem;display:flex}.total-item{flex-direction:column;display:flex}.total-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.total-value{color:var(--text-main);font-feature-settings:"tnum";font-size:1.25rem;font-weight:700}.total-value.grand-total{color:var(--primary-color);font-size:1.75rem}.card{background:var(--surface-color);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:transform var(--transition-speed),box-shadow var(--transition-speed);padding:1.5rem}.card:hover{box-shadow:var(--shadow-md)}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.4s ease-out forwards slideUpFade}.estimator-layout{flex-direction:column;display:flex}.estimator-main{flex:1;min-width:0;padding-bottom:240px}.est-section-spacing{margin-bottom:2.5rem}.est-line-card-quick{background:var(--surface-color);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.est-line-card-edit{background:var(--bg-color);border-radius:8px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.est-action-wrapper{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding-bottom:1.25rem;display:flex}.live-summary-container{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-color);z-index:50;transition:transform var(--transition-speed);background:#1e293bf2;padding:1rem 1.5rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0003}.live-summary-content{flex-direction:column;gap:.5rem;display:flex}@media (min-width:1024px){.app-container{max-width:1280px}.estimator-layout{flex-direction:row;align-items:flex-start;gap:2rem}.estimator-main{padding-bottom:0}.live-summary-container{border-radius:var(--border-radius);border:1px solid var(--border-color);width:320px;box-shadow:var(--shadow-md);background:var(--surface-color);flex-shrink:0;padding:1.25rem;position:sticky;inset:4rem auto auto}.live-summary-content{gap:.75rem}}@media (max-width:768px){html,body{overflow-x:hidden}.app-container{max-width:100%;padding:1.25rem .75rem .75rem}.auth-landing{min-height:100vh;justify-content:flex-start!important;padding-top:12vh!important}.auth-landing .card{padding:2.5rem 1.5rem!important}.auth-landing h1{font-size:2rem!important}.app-container[style*="minHeight: '100vh'"],.app-container[style*="min-height: 100vh"]{justify-content:flex-start!important;padding-top:10vh!important}.app-container .card h1{font-size:1.75rem}.app-container .card form{gap:1.125rem}header.app-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 0 1rem}header.app-header h1{font-size:1.5rem;line-height:1.2}header.app-header .subtitle{font-size:.85rem;margin-top:.2rem!important}header.app-header>div:last-child{flex-wrap:wrap;gap:.625rem;width:100%;padding-top:.25rem;display:flex}header.app-header>div:last-child select{flex:100%;width:100%;height:42px}header.app-header>div:last-child button{text-align:center;flex:1 1 0;justify-content:center;min-width:0;height:44px}.dashboard-actions{margin-bottom:1rem!important}.dashboard-actions a{width:100%;display:block}.dashboard-actions button{width:100%}.dashboard-filters{flex-direction:column!important;gap:.75rem!important}.dashboard-filter-search,.dashboard-filter-select{flex:100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.projects-list div[style*=grid]{grid-template-columns:1fr!important;gap:1rem!important}.card{padding:1.25rem}.card h3{font-size:1rem!important}.project-card-header{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.project-card-header h3{word-break:break-word;width:100%}.project-card-status{align-self:flex-start;width:auto!important;min-width:0!important;min-height:30px!important;font-size:.68rem!important}.project-card-meta{margin-bottom:1rem!important}.project-card-footer{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important;padding-top:1rem!important}.project-card-actions{gap:.625rem;width:100%;display:flex}.project-card-actions button{white-space:nowrap;flex:1;min-width:0;min-height:42px!important;padding:.5rem .6rem!important;font-size:.8rem!important}input[type=text],input[type=number],input[type=email],input[type=date],input[type=tel],input[type=password],select,textarea{box-sizing:border-box;width:100%;max-width:100%}button{min-height:44px;font-size:.9rem}.step-indicator{gap:.5rem!important;padding:.5rem .75rem!important;font-size:.75rem!important}.step-indicator .step{padding:.35rem .75rem!important;font-size:.72rem!important}.step-indicator .step-arrow{font-size:.55rem!important}.step-indicators,div[style*=step]{flex-wrap:wrap;gap:.5rem}.est-grid-2col,.form-section .form-group,section.card [style*=gridTemplateColumns]{grid-template-columns:1fr!important}section.card>div[style*="grid-template-columns: repeat(auto-fit"],section.card>div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:1.5rem!important}.totals-group{max-width:100%!important;padding:1.5rem!important}.estimator-actions,div[style*=Lagre]{flex-wrap:wrap;gap:.5rem}.sticky-footer-content{text-align:center;flex-direction:column;gap:1rem}.totals-group{flex-direction:column;gap:.75rem;width:100%}.total-value.grand-total{font-size:1.5rem}.live-summary-container{background:#1e293beb;border-top:1px solid #ffffff0d;padding:.625rem .875rem;box-shadow:0 -2px 8px #0000001f}.live-summary-content{gap:.25rem;font-size:.85rem}.live-summary-content .total-label{font-size:.7rem}.live-summary-content .total-value{font-size:1rem}.live-summary-content .total-value.grand-total{font-size:1.25rem}.estimator-main{padding-bottom:220px}.est-action-row{width:100%;flex-direction:column!important;gap:.625rem!important}.est-action-row button{justify-content:center;width:100%!important}.est-action-row .est-btn-primary{order:-1;font-weight:700;padding:.75rem 1rem!important;font-size:.95rem!important}.est-action-row .est-btn-secondary{opacity:.9;font-weight:500;padding:.6rem 1rem!important;font-size:.85rem!important}.est-action-wrapper{flex-direction:column-reverse!important;align-items:stretch!important}.est-action-wrapper>div{flex-direction:column;display:flex;width:100%!important}.est-action-wrapper .est-btn-primary{margin-bottom:.5rem;width:100%!important;max-width:none!important}.est-action-row .est-btn-tertiary{opacity:.75;font-weight:400;padding:.5rem 1rem!important;font-size:.8rem!important}.est-form-section label{margin-bottom:.4rem;font-size:.8rem}.est-checkbox-row{min-height:36px;padding:.25rem 0;align-items:center!important;gap:.5rem!important;display:flex!important}.est-checkbox-row input[type=checkbox]{flex-shrink:0;min-width:18px;min-height:18px;margin:0!important}.est-checkbox-row label{font-size:.85rem;line-height:1.3;margin:0!important}.est-work-section .card{margin-bottom:1rem}.est-work-section>div{margin-bottom:.75rem}.est-preset-container{padding:.5rem 0;gap:.5rem!important}.est-preset-container button{white-space:nowrap;min-height:36px!important;padding:.5rem .75rem!important;font-size:.75rem!important}.est-add-line-btn{width:100%;margin-top:.75rem}.profile-address-grid{gap:.75rem;grid-template-columns:1fr!important}.profile-upload-area{text-align:center;padding:1.25rem!important}.profile-save-btn{width:100%;margin-top:1rem;padding:.75rem 1rem!important}.card{margin-bottom:.875rem}.card+.card{margin-top:0}.est-section-spacing{margin-bottom:1.5rem!important}.est-form-section{padding:1rem!important}.est-form-section+.est-form-section{margin-top:.875rem}.est-line-card-quick{background:#1e293b99!important;border-color:#ffffff0a!important;gap:1rem!important;padding:1.25rem!important}.est-line-card-edit{gap:.85rem!important;padding:.85rem!important}.profile-upload-area>div{flex-direction:column!important;align-items:center!important}.profile-upload-area img{max-width:100%!important;max-height:160px!important}.profile-upload-area button{width:100%!important}.app-header a[href=\/dashboard],.app-header a[href*=dashboard]{font-size:.8rem}.estimator-main .app-header{margin-bottom:.25rem!important}.estimator-main .app-header h2{font-size:1.2rem!important}}@media (max-width:480px){.app-container{padding:.5rem}header.app-header h1{font-size:1.3rem}.card{border-radius:10px;padding:1rem}.card button{min-width:36px;min-height:36px;padding:.35rem .6rem;font-size:.7rem}.project-card-footer{flex-direction:column;gap:.75rem;align-items:flex-start!important}.project-card-actions{justify-content:flex-start;width:100%}button{min-height:40px;font-size:.85rem}.step-indicator{gap:.375rem!important;padding:.4rem .5rem!important}.step-indicator .step{padding:.3rem .6rem!important;font-size:.68rem!important}}
