@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root,[data-theme=dark]{--bg:linear-gradient(165deg,#1e3568,#152447 50%,#0d1a33);--surface:rgba(8,18,40,0.85);--surface-elevated:rgba(12,24,52,0.92);--border:rgba(255,255,255,0.1);--border-subtle:rgba(255,255,255,0.06);--text:#f1f5f9;--muted:#8fa3c4;--accent:#6a9de8;--accent-hover:#4e83fd;--btn-primary:#f47e3e;--btn-primary-hover:#e06d2e;--accent-secondary:#4a7c8c;--success:#10b981;--pro:#8b5cf6;--role-executor:#5b8a72;--role-customer:#6b7f9e;--role-admin:#8b7355;--header-height:0px;--sidebar-width:220px}[data-theme=lavender]{--bg:linear-gradient(165deg,#e8f1ff,#d4e4ff 45%,#b8d4ff);--surface:rgba(255,255,255,0.88);--surface-elevated:rgba(255,255,255,0.95);--border:rgba(78,131,253,0.28);--border-subtle:rgba(78,131,253,0.14);--text:#1e293b;--muted:#64748b;--accent:#3d72eb;--accent-hover:#2f62d4;--btn-primary:#f47e3e;--btn-primary-hover:#e06d2e;--accent-secondary:#4f46e5;--success:#059669;--pro:#7c3aed;--role-executor:#166534;--role-customer:#1e3a5f;--role-admin:#78350f;--header-height:0px;--sidebar-width:220px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);background-attachment:fixed;color:var(--text);line-height:1.6;overflow-x:hidden;min-height:100dvh}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;font-size:.9375rem;border:none;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s,transform .15s}.btn-primary{background:var(--btn-primary);color:white}.btn-primary:hover{background:var(--btn-primary-hover)}.btn-primary:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary:disabled:hover{background:var(--btn-primary)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:border-color .18s,transform .18s,box-shadow .18s}.card:hover{border-color:var(--muted);transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.12)}.card-title{font-weight:600;font-size:1.0625rem;margin-bottom:.5rem}.card-desc-long,.card-meta{color:var(--muted);font-size:.875rem}.card-desc-long{line-height:1.55}.badge{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500;background:rgba(59,130,246,.15);color:var(--accent)}.input{padding:.625rem .875rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9375rem;width:100%}.input:focus{outline:none;border-color:var(--btn-primary)}.select,.textarea{padding:.625rem .875rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9375rem;width:100%}.textarea{min-height:120px;resize:vertical;font-family:inherit}.error-msg{color:#f87171;font-size:.875rem;margin-top:.5rem}.logo{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;font-weight:700;font-size:1.25rem}.logo-accent{color:var(--btn-primary)}.input-password-wrap{position:relative;display:flex;align-items:center}.input-password-wrap .input{padding-right:2.75rem}.input-password-toggle{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:2.75rem;background:transparent;border:none;color:var(--muted);cursor:pointer;padding:0;transition:color .15s}.input-password-toggle:hover{color:var(--text)}.password-checklist{display:flex;flex-direction:column;gap:.25rem;margin-top:.375rem;list-style:none;padding:0}.password-checklist li{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--muted);transition:color .15s}.password-checklist li.ok{color:var(--success)}.theme-toggle-fixed{position:fixed;top:1rem;right:1rem;z-index:400;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.theme-toggle-fixed:hover{border-color:var(--muted);background:var(--surface-elevated)}.site-header{border-bottom:1px solid var(--border);padding:.625rem 0;min-height:var(--header-height)}.header-inner{justify-content:space-between;gap:1rem}.header-actions,.header-inner{display:flex;align-items:center}.header-actions{gap:.75rem}.header-auth-desktop{display:flex;gap:.5rem;align-items:center}.header-toolbar-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;flex-shrink:0}.header-toolbar-btn:hover{color:var(--text);border-color:var(--muted)}.header-toolbar-btn-accent:hover{color:#f87171;border-color:#f87171}.nav-link{color:var(--muted);font-size:.875rem;padding:.25rem 0;white-space:nowrap;transition:color .18s,opacity .18s}.nav-link:hover{color:var(--text)}.role-badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.role-badge-executor{background:rgba(91,138,114,.18);color:var(--role-executor);border:1px solid rgba(91,138,114,.35)}.role-badge-customer{background:rgba(107,127,158,.18);color:var(--role-customer);border:1px solid rgba(107,127,158,.35)}.role-badge-admin{background:rgba(139,115,85,.18);color:var(--role-admin);border:1px solid rgba(139,115,85,.35)}.burger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer}.burger-btn-fixed{position:fixed;top:1rem;left:1rem;z-index:400}.burger-bar{display:block;width:100%;height:2px;background:var(--text);border-radius:1px}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:410}.nav-drawer{position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--surface);border-left:1px solid var(--border);z-index:411;display:flex;flex-direction:column;transition:transform .2s ease;animation:drawer-in-right .2s ease}.nav-drawer-left{left:0;right:auto;border-left:none;border-right:1px solid var(--border);animation:drawer-in-left .2s ease}@keyframes drawer-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes drawer-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.nav-drawer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer}.nav-drawer-links{display:flex;flex-direction:column;padding:.75rem;overflow-y:auto;flex:1 1}.nav-drawer-link{display:flex;align-items:center;min-height:44px;padding:.625rem .75rem;color:var(--text);font-size:1rem;border-radius:8px}.nav-drawer-link:hover{background:rgba(255,255,255,.06)}[data-theme=lavender] .nav-drawer-link:hover{background:rgba(78,131,253,.08)}.nav-drawer-divider{height:1px;background:var(--border);margin:.5rem .75rem}.nav-drawer-auth{display:flex;flex-direction:column;gap:.5rem}.nav-drawer-footer{flex-shrink:0;padding:1rem;border-top:1px solid var(--border)}.btn-block{width:100%}.grid-cards{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.form-container{max-width:560px;width:100%}.form-container-narrow{max-width:440px;width:100%}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.page-header-row{justify-content:space-between;align-items:flex-start;gap:1rem}.page-header-row,.search-form{display:flex;margin-bottom:2rem;flex-wrap:wrap}.search-form{gap:.75rem}.search-form .input{flex:1 1 240px;max-width:400px}.hero-actions{gap:1rem}.cta-row,.hero-actions{display:flex;justify-content:center}.cta-row{gap:.75rem}.response-actions{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.chat-main{display:flex;flex-direction:column;height:100dvh;max-height:100dvh}.chat-connection-banner{flex-shrink:0;padding:.625rem 1.5rem;font-size:.875rem;text-align:center;border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted)}.chat-connection-banner--connecting{color:var(--accent)}.chat-connection-banner--disconnected{color:var(--text)}.chat-input-bar{flex-shrink:0;display:flex;gap:.75rem;padding:1rem 1.5rem max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);position:-webkit-sticky;position:sticky;bottom:0;background:var(--surface)}.hide-mobile{display:flex}.show-mobile{display:none}@media (max-width:768px){.specialists-search-row{flex-direction:column;align-items:stretch}.specialists-search-row .btn,.specialists-search-row .input{width:100%;flex:none}.specialists-grid,.specialists-layout{grid-template-columns:1fr}.projects-search-row{flex-direction:column;align-items:stretch}.projects-search-row .btn,.projects-search-row .input{width:100%;flex:none}.projects-grid,.projects-layout{grid-template-columns:1fr}.project-detail-container{padding-bottom:calc(5rem + env(safe-area-inset-bottom))}.project-detail-sticky-cta{display:block;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;z-index:40;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));margin-top:1.5rem;background:linear-gradient(to top,var(--bg) calc(100% - 1px),rgba(0,0,0,0))}.specialist-profile-hero{flex-direction:column}.specialist-profile-actions{width:100%;justify-content:stretch}.specialist-profile-actions>*{width:100%}.specialist-modal{top:auto;left:.75rem;right:.75rem;bottom:max(.75rem,env(safe-area-inset-bottom));width:auto;max-height:min(82vh,760px);transform:none;padding:1rem}.specialist-modal-actions{flex-direction:column-reverse}.specialist-modal-actions .btn{width:100%}.container{padding:0 1rem}.btn{min-height:44px}.hide-mobile{display:none!important}.show-mobile{display:flex!important}.burger-btn{display:flex}.form-grid-2{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.page-header-row{flex-direction:column;align-items:stretch}.page-header-row .btn{width:100%}.search-form{flex-direction:column}.search-form .input{max-width:none;flex:none;width:100%}.search-form .btn{width:100%}.cta-row{flex-direction:column;align-items:stretch}.btn-block-mobile,.cta-row .btn{width:100%}.response-actions{flex-direction:column;align-items:stretch}.chat-input-bar{padding-left:1rem;padding-right:1rem}.chat-input-bar .btn{align-self:stretch}}.app-shell-body{min-height:100dvh}.app-sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100dvh;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-sidebar-brand{display:flex;justify-content:center;align-items:center;padding:1.25rem .75rem 1rem;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.app-sidebar-nav{display:flex;flex-direction:column;gap:.125rem;flex:1 1;overflow-y:auto;padding:1rem .75rem;min-height:0}.app-sidebar-footer{flex-shrink:0;padding:.75rem;border-top:1px solid var(--border-subtle)}.sidebar-footer-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:center}.sidebar-footer-auth{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;color:var(--muted);transition:background .15s,color .15s;line-height:1.4}.sidebar-link:hover{background:rgba(255,255,255,.06);color:var(--text)}[data-theme=lavender] .sidebar-link:hover{background:rgba(78,131,253,.08)}.sidebar-link-active{background:rgba(244,126,62,.18);color:var(--btn-primary)}.sidebar-divider{height:1px;background:var(--border-subtle);margin:.5rem .75rem}.app-shell-main{margin-left:var(--sidebar-width);min-width:0}@media (max-width:768px){.app-shell-main{margin-left:0;padding-top:calc(3.5rem + env(safe-area-inset-top, 0px));padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}}.category-filters{margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.category-filters-all{padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.category-filter-group{border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden}.category-filter-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;background:var(--surface-elevated);border:none;cursor:pointer;text-align:left;gap:.5rem}.category-filter-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.category-filter-chevron{font-size:.75rem;color:var(--muted);transition:transform .15s;flex-shrink:0}.category-filter-group-open .category-filter-chevron{transform:rotate(180deg)}.category-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:.625rem .75rem .75rem}.category-chip{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;background:var(--surface-elevated);border:1px solid var(--border-subtle);color:var(--muted);transition:border-color .18s,color .18s,background .18s;cursor:pointer}.category-chip:hover{border-color:var(--muted);color:var(--text)}.category-chip-active{background:rgba(244,126,62,.15);border-color:var(--btn-primary);color:var(--btn-primary)}.category-filter-list{display:flex;flex-direction:column;gap:.125rem;padding:.375rem}.category-filter-item{display:block;width:100%;padding:.5rem .625rem;border-radius:6px;font-size:.875rem;border:none;background:transparent;color:var(--muted);transition:background .15s,color .15s;text-align:left;cursor:pointer}.category-filter-item:hover{background:rgba(255,255,255,.06);color:var(--text)}[data-theme=lavender] .category-filter-item:hover{background:rgba(78,131,253,.08)}.category-filter-item-active{background:rgba(244,126,62,.12);color:var(--btn-primary)}.category-filters-compact{margin-bottom:0;gap:.375rem}.category-filters-compact .category-filters-all{padding-bottom:.5rem}.category-filters-compact .category-filter-group-toggle{padding:.5rem .625rem}.category-filters-compact .category-filter-list{padding:.25rem}.category-filters-compact .category-filter-item{padding:.4375rem .5625rem;font-size:.8125rem}.specialists-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.specialists-search-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.specialists-search-row .input{flex:1 1 320px}.specialists-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.specialists-sidebar{position:-webkit-sticky;position:sticky;top:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}.specialists-main{min-width:0}.specialists-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.specialists-filter-panel{display:flex;flex-direction:column;gap:1rem}.specialists-filter-group{display:flex;flex-direction:column;gap:.625rem}.specialists-filter-label{font-size:.8125rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.specialists-toggle{display:inline-flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--text)}.specialists-toggle input{width:1rem;height:1rem;accent-color:var(--btn-primary)}.specialists-filter-actions{display:flex;flex-direction:column;gap:.625rem}.specialist-card{display:flex;flex-direction:column;gap:1rem;min-height:100%}.specialist-card-header{display:flex;justify-content:space-between;gap:1rem}.specialist-card-badges,.specialist-card-skills,.specialist-chip-list{display:flex;flex-wrap:wrap;gap:.5rem}.specialist-card-bio{color:var(--muted);font-size:.9375rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.specialist-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.specialist-card-skeleton{min-height:220px}.filter-sheet-overlay{position:fixed;inset:0;border:none;background:rgba(0,0,0,.5);z-index:520}.filter-bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:521;background:var(--surface-elevated);border-top:1px solid var(--border);border-top-left-radius:18px;border-top-right-radius:18px;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));max-height:min(82vh,760px);overflow-y:auto;box-shadow:0 -16px 40px rgba(0,0,0,.24)}.specialist-modal-header,.specialists-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.specialists-sheet-eyebrow{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.specialists-sheet-title{font-size:1.25rem;font-weight:700;margin:0}.specialists-sheet-close{width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer}.specialists-sheet-close:hover{color:var(--text);border-color:var(--muted)}.projects-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.projects-search-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.projects-search-row .input{flex:1 1 320px}.projects-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.projects-sidebar{position:-webkit-sticky;position:sticky;top:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}.projects-main{min-width:0}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.projects-filter-panel{display:flex;flex-direction:column;gap:1rem}.projects-filter-group{display:flex;flex-direction:column;gap:.625rem}.projects-filter-label{font-size:.8125rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.projects-filter-actions{display:flex;flex-direction:column;gap:.625rem}.project-card{display:flex;flex-direction:column;gap:.75rem;min-height:100%}.project-card-badges{display:flex;flex-wrap:wrap;gap:.5rem}.project-card-excerpt{color:var(--muted);font-size:.9375rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-meta{color:var(--text);font-size:.875rem;font-weight:500}.project-status-open{background:rgba(16,185,129,.15);color:var(--success)}.project-status-in-progress{background:rgba(139,92,246,.18);color:var(--accent)}.project-status-completed,.project-status-draft{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.projects-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.projects-sheet-eyebrow{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.projects-sheet-title{font-size:1.25rem;font-weight:700;margin:0}.projects-sheet-close{width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer}.projects-sheet-close:hover{color:var(--text);border-color:var(--muted)}.project-qualification-excerpt{color:var(--muted);font-size:.9375rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.project-detail-sticky-cta{display:none}.specialist-profile-hero{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.specialist-profile-hero-main{flex:1 1 320px;min-width:0}.specialist-profile-actions{flex:0 1 280px;display:flex;align-items:flex-start;justify-content:flex-end}.specialist-profile-auth-cta{display:flex;flex-direction:column;gap:.875rem}.specialist-profile-stats{color:var(--muted);font-size:.9375rem}.specialist-profile-sections{display:flex;flex-direction:column;gap:1rem}.specialist-section{display:flex;flex-direction:column;gap:.875rem}.specialist-section-title{font-size:1.125rem;font-weight:600}.specialist-section-copy{display:flex;flex-direction:column;gap:.875rem;line-height:1.7;white-space:pre-wrap}.specialist-links-list{list-style:none;display:flex;flex-direction:column;gap:.625rem;padding:0}.specialist-reviews-list{display:flex;flex-direction:column;gap:.875rem}.specialist-review{border:1px solid var(--border-subtle);border-radius:10px;padding:1rem;background:rgba(255,255,255,.03)}[data-theme=lavender] .specialist-review{background:rgba(78,131,253,.04)}.specialist-review-header{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.specialist-modal{position:fixed;top:50%;left:50%;z-index:522;width:min(640px,calc(100vw - 2rem));max-height:min(85vh,760px);overflow-y:auto;transform:translate(-50%,-50%);background:var(--surface-elevated);border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:0 24px 60px rgba(0,0,0,.28)}.specialist-order-list{display:flex;flex-direction:column;gap:.75rem}.specialist-order-option{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer}.specialist-order-option input{margin-top:.25rem;accent-color:var(--btn-primary)}.specialist-order-option-body{flex:1 1;min-width:0}.specialist-order-option-header{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.375rem;flex-wrap:wrap}.specialist-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.dashboard-stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.dashboard-stat-label{color:var(--muted);font-size:.875rem}.dashboard-section{margin-bottom:2.5rem}.dashboard-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.dashboard-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-quick-actions{display:flex;flex-wrap:wrap;gap:.75rem}.dashboard-mobile-safe{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0 4rem;color:var(--muted)}.flash-banner{padding:.875rem 1.5rem;text-align:center;font-size:.9375rem;font-weight:500}.flash-banner-success{background:rgba(16,185,129,.12);color:var(--success);border-bottom:1px solid rgba(16,185,129,.25)}.page-enter{animation:page-enter .2s ease forwards}@keyframes page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.card,.nav-drawer,.nav-drawer-left,.page-enter{animation:none;transition:none}.card:hover{transform:none}}.admin-main{padding:2rem 0 4rem}.admin-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.admin-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;position:-webkit-sticky;position:sticky;top:1rem}.admin-sidebar-title{font-size:.8125rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;padding:0 .5rem}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-link{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.9375rem;color:var(--muted);transition:background .15s,color .15s}.admin-sidebar-link:hover{background:rgba(255,255,255,.06);color:var(--text)}[data-theme=lavender] .admin-sidebar-link:hover{background:rgba(78,131,253,.08)}.admin-sidebar-link-active{background:rgba(244,126,62,.12);color:var(--btn-primary)}.auth-layout{min-height:100dvh}.auth-brand{display:flex;justify-content:center;padding:2.5rem 1rem 0}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.admin-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table td,.admin-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-subtle)}.admin-table th{background:var(--surface-elevated);color:var(--muted);font-weight:600;font-size:.8125rem}.admin-table tr:last-child td{border-bottom:none}.admin-actions{display:flex;flex-wrap:wrap;gap:.375rem}.admin-actions .btn{padding:.375rem .625rem;font-size:.8125rem}@media (max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-sidebar-nav{flex-direction:row;flex-wrap:wrap}}.site-footer{border-top:1px solid var(--border);padding:2.5rem 0;margin-top:auto}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem .5rem}.footer-nav-item{display:inline-flex;align-items:center;gap:.5rem}.footer-sep{color:var(--muted)}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.footer-link{color:var(--muted);font-size:.875rem;transition:color .15s}.footer-link:hover{color:var(--text)}.footer-copy{color:var(--muted);font-size:.8125rem}.marketing-page{max-width:720px}.marketing-list{list-style:disc;padding-left:1.25rem;color:var(--muted);display:flex;flex-direction:column;gap:.5rem}.marketing-list-ordered{list-style:decimal}.contacts-list{list-style:none;display:flex;flex-direction:column;gap:1rem;font-size:1.0625rem}.contacts-label{font-weight:600;color:var(--text)}.contacts-link{color:var(--accent)}.contacts-link:hover{text-decoration:underline}.zigzag-row{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;padding:3rem 0;border-top:1px solid var(--border)}.zigzag-media,.zigzag-text{flex:1 1;min-width:0}.zigzag-media{width:100%}.zigzag-example{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.zigzag-example:last-child{margin-bottom:0}.zigzag-example-label{display:inline-block;font-size:.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem}@media (min-width:768px){.zigzag-row{flex-direction:row;gap:3rem}.zigzag-row-reverse{flex-direction:row-reverse}}.contacts-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:768px){.contacts-grid{grid-template-columns:1fr 1fr;gap:3rem}}.skeleton{background:var(--surface-elevated);border-radius:6px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08) 50%,transparent);animation:skeleton-shimmer 1.5s ease-in-out infinite}[data-theme=lavender] .skeleton:after{background:linear-gradient(90deg,transparent,rgba(78,131,253,.12) 50%,transparent)}@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-text{height:1rem;width:100%}.skeleton-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);min-height:160px;width:100%}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--muted)}.empty-state-title{font-size:1.0625rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.empty-state-desc{font-size:.9375rem;margin-bottom:1.25rem;max-width:400px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0;color:var(--muted)}.error-state-message{margin:0}.error-state .btn{margin-top:1rem}.toast-container{position:fixed;z-index:500;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;top:1rem;right:1rem;max-width:min(360px,calc(100vw - 2rem))}.toast{pointer-events:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-elevated);font-size:.9375rem;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:toast-in .2s ease}.toast-success{border-color:rgba(16,185,129,.35);color:var(--success)}.toast-error{border-color:rgba(248,113,113,.35);color:#f87171}.toast-info{border-color:rgba(106,157,232,.35);color:var(--accent)}.toast-message{flex:1 1;line-height:1.45}.toast-dismiss{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:1.25rem;line-height:1;padding:0;flex-shrink:0;transition:color .15s}.toast-dismiss:hover{color:var(--text)}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.accordion{display:flex;flex-direction:column;gap:.5rem}.accordion-item{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface)}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:.9375rem;font-weight:500;color:var(--text);gap:1rem;transition:background .15s}.accordion-trigger:hover{background:rgba(255,255,255,.04)}[data-theme=lavender] .accordion-trigger:hover{background:rgba(78,131,253,.06)}.accordion-chevron{font-size:.75rem;color:var(--muted);transition:transform .15s;flex-shrink:0}.accordion-item-open .accordion-chevron{transform:rotate(180deg)}.accordion-panel{padding:0 1rem 1rem;color:var(--muted);font-size:.9375rem;line-height:1.6}.section-heading{margin-bottom:2rem}.section-heading-center{text-align:center}.section-heading-left{text-align:left}.section-heading-title{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;line-height:1.3;margin-bottom:.5rem}.section-heading-left .section-heading-title{font-size:1.25rem;font-weight:600}.section-heading-subtitle{color:var(--muted);font-size:1.0625rem;line-height:1.55;max-width:560px}.section-heading-center .section-heading-subtitle{margin-left:auto;margin-right:auto}.tabs-row{display:flex;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.tab-button{padding:.625rem 1.25rem;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.tab-button:hover{border-color:var(--muted);color:var(--text)}.tab-button-active{background:rgba(244,126,62,.12);border-color:var(--btn-primary);color:var(--btn-primary);font-weight:600}.pricing-card-pro{box-shadow:0 8px 30px rgba(139,92,246,.18)}@media (min-width:768px){.pricing-card-pro{transform:scale(1.03)}}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:1rem}.timeline-item-marker{flex-direction:column}.timeline-item-marker,.timeline-item-number{display:flex;align-items:center;flex-shrink:0}.timeline-item-number{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--btn-primary);color:white;justify-content:center;font-weight:700;font-size:.9375rem}.timeline-item-line{flex:1 1;width:2px;min-height:1.25rem;background:var(--border);margin-top:.25rem}.timeline-item-content{padding-top:.375rem;padding-bottom:2rem}.timeline-item-title{font-weight:600;font-size:1.0625rem;color:var(--text);margin-bottom:.375rem}.timeline-item-desc{color:var(--muted);font-size:.9375rem;line-height:1.55}.faq-group{margin-bottom:2.5rem}.faq-group:last-child{margin-bottom:0}.home-section{padding:3.5rem 0;border-top:1px solid var(--border)}.home-section-cta{background:var(--surface)}.expertise-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}.specialists-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.5rem;scroll-snap-type:x proximity}.specialist-scroll-card{flex:0 0 240px;scroll-snap-align:start}@media (min-width:768px){.specialists-scroll{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible}.specialist-scroll-card{flex:initial}}@media (max-width:768px){.toast-container{top:auto;right:1rem;left:1rem;bottom:max(1rem,env(safe-area-inset-bottom));max-width:none}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.skeleton:after,.toast{animation:none}}