@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&family=Michroma&display=swap";@import "https://fonts.googleapis.com/css2?family=Michroma&family=Sora:wght@400;500;600;700;800&display=swap";:root{--bg:#f2efeb;--surface:#f8f5f2;--surface-soft:#f1ece7;--text:#1f1b17;--text-muted:#7f766c;--primary:#141210;--primary-strong:#1f1c19;--accent:#b57d3f;--danger:#be503f;--border:#ddd6ce;--shadow:0 12px 28px #2d241c0f;--radius-lg:24px;--radius-md:18px;--radius-sm:12px;--container:1180px}[data-theme=dark]{--bg:#141210;--surface:#1f1c19;--surface-soft:#24211d;--text:#f5f2ee;--text-muted:#b5aba0;--primary:#f5f2ee;--primary-strong:#fff8f0;--accent:#d9a365;--danger:#f08b78;--border:#3a342f;--shadow:0 16px 36px #00000059}*,:before,:after{box-sizing:border-box}html,body,#root{max-width:100%;min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Manrope,sans-serif;line-height:1.55;overflow-x:hidden}button,.btn,.nav-btn{font-family:Michroma,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-family:Cormorant Garamond,serif;font-weight:600}p{color:var(--text-muted);margin:0}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.section{padding:4rem 0}.section-tight{padding:1.8rem 0 2.2rem}.page-pad{padding:4rem 0}.section.muted{background:color-mix(in srgb, var(--surface-soft) 92%, transparent);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#8e857b;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"•"}.section-heading{max-width:680px;margin-bottom:2rem}.section-heading h2{margin-top:.55rem;font-size:clamp(2rem,3vw,3rem);line-height:1}.section-heading p{margin-top:.85rem}.section-center{text-align:center;margin-inline:auto}.navbar{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:color-mix(in srgb, var(--bg) 94%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.navbar-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;height:80px;display:flex}.brand{letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;align-items:center;gap:.55rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;display:flex}.brand-text{color:#1f1b17;white-space:nowrap}.brand-logo{object-fit:cover;border-radius:10px;flex-shrink:0;width:34px;height:34px}.brand-dot{background:#12100f;border-radius:10px;place-items:center;width:34px;height:34px;display:inline-grid}.brand-dot:after{content:"";clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);background:#fff;width:12px;height:12px}.desktop-nav{flex-wrap:nowrap;align-items:center;gap:1.25rem;display:flex}.desktop-nav a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.13em;white-space:nowrap;flex-shrink:0;font-size:.84rem;font-weight:700;transition:color .2s}.desktop-nav a:hover,.desktop-nav .active-link{color:var(--text)}.navbar-actions{flex-wrap:nowrap;align-items:center;gap:.6rem;display:flex}.navbar-actions .btn{white-space:nowrap;flex-shrink:0}.nav-btn{border:1px solid var(--border);color:#5f5750;background:var(--surface);letter-spacing:.02em;white-space:nowrap;border-radius:100px;flex-shrink:0;padding:.58rem 1rem;font-size:.82rem;font-weight:700}.nav-btn-primary{color:#fff;background:#151210;border-color:#151210}.menu-btn{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text);border-radius:10px;justify-content:center;align-items:center;display:none}.menu-btn-desktop-visible{display:inline-flex}.mobile-menu{border-top:1px solid var(--border);background:var(--surface);padding:.9rem 1rem 1.2rem;display:none}.mobile-menu a{color:var(--text-muted);padding:.6rem 0;font-weight:600;display:block}.mobile-menu-logout{text-align:left;width:100%;color:var(--text-muted);font-weight:600;font:inherit;cursor:pointer;background:0 0;border:none;padding:.6rem 0;display:block}.mobile-sidebar-backdrop{z-index:999;background:#0e0a089e;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-sidebar{background-color:#fcf9f5;background-image:linear-gradient(#fcf9f5 0%,#f2ece4 100%);border-left:1px solid #ddd6ce;flex-direction:column;gap:1rem;width:320px;max-width:84vw;height:100%;padding:.9rem;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #120e0b2e}.mobile-sidebar-head{justify-content:space-between;align-items:center;display:flex}.mobile-sidebar-head p{text-transform:uppercase;letter-spacing:.16em;color:#867e74;font-size:.72rem;font-weight:700}.mobile-sidebar-close{cursor:pointer;color:#342d27;background:#fff;border:1px solid #d7d0c8;border-radius:999px;place-items:center;width:34px;height:34px;display:inline-grid}.mobile-sidebar-user{background:#f1ece7;border:1px solid #ddd6ce;border-radius:14px;padding:.75rem}.mobile-sidebar-user span{color:#29241f;font-weight:700;display:block}.mobile-sidebar-user small{color:#847b71;margin-top:.2rem;font-size:.76rem;display:block}.mobile-sidebar-links{gap:.4rem;display:grid}.mobile-sidebar-links a{color:#403831;background:#fff;border:1px solid #ddd6ce;border-radius:12px;padding:.68rem .75rem;font-size:.86rem;font-weight:600;display:block}.mobile-sidebar-logout{color:#fff;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#161311;border:1px solid #161311;border-radius:999px;margin-top:auto;padding:.64rem .9rem;font-size:.8rem;font-weight:700}.user-dashboard-nav{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f2efeb;border-bottom:1px solid #dcd6cf}.dashboard-navbar-inner{position:relative}.dashboard-brand{letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500}.brand-emblem{background:#12100f;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:inline-grid}.brand-emblem:after{content:"";clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);background:#fff;width:12px;height:12px}.dashboard-nav-label{text-transform:uppercase;letter-spacing:.19em;color:#7f786e;white-space:nowrap;font-size:.74rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-actions{gap:.7rem}.dashboard-user-pill{white-space:nowrap;background:#f7f4f0;border:1px solid #d5d0ca;border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.3rem .35rem .3rem .8rem;display:inline-flex}.dashboard-user-name{color:#5c554e;text-overflow:ellipsis;white-space:nowrap;max-width:18ch;font-size:.84rem;line-height:1;overflow:hidden}.dashboard-user-initials{color:#fff;background:#11100f;border-radius:999px;place-items:center;width:24px;height:24px;font-size:.66rem;font-weight:700;line-height:1;display:inline-grid}.dashboard-logout-btn.btn.btn-secondary{color:#fff;background:#11100f;border-color:#11100f;border-radius:999px;padding:.48rem .95rem;font-size:.8rem}.dashboard-logout-btn.btn.btn-secondary:hover{transform:translateY(-1px)}.user-dashboard-page{color:#221f1a;background:#f2efeb;min-height:calc(100vh - 80px);padding:1.7rem 0 3rem}.ud-shell{width:min(980px,100% - 2rem);margin:0 auto}.ud-hero-grid{grid-template-columns:minmax(0,1fr) 210px;align-items:end;gap:2rem;display:grid}.ud-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#8d857c;font-size:.7rem;font-weight:700;display:inline-flex}.ud-eyebrow:before{content:"•";margin-right:.45rem}.ud-title{letter-spacing:-.02em;color:#1f1b17;margin-top:.45rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.3rem,5vw,4.4rem);font-weight:500;line-height:.94}.ud-title em{color:#b57d3f;font-style:italic;font-weight:500}.ud-description{color:#958d84;max-width:540px;margin-top:.9rem;font-size:.94rem}.ud-actions{align-items:center;gap:.65rem;margin-top:1.25rem;display:flex}.ud-new-case-btn.btn{color:#fff;background:#141210;border-color:#141210;border-radius:999px;padding:.72rem 1.15rem;font-size:.9rem}.ud-new-case-btn.btn:hover{transform:translateY(-1px)}.ud-view-all-btn{color:#5f5850;cursor:pointer;background:#f8f5f2;border:1px solid #d6d1ca;border-radius:999px;padding:.68rem 1rem;font-size:.84rem;font-weight:600;transition:transform .15s}.ud-view-all-btn:hover{transform:translateY(-1px)}.ud-active-case{text-align:center;align-self:center}.ud-active-case strong{color:#1f1b17;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:500;line-height:1;display:block}.ud-active-case span{text-transform:uppercase;letter-spacing:.22em;color:#8b847b;margin-top:.45rem;font-size:.7rem;font-weight:700;display:inline-block}.ud-status-strip{background:#f8f5f1;border:1px solid #dfdad3;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1.9rem;display:grid;overflow:hidden}.ud-status-cell{border-right:1px solid #e5e0da;padding:.95rem 1.05rem .85rem}.ud-status-cell:last-child{border-right:none}.ud-status-label{text-transform:uppercase;letter-spacing:.18em;color:#9f988f;font-size:.63rem;font-weight:700;display:block}.ud-status-count{color:#1f1b17;margin-top:.4rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:500;line-height:1;display:block}.ud-status-cell.active{background:#141210;position:relative}.ud-status-cell.active .ud-status-label{color:#ffffffb8}.ud-status-cell.active .ud-status-count{color:#fff}.ud-status-cell.active:after{content:"";background:#b57d3f;width:100%;height:2px;position:absolute;bottom:0;left:0}.ud-section{margin-top:2.3rem}.ud-section-head h2{letter-spacing:-.01em;color:#1f1b17;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:600;line-height:1}.ud-section-head p{color:#989087;margin-top:.35rem;font-size:.84rem}.ud-section-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.8rem;display:flex}.ud-category-toggle{color:#5f5750;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#f8f5f2;border:1px solid #d8d2ca;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .9rem;font-size:.78rem;font-weight:700;transition:transform .15s;display:inline-flex}.ud-category-toggle:hover{transform:translateY(-1px)}.ud-category-toggle svg{transition:transform .2s}.ud-category-toggle.open svg{transform:rotate(180deg)}.ud-category-dropdown{opacity:0;grid-template-rows:0fr;margin-top:.9rem;transition:grid-template-rows .25s,opacity .22s;display:grid}.ud-category-dropdown.open{opacity:1;grid-template-rows:1fr}.ud-category-dropdown-inner{overflow:hidden}.ud-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:1rem;display:grid}.ud-category-card{text-align:left;cursor:pointer;background:#f8f5f2;border:1px solid #dfd9d2;border-radius:20px;min-height:186px;padding:.95rem;transition:transform .2s,border-color .2s}.ud-category-card:hover{border-color:#bcac99;transform:translateY(-3px)}.ud-category-icon{color:#72695e;background:#f1eeea;border:1px solid #d4cec6;border-radius:12px;place-items:center;width:40px;height:40px;display:inline-grid}.ud-category-card h3{letter-spacing:-.01em;color:#221e1a;margin-top:.8rem;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:600;line-height:1}.ud-category-card p{color:#978f86;margin-top:.45rem;font-size:.82rem;line-height:1.45}.ud-toolbar{grid-template-columns:minmax(0,1fr) 120px 120px 130px;gap:.6rem;margin-top:.95rem;margin-bottom:.7rem;display:grid}.ud-search-wrap{color:#aaa39a;background:#f8f5f2;border:1px solid #d8d2ca;border-radius:999px;align-items:center;gap:.45rem;padding:.2rem .9rem;display:flex}.ud-search-input.input{box-shadow:none;color:#605951;background:0 0;border:none;padding:.45rem 0}.ud-search-input.input::placeholder{color:#b2aba2;font-size:.84rem}.ud-search-input.input:focus{box-shadow:none;border:none}.user-dashboard-page .ud-toolbar .form-control{gap:0}.user-dashboard-page .ud-toolbar .form-label{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ud-select.select{color:#70685f;background:#f8f5f2;border-color:#d8d2ca;border-radius:999px;height:40px;padding:.45rem .8rem;font-size:.82rem}.ud-select.select:focus{border-color:#c4b8aa;box-shadow:0 0 0 3px #b57d3f24}.ud-table-shell{background:#fff;border:1px solid #dfd9d1;border-radius:20px}.ud-table-shell table{min-width:780px}.ud-table-shell thead th{letter-spacing:.18em;color:#938b81;background:#f2efeb;padding:.6rem 1rem;font-size:.64rem}.ud-table-shell td{color:#4f4740;border-bottom:1px solid #efeae3;padding:.78rem 1rem;font-size:.88rem}.ud-table-shell tbody tr:last-child td{border-bottom:none}.ud-case-title{color:#211d19;font-size:1rem}.ud-case-address{color:#9b9288;margin-top:.2rem;font-size:.78rem}.user-dashboard-page .status-badge{padding:.2rem .58rem;font-size:.69rem;font-weight:700}.user-dashboard-page .status-new{color:#46795f;background:#dceee4}.user-dashboard-page .status-contacted{color:#aa7f42;background:#f7eedf}.user-dashboard-page .status-quoted{color:#b67e44;background:#f4e7d7}.user-dashboard-page .status-in_progress{color:#bc7432;background:#f7e6d8}.user-dashboard-page .status-closed{color:#4f7797;background:#dee7f0}.ud-mobile-card.case-card{box-shadow:none;background:#faf8f5;border-color:#ddd7cf;border-radius:18px}.user-pill{border:1px solid var(--border);background:var(--surface);color:#605951;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:20ch;padding:.38rem .7rem;font-size:.82rem;overflow:hidden}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:#5f5851;cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .7rem;font-size:.8rem;display:inline-flex}.hero{padding:3.7rem 0 3.2rem}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;display:grid}.hero h1{max-width:13ch;margin-top:.9rem;font-size:clamp(2.2rem,5vw,4.2rem);line-height:.96}.hero p{color:#8d857c;max-width:60ch;margin-top:.85rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.6rem;display:flex}.hero-trust{flex-wrap:wrap;gap:.9rem 1.1rem;margin-top:1.5rem;display:flex}.hero-trust div{color:#7f766c;align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.hero-panel{background:linear-gradient(165deg, #fcf9f6, var(--surface-soft));border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:1.25rem}.hero-panel h3{font-size:2rem;line-height:1}.hero-panel ul{gap:.8rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.hero-panel li{color:#7b7268;align-items:center;gap:.55rem;font-size:.92rem;font-weight:500;display:flex}.service-grid,.testimonial-grid,.steps-grid{gap:1rem;display:grid}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.steps-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card,.step-card,.testimonial-card,.surface-card,.case-card,.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none}.service-card{padding:1.25rem;transition:transform .2s}.service-card:hover{transform:translateY(-4px)}.service-card h3{font-size:2rem;line-height:1}.service-card p{margin-top:.65rem}.step-card{padding:1.25rem}.step-card span{color:#fff;background:#171412;border-radius:999px;padding:.28rem .65rem;font-size:.7rem;font-weight:800;display:inline-flex}.step-card h3{margin-top:.85rem;font-size:1.9rem;line-height:1}.step-card p{margin-top:.65rem}.testimonial-card{padding:1.25rem}.testimonial-card p{color:var(--text);font-size:.9rem}.testimonial-card h4{margin-top:1rem;font-size:1.6rem;line-height:1}.testimonial-card span{color:var(--text-muted);font-size:.9rem}.trust-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.trust-grid h3{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1}.trust-grid ul{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.trust-grid li{align-items:center;gap:.45rem;display:flex}.trust-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg, #fbf8f4, var(--surface-soft));padding:1.3rem}.faq-list{gap:.8rem;max-width:860px;margin:0 auto;display:grid}.faq-list details{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);padding:1rem 1.15rem}.faq-list summary{cursor:pointer;font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:600;list-style:none}.faq-list p{margin-top:.7rem}.final-cta{padding:1.5rem 0 4.6rem}.final-cta-box{border-radius:var(--radius-lg);color:#fff;text-align:center;box-shadow:var(--shadow);background:linear-gradient(130deg,#13100e,#29231e);padding:2rem}.final-cta-box p{color:#ffffffe0;margin-top:.6rem}.final-cta-box .btn{color:#0b3167;background:#fff;margin-top:1rem}.dashboard-header{padding:2rem 0 .8rem}.dashboard-header h1{max-width:16ch;margin-top:.45rem;font-size:clamp(2.1rem,3.8vw,3.2rem);line-height:.95}.dashboard-header p{color:#8f877d;max-width:72ch;margin-top:.65rem}.stat-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem;display:grid}.stat-card{padding:.9rem 1rem}.stat-card span{color:#918a81;text-transform:uppercase;letter-spacing:.16em;font-size:.66rem;font-weight:700}.stat-card strong{margin-top:.25rem;font-family:Cormorant Garamond,serif;font-size:2.3rem;font-weight:600;line-height:1;display:block}.panel-head{margin-bottom:1rem}.panel-head h2{font-size:clamp(1.9rem,3vw,2.7rem);line-height:1}.panel-head p{color:#948c82;margin-top:.35rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem;display:grid}.category-card{text-align:left;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;padding:1rem;transition:transform .18s,border-color .18s}.category-card:hover{border-color:var(--primary);transform:translateY(-3px)}.category-icon{background:color-mix(in srgb, var(--primary) 20%, transparent);width:40px;height:40px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.category-card h3{margin-top:.8rem;font-size:1.1rem}.category-card p{margin-top:.45rem}.toolbar-grid{grid-template-columns:minmax(0,1fr) repeat(4,minmax(140px,1fr));gap:.6rem;margin-bottom:1rem;display:grid}.search-wrap{border:1px solid var(--border);background:#fbf8f4;border-radius:999px;align-items:center;gap:.5rem;padding:.2rem .85rem;display:flex}.search-wrap input{box-shadow:none;background:0 0;border:none;padding-left:0}.search-wrap input:focus{outline:none}.form-grid{gap:.9rem;display:grid}.form-control{gap:.4rem;display:grid}.form-label{text-transform:uppercase;letter-spacing:.14em;color:#847b72;font-size:.74rem;font-weight:700}.input,.textarea,.select{border:1px solid var(--border);color:#302a25;width:100%;font:inherit;background:#fcf9f6;border-radius:14px;padding:.7rem .85rem;transition:border-color .2s,box-shadow .2s}.input:focus,.textarea:focus,.select:focus{border-color:#bcae9e;outline:none;box-shadow:0 0 0 3px #b57d3f24}.textarea{resize:vertical}.input-error{border-color:var(--danger);box-shadow:0 0 0 2px #be503f1f}.form-error{color:var(--danger);font-size:.82rem}.help-text{font-size:.82rem}.btn{cursor:pointer;letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.66rem 1.05rem;font-size:.82rem;font-weight:700;transition:transform .15s,background .2s;display:inline-flex}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{color:#fff;background:#151210;border-color:#151210}.btn-secondary{border-color:var(--border);color:#534b43;background:#faf7f3}.btn-ghost{border-color:var(--border);color:var(--text-muted);background:0 0}.btn-danger{background:var(--danger);color:#fff}.btn:hover{transform:translateY(-1px)}.spinner{border:2px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.spinner-lg{border-width:3px;border-top-color:var(--primary);border-color:color-mix(in srgb, var(--primary) 32%, transparent);width:26px;height:26px}.loader-inline,.loader-screen{place-items:center;gap:.75rem;display:grid}.loader-inline{padding:1.8rem}.loader-screen{color:#f2e7d0;text-align:center;background:#060606;align-content:center;justify-items:center;gap:.95rem;width:100%;min-height:100vh;padding:2rem 1rem}.loader-emblem{filter:drop-shadow(0 6px 12px #0000006b);margin-bottom:.2rem;font-size:clamp(1.7rem,5vw,2.4rem);line-height:1;animation:1.9s ease-in-out infinite loaderEmblemFloat;transform:rotate(-34deg)}.loader-brand{text-transform:uppercase;letter-spacing:.08em;color:#e4b44f;margin:0;font-family:Michroma,sans-serif;font-size:clamp(1.35rem,5.9vw,3.2rem);font-weight:700;line-height:1}.loader-subtitle{color:#a48d5d;text-transform:uppercase;letter-spacing:.34em;margin:.3rem 0 .85rem;font-family:Sora,sans-serif;font-size:clamp(.56rem,1.9vw,.95rem)}.loader-progress{background:#e4b44f33;width:min(182px,64vw);height:2px;position:relative;overflow:hidden}.loader-progress:before{content:"";background:#e4b44f;width:42%;height:100%;animation:1.2s ease-in-out infinite loaderProgress;position:absolute;top:0;left:-42%}.responsive-table{border:1px solid var(--border);background:#fff;border-radius:20px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.85rem .95rem}th{text-transform:uppercase;letter-spacing:.18em;color:#948c82;background:#f2efeb;font-size:.66rem;font-weight:700}td p{color:#978f86;margin-top:.2rem;font-size:.8rem}.case-notes-cell{min-width:220px}.case-notes-cell p{white-space:pre-wrap;color:var(--text);margin:0}.case-notes-empty{color:var(--text-muted);font-size:.86rem}.selected-file-list{gap:.45rem;margin-top:.55rem;display:grid}.selected-file-item{border:1px solid var(--border);background:#f7f3ef;border-radius:10px;justify-content:space-between;align-items:center;gap:.55rem;padding:.38rem .58rem;display:flex}.selected-file-item span{color:#5d554d;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.selected-file-remove{text-transform:uppercase;letter-spacing:.08em;color:#5e564e;cursor:pointer;background:#fff;border:1px solid #d6cec5;border-radius:999px;flex-shrink:0;padding:.24rem .55rem;font-size:.68rem;font-weight:700}.admin-image-cell{min-width:140px}.admin-image-stack{align-items:center;gap:.35rem;display:inline-flex}.admin-image-thumb-link{line-height:0}.admin-image-thumb{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:32px;height:32px}.admin-image-more{border:1px solid var(--border);color:#6f665d;background:#f7f3ef;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:.72rem;font-weight:700;display:inline-flex}.admin-mobile-images{color:#8d857b;margin-top:.35rem;font-size:.78rem}.mobile-case-list{gap:.8rem;display:none}.case-card{border-radius:18px;padding:1rem}.case-card h4{font-size:1rem}.case-card p{margin-top:.3rem}.case-note-preview{color:var(--text);white-space:pre-wrap;margin-top:.55rem;font-size:.86rem}.case-note-preview strong{color:var(--text-muted);margin-right:.25rem}.case-card-row{justify-content:space-between;align-items:center;gap:.8rem;margin-top:.7rem;display:flex}.status-badge{border-radius:999px;align-items:center;padding:.22rem .58rem;font-size:.7rem;font-weight:700;display:inline-flex}.status-new{color:#46795f;background:#dceee4}.status-contacted{color:#aa7f42;background:#f7eedf}.status-quoted{color:#b67e44;background:#f4e7d7}.status-in_progress{color:#bc7432;background:#f7e6d8}.status-closed{color:#4f7797;background:#dee7f0}.role-pill{text-transform:capitalize;border:1px solid var(--border);color:#5e5750;background:#f7f4f0;border-radius:999px;padding:.2rem .58rem;font-size:.72rem}.pagination{color:#7f766c;justify-content:flex-end;align-items:center;gap:.65rem;margin-top:1rem;font-size:.84rem;display:flex}.tab-row{flex-wrap:wrap;gap:.65rem;display:flex}.tab-btn{border:1px solid var(--border);color:#665e56;cursor:pointer;text-transform:uppercase;letter-spacing:.12em;background:#f8f5f1;border-radius:999px;padding:.5rem .95rem;font-size:.7rem;font-weight:700}.active-tab{color:#fff;background:#151210;border-color:#151210}.admin-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.surface-card{background:#faf7f3;border-radius:18px;padding:1rem}.modal-status-panel{gap:.72rem;display:grid}.modal-status-panel h4{white-space:nowrap;text-overflow:ellipsis;font-size:1.55rem;line-height:1;overflow:hidden}.modal-status-save-btn.btn{letter-spacing:.04em;justify-self:start;min-width:132px;padding:.52rem .85rem;font-size:.72rem}.category-list{gap:.8rem;margin-top:.8rem;display:grid}.category-list-item{border:1px solid var(--border);background:#f3efea;border-radius:14px;padding:.8rem}.category-list-item p{margin-top:.35rem}.auth-page{place-items:center;padding:3.2rem 1rem;display:grid}.auth-split-card{border:1px solid var(--border);width:min(1060px,100%);box-shadow:var(--shadow);background:#f8f5f2;border-radius:24px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);display:grid;overflow:hidden}.auth-visual-panel{background:#d8c2a7;min-height:560px;position:relative}.auth-visual-image{object-fit:cover;width:100%;height:100%}.auth-visual-overlay{background:linear-gradient(#110e0b05 0%,#110e0ba8 58%,#110e0bd1 100%);gap:.5rem;padding:1.6rem 1.5rem 1.5rem;display:grid;position:absolute;inset:auto 0 0}.auth-visual-overlay .eyebrow,.auth-visual-overlay .eyebrow:before{color:#f8eee4eb}.auth-visual-overlay h2{color:#fff;max-width:14ch;font-size:clamp(2rem,3vw,2.8rem);line-height:.96}.auth-visual-overlay p{color:#ffffffe6;max-width:40ch;font-size:.9rem}.auth-form-panel{background:#f8f5f2;align-items:center;padding:1.65rem;display:flex}.auth-card{width:100%;box-shadow:none;background:0 0;border:none;padding:0}.auth-card h1{margin-top:.45rem;font-size:clamp(2.1rem,4vw,2.9rem);line-height:.95}.auth-card p{margin-top:.55rem}.auth-footnote{margin-top:.9rem;font-size:.92rem}.auth-footnote a{color:#141210;font-weight:700}.empty-state{border:1px solid var(--border);text-align:center;background:#f9f6f2;border-radius:18px;padding:1.3rem}.empty-state h4{font-size:1.1rem}.empty-state p{margin-top:.5rem}.modal-backdrop{z-index:110;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#100c097a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border);width:min(100%,850px);max-height:min(90vh,900px);box-shadow:var(--shadow);background:#fbf8f4;border-radius:22px;overflow:auto}.modal-sm{width:min(100%,460px)}.modal-md{width:min(100%,680px)}.modal-lg{width:min(100%,900px)}.modal-head{border-bottom:1px solid var(--border);z-index:2;background:#fbf8f4;justify-content:space-between;align-items:center;gap:.8rem;padding:.95rem 1.1rem;display:flex;position:sticky;top:0}.modal-head h3{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 3rem);font-size:1.65rem;line-height:1.02;overflow:hidden}.modal-body{gap:1rem;padding:1.1rem 1.2rem 1.3rem;display:grid}.modal-body>*{min-width:0}.modal-body .form-grid{gap:1rem}.modal-body .form-control{gap:.48rem}.modal-body .help-text{margin-top:.15rem;line-height:1.45}.icon-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.success-panel{text-align:center;gap:.72rem;display:grid}.success-panel h4{font-size:1.6rem;line-height:1.05}.success-panel p{max-width:42ch;margin-inline:auto;line-height:1.45}.case-details{gap:1.05rem;display:grid}.case-meta-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.68rem;display:grid}.case-meta-item{border:1px solid var(--border);background:#f7f2ed;border-radius:12px;align-items:center;gap:.5rem;min-width:0;padding:.58rem .72rem;display:flex}.case-meta-label{text-transform:uppercase;letter-spacing:.13em;color:#8e8479;white-space:nowrap;font-size:.65rem;font-weight:700}.case-meta-value{color:#332d27;overflow-wrap:anywhere;min-width:0;font-size:.86rem}.case-meta-grid p{color:var(--text)}.case-details h4{font-size:1.7rem;line-height:1.02}.case-details>div>p{margin-top:.42rem;line-height:1.48}.case-note{border:1px solid var(--border);background:#f2ede8;border-radius:14px;padding:.9rem}.case-note h5{font-size:1.2rem;line-height:1}.case-note p{margin-top:.34rem;line-height:1.5}.image-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem;margin-top:.55rem;display:grid}.image-grid img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--border);border-radius:12px;width:100%}.footer{border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 72%, transparent);margin-top:2.5rem;padding-top:2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:1rem;display:grid}.footer-grid h3,.footer-grid h4{margin-bottom:.55rem;font-size:2rem;line-height:1}.footer-grid p+p{margin-top:.35rem}.footer-bottom{border-top:1px solid var(--border);text-align:center;margin-top:1.3rem;padding:.9rem 0}[data-theme=dark] .navbar,[data-theme=dark] .user-dashboard-nav{background:#141210f5;border-bottom-color:#3a342f}[data-theme=dark] .nav-btn,[data-theme=dark] .theme-toggle{color:#e3dacc;background:#27221e;border-color:#3a342f}[data-theme=dark] .brand,[data-theme=dark] .brand-text{color:#f2ebe1}[data-theme=dark] .nav-btn-primary{color:#1b1714;background:#efe8dc;border-color:#efe8dc}[data-theme=dark] .hero-panel,[data-theme=dark] .trust-panel,[data-theme=dark] .service-card,[data-theme=dark] .step-card,[data-theme=dark] .testimonial-card,[data-theme=dark] .surface-card,[data-theme=dark] .case-card,[data-theme=dark] .stat-card,[data-theme=dark] .faq-list details,[data-theme=dark] .category-list-item,[data-theme=dark] .auth-split-card,[data-theme=dark] .empty-state,[data-theme=dark] .responsive-table,[data-theme=dark] .modal,[data-theme=dark] .modal-head,[data-theme=dark] .case-note,[data-theme=dark] .case-meta-item{background:#24201c;border-color:#3a342f}[data-theme=dark] .hero-panel,[data-theme=dark] .trust-panel{background:linear-gradient(140deg,#2c2722,#1d1a17)}[data-theme=dark] .hero-panel li,[data-theme=dark] .hero-trust div,[data-theme=dark] .dashboard-user-name,[data-theme=dark] .auth-card p,[data-theme=dark] .auth-footnote,[data-theme=dark] .trust-panel p,[data-theme=dark] .empty-state p,[data-theme=dark] .help-text,[data-theme=dark] .footer p,[data-theme=dark] .footer-bottom p,[data-theme=dark] .panel-head p,[data-theme=dark] .dashboard-header p,[data-theme=dark] .ud-description,[data-theme=dark] .ud-section-head p,[data-theme=dark] .ud-case-address,[data-theme=dark] .case-note p{color:#bcae9f}[data-theme=dark] .footer{background:#171411;border-top-color:#3a342f}[data-theme=dark] .auth-form-panel{background:#24201c}[data-theme=dark] .auth-form-panel .auth-card{background:0 0;border:none}[data-theme=dark] .auth-footnote a{color:inherit}[data-theme=dark] .footer-bottom{border-top-color:#3a342f}[data-theme=dark] th{color:#a99e91;background:#1e1a17}[data-theme=dark] .input,[data-theme=dark] .textarea,[data-theme=dark] .select,[data-theme=dark] .search-wrap,[data-theme=dark] .ud-search-wrap,[data-theme=dark] .ud-select.select{color:#eee7dc;background:#1f1b18;border-color:#3a342f}[data-theme=dark] .search-wrap svg,[data-theme=dark] .ud-search-wrap svg{color:#b7aa9c}[data-theme=dark] .input::placeholder,[data-theme=dark] .textarea::placeholder,[data-theme=dark] .ud-search-input.input::placeholder{color:#9f9284}[data-theme=dark] .btn-secondary,[data-theme=dark] .ud-view-all-btn,[data-theme=dark] .icon-btn,[data-theme=dark] .mobile-sidebar-close{color:#e9e2d7;background:#27221e;border-color:#3a342f}[data-theme=dark] .btn-primary,[data-theme=dark] .ud-new-case-btn.btn,[data-theme=dark] .dashboard-logout-btn.btn.btn-secondary{color:#1a1613;background:#efe8dc;border-color:#efe8dc}[data-theme=dark] .dashboard-user-pill{background:#27221e;border-color:#3a342f}[data-theme=dark] .dashboard-user-name,[data-theme=dark] .user-pill{color:#f2ebe1}[data-theme=dark] .dashboard-user-initials{color:#1b1714;background:#f0e7dc}[data-theme=dark] .dashboard-nav-label,[data-theme=dark] .eyebrow,[data-theme=dark] .ud-eyebrow,[data-theme=dark] .stat-card span,[data-theme=dark] .ud-status-label{color:#a99d8f}[data-theme=dark] .ud-status-strip,[data-theme=dark] .ud-status-cell,[data-theme=dark] .ud-table-shell,[data-theme=dark] .ud-category-card,[data-theme=dark] .ud-category-icon,[data-theme=dark] .ud-table-shell thead th{background:#23201c;border-color:#3a342f}[data-theme=dark] .ud-table-shell td{border-bottom-color:#3a342f8c}[data-theme=dark] .responsive-table td{border-bottom-color:#3a342f99}[data-theme=dark] .ud-category-toggle{color:#ece4d7;background:#27221e;border-color:#3a342f}[data-theme=dark] .ud-status-cell.active{background:#efe8dc}[data-theme=dark] .ud-status-cell.active .ud-status-label,[data-theme=dark] .ud-status-cell.active .ud-status-count{color:#1b1714}[data-theme=dark] .ud-title,[data-theme=dark] .ud-section-head h2,[data-theme=dark] .ud-category-card h3,[data-theme=dark] .ud-case-title,[data-theme=dark] .ud-status-count,[data-theme=dark] .ud-active-case strong,[data-theme=dark] .case-details h4,[data-theme=dark] .case-note h5{color:#f2ebe1}[data-theme=dark] .case-meta-label{color:#aa9d8f}[data-theme=dark] .case-meta-value{color:#efe7db}[data-theme=dark] .user-dashboard-page{background:#141210}[data-theme=dark] .ud-category-card p{color:#b8aa9b}[data-theme=dark] .selected-file-item{background:#29231e;border-color:#3a342f}[data-theme=dark] .selected-file-item span{color:#e5dccf}[data-theme=dark] .selected-file-remove{color:#ece4d7;background:#27221e;border-color:#3a342f}[data-theme=dark] .admin-image-thumb,[data-theme=dark] .admin-image-more{border-color:#3a342f}[data-theme=dark] .admin-image-more{color:#ddd2c4;background:#27221e}[data-theme=dark] .admin-mobile-images{color:#b8ab9d}[data-theme=dark] .modal-backdrop{background:#050403ad}[data-theme=dark] .mobile-sidebar{background-color:#1b1815;background-image:linear-gradient(#211c18 0%,#161310 100%);border-left-color:#3a342f}[data-theme=dark] .mobile-sidebar-user,[data-theme=dark] .mobile-sidebar-links a{color:#ece4d7;background:#26211d;border-color:#3a342f}[data-theme=dark] .mobile-sidebar-user span{color:#f2ebe1}[data-theme=dark] .mobile-sidebar-head p,[data-theme=dark] .mobile-sidebar-user small{color:#b8ab9d}[data-theme=dark] .mobile-sidebar-logout{color:#171410;background:#efe8dc;border-color:#efe8dc}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loaderProgress{0%{left:-42%}to{left:100%}}@keyframes loaderEmblemFloat{0%,to{transform:rotate(-34deg)translateY(0)}50%{transform:rotate(-30deg)translateY(-3px)}}@media (width<=1000px){.hero-grid,.admin-grid,.trust-grid{grid-template-columns:1fr}.service-grid,.testimonial-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}.toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar-grid>:first-child{grid-column:span 2}.dashboard-nav-label{display:none}.user-dashboard-page{padding-top:1.25rem}.ud-hero-grid{grid-template-columns:1fr;gap:1rem}.ud-active-case{text-align:left;justify-self:start}.ud-active-case strong{font-size:3.2rem}.ud-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ud-toolbar{grid-template-columns:minmax(0,1fr) 1fr}.auth-split-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.auth-visual-panel{min-height:500px}}@media (width<=760px){.brand{gap:0}.brand-text,.desktop-nav,.navbar-actions .nav-btn,.navbar-actions .btn-secondary,.user-pill{display:none}.menu-btn{display:inline-flex}.mobile-menu{display:block}.hero{padding-top:2.6rem}.service-grid,.testimonial-grid,.steps-grid{grid-template-columns:1fr}.responsive-table{display:none}.mobile-case-list{display:grid}.toolbar-grid{grid-template-columns:1fr}.toolbar-grid>:first-child{grid-column:auto}.pagination{flex-wrap:wrap;justify-content:center}.dashboard-user-pill{display:none}.dashboard-brand{font-size:1.75rem}.dashboard-logout-btn.btn.btn-secondary{display:none}.ud-shell{width:min(980px,100% - 1.2rem)}.auth-page{padding:2rem .8rem}.auth-split-card{border-radius:20px;grid-template-columns:1fr}.auth-visual-panel{min-height:240px;max-height:300px}.auth-form-panel{padding:1.1rem}.modal-head h3{max-width:calc(100% - 2.8rem);font-size:1.35rem}.modal-body{gap:.9rem;padding:.95rem .9rem 1.05rem}.case-meta-grid{grid-template-columns:1fr}.ud-title{font-size:clamp(2rem,13vw,3rem)}.ud-description{font-size:.88rem}.ud-actions{flex-wrap:wrap}.ud-status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ud-status-cell{border-bottom:1px solid #e5e0da;border-right:1px solid #e5e0da}.ud-status-cell:nth-child(2n){border-right:none}.ud-status-cell:last-child{border-bottom:none;border-right:none;grid-column:span 2}.ud-status-count{font-size:2.2rem}.ud-section{margin-top:1.6rem}.ud-section-head h2{font-size:clamp(1.85rem,10vw,2.35rem)}.ud-category-toggle{justify-content:space-between;width:100%}.ud-category-grid{grid-template-columns:1fr}.ud-category-card{min-height:auto}.ud-toolbar{grid-template-columns:1fr}.ud-mobile-list{gap:.7rem;display:grid}.ud-mobile-card .case-card-row span{color:#8d857b;font-size:.8rem}}.tp-auth-shell,.tp-shell{--tp-bg:#070707;--tp-surface:#121212;--tp-border:#2b2b2b;--tp-card-border:#353124;--tp-text:#fbf7ec;--tp-muted:#94866f;--tp-accent:#e4b44f;--tp-accent-strong:#f4c65d;--tp-purple:#9d65f5;background:radial-gradient(1300px 700px at 8% -25%, #e4b44f29, transparent 60%), radial-gradient(900px 550px at 90% -20%, #7b54c71f, transparent 60%), var(--tp-bg);min-height:100vh;color:var(--tp-text);font-family:Sora,sans-serif}.tp-auth-shell button,.tp-shell button{font-family:Michroma,sans-serif}.tp-topbar{border-bottom:1px solid var(--tp-border);justify-content:space-between;align-items:center;gap:8px;max-width:860px;margin:0 auto;padding:12px 14px;display:flex}.tp-topbar-brand{color:var(--tp-accent);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:6px;min-width:0;font-family:Michroma,sans-serif;font-size:clamp(.82rem,2.1vw,1.34rem);display:inline-flex}.tp-topbar-brand span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.tp-topbar-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.tp-language-toggle{border:1px solid var(--tp-border);background:#111;border-radius:999px;align-items:center;padding:4px;display:inline-flex}.tp-language-option{color:#8f836d;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 9px;font-family:Michroma,sans-serif;font-weight:700;transition:all .2s}.tp-language-option.active{background:var(--tp-accent);color:#131106}.tp-free-pill{background:var(--tp-accent);color:#151206;letter-spacing:.04em;border-radius:999px;padding:7px 10px;font-size:.66rem;font-weight:800}.tp-nav{border-bottom:1px solid var(--tp-border);grid-template-columns:repeat(3,1fr);max-width:860px;margin:0 auto;display:grid}.tp-nav-item{color:#7f7362;letter-spacing:.07em;border-bottom:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:70px;font-size:.67rem;transition:color .2s,border-color .2s;display:inline-flex}.tp-nav-item svg{color:var(--tp-purple)}.tp-nav-item.active{color:var(--tp-accent);border-color:var(--tp-accent)}.tp-main{max-width:860px;margin:0 auto;padding:18px 20px 32px}.tp-hero-card{border:1px solid var(--tp-card-border);background:radial-gradient(180px 160px at 92% 12%,#e4b44f33,#0000 60%),linear-gradient(135deg,#1c1915f2,#161411f5);border-radius:20px;padding:22px 20px}.tp-eyebrow{letter-spacing:.25em;color:var(--tp-accent);margin:0;font-size:.68rem;font-weight:700}.tp-hero-card h1,.tp-case-page h1,.tp-my-cases-page h1,.tp-auth-card h1{color:var(--tp-text);letter-spacing:-.03em;margin-top:10px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:clamp(1.7rem,4vw,2.25rem);font-weight:800;line-height:1.15}.tp-muted{color:var(--tp-muted);margin:0;line-height:1.55}.tp-primary-button{background:var(--tp-accent);color:#161106;letter-spacing:.07em;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;margin-top:18px;font-family:Michroma,sans-serif;font-size:1rem;font-weight:800;transition:transform .18s,filter .18s;display:inline-flex}.tp-primary-button:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.tp-primary-button:disabled{cursor:not-allowed;opacity:.7}.tp-primary-button.full{margin-top:20px}.tp-section{margin-top:22px}.tp-section-title{color:#a59067;letter-spacing:.22em;margin:0 0 14px;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}.tp-trade-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tp-trade-card{text-align:left;color:var(--tp-text);cursor:pointer;background:radial-gradient(130px 100px at 100% 0,#f3a14f14,#0000 62%),linear-gradient(145deg,#111110,#0c0c0b);border:1px solid #312c22;border-radius:18px;min-height:164px;padding:16px 15px;transition:transform .18s,border-color .18s,box-shadow .18s}.tp-trade-card:hover{border-color:#4f422e;transform:translateY(-1px);box-shadow:0 12px 26px #00000059}.tp-trade-row{color:#7f6d4a;justify-content:space-between;align-items:center;display:flex}.tp-trade-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.tp-trade-icon svg{width:28px;height:28px;display:block}.tp-trade-row svg:last-child{color:#7d6a45}.tp-trade-card h3{letter-spacing:-.02em;margin:13px 0 8px;font-family:Sora,sans-serif;font-size:1.26rem;font-weight:700}.tp-trade-card p{color:#a8946f;margin:0;font-size:.9rem;line-height:1.45}.tp-how-it-works{margin-bottom:10px}.tp-steps-list{gap:10px;display:grid}.tp-step-item{border:1px solid var(--tp-border);background:#141414b8;border-radius:12px;align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.tp-step-badge{background:var(--tp-accent);color:#141106;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-weight:800;display:inline-flex}.tp-step-item h3{margin:0;font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.tp-step-item p{color:var(--tp-muted);margin:4px 0 0;font-size:.95rem}.tp-case-page{border:1px solid var(--tp-border);background:linear-gradient(145deg,#111111f2,#0d0d0df2);border-radius:18px;padding:18px}.tp-form-group{margin-top:18px}.tp-label{color:#bda97b;letter-spacing:.16em;margin:0 0 8px;font-size:.76rem;font-weight:700;line-height:1.45;display:block}.tp-trade-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tp-trade-pill{border:1px solid var(--tp-border);color:#d5ccbb;cursor:pointer;background:#121212;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:600;display:inline-flex}.tp-trade-pill.active{border-color:var(--tp-accent);color:var(--tp-accent-strong);background:#e4b44f14}.tp-trade-pill svg{color:#9f8862}.tp-trade-pill.active svg{color:var(--tp-accent-strong)}.tp-textarea,.tp-input,.tp-auth-form input{border:1px solid var(--tp-border);width:100%;color:var(--tp-text);background:#101010;border-radius:12px;font-family:Sora,sans-serif;font-size:.95rem}.tp-textarea,.tp-input{padding:12px 13px}.tp-auth-form input{padding:12px}.tp-textarea{resize:vertical;min-height:130px}.tp-inline-row{justify-content:space-between;align-items:center;gap:10px;margin-top:7px;display:flex}.tp-char-count{color:#7f7362;font-size:.8rem}.tp-upload-box{text-align:center;color:#d5c39e;cursor:pointer;background:#1917148c;border:1px dashed #6f624c;border-radius:12px;place-items:center;gap:6px;min-height:132px;padding:14px;display:grid}.tp-upload-box small{color:var(--tp-muted);font-size:.85rem}.tp-upload-box em{color:var(--tp-accent);font-size:.9rem;font-style:normal}.tp-hidden-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.tp-upload-file-list{gap:6px;margin-top:10px;display:grid}.tp-upload-file-item{border:1px solid var(--tp-border);color:#cabda4;border-radius:8px;justify-content:space-between;gap:10px;padding:7px 10px;font-size:.84rem;display:flex}.tp-upload-file-item button{color:#b68bff;cursor:pointer;background:0 0;border:0;font-family:Michroma,sans-serif}.tp-time-grid{flex-wrap:wrap;gap:8px;display:flex}.tp-time-pill{border:1px solid var(--tp-border);color:#ccbfa4;cursor:pointer;background:#121212;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-weight:600;display:inline-flex}.tp-time-pill.active{border-color:var(--tp-accent);color:var(--tp-accent-strong);background:#e4b44f14}.tp-time-pill-icon{color:#9f8a62;align-items:center;display:inline-flex}.tp-time-pill.active .tp-time-pill-icon{color:var(--tp-accent-strong)}.tp-divider{background:var(--tp-border);height:1px;margin:20px 0 14px}.tp-contact-section h2{margin:0;font-family:Sora,sans-serif;font-size:1.18rem}.tp-contact-section>p{color:var(--tp-muted);margin:6px 0 0}.tp-contact-section .tp-form-group{margin-top:12px}.tp-info-banner{color:#cfba92;background:#2f261659;border:1px solid #4c4233;border-radius:10px;margin-top:14px;padding:10px;font-size:.88rem}.tp-input-grid{gap:10px;margin-top:12px;display:grid}.tp-input-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-error{color:#ff9e8c;margin:6px 0 0;font-size:.82rem}.has-error{border-color:#d46b59}.tp-my-cases-page{min-height:calc(100vh - 190px)}.tp-empty-card{text-align:center;justify-items:center;gap:12px;margin-top:48px;display:grid}.tp-empty-card svg{color:var(--tp-accent)}.tp-empty-card h2{margin:0;font-family:Sora,sans-serif;font-size:clamp(1.6rem,5vw,2rem)}.tp-empty-card p{color:var(--tp-muted);max-width:370px;margin:0}.tp-case-list{gap:10px;margin-top:16px;display:grid}.tp-case-list-item{border:1px solid var(--tp-border);cursor:pointer;background:#121212cc;border-radius:12px;padding:12px;transition:transform .16s,border-color .16s}.tp-case-list-item:hover{border-color:#4a3c25;transform:translateY(-1px)}.tp-case-list-item:focus-visible{outline:2px solid var(--tp-accent);outline-offset:2px}.tp-case-list-item h3{margin:0 0 8px;font-family:Sora,sans-serif;font-size:1.05rem}.tp-case-list-item p{color:var(--tp-muted);margin:5px 0 0;font-size:.9rem}.tp-case-status-row{align-items:center;gap:8px;display:inline-flex}.tp-status-chip{letter-spacing:.03em;border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 9px;font-size:.68rem;display:inline-flex}.tp-status-new{color:#85e6ad;background:#30ae622e;border-color:#42ce7966}.tp-status-contacted{color:#a7beff;background:#5279ff2e;border-color:#6e92ff6b}.tp-status-quoted{color:#f4d391;background:#eaae4c33;border-color:#f2bd6273}.tp-status-in_progress{color:#ccb2ff;background:#925ef433;border-color:#a278f973}.tp-status-closed{color:#d3d9e3;background:#7e85913d;border-color:#99a1b06b}.tp-info-error{color:#ffb5a7;background:#5a221847;border:1px solid #5a2f27;border-radius:10px;margin-top:16px;padding:11px}.tp-user-case-modal{gap:12px;display:grid}.tp-case-collapsible{background:#070707;border:1px solid #2a2a2a;border-radius:12px;padding:10px}.tp-case-collapsible-trigger{color:#efe6d3;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:Sora,sans-serif;font-size:.95rem;display:inline-flex}.tp-case-collapsible-trigger svg{color:#d2bd8b}.tp-case-collapsible .image-grid,.tp-case-collapsible .tp-case-timeline,.tp-case-collapsible .tp-muted{margin-top:10px}.tp-case-timeline{gap:12px;margin:0;padding:0;list-style:none;display:grid}.tp-case-timeline-item{padding-left:18px;position:relative}.tp-case-timeline-item:before{content:"";background:#2f2f2f;width:1px;position:absolute;top:10px;bottom:-14px;left:5px}.tp-case-timeline-item:last-child:before{display:none}.tp-case-timeline-dot{background:var(--tp-accent);border-radius:999px;width:10px;height:10px;position:absolute;top:4px;left:0}.tp-case-timeline-title{color:#f3ecd9;margin:0;font-size:.92rem}.tp-case-timeline-time{color:#9f8d6b;margin:4px 0 0;font-size:.8rem}.tp-case-timeline-note{color:#cebea1;margin:6px 0 0;font-size:.88rem;line-height:1.45}.tp-auth-topbar{border-bottom-color:#0000}.tp-auth-card-wrap{place-items:center;min-height:calc(100vh - 88px);padding:18px;display:grid}.tp-auth-card{border:1px solid var(--tp-card-border);background:radial-gradient(220px 150px at 88% 8%,#e4b44f2e,#0000 60%),linear-gradient(140deg,#181714f5,#111111fa);border-radius:18px;width:min(100%,480px);padding:24px 20px}.tp-auth-form{gap:12px;margin-top:15px;display:grid}.tp-auth-form label{color:#cab792;margin-bottom:7px;font-size:.84rem;display:block}.tp-auth-footnote{color:var(--tp-muted);margin-top:14px;font-size:.92rem}.tp-auth-footnote a{color:var(--tp-accent);font-weight:700}.portal-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#050505b3}.portal-modal{background:#070707;border:1px solid #2b2b2b;border-radius:18px;box-shadow:0 24px 60px #0000008c}.portal-modal .modal-head{background:#070707;border-bottom:1px solid #2a2a2a}.portal-modal .modal-head h3{color:#efefef;font-family:Sora,sans-serif}.portal-modal .icon-btn{color:#ddd;background:#070707;border-color:#343434}.portal-modal .modal-body{background:0 0}.portal-modal .form-label{color:#b8b8b8;letter-spacing:.12em;font-size:.74rem}.portal-modal .input,.portal-modal .select,.portal-modal .textarea{color:#ececec;background:#070707;border:1px solid #313131;font-family:Sora,sans-serif}.portal-modal .input::placeholder,.portal-modal .textarea::placeholder{color:#888}.portal-modal .form-error{color:#ff9e8c}.portal-modal .btn{border-radius:10px;min-height:38px}.portal-modal .btn-primary{background:var(--tp-accent);color:#151106;border-color:#0000}.portal-modal .btn-secondary{color:#ddd;background:#070707;border-color:#3a3a3a}.portal-modal .case-meta-item,.portal-modal .case-note{background:#070707;border-color:#2b2b2b}.portal-modal .case-meta-label{color:#aaa}.portal-modal .case-meta-value,.portal-modal .case-details h4,.portal-modal .case-details h5{color:#f4ecd9}.portal-modal .case-details p,.portal-modal .case-note p{color:#c3c3c3}.portal-modal .image-grid img{border-color:#2e2e2e}.tp-admin-shell .tp-topbar,.tp-admin-shell .tp-nav,.tp-admin-shell .tp-main{max-width:1120px}.tp-admin-pill{color:var(--tp-accent-strong);letter-spacing:.05em;background:#1f1a12;border:1px solid #4b3b20;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:800}.tp-logout-pill{border:1px solid var(--tp-border);color:#d7c7a5;letter-spacing:.05em;cursor:pointer;background:#131313;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-family:Michroma,sans-serif;font-size:.72rem;font-weight:700;display:inline-flex}.tp-admin-nav .tp-admin-nav-item{cursor:pointer;background:0 0;border:0;width:100%;font-family:Michroma,sans-serif}.tp-admin-main{padding-top:20px}.tp-admin-hero{border:1px solid var(--tp-card-border);background:radial-gradient(190px 150px at 94% 9%,#e4b44f29,#0000 60%),linear-gradient(140deg,#171717f2,#101010f5);border-radius:20px;padding:22px}.tp-admin-hero h1{margin-top:10px;margin-bottom:8px;font-family:Sora,sans-serif;font-size:clamp(1.5rem,3.2vw,2.1rem)}.tp-admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.tp-admin-stat-card{border:1px solid var(--tp-border);background:linear-gradient(145deg,#111111f5,#0c0c0cf0);border-radius:12px;padding:11px 12px}.tp-admin-stat-card span{color:#a8946f;letter-spacing:.08em;font-size:.77rem;display:block}.tp-admin-stat-card strong{color:#fbf7ec;margin-top:6px;font-size:1.35rem;font-weight:800;display:block}.tp-admin-panel{border:1px solid var(--tp-border);background:linear-gradient(145deg,#111111f2,#0c0c0cf2);border-radius:16px;margin-top:14px;padding:16px}.tp-admin-panel-head{margin-bottom:12px}.tp-admin-panel-head h2{margin:0;font-family:Sora,sans-serif;font-size:1.18rem}.tp-admin-panel-head p{color:var(--tp-muted);margin-top:6px}.tp-admin-toolbar{grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.tp-search-wrap{border:1px solid var(--tp-border);background:#101010;border-radius:12px;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.tp-search-wrap svg{color:#83755f;flex-shrink:0}.tp-search-wrap .input{background:0 0;border:0;min-height:42px;padding-inline:0}.tp-admin-page .form-control{margin:0}.tp-admin-page .form-label{letter-spacing:.12em;color:#bda97b;margin-bottom:6px;font-size:.74rem}.tp-admin-page .input,.tp-admin-page .select,.tp-admin-page .textarea{border:1px solid var(--tp-border);color:var(--tp-text);background:#101010;border-radius:10px;min-height:42px;font-family:Sora,sans-serif}.tp-admin-page .textarea{min-height:92px}.tp-admin-page .form-error{color:#ff9e8c;margin-top:6px;font-size:.82rem}.tp-admin-page .btn{border-radius:10px;min-height:38px;font-family:Michroma,sans-serif;font-weight:700}.tp-admin-page .btn-primary{background:var(--tp-accent);color:#151106;border:1px solid #0000}.tp-admin-page .btn-secondary{color:#dcc08a;background:#e4b44f14;border:1px solid #5b4a2c}.tp-admin-table-shell{border:1px solid var(--tp-border);border-radius:12px;overflow:hidden}.tp-admin-page .tp-admin-table-shell.responsive-table{border-color:var(--tp-border);background:#101010}.tp-admin-page table{border-collapse:collapse;background:0 0;width:100%}.tp-admin-page th,.tp-admin-page td{vertical-align:top;border-bottom:1px solid #242424;padding:10px}.tp-admin-page .tp-admin-table-shell td{background:0 0}.tp-admin-page th{color:#ae9a74;letter-spacing:.09em;text-align:left;background:#1a181466;font-size:.75rem}.tp-admin-page td{color:#c8baa2;font-size:.88rem}.tp-admin-page td p{color:#8f7e61;margin-top:4px;font-size:.82rem}.tp-admin-page .status-badge{border:1px solid #0000;font-weight:700}.tp-admin-page .status-new{color:#85e6ad;background:#30ae622e;border-color:#42ce7966}.tp-admin-page .status-contacted{color:#a7beff;background:#5279ff2e;border-color:#6e92ff6b}.tp-admin-page .status-quoted{color:#f4d391;background:#eaae4c33;border-color:#f2bd6273}.tp-admin-page .status-in_progress{color:#ccb2ff;background:#925ef433;border-color:#a278f973}.tp-admin-page .status-closed{color:#d3d9e3;background:#7e85913d;border-color:#99a1b06b}.tp-admin-page .role-pill{color:#e8c56e;text-transform:uppercase;background:#e4b44f14;border:1px solid #4b3b20;border-radius:999px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.tp-admin-page .case-notes-empty{color:#7f725f}.tp-admin-page .empty-state{border:1px solid var(--tp-border);background:#101010;border-radius:12px}.tp-admin-page .empty-state h4{color:var(--tp-text)}.tp-admin-page .empty-state p{color:#c8baa2}.tp-admin-mobile-list{margin-top:10px}.tp-admin-mobile-card{border:1px solid var(--tp-border);background:#101010;border-radius:12px}.tp-admin-page .pagination{color:#b49f77;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.tp-admin-page .surface-card{border:1px solid var(--tp-border);background:#111;border-radius:12px}.tp-admin-card{padding:12px}.tp-admin-action-stack{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.tp-admin-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tp-admin-categories-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.tp-admin-page .category-list{gap:8px;margin-top:10px;display:grid}.tp-admin-page .category-list-item{border:1px solid #262626;border-radius:10px;padding:10px}.tp-admin-category-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.tp-admin-category-delete-btn{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.tp-admin-page .category-list-item h4{margin:0;font-family:Sora,sans-serif;font-size:.95rem}.tp-admin-category-title{align-items:center;gap:7px;display:inline-flex}.tp-admin-category-title-icon{color:#cead6b;align-items:center;display:inline-flex}.tp-admin-page .category-list-item p{color:#8f7e61;margin-top:5px;font-size:.85rem}.tp-admin-delete-modal{gap:12px;display:grid}.tp-admin-delete-alert{background:#67271e33;border:1px solid #5d2b24;border-radius:10px;align-items:flex-start;gap:8px;padding:10px;display:flex}.tp-admin-delete-alert svg{color:#ff9e8c;flex-shrink:0;margin-top:2px}.tp-admin-delete-alert p{color:#f1d5cf;margin:0;font-size:.9rem}.tp-admin-page .case-details,.tp-admin-page .case-meta-item,.tp-admin-page .case-note{border-color:#2a2a2a}.tp-admin-page .case-meta-label{color:#9f8d6b}.tp-admin-page .case-meta-value,.tp-admin-page .case-details h4,.tp-admin-page .case-details h5{color:#f3ecd9}.tp-admin-page .case-details p{color:#a8946f}.tp-admin-page .image-grid a{border:1px solid #2c2c2c}.tp-admin-page .modal{border:1px solid var(--tp-border);background:#101010}.tp-admin-page .modal-head{border-bottom:1px solid #232323}.tp-admin-page .modal-head h3{color:#f5eedb;font-family:Sora,sans-serif}.tp-admin-page .modal-status-panel h4{margin:0 0 8px;font-family:Sora,sans-serif}.portal-modal .tp-admin-page .form-label{color:#b8b8b8}.portal-modal .tp-admin-page .input,.portal-modal .tp-admin-page .select,.portal-modal .tp-admin-page .textarea{color:#ececec;background:#070707;border-color:#313131}.portal-modal .tp-admin-page .btn-secondary{color:#ddd;background:#070707;border-color:#3a3a3a}.portal-modal .tp-admin-page .case-meta-item,.portal-modal .tp-admin-page .case-note{background:#070707}.portal-modal .tp-admin-page .case-meta-label{color:#aaa}.portal-modal .tp-admin-page .case-details p,.portal-modal .tp-admin-page .case-note p{color:#c3c3c3}.portal-modal .status-badge{border:1px solid #0000;font-weight:700}.portal-modal .status-new{color:#85e6ad;background:#30ae622e;border-color:#42ce7966}.portal-modal .status-contacted{color:#a7beff;background:#5279ff2e;border-color:#6e92ff6b}.portal-modal .status-quoted{color:#f4d391;background:#eaae4c33;border-color:#f2bd6273}.portal-modal .status-in_progress{color:#ccb2ff;background:#925ef433;border-color:#a278f973}.portal-modal .status-closed{color:#d3d9e3;background:#7e85913d;border-color:#99a1b06b}@media (width<=640px){.tp-topbar{padding:10px}.tp-main{padding:14px 14px 30px}.tp-input-grid.two-col,.tp-time-grid,.tp-trade-pills{grid-template-columns:1fr}.tp-trade-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tp-trade-card{min-height:148px;padding:13px 12px}.tp-trade-card h3{margin-top:11px;font-size:1rem}.tp-trade-card p{font-size:.84rem;line-height:1.35}.tp-free-pill{display:none}.tp-nav-item{min-height:64px;font-size:.62rem}.tp-logout-pill span,.tp-admin-pill{display:none}.tp-topbar-brand{font-size:clamp(.78rem,3.8vw,1.04rem)}.tp-topbar-brand svg{width:12px;height:12px}.tp-language-option{padding-inline:7px;font-size:.64rem}}@media (width<=980px){.tp-admin-stats,.tp-admin-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-admin-categories-grid,.tp-admin-edit-grid{grid-template-columns:1fr}.tp-admin-category-row{flex-direction:column}}
