@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";:root{font-family:Roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;display:block}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-dark-container{min-height:100vh;background:linear-gradient(135deg,#18181b,#23272f);display:flex;align-items:center;justify-content:center}.home-center-content{display:flex;flex-direction:column;align-items:center;text-align:center;color:#f3f4f6;background:#24272ed9;padding:3rem 2rem;border-radius:1.5rem;box-shadow:0 8px 32px #1f26875e}.logo-full{width:90px;height:90px;object-fit:contain;display:block;margin:0 auto .7rem}.home-title{font-size:2rem;font-weight:600;letter-spacing:1.5px;margin-bottom:.5rem;margin-top:0;color:#60a5fa;text-shadow:0 2px 16px #1e293b55}.home-description{font-size:1.1rem;font-weight:400;color:#cbd5e1;max-width:400px;margin:0 auto;line-height:1.6}:root{--bg-1:#0f0820;--bg-2:#1b1232;--card:#17102a;--muted:#9f98ad;--text:#ffffff;--accent:#8d6bff;--pill:#2a2242;--green:#7cf07c;--shadow: 0 10px 30px rgba(0,0,0,.45);--border: rgba(255,255,255,.08)}*{box-sizing:border-box}body{margin:0;padding:0 10px;font-family:Inter,sans-serif;background:radial-gradient(1200px 800px at 10% -20%,#3a1c74 0%,transparent 60%),radial-gradient(900px 600px at 110% 10%,#241048 0%,transparent 55%),linear-gradient(180deg,var(--bg-2) 0%,var(--bg-1) 25%,#0b0617 60%,#0b0617 100%);background-attachment:fixed;background-size:cover;background-repeat:no-repeat;color:#eaeaea}.container{max-width:800px;margin:0 auto;padding:16px}.stats-container{display:flex;justify-content:center;gap:20px;margin:20px 0}.fancy-stat-card{display:flex;align-items:center;gap:14px;background:linear-gradient(120deg,#1b1232 60%,#2a2242);border:1.5px solid var(--border);border-radius:16px;box-shadow:0 4px 16px #8d6bff14;padding:18px 26px;min-width:160px;transition:box-shadow .2s,transform .2s}.fancy-stat-card:hover{box-shadow:0 8px 32px #8d6bff26;transform:translateY(-2px) scale(1.03)}.stat-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#221a38;border-radius:50%;margin-right:6px;flex-shrink:0;box-shadow:0 2px 8px #8d6bff12}.stat-icon-calls svg{display:block}.stat-icon-duration svg{display:block}.stat-value{font-size:24px;font-weight:700;color:#fff;line-height:1.1}.stat-label{font-size:14px;color:#b7b0c7;margin-top:2px;font-weight:500;letter-spacing:.01em}.wrap{max-width:420px;width:100%;padding-bottom:40px;margin-left:auto;margin-right:auto}.header-stack{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:12px}.logo-full{width:100%;max-width:260px;height:auto;display:block;margin:6px 0}.powered{margin-top:-20px;margin-left:60px;font-size:8px;color:var(--muted);display:flex;align-items:center;gap:8px;justify-content:center}.ai-pill{display:inline-flex;align-items:center;justify-content:center;width:20px;height:15px;border-radius:6px;background:linear-gradient(90deg,#6bf07f,#2ad4b8);color:#07221a;font-weight:700;font-size:10px;padding:0 6px}.powered-by{font-size:12px;color:var(--muted);letter-spacing:.3px}.powered .powered-summary{font-weight:700;color:var(--muted);font-size:12px;padding-left:2px}.stats{display:flex;align-items:center;justify-content:center;gap:16px;margin:14px 0}.circle-progress{width:100px;height:100px;position:relative;display:flex;align-items:center;justify-content:center}.progress-ring__bg{fill:none;stroke:#241732}.progress-ring__circle{fill:none;stroke:var(--green);stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .6s ease}.minutes-text{position:absolute;font-size:14px;font-weight:600;left:50%;transform:translate(-50%);top:44%}.stat-box{flex:1;min-width:110px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:12px;text-align:center}.stat-box h3{margin:0;font-size:22px;color:var(--green)}.stat-box p{margin:6px 0 0;color:var(--muted);font-size:13px}.card{background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid var(--border);border-radius:14px;padding:16px;margin:12px 0;box-shadow:var(--shadow)}.section-title{font-size:18px;margin:12px 0 10px;text-align:center;font-weight:700;color:#f6f4fb}.bullets{padding:0;margin:0;list-style:none}.bullets li{position:relative;padding-left:18px;margin-bottom:10px;line-height:1.4;color:#dcd6e8}.bullets li:before{content:"–";position:absolute;left:0;top:0;color:var(--accent)}.empty{color:var(--muted);text-align:center;padding:8px 0}.last-call-container{display:flex;justify-content:center;margin:8px 0 0}.last-call-pill{display:inline-flex;gap:8px;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#ffffff03;color:var(--muted);font-size:13px}.last-call-pill .lc-prefix{color:var(--green);font-weight:700;margin-right:6px}.last-call-pill .lc-date{color:var(--muted)}.conversations{display:flex;flex-direction:column;gap:12px}.conversation-card{padding:12px}.conv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.timestamp{font-size:12px;color:var(--muted)}.shimmer-shape{background:linear-gradient(90deg,#2a2540 25%,#3a2e5a,#2a2540 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:12px}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width:420px){.wrap{padding-bottom:24px}.logo-full{max-width:220px}.stats{flex-direction:column;gap:10px;align-items:center}.stat-box{width:100%}.circle-progress{width:92px;height:92px}}.conversation-card .conv-body{margin-top:8px;transition:max-height .2s}.conversation-card[aria-expanded=false] .conv-body{max-height:0;overflow:hidden}.statistics-center-outer{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 800px at 10% -20%,#3a1c74 0%,transparent 60%),radial-gradient(900px 600px at 110% 10%,#241048 0%,transparent 55%),linear-gradient(180deg,var(--bg-2) 0%,var(--bg-1) 25%,#0b0617 60%,#0b0617 100%)}.statistics-dark-container{width:100%;max-width:500px;margin:.5rem auto;background:#101014;color:#fff;padding:0;font-family:Roboto,sans-serif;border-radius:1.5rem;box-shadow:0 2px 32px #1e293b33}@media (min-width: 768px){.statistics-dark-container{max-width:600px}}.statistics-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem}.statistics-header h2{font-size:1.5rem;font-weight:600;color:#fff}.statistics-header-icons{display:flex;align-items:center;gap:.75rem}.date-range-pill{background:linear-gradient(135deg,#23272f,#374151);border:1px solid #374151;border-radius:1rem;padding:.5rem .75rem;color:#cbd5e1;font-size:.8rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #1e293b22}.header-icon{font-size:1.5rem;cursor:pointer;color:#38bdf8}.date-selector-container{background:#18181b;margin:0 2rem 1rem;border-radius:.75rem;padding:1.5rem 2rem;box-shadow:0 2px 16px #1e293b22}.preset-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.preset-btn{background:linear-gradient(135deg,#23272f,#374151);border:1px solid #374151;border-radius:.75rem;padding:.75rem 1rem;color:#cbd5e1;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.preset-btn:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border-color:#38bdf8;transform:translateY(-1px);box-shadow:0 4px 12px #38bdf84d}.custom-date-inputs{display:flex;gap:1rem}.date-input-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.date-input-group label{font-size:.8rem;color:#cbd5e1;font-weight:500}.date-input{background:#23272f;border:1px solid #374151;border-radius:.5rem;padding:.5rem .75rem;color:#fff;font-size:.9rem;transition:all .2s ease}.date-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.date-input::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.date-range-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#23272f,#374151);margin:0 2rem 1rem;border-radius:.75rem;box-shadow:0 2px 16px #1e293b22}.date-range-label{font-size:.9rem;color:#cbd5e1;font-weight:500}.date-range-text{font-size:.9rem;color:#38bdf8;font-weight:600}.statistics-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1.5rem;padding:0 2rem 1rem;max-width:500px;margin:0 auto}@media (min-width: 768px){.statistics-cards{max-width:600px}}.stat-card{background:linear-gradient(135deg,#18181b,#23272f);border-radius:1.1rem;padding:1.2rem;display:flex;align-items:flex-start;justify-content:space-between;box-shadow:0 2px 16px #1e293b22;min-width:0;min-height:85px;position:relative;overflow:hidden;gap:.75rem}.stat-icon{font-size:1.7rem;color:#38bdf8;background:#23272f;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;padding:.6rem;box-sizing:border-box}.stat-icon svg{max-width:100%;max-height:100%;width:18px;height:18px}.stat-icon svg[data-icon]{color:#38bdf8;font-size:18px}.stat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.1rem;font-weight:700;color:#38bdf8;margin-bottom:.1rem;line-height:1.2}.stat-value-gold{color:#fbbf24}.stat-value-green{color:#10b981}.stat-label{font-size:.7rem;color:#cbd5e1;white-space:normal;line-height:1.3;word-wrap:break-word;text-overflow:initial;overflow:visible;max-width:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.statistics-section{margin:0;padding:0 2rem 2rem}.statistics-section h3{font-size:1.13rem;font-weight:600;margin-bottom:1rem;color:#fff}.statistics-chart-container{background:#18181b;border-radius:1.2rem;padding:1.5rem 1rem 1.2rem;box-shadow:0 2px 16px #1e293b22}.statistics-chart-title{font-size:1rem;font-weight:500;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #23272f;border-top:3px solid #38bdf8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p,.error-container p{color:#cbd5e1;font-size:1rem;margin:0}.error-icon{font-size:3rem;margin-bottom:1rem}.retry-button{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .2s ease}.retry-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #38bdf84d}@media (max-width: 600px){.statistics-cards{grid-template-columns:repeat(2,1fr);padding:0 1rem 1rem;gap:.8rem .8rem}.stat-card{min-height:75px;padding:.9rem}.stat-value{font-size:.9rem}.stat-label{font-size:.6rem}.statistics-header{padding:1.5rem 1rem 1rem}.statistics-header-icons{gap:.5rem}.date-range-pill{font-size:.75rem;padding:.4rem .6rem}.statistics-section{padding:0 1rem 2rem}.date-selector-container{margin:0 1rem 1rem;padding:1rem}.date-range-display{margin:0 1rem 1rem;padding:.75rem 1rem;flex-direction:column;gap:.25rem;text-align:center}.preset-buttons{grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}.custom-date-inputs{flex-direction:column;gap:.8rem}.stat-label{max-width:80px}.loading-container,.error-container{padding:2rem 1rem}}
