@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-container{background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:40px;width:100%;max-width:400px;text-align:center;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.login-logo-section{margin-bottom:32px}.login-logo{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}.login-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:18px}.login-logo-text{font-size:24px;font-weight:600;color:#333}.login-logo-subtitle{color:#666;font-size:14px;margin-bottom:24px}.login-welcome-text{margin-bottom:32px}.welcome-text h1{font-size:28px;font-weight:600;color:#333;margin-bottom:8px}.welcome-text p{color:#666;font-size:16px}.google-login-btn{width:100%;background:white;border:2px solid #e0e0e0;border-radius:12px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-bottom:24px}.google-login-btn:hover{border-color:#667eea;background:#f8f9ff;transform:translateY(-2px);box-shadow:0 8px 16px rgba(102,126,234,.15)}.google-icon{width:20px;height:20px}@media (max-width:480px){.login-container{margin:20px;padding:32px 24px}}.login-loading{display:none;width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.google-login-btn.loading .loading{display:inline-block}.google-login-btn.loading .google-icon{display:none}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#334155;line-height:1.6}.main-container{height:100%}.page-container{display:flex;height:100vh;background-color:#f9fafb}.main-content{flex:1 1;display:flex;flex-direction:column;overflow:hidden;margin-left:0}.app-header{display:flex;height:64px;background:white;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border-bottom:1px solid #e5e7eb}.app-header-content{justify-content:space-between;padding:0 16px}.app-header-content,.app-header-left{display:flex;align-items:center}.page-title{font-size:20px;color:#111827;margin:0}.header-actions{align-items:center;gap:16px}.notification-btn{padding:8px;border:none;background:none;color:#9ca3af;cursor:pointer}.notification-btn:hover{color:#6b7280}.content{flex:1 1;overflow-y:auto;padding:16px}.stats-grid{display:flex;flex-direction:column;margin-bottom:24px;border-radius:8px;padding:5px}.stat-card{justify-content:space-between;background:white;padding:5px 16px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);color:#333}.stat-card,.stat-content{display:flex;align-items:center}.stat-icon{width:32px;height:32px;margin-right:12px}.stat-icon.blue{color:#3b82f6}.stat-icon.green{color:#10b981}.stat-icon.purple{color:#8b5cf6}.stat-icon.red{color:#ef4444}.stat-info h3{font-size:12px;font-weight:500;color:#6b7280;margin:0 0 4px}.stat-info p{font-size:24px;font-weight:700;color:#111827;margin:0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-size:18px;font-weight:500;color:#111827;margin:0}.section{background:white;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.empty-state{text-align:center;padding:40px 20px}.empty-icon{width:80px;height:80px;margin:0 auto 20px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#adb5bd}.empty-title{font-size:18px;font-weight:600;color:#495057;margin-bottom:10px}.empty-description{font-size:14px;color:#6c757d;margin-bottom:20px;line-height:1.5}.add-btn{display:inline-flex;align-items:center;padding:8px 12px;border:none;font-size:14px;font-weight:500;color:white;background-color:#2563eb;border-radius:6px;cursor:pointer;text-decoration:none}.add-btn:hover{background-color:#1d4ed8}.add-btn .icon-sm{width:16px;height:16px;margin-right:4px}.batch-grid{display:grid;grid-gap:16px;gap:16px;margin-bottom:24px}.batch-card{background:white;border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:24px}.batch-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.batch-info h4{font-size:18px;font-weight:500;color:#111827;margin:0 0 4px}.batch-info p{font-size:14px;color:#6b7280;margin:0}.admin-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500;background-color:#fef3c7;color:#d97706}.batch-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}.batch-stat{text-align:center}.batch-stat-number{font-size:24px;font-weight:700;color:#111827;margin:0}.batch-stat-number.red{color:#dc2626}.batch-stat-label{font-size:12px;color:#6b7280;margin:0}.permission-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500}.badge-blue{background-color:#dbeafe;color:#1e40af}.badge-green{background-color:#d1fae5;color:#065f46}.badge-purple{background-color:#e9d5ff;color:#7c2d12}.badge-red{background-color:#fee2e2;color:#b91c1c}.batch-footer{display:flex;justify-content:space-between;font-size:14px;color:#6b7280}.activity-card{background:white;border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.activity-header{padding:16px 24px;border-bottom:1px solid #e5e7eb}.activity-header h3{font-size:18px;font-weight:500;color:#111827;margin:0}.activity-list{border-top:1px solid #e5e7eb}.activity-list:first-child{border-top:none}.activity-item{padding:16px 24px;display:flex;align-items:center;border-bottom:1px solid #e5e7eb}.activity-item:last-child{border-bottom:none}.activity-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#f3f4f6}.activity-icon.critical{background-color:#fee2e2}.activity-icon .icon-sm{width:16px;height:16px;color:#6b7280}.activity-icon.critical .icon-sm{color:#dc2626}.activity-content{margin-left:16px;flex:1 1;min-width:0}.activity-name{font-size:14px;font-weight:500;color:#111827;margin:0 0 2px}.activity-action{font-size:14px;color:#6b7280;margin:0}.activity-time{font-size:14px;color:#6b7280;flex-shrink:0}.overlay{position:fixed;inset:0;z-index:40;background-color:rgba(0,0,0,.25);display:none}.overlay.show{display:block}.icon-xs{width:16px;height:16px}.icon-sm{width:20px;height:20px}.header{display:flex;justify-content:between;align-items:flex-start;margin-bottom:30px}.header-left{flex:1 1}.page-title{font-size:28px;font-weight:600;color:#333;margin-bottom:8px}.batch-meta{display:flex;align-items:center;gap:20px;color:#666;font-size:14px;margin-bottom:20px}.batch-status{background:#e8f5e8;color:#2e7d32;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.header-actions{display:flex;gap:12px}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#4285f4;color:white}.btn-primary:hover{background:#3367d6}.btn-secondary{background:white;color:#666;border:1px solid #ddd}.btn-secondary:hover{background:#f8f9fa}@media (min-width:1024px){.sidebar{position:static;transform:translateX(0)}.menu-btn,.sidebar-close-btn{display:none}.content{padding:24px}.stats-grid{grid-template-columns:repeat(4,1fr)}.batch-grid{grid-template-columns:repeat(2,1fr)}.add-btn .add-btn-text{display:inline}}@media (max-width:640px){.add-btn .add-btn-text{display:none}}