@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh}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}}.split-screen-container{display:grid;grid-template-columns:1fr 1fr;height:100vh;overflow:hidden}@media(max-width:1400px){.split-screen-container{display:block!important;grid-template-columns:none!important;width:100%!important}}.split-left{background:#0f0f14fa;display:flex;align-items:center;justify-content:center;padding:60px 40px;overflow-y:auto}.login-form-container{max-width:420px;width:100%;margin:0 auto;text-align:left}.logo-container{text-align:center;margin-bottom:40px}.logo-glow{animation:float 6s ease-in-out infinite}.logo-glow img{filter:drop-shadow(0 0 20px rgba(0,217,255,.4))}.login-header{margin-bottom:40px;text-align:left}.login-title{font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.5px}.login-subtitle{font-family:Inter,sans-serif;font-size:14px;color:#fff9;margin:0}.form-group{margin-bottom:24px}.form-label{display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#fff;margin-bottom:8px;letter-spacing:.5px}.input-wrapper{position:relative;display:flex;align-items:center}.form-input{width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-family:Inter,sans-serif;font-size:16px;transition:all .3s ease;outline:none}.form-input::placeholder{color:#fff6}.form-input:focus{border-color:#00d9ff;box-shadow:0 0 0 2px #00d9ff33}.form-input:disabled{opacity:.6;cursor:not-allowed}.password-wrapper{position:relative;display:flex;align-items:center}.password-toggle{position:absolute;right:14px;background:none;border:none;font-size:18px;cursor:pointer;padding:8px;transition:opacity .2s;z-index:1;display:flex;align-items:center}.password-toggle:hover{opacity:.7}.password-toggle:disabled{cursor:not-allowed;opacity:.4}.error-message{color:#ff3d9a;font-size:14px;margin-top:-10px;margin-bottom:20px;font-family:Inter,sans-serif}.login-button{width:100%;padding:16px;background:linear-gradient(135deg,#00d9ff,#00a8cc);border:none;border-radius:12px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00d9ff4d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #00d9ff66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.chatter-login-link{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;display:flex;flex-direction:column;gap:8px}.chatter-login-link span{color:#ffffff80;font-size:14px}.chatter-login-link a{color:#22c55e;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s ease}.chatter-login-link a:hover{color:#4ade80}.split-right{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7,#c084fc,#00d9ff);display:flex;align-items:center;justify-content:center;padding:60px 40px;position:relative;overflow:hidden}.split-right:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.1) 0%,transparent 60%),radial-gradient(circle at 70% 60%,rgba(0,217,255,.15) 0%,transparent 60%);animation:gradientShift 20s ease infinite;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;max-width:480px}.hero-card{background:#ffffff26;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;padding:60px 40px;animation:floatCard 8s ease-in-out infinite}.hero-icon-circle{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 30px;animation:pulse 3s ease-in-out infinite}.hero-title{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:600;color:#fff;margin:0;line-height:1.4}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradientShift{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:1400px){.split-screen-container{grid-template-columns:1fr!important;width:100%!important}.split-right{display:none!important}.split-left{width:100%!important;max-width:none!important;padding:40px;margin:0 auto!important;justify-content:center!important;align-items:center!important;display:flex!important}.login-form-container{max-width:440px;width:100%;margin:0 auto!important}.logo-container,.login-header{text-align:center!important}}@media(max-width:768px){.split-left{width:100%!important;padding:30px 24px;margin:0 auto!important}.login-form-container{max-width:100%;padding:0 16px}.logo-container,.login-header{text-align:center!important}.login-title{font-size:36px}.logo-glow img{width:70px}}@media(max-width:480px){.split-left{width:100%!important;padding:24px 16px;margin:0 auto!important;justify-content:center}.login-form-container{max-width:100%;margin:0 auto;padding:0}.logo-container{margin-bottom:30px;text-align:center!important}.logo-glow img{width:60px}.login-header{margin-bottom:30px;text-align:center!important}.login-title{font-size:32px}.login-subtitle{font-size:13px}.form-input{padding:14px 18px 14px 48px;font-size:15px}.input-icon{left:16px;font-size:18px}.login-button{padding:14px;font-size:15px}.password-toggle{right:14px;font-size:18px}}@media(max-width:320px){.split-left{width:100%!important;padding:20px 12px;margin:0 auto!important;justify-content:center}.login-form-container{margin:0 auto;padding:0}.logo-container,.login-header{text-align:center!important}.login-title{font-size:28px}.form-input{padding:12px 16px 12px 44px;font-size:14px}}.checklist-container{max-width:900px;margin:0 auto;padding:2rem;animation:fadeInUp .6s ease-out}.checklist-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.checklist-title{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;display:flex;align-items:center;gap:1rem}.checklist-icon{font-size:2rem;background:linear-gradient(135deg,#00d9ff,#c77dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checklist-subtitle{font-size:1rem;color:#a0a0a0;margin:0;text-align:left}.create-task-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#00d9ff,#c77dff);border:none;border-radius:8px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #00d9ff33}.create-task-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d9ff66}.create-form-card{background:#ffffff08;border:1px solid rgba(0,217,255,.3);border-radius:16px;padding:2rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideIn .3s ease-out}.form-title{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 1.5rem}.create-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:500;color:#a0a0a0}.form-group input,.form-group textarea,.form-group select{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s ease}.form-group select{background:#ffffff0d;border:1.5px solid rgba(0,217,255,.3);background-image:linear-gradient(#0f0f14cc,#0f0f14cc),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300D9FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:auto,1.2rem;padding-right:2.5rem;appearance:none;cursor:pointer}.form-group select:hover{border-color:#00d9ff;background:#00d9ff14;background-image:linear-gradient(#0f0f14cc,#0f0f14cc),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300D9FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:auto,1.2rem;box-shadow:0 0 12px #00d9ff33}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#00d9ff;background:#00d9ff0d;box-shadow:0 0 0 3px #00d9ff1a}.form-group select:focus{background-image:linear-gradient(#0f0f14cc,#0f0f14cc),url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300D9FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:auto,1.2rem;box-shadow:0 0 0 3px #00d9ff33}.form-group select option{background:#1a1a1f;color:#fff;padding:.5rem}.form-group select option:hover{background:#00d9ff33}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.submit-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#00d9ff,#c77dff);border:none;border-radius:8px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00d9ff33;align-self:flex-start}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d9ff66}.delete-btn{background:#ff44441a;border:1px solid rgba(255,68,68,.3);border-radius:8px;padding:.5rem .75rem;color:#f44;font-size:1.2rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.delete-btn:hover{background:#f443;border-color:#f44;transform:scale(1.1)}.checklist-loading{text-align:center;padding:4rem;color:#a0a0a0;font-size:1.1rem}.checklist-error{background:#ff44441a;border:1px solid #FF4444;border-radius:12px;padding:1rem 1.5rem;color:#f44;margin-bottom:2rem;text-align:center}.checklist-empty{text-align:center;padding:4rem 2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.checklist-empty h3{color:#fff;font-size:1.5rem;margin:0 0 .5rem}.checklist-empty p{color:#a0a0a0;font-size:1rem;margin:0}.checklist-section{margin-bottom:3rem}.section-title{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.task-count{font-size:.9rem;color:#00d9ff;font-weight:500}.checklist-items{display:flex;flex-direction:column;gap:1rem}.checklist-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;transition:all .3s ease;animation:slideIn .4s ease-out}.checklist-item:hover{background:#ffffff0d;border-color:#00d9ff4d;transform:translateY(-2px)}.completed-item{opacity:.6}.completed-item:hover{opacity:.8}.item-checkbox-container{flex-shrink:0}.checkbox{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-radius:6px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.checkbox:hover{border-color:#00d9ff;background:#00d9ff1a}.checkbox.checked{background:linear-gradient(135deg,#00d9ff,#c77dff);border-color:transparent}.checkmark{color:#0f0f0f;font-size:16px;font-weight:700}.item-content{flex:1;min-width:0}.item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.item-title{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0;flex:1}.completed-item .item-title{text-decoration:line-through;opacity:.7}.item-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.priority-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.5px}.due-date{font-size:.85rem;color:#ffb800;background:#ffb8001a;padding:.25rem .75rem;border-radius:20px;border:1px solid rgba(255,184,0,.3)}.completed-date{font-size:.85rem;color:#00d9ff;background:#00d9ff1a;padding:.25rem .75rem;border-radius:20px;border:1px solid rgba(0,217,255,.3)}.item-description{color:#a0a0a0;font-size:.95rem;line-height:1.6;margin:.5rem 0 0}.item-meta{font-size:.85rem;color:#7a7a7a;margin-top:.75rem}.assigned-name{color:#00d9ff;font-weight:500}.completed-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.todays-tasks-section{background:linear-gradient(135deg,#00d9ff1a,#c084fc1a);border:1.5px solid rgba(0,217,255,.3);border-radius:16px;padding:2rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.todays-title{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 1.5rem;background:linear-gradient(135deg,#00d9ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.todays-items{display:flex;flex-direction:column;gap:1rem}.todays-task{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border:1px solid rgba(0,217,255,.2);border-radius:12px;transition:all .3s ease}.todays-task:hover{background:#00d9ff14;border-color:#00d9ff66}.todays-task.completed{opacity:.6}.todays-task-content{flex:1}.todays-task-content h3{margin:0;color:#fff;font-size:.95rem;font-weight:600}.todays-task-content p{margin:.25rem 0 0;color:#a0a0a0;font-size:.85rem}.todays-priority{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff}.calendar-section{background:#ffffff08;border:1px solid rgba(0,217,255,.3);border-radius:16px;padding:2rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-nav-btn{background:#00d9ff1a;border:1px solid rgba(0,217,255,.3);border-radius:8px;padding:.625rem 1rem;min-height:44px;color:#00d9ff;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.calendar-nav-btn:hover{background:#00d9ff33;border-color:#00d9ff;transform:scale(1.05)}.calendar-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1rem}.weekday{text-align:center;font-weight:600;color:#00d9ff;font-size:.9rem;padding:.5rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-day{aspect-ratio:1;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease;min-height:100px}.calendar-day:not(.empty):hover{background:#00d9ff0d;border-color:#00d9ff4d;transform:translateY(-2px)}.calendar-day.empty{background:transparent;border:none}.calendar-day.today{background:#00d9ff1a;border-color:#00d9ff;box-shadow:0 0 12px #00d9ff33}.day-number{font-weight:600;color:#fff;font-size:.9rem}.calendar-day.today .day-number{color:#00d9ff;font-weight:700}.day-tasks-preview{display:flex;gap:.25rem;flex-wrap:wrap;align-items:center}.task-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.task-count{font-size:.7rem;color:#a0a0a0;font-weight:600}@media(max-width:768px){.checklist-container{padding:1.5rem 1rem;overflow-x:hidden}.checklist-header{flex-direction:column;align-items:flex-start;gap:1rem}.checklist-title{font-size:2rem;flex-direction:column;gap:.5rem}.create-task-btn{width:100%;min-height:44px}.create-form-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.calendar-section{padding:1rem;margin-left:-.5rem;margin-right:-.5rem}.calendar-header{margin-bottom:1.5rem;gap:.5rem}.calendar-title{font-size:1.1rem}.calendar-nav-btn{padding:.625rem .875rem;font-size:.85rem;min-height:44px}.calendar-weekdays{gap:.25rem}.weekday{font-size:.7rem;padding:.25rem}.calendar-grid{gap:.25rem}.calendar-day{min-height:60px;padding:.25rem;border-radius:8px}.day-number{font-size:.75rem}.day-tasks-preview{gap:.2rem}.task-dot{width:5px;height:5px}.task-count{font-size:.65rem}.submit-btn{width:100%}.checklist-item{padding:1rem}.item-header{flex-direction:column;align-items:flex-start}.item-badges{width:100%}.todays-tasks-section{padding:1.5rem}.todays-title{font-size:1.1rem}}@media(max-width:400px){.calendar-section{padding:.75rem}.calendar-title{font-size:1rem}.calendar-nav-btn{padding:.5rem .625rem;font-size:.8rem;min-height:44px}.weekday{font-size:.65rem}.calendar-day{min-height:50px;padding:.2rem}.day-number{font-size:.7rem}.checklist-title{font-size:1.75rem}.todays-tasks-section{padding:1rem}.checkbox{min-width:32px;min-height:32px}.delete-btn{min-width:44px;min-height:44px}}.line-chart-container{position:relative;width:100%;overflow-x:auto;background:#0f0f1e66;border-radius:12px;padding:1.5rem}.line-chart-svg{display:block;margin:0 auto}.chart-line{transition:stroke-width .2s ease;filter:drop-shadow(0 0 4px currentColor)}.chart-line:hover{stroke-width:4;filter:drop-shadow(0 0 8px currentColor)}.chart-point{cursor:pointer;transition:r .2s ease}.chart-point:hover{r:7;filter:drop-shadow(0 0 6px currentColor)}.chart-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:16px;height:16px;border-radius:4px;box-shadow:0 0 8px currentColor}.legend-label{font-size:.875rem;color:#d1d5db;font-weight:500}.chart-tooltip{position:absolute;background:#0f0f1ef2;border:1px solid rgba(192,132,252,.5);border-radius:8px;padding:.75rem;pointer-events:none;z-index:1000;min-width:150px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006;animation:tooltipFadeIn .2s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tooltip-header{font-weight:700;color:#fff;font-size:.875rem;margin-bottom:.25rem}.tooltip-date{font-size:.75rem;color:#9ca3af;margin-bottom:.5rem}.tooltip-revenue{font-size:1.125rem;font-weight:700;color:#c084fc;background:linear-gradient(135deg,#c084fc,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.line-chart-empty{display:flex;align-items:center;justify-content:center;min-height:300px;background:#0f0f1e66;border-radius:12px;color:#9ca3af}@media(max-width:768px){.line-chart-container{padding:1rem}.line-chart-svg{width:100%;height:auto}.chart-legend{gap:.75rem}.legend-label{font-size:.75rem}.chart-tooltip{font-size:.875rem;padding:.5rem;min-width:120px}}.eosr-dashboard{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem;animation:fadeInUp .6s ease-out}.header-content h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#00d4ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.subtitle{color:#9ca3af;font-size:1.1rem}.filters-section{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .1s both}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-group label{display:block;color:#9ca3af;font-size:.875rem;margin-bottom:.5rem;font-weight:500}.filter-group input,.filter-group select{width:100%;padding:.75rem;background:#0f0f1ecc;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.95rem;transition:all .3s ease}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff1a}.filter-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-apply,.btn-clear{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-apply{background:linear-gradient(135deg,#00d4ff,#09c);color:#0f0f1e}.btn-apply:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff4d}.btn-clear{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-clear:hover{background:#ffffff1a}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;animation:fadeInUp .6s ease-out both}.summary-card:nth-child(1){animation-delay:.2s}.summary-card:nth-child(2){animation-delay:.3s}.summary-card:nth-child(3){animation-delay:.4s}.summary-card:nth-child(4){animation-delay:.5s}.summary-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00d4ff33;border-color:#00d4ff4d}.card-icon{font-size:2.5rem;filter:drop-shadow(0 0 10px rgba(0,212,255,.5))}.card-content h3{font-size:.875rem;color:#9ca3af;font-weight:500;margin-bottom:.5rem}.card-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#00d4ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trend-chart-section{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:2rem;animation:fadeInUp .5s ease-out both;animation-delay:.5s}.trend-chart-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;background:linear-gradient(135deg,#c084fc,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;animation:fadeInUp .6s ease-out both}.chart-card:nth-child(1){animation-delay:.6s}.chart-card:nth-child(2){animation-delay:.7s}.chart-card:nth-child(3){animation-delay:.8s}.chart-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.bar-chart{display:flex;flex-direction:column;gap:1rem}.bar-item{display:flex;flex-direction:column;gap:.5rem}.bar-label{font-size:.875rem;color:#9ca3af;font-weight:500}.bar-container{height:32px;background:#0f0f1e99;border-radius:8px;overflow:hidden;position:relative}.bar-fill{height:100%;background:linear-gradient(90deg,#c084fc,#a855f7);border-radius:8px;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;transition:width .6s ease-out;position:relative}.bar-value{font-size:.875rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.funnel-stats{display:flex;flex-direction:column;gap:1.5rem}.funnel-item{display:flex;flex-direction:column;gap:.75rem}.funnel-header{display:flex;justify-content:space-between;align-items:center}.funnel-count{font-size:.875rem;color:#9ca3af}.funnel-bar{height:40px;background:#0f0f1e99;border-radius:8px;overflow:hidden;position:relative}.funnel-fill{height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:width .6s ease-out;position:relative}.funnel-fill.ob{background:linear-gradient(90deg,#00d4ff,#09c)}.funnel-fill.ib{background:linear-gradient(90deg,#c084fc,#a855f7)}.funnel-percentage{font-size:1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.reports-table-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;animation:fadeInUp .6s ease-out .9s both}.reports-table-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.table-container{overflow-x:auto;border-radius:8px}.reports-table{width:100%;border-collapse:collapse;min-width:900px}.reports-table th{background:#0f0f1e99;color:#9ca3af;font-weight:600;text-align:left;padding:1rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.reports-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e5e7eb}.reports-table tbody tr{transition:background-color .2s ease}.reports-table tbody tr:hover{background:#ffffff05}.revenue{font-weight:600;color:#34d399}.funnel-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.concerns{color:#9ca3af;font-size:.875rem}.empty-state{text-align:center;padding:4rem 2rem;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;animation:fadeInUp .6s ease-out}.empty-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(0,212,255,.3))}.empty-state h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.empty-state p{color:#9ca3af}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite}.error-message{background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px;padding:1rem;margin-bottom:1rem;color:#f87171;animation:fadeInUp .6s ease-out}@media(max-width:768px){.eosr-dashboard{padding:1rem;overflow-x:hidden}.header-content h1{font-size:1.75rem}.filters-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.btn-apply,.btn-clear{width:100%;min-height:44px}.summary-cards,.charts-grid{grid-template-columns:1fr}.reports-table-card{margin-left:-1rem;margin-right:-1rem;border-radius:0;padding:1rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}}@media(max-width:480px){.header-content h1,.card-value{font-size:1.5rem}.chart-card{padding:1rem}}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.btn-assignments{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:1px solid rgba(192,132,252,.3);background:#c084fc1a;color:#c084fc;font-size:.95rem}.btn-assignments:hover{background:#c084fc33;border-color:#c084fc80;transform:translateY(-2px);box-shadow:0 8px 20px #c084fc33}.btn-assignments.active{background:linear-gradient(135deg,#c084fc,#a855f7);color:#0f0f1e;border-color:transparent}.assignments-section{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(192,132,252,.2);border-radius:16px;padding:1.5rem;margin-bottom:2rem;animation:fadeInUp .4s ease-out}.assignments-header h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#c084fc,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.assignments-header .section-subtitle{margin-bottom:1.5rem}.assignments-loading,.assignments-empty{text-align:center;padding:2rem;color:#9ca3af}.assignments-loading .spinner{width:30px;height:30px;margin:0 auto 1rem}.assignments-table-container{overflow-x:auto;border-radius:8px}.assignments-table{width:100%;border-collapse:collapse;min-width:500px}.assignments-table th{background:#0f0f1e99;color:#9ca3af;font-weight:600;text-align:left;padding:1rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.assignments-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e5e7eb}.assignments-table tbody tr{transition:background-color .2s ease}.assignments-table tbody tr:hover{background:#ffffff05}.agent-name-cell{font-weight:600;color:#00d4ff}.chatter-select{width:100%;min-width:200px;padding:.5rem .75rem;background:#0f0f1ecc;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .3s ease}.chatter-select:focus{outline:none;border-color:#c084fc;box-shadow:0 0 0 3px #c084fc1a}.chatter-select option{background:#1a1a2e;color:#fff}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.assigned{background:#34d39933;color:#34d399}.status-badge.unassigned{background:#9ca3af33;color:#9ca3af}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:stretch}.btn-assignments{width:100%;text-align:center}.assignments-section{padding:1rem}.assignments-table-container{margin:0 -1rem;padding:0 1rem}}.chatter-earnings{animation:fadeInUp .5s ease}.upload-section{margin-bottom:40px}.upload-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;max-width:600px}.upload-card h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;margin:0 0 12px;color:#fff}.upload-description{color:#fff9;font-size:14px;margin:0 0 24px;line-height:1.5}.file-input-wrapper{margin-bottom:20px}.file-input{display:none}.file-label{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#ffffff0d;border:2px dashed rgba(0,217,255,.3);border-radius:12px;cursor:pointer;transition:all .3s ease}.file-label:hover{background:#00d9ff0d;border-color:#00d9ff80}.file-icon{font-size:24px}.file-text{color:#fffc;font-size:14px}.upload-btn{padding:14px 32px;background:linear-gradient(135deg,#00d9ff,#00a8cc);border:none;border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.upload-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #00d9ff66}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;padding:12px 16px;margin-bottom:16px;font-size:14px}.summary-section{margin-bottom:40px}.summary-section h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;margin:0 0 20px;color:#fff}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.summary-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-top:3px solid #00D9FF;border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00d9ff33}.summary-card:nth-child(2){border-top-color:#22c55e}.summary-card:nth-child(3){border-top-color:#c084fc}.summary-card:nth-child(4){border-top-color:#fbbf24}.summary-icon{font-size:32px;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#00d9ff33,#c084fc33);display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-content{display:flex;flex-direction:column;gap:4px}.summary-value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;background:linear-gradient(135deg,#00d9ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.summary-label{font-size:13px;color:#fff9}.earnings-table-section{margin-bottom:24px}.earnings-table-section h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;margin:0 0 20px;color:#fff}.table-container{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden}.earnings-table{width:100%;border-collapse:collapse;font-size:14px}.earnings-table thead{background:#00d9ff1a}.earnings-table th{padding:16px 20px;text-align:left;font-family:Space Grotesk,sans-serif;font-weight:600;color:#00d9ff;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.earnings-table th.sortable{cursor:pointer;transition:all .2s ease}.earnings-table th.sortable:hover{background:#00d9ff26}.earnings-table td{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffe6}.earnings-table tbody tr{transition:all .2s ease}.earnings-table tbody tr:hover{background:#00d9ff0d}.earnings-table tbody tr:last-child td{border-bottom:none}.chatter-name{font-weight:600;color:#fff}.earnings-value{font-weight:600;color:#22c55e}.chatter-due{font-weight:600;color:#c084fc}.date-range-info{text-align:center;padding:16px;color:#ffffff80;font-size:13px}@media(max-width:1200px){.table-container{overflow-x:auto}.earnings-table{min-width:900px}}@media(max-width:768px){.upload-card{padding:24px}.summary-cards{grid-template-columns:1fr}.summary-card{padding:20px}.summary-value{font-size:20px}.earnings-table th,.earnings-table td{padding:12px 16px;font-size:13px}}@media(max-width:480px){.upload-card{padding:20px}.file-label{padding:14px 18px}.upload-btn{padding:12px 24px;font-size:14px}.summary-card{padding:16px}.summary-icon{width:48px;height:48px;font-size:24px}.summary-value{font-size:18px}}.global-error{max-width:600px}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#22c55e;padding:12px 16px;margin-bottom:16px;font-size:14px;max-width:600px}.summary-card.matched{border-top-color:#22c55e}.summary-card.unmatched{border-top-color:#f59e0b}.summary-card.highlight{border-top-color:#c084fc;background:#c084fc0d}.warning-section{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:12px;padding:20px;margin-bottom:24px;max-width:800px}.warning-section h4{margin:0 0 8px;color:#f59e0b;font-size:16px}.warning-section p{margin:0 0 16px;color:#ffffffb3;font-size:14px;line-height:1.5}.unmatched-list{display:flex;flex-wrap:wrap;gap:8px}.unmatched-chip{background:#f59e0b33;border:1px solid rgba(245,158,11,.4);border-radius:20px;padding:6px 14px;color:#f59e0b;font-size:13px;font-weight:500}.save-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;margin-bottom:32px;max-width:800px}.save-section h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#fff}.save-description{margin:0 0 20px;color:#fff9;font-size:14px}.period-inputs{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{color:#ffffffb3;font-size:13px;font-weight:500}.input-group input[type=date]{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;min-width:160px}.input-group input[type=date]:focus{outline:none;border-color:#00d9ff}.save-btn{padding:12px 24px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #22c55e66}.unmatched-row{background:#f59e0b0d!important}.status-matched,.status-unmatched{font-size:18px}.share-cell{color:#c084fc;font-weight:600}.history-section h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#fff}.loading-state,.empty-state{text-align:center;padding:40px;color:#fff9;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.period-dates{font-size:16px;font-weight:600;color:#fff;margin-bottom:16px}.period-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.period-stat{display:flex;flex-direction:column;gap:4px}.period-stat .stat-value{font-size:18px;font-weight:700;color:#00d9ff}.period-stat .stat-value.pending{color:#f59e0b}.period-stat .stat-value.paid{color:#22c55e}.period-stat .stat-label{font-size:12px;color:#ffffff80}.period-details{margin-top:24px}.period-details h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#fff}@media(max-width:768px){.view-toggle{flex-direction:column}.toggle-btn{width:100%}.period-inputs{flex-direction:column;align-items:stretch}.input-group,.input-group input[type=date],.save-btn{width:100%}.periods-grid{grid-template-columns:1fr}}.account-hub{min-height:100%;animation:fadeInUp .5s ease-out}.hub-hero{background:linear-gradient(135deg,#06b6d414,#8b5cf614);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden}.hub-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(6,182,212,.15),transparent 70%);pointer-events:none}.hero-content{display:flex;align-items:center;gap:20px;z-index:1}.hero-icon{width:64px;height:64px;background:linear-gradient(135deg,#06b6d4,#8b5cf6);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #06b6d44d}.hero-icon svg{width:32px;height:32px;color:#fff}.hero-text h1{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 4px;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{color:#fff9;margin:0;font-size:.95rem}.segment-toggle{display:flex;background:#0000004d;border-radius:16px;padding:6px;gap:6px;z-index:1}.segment-btn{display:flex;align-items:center;gap:10px;padding:12px 24px;background:transparent;border:none;border-radius:12px;color:#fff9;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.segment-btn:hover{color:#ffffffe6;background:#ffffff0d}.segment-btn.active{background:linear-gradient(135deg,#06b6d433,#8b5cf633);color:#fff;box-shadow:0 4px 20px #06b6d433}.segment-icon{font-size:1.2rem}.segment-count{background:#ffffff1a;padding:2px 10px;border-radius:20px;font-size:.8rem;font-weight:600}.segment-btn.active .segment-count{background:#06b6d44d}.hub-alert{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-radius:12px;margin-bottom:20px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.hub-alert.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.hub-alert.success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#4ade80}.hub-alert button{background:none;border:none;color:inherit;font-size:1.2rem;cursor:pointer;opacity:.7;transition:opacity .2s}.hub-alert button:hover{opacity:1}.hub-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#06b6d4;border-radius:50%;animation:spin 1s linear infinite}.hub-loading p{color:#fff9;font-size:.95rem}.segment-content{animation:fadeInUp .4s ease-out}.content-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;flex-wrap:wrap}.header-filters{display:flex;gap:12px;flex:1;min-width:280px}.search-wrapper{position:relative;flex:1;max-width:400px}.search-wrapper .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#fff6}.search-wrapper input{width:100%;padding:12px 16px 12px 44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease}.search-wrapper input:focus{outline:none;border-color:#06b6d4;background:#ffffff14;box-shadow:0 0 0 3px #06b6d41a}.header-filters select{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;cursor:pointer;min-width:140px}.header-filters select:focus{outline:none;border-color:#06b6d4}.header-info h2{font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 4px}.header-info p{color:#ffffff80;margin:0;font-size:.9rem}.primary-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#06b6d4,#8b5cf6);border:none;border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.primary-btn svg{width:18px;height:18px}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #06b6d466}.secondary-btn{padding:12px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:#ffffff1a}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stats-cards.team-stats{grid-template-columns:repeat(3,1fr)}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.stat-card:hover{background:#ffffff0d;transform:translateY(-2px)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px}.stat-icon.total{background:#06b6d426;color:#06b6d4}.stat-icon.active{background:#22c55e26;color:#4ade80}.stat-icon.inactive{background:#ef444426;color:#f87171}.stat-icon.paypal{background:#8b5cf626;color:#a78bfa}.stat-icon.admin{background:#fbbf2426;color:#fbbf24}.stat-icon.model{background:#ec489926;color:#ec4899}.stat-value{font-family:Space Grotesk,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.85rem;color:#ffffff80;margin-top:4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.empty-state h3{font-family:Space Grotesk,sans-serif;font-size:1.4rem;color:#fff;margin:0 0 8px}.empty-state p{color:#ffffff80;margin:0 0 24px}.data-table-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:16px 20px;background:#ffffff08;color:#fff9;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.06)}.data-table td{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.04);color:#fff;font-size:.9rem}.data-table tbody tr{transition:background .2s ease}.data-table tbody tr:hover{background:#ffffff08}.data-table tbody tr.inactive-row{opacity:.5}.data-table tbody tr:last-child td{border-bottom:none}.user-cell{display:flex;align-items:center;gap:14px}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#06b6d4,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#fff}.user-avatar.admin{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.user-avatar.model{background:linear-gradient(135deg,#ec4899,#db2777)}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600;color:#fff}.user-username{font-size:.8rem;color:#ffffff80;font-family:monospace}.tags-cell{max-width:200px}.tags-wrapper{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-block;padding:4px 10px;background:#06b6d426;border:1px solid rgba(6,182,212,.25);border-radius:8px;color:#06b6d4;font-size:.75rem;font-weight:500}.tag.model-tag{background:#ec489926;border-color:#ec489940;color:#ec4899}.tag-more{display:inline-block;padding:4px 10px;background:#ffffff1a;border-radius:8px;color:#fff9;font-size:.75rem;font-weight:500}.empty-text{color:#ffffff4d;font-style:italic}.email-truncate{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.share-badge{display:inline-block;padding:4px 12px;background:#8b5cf626;border:1px solid rgba(139,92,246,.25);border-radius:8px;color:#a78bfa;font-weight:600;font-size:.85rem}.team-badge{display:inline-block;padding:4px 10px;background:#3b82f626;border:1px solid rgba(59,130,246,.25);border-radius:6px;color:#60a5fa;font-weight:600;font-size:.8rem;white-space:nowrap}.shift-badge{display:inline-block;padding:4px 10px;background:#f59e0b26;border:1px solid rgba(245,158,11,.25);border-radius:6px;color:#fbbf24;font-weight:500;font-size:.8rem;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-pill.active{background:#22c55e26;color:#4ade80}.status-pill.inactive{background:#ef444426;color:#f87171}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-pill.active .status-dot{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.role-badge{display:inline-block;padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:600;text-transform:capitalize}.role-badge.admin{background:#fbbf2426;color:#fbbf24}.role-badge.model{background:#ec489926;color:#ec4899}.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .2s ease;color:#ffffffb3;font-size:16px}.icon-btn svg{width:16px;height:16px}.icon-btn:hover{background:#ffffff1a;color:#fff;transform:scale(1.05)}.icon-btn.danger:hover{background:#ef444433;border-color:#ef444466;color:#f87171}.icon-btn.warn:hover{background:#fbbf2433;border-color:#fbbf2466;color:#fbbf24}.icon-btn.success:hover{background:#22c55e33;border-color:#22c55e66;color:#4ade80}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.modal-container{background:linear-gradient(135deg,#1e1e28fa,#14141efc);border:1px solid rgba(255,255,255,.1);border-radius:24px;width:100%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlide .3s ease-out;box-shadow:0 25px 50px -12px #00000080}.modal-container.small{max-width:420px}@keyframes modalSlide{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-header h3{font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;margin:0}.modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;color:#fff9}.modal-close svg{width:18px;height:18px}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-info{padding:16px 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.modal-info p{color:#ffffffb3;margin:0;font-size:.95rem}.modal-info strong{color:#06b6d4}.modal-form{padding:24px;overflow-y:auto;flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;color:#ffffffb3;font-size:.85rem;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#06b6d4;background:#ffffff14;box-shadow:0 0 0 3px #06b6d41a}.password-wrapper{position:relative}.password-wrapper input{padding-right:48px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#ffffff80;transition:color .2s}.password-toggle svg{width:18px;height:18px}.password-toggle:hover{color:#fff}.role-selector{display:grid;grid-template-columns:1fr 1fr;gap:12px}.role-option{cursor:pointer}.role-option input{display:none}.role-content{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:14px;transition:all .3s ease}.role-content svg{width:28px;height:28px;color:#ffffff80}.role-content span{font-weight:500;color:#ffffffb3}.role-option:hover .role-content{background:#ffffff0d}.role-option.selected .role-content{background:#06b6d426;border-color:#06b6d466}.role-option.selected .role-content svg{color:#06b6d4}.role-option.selected .role-content span{color:#fff}.checkbox-grid{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background:#0003;border-radius:12px;max-height:180px;overflow-y:auto}.checkbox-item{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .2s ease}.checkbox-item:hover{background:#ffffff14;border-color:#06b6d44d}.checkbox-item:has(input:checked){background:#06b6d426;border-color:#06b6d466}.checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:#06b6d4;cursor:pointer}.checkbox-label{color:#fffc;font-size:.9rem}.empty-hint{color:#fff6;font-size:.85rem;font-style:italic;padding:8px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;margin-top:8px;border-top:1px solid rgba(255,255,255,.06)}@media(max-width:900px){.stats-cards,.stats-cards.team-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hub-hero{padding:24px;flex-direction:column;align-items:stretch}.segment-toggle{width:100%}.segment-btn{flex:1;justify-content:center;padding:12px 16px}.segment-label{display:none}.content-header{flex-direction:column;align-items:stretch}.header-filters{flex-direction:column}.search-wrapper{max-width:none}.data-table-wrapper{border-radius:16px}.data-table th,.data-table td{padding:12px 14px}.user-avatar{width:36px;height:36px;font-size:.9rem}.tags-cell{max-width:120px}.actions-cell{flex-wrap:wrap}.form-row{grid-template-columns:1fr}.modal-container{max-width:none;margin:16px;max-height:calc(100vh - 32px)}}@media(max-width:480px){.hero-text h1{font-size:1.5rem}.hero-icon{width:52px;height:52px}.hero-icon svg{width:26px;height:26px}.stats-cards,.stats-cards.team-stats{grid-template-columns:1fr}.stat-card{padding:16px}.stat-icon{width:40px;height:40px}.stat-icon svg{width:20px;height:20px}.stat-value{font-size:1.5rem}.data-table{font-size:.85rem}.user-cell{flex-direction:column;align-items:flex-start;gap:8px}.icon-btn{width:32px;height:32px;font-size:14px}.icon-btn svg{width:14px;height:14px}.role-selector{grid-template-columns:1fr}}.payout-manager{animation:fadeInUp .5s ease-out}.view-toggle{display:flex;gap:8px;margin-bottom:24px}.toggle-btn{padding:12px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.toggle-btn:hover{background:#ffffff1a;color:#fff}.toggle-btn.active{background:linear-gradient(135deg,#00d9ff33,#c084fc33);border-color:#00d9ff66;color:#fff}.period-selector h3,.earnings-selection h3,.batches-list h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 16px}.periods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:32px}.period-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease}.period-card:hover{background:#ffffff0d;border-color:#00d9ff4d}.period-card.selected{background:#00d9ff1a;border-color:#00d9ff}.period-dates{font-size:16px;font-weight:600;color:#fff;margin-bottom:12px}.period-info{display:flex;justify-content:space-between;color:#fff9;font-size:14px}.selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.selection-actions{display:flex;align-items:center;gap:16px}.select-all-btn{padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:13px;cursor:pointer;transition:all .2s ease}.select-all-btn:hover{background:#ffffff1a}.selection-summary{color:#00d9ff;font-weight:600}.loading-state,.empty-state{text-align:center;padding:40px;color:#ffffff80;background:#ffffff08;border-radius:12px}.table-container{overflow-x:auto;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.earnings-table,.batches-table,.items-table{width:100%;border-collapse:collapse;font-size:14px}.earnings-table th,.batches-table th,.items-table th{text-align:left;padding:14px 16px;background:#ffffff0d;color:#ffffffb3;font-weight:600;white-space:nowrap}.earnings-table td,.batches-table td,.items-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.05);color:#fff}.earnings-table tbody tr:hover,.batches-table tbody tr:hover{background:#ffffff08}.earnings-table tbody tr.selected{background:#00d9ff1a}.checkbox-col{width:40px;text-align:center}.checkbox-col input[type=checkbox]{width:18px;height:18px;cursor:pointer}.chatter-name{font-weight:600}.missing-email{color:#f59e0b}.status-badge.processing{background:#00d9ff33;color:#00d9ff}.status-badge.completed,.status-badge.paid{background:#22c55e33;color:#22c55e}.payout-actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap}.create-batch-btn{padding:14px 28px;background:linear-gradient(135deg,#00d9ff,#00a8cc);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.create-batch-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00d9ff66}.create-batch-btn:disabled{opacity:.5;cursor:not-allowed}.mark-paid-btn{padding:14px 28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.mark-paid-btn:hover:not(:disabled){background:#ffffff1a}.mark-paid-btn:disabled{opacity:.5;cursor:not-allowed}.actions-cell{display:flex;gap:8px}.view-btn,.execute-btn,.check-btn{padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s ease}.view-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.view-btn:hover{background:#ffffff1a}.execute-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff;font-weight:600}.execute-btn:hover:not(:disabled){transform:translateY(-1px)}.execute-btn:disabled{opacity:.5;cursor:not-allowed}.check-btn{background:#00d9ff33;border:1px solid rgba(0,217,255,.4);color:#00d9ff}.check-btn:hover:not(:disabled){background:#00d9ff4d}.batch-details{margin-top:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.details-header h3{margin:0}.close-btn{background:none;border:none;color:#ffffff80;font-size:24px;cursor:pointer;padding:0;line-height:1}.close-btn:hover{color:#fff}.details-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{color:#ffffff80;font-size:13px}.detail-item span{color:#fff;font-weight:600}.items-list h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}@media(max-width:768px){.view-toggle{flex-direction:column}.toggle-btn{width:100%}.selection-header,.selection-actions{flex-direction:column;align-items:stretch}.payout-actions{flex-direction:column}.create-batch-btn,.mark-paid-btn{width:100%}.periods-grid{grid-template-columns:1fr}.actions-cell{flex-direction:column}}.instagram-analytics{padding:2rem;max-width:800px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;animation:fadeInUp .6s ease-out;flex-wrap:wrap;gap:1rem}.header-content h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#e1306c,#833ab4,#405de6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.subtitle{color:#9ca3af;font-size:1rem}.success-message{display:flex;align-items:center;gap:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#86efac;animation:fadeInUp .3s ease-out}.success-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#22c55e4d;border-radius:50%;color:#22c55e;font-weight:700}.connected-accounts-section{margin-bottom:2rem;animation:fadeInUp .5s ease-out}.connected-accounts-section h2{font-size:1.25rem;color:#fff;margin-bottom:1rem;font-weight:600}.no-accounts-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center}.no-accounts-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.no-accounts-icon{font-size:2rem;opacity:.6}.no-accounts-content p{color:#9ca3af;font-size:1rem}.accounts-list{display:flex;flex-direction:column;gap:1rem}.connected-account-card{display:flex;align-items:center;justify-content:space-between;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(34,197,94,.3);border-radius:16px;padding:1.25rem 1.5rem;transition:all .3s ease}.connected-account-card:hover{border-color:#22c55e80;transform:translateY(-2px)}.account-left{display:flex;align-items:center;gap:1rem}.connected-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;flex-shrink:0}.connected-badge .checkmark{color:#fff;font-size:14px;font-weight:700}.account-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.account-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.account-details h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.account-details .followers-count{font-size:.9rem;color:#9ca3af}.account-right{display:flex;align-items:center;gap:1rem}.connection-status{padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.connection-status.connected{background:#22c55e26;color:#22c55e}.btn-disconnect{padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.btn-disconnect:hover{background:#ef444433;border-color:#ef444480}.connect-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#1a1a2e66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px dashed rgba(255,255,255,.2);border-radius:16px;animation:fadeInUp .6s ease-out}.btn-connect-instagram{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#e1306c,#833ab4);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-connect-instagram:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #833ab466}.btn-connect-instagram:disabled{opacity:.7;cursor:not-allowed}.instagram-icon{font-size:1.25rem}.connect-hint{color:#6b7280;font-size:.9rem;text-align:center}.btn-connect{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#e1306c,#833ab4);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-connect:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #833ab466}.btn-connect:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error-message{display:flex;align-items:center;gap:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#fca5a5;animation:fadeInUp .3s ease-out}.error-icon{font-size:1.25rem}.dismiss-btn{margin-left:auto;background:none;border:none;color:#fca5a5;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.dismiss-btn:hover{color:#ef4444}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;animation:fadeInUp .6s ease-out}.empty-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.empty-state h2{font-size:1.75rem;color:#fff;margin-bottom:.75rem}.empty-state p{color:#9ca3af;font-size:1.1rem;margin-bottom:2rem}.requirements-list{background:#0f0f1e99;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.requirements-list h3{color:#00d4ff;margin-bottom:1rem;font-size:1rem}.requirements-list ul{list-style:none;padding:0;margin:0}.requirements-list li{color:#9ca3af;padding:.5rem 0;font-size:.95rem}.btn-connect-large{padding:1rem 2rem;background:linear-gradient(135deg,#e1306c,#833ab4);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-connect-large:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #833ab466}.accounts-section{margin-bottom:2rem;animation:fadeInUp .6s ease-out .1s both}.accounts-section h2{color:#fff;font-size:1.25rem;margin-bottom:1rem}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.account-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease}.account-card:hover{border-color:#833ab480;transform:translateY(-2px)}.account-card.selected{border-color:#833ab4;box-shadow:0 0 20px #833ab44d}.account-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.account-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(131,58,180,.5)}.account-avatar-placeholder{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#e1306c,#833ab4);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.account-info h3{color:#fff;font-size:1.1rem;margin-bottom:.25rem}.account-info p{color:#9ca3af;font-size:.9rem}.account-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.meta-item{font-size:.8rem;color:#6b7280}.meta-item.warning{color:#fbbf24}.account-actions{display:flex;gap:.5rem}.btn-refresh,.btn-disconnect{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.btn-refresh{background:#00d4ff1a;border:1px solid rgba(0,212,255,.3);color:#00d4ff}.btn-refresh:hover{background:#00d4ff33}.btn-disconnect{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.btn-disconnect:hover{background:#ef444433}.insights-section{animation:fadeInUp .6s ease-out .2s both}.profile-overview{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;margin-bottom:1.5rem}.profile-header{display:flex;align-items:center;gap:1.5rem}.profile-picture{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid transparent;background:linear-gradient(#0f0f1e,#0f0f1e) padding-box,linear-gradient(135deg,#e1306c,#833ab4,#405de6) border-box}.profile-picture-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e1306c,#833ab4);display:flex;align-items:center;justify-content:center;font-size:2rem}.profile-info h2{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.bio{color:#9ca3af;font-size:.95rem;max-width:500px}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:#833ab44d}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.followers{background:linear-gradient(135deg,#e1306c33,#833ab433)}.stat-icon.following{background:linear-gradient(135deg,#405de633,#00d4ff33)}.stat-icon.posts{background:linear-gradient(135deg,#fbbf2433,#f59e0b33)}.stat-icon.engagement{background:linear-gradient(135deg,#10b98133,#34d39933)}.stat-value{font-size:1.75rem;font-weight:700;color:#fff}.stat-label{color:#9ca3af;font-size:.9rem}.weekly-insights{margin-bottom:2rem}.weekly-insights h3{color:#fff;font-size:1.25rem;margin-bottom:1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.insight-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease}.insight-card:hover{border-color:#833ab44d}.insight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.insight-icon{font-size:1.25rem}.insight-title{color:#9ca3af;font-size:.9rem}.insight-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#e1306c,#833ab4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.insight-subtitle{color:#6b7280;font-size:.85rem}.mini-chart{display:flex;align-items:flex-end;gap:4px;height:50px;margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.chart-bar{flex:1;background:linear-gradient(180deg,#e1306c,#833ab4);border-radius:3px 3px 0 0;transition:all .3s ease;cursor:pointer;min-height:4px}.chart-bar:hover{opacity:.8;transform:scaleY(1.1);transform-origin:bottom}.chart-bar.reach{background:linear-gradient(180deg,#405de6,#00d4ff)}.chart-bar.profile{background:linear-gradient(180deg,#fbbf24,#f59e0b)}.recent-posts{margin-bottom:2rem}.recent-posts h3{color:#fff;font-size:1.25rem;margin-bottom:1rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.post-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease}.post-card:hover{transform:translateY(-4px);border-color:#833ab480;box-shadow:0 10px 30px #0000004d}.post-image{aspect-ratio:1;background:#0f0f1ecc;position:relative;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover}.video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#e1306c4d,#833ab44d);position:relative}.video-placeholder img{position:absolute;width:100%;height:100%;object-fit:cover}.video-badge{position:absolute;top:10px;right:10px;background:#0009;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.75rem}.post-stats{display:flex;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.post-stats .stat{color:#9ca3af;font-size:.85rem}.post-date{padding:.5rem 1rem;color:#6b7280;font-size:.8rem}.last-synced{text-align:center;color:#6b7280;font-size:.85rem;padding:1rem;margin-top:1rem}.no-insights{text-align:center;padding:3rem;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px}.no-insights p{color:#9ca3af}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.spinner{width:50px;height:50px;border:3px solid rgba(131,58,180,.1);border-top-color:#833ab4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner p{color:#9ca3af}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.connection-error-panel{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;animation:fadeInUp .4s ease-out}.error-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.error-header .error-icon{font-size:1.5rem}.error-header h3{color:#fca5a5;font-size:1.25rem;font-weight:600;flex:1;margin:0}.error-header .dismiss-btn{background:#ffffff1a;border:none;color:#9ca3af;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.error-header .dismiss-btn:hover{background:#fff3;color:#fff}.error-details{background:#0003;border-radius:8px;padding:.875rem 1rem;margin-bottom:1.25rem}.error-message-text{color:#fca5a5;font-size:.95rem;margin:0;line-height:1.5}.troubleshooting-steps{background:#1a1a2e99;border-radius:12px;padding:1.25rem}.troubleshooting-steps h4{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;background:linear-gradient(135deg,#e1306c,#833ab4);border-radius:50%;color:#fff;font-weight:700;font-size:.875rem}.step-content{flex:1}.step-content strong{display:block;color:#fff;font-weight:600;margin-bottom:.25rem}.step-content p{color:#9ca3af;font-size:.9rem;margin:0;line-height:1.5}.help-note{display:flex;gap:.75rem;align-items:flex-start;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.help-note .info-icon{font-size:1.25rem;flex-shrink:0}.help-note p{color:#9ca3af;font-size:.875rem;margin:0;line-height:1.5}.troubleshooting-steps ul{list-style:none;padding:0;margin:.75rem 0}.troubleshooting-steps ul li{color:#d1d5db;font-size:.95rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.troubleshooting-steps ul li:before{content:"•";position:absolute;left:0;color:#e1306c;font-weight:700}.troubleshooting-steps>p{color:#d1d5db;font-size:.95rem;margin:.5rem 0;line-height:1.5}@media(max-width:768px){.instagram-analytics{padding:1rem}.header-content h1{font-size:1.75rem}.dashboard-header{flex-direction:column;align-items:stretch}.btn-connect{width:100%;justify-content:center}.profile-header{flex-direction:column;text-align:center}.bio{max-width:100%}.stats-cards{grid-template-columns:repeat(2,1fr)}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.insights-grid{grid-template-columns:1fr}.posts-grid{grid-template-columns:repeat(2,1fr)}.accounts-grid{grid-template-columns:1fr}}@media(max-width:400px){.stats-cards,.posts-grid{grid-template-columns:1fr}.account-header{flex-direction:column;text-align:center}.account-actions{flex-direction:column}.btn-refresh,.btn-disconnect{width:100%}.connected-account-card{flex-direction:column;gap:1rem;text-align:center}.account-left{flex-direction:column}.account-right{flex-direction:column;width:100%}.btn-disconnect{width:100%}.connect-section{padding:1.5rem 1rem}.btn-connect-instagram{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.connection-error-panel{padding:1rem}.error-header h3{font-size:1.1rem}.step{flex-direction:column;gap:.5rem}.step-number{align-self:flex-start}}.analytics-dashboard{margin-top:2rem;animation:fadeInUp .5s ease-out}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.analytics-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.period-selector{display:flex;gap:.5rem;background:#1a1a2e99;padding:.25rem;border-radius:10px}.period-btn{padding:.5rem 1rem;border:none;background:transparent;color:#9ca3af;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.period-btn:hover{color:#fff;background:#ffffff1a}.period-btn.active{background:linear-gradient(135deg,#e1306c,#833ab4);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stats-grid .stat-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stats-grid .stat-card:hover{transform:translateY(-3px);border-color:#833ab466;box-shadow:0 8px 25px #0000004d}.stat-icon-wrapper{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stats-grid .stat-card.reach .stat-icon-wrapper{background:linear-gradient(135deg,#405de633,#00d4ff33)}.stats-grid .stat-card.impressions .stat-icon-wrapper{background:linear-gradient(135deg,#e1306c33,#833ab433)}.stats-grid .stat-card.posts .stat-icon-wrapper{background:linear-gradient(135deg,#fbbf2433,#f59e0b33)}.stats-grid .stat-card.engagement .stat-icon-wrapper{background:linear-gradient(135deg,#10b98133,#34d39933)}.stat-emoji{font-size:1.5rem}.stat-info{display:flex;flex-direction:column}.stats-grid .stat-value{font-size:1.75rem;font-weight:700;color:#fff;line-height:1.2}.stats-grid .stat-label{font-size:.85rem;color:#9ca3af;margin-bottom:.25rem}.stat-trend{font-size:.8rem;font-weight:600}.stat-trend.positive{color:#22c55e}.stat-trend.negative{color:#ef4444}.stat-trend.neutral{color:#9ca3af}.engagement-section{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;margin-bottom:2rem}.engagement-section h3{color:#fff;font-size:1.25rem;margin:0 0 1.25rem;font-weight:600}.engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.engagement-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#0f0f1e80;border-radius:12px}.engagement-icon{font-size:1.5rem}.engagement-data{display:flex;flex-direction:column}.engagement-value{font-size:1.5rem;font-weight:700;color:#fff}.engagement-label{font-size:.85rem;color:#9ca3af}.engagement-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-top:.5rem}.bar-fill{height:100%;border-radius:3px;transition:width 1s ease-out}.bar-fill.likes{background:linear-gradient(90deg,#e1306c,#f77737)}.bar-fill.comments{background:linear-gradient(90deg,#833ab4,#405de6)}.bar-fill.saves{background:linear-gradient(90deg,#fcaf45,#f77737)}.bar-fill.shares{background:linear-gradient(90deg,#00d4ff,#22c55e)}.chart-section{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;margin-bottom:2rem}.chart-section h3{color:#fff;font-size:1.25rem;margin:0 0 1.5rem;font-weight:600}.weekly-chart{display:flex;justify-content:space-around;align-items:flex-end;height:200px;gap:1rem;padding:1rem 0}.week-column{display:flex;flex-direction:column;align-items:center;flex:1;gap:.5rem}.bars-container{display:flex;gap:4px;align-items:flex-end;height:150px;width:100%;justify-content:center}.chart-bar{width:20px;border-radius:4px 4px 0 0;transition:all .3s ease;cursor:pointer;min-height:10px}.chart-bar:hover{opacity:.8;transform:scaleY(1.05);transform-origin:bottom}.chart-bar.reach-bar{background:linear-gradient(180deg,#405de6,#00d4ff)}.chart-bar.engagement-bar{background:linear-gradient(180deg,#e1306c,#833ab4)}.week-label{font-size:.85rem;color:#fff;font-weight:500}.week-posts{font-size:.75rem;color:#9ca3af}.chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.legend-item{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.85rem}.legend-color{width:12px;height:12px;border-radius:3px}.legend-color.reach{background:linear-gradient(180deg,#405de6,#00d4ff)}.legend-color.engagement{background:linear-gradient(180deg,#e1306c,#833ab4)}.growth-section{margin-bottom:2rem}.growth-section h3{color:#fff;font-size:1.25rem;margin:0 0 1rem;font-weight:600}.growth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.growth-card{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease}.growth-card:hover{transform:translateY(-3px);border-color:#833ab466}.growth-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.growth-icon{font-size:1.25rem}.growth-title{color:#9ca3af;font-size:.9rem}.growth-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.growth-subtitle{color:#6b7280;font-size:.85rem;margin-bottom:1rem}.mini-trend-chart{display:flex;align-items:flex-end;gap:4px;height:40px}.trend-bar{flex:1;background:linear-gradient(180deg,#22c55e,#10b981);border-radius:2px;transition:height .5s ease}.trend-bar.profile{background:linear-gradient(180deg,#00d4ff,#405de6)}.demo-notice{display:flex;align-items:flex-start;gap:.75rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1rem 1.25rem;margin-top:1rem}.demo-icon{font-size:1.25rem;flex-shrink:0}.demo-notice p{color:#93c5fd;font-size:.9rem;margin:0;line-height:1.5}.connected-account-card.selected{border-color:#833ab4;box-shadow:0 0 20px #833ab44d}@media(max-width:768px){.analytics-header{flex-direction:column;align-items:flex-start}.period-selector{width:100%;justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid .stat-value{font-size:1.4rem}.engagement-grid{grid-template-columns:1fr 1fr}.weekly-chart{height:180px}.chart-bar{width:15px}.growth-grid{grid-template-columns:1fr}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.stats-grid .stat-card{flex-direction:row}.engagement-grid{grid-template-columns:1fr}.weekly-chart{gap:.5rem}.chart-bar{width:12px}.week-label{font-size:.7rem}.week-posts{font-size:.65rem}.chart-legend{gap:1rem}}.demo-preview-section{margin-top:2rem;animation:fadeInUp .6s ease-out}.demo-preview-banner{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#8b5cf626,#3b82f626);border:1px solid rgba(139,92,246,.3);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.demo-banner-content{display:flex;align-items:center;gap:1rem}.demo-icon{font-size:2rem;animation:pulse 2s ease-in-out infinite}.demo-text h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.demo-text p{font-size:.875rem;color:#9ca3af;margin:0}.demo-badge{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}.demo-account-card{display:flex;align-items:center;justify-content:space-between;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px dashed rgba(139,92,246,.4);border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.demo-account-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d);pointer-events:none}.connected-badge.demo{background:linear-gradient(135deg,#8b5cf64d,#3b82f64d);border-color:#8b5cf680}.account-avatar-placeholder.demo{border:2px dashed rgba(139,92,246,.5);background:#8b5cf61a}.connection-status.demo{background:linear-gradient(135deg,#8b5cf633,#3b82f633);color:#a78bfa;border:1px solid rgba(139,92,246,.3);padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.demo-dashboard{position:relative;border:2px dashed rgba(139,92,246,.3);border-radius:20px;padding:1.5rem}.demo-dashboard:before{content:"DEMO DATA";position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;font-size:.65rem;font-weight:700;padding:.25rem .75rem;border-radius:10px;letter-spacing:.5px}.analytics-dashboard{background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;margin-bottom:2rem;animation:fadeInUp .5s ease-out}.featured-stat-section{margin-bottom:1.5rem}.featured-stat-card{background:linear-gradient(135deg,#ef444426,#f9731626);border:2px solid rgba(239,68,68,.4);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite;transition:all .3s ease}.featured-stat-card.goal-met{background:linear-gradient(135deg,#22c55e26,#10b98126);border-color:#22c55e80;animation:goalMetPulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 20px 5px #ef444433}}@keyframes goalMetPulse{0%,to{box-shadow:0 0 #22c55e4d}50%{box-shadow:0 0 25px 8px #22c55e40}}.featured-stat-icon{font-size:3rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.featured-stat-content{display:flex;flex-direction:column;flex:1}.featured-stat-header{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.featured-stat-value{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#ef4444,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.goal-met .featured-stat-value{background:linear-gradient(135deg,#22c55e,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-stat-goal{font-size:1.25rem;color:#9ca3af;font-weight:500}.goal-badge{background:linear-gradient(135deg,#22c55e,#10b981);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;animation:celebrateGlow 1.5s ease-in-out infinite}@keyframes celebrateGlow{0%,to{box-shadow:0 0 10px #22c55e80}50%{box-shadow:0 0 20px #22c55ecc}}.featured-stat-label{font-size:1.1rem;color:#fca5a5;font-weight:600;margin-top:.25rem}.goal-met .featured-stat-label{color:#86efac}.posting-stats-row{display:flex;gap:1rem}.posting-stat{flex:1;background:#0f0f1e99;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;text-align:center;transition:all .3s ease}.posting-stat.goal-met{background:#22c55e1a;border-color:#22c55e4d}.posting-stat-header{display:flex;align-items:center;justify-content:center;gap:.5rem}.posting-stat-value{font-size:1.5rem;font-weight:700;color:#fff}.posting-stat.goal-met .posting-stat-value{color:#22c55e}.goal-check{font-size:1rem;color:#22c55e;font-weight:700;background:#22c55e33;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.posting-stat-label{display:block;font-size:.8rem;color:#9ca3af;margin-top:.25rem}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.analytics-header h2{font-size:1.25rem;color:#fff;font-weight:600}.last-synced{font-size:.8rem;color:#9ca3af}.insights-loading,.insights-error,.no-insights{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#9ca3af;gap:1rem}.insights-error{color:#fca5a5}.btn-retry{padding:.5rem 1.5rem;background:#8b5cf633;border:1px solid rgba(139,92,246,.4);color:#a78bfa;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#8b5cf64d}.account-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.overview-card{background:#0f0f1e99;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem}.overview-icon{font-size:1.5rem}.overview-info{display:flex;flex-direction:column}.overview-value{font-size:1.25rem;font-weight:700;color:#fff}.overview-label{font-size:.8rem;color:#9ca3af}.insights-section{margin-bottom:1.5rem}.insights-section h3{font-size:1rem;color:#fff;margin-bottom:1rem;font-weight:600}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.insight-card{background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);border:1px solid rgba(139,92,246,.2);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .2s ease}.insight-card:hover{transform:translateY(-2px);border-color:#8b5cf666}.insight-icon{font-size:1.5rem}.insight-info{display:flex;flex-direction:column}.insight-value{font-size:1.25rem;font-weight:700;color:#fff}.insight-label{font-size:.8rem;color:#9ca3af}.recent-posts-section{margin-bottom:1.5rem}.recent-posts-section h3{font-size:1rem;color:#fff;margin-bottom:1rem;font-weight:600}.posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.post-card{background:#0f0f1e99;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .2s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.post-thumbnail{position:relative;width:100%;padding-top:100%;background:#ffffff0d}.post-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.post-thumbnail.video .video-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.video-placeholder,.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#6b7280}.post-info{padding:.75rem}.post-date{font-size:.7rem;color:#9ca3af;display:block;margin-bottom:.25rem}.post-caption{font-size:.8rem;color:#d1d5db;line-height:1.4;margin:0}.bio-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.bio-section h3{font-size:1rem;color:#fff;margin-bottom:.75rem;font-weight:600}.bio-text{color:#9ca3af;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.connected-account-card.selected{border-color:#8b5cf680;background:#8b5cf61a}.connected-account-card{cursor:pointer}.connect-note{font-size:.85rem;color:#9ca3af;text-align:center}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.account-overview{grid-template-columns:repeat(2,1fr)}.insights-grid{grid-template-columns:1fr}.posts-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.account-overview{grid-template-columns:1fr}.posts-grid{grid-template-columns:repeat(2,1fr)}.analytics-header{flex-direction:column;align-items:flex-start}}.admin-ig-overview{padding:1.5rem;max-width:1400px;margin:0 auto}.overview-header{margin-bottom:2rem}.overview-header h1{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem}.overview-subtitle{color:#9ca3af;font-size:1rem;margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.loading-container .spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#9ca3af}.error-message,.success-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.success-message{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac}.error-message button,.success-message button{background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;opacity:.7;transition:opacity .2s}.error-message button:hover,.success-message button:hover{opacity:1}.no-accounts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#1a1a2e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;text-align:center}.no-accounts-icon{font-size:4rem;margin-bottom:1rem}.no-accounts h3{font-size:1.5rem;color:#fff;margin:0 0 .5rem}.no-accounts p{color:#9ca3af;margin:0}.models-overview{display:flex;flex-direction:column;gap:2rem}.model-section{background:#1a1a2e66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem}.model-name{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.account-card{background:#0f0f1e99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem;transition:all .3s ease}.account-card:hover{border-color:#8b5cf64d;box-shadow:0 8px 30px #8b5cf61a}.account-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.profile-pic{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(139,92,246,.3)}.profile-pic-placeholder{width:50px;height:50px;border-radius:50%;background:#8b5cf633;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.account-info h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem}.account-info .followers{font-size:.85rem;color:#9ca3af}.stats-section{margin-bottom:1rem}.today-stats{display:flex;gap:.75rem;margin-bottom:1rem}.stat-box{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;text-align:center;transition:all .3s ease}.stat-box.goal-met{background:#22c55e1a;border-color:#22c55e4d}.stat-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.check-icon{font-size:.9rem;color:#22c55e;font-weight:700;background:#22c55e33;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-value{font-size:1.5rem;font-weight:700;color:#fff}.stat-box.goal-met .stat-value{color:#22c55e}.stat-goal{font-size:.9rem;font-weight:400;color:#9ca3af}.goal-section{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff08;border-radius:10px}.goal-label{font-size:.85rem;color:#9ca3af}.goal-value{display:flex;align-items:center;gap:.5rem;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:8px;padding:.4rem .75rem;color:#c4b5fd;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.goal-value:hover{background:#8b5cf640;border-color:#8b5cf680}.edit-icon{font-size:.8rem;opacity:.7}.goal-edit{display:flex;align-items:center;gap:.5rem}.goal-edit input{width:60px;padding:.4rem .5rem;background:#ffffff1a;border:1px solid rgba(139,92,246,.5);border-radius:6px;color:#fff;font-size:.9rem;text-align:center}.goal-edit input:focus{outline:none;border-color:#8b5cf6}.btn-save,.btn-cancel{width:28px;height:28px;border-radius:6px;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-save{background:#22c55e33;color:#22c55e}.btn-save:hover{background:#22c55e4d}.btn-cancel{background:#ef444433;color:#ef4444}.btn-cancel:hover{background:#ef44444d}.account-footer{padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.last-synced{font-size:.75rem;color:#6b7280}.overview-footer{margin-top:2rem;display:flex;justify-content:center}.btn-refresh{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:10px;color:#c4b5fd;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-refresh:hover{background:#8b5cf640;border-color:#8b5cf680;transform:translateY(-2px)}@media(max-width:768px){.admin-ig-overview{padding:1rem}.overview-header h1{font-size:1.5rem}.accounts-grid{grid-template-columns:1fr}.today-stats{flex-direction:column}.goal-section{flex-direction:column;align-items:flex-start}}.onlyfans-analytics{padding:20px;max-width:1400px;margin:0 auto}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px;flex-wrap:wrap}.header-content h1{font-size:28px;font-weight:700;color:#fff;display:flex;align-items:center;gap:12px;margin-bottom:8px}.of-icon{font-size:32px}.header-subtitle{color:#8892a0;font-size:14px;margin:0}.btn-connect-account{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#0af,#08f);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-connect-account:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0096ff66}.btn-icon{font-size:18px}.error-message button{background:none;border:none;color:#ff3b5c;font-size:20px;cursor:pointer;padding:0 4px}.accounts-section h2{font-size:18px;font-weight:600;color:#fff;margin-bottom:20px}.no-accounts p{color:#8892a0;margin-bottom:24px}.btn-connect{padding:12px 32px;background:linear-gradient(135deg,#0af,#08f);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-connect:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0096ff66}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px}.account-card{background:linear-gradient(145deg,#141923e6,#0f141ef2);border:1px solid rgba(0,150,255,.2);border-radius:16px;padding:20px;transition:all .3s}.account-card:hover{border-color:#0096ff66;box-shadow:0 8px 32px #0096ff26}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.account-status-badge{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.account-status-badge.connected{background:#00c89626;color:#00c896}.status-dot{width:6px;height:6px;background:#00c896;border-radius:50%;animation:pulse-dot 2s infinite}.btn-disconnect{background:#ff3b5c1a;border:1px solid rgba(255,59,92,.3);color:#ff3b5c;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.btn-disconnect:hover{background:#ff3b5c33}.account-profile{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.profile-pic{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,150,255,.3)}.profile-pic-placeholder{width:64px;height:64px;border-radius:50%;background:#0096ff1a;display:flex;align-items:center;justify-content:center;font-size:28px;border:2px solid rgba(0,150,255,.3)}.profile-info h3{font-size:18px;color:#fff;margin-bottom:4px}.profile-info .display-name{color:#8892a0;font-size:14px;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.stat-card{display:flex;align-items:center;gap:12px;padding:14px;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.stat-icon{font-size:24px}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:20px;font-weight:700;color:#fff}.stat-label{font-size:11px;color:#8892a0;text-transform:uppercase;letter-spacing:.5px}.account-actions{padding:12px 0;display:flex;gap:8px}.btn-vault{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-vault:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.btn-vault .vault-icon{font-size:18px}.account-footer{padding-top:12px;border-top:1px solid rgba(255,255,255,.05)}.last-synced{font-size:12px;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:linear-gradient(145deg,#1a1f2e,#141820);border:1px solid rgba(0,150,255,.2);border-radius:16px;width:100%;max-width:440px;padding:24px;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{display:flex;align-items:center;gap:10px;font-size:20px;color:#fff;margin:0}.modal-close{background:none;border:none;color:#8892a0;font-size:28px;cursor:pointer;padding:0;line-height:1}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:13px;color:#8892a0;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px 14px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0096ff80;box-shadow:0 0 0 3px #0096ff1a}.form-group input::placeholder{color:#6b7280}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:48px}.password-toggle-btn{position:absolute;right:8px;background:none;border:none;padding:8px;cursor:pointer;color:#8892a0;display:flex;align-items:center;justify-content:center;transition:color .2s;border-radius:6px}.password-toggle-btn:hover{color:#0af;background:#0096ff1a}.password-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.password-toggle-btn svg{width:20px;height:20px}.security-notice{display:flex;gap:12px;padding:14px;background:#0096ff1a;border:1px solid rgba(0,150,255,.2);border-radius:8px;margin-bottom:20px}.notice-icon{font-size:20px}.security-notice p{margin:0;font-size:12px;color:#8892a0;line-height:1.5}.btn-submit{width:100%;padding:14px;background:linear-gradient(135deg,#0af,#08f);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #0096ff66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.two-fa-section{text-align:center}.two-fa-message{color:#fff;margin-bottom:20px}.btn-submit-2fa{width:100%;padding:14px;background:linear-gradient(135deg,#0af,#08f);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit-2fa:disabled{opacity:.6;cursor:not-allowed}.auth-status-section{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center}.auth-status-section p{color:#8892a0;margin-top:16px}.auth-status-section.success p{color:#00c896}.auth-status-section.failed p{color:#ff3b5c}.success-icon{width:60px;height:60px;background:#00c89626;color:#00c896;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.error-icon{width:60px;height:60px;background:#ff3b5c26;color:#ff3b5c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.btn-try-again{margin-top:20px;padding:10px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.btn-try-again:hover{background:#ffffff26}@media(max-width:768px){.analytics-header{flex-direction:column}.accounts-grid,.stats-grid{grid-template-columns:1fr}}.vault-viewer-overlay{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.vault-viewer-container{background:linear-gradient(145deg,#1a1a2e,#16213e);border-radius:20px;width:100%;max-width:1400px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,172,238,.2);box-shadow:0 25px 80px #00000080}.vault-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.vault-header-left{display:flex;align-items:center;gap:16px}.vault-account-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #00acee}.vault-account-info h2{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.vault-username{color:#fff9;font-size:.9rem}.vault-close-btn{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.vault-close-btn:hover{background:#fff3;transform:scale(1.1)}.vault-controls{display:flex;gap:24px;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.vault-filters,.vault-sort{display:flex;align-items:center;gap:10px}.vault-filters label,.vault-sort label{color:#ffffffb3;font-size:.9rem}.vault-filters select,.vault-sort select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.vault-filters select:hover,.vault-sort select:hover{background:#ffffff26;border-color:#00acee80}.vault-filters select:focus,.vault-sort select:focus{outline:none;border-color:#00acee}.vault-content{flex:1;overflow-y:auto;padding:20px}.vault-loading,.vault-error,.vault-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#ffffffb3}.vault-loading .spinner{width:40px;height:40px;border:3px solid rgba(0,172,238,.2);border-top-color:#00acee;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.vault-error button,.vault-load-more button{background:linear-gradient(135deg,#00acee,#0077b5);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:12px}.vault-error button:hover,.vault-load-more button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00acee66}.vault-load-more button:disabled{opacity:.6;cursor:not-allowed;transform:none}.vault-empty .empty-icon{font-size:48px;margin-bottom:12px}.vault-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.vault-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#0000004d}.vault-item:hover{transform:scale(1.03);box-shadow:0 8px 25px #00acee4d}.vault-item img{width:100%;height:100%;object-fit:cover}.vault-item.audio .audio-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.vault-item .audio-icon{font-size:48px}.vault-item .duration{color:#fff;font-size:.9rem;margin-top:8px}.vault-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(transparent,#000c);opacity:0;transition:opacity .2s ease}.vault-item:hover .vault-item-overlay{opacity:1}.media-type-badge{position:absolute;top:8px;left:8px;background:#0009;padding:4px 8px;border-radius:6px;font-size:14px}.duration-badge{position:absolute;top:8px;right:8px;background:#0009;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px}.vault-item-stats{display:flex;gap:12px;color:#fff;font-size:.85rem}.vault-load-more{text-align:center;padding:24px}.vault-lightbox{position:fixed;inset:0;background:#000000f2;z-index:1100;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.lightbox-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:60px}.lightbox-close{position:absolute;top:20px;right:20px;width:50px;height:50px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:10;transition:all .2s ease}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:36px;cursor:pointer;z-index:10;transition:all .2s ease}.lightbox-nav:hover:not(:disabled){background:#fff3}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-nav.prev{left:20px}.lightbox-nav.next{right:20px}.lightbox-media{max-width:90%;max-height:80vh;display:flex;align-items:center;justify-content:center}.lightbox-media img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.lightbox-media video{max-width:100%;max-height:80vh;border-radius:8px}.lightbox-media .audio-player{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px}.lightbox-media .audio-icon-large{font-size:80px}.lightbox-media audio{width:400px}.lightbox-info{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:24px;align-items:center;background:#0009;padding:12px 24px;border-radius:30px;color:#fff}.lightbox-stats{display:flex;gap:16px}.lightbox-date{opacity:.7}@media(max-width:768px){.vault-viewer-overlay{padding:0}.vault-viewer-container{border-radius:0;max-height:100vh}.vault-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.vault-controls{flex-direction:column;gap:12px}.lightbox-content{padding:20px}.lightbox-nav{width:40px;height:40px;font-size:24px}.lightbox-info{flex-direction:column;gap:8px;padding:10px 20px}}.admin-of-overview{padding:20px;max-width:1400px;margin:0 auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.spinner{width:40px;height:40px;border:3px solid rgba(0,150,255,.2);border-top-color:#0096ff;border-radius:50%;animation:spin 1s linear infinite}.overview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px;flex-wrap:wrap}.overview-header h1{font-size:28px;font-weight:700;color:#fff;display:flex;align-items:center;gap:12px;margin-bottom:8px}.of-icon{font-size:28px}.overview-subtitle{color:#8892a0;font-size:14px;margin:0}.btn-refresh{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;cursor:pointer;transition:all .2s}.btn-refresh:hover{background:#ffffff26}.error-message{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ff3b5c1a;border:1px solid rgba(255,59,92,.3);border-radius:8px;color:#ff3b5c;margin-bottom:20px}.error-message button{background:none;border:none;color:#ff3b5c;font-size:20px;cursor:pointer}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.summary-card{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(145deg,#141923e6,#0f141ef2);border:1px solid rgba(0,150,255,.2);border-radius:12px}.summary-icon{font-size:32px}.summary-value{font-size:24px;font-weight:700;color:#fff}.summary-label{font-size:12px;color:#8892a0;text-transform:uppercase;letter-spacing:.5px}.no-accounts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(145deg,#141923cc,#0f141ee6);border:1px solid rgba(0,150,255,.2);border-radius:16px;text-align:center}.no-accounts-icon{font-size:64px;margin-bottom:16px}.no-accounts h3{font-size:20px;color:#fff;margin-bottom:8px}.no-accounts p{color:#8892a0;max-width:400px}.models-overview{display:flex;flex-direction:column;gap:32px}.model-section{background:linear-gradient(145deg,#14192399,#0f141eb3);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px}.model-name{display:flex;align-items:center;gap:12px;font-size:18px;color:#fff;margin-bottom:20px}.model-avatar{width:36px;height:36px;background:linear-gradient(135deg,#0af,#08f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff}.account-count{font-size:12px;color:#8892a0;font-weight:400;background:#ffffff1a;padding:4px 10px;border-radius:12px;margin-left:auto}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.account-card{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;transition:all .2s}.account-card:hover{border-color:#0096ff4d;background:#0096ff0d}.account-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-pic{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,150,255,.3)}.profile-pic-placeholder{width:48px;height:48px;border-radius:50%;background:#0096ff1a;display:flex;align-items:center;justify-content:center;font-size:22px;border:2px solid rgba(0,150,255,.3)}.account-info{flex:1}.account-info h3{font-size:16px;color:#fff;margin:0}.account-info .display-name{font-size:13px;color:#8892a0}.connection-status{display:flex;align-items:center;gap:6px;font-size:11px;color:#00c896;text-transform:uppercase;letter-spacing:.5px}.status-dot{width:6px;height:6px;border-radius:50%;animation:pulse-dot 2s infinite}.status-dot.connected{background:#00c896}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.stats-row{display:flex;gap:16px;margin-bottom:12px}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:12px;background:#0003;border-radius:8px}.stat-item .stat-value{font-size:20px;font-weight:700;color:#fff}.stat-item .stat-label{font-size:10px;color:#8892a0;text-transform:uppercase;letter-spacing:.5px}.account-footer{display:flex;flex-direction:column;gap:4px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}.last-synced,.connected-since{font-size:11px;color:#6b7280}@media(max-width:768px){.overview-header{flex-direction:column}.summary-cards{grid-template-columns:repeat(2,1fr)}.accounts-grid{grid-template-columns:1fr}}@media(max-width:480px){.summary-cards{grid-template-columns:1fr}}.admin-dayoff-page{padding:20px 0}.filters-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px 24px;margin-bottom:24px;position:relative;overflow:visible}.filters-row{display:flex;gap:20px;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px;min-width:180px}.filter-group label{font-size:13px;font-weight:500;color:#fff9}.filter-group input[type=date],.filter-group select{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 14px;font-size:14px;color:#fff;font-family:inherit;transition:all .2s ease;min-height:42px;color-scheme:dark}.filter-group input[type=date]{position:relative;z-index:10}.filter-group input[type=date]:focus,.filter-group select:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px #00d9ff26;z-index:100}.filter-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;padding:8px;position:relative;z-index:11}.filter-group select{cursor:pointer}.clear-filters-btn{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:500;color:#ef4444;cursor:pointer;transition:all .2s ease;min-height:42px}.clear-filters-btn:hover{background:#ef444440;border-color:#ef444480}.results-count{margin-top:16px;font-size:13px;color:#ffffff80}.pending-highlight{color:#fbbf24;font-weight:500}.dayoffs-table-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;margin-bottom:24px}.table-wrapper{overflow-x:auto}.dayoffs-table{width:100%;border-collapse:collapse}.dayoffs-table th,.dayoffs-table td{text-align:left;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.dayoffs-table th{background:#0003;font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.dayoffs-table td{font-size:14px;color:#fff}.dayoffs-table tbody tr:hover{background:#ffffff05}.dayoffs-table tbody tr:last-child td{border-bottom:none}.dayoffs-table .chatter-name{font-weight:600;color:#00d9ff}.dayoffs-table .team-badge{display:inline-block;padding:4px 10px;background:#3b82f626;border:1px solid rgba(59,130,246,.25);border-radius:6px;color:#60a5fa;font-weight:600;font-size:.8rem;white-space:nowrap}.dayoffs-table .shift-badge{display:inline-block;padding:4px 10px;background:#f59e0b26;border:1px solid rgba(245,158,11,.25);border-radius:6px;color:#fbbf24;font-weight:500;font-size:.8rem;white-space:nowrap}.dayoffs-table .empty-text{color:#ffffff4d;font-style:italic}.dayoffs-table .date-cell{white-space:nowrap;font-weight:500}.dayoffs-table .reason-cell{color:#ffffffb3;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dayoffs-table .created-cell{color:#ffffff80;font-size:13px;white-space:nowrap}.dayoffs-table .actions-cell{white-space:nowrap}.status-row-pending{background:#fbbf2408}.status-row-denied{opacity:.6}.action-buttons{display:flex;gap:8px}.approve-btn{background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;color:#22c55e;cursor:pointer;transition:all .2s ease}.approve-btn:hover:not(:disabled){background:#22c55e40;border-color:#22c55e80}.approve-btn:disabled{opacity:.5;cursor:not-allowed}.deny-btn{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;color:#ef4444;cursor:pointer;transition:all .2s ease}.deny-btn:hover:not(:disabled){background:#ef444440;border-color:#ef444480}.deny-btn:disabled{opacity:.5;cursor:not-allowed}.action-done{color:#ffffff4d}.denial-note{margin-top:4px}.denial-note small{color:#ef4444;font-size:11px;font-style:italic}.pending-card{border-color:#fbbf244d}.approved-card{border-color:#22c55e4d}.modal-content{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:480px;margin:20px;box-shadow:0 20px 60px #00000080}.modal-body .form-group{display:flex;flex-direction:column;gap:6px}.modal-body .form-group label{font-size:14px;font-weight:500;color:#fffc}.modal-body textarea{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 14px;font-size:14px;color:#fff;font-family:inherit;resize:vertical;min-height:80px}.modal-body textarea:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.confirm-deny-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.confirm-deny-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.confirm-deny-btn:disabled{opacity:.6;cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:56px;margin-bottom:16px;opacity:.5}.summary-icon{font-size:32px;opacity:.8}.summary-content{display:flex;flex-direction:column;gap:2px}@media(max-width:768px){.dayoff-header h2{font-size:22px}.filters-section{padding:16px}.filters-row{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.clear-filters-btn{width:100%}.dayoffs-table th,.dayoffs-table td{padding:12px 14px}.summary-section{grid-template-columns:1fr}}.admin-homework-page{padding:24px;max-width:1400px;margin:0 auto}.homework-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.header-content h2{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;background:linear-gradient(135deg,#00d4ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}.create-btn{background:linear-gradient(135deg,#00d4ff,#a855f7);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.create-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff4d}.create-form-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;margin-bottom:24px;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.create-form-section h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group input,.form-group textarea{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 14px;font-size:14px;color:#fff;font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff26}.form-actions{display:flex;justify-content:flex-end;margin-top:8px}.submit-btn{background:linear-gradient(135deg,#00d4ff,#a855f7);border:none;border-radius:8px;padding:12px 28px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00d4ff4d}.homework-content{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;margin-bottom:24px}@media(max-width:1024px){.homework-content{grid-template-columns:1fr}}.assignments-section,.submissions-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px}.assignments-section h3,.submissions-section h3{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.assignments-list{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}.assignment-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease}.assignment-card:hover{border-color:#00d4ff4d;background:#00d4ff0d}.assignment-card.selected{border-color:#00d4ff;background:#00d4ff1a}.assignment-card.overdue{border-left:3px solid #ef4444}.assignment-card.urgent{border-left:3px solid #fbbf24}.assignment-card.soon{border-left:3px solid #3b82f6}.assignment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.assignment-header h4{font-size:15px;font-weight:600;color:#fff;margin:0;flex:1}.delete-btn{background:transparent;border:none;font-size:14px;cursor:pointer;opacity:.5;transition:opacity .2s ease;padding:4px}.delete-btn:hover{opacity:1}.assignment-description{font-size:13px;color:#fff9;margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.assignment-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.deadline-badge{font-size:12px;padding:4px 8px;border-radius:6px;background:#ffffff1a;color:#fffc}.deadline-badge.overdue{background:#ef444433;color:#ef4444}.deadline-badge.urgent{background:#fbbf2433;color:#fbbf24}.deadline-badge.soon{background:#3b82f633;color:#3b82f6}.submission-count{font-size:12px;color:#ffffff80}.progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#00d4ff,#a855f7);border-radius:2px;transition:width .3s ease}.submissions-table-wrapper{overflow-x:auto}.submissions-table{width:100%;border-collapse:collapse}.submissions-table th,.submissions-table td{padding:12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.submissions-table th{font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.submissions-table td{font-size:14px;color:#fff}.chatter-name{font-weight:500;color:#00d4ff}.submitted-at{color:#fff9;font-size:13px;white-space:nowrap}.late-badge{display:inline-block;margin-left:8px;padding:2px 6px;background:#ef444433;color:#ef4444;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase}.review-btn{background:#00d4ff26;border:1px solid rgba(0,212,255,.3);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;color:#00d4ff;cursor:pointer;transition:all .2s ease}.review-btn:hover{background:#00d4ff40;border-color:#00d4ff80}.summary-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.summary-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px}.summary-card.urgent{border-color:#ef44444d}.summary-icon{font-size:28px}.summary-content{display:flex;flex-direction:column}.summary-value{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:#fff}.summary-label{font-size:13px;color:#ffffff80}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:500px;margin:20px;box-shadow:0 20px 60px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-header h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0}.modal-close{background:transparent;border:none;color:#ffffff80;font-size:20px;cursor:pointer;padding:4px;line-height:1}.modal-close:hover{color:#fff}.modal-body{padding:24px}.modal-info{font-size:14px;color:#fffc;margin:0 0 20px;line-height:1.5}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.08)}.cancel-modal-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;color:#fffc;cursor:pointer;transition:all .2s ease}.cancel-modal-btn:hover{background:#ffffff1a}.confirm-review-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.confirm-review-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.confirm-review-btn:disabled{opacity:.6;cursor:not-allowed}.not-submitted-section{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.not-submitted-header{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:#f59e0b;margin:0 0 16px;display:flex;align-items:center;gap:8px}.not-submitted-header .warning-icon{font-size:18px}.not-submitted-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.not-submitted-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:10px;transition:all .2s ease}.not-submitted-item:hover{background:#f59e0b1f;border-color:#f59e0b59}.not-submitted-item .chatter-avatar{font-size:20px;opacity:.7}.not-submitted-item .chatter-info{display:flex;flex-direction:column;gap:2px;min-width:0}.not-submitted-item .chatter-name{font-size:14px;font-weight:500;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.not-submitted-item .chatter-email{font-size:12px;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.admin-homework-page{padding:16px}.header-content h2{font-size:22px}.homework-header{flex-direction:column}.create-btn{width:100%}}.whatsapp-settings{padding:1.5rem;max-width:600px;margin:0 auto}.settings-header{margin-bottom:2rem;text-align:center}.settings-header h2{font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:600;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.settings-description{color:#ffffffb3;font-size:.95rem;line-height:1.5}.settings-card{background:linear-gradient(135deg,#1e1e28e6,#14141ef2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:1.5rem}.status-badge-container{display:flex;justify-content:center;margin-bottom:1.5rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-badge.connected{background:#25d36633;color:#25d366;border:1px solid rgba(37,211,102,.3)}.status-badge.disconnected{background:#ffffff1a;color:#ffffff80;border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#ffffffe6;margin-bottom:.5rem}.phone-input{width:100%;padding:.75rem 1rem;font-size:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;transition:all .2s ease}.phone-input:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d36626}.phone-input::placeholder{color:#fff6}.input-hint{display:block;font-size:.8rem;color:#ffffff80;margin-top:.5rem}.toggle-group{background:#0003;padding:1rem;border-radius:10px}.toggle-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.toggle-text{font-size:.95rem;color:#fff}.toggle-switch{width:50px;height:28px;background:#fff3;border-radius:14px;position:relative;transition:background .3s ease;cursor:pointer}.toggle-switch.active{background:#25d366}.toggle-knob{width:22px;height:22px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.message{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.message.success{background:#25d36626;color:#25d366;border:1px solid rgba(37,211,102,.3)}.message.error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.button-group{display:flex;gap:1rem;flex-wrap:wrap}.save-btn,.test-btn{flex:1;min-width:140px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease}.save-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #25d3664d}.save-btn:disabled{opacity:.5;cursor:not-allowed}.test-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.test-btn:hover:not(:disabled){background:#ffffff26;transform:translateY(-2px)}.test-btn:disabled{opacity:.5;cursor:not-allowed}.save-reminder{text-align:center;font-size:.8rem;color:#ffc864cc;margin-top:.75rem}.info-card{background:#25d3660d;border:1px solid rgba(37,211,102,.2);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.info-card.important{background:#fbbf241a;border:1px solid rgba(251,191,36,.3)}.info-card.important h3{color:#fbbf24;margin-bottom:.75rem}.setup-instruction{color:#fffc;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.business-number{background:#0000004d;border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.business-number .label{font-size:.85rem;color:#fff9}.business-number .number-link{font-size:1.25rem;font-weight:600;color:#25d366;text-decoration:none;padding:.5rem 1rem;background:#25d36626;border-radius:8px;transition:all .2s ease}.business-number .number-link:hover{background:#25d36640;transform:scale(1.02)}.setup-note{font-size:.8rem;color:#ffffff80;text-align:center;margin:0}.info-card h3{font-size:1rem;font-weight:600;color:#25d366;margin-bottom:.75rem}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.85rem;color:#ffffffb3;line-height:1.4}.info-card li:before{content:"•";position:absolute;left:0;color:#25d366}.info-card li:last-child{margin-bottom:0}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:200px;color:#fff9}@media(max-width:640px){.whatsapp-settings{padding:1rem}.settings-card{padding:1.25rem}.button-group{flex-direction:column}.save-btn,.test-btn{width:100%}}.feature-flags{padding:1.5rem;max-width:1000px;margin:0 auto}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff9}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--accent-cyan, #00d4ff);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.flags-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.header-content h2{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .25rem}.subtitle{color:#ffffff80;font-size:.9rem;margin:0}.header-actions{display:flex;gap:.75rem}.action-btn{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn.enable-all{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.action-btn.enable-all:hover:not(:disabled){background:#10b9814d}.action-btn.disable-all{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.action-btn.disable-all:hover:not(:disabled){background:#ef44444d}.message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.message.success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981}.message.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;text-align:center}.stat-card.enabled{border-color:#10b9814d}.stat-card.disabled{border-color:#ef44444d}.stat-value{font-size:1.75rem;font-weight:700;display:block}.stat-card.enabled .stat-value{color:#10b981}.stat-card.disabled .stat-value{color:#ef4444}.stat-card.total .stat-value{color:var(--accent-cyan, #00d4ff)}.stat-label{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.flags-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.flag-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.flag-card.enabled{border-color:#10b9814d;background:#10b9810d}.flag-card.disabled{border-color:#ef444433;background:#ef444408}.flag-card:hover{background:#ffffff0d}.flag-info h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem}.flag-description{font-size:.85rem;color:#fff9;margin:0 0 .5rem}.flag-key{font-size:.75rem;color:#fff6;font-family:Monaco,Menlo,monospace;background:#0000004d;padding:.2rem .5rem;border-radius:4px}.flag-toggle{display:flex;align-items:center;gap:.75rem}.toggle-label{cursor:pointer}.toggle-switch{width:48px;height:26px;background:#ffffff1a;border-radius:13px;position:relative;transition:all .3s ease;cursor:pointer}.toggle-switch.active{background:linear-gradient(135deg,#10b981,#059669)}.toggle-knob{width:22px;height:22px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.toggle-switch.active .toggle-knob{transform:translate(22px)}.status-badge{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;min-width:32px;text-align:center}.status-badge.on{background:#10b98133;color:#10b981}.status-badge.off{background:#ef444433;color:#ef4444}.info-box{background:#00d4ff0d;border:1px solid rgba(0,212,255,.2);border-radius:12px;padding:1.25rem}.info-box h4{font-size:.95rem;font-weight:600;color:var(--accent-cyan, #00d4ff);margin:0 0 .75rem}.info-box ul{margin:0;padding-left:1.25rem}.info-box li{font-size:.85rem;color:#ffffffb3;margin-bottom:.5rem;line-height:1.5}.info-box li:last-child{margin-bottom:0}@media(max-width:640px){.feature-flags{padding:1rem}.flags-header{flex-direction:column}.header-actions{width:100%}.action-btn{flex:1}.stats-row{grid-template-columns:repeat(3,1fr);gap:.5rem}.stat-card{padding:.75rem .5rem}.stat-value{font-size:1.25rem}.flag-card{flex-direction:column;align-items:flex-start;gap:1rem}.flag-toggle{width:100%;justify-content:space-between}}.admin-nav-dropdown{display:flex;gap:4px;padding:12px 40px;background:#0f0f14cc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);max-width:1400px;margin:0 auto;position:relative;z-index:500}.nav-group{position:relative}.nav-group-btn{display:flex;align-items:center;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#ffffffb3;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;padding:10px 16px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.nav-group-btn:hover{background:#00d9ff14;border-color:#00d9ff4d;color:#00d9ff}.nav-group-btn.active{background:linear-gradient(135deg,#00d9ff26,#c084fc1a);border-color:#00d9ff66;color:#00d9ff;box-shadow:0 0 20px #00d9ff26}.nav-group-btn.open{background:#00d9ff1f;border-color:#00d9ff66;color:#00d9ff}.nav-group-icon{font-size:16px}.nav-group-label{max-width:150px;overflow:hidden;text-overflow:ellipsis}.nav-group-arrow{font-size:10px;transition:transform .25s ease;opacity:.6}.nav-group-arrow.rotated{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#14141cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s ease;z-index:9999;box-shadow:0 10px 40px #00000080,0 0 0 1px #ffffff0d inset}.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;border-radius:8px;color:#ffffffb3;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:500;padding:12px 14px;cursor:pointer;transition:all .2s ease;text-align:left}.nav-dropdown-item:hover{background:#00d9ff1a;color:#00d9ff}.nav-dropdown-item.active{background:linear-gradient(135deg,#00d9ff33,#c084fc26);color:#00d9ff}.dropdown-item-icon{font-size:16px;width:22px;text-align:center}.dropdown-item-label{flex:1}.active-indicator{color:#00d9ff;font-size:20px;line-height:1;text-shadow:0 0 8px rgba(0,217,255,.8)}@media(max-width:900px){.admin-nav-dropdown{padding:10px 16px;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.admin-nav-dropdown::-webkit-scrollbar{display:none}.nav-group-btn{padding:8px 12px;font-size:13px}.nav-group-label{max-width:100px}.nav-dropdown-menu{min-width:180px}}@media(max-width:600px){.admin-nav-dropdown{padding:8px 12px}.nav-group-btn{padding:8px 10px;font-size:12px;gap:6px}.nav-group-icon{font-size:14px}.nav-group-label{display:none}.nav-group-btn.active .nav-group-label{display:inline;max-width:80px}.nav-dropdown-menu{left:-20px;min-width:160px}.nav-dropdown-item{padding:10px 12px;font-size:13px}}.dashboard{min-height:100vh;background:#0f0f0f;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.tab-navigation{background:#0f0f14cc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);padding:0 40px;display:flex;gap:0;max-width:1400px;margin:0 auto}.tab-btn{background:transparent;border:none;border-bottom:2px solid transparent;color:#fff9;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;padding:16px 24px;cursor:pointer;transition:all .3s ease;position:relative}.tab-btn:hover{color:#00d9ff;background:#00d9ff0d}.tab-btn.active{color:#00d9ff;border-bottom-color:#00d9ff}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#00d9ff,#c084fc);box-shadow:0 0 12px #00d9ff99}.dashboard-header{background:#0f0f14f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1);padding:20px 40px;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:16px}.header-logo{width:50px;height:50px;filter:drop-shadow(0 0 16px rgba(0,217,255,.4))}.header-title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;margin:0;background:linear-gradient(135deg,#00d9ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-right{display:flex;align-items:center;gap:20px}.notification-container{position:relative}.notification-bell{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;font-size:20px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center}.notification-bell:hover{background:#00d9ff1a;border-color:#00d9ff4d;transform:scale(1.05)}.notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#ff3d9a,#ff6b6b);color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;font-family:Inter,sans-serif;min-width:18px;text-align:center}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-height:480px;background:#0f0f14fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,217,255,.3);border-radius:16px;box-shadow:0 8px 32px #0009,0 0 20px #00d9ff33;overflow:hidden;animation:slideIn .3s ease-out;z-index:1000}.notification-header{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.notification-header h3{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0}.close-notifications{background:transparent;border:none;color:#fff9;font-size:20px;cursor:pointer;transition:all .2s ease;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.close-notifications:hover{color:#fff;transform:rotate(90deg)}.push-toggle-section{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.08);background:#00d9ff08}.push-toggle-info{display:flex;align-items:center;gap:10px}.push-icon{font-size:18px}.push-label-container{display:flex;flex-direction:column;gap:2px}.push-label{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#ffffffe6}.push-denied-hint{font-family:Inter,sans-serif;font-size:10px;color:#ff6b6b;opacity:.9}.push-toggle{position:relative;width:44px;height:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .3s ease;padding:0}.push-toggle:hover{border-color:#00d9ff66}.push-toggle .toggle-slider{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff9;border-radius:50%;transition:all .3s ease}.push-toggle.enabled{background:linear-gradient(135deg,#00d9ff,#a855f7);border-color:transparent}.push-toggle.enabled .toggle-slider{left:22px;background:#fff;box-shadow:0 2px 8px #0000004d}.push-toggle:disabled{opacity:.5;cursor:not-allowed}.push-toggle.denied{background:#ff6b6b33;border-color:#ff6b6b4d}.push-toggle.denied .toggle-slider{background:#ff6b6b99}.notification-list{max-height:400px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:#ffffff08}.notification-list::-webkit-scrollbar-thumb{background:#00d9ff4d;border-radius:3px}.notification-list::-webkit-scrollbar-thumb:hover{background:#00d9ff80}.no-notifications{padding:40px 20px;text-align:center;color:#ffffff80}.no-notifications span{font-size:48px;display:block;margin-bottom:12px;opacity:.6}.no-notifications p{margin:0;font-size:14px}.notification-item{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;gap:12px;align-items:flex-start;cursor:pointer;transition:all .2s ease}.notification-item:hover{background:#00d9ff0d}.notification-item.unread{background:#00d9ff08}.notification-content{flex:1;min-width:0}.notification-message{font-size:14px;color:#fff;margin:0 0 6px;line-height:1.5}.notification-time{font-size:12px;color:#ffffff80}.notification-dot{width:8px;height:8px;border-radius:50%;background:#00d9ff;flex-shrink:0;margin-top:6px;box-shadow:0 0 8px #00d9ff99}.logout-btn{padding:10px 24px;background:#ff3d9a1a;border:1px solid rgba(255,61,154,.3);border-radius:8px;color:#ff3d9a;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#ff3d9a33;transform:translateY(-2px)}.dashboard-content{max-width:1400px;margin:0 auto;padding:40px;position:relative;z-index:1}.section-title{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;margin:0 0 20px;color:#fff}.bot-status-section{margin-bottom:40px}.bot-status-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;display:flex;align-items:center;gap:24px}.status-indicator{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px}.status-online{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-idle{background:#fbbf241a;color:#fbf;border:1px solid rgba(251,191,36,.3)}.status-offline{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.status-unknown{background:#9ca3af1a;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.status-details{font-size:14px;color:#ffffffb3}.stats-section{margin-bottom:40px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.stat-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-top:3px solid #00D9FF;border-radius:16px;padding:24px;transition:all .3s ease;animation:fadeInUp .5s ease}.stat-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00d9ff33}.stat-model-name{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;margin:0 0 16px;color:#00d9ff}.stat-details{display:flex;flex-direction:column;gap:12px}.stat-row{display:flex;justify-content:space-between;font-size:14px;color:#ffffffb3}.stat-value{font-weight:600;color:#fff}.metrics-section{margin-bottom:40px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.metric-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;display:flex;gap:20px;align-items:center;transition:all .4s ease;animation:fadeInUp .5s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00d9ff,#c084fc);opacity:0;transition:opacity .3s ease}.metric-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00d9ff4d;border-color:#00d9ff4d}.metric-card:hover:before{opacity:1}.metric-icon{font-size:48px;width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,#00d9ff33,#c084fc33);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,217,255,.3)}.metric-content{flex:1}.metric-label{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:500;color:#fff9;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}.metric-value{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;background:linear-gradient(135deg,#00d9ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:4px}.metric-detail{font-size:13px;color:#ffffff80;margin:0}.filters-section{margin-bottom:40px}.filters{display:flex;gap:16px;flex-wrap:wrap}.filter-select{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 2px #00d9ff33}.filter-select option{background:#1a1a1a;color:#fff}.refresh-btn{padding:12px 24px;background:linear-gradient(135deg,#00d9ff,#00a8cc);border:none;border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00d9ff4d}.requests-section{margin-bottom:40px}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.request-card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-left:3px solid #00D9FF;border-radius:16px;padding:24px;transition:all .3s ease;animation:fadeInUp .5s ease}.request-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00d9ff26;border-left-color:#c084fc}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.request-model{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:4px}.request-type{font-size:14px;color:#fff9}.status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.status-completed{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-created{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-pending{background:#9ca3af1a;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.request-details{display:flex;flex-direction:column;gap:12px}.detail-row{font-size:14px;color:#ffffffb3}.detail-row strong{color:#fff;margin-right:8px}.request-description{margin-top:8px;padding:12px;background:#0003;border-radius:8px;font-size:13px;line-height:1.5}.request-status-toggles{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:12px}.status-toggle-row{display:flex;justify-content:space-between;align-items:center}.status-toggle-row .toggle-label{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#fffc}.status-toggle-btn{position:relative;width:48px;height:26px;background:transparent;border:none;padding:0;cursor:pointer;transition:all .2s ease}.status-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-track{display:block;width:100%;height:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:13px;transition:all .3s ease;position:relative}.toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff9;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.status-toggle-btn.active .toggle-track{background:linear-gradient(135deg,#00d9ff,#c084fc);border-color:transparent}.status-toggle-btn.active .toggle-thumb{transform:translate(22px);background:#fff;box-shadow:0 2px 8px #00d9ff66}.status-toggle-btn:hover:not(:disabled) .toggle-track{border-color:#00d9ff66}.status-toggle-btn.active:hover:not(:disabled) .toggle-track{box-shadow:0 0 12px #00d9ff4d}.loading,.no-data{text-align:center;padding:60px 20px;color:#ffffff80;font-size:16px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.dashboard-header{padding:18px 24px}.dashboard-content{padding:32px 24px}.requests-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media(max-width:768px){.dashboard-header{padding:16px 20px}.dashboard-content{padding:24px 20px;overflow-x:hidden}.header-content{flex-direction:column;gap:12px;align-items:flex-start}.header-title{font-size:20px}.header-logo{width:40px;height:40px}.header-right{width:100%;justify-content:space-between}.tab-navigation{padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:14px 16px;font-size:13px;white-space:nowrap;min-height:44px}.stats-grid,.requests-grid{grid-template-columns:1fr}.filters{flex-direction:column}.filter-select,.refresh-btn{width:100%;min-height:44px}.section-title{font-size:18px}.bot-status-card{flex-direction:column;align-items:flex-start;gap:16px}}@media(max-width:480px){.dashboard-header{padding:14px 16px}.dashboard-content{padding:20px 16px}.header-left{gap:12px}.header-logo{width:36px;height:36px}.header-title{font-size:18px}.user-info{font-size:13px}.logout-btn{padding:8px 16px;font-size:13px}.section-title{font-size:17px;margin-bottom:16px}.stat-card,.request-card{padding:20px}.stat-model-name,.request-model{font-size:16px}.bot-status-card{padding:20px}.status-indicator{padding:8px 16px;font-size:13px}.filter-select,.refresh-btn{padding:12px 16px;font-size:14px}.request-header{flex-direction:column;gap:12px}.status-badge{align-self:flex-start}}@media(max-width:360px){.dashboard-header{padding:12px 14px}.dashboard-content{padding:16px 14px}.header-title{font-size:16px}.header-logo{width:32px;height:32px}.stat-card,.request-card{padding:16px}.detail-row,.stat-row{font-size:13px}}.accounts-tab{animation:fadeInUp .5s ease}.create-account-section,.users-list-section{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;margin-bottom:32px}.create-account-section h3,.users-list-section h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;margin:0 0 24px;color:#fff}.create-account-form{display:flex;flex-direction:column;gap:20px;max-width:500px}.form-group input,.form-group select{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:14px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px #00d9ff1a;background:#ffffff14}.form-group select option{background:#1a1a1a;color:#fff}.models-multiselect{display:flex;flex-direction:column;gap:10px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;max-height:200px;overflow-y:auto}.model-checkbox{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.model-checkbox:hover{background:#00d9ff0d}.model-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#00D9FF}.model-checkbox span{font-size:14px;color:#ffffffe6}.selected-models{margin-top:8px;padding:10px 14px;background:#00d9ff1a;border:1px solid rgba(0,217,255,.2);border-radius:8px;color:#00d9ff;font-size:13px;font-weight:500}.no-models-message{padding:16px;text-align:center;color:#ffffff80;font-size:13px}.assigned-models-list{color:#00d9ff;font-size:13px}.no-models-assigned{color:#fff6;font-size:13px;font-style:italic}.not-applicable{color:#ffffff4d;font-size:13px}.error-message{padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:14px}.success-message{padding:12px 16px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#22c55e;font-size:14px}.create-account-btn{padding:14px 28px;background:linear-gradient(135deg,#00d9ff,#c084fc);border:none;border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.create-account-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff4d}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.users-table th{text-align:left;padding:14px 16px;background:#0003;border-bottom:2px solid rgba(0,217,255,.3);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:16px;border-bottom:1px solid rgba(255,255,255,.05);font-size:14px;color:#ffffffe6}.users-table tr:hover{background:#00d9ff08}.role-badge{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block}.role-admin{background:#c084fc1a;color:#c084fc;border:1px solid rgba(192,132,252,.3)}.role-model{background:#00d9ff1a;color:#00d9ff;border:1px solid rgba(0,217,255,.3)}.delete-user-btn{padding:8px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.delete-user-btn:hover:not(:disabled){background:#ef444433;transform:translateY(-2px)}.delete-user-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.create-account-section,.users-list-section{padding:24px}.create-account-form{max-width:100%}.users-table{font-size:13px}.users-table th,.users-table td{padding:12px}}.go-live-section{background:linear-gradient(135deg,#ef444414,#0f0f14e6);border-radius:16px;padding:24px 32px;margin-bottom:32px;border:1px solid rgba(239,68,68,.2);position:relative;overflow:hidden}.go-live-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);animation:liveGradient 2s ease infinite}@keyframes liveGradient{0%,to{opacity:1}50%{opacity:.6}}.go-live-description{color:#ffffffb3;font-size:14px;margin-bottom:20px}.live-error-message{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px 16px;color:#ef4444;font-size:14px;margin-bottom:16px}.currently-live{background:#ef44441a;border-radius:12px;padding:16px 20px;margin-bottom:20px}.live-subheading{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:#ef4444;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.live-models-list{display:flex;flex-wrap:wrap;gap:12px}.live-model-badge{display:flex;align-items:center;gap:10px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:24px;padding:10px 18px}.live-indicator{width:10px;height:10px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef4444}.live-indicator.pulse{animation:livePulse 1.5s ease infinite}@keyframes livePulse{0%,to{transform:scale(1);box-shadow:0 0 8px #ef4444}50%{transform:scale(1.2);box-shadow:0 0 16px #ef4444,0 0 24px #ef444480}}.live-model-name{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:#fff}.live-since{font-size:12px;color:#ffffff80}.go-live-controls{display:flex;flex-wrap:wrap;gap:16px}.model-live-control{display:flex;align-items:center;gap:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 20px;flex:1;min-width:250px;max-width:350px}.model-name-label{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:#fff;flex:1}.go-live-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;padding:10px 20px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d}.go-live-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.go-live-btn:disabled{opacity:.6;cursor:not-allowed}.end-live-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;padding:10px 20px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.end-live-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.end-live-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.go-live-section{padding:20px;margin:0 -20px 24px;border-radius:0}.go-live-controls{flex-direction:column}.model-live-control{max-width:100%}.live-models-list{flex-direction:column}}.chatter-dashboard{min-height:100vh;background:linear-gradient(135deg,#0a0a0f,#1a1a2e)}.dashboard-header{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08);padding:16px 24px}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:12px}.header-icon{font-size:28px}.header-left h1{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;color:#fff;margin:0}.header-right{display:flex;align-items:center;gap:16px}.user-info{color:#ffffffb3;font-size:14px}.logout-btn{padding:8px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:14px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#ef444433}.tab-navigation{display:flex;gap:8px;padding:16px 24px;max-width:1200px;margin:0 auto;overflow-x:auto}.tab-btn{padding:12px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab-btn:hover{background:#ffffff1a;color:#fff}.tab-btn.active{background:linear-gradient(135deg,#22c55e33,#16a34a33);border-color:#22c55e66;color:#22c55e}.dashboard-content{max-width:1200px;margin:0 auto;padding:24px}.alert{padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.loading-state{text-align:center;padding:60px;color:#fff9}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.stat-card.total{border-top:3px solid #22C55E}.stat-card.paid{border-top:3px solid #00D9FF}.stat-card.pending{border-top:3px solid #F59E0B}.stat-card.share{border-top:3px solid #C084FC}.stat-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:12px}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:#fff}.stat-label{color:#ffffff80;font-size:13px}.latest-earnings h3,.history-tab h3,.profile-tab h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.latest-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;max-width:500px}.period-dates{font-size:16px;font-weight:600;color:#00d9ff;margin-bottom:20px}.earnings-details{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#fff9}.detail-row .value{color:#fff;font-weight:600}.detail-row .value.highlight{color:#22c55e;font-size:18px}.detail-row .value.mono{font-family:monospace;font-size:13px}.empty-state{text-align:center;padding:48px;background:#ffffff08;border-radius:16px;color:#ffffff80}.table-container{overflow-x:auto;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.history-table{width:100%;border-collapse:collapse;font-size:14px}.history-table th{text-align:left;padding:16px;background:#ffffff0d;color:#ffffffb3;font-weight:600;white-space:nowrap}.history-table td{padding:16px;border-bottom:1px solid rgba(255,255,255,.05);color:#fff}.history-table tbody tr:hover{background:#ffffff08}.amount-cell{font-weight:600;color:#22c55e}.mono{font-family:monospace;font-size:12px;color:#fff9}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.status-badge.pending{background:#f59e0b33;color:#f59e0b}.status-badge.paid{background:#22c55e33;color:#22c55e}.status-badge.failed{background:#ef444433;color:#ef4444}.status-badge.approved{background:#22c55e33;color:#22c55e}.status-badge.rejected{background:#ef444433;color:#ef4444}.profile-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;margin-bottom:32px;max-width:500px}.profile-field{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.profile-field:last-child{border-bottom:none}.profile-field label{color:#fff9;font-size:14px}.profile-field span{color:#fff;font-weight:500}.profile-field .team-badge{display:inline-block;padding:4px 10px;background:#3b82f626;border:1px solid rgba(59,130,246,.25);border-radius:6px;color:#60a5fa;font-weight:600;font-size:.85rem}.profile-field .shift-badge{display:inline-block;padding:4px 10px;background:#f59e0b26;border:1px solid rgba(245,158,11,.25);border-radius:6px;color:#fbbf24;font-weight:500;font-size:.85rem}.profile-field .not-set{color:#fff6;font-style:italic;font-weight:400}.change-request-section{margin-top:32px;max-width:500px}.change-request-section h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.section-description{color:#fff9;font-size:14px;margin:0 0 20px}.change-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#ffffffb3;font-size:14px}.form-group input,.form-group select{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#22c55e}.submit-btn{padding:12px 24px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #22c55e66}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.requests-history{margin-top:32px}.requests-history h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.requests-list{display:flex;flex-direction:column;gap:12px}.request-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px}.request-item.approved{border-left:3px solid #22C55E}.request-item.rejected{border-left:3px solid #EF4444}.request-item.pending{border-left:3px solid #F59E0B}.request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.field-name{font-weight:600;color:#fff;text-transform:capitalize}.request-details{display:flex;justify-content:space-between;font-size:13px;color:#fff9}.admin-notes{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.05);font-size:13px;color:#ffffff80;font-style:italic}.eosr-tab h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.eosr-tab .section-subtitle{color:#fff9;font-size:.875rem;margin-bottom:1.5rem}.eosr-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat-card.eosr-stat{border-top:3px solid #C084FC}.eosr-table{width:100%;border-collapse:collapse;min-width:600px}.eosr-table th{background:#0f0f1e99;color:#ffffffb3;font-weight:600;text-align:left;padding:12px 16px;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.eosr-table td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05);color:#e5e7eb;font-size:.9rem}.eosr-table tbody tr{transition:background-color .2s ease}.eosr-table tbody tr:hover{background:#ffffff08}.revenue-cell{font-weight:600;color:#34d399}.funnel-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.funnel-badge.ob{background:#00d4ff33;color:#00d4ff}.funnel-badge.ib{background:#c084fc33;color:#c084fc}.concerns-cell{color:#fff9;font-size:.85rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-hint{font-size:.85rem;color:#fff6;margin-top:.5rem}@media(max-width:768px){.header-content{flex-direction:column;gap:12px;text-align:center}.header-right{width:100%;justify-content:center}.tab-navigation{padding:12px 16px}.dashboard-content{padding:16px}.stats-grid{grid-template-columns:1fr}.history-table{font-size:12px}.history-table th,.history-table td{padding:12px 8px}.eosr-stats-grid{grid-template-columns:1fr}.eosr-table{font-size:12px}.eosr-table th,.eosr-table td{padding:8px 12px}}.dayoff-page{padding:20px 0}.dayoff-header{margin-bottom:24px}.dayoff-header h2{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}.dayoff-subtitle{color:#fff9;font-size:15px;margin:0}.dayoff-content{display:grid;gap:24px}.dayoff-form-section{max-width:500px}.section-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:visible}.section-card h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0 0 16px}.section-description{color:#ffffff80;font-size:14px;margin:-8px 0 16px}.dayoff-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#fffc}.form-group input[type=date],.form-group textarea{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 14px;font-size:15px;color:#fff;font-family:inherit;transition:all .2s ease;color-scheme:dark}.form-group input[type=date]{position:relative;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:48px}.form-group input[type=date]:focus,.form-group textarea:focus{outline:none;border-color:#00d9ff;box-shadow:0 0 0 3px #00d9ff26;z-index:100}.form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;padding:8px;margin:-8px;position:relative;z-index:11}.form-group input[type=date]::-webkit-datetime-edit{padding:0}.form-group input[type=date]::-webkit-date-and-time-value{text-align:left}.form-group textarea{resize:vertical;min-height:80px}.submit-btn{background:linear-gradient(135deg,#00d9ff,#00b4cc);border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;color:#0a0a0a;cursor:pointer;transition:all .2s ease;margin-top:8px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.dayoff-lists{display:grid;gap:24px}@media(min-width:900px){.dayoff-lists{grid-template-columns:1fr 2fr}}.my-dayoffs{min-height:200px}.team-dayoffs{min-height:300px}.empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.empty-state p{color:#ffffff80;font-size:15px;margin:0}.dayoff-list{display:flex;flex-direction:column;gap:12px}.dayoff-item{display:flex;justify-content:space-between;align-items:center;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px 16px}.dayoff-item.my-item{border-left:3px solid #00D9FF}.dayoff-info{display:flex;flex-direction:column;gap:4px}.dayoff-date{font-weight:600;color:#fff;font-size:15px}.dayoff-reason{color:#ffffff80;font-size:13px}.form-note{font-size:13px;color:#ffffff80;margin:-8px 0 16px;line-height:1.5}.dayoff-header-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.status-badge.approved{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.status-badge.denied{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.dayoff-item.status-pending{border-left-color:#fbbf24}.dayoff-item.status-approved{border-left-color:#22c55e}.dayoff-item.status-denied{border-left-color:#ef4444;opacity:.7}.denial-reason{display:flex;flex-direction:column;gap:2px;margin-top:8px;padding:10px 12px;background:#ef44441a;border-radius:6px;border-left:2px solid #ef4444}.denial-label{font-size:11px;font-weight:600;color:#ef4444cc;text-transform:uppercase;letter-spacing:.5px}.denial-text{font-size:13px;color:#ffffffb3;line-height:1.4}.cancel-btn{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500;color:#ef4444;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#ef444440;border-color:#ef444480}.team-table-wrapper{overflow-x:auto;margin:0 -8px;padding:0 8px}.team-dayoffs-table{width:100%;border-collapse:collapse}.team-dayoffs-table th,.team-dayoffs-table td{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.team-dayoffs-table th{font-size:13px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.team-dayoffs-table td{font-size:14px;color:#fff}.team-dayoffs-table tbody tr:hover{background:#ffffff05}.team-dayoffs-table .chatter-name{font-weight:500;color:#00d9ff}.team-dayoffs-table .date-cell{white-space:nowrap}.team-dayoffs-table .reason-cell{color:#fff9;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading-state{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#ffffff80;font-size:15px}@media(max-width:768px){.dayoff-header h2{font-size:22px}.section-card{padding:20px 16px}.dayoff-item{flex-direction:column;align-items:flex-start;gap:12px}.cancel-btn{width:100%;text-align:center}}.chatter-homework-page{padding:24px;max-width:1200px;margin:0 auto}.homework-header{margin-bottom:24px}.homework-header h2{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;background:linear-gradient(135deg,#00d4ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}.homework-subtitle{color:#fff9;font-size:14px;margin:0}.alert{padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:14px}.alert-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.alert-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.loading-state{text-align:center;padding:60px 20px;color:#ffffff80;font-size:16px}.homework-sections{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-header h3{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0}.count-badge{background:#ffffff1a;color:#fffc;font-size:13px;font-weight:600;padding:4px 10px;border-radius:20px}.count-badge.success{background:#22c55e33;color:#22c55e}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state p{color:#ffffff80;font-size:14px;margin:0}.assignments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}@media(max-width:480px){.assignments-grid{grid-template-columns:1fr}}.assignment-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:20px;transition:all .3s ease}.assignment-card:hover{border-color:#00d4ff4d}.assignment-card.overdue{border-left:4px solid #ef4444}.assignment-card.urgent{border-left:4px solid #fbbf24}.assignment-card.soon{border-left:4px solid #3b82f6}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.card-header h4{font-size:16px;font-weight:600;color:#fff;margin:0;flex:1}.time-badge{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap}.time-badge.normal{background:#22c55e33;color:#22c55e}.time-badge.soon{background:#3b82f633;color:#3b82f6}.time-badge.urgent{background:#fbbf2433;color:#fbbf24}.time-badge.overdue{background:#ef444433;color:#ef4444}.description{font-size:14px;color:#ffffffb3;margin:0 0 16px;line-height:1.5}.deadline-info{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;background:#ffffff0d;border-radius:8px}.deadline-label{font-size:13px;color:#ffffff80}.deadline-value{font-size:13px;color:#fff;font-weight:500}.upload-section{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-input-display{background:#0000004d;border:1px dashed rgba(255,255,255,.2);border-radius:8px;padding:16px;text-align:center;transition:all .2s ease}.file-input-wrapper:hover .file-input-display{border-color:#00d4ff;background:#00d4ff0d}.file-placeholder{color:#ffffff80;font-size:14px}.file-selected{color:#00d4ff;font-size:14px}.upload-section textarea{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px;font-size:14px;color:#fff;font-family:inherit;resize:vertical}.upload-section textarea:focus{outline:none;border-color:#00d4ff}.submit-btn{background:linear-gradient(135deg,#00d4ff,#a855f7);border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00d4ff4d}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.submissions-list{display:flex;flex-direction:column;gap:16px}.submission-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 20px}.submission-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.submission-header h4{font-size:15px;font-weight:600;color:#fff;margin:0}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.status-badge.pending{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);color:#fbbf24}.status-badge.reviewed{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.submission-details{display:flex;flex-direction:column;gap:8px}.detail-row{display:flex;align-items:center;gap:8px;font-size:13px}.detail-label{color:#ffffff80;white-space:nowrap}.detail-value{color:#fffc}.file-link{color:#a855f7;text-decoration:none;transition:color .2s ease}.file-link:hover{color:#c084fc;text-decoration:underline}.late-tag{display:inline-block;margin-left:8px;padding:2px 6px;background:#ef444433;color:#ef4444;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase}.feedback-box{margin-top:12px;padding:12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:8px}.feedback-label{font-size:12px;font-weight:600;color:#22c55e;display:block;margin-bottom:6px}.feedback-text{font-size:13px;color:#fffc;margin:0;line-height:1.5}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;text-align:center}.stat-card.completed{border-color:#22c55e4d}.stat-card.pending{border-color:#fbbf244d}.stat-value{display:block;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:4px}.stat-label{font-size:13px;color:#ffffff80}@media(max-width:480px){.chatter-homework-page{padding:16px}.homework-header h2{font-size:22px}.section{padding:16px}.card-header,.submission-header{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f0f;color:#fff}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#00d9ff4d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#00d9ff80}
