html,body,#root{min-height:100vh;margin:0;padding:0}body{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;min-width:320px;overflow-x:hidden}#root{min-height:100vh}.toast-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-container{color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 6px #0003;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease-out;pointer-events:auto;min-width:300px;max-width:500px}.toast-success{background-color:#10b981}.toast-error{background-color:#ef4444}.toast-info{background-color:#3b82f6}.toast-close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:0;margin-left:1rem;font-size:1.2rem;line-height:1;opacity:.8;transition:opacity .2s}.toast-close-btn:hover{opacity:1}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-boundary-content{background:#fff;border-radius:12px;padding:3rem;max-width:600px;text-align:center;box-shadow:0 10px 40px #0003}.error-boundary-content h1{color:#ef4444;font-size:2rem;margin-bottom:1rem}.error-boundary-content p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.error-boundary-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;background:#667eea;color:#fff}.error-boundary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.error-boundary-btn-secondary{background:#6b7280}.error-boundary-btn-secondary:hover{box-shadow:0 4px 12px #6b728066}.error-boundary-details{text-align:left;margin-top:2rem;padding:1rem;background:#f3f4f6;border-radius:8px;cursor:pointer}.error-boundary-details summary{font-weight:500;color:#374151;margin-bottom:.5rem}.error-boundary-stack{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.875rem;margin-top:1rem;white-space:pre-wrap;word-wrap:break-word}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem}.auth-container{position:relative;z-index:1;width:100%;max-width:440px}.auth-card{border-radius:24px;padding:3rem 2.5rem;position:relative;transition:all .3s ease;animation:fadeInUp .4s ease}body.theme-dark .auth-card{background:#ffffff08;border:2px solid rgba(255,255,255,.1)}body.theme-light .auth-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000014}.auth-card:hover{transform:translateY(-2px)}body.theme-light .auth-card:hover{box-shadow:0 8px 30px #0000001f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-title{font-size:1.75rem;font-weight:700;margin:0 0 2rem;text-align:center;letter-spacing:-.5px}body.theme-dark .auth-title{color:#fff}body.theme-light .auth-title{color:#1f2937}.message-banner{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;border-radius:8px;font-weight:500;margin-bottom:1.25rem;animation:slideDown .3s ease;font-size:.9rem}.message-banner.success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981}.message-banner.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.field-input{padding:.875rem 1rem;border-radius:12px;font-size:.95rem;transition:all .2s ease;outline:none;font-family:inherit;text-align:center}body.theme-dark .field-input{background:#ffffff08;border:2px solid rgba(255,255,255,.15);color:#fff}body.theme-light .field-input{background:#f9fafb;border:2px solid #e5e7eb;color:#1f2937}.field-input::placeholder{text-align:center}body.theme-dark .field-input::placeholder{color:#fff6}body.theme-light .field-input::placeholder{color:#9ca3af}body.theme-dark .field-input:focus{background:#ffffff0d}body.theme-light .field-input:focus{background:#fff;box-shadow:0 0 0 4px var(--accent-light)}body.theme-light .field-input.error{background:#fef2f2}.field-input:disabled{opacity:.5;cursor:not-allowed}.error-text{color:#ef4444;font-size:.8rem;text-align:center}.btn-submit{padding:.875rem 1.5rem;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;border:none;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));box-shadow:0 4px 20px #0003}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner-small{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.auth-toggle{text-align:center;margin-top:1.5rem;padding-top:1.5rem}body.theme-dark .auth-toggle{border-top:1px solid rgba(255,255,255,.1)}body.theme-light .auth-toggle{border-top:1px solid #e5e7eb}.auth-toggle p{margin:0;font-size:.9rem}body.theme-dark .auth-toggle p{color:#fff9}body.theme-light .auth-toggle p{color:#6b7280}.link-btn{background:none;border:none;color:var(--accent-1);font-weight:600;cursor:pointer;padding:0;margin-left:.25rem;transition:all .2s;font-size:inherit;text-decoration:underline}.link-btn:hover{color:var(--accent-2)}.link-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.auth-page{padding:1rem}.auth-card{padding:2.5rem 2rem}.auth-title{font-size:1.5rem}}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem}.auth-title{font-size:1.35rem;margin-bottom:1.5rem}.field-input{padding:.75rem .875rem;font-size:.9rem}}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 30px #0000001a;padding:.75rem 0;position:sticky;top:0;z-index:1000;transition:all .3s ease}.navbar.theme-dark{background:#0a0e27f2;border-bottom:1px solid rgba(255,255,255,.1)}.navbar.theme-light{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.08)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;flex-wrap:wrap}.nav-item{padding:.75rem 1.5rem;background:transparent;border:2px solid transparent;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.navbar.theme-dark .nav-item{color:#ffffffb3}.navbar.theme-light .nav-item{color:#4b5563}.nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);transition:left .5s}.nav-item:hover:before{left:100%}.nav-item:hover{transform:translateY(-2px)}.navbar.theme-dark .nav-item:hover{color:#c4b5fd;background:#7877c626}.navbar.theme-light .nav-item:hover{color:#1f2937;background:#0000000d}.nav-item.active{color:#fff;transform:translateY(-2px)}.navbar.accent-purple .nav-item.active{background:linear-gradient(135deg,#7877c6,#5856d6);box-shadow:0 4px 15px #7877c666}.navbar.accent-purple .nav-item.active:hover{background:linear-gradient(135deg,#9333ea,#7877c6);box-shadow:0 6px 20px #9333ea80}.navbar.accent-blue .nav-item.active{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #3b82f666}.navbar.accent-blue .nav-item.active:hover{background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 6px 20px #1d4ed880}.navbar.accent-pink .nav-item.active{background:linear-gradient(135deg,#ec4899,#db2777);box-shadow:0 4px 15px #ec489966}.navbar.accent-pink .nav-item.active:hover{background:linear-gradient(135deg,#be185d,#ec4899);box-shadow:0 6px 20px #be185d80}.navbar.accent-orange .nav-item.active{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 15px #f59e0b66}.navbar.accent-orange .nav-item.active:hover{background:linear-gradient(135deg,#b45309,#f59e0b);box-shadow:0 6px 20px #b4530980}.nav-item.logout-btn{color:#ef4444;margin-left:auto}.nav-item.logout-btn:hover{background:#ef44441a;color:#dc2626;border-color:#ef444433}@media (max-width: 1024px){.nav-container{gap:.3rem}.nav-item{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 768px){.nav-container{justify-content:flex-start;overflow-x:auto;padding:0 1rem}.nav-item{padding:.5rem .8rem;font-size:.85rem;white-space:nowrap}.nav-item.logout-btn{margin-left:0}}.edit-profile-page{min-height:100vh;position:relative;overflow-x:hidden;transition:background .3s ease}.edit-profile-page.theme-dark{background:#0a0e27;color:#fff}.edit-profile-page.theme-light{background:#f3f4f6;color:#1f2937}.theme-toggle-btn{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;box-shadow:0 4px 20px #0003}.theme-dark .theme-toggle-btn{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff}.theme-light .theme-toggle-btn{background:#fff;color:var(--accent-1);border:2px solid var(--accent-1)}.theme-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #0000004d}.theme-menu{position:fixed;bottom:5rem;right:2rem;width:280px;border-radius:16px;padding:1.5rem;z-index:999;box-shadow:0 10px 40px #0000004d;animation:slideIn .3s ease}.theme-dark .theme-menu{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.theme-light .theme-menu{background:#fff;border:1px solid #e5e7eb}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.theme-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.theme-menu-header h3{margin:0;font-size:1.125rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.theme-dark .close-btn{color:#ffffffb3}.theme-light .close-btn{color:#6b7280}.theme-section{margin-bottom:1.5rem}.theme-section label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.theme-dark .theme-section label{color:#ffffffb3}.theme-light .theme-section label{color:#6b7280}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.theme-option{padding:.75rem;border-radius:8px;border:2px solid transparent;cursor:pointer;font-weight:600;transition:all .2s}.theme-dark .theme-option{background:#ffffff0d;color:#fff}.theme-light .theme-option{background:#f9fafb;color:#1f2937}.theme-dark .theme-option.active{background:#ffffff1a}.theme-light .theme-option.active{background:var(--accent-light)}.color-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.color-option{width:100%;aspect-ratio:1;border-radius:8px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.color-circle{width:70%;height:70%;border-radius:50%}.theme-dark .color-option{background:#ffffff0d}.theme-light .color-option{background:#f9fafb}.color-option:hover{transform:scale(1.1)}.accent-purple{--accent-1: var(--accent-purple-1);--accent-2: var(--accent-purple-2);--accent-3: var(--accent-purple-3);--accent-light: #ede9fe}.accent-blue{--accent-1: var(--accent-blue-1);--accent-2: var(--accent-blue-2);--accent-3: var(--accent-blue-3);--accent-light: #dbeafe}.accent-pink{--accent-1: var(--accent-pink-1);--accent-2: var(--accent-pink-2);--accent-3: var(--accent-pink-3);--accent-light: #fce7f3}.accent-orange{--accent-1: var(--accent-orange-1);--accent-2: var(--accent-orange-2);--accent-3: var(--accent-orange-3);--accent-light: #fef3c7}.page-content{position:relative;z-index:1;padding:2rem 1rem;max-width:1200px;margin:0 auto}.profile-container{display:flex;flex-direction:column;gap:1.5rem}.profile-header-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;position:relative;transition:all .3s ease}.theme-dark .profile-header-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.theme-light .profile-header-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000014}.profile-header-card:hover{transform:translateY(-2px)}.theme-dark .profile-header-card:hover{border-color:#ffffff26}.profile-header-content{display:flex;align-items:center;gap:2.5rem;position:relative}.profile-image-section{flex-shrink:0}.image-frame{position:relative;width:160px;height:160px;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--accent-1),var(--accent-2),var(--accent-3))}.profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid}.theme-dark .profile-img{border-color:#0a0e27}.theme-light .profile-img{border-color:#fff}.profile-img-placeholder{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid}.theme-dark .profile-img-placeholder{background:#ffffff0d;border-color:#0a0e27;color:#ffffff4d}.theme-light .profile-img-placeholder{background:#f3f4f6;border-color:#fff;color:#9ca3af}.file-input-hidden{display:none}.change-photo-overlay{position:absolute;bottom:8px;right:8px;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border-radius:50%;width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.7rem;font-weight:600}.theme-dark .change-photo-overlay{border:3px solid #0a0e27}.theme-light .change-photo-overlay{border:3px solid white}.change-photo-overlay span{display:none}.change-photo-overlay:hover{transform:scale(1.1);box-shadow:0 8px 20px #0000004d}.error-text-small{color:#ef4444;font-size:.75rem;margin-top:.5rem;text-align:center}.profile-header-info{flex:1}.profile-name{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.5px}.theme-dark .profile-name{background:linear-gradient(135deg,#ffffff,var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-email{font-size:1.1rem;margin:0 0 1rem}.theme-dark .profile-email{color:#fff9}.theme-light .profile-email{color:#6b7280}.profile-badges{display:flex;gap:.75rem;flex-wrap:wrap}.badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;transition:all .3s ease}.theme-dark .badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--accent-light)}.theme-light .badge{background:var(--accent-light);border:1px solid var(--accent-1);color:var(--accent-2)}.badge:hover{transform:translateY(-2px)}.edit-button-main{position:absolute;top:2.5rem;right:2.5rem;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003}.edit-button-main:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.edit-button-main:active{transform:translateY(0)}.profile-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;transition:all .3s ease}.theme-dark .profile-form-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.theme-light .profile-form-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000014}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem}.theme-dark .form-header{border-bottom:1px solid rgba(255,255,255,.08)}.theme-light .form-header{border-bottom:1px solid #e5e7eb}.form-header h2{font-size:1.5rem;font-weight:600;margin:0}.edit-mode-indicator{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem;font-weight:600;padding:.5rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:20px}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.field-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.theme-dark .field-label{color:#ffffffb3}.theme-light .field-label{color:#6b7280}.field-input{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;transition:all .3s ease;outline:none}.theme-dark .field-input{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);color:#fff}.theme-light .field-input{background:#f9fafb;border:2px solid #e5e7eb;color:#1f2937}.field-input:focus{border-color:var(--accent-1)}.theme-dark .field-input:focus{background:#ffffff14;box-shadow:0 0 0 4px #ffffff0d}.theme-light .field-input:focus{background:#fff;box-shadow:0 0 0 4px var(--accent-light)}.field-input.error{border-color:#ef4444}.theme-dark .field-input.error{background:#ef44440d}.theme-light .field-input.error{background:#fef2f2}.field-display{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;min-height:52px;display:flex;align-items:center}.theme-dark .field-display{background:#ffffff05;border:2px solid transparent}.theme-light .field-display{background:#f9fafb;border:2px solid #e5e7eb}.error-text{color:#ef4444;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.btn-cancel{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.theme-dark .btn-cancel{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);color:#fff}.theme-light .btn-cancel{background:#f9fafb;border:2px solid #e5e7eb;color:#1f2937}.btn-cancel:hover{transform:translateY(-2px)}.theme-dark .btn-cancel:hover{background:#ffffff14}.theme-light .btn-cancel:hover{background:#f3f4f6}.btn-save{padding:1rem 2rem;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #0003}.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.btn-save:active{transform:translateY(0)}.btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none}.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}.success-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#10b9811a;border:2px solid rgba(16,185,129,.3);border-radius:12px;color:#10b981;font-weight:600}.error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:12px;color:#ef4444;font-weight:600}@media (max-width: 1024px){.profile-header-content{flex-direction:column;text-align:center}.edit-button-main{position:static;margin:1rem auto 0}}@media (max-width: 768px){.page-content{padding:1rem}.profile-header-card,.profile-form-card{padding:1.5rem;border-radius:20px}.profile-name{font-size:2rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-save{width:100%;justify-content:center}.image-frame{width:120px;height:120px}.theme-toggle-btn{bottom:1rem;right:1rem}.theme-menu{bottom:4rem;right:1rem;left:1rem;width:auto}}@media (max-width: 480px){.profile-header-card,.profile-form-card{padding:1.25rem}.profile-name{font-size:1.75rem}.form-header{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-dashboard{min-height:100vh;padding-bottom:32px;transition:background .2s ease,color .2s ease}.theme-light .admin-dashboard{background:#f3f4f6;color:#111827}.theme-dark .admin-dashboard{background:#0a0e27;color:#e5e7eb}.admin-page{max-width:1100px;margin:0 auto;padding:32px 24px}.admin-header{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.admin-header h1{font-size:28px;font-weight:700}.admin-actions{display:flex;flex-wrap:wrap;gap:12px}.admin-actions button{padding:10px 16px;border:1px solid var(--accent-2);background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;cursor:pointer;font-weight:600;border-radius:8px;box-shadow:0 6px 18px #00000014;transition:background .2s,transform .1s,box-shadow .2s}.admin-actions button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000001f}.admin-actions .secondary{background:transparent;color:inherit;border-color:currentColor;box-shadow:none}.admin-card{background:#ffffffe6;border:1px solid #e5e7eb;padding:16px;border-radius:12px;box-shadow:0 12px 24px #00000014;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.theme-dark .admin-card{background:#141932b3;border-color:#ffffff14}.admin-card__header{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.admin-card__header label{font-weight:700;font-size:14px}.admin-card__header input{height:40px;padding:0 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;background:#fff;transition:border .2s,box-shadow .2s}.theme-dark .admin-card__header input{background:#00000040;border-color:#ffffff1f;color:#e5e7eb}.admin-card__header input:focus{border-color:var(--accent-2);outline:none;box-shadow:0 0 0 3px #5856d626}.admin-error{margin:12px 0;padding:10px 12px;border:1px solid #e74c3c;background:#fdecea;color:#b83222;border-radius:8px}.users-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#ffffffb3}.theme-dark .users-table{border-color:#ffffff14;background:#0c1128b3}.user-row{display:grid;grid-template-columns:60px 1fr 140px;border-bottom:1px solid #e5e7eb;align-items:center}.theme-dark .user-row{border-color:#ffffff14}.user-row:last-child{border-bottom:none}.user-index{padding:12px;border-right:1px solid #e5e7eb;font-weight:600;color:#6b7280}.theme-dark .user-index{border-color:#ffffff14;color:#9ca3af}.user-details{padding:12px 16px}.user-name{font-size:17px;font-weight:700;margin-bottom:6px}.user-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#4b5563}.theme-dark .user-meta{color:#d1d5db}.user-email{font-weight:600}.pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;font-weight:600;border:1px solid transparent}.role-pill{border-color:var(--accent-2);color:var(--accent-2);background:var(--accent-light)}.theme-dark .role-pill{background:#ffffff14;color:#e5e7eb;border-color:#ffffff2e}.status-pill.active{background:#e8f8f0;color:#0f6d3c;border-color:#6fd3a3}.status-pill.inactive{background:#fdf2f2;color:#a61b1b;border-color:#f3b4b4}.theme-dark .status-pill.active{background:#10b98129;color:#6ee7b7;border-color:#10b98166}.theme-dark .status-pill.inactive{background:#f8717129;color:#fca5a5;border-color:#f8717166}.user-action{margin:0 12px;justify-self:center;padding:8px 12px;border:1px solid var(--accent-2);background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;cursor:pointer;font-weight:700;border-radius:8px;transition:background .2s,transform .1s,opacity .1s}.user-action:hover:not(:disabled){transform:translateY(-1px)}.user-action:disabled{opacity:.6;cursor:not-allowed}.users-empty{padding:16px;text-align:center;color:#4a4a4a;font-weight:600}.theme-dark .users-empty{color:#d1d5db}@media (max-width: 768px){.user-row{grid-template-columns:40px 1fr}.user-action{margin:8px 12px 12px;justify-self:start}}.admin-dashboard{min-height:100vh;transition:background .3s ease}.admin-dashboard.theme-dark{background:#0a0e27;color:#fff}.admin-dashboard.theme-light{background:#f3f4f6;color:#1f2937}.admin-dashboard.accent-purple{--accent-1: #7877c6;--accent-2: #5856d6;--accent-3: #9333ea}.admin-dashboard.accent-blue{--accent-1: #3b82f6;--accent-2: #2563eb;--accent-3: #1d4ed8}.admin-dashboard.accent-pink{--accent-1: #ec4899;--accent-2: #db2777;--accent-3: #be185d}.admin-dashboard.accent-orange{--accent-1: #f59e0b;--accent-2: #d97706;--accent-3: #b45309}.admin-content{max-width:1400px;margin:0 auto;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{font-size:2rem;font-weight:700;margin:0}.theme-dark .admin-header h1{color:#fff}.theme-light .admin-header h1{color:#1f2937}.create-user-btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;box-shadow:0 4px 15px #0003}.create-user-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease}.error-close{background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:0 .5rem;transition:transform .2s}.error-close:hover{transform:scale(1.2)}.filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;border-radius:8px}.theme-dark .filter-bar{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.theme-light .filter-bar{background:#fff;border:1px solid #e5e7eb}.search-bar{position:relative;width:100%;max-width:500px;margin-bottom:1.5rem}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border-radius:8px;border:1px solid;font-size:1rem;transition:all .2s}.theme-dark .search-input{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.theme-light .search-input{background:#fff;border-color:#d1d5db;color:#1f2937}.search-input:focus{outline:none;border-color:var(--accent-1);box-shadow:0 0 0 3px #0000001a}.search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;padding:.25rem;transition:transform .2s}.search-clear:hover{transform:translateY(-50%) scale(1.2)}.filter-bar label{font-weight:600;font-size:.875rem}.filter-select{padding:.5rem 1rem;border-radius:6px;border:1px solid;font-size:.875rem;cursor:pointer;transition:all .2s}.theme-dark .filter-select{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.theme-light .filter-select{background:#fff;border-color:#d1d5db;color:#1f2937}.filter-select:hover{border-color:var(--accent-1)}.user-count{margin-left:auto;font-weight:600;padding:.5rem 1rem;border-radius:6px;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;font-size:.875rem}.user-table-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.theme-dark .user-table-container{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.theme-light .user-table-container{background:#fff;border:1px solid #e5e7eb}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:linear-gradient(135deg,var(--accent-1),var(--accent-2))}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.users-table th.sortable:hover{background:#ffffff1a}.users-table td{padding:1rem;border-bottom:1px solid}.theme-dark .users-table td{border-color:#ffffff0d}.theme-light .users-table td{border-color:#f3f4f6}.user-row{transition:background .2s}.theme-dark .user-row:hover{background:#ffffff08}.theme-light .user-row:hover{background:#f9fafb}.user-row.active{opacity:1}.user-row.inactive{opacity:.6}.email-cell{font-family:Courier New,monospace;font-size:.875rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.active{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.status-badge.inactive{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.actions-cell{display:flex;gap:.5rem}.toggle-btn{padding:.5rem 1rem;border-radius:6px;border:none;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.toggle-btn.activate{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.toggle-btn.activate:hover{background:#22c55e33;transform:translateY(-1px)}.toggle-btn.deactivate{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.toggle-btn.deactivate:hover{background:#ef444433;transform:translateY(-1px)}.toggle-btn:disabled{opacity:.5;cursor:not-allowed}.loading-row td,.loading-text,.no-data-text{text-align:center;padding:3rem;font-size:1.125rem;opacity:.7}.subject-form-container{max-width:600px;margin:0 auto;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.theme-dark .subject-form-container{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.theme-light .subject-form-container{background:#fff;border:1px solid #e5e7eb}.subject-form-container h2{margin:0 0 2rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subject-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group label{font-weight:600;font-size:.875rem}.form-group input{padding:.75rem 1rem;border-radius:8px;border:1px solid;font-size:1rem;transition:all .2s}.theme-dark .form-group input{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.theme-light .form-group input{background:#fff;border-color:#d1d5db;color:#1f2937}.form-group input:focus{outline:none;border-color:var(--accent-1);box-shadow:0 0 0 3px rgba(var(--accent-1),.1)}.form-group input.error{border-color:#dc2626}.error-text{color:#dc2626;font-size:.75rem;font-weight:500}.char-count{position:absolute;right:1rem;bottom:.75rem;font-size:.75rem;opacity:.5;pointer-events:none}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn{background:#6b72801a;color:#6b7280;border:1px solid rgba(107,114,128,.3)}.cancel-btn:hover{background:#6b728033}.save-btn{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;box-shadow:0 4px 15px #0003}.save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.save-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.admin-content{padding:1.5rem}.users-table th,.users-table td{padding:.75rem}}@media (max-width: 768px){.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.filter-bar{flex-direction:column;align-items:flex-start}.user-count{margin-left:0}.users-table{font-size:.875rem}.users-table th,.users-table td{padding:.5rem}.subject-form-container{padding:1.5rem}}.request-submit-btn{width:100%;justify-content:center;margin-top:1rem;padding:1rem;font-size:1.1rem;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border:none;box-shadow:0 4px 20px #0003;transition:all .3s ease}.request-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}@media (min-width: 768px){.request-submit-btn{width:auto;min-width:200px}}.request-list-empty{padding:2rem;text-align:center;color:var(--text-secondary)}.request-list-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.request-list-title{margin:0}.request-filter-group{display:flex;gap:.5rem}.request-filter-select{padding:.5rem;border-radius:6px;border:1px solid var(--border-color);background-color:var(--bg-secondary);color:var(--text-primary)}.requests-list-container{padding:1rem}.no-requests-match{text-align:center;padding:2rem;color:var(--text-secondary)}.request-item{padding:1rem;margin-bottom:1rem;border-radius:8px;background-color:var(--bg-secondary);border:1px solid var(--border-color)}.request-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.request-type{font-weight:700;color:var(--text-primary)}.status-badge{padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500}.status-badge.status-approved{background-color:#10b9811a;color:#10b981}.status-badge.status-rejected{background-color:#ef44441a;color:#ef4444}.status-badge.status-pending{background-color:#3b82f61a;color:#3b82f6}.request-purpose{color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem}.request-footer{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-tertiary)}.requests-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.requests-title{color:var(--text-primary);margin:0}.requests-toggle-btn{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));border:none;color:#fff;padding:.75rem 1.5rem;font-weight:600;border-radius:12px;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 20px #0003}.requests-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.students-page.theme-dark{--card-bg: #1e293b;--text-color: #e5e7eb;--border-color: #374151;--hover-bg: rgba(255, 255, 255, .05);--input-bg: #334155}.students-page.theme-light{--card-bg: #ffffff;--text-color: #1f2937;--border-color: #e5e7eb;--hover-bg: rgba(0, 0, 0, .02);--input-bg: #f9fafb}.students-page.accent-purple{--accent-color: #7877c6}.students-page.accent-blue{--accent-color: #3b82f6}.students-page.accent-green{--accent-color: #10b981}.students-page.accent-orange{--accent-color: #f97316}.students-page.accent-pink{--accent-color: #ec4899}.students-page{min-height:100vh;background:var(--card-bg);color:var(--text-color)}.page-container{max-width:1600px;margin:0 auto;padding:2rem}.students-container{width:100%}.page-header{margin-bottom:2rem;text-align:center;position:relative}.page-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:var(--text-color)}.page-header p{margin:0;color:var(--text-color);opacity:.7;font-size:1rem}.students-layout{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}@media (max-width: 1200px){.students-layout{grid-template-columns:1fr}}.student-list-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1rem}.search-box svg{color:var(--text-color);opacity:.5;flex-shrink:0}.search-input{flex:1;background:transparent;border:none;outline:none;color:var(--text-color);font-size:1rem}.search-input::placeholder{color:var(--text-color);opacity:.5}.student-list{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto;padding-right:.5rem}.student-list::-webkit-scrollbar{width:6px}.student-list::-webkit-scrollbar-track{background:var(--hover-bg);border-radius:3px}.student-list::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:3px}.student-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--hover-bg);border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s}.student-item:hover{background:var(--input-bg);border-color:var(--accent-color)}.student-item.selected{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.student-item.selected .student-info-brief h4,.student-item.selected .student-info-brief p{color:#fff!important}.student-item.selected .avatar-placeholder{background:#fff3;color:#fff}.student-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--accent-color)}.student-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent-color);color:#fff;font-weight:600;font-size:1rem}.student-info-brief h4{margin:0;font-size:1rem;font-weight:600;color:var(--text-color)}.student-info-brief p{margin:.25rem 0 0;font-size:.875rem;color:var(--text-color);opacity:.7}.student-details-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000d;min-height:400px}.student-details-layout{display:grid;grid-template-columns:300px 1fr;gap:3rem}@media (max-width: 900px){.student-details-layout{grid-template-columns:1fr}}.student-info-section{display:flex;flex-direction:column;align-items:center;text-align:center}.student-avatar-large{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;background:var(--accent-color);box-shadow:0 4px 12px #0000001a}.student-avatar-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder-large{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent-color);color:#fff;font-weight:700;font-size:2.5rem}.student-name{margin:0 0 2rem;font-size:1.5rem;font-weight:700;color:var(--text-color)}.info-list{width:100%;display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem;text-align:left}.info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-color);opacity:.6}.info-value{font-size:1rem;color:var(--text-color);word-break:break-word}.grades-section{display:flex;flex-direction:column;gap:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center}.section-header h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-color)}.btn-add-grade{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--accent-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-grade:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-add-grade:disabled{opacity:.6;cursor:not-allowed}.add-grade-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:12px}.grade-input{padding:.75rem 1rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);font-size:1rem;transition:all .2s}.grade-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-color-rgb),.1)}.form-actions{display:flex;gap:.75rem}.btn-save{flex:1;padding:.75rem;background:var(--accent-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-save:hover:not(:disabled){opacity:.9}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{flex:1;padding:.75rem;background:transparent;color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover:not(:disabled){background:var(--hover-bg)}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.grades-table-container{overflow-x:auto}.grades-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.grades-table thead th{text-align:left;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-color);opacity:.7;text-transform:uppercase;letter-spacing:.5px}.grades-table tbody tr{background:var(--hover-bg);transition:all .2s}.grades-table tbody tr:hover{background:var(--input-bg)}.grades-table tbody td{padding:1rem;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.grades-table tbody td:first-child{border-left:1px solid var(--border-color);border-top-left-radius:8px;border-bottom-left-radius:8px}.grades-table tbody td:last-child{border-right:1px solid var(--border-color);border-top-right-radius:8px;border-bottom-right-radius:8px;width:60px;text-align:center}.subject-info{display:flex;flex-direction:column;gap:.25rem}.subject-info strong{color:var(--text-color);font-weight:600}.grade-date{font-size:.875rem;color:var(--text-color);opacity:.6}.grade-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.375rem .75rem;border-radius:8px;font-weight:700;font-size:1rem}.grade-badge.excellent{background:#10b98126;color:#10b981}.grade-badge.good{background:#3b82f626;color:#3b82f6}.grade-badge.pass{background:#f9731626;color:#f97316}.grade-badge.fail{background:#ef444426;color:#ef4444}.grade-input-inline{width:80px;padding:.5rem;border:1px solid var(--accent-color);border-radius:6px;background:var(--input-bg);color:var(--text-color);font-size:.95rem;text-align:center}.grade-input-inline:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-color-rgb),.1)}.btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;transition:all .2s}.btn-icon:hover:not(:disabled){background:var(--hover-bg);color:var(--accent-color)}.btn-icon:disabled{opacity:.4;cursor:not-allowed}.inline-actions{display:flex;gap:.5rem}.btn-save-icon{color:#22c55e}.btn-save-icon:hover:not(:disabled){background:#22c55e1a}.btn-cancel-icon{color:#ef4444}.btn-cancel-icon:hover:not(:disabled){background:#ef44441a}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;font-weight:500}.alert svg{flex-shrink:0}.alert-error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.alert-success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state svg{margin-bottom:1.5rem}.empty-state h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--text-color)}.empty-state p{margin:0;color:var(--text-color);opacity:.6}.empty-state-small{padding:2rem;text-align:center}.empty-state-small p{margin:0;color:var(--text-color);opacity:.6}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;animation:spin .8s linear infinite}.loading-container p{margin:0;color:var(--text-color);opacity:.7;font-weight:500}.gradebook-page{min-height:100vh;padding-top:0}.gradebook-page.theme-dark{background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#e5e7eb}.gradebook-page.theme-light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1f2937}.page-content{max-width:1200px;margin:0 auto;padding:2rem}.gradebook-container{display:flex;flex-direction:column;gap:2rem}.gradebook-header-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a}.theme-dark .gradebook-header-card{background:#1a1f3ab3;border:1px solid rgba(255,255,255,.1)}.theme-light .gradebook-header-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.05)}.student-info{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;gap:1rem;align-items:center;font-size:1.1rem}.info-label{font-weight:600;min-width:120px}.theme-dark .info-label{color:#9ca3af}.theme-light .info-label{color:#6b7280}.info-value{font-weight:500}.theme-dark .info-value{color:#e5e7eb}.theme-light .info-value{color:#1f2937}.gradebook-table-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;overflow-x:auto}.theme-dark .gradebook-table-card{background:#1a1f3ab3;border:1px solid rgba(255,255,255,.1)}.theme-light .gradebook-table-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.05)}.gradebook-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.gradebook-table thead th{text-align:left;padding:1rem;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.theme-dark .gradebook-table thead th{color:#9ca3af}.theme-light .gradebook-table thead th{color:#6b7280}.gradebook-table tbody tr{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.theme-dark .gradebook-table tbody tr{background:#1f293780}.theme-light .gradebook-table tbody tr{background:#f9fafbcc}.gradebook-table tbody tr:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7877c633}.gradebook-table tbody td{padding:1.25rem 1rem;font-size:1rem}.gradebook-table tbody td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;font-weight:500}.gradebook-table tbody td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.theme-dark .gradebook-table tbody td{color:#e5e7eb;border-bottom:1px solid rgba(255,255,255,.05)}.theme-light .gradebook-table tbody td{color:#374151;border-bottom:1px solid rgba(0,0,0,.05)}.grade-badge{display:inline-block;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:1.1rem}.grade-badge.excellent{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.grade-badge.good{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.grade-badge.pass{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.grade-badge.fail{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.loading-container,.error-container,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(120,119,198,.2);border-top-color:#7877c6;border-radius:50%;animation:spin 1s linear infinite}.error-message{color:#ef4444;font-size:1.1rem}.theme-dark .empty-state{color:#9ca3af}.theme-light .empty-state{color:#6b7280}@media (max-width: 768px){.page-title{font-size:2rem}.gradebook-table{font-size:.9rem}.gradebook-table thead th,.gradebook-table tbody td{padding:.75rem}.info-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.curriculum-container{width:100%;margin:0 auto}.curriculum-summary{margin-bottom:2rem;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid}.theme-dark .curriculum-summary{background:#ffffff08;border-color:#ffffff1a}.theme-light .curriculum-summary{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 20px #00000014}.summary-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.summary-header h2{margin:0;font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--accent-1, #3b82f6),var(--accent-2, #1d4ed8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.total-stats{display:flex;gap:2rem;align-items:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-label{font-size:.875rem;opacity:.7;font-weight:500}.stat-value{font-size:1.25rem;font-weight:700;color:var(--accent-1, #3b82f6)}.year-section{margin-bottom:3rem;border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid}.theme-dark .year-section{background:#ffffff05;border-color:#ffffff14}.theme-light .year-section{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 20px #00000014}.year-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,var(--accent-1, #3b82f6),var(--accent-2, #1d4ed8));color:#fff}.year-info h3{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.year-description{font-size:1rem;opacity:.9}.year-stats{display:flex;gap:1rem}.stat-badge{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;background:#ffffff26;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:80px}.stat-badge .label{font-size:.75rem;opacity:.8;margin-bottom:.25rem}.stat-badge .value{font-size:1.25rem;font-weight:700}.semesters-container{padding:2rem}.semester-section{margin-bottom:2rem}.semester-section:last-child{margin-bottom:0}.semester-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:12px;border:1px solid}.theme-dark .semester-header{background:#ffffff08;border-color:#ffffff1a}.theme-light .semester-header{background:#f8fafc;border-color:#e2e8f0}.semester-title{margin:0;font-size:1.25rem;font-weight:600}.semester-stats{display:flex;gap:1rem;font-size:.9rem}.semester-stats .credits,.semester-stats .hours{padding:.25rem .75rem;border-radius:20px;font-weight:600}.theme-dark .semester-stats .credits{background:#22c55e33;color:#86efac}.theme-light .semester-stats .credits{background:#dcfce7;color:#166534}.theme-dark .semester-stats .hours{background:#3b82f633;color:#93c5fd}.theme-light .semester-stats .hours{background:#dbeafe;color:#1e40af}.curriculum-table-container{overflow-x:auto;border-radius:12px;border:1px solid}.theme-dark .curriculum-table-container{border-color:#ffffff1a}.theme-light .curriculum-table-container{border-color:#e5e7eb}.curriculum-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:900px}.curriculum-table th{padding:1rem .75rem;font-weight:600;text-align:left;border-bottom:2px solid;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.theme-dark .curriculum-table th{background:#ffffff14;border-color:#fff3;color:#ffffffe6}.theme-light .curriculum-table th{background:#f8fafc;border-color:#cbd5e1;color:#374151}.curriculum-table td{padding:.875rem .75rem;border-bottom:1px solid;vertical-align:middle}.theme-dark .curriculum-table td{border-color:#ffffff0d}.theme-light .curriculum-table td{border-color:#f1f5f9}.col-no{width:50px;text-align:center}.col-subject{width:300px}.col-type{width:80px;text-align:center}.col-hours{width:60px;text-align:center}.col-total{width:90px;text-align:center}.col-credits{width:80px;text-align:center}.col-exam{width:120px;text-align:center}.text-center{text-align:center}.font-semibold{font-weight:600}.subject-cell{position:relative}.subject-name{font-weight:600;line-height:1.4;margin-bottom:.25rem}.optional-badge{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.7rem;padding:.2rem .6rem;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.optional-subject{position:relative}.theme-dark .optional-subject{background:#f59e0b0d}.theme-light .optional-subject{background:#f59e0b05}.subject-types{font-weight:600;font-family:monospace;font-size:.875rem}.credits-cell{color:var(--accent-1, #3b82f6);font-weight:700}.exam-type{font-size:.8rem;padding:.25rem .5rem;border-radius:6px;font-weight:600;text-transform:uppercase}.theme-dark .exam-type{background:#ffffff1a;color:#fffc}.theme-light .exam-type{background:#f1f5f9;color:#475569}.totals-row{font-weight:700;border-top:2px solid}.theme-dark .totals-row{background:#ffffff0d;border-color:#fff3}.theme-light .totals-row{background:#f8fafc;border-color:#cbd5e1}.totals-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.no-curriculum{display:flex;align-items:center;justify-content:center;min-height:400px;border-radius:16px;border:2px dashed}.theme-dark .no-curriculum{border-color:#fff3}.theme-light .no-curriculum{border-color:#cbd5e1}.empty-state{text-align:center;padding:2rem}.empty-state svg{opacity:.3;margin-bottom:1rem}.empty-state h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600;opacity:.8}.empty-state p{margin:0;opacity:.6}@media (max-width: 1024px){.summary-header{flex-direction:column;text-align:center}.year-header{flex-direction:column;gap:1rem;text-align:center}.semester-header{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 768px){.curriculum-summary,.semesters-container{padding:1rem}.year-header{padding:1.5rem 1rem}.total-stats,.year-stats{flex-direction:column;gap:.5rem}.semester-stats{flex-direction:column;gap:.25rem}.curriculum-table{font-size:.8rem}.curriculum-table th,.curriculum-table td{padding:.5rem .25rem}.subject-name{font-size:.85rem}.optional-badge{font-size:.65rem;padding:.15rem .4rem}}@media (max-width: 480px){.summary-header h2{font-size:1.5rem}.year-info h3{font-size:1.25rem}.semester-title{font-size:1rem}}.curriculum-page{min-height:100vh;transition:all .3s ease}.theme-dark.curriculum-page{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#2d1b69);color:#fff}.theme-light.curriculum-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);color:#1f2937}.page-content{padding:2rem;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid;gap:2rem}.theme-dark .page-header{background:#ffffff0d;border-color:#ffffff1a}.theme-light .page-header{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 20px #00000014}.header-content h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,var(--accent-1, #3b82f6),var(--accent-2, #1d4ed8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-content p{font-size:1.1rem;opacity:.7;margin:0}.header-actions{display:flex;gap:1rem;align-items:center;flex-shrink:0}.filter-select{padding:.75rem 1rem;border-radius:12px;border:1px solid;background:transparent;color:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:120px}.theme-dark .filter-select{border-color:#fff3;background:#ffffff0d}.theme-light .filter-select{border-color:#d1d5db;background:#fff}.filter-select:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.filter-select:disabled{opacity:.5;cursor:not-allowed;transform:none}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none;position:relative;overflow:hidden}.action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.action-btn:hover:before{left:100%}.refresh-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.action-btn:active{transform:translateY(0)}.action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.action-btn svg{flex-shrink:0}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:12px;color:#ef4444;margin-bottom:1.5rem;animation:slideDown .3s ease-out}.error-content{display:flex;align-items:center;gap:.75rem}.error-close{background:none;border:none;color:inherit;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.error-close:hover{background:#ef44441a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid;border-radius:50%;animation:spin 1s linear infinite}.theme-dark .spinner{border-color:#fff3;border-top-color:var(--accent-1, #3b82f6)}.theme-light .spinner{border-color:#0000001a;border-top-color:var(--accent-1, #3b82f6)}.loading-container p{font-size:1.1rem;font-weight:500;opacity:.7}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.page-header{flex-direction:column;align-items:stretch;gap:1.5rem}.header-actions{justify-content:center;flex-wrap:wrap}.header-content{text-align:center}}@media (max-width: 768px){.page-content{padding:1rem}.page-header{padding:1.5rem}.header-content h1{font-size:2rem}.header-content p{font-size:1rem}.header-actions{gap:.75rem}.filter-select{min-width:100px;padding:.6rem .8rem;font-size:.85rem}.action-btn{padding:.6rem 1.2rem;font-size:.85rem}.action-btn span{display:none}.action-btn svg{margin:0}}@media (max-width: 480px){.page-header{padding:1rem}.header-content h1{font-size:1.75rem}.header-actions{flex-direction:column;width:100%}.filter-select{width:100%}.action-btn{width:100%;justify-content:center}.action-btn span{display:inline}}:root{--accent-1: #3b82f6;--accent-2: #1d4ed8}.accent-blue{--accent-1: #3b82f6;--accent-2: #1d4ed8}.accent-purple{--accent-1: #8b5cf6;--accent-2: #7c3aed}.accent-green{--accent-1: #10b981;--accent-2: #059669}.accent-orange{--accent-1: #f59e0b;--accent-2: #d97706}.accent-pink{--accent-1: #ec4899;--accent-2: #db2777}.schedule-page{min-height:100vh;padding-top:0}.schedule-page.theme-dark{background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#e5e7eb}.schedule-page.theme-light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1f2937}.page-content{max-width:1400px;margin:0 auto;padding:2rem}.schedule-container{display:flex;flex-direction:column;gap:2rem}.page-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#7877c6,#5856d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-header-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a}.theme-dark .schedule-header-card{background:#1a1f3ab3;border:1px solid rgba(255,255,255,.1)}.theme-light .schedule-header-card{background:#ffffffb3;border:1px solid rgba(0,0,0,.1)}.schedule-info{display:flex;gap:3rem;flex-wrap:wrap}.info-row{display:flex;gap:.5rem;align-items:center}.info-label{font-weight:600;opacity:.8}.info-value{font-weight:500;opacity:1}.schedule-table-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;overflow-x:auto}.theme-dark .schedule-table-card{background:#1a1f3ab3;border:1px solid rgba(255,255,255,.1)}.theme-light .schedule-table-card{background:#ffffffb3;border:1px solid rgba(0,0,0,.1)}.schedule-table{width:100%;border-collapse:collapse}.schedule-table thead{border-bottom:2px solid}.theme-dark .schedule-table thead{border-bottom-color:#fff3}.theme-light .schedule-table thead{border-bottom-color:#0000001a}.schedule-table th{padding:1.5rem;text-align:left;font-weight:600;font-size:.95rem}.schedule-table td{padding:1.5rem;border-bottom:1px solid}.theme-dark .schedule-table td{border-bottom-color:#ffffff1a}.theme-light .schedule-table td{border-bottom-color:#0000000d}.schedule-table tbody tr:hover{background-color:#7877c61a;transition:background-color .3s ease}.empty-state{text-align:center;padding:4rem 2rem;opacity:.6}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{font-size:1.1rem;margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.spinner{width:40px;height:40px;border:4px solid rgba(120,119,198,.2);border-top-color:#7877c6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-container{padding:2rem;text-align:center}.error-message{color:#ef4444;font-size:1rem;margin:0}@media (max-width: 768px){.page-content{padding:1rem}.page-title{font-size:1.8rem}.schedule-table{font-size:.9rem}.schedule-table th,.schedule-table td{padding:.75rem}.schedule-table-card{padding:1rem}.schedule-header-card{padding:1.5rem}.schedule-info{flex-direction:column;gap:1.5rem}}.schedule-page.accent-purple .page-title{background:linear-gradient(135deg,#7877c6,#5856d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-page.accent-blue .page-title{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-page.accent-green .page-title{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-page.accent-pink .page-title{background:linear-gradient(135deg,#ec4899,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-table tbody tr:hover{background-color:#7877c61a}.schedule-page.accent-blue .schedule-table tbody tr:hover{background-color:#3b82f61a}.schedule-page.accent-green .schedule-table tbody tr:hover{background-color:#10b9811a}.schedule-page.accent-pink .schedule-table tbody tr:hover{background-color:#ec48991a}:root{--accent-purple-1: #7877c6;--accent-purple-2: #5856d6;--accent-purple-3: #9333ea;--accent-blue-1: #3b82f6;--accent-blue-2: #2563eb;--accent-blue-3: #1d4ed8;--accent-pink-1: #ec4899;--accent-pink-2: #db2777;--accent-pink-3: #be185d;--accent-orange-1: #f59e0b;--accent-orange-2: #d97706;--accent-orange-3: #b45309}body.accent-purple{--accent-1: var(--accent-purple-1);--accent-2: var(--accent-purple-2);--accent-3: var(--accent-purple-3);--accent-light: #ede9fe}body.accent-blue{--accent-1: var(--accent-blue-1);--accent-2: var(--accent-blue-2);--accent-3: var(--accent-blue-3);--accent-light: #dbeafe}body.accent-pink{--accent-1: var(--accent-pink-1);--accent-2: var(--accent-pink-2);--accent-3: var(--accent-pink-3);--accent-light: #fce7f3}body.accent-orange{--accent-1: var(--accent-orange-1);--accent-2: var(--accent-orange-2);--accent-3: var(--accent-orange-3);--accent-light: #fef3c7}body.theme-dark{background:#0a0e27;color:#fff}body.theme-light{background:#f3f4f6;color:#1f2937}.theme-toggle-btn{position:fixed;top:2rem;right:2rem;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}body.theme-dark .theme-toggle-btn{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff}body.theme-light .theme-toggle-btn{background:#fff;color:var(--accent-1);border:2px solid var(--accent-1)}.theme-toggle-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px #0003}.theme-menu{position:fixed;top:5rem;right:2rem;width:240px;border-radius:12px;padding:.65rem .875rem .25rem;z-index:999;box-shadow:0 10px 30px #0003;animation:slideIn .3s ease}body.theme-dark .theme-menu{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}body.theme-light .theme-menu{background:#fff;border:1px solid #e5e7eb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.theme-menu-header h3{margin:0;font-size:.875rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}body.theme-dark .close-btn{color:#ffffffb3}body.theme-light .close-btn{color:#6b7280}.close-btn:hover{background:#ffffff1a}.theme-section{margin-bottom:.3rem}.theme-section:last-child{margin-bottom:0}.theme-section label{display:block;font-size:.7rem;font-weight:600;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px}body.theme-dark .theme-section label{color:#fff9}body.theme-light .theme-section label{color:#6b7280}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}.theme-option{padding:.4rem;border-radius:6px;border:2px solid transparent;cursor:pointer;font-weight:500;transition:all .2s;background:none;font-size:.75rem}body.theme-dark .theme-option{background:#ffffff0d;color:#fff}body.theme-light .theme-option{background:#f9fafb;color:#1f2937}.theme-option:hover{transform:translateY(-2px)}.theme-option.active{border-color:var(--accent-1)}body.theme-dark .theme-option.active{background:#ffffff1a}body.theme-light .theme-option.active{background:var(--accent-light)}.color-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.color-option{width:100%;aspect-ratio:1;border-radius:6px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.color-circle{width:65%;height:65%;border-radius:50%}.color-option.purple .color-circle{background:linear-gradient(135deg,#7877c6,#5856d6)}.color-option.blue .color-circle{background:linear-gradient(135deg,#3b82f6,#2563eb)}.color-option.pink .color-circle{background:linear-gradient(135deg,#ec4899,#db2777)}.color-option.orange .color-circle{background:linear-gradient(135deg,#f59e0b,#d97706)}body.theme-dark .color-option{background:#ffffff0d}body.theme-light .color-option{background:#f9fafb}.color-option:hover{transform:scale(1.05)}.color-option.active{border-color:var(--accent-1)}@media (max-width: 768px){.theme-toggle-btn{top:1rem;right:1rem;width:44px;height:44px;font-size:1.1rem}.theme-menu{top:4rem;right:1rem;left:1rem;width:auto}}*{margin:0;padding:0;box-sizing:border-box}body{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;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#6a3f8f)}button{font-family:inherit}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px white inset;transition:background-color 5000s ease-in-out 0s}
