body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#111418;color:#f5f5f5}a{color:#e6152a;text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column}.header{justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #242933;background:radial-gradient(circle at top left,#1f2833 0,#111418 45%,#0b0d10 100%)}.header,.header-left{display:flex;align-items:center}.header-left{gap:1rem}.header-logo{height:32px;max-width:160px;width:auto;object-fit:contain}@media (max-width:900px){.header-logo{height:28px;max-width:140px}}@media (max-width:600px){.header-logo{height:24px;max-width:120px}}.header-title{font-size:1.1rem;font-weight:600}.header-subtitle{font-size:.85rem;color:#a0a8b8}.header-right{font-size:.9rem;color:#a0a8b8}.main{flex:1 1;padding:2rem;max-width:1200px;margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem;align-items:flex-start}.hero>div{min-width:0}@media (max-width:900px){.main{padding:1.5rem 1.25rem 2rem}.header{flex-wrap:wrap;gap:.75rem}.hero{grid-template-columns:minmax(0,1fr);gap:1.5rem}}.hero-left h1{font-size:2rem;margin-bottom:.75rem}.hero-left p{color:#c0c6d5;margin-bottom:1rem}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.badge{font-size:.8rem;padding:.35rem .7rem;border-radius:999px;border:1px solid #272f3b;background:#161b22;color:#d6d9e3}.hero-section{margin-bottom:1.5rem}.hero-section h2{font-size:1.1rem;margin-bottom:.4rem}.hero-section p,.hero-section ul{font-size:.9rem;color:#b8bed0}.hero-section ul{padding-left:1.2rem}.hero-section li{margin-bottom:.15rem}.card{background:#161b22;border-radius:12px;padding:1.5rem;box-shadow:0 18px 40px rgba(0,0,0,.5);border:1px solid #252d3a}.card h1,.card h2{margin-top:0;margin-bottom:1rem}.card label{font-size:.85rem;color:#cfd5e3}.card input,.card select,.card textarea{width:100%;padding:.6rem .7rem;border-radius:8px;border:1px solid #2b3342;background:#0f1318;color:#f5f5f5;font-size:.9rem}.card textarea{min-height:120px;resize:vertical}.card input:focus,.card select:focus,.card textarea:focus{outline:none;border-color:#e6152a;box-shadow:0 0 0 1px rgba(230,21,42,.4)}button{background:#e6152a;color:#fff;padding:.6rem 1.1rem;border-radius:999px;border:none;font-size:.9rem;font-weight:600;cursor:pointer}button:hover{background:#ff2040}button:disabled{opacity:.6;cursor:default}.error-text{color:#ff7b7b;font-size:.85rem;margin-top:.75rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.stat-card{background:#161b22;border-radius:12px;padding:1rem 1.2rem;border:1px solid #252d3a}.stat-label{font-size:.8rem;color:#a7afc2}.stat-value{font-size:1.4rem;font-weight:600;margin-top:.2rem}.meter-list{margin-top:.75rem;font-size:.85rem;color:#c0c6d5}.meter-list div{display:flex;justify-content:space-between}.section-title{margin-top:2rem;margin-bottom:.5rem}.customer-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-top:.75rem}.customer-table td,.customer-table th{padding:.4rem .5rem;border-bottom:1px solid #252d3a}.customer-table th{text-align:left;color:#a7afc2;font-weight:500}.footer{padding:1rem 2rem;font-size:.8rem;color:#7d8494;border-top:1px solid #242933;text-align:right}