:root{--primary:#06c;--primary-hover:#0052a3;--secondary:#6366f1;--bg-dark:#0f172a;--card-bg:#1e293bb3;--card-border:#ffffff14;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-orange:#f97316;--green:#22c55e;--red:#ef4444}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-container{flex-direction:column;min-height:100vh;display:flex}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);z-index:100;background:#0f172acc;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.5rem;display:flex}.brand-logo{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.brand-sub{color:var(--text-muted);font-size:.85rem;font-weight:500}.auth-badge{border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.auth-badge.authenticated{color:var(--green);background:#22c55e1a;border:1px solid #22c55e33}.auth-badge.unauthenticated{color:var(--red);cursor:pointer;background:#ef44441a;border:1px solid #ef444433;transition:all .2s}.auth-badge.unauthenticated:hover{background:#ef444433}.main-content{box-sizing:border-box;flex:1;grid-template-columns:350px 1fr;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:2rem;display:grid}.settings-panel{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;flex-direction:column;gap:1.25rem;height:fit-content;padding:1.5rem;display:flex}.section-title{color:var(--text-main);border-bottom:1px solid var(--card-border);margin:0 0 .5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.form-group{flex-direction:column;gap:.5rem;display:flex}label{color:var(--text-muted);font-size:.85rem;font-weight:600}select,input[type=date],textarea{border:1px solid var(--card-border);color:var(--text-main);background:#0f172a99;border-radius:8px;padding:.75rem;font-family:inherit;font-size:.9rem;transition:all .2s}select:focus,input[type=date]:focus,textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #06c3}textarea{resize:vertical;min-height:120px}.btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn:hover{background:var(--primary-hover)}.btn:disabled{background:var(--card-border);color:var(--text-muted);cursor:not-allowed}.btn-secondary{border:1px solid var(--primary);color:var(--primary);background:0 0}.btn-secondary:hover{background:#0066cc1a}.actions-row{justify-content:center;align-items:center;width:100%;margin-top:1.2rem;display:flex}.actions-row .btn{min-width:12rem}.preview-panel{flex-direction:column;gap:1.5rem;display:flex}.preview-header{justify-content:space-between;align-items:center;display:flex}.preview-container{border:1px solid var(--card-border);background:#1e293b;border-radius:16px;flex-direction:column;gap:2rem;max-height:85vh;padding:2rem;display:flex;overflow-y:auto}.report-slide{color:#333;box-sizing:border-box;background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;width:960px;min-width:960px;height:540px;min-height:540px;margin:0 auto;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000004d}.slide-footer{color:#64748b;text-transform:uppercase;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:.75rem;font-size:.8rem;font-weight:700;display:flex}.slide-footer .logo-text{color:#06c;font-weight:900}.slide-header{color:#0f172a;text-transform:uppercase;border-bottom:2px solid #06c;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.6rem;font-weight:800}.slide-cover{color:#fff;background:linear-gradient(135deg,#06c 0%,#1e1b4b 60%,#4c1d95 100%);justify-content:space-between}.cover-top{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.cover-brand-logo{letter-spacing:-1px;font-size:2.2rem;font-weight:900}.cover-brand-logo span{color:#38bdf8}.cover-title-group{text-align:right}.cover-title{margin:0;font-size:3rem;font-weight:900;line-height:1}.cover-subtitle{color:#38bdf8;margin:.5rem 0 0;font-size:2rem;font-weight:700}.cover-date{color:#94a3b8;margin-top:.5rem;font-size:1.25rem}.cover-bottom{border-top:1px solid #ffffff26;padding-top:1rem}.cover-bottom-brand{color:#fff;font-size:1.25rem;font-weight:800}.cover-bottom-sub{color:#cbd5e1;font-size:.8rem}.slide-table{border-collapse:collapse;width:100%;margin-bottom:auto;font-size:.85rem}.slide-table th{color:#fff;text-align:center;background:#036;padding:.6rem .8rem;font-weight:700}.slide-table th:first-child{text-align:left}.slide-table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:.5rem .8rem}.slide-table td:first-child{text-align:left;font-weight:700}.slide-table tr:nth-child(2n) td{background:#f8fafc}.text-right{text-align:right}.text-center{text-align:center}.change-positive{color:var(--green);font-weight:700}.change-negative{color:var(--red);font-weight:700}.gsc-overview-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.gsc-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.gsc-card-label{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:700}.gsc-card-value{color:#0f172a;margin:.25rem 0;font-size:1.75rem;font-weight:800}.gsc-card-change{font-size:.8rem}.intro-content{color:#334155;white-space:pre-wrap;font-size:1.15rem;line-height:1.6}.empty-preview{height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:4px solid #ffffff1a;border-left-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{body{color:#000;background:#fff}.dashboard-container,.header,.settings-panel,.preview-header,.btn,.auth-badge{display:none!important}.main-content{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.preview-container{background:0 0!important;border:none!important;max-height:none!important;padding:0!important;display:block!important;overflow:visible!important}.report-slide{width:297mm!important;min-width:297mm!important;height:210mm!important;min-height:210mm!important;box-shadow:none!important;page-break-after:always!important;page-break-inside:avoid!important;box-sizing:border-box!important;border:none!important;border-radius:0!important;margin:0!important}.report-slide:last-child{page-break-after:avoid!important}@page{size:A4 landscape;margin:0}}.cc-auth-app{color:#fff;background:#0b1426;min-height:100vh;overflow-x:hidden}.cc-auth-topbar{background:#0a1326f5;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;height:104px;padding:0 38px;display:flex}.cc-auth-brand{align-items:center;gap:18px;display:flex}.cc-auth-brand-logo{object-fit:contain;background:#fff;border-radius:2px;display:block;width:74px!important;max-width:74px!important;height:74px!important;max-height:74px!important}.cc-auth-brand-title{color:#dbeafe;font-size:1.05rem;font-weight:800}.cc-auth-brand-subtitle{color:#94a3b8;margin-top:4px;font-size:.78rem;font-weight:600}.cc-auth-top-button{color:#ff6b6b;cursor:pointer;background:#7f1d1d33;border:1px solid #ef444459;border-radius:999px;padding:13px 24px;font-size:.95rem;font-weight:800}.cc-auth-top-button:hover{background:#7f1d1d57}.cc-auth-main{justify-content:center;align-items:center;min-height:calc(100vh - 104px);padding:54px 48px;display:flex;position:relative;overflow:hidden}.cc-auth-glow{filter:blur(90px);opacity:.24;pointer-events:none;border-radius:999px;position:absolute}.cc-auth-glow-1{background:#0ea5e9;width:360px;height:360px;top:80px;left:120px}.cc-auth-glow-2{background:#7c3aed;width:420px;height:420px;bottom:70px;right:90px}.cc-auth-card{z-index:2;background:#0f1e3bd1;border:1px solid #94a3b82e;border-radius:30px;grid-template-columns:1.08fr .92fr;gap:32px;width:100%;max-width:1180px;min-height:610px;padding:34px;display:grid;position:relative;box-shadow:0 24px 80px #00000061}.cc-auth-left{flex-direction:column;justify-content:center;padding:20px 18px;display:flex}.cc-auth-badge{color:#7dd3fc;background:#0ea5e924;border:1px solid #7dd3fc42;border-radius:999px;width:fit-content;margin-bottom:20px;padding:8px 14px;font-size:.86rem;font-weight:800}.cc-auth-left h1{color:#fff;max-width:560px;margin:0;font-size:3rem;font-weight:900;line-height:1.08}.cc-auth-description{color:#b8c7df;max-width:610px;margin:22px 0 26px;font-size:1.08rem;line-height:1.75}.cc-auth-permissions{flex-direction:column;gap:14px;margin-bottom:26px;display:flex}.cc-auth-permissions div{color:#e5edf9;align-items:center;gap:12px;font-size:.98rem;display:flex}.cc-auth-permissions span{color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:inline-flex}.cc-auth-alert{background:#ef44441a;border:1px solid #ef444438;border-radius:18px;max-width:620px;margin-bottom:24px;padding:18px 20px}.cc-auth-alert strong{color:#fecaca;margin-bottom:7px;display:block}.cc-auth-alert p{color:#dbeafe;margin:0;line-height:1.55}.cc-auth-main-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1683ff,#2563eb);border:none;border-radius:14px;width:fit-content;min-width:240px;padding:15px 28px;font-size:1rem;font-weight:900;box-shadow:0 12px 30px #2563eb5c}.cc-auth-main-button:hover{transform:translateY(-1px)}.cc-auth-right{justify-content:center;align-items:center;display:flex}.cc-auth-preview{background:linear-gradient(#16274cf5,#0b162ef5);border:1px solid #94a3b829;border-radius:26px;width:100%;max-width:450px;padding:28px;box-shadow:inset 0 1px #ffffff0a}.cc-auth-preview-dots{gap:8px;margin-bottom:20px;display:flex}.cc-auth-preview-dots span{border-radius:50%;width:11px;height:11px}.cc-auth-preview-dots span:first-child{background:#22c55e}.cc-auth-preview-dots span:nth-child(2){background:#f59e0b}.cc-auth-preview-dots span:nth-child(3){background:#ef4444}.cc-auth-preview h3{color:#fff;margin:0 0 22px;font-size:1.45rem;font-weight:900}.cc-auth-step{border-bottom:1px solid #94a3b824;gap:14px;padding:16px 0;display:flex}.cc-auth-step strong{color:#93c5fd;background:#2563eb33;border:1px solid #60a5fa4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cc-auth-step span{color:#fff;margin-bottom:4px;font-weight:800;display:block}.cc-auth-step p{color:#aebdd4;margin:0;font-size:.9rem;line-height:1.45}.cc-auth-mini-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.cc-auth-mini-grid div{background:#ffffff0b;border-radius:16px;padding:14px}.cc-auth-mini-grid span{color:#93c5fd;margin-bottom:5px;font-size:.76rem;font-weight:800;display:block}.cc-auth-mini-grid strong{color:#fff;font-size:.92rem}@media (width<=980px){.cc-auth-card{grid-template-columns:1fr}.cc-auth-left h1{font-size:2.35rem}.cc-auth-main{padding:28px}.cc-auth-topbar{padding:0 22px}}.cc-auth-topbar{height:78px;padding:0 32px}.cc-auth-brand-logo{width:54px!important;max-width:54px!important;height:54px!important;max-height:54px!important}.cc-auth-brand-title{font-size:.95rem}.cc-auth-brand-subtitle{font-size:.72rem}.cc-auth-top-button{padding:10px 20px;font-size:.88rem}.cc-auth-main{align-items:center;min-height:calc(100vh - 78px);padding:28px 42px}.cc-auth-card{border-radius:24px;gap:26px;max-width:1120px;min-height:0;padding:26px}.cc-auth-left{padding:12px 14px}.cc-auth-badge{margin-bottom:14px;padding:6px 12px;font-size:.78rem}.cc-auth-left h1{font-size:2.35rem;line-height:1.05}.cc-auth-description{margin:16px 0 18px;font-size:.96rem;line-height:1.55}.cc-auth-permissions{gap:10px;margin-bottom:18px}.cc-auth-permissions div{font-size:.9rem}.cc-auth-permissions span{width:24px;height:24px;font-size:.85rem}.cc-auth-alert{border-radius:14px;margin-bottom:18px;padding:14px 16px}.cc-auth-alert strong{font-size:.9rem}.cc-auth-alert p{font-size:.88rem;line-height:1.45}.cc-auth-main-button{border-radius:12px;min-width:210px;padding:12px 22px;font-size:.92rem}.cc-auth-preview{border-radius:22px;max-width:420px;padding:22px}.cc-auth-preview-dots{margin-bottom:14px}.cc-auth-preview h3{margin-bottom:14px;font-size:1.25rem}.cc-auth-step{gap:12px;padding:12px 0}.cc-auth-step strong{width:28px;height:28px;font-size:.85rem}.cc-auth-step span{font-size:.92rem}.cc-auth-step p{font-size:.82rem}.cc-auth-mini-grid{gap:10px;margin-top:16px}.cc-auth-mini-grid div{border-radius:13px;padding:11px}.cc-auth-mini-grid span{font-size:.68rem}.cc-auth-mini-grid strong{font-size:.82rem}.cc-auth-main-button{align-self:center}
