.layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{padding:1.25rem;font-size:18px;font-weight:700;border-bottom:1px solid var(--gray-200);letter-spacing:-.3px;cursor:pointer}.sidebar-logo span{color:var(--blue)}.sidebar-nav{flex:1;padding:.75rem 0}.nav-section{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);padding:10px 1.25rem 4px;margin-top:4px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 1.25rem;font-size:13px;color:var(--gray-600);transition:all .12s;border-right:2px solid transparent;text-decoration:none}.nav-item:hover{background:var(--gray-50);color:var(--gray-900)}.nav-item.active{background:var(--blue-light);color:var(--blue);font-weight:500;border-right-color:var(--blue)}.nav-icon{font-size:11px;width:16px;text-align:center}.sidebar-footer{border-top:1px solid var(--gray-200);padding:.875rem 1rem;position:relative}.sidebar-user{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 8px;border-radius:var(--radius-md);transition:background .12s}.sidebar-user:hover{background:var(--gray-100)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue-light);color:var(--blue-dark);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.user-name{font-size:13px;font-weight:500;color:var(--gray-800)}.user-plan{font-size:11px;color:var(--gray-500);text-transform:capitalize}.user-menu{position:absolute;bottom:70px;left:10px;right:10px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;overflow:hidden}.user-menu button{width:100%;padding:10px 14px;text-align:left;font-size:13px;background:none;border:none;color:var(--red);cursor:pointer}.user-menu button:hover{background:var(--red-light)}.main-content{min-height:100vh;background:var(--gray-50)}.page-header{padding:1.25rem 1.5rem;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.page-title{font-size:16px;font-weight:600}.page-body{padding:1.5rem}.mobile-navbar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--gray-200);z-index:100;padding:6px 0 env(safe-area-inset-bottom,6px)}.mobile-nav-items{display:flex;justify-content:space-around}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;font-size:10px;color:var(--gray-500);text-decoration:none;border-radius:8px;transition:color .12s;cursor:pointer;background:none;border:none;font-family:inherit;min-width:56px}.mobile-nav-item.active{color:var(--blue)}.mobile-nav-item svg{width:22px;height:22px}.mobile-nav-icon{font-size:20px;line-height:1}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.mobile-menu-panel{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding:1rem 0 2rem;max-height:70vh;overflow-y:auto}.mobile-menu-handle{width:40px;height:4px;background:var(--gray-300);border-radius:2px;margin:0 auto 1rem}.mobile-menu-user{display:flex;align-items:center;gap:12px;padding:12px 1.25rem;border-bottom:1px solid var(--gray-100);margin-bottom:8px}@media (max-width: 768px){.layout{grid-template-columns:1fr}.sidebar{display:none}.mobile-navbar{display:block}.main-content{padding-bottom:70px}.page-header,.page-body{padding:.875rem 1rem}}@media (max-width: 480px){.page-title{font-size:15px}.btn{padding:7px 12px;font-size:12px}}.home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#212529}.home-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 5%;border-bottom:1px solid #E9ECEF;background:#fff;position:sticky;top:0;z-index:100}.home-logo{font-size:20px;font-weight:700}.home-logo span{color:#185fa5}.home-nav-links{display:flex;align-items:center;gap:24px}.home-nav-links a{font-size:14px;color:#6c757d;text-decoration:none}.home-nav-links a:hover{color:#212529}.home-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .15s;text-decoration:none}.home-btn-primary{background:#185fa5;color:#fff}.home-btn-primary:hover{background:#0c447c}.home-btn-outline{background:#fff;color:#495057;border:1px solid #CED4DA}.home-btn-outline:hover{background:#f8f9fa}.home-btn-white{background:#fff;color:#185fa5;font-weight:600}.home-btn-white:hover{background:#e6f1fb}.home-btn-lg{padding:12px 24px;font-size:15px;border-radius:12px}.home-btn-xl{padding:14px 32px;font-size:16px;border-radius:12px}.home-hero{text-align:center;padding:80px 5% 64px;background:#fff}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#e6f1fb;color:#0c447c;font-size:13px;font-weight:500;padding:6px 16px;border-radius:20px;margin-bottom:24px}.home-badge-dot{width:7px;height:7px;border-radius:50%;background:#1d9e75;animation:mw-pulse 2s infinite}@keyframes mw-pulse{0%,to{opacity:1}50%{opacity:.4}}.home-hero h1{font-size:48px;font-weight:700;line-height:1.15;letter-spacing:-1px;margin-bottom:20px}.home-hero h1 span{color:#185fa5}.home-hero p{font-size:18px;color:#6c757d;max-width:540px;margin:0 auto 36px;line-height:1.7}.home-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.home-hero-note{font-size:13px;color:#adb5bd}.home-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #E9ECEF;border-bottom:1px solid #E9ECEF}.home-stat{padding:28px 20px;text-align:center}.home-stat:not(:last-child){border-right:1px solid #E9ECEF}.home-stat-num{font-size:32px;font-weight:700;color:#185fa5;letter-spacing:-1px}.home-stat-label{font-size:13px;color:#adb5bd;margin-top:4px}.home-section{padding:72px 5%}.home-section-alt{background:#f8f9fa}.home-section-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#185fa5;margin-bottom:10px}.home-section-title{font-size:32px;font-weight:700;letter-spacing:-.5px;margin-bottom:12px;line-height:1.2}.home-section-sub{font-size:16px;color:#6c757d;max-width:520px;line-height:1.7;margin-bottom:40px}.home-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-feat{background:#fff;border:1px solid #E9ECEF;border-radius:12px;padding:1.25rem}.home-feat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:18px}.home-feat-icon-blue{background:#e6f1fb}.home-feat-icon-green{background:#e1f5ee}.home-feat-icon-amber{background:#faeeda}.home-feat-icon-purple{background:#eeedfe}.home-feat-icon-coral{background:#faece7}.home-feat-icon-teal{background:#e1f5ee}.home-feat h3{font-size:14px;font-weight:600;margin-bottom:8px}.home-feat p{font-size:13px;color:#6c757d;line-height:1.6}.home-how-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.home-steps{display:flex;flex-direction:column;gap:24px}.home-step{display:flex;gap:16px;align-items:flex-start}.home-step-num{width:32px;height:32px;border-radius:50%;background:#185fa5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px}.home-step h3{font-size:15px;font-weight:600;margin-bottom:4px}.home-step p{font-size:13px;color:#6c757d;line-height:1.6}.home-mock{background:#f8f9fa;border:1px solid #E9ECEF;border-radius:12px;padding:1.25rem}.home-mock-topbar{display:flex;gap:5px;margin-bottom:14px}.home-mock-topbar span{width:9px;height:9px;border-radius:50%;background:#ced4da;display:block}.home-mock-card{background:#fff;border:1px solid #E9ECEF;border-radius:8px;padding:10px 12px;margin-bottom:8px}.home-mock-title{font-size:12px;font-weight:500;color:#343a40;margin-bottom:5px;line-height:1.4}.home-mock-meta{display:flex;gap:6px;align-items:center}.home-mock-src{font-size:10px;color:#adb5bd}.home-mock-badge{font-size:9px;padding:2px 7px;border-radius:10px;font-weight:500}.home-mock-pos{background:#e1f5ee;color:#085041}.home-mock-neg{background:#fcebeb;color:#791f1f}.home-mock-neu{background:#f1f3f5;color:#6c757d}.home-mock-alert{background:#e6f1fb;border-radius:8px;padding:8px 10px;font-size:11px;color:#0c447c;margin-top:10px}.home-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto}.home-plan{background:#fff;border:1px solid #E9ECEF;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column}.home-plan-featured{border:2px solid #185FA5}.home-plan-badge{display:inline-block;background:#e6f1fb;color:#0c447c;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;margin-bottom:10px}.home-plan-name{font-size:18px;font-weight:700;margin-bottom:4px}.home-plan-desc{font-size:13px;color:#adb5bd;margin-bottom:14px}.home-plan-price{font-size:34px;font-weight:700;letter-spacing:-1px;margin-bottom:4px}.home-plan-price span{font-size:14px;font-weight:400;color:#adb5bd}.home-plan-divider{border-top:1px solid #F1F3F5;margin:14px 0}.home-plan-features{display:flex;flex-direction:column;gap:7px;flex:1;margin-bottom:16px}.home-plan-feat{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#495057}.home-plan-feat-no{color:#adb5bd}.home-check{color:#1d9e75;font-weight:700;flex-shrink:0}.home-cross{color:#ced4da;flex-shrink:0}.home-plan-btn{display:block;width:100%;text-align:center;padding:11px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #CED4DA;background:#fff;color:#495057;text-decoration:none;transition:all .15s}.home-plan-btn:hover{background:#f8f9fa}.home-plan-btn-primary{background:#185fa5;color:#fff;border-color:#185fa5}.home-plan-btn-primary:hover{background:#0c447c}.home-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-testi{background:#fff;border:1px solid #E9ECEF;border-radius:12px;padding:1.25rem}.home-testi-text{font-size:14px;color:#495057;line-height:1.7;margin-bottom:16px;font-style:italic}.home-testi-author{display:flex;align-items:center;gap:10px}.home-testi-avatar{width:36px;height:36px;border-radius:50%;background:#e6f1fb;color:#0c447c;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.home-testi-name{font-size:13px;font-weight:600}.home-testi-role{font-size:12px;color:#adb5bd}.home-cta-final{background:#185fa5;color:#fff;text-align:center;padding:72px 5%}.home-cta-final h2{font-size:34px;font-weight:700;margin-bottom:12px;letter-spacing:-.5px}.home-cta-final p{font-size:16px;opacity:.85;margin-bottom:28px}.home-cta-note{font-size:13px;opacity:.6;margin-top:14px}.home-footer{padding:28px 5%;border-top:1px solid #E9ECEF;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;background:#fff}.home-footer-links{display:flex;gap:16px}.home-footer-links a,.home-footer-links button{font-size:13px;color:#adb5bd;background:none;border:none;cursor:pointer;text-decoration:none}.home-footer-links a:hover,.home-footer-links button:hover{color:#495057}.home-footer-copy{font-size:13px;color:#ced4da}@media (max-width: 768px){.home-hero h1{font-size:30px}.home-hero p{font-size:15px}.home-btn-xl{padding:12px 24px;font-size:15px}.home-stats{grid-template-columns:1fr}.home-stat:not(:last-child){border-right:none;border-bottom:1px solid #E9ECEF}.home-features-grid,.home-how-grid{grid-template-columns:1fr}.home-mock{display:none}.home-pricing-grid,.home-testi-grid{grid-template-columns:1fr}.home-nav-links a:not(.home-btn){display:none}.home-cta-final h2{font-size:24px}.home-footer{flex-direction:column;align-items:center;gap:12px;text-align:center}.home-section{padding:48px 5%}.home-hero{padding:48px 5% 40px}}@media (max-width: 480px){.home-hero h1{font-size:26px}.home-hero-actions{flex-direction:column}.home-btn-xl{width:100%;justify-content:center}}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:1.25rem}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem}.dash-grid-2{display:grid;grid-template-columns:1fr 340px;gap:1rem}.card-title{font-size:13px;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.mention-row{padding:10px 0;border-bottom:1px solid var(--gray-100)}.mention-row:last-child{border-bottom:none}.mention-title{font-size:13px;line-height:1.4;margin-bottom:5px}.mention-title a{color:var(--gray-800)}.mention-title a:hover{color:var(--blue)}.mention-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.mention-source{font-size:11px;color:var(--gray-500)}.kw-row{padding:8px 0;border-bottom:1px solid var(--gray-100)}.kw-row:last-child{border-bottom:none}.kw-info{display:flex;align-items:center;gap:8px;margin-bottom:5px}.kw-name{font-size:13px;font-weight:500}.kw-bar-wrap{display:flex;align-items:center;gap:8px}.kw-track{flex:1;height:5px;background:var(--gray-100);border-radius:3px;overflow:hidden}.kw-fill{height:100%;background:var(--blue);border-radius:3px;transition:width .3s}.kw-count{font-size:12px;color:var(--gray-600);min-width:24px;text-align:right}@media (max-width: 768px){.metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px}.dash-grid,.dash-grid-2{grid-template-columns:1fr}}@media (max-width: 480px){.metrics-grid{grid-template-columns:repeat(2,1fr)!important}.metric-value{font-size:20px}}.filters-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:1rem;padding:.875rem 1.25rem}.mentions-list{display:flex;flex-direction:column;gap:10px}.mention-card{border-left:3px solid var(--gray-200);transition:border-color .15s}.mention-card.unread{border-left-color:var(--blue);background:#fafcff}.mention-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mention-card-badges{display:flex;gap:6px;flex-wrap:wrap}.mention-card-title{display:block;font-size:14px;font-weight:500;color:var(--gray-800);line-height:1.4;margin-bottom:6px}.mention-card-title:hover{color:var(--blue)}.mention-card-desc{font-size:13px;color:var(--gray-600);line-height:1.5;margin-bottom:8px}.mention-card-ai{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:var(--gray-600);background:var(--blue-light);padding:6px 10px;border-radius:var(--radius-sm);margin-bottom:8px}.mention-card-footer{display:flex;gap:12px;font-size:11px;color:var(--gray-400)}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:1.5rem}@media (max-width: 768px){.filters-bar{gap:6px}.filters-bar select{width:100%}.pagination{gap:8px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-50);padding:1rem}.auth-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2rem;width:100%;max-width:400px;box-shadow:var(--shadow-md)}.auth-logo{font-size:22px;font-weight:700;margin-bottom:1.5rem;text-align:center}.auth-logo span{color:var(--blue)}.auth-title{font-size:20px;font-weight:600;text-align:center;margin-bottom:4px}.auth-sub{font-size:13px;color:var(--gray-500);text-align:center;margin-bottom:1.5rem}.auth-footer{font-size:13px;color:var(--gray-500);text-align:center;margin-top:1.25rem}.auth-footer a{color:var(--blue);font-weight:500}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-card{padding:1.5rem 1.25rem;margin:0 .5rem}}.report-wrapper{background:var(--gray-50);min-height:100vh}.report-toolbar{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between}.print-btn{padding:9px 20px;background:#185fa5;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.print-btn:hover{background:#0c447c}.print-btn:disabled{opacity:.6;cursor:not-allowed}.report-page{max-width:800px;margin:1.5rem auto;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.report-header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:20px;border-bottom:2px solid #185FA5;margin-bottom:24px}.report-logo{font-size:22px;font-weight:700}.logo-media{color:#212529}.logo-watch{color:#185fa5}.report-title{font-size:20px;font-weight:700;color:#212529}.report-date{font-size:13px;color:#6c757d;margin-top:2px}.report-period{font-size:12px;color:#6c757d;text-align:right}.report-summary-box{background:#e6f1fb;border-radius:8px;padding:16px 20px;margin-bottom:20px}.summary-title{font-size:13px;font-weight:600;color:#0c447c;margin-bottom:6px}.summary-text{font-size:13px;color:#185fa5;line-height:1.6;margin:0}.report-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:28px}.report-metric{background:#f8f9fa;border-radius:8px;padding:14px;text-align:center}.rm-value{font-size:26px;font-weight:700;color:#212529}.rm-label{font-size:11px;color:#6c757d;margin-top:3px}.report-section{margin-bottom:28px}.section-title{font-size:14px;font-weight:700;color:#212529;padding-bottom:8px;border-bottom:1px solid #E9ECEF;margin-bottom:14px}.report-table{width:100%;border-collapse:collapse;font-size:13px}.report-table th{background:#f8f9fa;padding:8px 10px;text-align:left;font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #E9ECEF}.report-table td{padding:8px 10px;border-bottom:1px solid #F1F3F5;color:#212529}.report-table tr:last-child td{border-bottom:none}.cat-badge{font-size:10px;padding:2px 7px;border-radius:10px;background:#e6f1fb;color:#0c447c;font-weight:500}.report-mention{border:1px solid #E9ECEF;border-radius:6px;padding:10px 14px;margin-bottom:8px}.mention-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.mention-num{font-size:11px;color:#adb5bd;min-width:20px;padding-top:2px}.mention-title-text{flex:1;font-size:13px;font-weight:500;line-height:1.4;color:#212529}.mention-sentiment{font-size:10px;padding:2px 7px;border-radius:10px;font-weight:500;flex-shrink:0}.mention-footer{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.mention-source{font-size:11px;color:#6c757d}.mention-date{font-size:11px;color:#adb5bd}.mention-ave{font-size:11px;color:#185fa5;font-weight:500}.mention-link{font-size:11px;color:#185fa5;text-decoration:none}.mention-ai{font-size:12px;color:#6c757d;background:#f8f9fa;padding:5px 8px;border-radius:4px;margin-top:5px;font-style:italic}.report-footer{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #E9ECEF;font-size:12px;color:#adb5bd;margin-top:20px}@media print{.no-print{display:none!important}body{background:#fff!important}.report-wrapper{background:#fff}.report-page{margin:0;border:none;border-radius:0;padding:20px;max-width:100%;box-shadow:none}.report-mention,.report-section{break-inside:avoid}}@media (max-width: 768px){.report-page{padding:20px 16px;margin:.5rem}.report-header{flex-direction:column;gap:8px}.report-metrics{grid-template-columns:repeat(2,1fr)}.report-table{font-size:11px}.report-table th,.report-table td{padding:6px}.report-toolbar{flex-direction:column;align-items:stretch;gap:8px}.print-btn{width:100%}}@media (max-width: 480px){.report-metrics{grid-template-columns:repeat(2,1fr);gap:8px}.rm-value{font-size:20px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #185FA5;--blue-light: #E6F1FB;--blue-dark: #0C447C;--green: #1D9E75;--green-light: #E1F5EE;--red: #D85A30;--red-light: #FCEBEB;--amber: #EF9F27;--amber-light: #FAEEDA;--gray-50: #F8F9FA;--gray-100: #F1F3F5;--gray-200: #E9ECEF;--gray-300: #DEE2E6;--gray-400: #CED4DA;--gray-500: #ADB5BD;--gray-600: #6C757D;--gray-700: #495057;--gray-800: #343A40;--gray-900: #212529;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--gray-900);background:var(--gray-50);line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:500;border:1px solid transparent;transition:all .15s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-outline{background:#fff;color:var(--gray-700);border-color:var(--gray-300)}.btn-outline:hover{background:var(--gray-50)}.btn-danger{background:var(--red-light);color:var(--red);border-color:var(--red)}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:12px 24px;font-size:15px}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge-pos{background:var(--green-light);color:#085041}.badge-neg{background:var(--red-light);color:#791f1f}.badge-neu{background:var(--gray-100);color:var(--gray-700)}.badge-blue{background:var(--blue-light);color:var(--blue-dark)}.badge-amber{background:var(--amber-light);color:#633806}.card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:1.25rem}.metric-card{background:var(--gray-100);border-radius:var(--radius-md);padding:1rem}.metric-label{font-size:12px;color:var(--gray-600);margin-bottom:4px}.metric-value{font-size:24px;font-weight:600;color:var(--gray-900)}.metric-sub{font-size:11px;color:var(--gray-500);margin-top:2px}.metric-up{color:var(--green)}.metric-down{color:var(--red)}input[type=text],input[type=email],input[type=password],select,textarea{width:100%;padding:8px 12px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:14px;color:var(--gray-900);background:#fff;transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #185fa51a}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:13px;font-weight:500;color:var(--gray-700);margin-bottom:5px}.form-error{font-size:12px;color:var(--red);margin-top:4px}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{display:flex;align-items:center;justify-content:center;height:100vh;flex-direction:column;gap:12px}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.empty-state h3{font-size:15px;margin-bottom:6px;color:var(--gray-700)}.empty-state p{font-size:13px}.alert-box{padding:10px 14px;border-radius:var(--radius-md);font-size:13px;margin-bottom:1rem}.alert-error{background:var(--red-light);color:#791f1f;border:1px solid #F0999B}.alert-success{background:var(--green-light);color:#085041;border:1px solid #5DCAA5}.alert-info{background:var(--blue-light);color:var(--blue-dark);border:1px solid #85B7EB}@media (max-width: 768px){.page-header{flex-wrap:wrap;gap:8px;padding:.875rem 1rem}.page-body{padding:1rem}}
