.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:700;color:var(--brand);text-decoration:none}.logo:hover{color:var(--brand)}.logo-img{height:40px;width:auto;object-fit:contain;display:block}.logo-text{font-size:1.25rem}.nav{display:flex;align-items:center;gap:1.25rem}.nav a{color:var(--text)}.nav a:hover{color:var(--brand)}.btn-demo{background:#ff5722;color:#fff!important;padding:.4rem .9rem;border-radius:8px;font-weight:600;font-size:.85rem;animation:pulse-demo 2s ease-in-out infinite}.btn-demo:hover{background:#e64a19;text-decoration:none}@keyframes pulse-demo{0%,to{box-shadow:0 0 #ff572266}50%{box-shadow:0 0 0 6px #ff572200}}.btn-register{background:var(--brand);color:var(--white)!important;padding:.4rem .9rem;border-radius:8px}.btn-register:hover{background:var(--brand-dark);text-decoration:none}.user-name{font-size:.9rem;color:var(--text-muted)}.btn-logout{background:transparent;border:1px solid var(--border);padding:.4rem .8rem;border-radius:8px;font-size:.9rem}.btn-logout:hover{border-color:var(--text-muted)}.lang-select{padding:.35rem .6rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;min-width:120px}@media (max-width: 640px){.header-inner{flex-wrap:wrap}.nav{order:3;width:100%}}.site-footer{background:var(--text);color:var(--surface);padding:2rem 1.5rem;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-logo-img{height:48px;width:auto;object-fit:contain;margin-bottom:.5rem}.footer-logo{font-weight:700;font-size:1.1rem}.footer-tagline{opacity:.85;font-size:.9rem;margin-top:.25rem}.footer-links{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:var(--surface);opacity:.9}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-copy{margin-top:1rem;font-size:.8rem;opacity:.7}.home-page{min-height:100vh}.hero{min-height:85vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.hero-content{text-align:center;max-width:620px}.hero-logo{width:88px;height:auto;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}.hero-title{font-size:clamp(2.2rem,6vw,3.5rem);font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-tagline{font-size:clamp(1rem,2.5vw,1.35rem);color:#fffffff2;margin-bottom:1rem}.hero-cos-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;padding:.45rem 1.2rem;border-radius:24px;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:pulse-ring 3s ease-out infinite}.hero-modules-strip{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:2rem}.hero-module-tag{display:inline-flex;align-items:center;gap:.3rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#fffffff2;padding:.4rem .9rem;border-radius:10px;font-size:.78rem;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .25s}.hero-module-tag:hover{background:#ffffff2e;transform:translateY(-2px)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-hero{padding:.85rem 1.8rem;border-radius:10px;font-weight:600;font-size:1rem;transition:transform .15s,box-shadow .15s}.btn-hero:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.btn-primary{background:#fff;color:var(--brand-dark)}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.9)}.btn-demo-hero{background:#ff5722;color:#fff;font-weight:700;animation:pulse-demo-hero 2.5s ease-in-out infinite}.btn-demo-hero:hover{background:#e64a19}@keyframes pulse-demo-hero{0%,to{box-shadow:0 0 #ff572280}50%{box-shadow:0 0 0 10px #ff572200}}.strip{background:var(--brand);color:#fff;padding:1.5rem;text-align:center;font-size:.95rem}.strip p{max-width:700px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-ring{0%{box-shadow:0 0 #0d948859}70%{box-shadow:0 0 0 12px #0d948800}to{box-shadow:0 0 #0d948800}}.scroll-hidden{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.scroll-visible{opacity:1;transform:translateY(0)}.scroll-delay-1{transition-delay:.1s}.scroll-delay-2{transition-delay:.2s}.scroll-delay-3{transition-delay:.3s}.scroll-delay-4{transition-delay:.4s}.cos-section{background:linear-gradient(180deg,#fff,#f0fdfa,#f8fafc 70%,#fff);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}.cos-section:before{content:"";position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(13,148,136,.06) 0%,transparent 70%);pointer-events:none}.cos-section:after{content:"";position:absolute;bottom:-80px;left:-100px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.05) 0%,transparent 70%);pointer-events:none}.cos-inner{max-width:1120px;margin:0 auto;position:relative;z-index:1}.cos-heading{text-align:center;font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:800;background:linear-gradient(135deg,#0f172a,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .6rem}.cos-sub{text-align:center;color:#64748b;font-size:1.1rem;max-width:680px;margin:0 auto 3.5rem;line-height:1.7}.cos-module{margin-bottom:4rem;background:#fff;border-radius:24px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 24px #0000000a,0 1px 4px #00000008;transition:box-shadow .3s,transform .3s}.cos-module:hover{box-shadow:0 12px 40px #00000014,0 2px 8px #0000000a;transform:translateY(-2px)}.cos-module:last-child{margin-bottom:0}.cos-module-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.75rem;border-bottom:1px solid #f1f5f9}.cos-module-blue{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.cos-module-green{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.cos-module-purple{background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.cos-module-orange{background:linear-gradient(135deg,#fff7ed,#ffedd5)}.cos-module-icon{font-size:2rem;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#fffc;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.cos-module-name{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0;line-height:1.3}.cos-module-tagline{font-size:.88rem;color:#64748b;margin:.15rem 0 0;line-height:1.4}.cos-module-body{display:flex;align-items:stretch;gap:2rem;padding:2rem}.cos-module-body-reverse{flex-direction:row-reverse}.cos-module-visual{flex:0 0 44%;max-width:44%}.cos-module-features{flex:1;display:flex;flex-direction:column;gap:.65rem;justify-content:center}.mock-boq-strip{display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:10px;padding:.55rem .75rem;margin-top:.75rem;font-size:.78rem;font-weight:600;color:#2563eb}.mock-boq-count{flex:1;color:#1e40af}.mock-boq-export{background:#2563eb;color:#fff;padding:.2rem .6rem;border-radius:6px;font-size:.72rem;cursor:pointer}.mock-finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.85rem}.mock-fin-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:.6rem;text-align:center;transition:transform .2s}.mock-fin-card:hover{transform:scale(1.03)}.mock-fin-revenue{border-left:3px solid #10b981}.mock-fin-cost{border-left:3px solid #ef4444}.mock-fin-profit{border-left:3px solid #8b5cf6}.mock-fin-margin{border-left:3px solid #f59e0b}.mock-fin-label{display:block;font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-weight:600}.mock-fin-value{display:block;font-size:1.1rem;font-weight:800;color:#0f172a;margin:.1rem 0}.mock-fin-trend{font-size:.7rem;font-weight:700;color:#10b981}.mock-fin-trend-down{color:#ef4444}.mock-chart-bar{display:flex;align-items:flex-end;gap:6px;height:50px;padding:.5rem .75rem;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}.mock-bar{flex:1;background:linear-gradient(180deg,#0d9488,#14b8a6);border-radius:4px 4px 0 0;min-height:6px;transition:height .5s cubic-bezier(.22,1,.36,1)}.mock-bar-active{background:linear-gradient(180deg,#8b5cf6,#a78bfa)}.cos-integration{background:linear-gradient(180deg,#f8fafc,#f0fdfa);padding:4rem 1.5rem;text-align:center}.cos-integration-inner{max-width:900px;margin:0 auto}.cos-integration-title{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:800;color:#0f172a;margin:0 0 .5rem}.cos-integration-sub{font-size:1rem;color:#64748b;max-width:550px;margin:0 auto 2.5rem;line-height:1.7}.cos-integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.cos-integration-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000a}.cos-integration-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014;border-color:#0d948840}.cos-integration-icon{font-size:2rem;margin-bottom:.75rem}.cos-integration-card h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.cos-integration-card p{font-size:.88rem;color:#64748b;margin:0;line-height:1.6}.cos-arch{background:linear-gradient(135deg,#0f172a,#1e293b);padding:3.5rem 1.5rem;color:#fff}.cos-arch-inner{max-width:700px;margin:0 auto;text-align:center}.cos-arch-header{margin-bottom:2.5rem}.cos-arch-badge{display:inline-block;background:#0d948833;color:#5eead4;border:1px solid rgba(94,234,212,.3);padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem}.cos-arch-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;color:#fff;margin:0 0 .75rem;line-height:1.3}.cos-arch-sub{font-size:1rem;color:#ffffffb3;max-width:550px;margin:0 auto;line-height:1.6}.cos-arch-layers{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem}.cos-arch-layer{display:flex;align-items:center;gap:.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:.85rem 1.5rem;border-radius:14px;width:100%;max-width:320px;font-weight:600;font-size:.95rem;color:#e2e8f0;transition:all .25s}.cos-arch-layer:hover{background:#ffffff1a;border-color:#5eead44d;transform:translate(4px)}.cos-arch-layer-icon{font-size:1.4rem}.cos-arch-connector{color:#5eead480;font-size:1.2rem;font-weight:700}.cos-arch-footer{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.enterprise-tag{display:inline-block;background:#ffffff26;color:#fff;padding:.5rem 1.25rem;border-radius:2rem;font-size:.95rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);transition:background .2s}.enterprise-tag:hover{background:#ffffff40}@media (max-width: 768px){.cos-section{padding:3rem 1rem}.cos-module-body,.cos-module-body-reverse{flex-direction:column}.cos-module-visual{flex:none;max-width:100%;width:100%}.cos-module{margin-bottom:2.5rem}.cos-module-header{padding:1rem 1.25rem}.cos-module-body{padding:1.25rem}.hero-modules-strip{gap:.4rem}.hero-module-tag{font-size:.7rem;padding:.3rem .65rem}.cos-arch-layer{max-width:100%}}@media (max-width: 480px){.cos-module-icon{width:40px;height:40px;font-size:1.5rem}.cos-module-name{font-size:1.1rem}.mock-finance-grid{grid-template-columns:1fr 1fr;gap:.35rem}.cos-integration-grid{grid-template-columns:1fr}}.feature-card{display:flex;align-items:flex-start;gap:.85rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.9rem 1.1rem;cursor:default;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 60%,rgba(13,148,136,.03) 100%);opacity:0;transition:opacity .3s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014,0 2px 8px #0d94880f;border-color:#0d948840}.feature-card:hover:before{opacity:1}.feature-card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0;position:relative;z-index:1}.feature-card-icon-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);box-shadow:0 2px 8px #2563eb1f}.feature-card-icon-green{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 2px 8px #0596691f}.feature-card-icon-orange{background:linear-gradient(135deg,#ffedd5,#fed7aa);box-shadow:0 2px 8px #c2410c1f}.feature-card-icon-purple{background:linear-gradient(135deg,#ede9fe,#ddd6fe);box-shadow:0 2px 8px #7c3aed1f}.feature-card-content{flex:1;position:relative;z-index:1;font-size:.9rem;color:#334155;line-height:1.55;padding-top:.15rem}.device-frame{position:relative;border-radius:24px;background:linear-gradient(145deg,#1e293b,#0f172a);padding:10px;box-shadow:0 25px 60px #0000002e,0 8px 20px #0000001a,inset 0 1px #ffffff14}.device-frame:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#ffffff1a;border-radius:0 0 4px 4px}.device-screen{border-radius:16px;overflow:hidden;background:#fff}.mock-card{background:linear-gradient(180deg,#fff,#f8fafc);border:none;border-radius:16px;padding:1.25rem;position:relative;overflow:hidden}.mock-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid #f1f5f9}.mock-icon{font-size:1.1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);box-shadow:0 2px 6px #0d94881a}.mock-label{font-size:.9rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.mock-rows{display:flex;flex-direction:column;gap:.45rem}.mock-row{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:#475569;padding:.45rem .65rem;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9;transition:all .2s}.mock-row:hover{background:#f0fdfa;border-color:#ccfbf1}.mock-val{font-weight:600;color:#0f172a}.mock-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:.3rem 0}.mock-total{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;box-shadow:0 2px 8px #05966914}.mock-val-big{font-size:1.2rem;color:#059669;font-weight:800;text-shadow:0 1px 2px rgba(5,150,105,.1)}.mock-products{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.85rem}.mock-product{display:flex;align-items:center;gap:.7rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:.55rem;transition:all .25s}.mock-product:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000f;border-color:#e2e8f0}.mock-product-img{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;box-shadow:0 2px 6px #0000001a}.mock-img-cement{background:linear-gradient(135deg,#94a3b8,#475569)}.mock-img-paint{background:linear-gradient(135deg,#60a5fa,#2563eb)}.mock-img-tiles{background:linear-gradient(135deg,#fbbf24,#d97706)}.mock-product-img:after{font-size:1.1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.mock-img-cement:after{content:"🧱"}.mock-img-paint:after{content:"🎨"}.mock-img-tiles:after{content:"🔲"}.mock-product-info{display:flex;flex-direction:column;gap:.15rem}.mock-pname{font-size:.8rem;font-weight:600;color:#0f172a}.mock-pprice{font-size:.78rem;color:#059669;font-weight:700}.mock-stats-row{display:flex;gap:.5rem}.mock-stat{flex:1;text-align:center;background:linear-gradient(135deg,#f0fdfa,#f0fdf4);border:1px solid #d1fae5;border-radius:10px;padding:.55rem .25rem;transition:transform .2s}.mock-stat:hover{transform:scale(1.04)}.mock-stat-num{display:block;font-weight:800;font-size:.9rem;color:#0f172a;background:linear-gradient(135deg,#0f172a,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mock-stat-label{font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.mock-portfolio-grid{display:flex;gap:.5rem;margin-bottom:.85rem}.mock-portfolio-img{flex:1;aspect-ratio:1;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 4px 12px #0000001f;transition:transform .3s;position:relative;overflow:hidden}.mock-portfolio-img:hover{transform:scale(1.06)}.mock-portfolio-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.2) 100%);border-radius:12px}.mock-review{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:.85rem;margin-bottom:.85rem;position:relative}.mock-review:before{content:'"';position:absolute;top:-4px;left:10px;font-size:2.5rem;color:#0d94881f;font-family:Georgia,serif;line-height:1}.mock-review-stars{font-size:.85rem;margin-bottom:.35rem}.mock-review-text{font-size:.78rem;color:#475569;margin:0 0 .3rem;font-style:italic;line-height:1.55}.mock-review-author{font-size:.72rem;color:#94a3b8;font-weight:600}.mock-booking-badge{text-align:center;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;padding:.6rem;border-radius:12px;font-size:.84rem;font-weight:700;box-shadow:0 4px 15px #0d94884d;transition:all .3s;cursor:pointer;animation:pulse-ring 2s ease-out infinite}.mock-booking-badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0d948866}.mock-tip-list{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.85rem}.mock-tip{display:flex;align-items:flex-start;gap:.7rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:.7rem;transition:all .25s}.mock-tip:hover{background:#fff;box-shadow:0 4px 12px #0000000f;transform:translate(4px);border-color:#e2e8f0}.mock-tip-icon{font-size:1.3rem;flex-shrink:0;margin-top:.1rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 2px 6px #f59e0b26}.mock-tip-content strong{display:block;font-size:.82rem;color:#0f172a;margin-bottom:.15rem}.mock-tip-content p{font-size:.73rem;color:#64748b;margin:0;line-height:1.5}.mock-ai-badge{text-align:center;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;padding:.55rem;border-radius:12px;font-size:.8rem;font-weight:700;box-shadow:0 4px 15px #7c3aed40;position:relative;overflow:hidden}.mock-ai-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@media (max-width: 768px){.device-frame{border-radius:18px;padding:7px}.device-screen{border-radius:12px}.feature-card{padding:.75rem .9rem}.feature-card-icon{width:34px;height:34px;font-size:1rem}}.app-note{background:#f8fafc;padding:2.5rem 1.5rem;border-top:1px solid #e2e8f0}.app-note-inner{max-width:900px;margin:0 auto}.app-note-headline{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 1.75rem;line-height:1.5}.app-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.app-features-block{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.app-features-title{font-size:1rem;font-weight:700;color:var(--brand-dark, #0f766e);margin:0 0 .75rem}.app-features-list{margin:0;padding-left:1.25rem;font-size:.9rem;color:#334155;line-height:1.65}.app-features-list li{margin-bottom:.4rem}.app-features-list li:last-child{margin-bottom:0}@media (max-width: 600px){.cos-arch{padding:2.5rem 1rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(160deg,#0d9488,#0f766e,#134e4a)}.auth-card{background:var(--white);border-radius:16px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 50px #0003}.auth-card-wide{max-width:480px}.auth-card h1{color:var(--brand);font-size:1.5rem;margin-bottom:.25rem}.auth-card h2{font-size:1.25rem;color:var(--text);margin-bottom:1.5rem}.auth-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500;color:var(--text)}.auth-form input{display:block;width:100%;padding:.6rem .75rem;margin-top:.35rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.auth-form input:focus{outline:none;border-color:var(--brand)}.auth-error{background:#fef2f2;color:#b91c1c;padding:.6rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.auth-submit{width:100%;padding:.75rem;background:var(--brand);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;margin-top:.5rem}.auth-submit:hover:not(:disabled){background:var(--brand-dark)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.auth-switch a{font-weight:500}.demo-page{min-height:100vh;background:#f8fafc}.demo-hero{background:linear-gradient(135deg,#1b5e20,#0d9488 60%,#ff5722);padding:3rem 1.5rem;text-align:center;color:#fff}.demo-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:.5rem}.demo-hero p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.demo-badge-top{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:.35rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px}.demo-note{margin-top:1rem;font-size:.85rem;opacity:.75;font-style:italic}.demo-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:900px;margin:-1.5rem auto 2rem;padding:0 1rem;position:relative;z-index:2}.demo-tab{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:12px;border:none;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#64748b;box-shadow:0 2px 8px #00000014}.demo-tab:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.demo-tab.active{color:#fff;box-shadow:0 4px 16px #0003}.demo-content{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.demo-section{animation:demoFadeIn .3s ease}@keyframes demoFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.demo-card{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e2e8f0}.demo-card h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.demo-badge{display:inline-flex;padding:.15rem .6rem;border-radius:6px;background:#ff5722;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.5px;vertical-align:middle}.demo-image-placeholder{width:100%;height:200px;border-radius:12px;background:linear-gradient(135deg,#fef3c7,#fed7aa);display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:1rem}.demo-diagnosis{background:#fff3e0;border-radius:12px;padding:1rem;margin-bottom:.75rem}.demo-diagnosis h4{color:#e65100;font-size:.9rem;margin-bottom:.5rem}.demo-recommendation{background:#e8f5e9;border-radius:12px;padding:1rem;margin-bottom:.75rem}.demo-recommendation h4{color:#2e7d32;font-size:.9rem;margin-bottom:.5rem}.demo-materials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.demo-material-tag{background:#e3f2fd;color:#1565c0;padding:.3rem .8rem;border-radius:8px;font-size:.8rem;font-weight:500}.demo-chat-box{background:#f8fafc;border-radius:12px;padding:1rem;max-height:350px;overflow-y:auto;margin-bottom:1rem}.demo-chat-msg{margin-bottom:.75rem;display:flex;flex-direction:column}.demo-chat-msg.ai{align-items:flex-start}.demo-chat-msg.user{align-items:flex-end}.demo-chat-bubble{max-width:80%;padding:.7rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.5}.demo-chat-msg.ai .demo-chat-bubble{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.demo-chat-msg.user .demo-chat-bubble{background:#1b5e20;color:#fff;border-bottom-right-radius:4px}.demo-chat-sender{font-size:.7rem;font-weight:600;margin-bottom:.2rem;color:#64748b}.demo-chat-input{display:flex;gap:.5rem}.demo-chat-input input{flex:1;padding:.7rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;outline:none}.demo-chat-input input:focus{border-color:#1b5e20}.demo-chat-input button{padding:.7rem 1.2rem;background:#1b5e20;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.demo-cost-table{width:100%;border-collapse:separate;border-spacing:0}.demo-cost-table th{text-align:left;padding:.6rem .8rem;background:#f1f5f9;font-size:.8rem;color:#64748b;font-weight:600}.demo-cost-table th:first-child{border-radius:8px 0 0}.demo-cost-table th:last-child{border-radius:0 8px 0 0;text-align:right}.demo-cost-table td{padding:.6rem .8rem;border-bottom:1px solid #f1f5f9;font-size:.9rem}.demo-cost-table td:last-child{text-align:right;font-weight:600}.demo-cost-total{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#1b5e20;color:#fff;border-radius:12px;margin-top:1rem;font-weight:700;font-size:1.1rem}.demo-budget-bar{margin-bottom:.6rem}.demo-budget-label{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:.2rem;color:#475569}.demo-budget-track{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.demo-budget-fill{height:100%;border-radius:4px;transition:width .6s ease}.demo-contractors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.demo-contractor-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0;transition:transform .2s}.demo-contractor-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.demo-contractor-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.demo-contractor-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700}.demo-contractor-info h4{font-size:1rem;margin:0}.demo-contractor-info p{font-size:.8rem;color:#64748b;margin:0}.demo-contractor-rating{font-size:.85rem;color:#f59e0b;margin-bottom:.5rem}.demo-contractor-actions{display:flex;gap:.5rem}.demo-contractor-actions button{flex:1;padding:.5rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;border:none}.demo-btn-call{background:#1b5e20;color:#fff}.demo-btn-msg{background:#e8f5e9;color:#1b5e20}.demo-project-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0;margin-bottom:1rem}.demo-project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.demo-project-status{padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600}.demo-progress-bar{height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden;margin:.75rem 0}.demo-progress-fill{height:100%;border-radius:5px;transition:width .6s ease}.demo-project-stats{display:flex;gap:1.5rem;font-size:.85rem;color:#64748b}.demo-videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.demo-video-card{border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.demo-video-thumb{position:relative;height:160px;display:flex;align-items:center;justify-content:center;font-size:2rem}.demo-video-play{position:absolute;width:50px;height:50px;border-radius:50%;background:#ff0000d9;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.demo-video-info{padding:.75rem}.demo-video-info h4{font-size:.9rem;margin:0 0 .25rem}.demo-video-info p{font-size:.75rem;color:#64748b;margin:0}.demo-invoice{font-family:Courier New,monospace}.demo-invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.demo-invoice-number{font-size:.9rem;color:#64748b}.demo-invoice-paid{background:#dcfce7;color:#16a34a;padding:.3rem .8rem;border-radius:8px;font-size:.75rem;font-weight:700}.demo-invoice-table{width:100%;margin-bottom:1rem}.demo-invoice-table th{text-align:left;font-size:.75rem;color:#64748b;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.demo-invoice-table td{padding:.5rem 0;font-size:.85rem}.demo-invoice-totals{border-top:2px solid #e2e8f0;padding-top:.75rem}.demo-invoice-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.9rem}.demo-invoice-row.total{font-weight:700;font-size:1.1rem;padding-top:.5rem;border-top:1px solid #e2e8f0;margin-top:.25rem}.demo-ar-preview{background:linear-gradient(135deg,#e0f2f1,#f3e5f5);border-radius:12px;padding:2rem;text-align:center;margin-bottom:1rem;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .4s}.demo-ar-preview h3{margin-bottom:.5rem}.demo-color-options{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.demo-color-btn{width:40px;height:40px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s}.demo-color-btn:hover{transform:scale(1.15)}.demo-color-btn.active{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e204d}.demo-cta{text-align:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#1b5e20,#0d9488);color:#fff}.demo-cta h2{font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.demo-cta p{opacity:.9;margin-bottom:1.5rem}.demo-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.demo-cta-btn{padding:.8rem 2rem;border-radius:10px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .15s}.demo-cta-btn:hover{transform:translateY(-2px);text-decoration:none}.demo-cta-primary{background:#fff;color:#1b5e20}.demo-cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}@media (max-width: 640px){.demo-tabs{gap:.35rem}.demo-tab{padding:.45rem .8rem;font-size:.75rem}.demo-contractors-grid,.demo-videos-grid{grid-template-columns:1fr}}.dashboard-page{padding:2rem 1.5rem;max-width:800px;margin:0 auto}.dashboard-inner h1{font-size:1.5rem;margin-bottom:.25rem}.dashboard-desc{color:var(--text-muted);margin-bottom:1.5rem}.products-toolbar{margin-bottom:1.5rem}.btn-add{background:var(--brand);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-weight:500}.btn-add:hover{background:var(--brand-dark)}.product-form{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.product-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500}.product-form input,.product-form textarea{display:block;width:100%;padding:.5rem .75rem;margin-top:.35rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.form-error{background:#fef2f2;color:#b91c1c;padding:.5rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.form-actions{display:flex;gap:.75rem;margin-top:1rem}.form-actions button{padding:.5rem 1rem;border-radius:8px;font-weight:500}.form-actions button[type=submit]{background:var(--brand);color:#fff;border:none}.form-actions button[type=button]{background:transparent;border:1px solid var(--border)}.loading,.empty{color:var(--text-muted);padding:2rem 0}.product-list{list-style:none}.product-item{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem}.product-info{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.product-price{color:var(--brand);font-weight:600}.product-desc{margin-top:.5rem;font-size:.9rem;color:var(--text-muted)}.legal-page{padding:2rem 1.5rem;max-width:720px;margin:0 auto}.legal-inner h1{font-size:1.75rem;margin-bottom:.5rem}.legal-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.legal-inner section{margin-bottom:1.75rem}.legal-inner h2{font-size:1.1rem;margin-bottom:.5rem;color:var(--text)}.legal-inner p{color:var(--text-muted);line-height:1.65}.admin-login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0d9488,#0f766e,#134e4a)}.admin-login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{font-size:1.75rem;color:#0d9488;margin-bottom:.5rem}.admin-login-header h2{font-size:1rem;color:#666;font-weight:400}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-group{display:flex;flex-direction:column;gap:.5rem}.admin-login-group label{font-size:.875rem;font-weight:500;color:#333}.admin-login-group input{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.admin-login-group input:focus{outline:none;border-color:#0d9488}.admin-login-error{background:#fef2f2;color:#b91c1c;padding:.75rem;border-radius:8px;font-size:.875rem}.admin-login-btn{padding:.75rem;background:#0d9488;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer}.admin-login-btn:hover:not(:disabled){background:#0f766e}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:250px;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;transition:width .3s}.admin-sidebar.collapsed{width:70px}.admin-sidebar-header{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #333}.admin-logo{width:40px;height:40px;background:#0d9488;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.admin-logo-text{font-size:1rem;font-weight:700;white-space:nowrap}.admin-sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ccc;text-decoration:none;transition:all .2s}.admin-nav-item:hover{background:#2a2a2a;color:#fff}.admin-nav-item.active{background:#0d9488;color:#fff}.admin-nav-icon{font-size:1.25rem;width:24px;text-align:center;flex-shrink:0}.admin-nav-title{white-space:nowrap}.admin-sidebar-footer{padding:1rem;border-top:1px solid #333}.admin-logout-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;width:100%;background:transparent;border:none;color:#ff6b6b;cursor:pointer;transition:all .2s;text-align:left;font-size:1rem}.admin-logout-btn:hover{background:#2a2a2a}.admin-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.admin-topbar{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:1rem}.admin-toggle{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}.admin-topbar h1{font-size:1.5rem;font-weight:600;color:#333}.admin-content{flex:1;padding:1.5rem;overflow-y:auto}.admin-apiset{max-width:100%}.admin-apiset-loading{padding:2rem;color:#6b7280}.admin-apiset-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.admin-apiset-header h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.admin-apiset-desc{color:#6b7280;font-size:.9rem;margin:0}.admin-apiset-btn-add{background:#0d9488;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-weight:500;cursor:pointer}.admin-apiset-btn-add:hover{background:#0f766e}.admin-apiset-table-wrap{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:auto}.admin-apiset-empty{padding:3rem 2rem;text-align:center;color:#6b7280;margin:0}.admin-apiset-table{width:100%;border-collapse:collapse}.admin-apiset-table th,.admin-apiset-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-apiset-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.875rem}.admin-apiset-table td code{font-size:.8rem;background:#f3f4f6;padding:.2rem .4rem;border-radius:4px}.admin-apiset-table tr.inactive{opacity:.7}.admin-apiset-table .badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:500}.admin-apiset-table .badge.active{background:#d1fae5;color:#065f46}.admin-apiset-table .badge.inactive{background:#f3f4f6;color:#6b7280}.admin-apiset-actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-apiset-actions .btn-sm{padding:.35rem .6rem;font-size:.8rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer}.admin-apiset-actions .btn-sm:hover{background:#f9fafb}.admin-apiset-actions .btn-sm.btn-danger{border-color:#fca5a5;color:#b91c1c;background:#fef2f2}.admin-apiset-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-apiset-modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.admin-apiset-modal h2{font-size:1.25rem;margin:0 0 1rem;color:#1f2937}.admin-apiset-error{background:#fef2f2;color:#b91c1c;padding:.5rem .75rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.admin-apiset-form label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-top:.75rem;margin-bottom:.25rem}.admin-apiset-hint{font-size:.8rem;color:#6b7280;margin:-.2rem 0 .35rem}.admin-apiset-form input,.admin-apiset-form select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}.admin-apiset-form input:focus,.admin-apiset-form select:focus{outline:none;border-color:#0d9488}.admin-apiset-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.admin-apiset-modal-actions .btn-primary{background:#0d9488;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;cursor:pointer}.admin-apiset-modal-actions .btn-primary:hover:not(:disabled){background:#0f766e}.admin-apiset-modal-actions .btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.admin-page-wrap{max-width:100%}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.admin-page-header h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.admin-page-desc{color:#6b7280;font-size:.9rem;margin:0}.admin-page-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:auto}.admin-page-empty{padding:3rem 2rem;text-align:center;color:#6b7280;margin:0}.admin-page-table{width:100%;border-collapse:collapse}.admin-page-table th,.admin-page-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-page-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.875rem}.admin-page-btn{background:#0d9488;color:#fff;border:none;padding:.5rem .9rem;border-radius:8px;font-weight:500;cursor:pointer;font-size:.9rem}.admin-page-btn:hover{background:#0f766e}.admin-page-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.admin-page-loading{padding:2rem;color:#6b7280}.admin-store-subscriptions{padding:0}.admin-ss-header{margin-bottom:1.5rem}.admin-ss-header h1{font-size:1.5rem;font-weight:600;color:#1f2937}.admin-ss-loading{padding:2rem;color:#6b7280}.admin-ss-plans{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.admin-ss-plans h2,.admin-ss-list h2{font-size:1.25rem;margin-bottom:1rem;color:#374151}.admin-ss-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.admin-ss-plan-card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;position:relative}.admin-ss-plan-card h3{font-size:1.1rem;margin-bottom:.5rem}.admin-ss-plan-edit-btn{margin-top:.75rem;padding:.4rem .75rem;font-size:.85rem;background:#0d9488;color:#fff;border:none;border-radius:8px;cursor:pointer}.admin-ss-plan-edit-btn:hover{background:#0f766e}.admin-ss-price{font-size:1.25rem;font-weight:600;color:#0d9488;margin-bottom:.5rem}.admin-ss-list{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.admin-ss-table{width:100%;border-collapse:collapse}.admin-ss-table th,.admin-ss-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-ss-table th{background:#f9fafb;font-weight:600;color:#374151}.admin-ss-empty{text-align:center;padding:2rem;color:#6b7280}.admin-ss-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-ss-modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.admin-ss-modal h2{font-size:1.25rem;margin:0 0 1rem;color:#1f2937}.admin-ss-error{background:#fef2f2;color:#b91c1c;padding:.5rem .75rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.admin-ss-form label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-top:.75rem;margin-bottom:.25rem}.admin-ss-form input,.admin-ss-form textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;box-sizing:border-box}.admin-ss-form textarea{resize:vertical;min-height:80px}.admin-ss-form input:focus,.admin-ss-form textarea:focus{outline:none;border-color:#0d9488}.admin-ss-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.admin-ss-btn-primary{background:#0d9488;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;cursor:pointer}.admin-ss-btn-primary:hover:not(:disabled){background:#0f766e}.admin-ss-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;cursor:pointer}:root{--brand: #0d9488;--brand-dark: #0f766e;--surface: #f8fafc;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--white: #ffffff;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text);background:var(--surface)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}[dir=rtl]{text-align:right}
