.dashboard{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);flex-direction:column;min-height:100vh;padding:1.5rem 1rem;animation:.5s ease-out fadeIn;display:flex}.dashboard-header{border-bottom:1px solid #6366f11a;flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.dashboard-header-top{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-header h2{color:#1e293b;align-items:center;gap:.75rem;font-size:1.8rem;font-weight:800;display:flex}.dashboard-header h2 .welcome-text{color:#64748b;margin-top:.25rem;font-size:.9rem;font-weight:500}.dashboard-header h2 span.emoji{font-size:2rem;animation:2s ease-in-out infinite wave;display:inline-block}.get-started-link{background:var(--primary-gradient);color:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #6366f133}.get-started-link:hover{border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 6px 20px #6366f14d}.dashboard-content{flex-direction:column;gap:2rem;width:100%;display:flex}.dashboard-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}.dashboard-grid>div{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff6;border-radius:20px;flex-direction:column;min-height:320px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #1f268712,inset 0 1px #fff9}.dashboard-grid>div:hover{border-color:#6366f133;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px #00000014,0 8px 32px #6366f11f,inset 0 1px #fffc}.full-width-card{background:#ffffffe6;grid-column:1/-1;min-height:420px}.dashboard-grid h3{color:#1e293b;border-bottom:2px solid #6366f11a;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:700;display:flex}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.loading-spinner{border:4px solid #6366f11a;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.loading-text{color:#64748b;font-size:1rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-10deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172acc;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fffffff2;border:1px solid #ffffff80;border-radius:24px;width:100%;max-width:900px;padding:2rem;animation:.4s ease-out slideIn;position:relative;box-shadow:0 25px 50px #00000040}.close-btn{color:#64748b;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000001a}.close-btn:hover{color:#ef4444;transform:scale(1.1);box-shadow:0 6px 16px #00000026}.usage-statistics-container{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (min-width:768px){.usage-statistics-container{grid-template-columns:1fr 1fr}}.glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff6;border-radius:20px;flex-direction:column;padding:1.75rem;transition:all .4s;display:flex;box-shadow:0 8px 32px #1f268712,inset 0 1px #fff9}.card-header-simple{border-bottom:2px solid #6366f11a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.card-header-simple h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700}.emoji-icon{font-size:1.75rem;animation:3s infinite wave}.stat-number-large{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:1rem 0;font-size:3.5rem;font-weight:900;line-height:1}.stat-label{color:#64748b;text-align:center;margin-top:.5rem;font-size:.95rem;font-weight:500}.insights-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;display:grid}.insight-item{text-align:center;background:#fff9;border:1px solid #6366f11a;border-radius:16px;flex-direction:column;align-items:center;padding:1.25rem;transition:transform .3s;display:flex}.insight-item:hover{background:#fffc;border-color:#6366f133;transform:translateY(-4px)}.insight-label{color:#64748b;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.insight-value{color:#1e293b;font-size:1.5rem;font-weight:800}.plan-name-display{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:1.5rem 0;font-size:2.5rem;font-weight:900;line-height:1}.plan-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.btn-primary-small{color:#fff;text-align:center;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:2px solid #0000;border-radius:12px;width:100%;max-width:200px;margin-top:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary-small:hover{border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 10px 25px #6366f14d}.btn-secondary-small{color:#6366f1;text-align:center;background:#6366f11a;border:2px solid #0000;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary-small:hover{background:#6366f133;transform:translateY(-2px);box-shadow:0 5px 15px #6366f11a}.progress-bar-container{background:#0000000d;border-radius:10px;width:100%;height:16px;margin:2rem 0;position:relative;overflow:hidden}.progress-bar-fill{border-radius:10px;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.progress-bar-fill:after{content:"";background-image:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);animation:2s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.token-stats{justify-content:space-between;gap:1rem;margin-bottom:1.5rem;display:flex}.token-stat-item{flex-direction:column;flex:1;align-items:center;display:flex}.token-stat-item .stat-value{color:#1e293b;font-size:1.5rem;font-weight:800}.token-stat-item .stat-label{color:#64748b;font-size:.85rem}.limit-warning{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;margin-top:1rem;padding:.75rem;font-size:.95rem;font-weight:700;animation:2s infinite pulse}.upgrade-cta{border-top:1px solid #00000014;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;display:flex}.upgrade-cta p{color:#64748b;margin:0;font-size:.95rem;font-weight:500}.unlimited-usage{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:1rem;display:flex}.unlimited-usage p{color:#1e293b;font-size:1.25rem;font-weight:600}.infinity-icon{color:#6366f1;font-size:4rem;animation:2s infinite pulse}.dashboard-error{text-align:center;background:#ffffffe6;border-radius:20px;max-width:500px;margin:2rem auto;padding:3rem 2rem;box-shadow:0 8px 32px #0000000d}.dashboard-error h2{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.dashboard-error button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;margin-top:1.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.dashboard-error button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #6366f14d}@media (max-width:768px){.dashboard{padding:1rem}.dashboard-header{text-align:center;flex-direction:column;gap:1rem}.dashboard-header-top{flex-direction:column;gap:1rem}.dashboard-grid{gap:1rem}.dashboard-grid>div{min-height:280px;padding:1.5rem}.stat-number-large{font-size:2.75rem}.plan-name-display{font-size:2rem}.insights-grid{grid-template-columns:1fr}.upgrade-cta{text-align:center;flex-direction:column;gap:1rem}}
