*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}#root,body,html{min-height:100%;overflow-x:hidden;width:100%}button{border:none;cursor:pointer;font-size:1rem;outline:none}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.animated-bg-container{background:linear-gradient(135deg,#0a1128,#1a0f35);height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.blob{border-radius:50%;filter:blur(60px);opacity:.6;position:absolute;will-change:transform}.blob-1{animation:float1 15s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#667eea,#764ba2);box-shadow:0 0 80px #667eea99,0 0 120px #764ba266;height:400px;left:50px;top:-100px;width:400px}.blob-2{animation:float2 18s ease-in-out infinite;background:radial-gradient(circle at 70% 70%,#00d9ff,#667eea);bottom:-50px;box-shadow:0 0 80px #00d9ff99,0 0 120px #667eea66;height:350px;right:100px;width:350px}.blob-3{animation:float3 20s ease-in-out infinite;background:radial-gradient(circle at 50% 50%,#764ba2,#00d9ff);box-shadow:0 0 80px #764ba280,0 0 120px #00d9ff4d;height:300px;right:50px;top:50%;width:300px}.glow-orb{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#00d9ff4d,#0000);border-radius:50%;position:absolute}.orb-1{animation:pulse 4s ease-in-out infinite,float1 25s ease-in-out infinite;box-shadow:inset 0 0 60px #00d9ff33;height:500px;left:5%;top:10%;width:500px}.orb-2{animation:pulse 5s ease-in-out 1s infinite,float2 22s ease-in-out infinite;bottom:5%;box-shadow:inset 0 0 80px #667eea33;height:600px;right:10%;width:600px}@keyframes float1{0%,to{transform:translate(0)}25%{transform:translate(50px,-80px)}50%{transform:translate(100px)}75%{transform:translate(50px,80px)}}@keyframes float2{0%,to{transform:translate(0)}25%{transform:translate(-60px,80px)}50%{transform:translate(-100px)}75%{transform:translate(-60px,-80px)}}@keyframes float3{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,-100px) scale(1.1)}50%{transform:translate(80px,-50px) scale(.95)}75%{transform:translate(40px,100px) scale(1.05)}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.home-page{background:#0000;color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;z-index:10}.navbar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0a1128b3;border-bottom:1px solid #94a3b81a;justify-content:space-between;padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{font-size:1.5rem;font-weight:700;gap:.75rem}.logo-image{height:45px;object-fit:contain;width:45px}.navbar h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.nav-links{display:flex;gap:1rem}.nav-btn{border-radius:.5rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.login-btn{background:#0000;border:1px solid #94a3b84d;color:#fff}.login-btn:hover{background:#667eea1a;border-color:#667eea}.register-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.register-btn:hover{box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.hero-section{grid-gap:3rem;align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#0a11284d;display:grid;flex:1 1;gap:3rem;grid-template-columns:1fr 1fr;overflow:hidden;padding:4rem 3rem;position:relative}.hero-content{z-index:2}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#94a3b8cc;font-size:1.25rem;margin-bottom:2rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin:2rem 0}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #94a3b81a;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.feature-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#94a3b8b3;font-size:.95rem}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.cta-btn{border-radius:.5rem;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.cta-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-btn.primary:hover{box-shadow:0 15px 30px #667eea66;transform:translateY(-3px)}.cta-btn.secondary{background:#0000;border:2px solid #667eea;color:#fff}.cta-btn.secondary:hover{background:#667eea1a}.hero-illustration{height:400px;position:relative}.circle{border:2px solid;border-radius:50%;position:absolute}.circle-1{animation:float 6s ease-in-out infinite;border-color:#667eea4d;height:300px;right:0;top:0;width:300px}.circle-2{animation:float 8s ease-in-out 1s infinite;border-color:#764ba24d;bottom:50px;height:200px;left:50px;width:200px}.circle-3{animation:float 7s ease-in-out 2s infinite;border-color:#667eea33;height:150px;right:100px;top:100px;width:150px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.how-it-works{background:#0000004d;border-top:1px solid #94a3b81a;padding:4rem 3rem}.how-it-works h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:3rem;text-align:center}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.step{text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{font-size:1.25rem;margin-bottom:.5rem}.step p{color:#94a3b8b3}.footer{border-top:1px solid #94a3b81a;color:#94a3b899;font-size:.9rem;padding:2rem;text-align:center}@media (max-width:768px){.navbar{flex-wrap:wrap;padding:1rem}.hero-section{grid-template-columns:1fr;padding:2rem 1.5rem}.hero-title{font-size:2.5rem}.features-grid,.steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.nav-links{justify-content:flex-end;margin-top:1rem;width:100%}}.auth-page{background:#0000;color:#fff;justify-content:center;min-height:100vh;overflow:hidden;position:relative;z-index:10}.auth-container,.auth-page{align-items:center;display:flex;width:100%}.auth-container{flex-direction:column;max-width:450px;padding:2rem;z-index:20}.auth-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem;text-align:center;width:100%}.auth-logo{font-size:2.5rem}.auth-logo-image{height:60px;object-fit:contain;width:60px}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem}.auth-box{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a1128d9;border:1px solid #94a3b826;border-radius:1.5rem;box-shadow:0 20px 60px #0006;padding:2.5rem;width:100%}.form-toggle{background:#94a3b80d;border-radius:.75rem;display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem}.toggle-btn{background:#0000;border-radius:.5rem;color:#94a3b899;flex:1 1;font-weight:600;padding:.75rem;transition:all .3s ease}.toggle-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.auth-form{gap:1.5rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.95rem}.form-group input,.form-group select{background:#94a3b80d;border:1px solid #94a3b833;border-radius:.5rem;color:#fff;font-size:1rem;padding:.875rem;transition:all .3s ease}.form-group input::placeholder{color:#94a3b880}.form-group input:focus,.form-group select:focus{background:#667eea1a;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group select{cursor:pointer}.form-group select option{background:#0f172a;color:#fff}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;color:#fff;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.auth-info-note{background:#6366f11a;border:1px solid #6366f133;border-radius:8px;margin-top:1rem;padding:.75rem;text-align:center}.auth-info-note p{color:#94a3b8;font-size:.85rem;margin:0}.form-footer{color:#94a3b8b3;text-align:center}.form-footer p{font-size:.9rem;margin-bottom:0}.toggle-link{background:none;color:#667eea;font-weight:600;padding:0;transition:all .3s ease}.toggle-link:hover{color:#764ba2;text-decoration:underline}.back-btn{background:#0000;border:1px solid #94a3b84d;border-radius:.5rem;color:#94a3b8b3;font-weight:500;margin-top:2rem;padding:.75rem 1.5rem;transition:all .3s ease}.back-btn:hover{background:#94a3b80d;border-color:#94a3b880;color:#fff}@media (max-width:480px){.auth-container{padding:1rem}.auth-box{padding:1.5rem}.avatar-options{gap:1rem}.auth-header{flex-direction:column}.auth-header h1{font-size:1.5rem}}.error-message,.success-message{font-weight:500;margin-bottom:1.5rem}.success-message{background:#10b98133;border:1px solid #10b98180;border-radius:12px;color:#10b981;padding:1rem;text-align:center}.dashboard{color:#fff;display:flex;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;z-index:10}.sidebar{border-right:1px solid #667eea33}.sidebar::-webkit-scrollbar-thumb{background:#667eea4d}.sidebar::-webkit-scrollbar-thumb:hover{background:#667eea80}.sidebar-header{margin-bottom:2.5rem;padding-bottom:1.5rem}.sidebar-header h2{background:linear-gradient(135deg,#667eea,#764ba2)}.nav-item:hover{background:#00d9ff14;color:#00d9ff}.nav-item.active{background:#00d9ff1f;border-left:3px solid #00d9ff;color:#00d9ff}.user-profile{background:#667eea14}.avatar-image{border:2px solid #667eea4d}.user-id,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-profile-btn{background:#667eea26;border:1px solid #667eea4d;color:#667eea}.edit-profile-btn:hover{background:#667eea40;border-color:#667eea}.top-bar{border-bottom:1px solid #667eea1a}.top-bar h1{background:linear-gradient(135deg,#00d9ff,#667eea)}.search-input{border:1px solid #667eea33}.search-input:focus{background:#667eea1f;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.help-btn{background:#667eea1f;border:1px solid #667eea33;color:#667eea}.help-btn:hover{background:#667eea33;border-color:#667eea}.operation-status{background:#00d9ff1f;border:1px solid #00d9ff59;color:#00d9ff}.tab-content h2{background:linear-gradient(135deg,#00d9ff,#667eea)}.large-search-input{background:#1e293b99;border:1px solid #667eea33}.large-search-input:focus{background:#667eea1f;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.search-btn:hover{box-shadow:0 8px 20px #667eea4d}.language-selector select{background:#1e293b99;border:1px solid #667eea33;transition:all .25s ease}.language-selector select:focus{background:#667eea1f;border-color:#667eea;outline:none}.tip-card{border:1px solid #667eea26;will-change:transform,background,border-color}.tip-card:hover{background:#00d9ff1a;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff40}.tip-card p{line-height:1.4}.buddies-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.buddy-card{background:#141f3ab3;border:1px solid #667eea26;border-radius:.8rem;padding:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,background,border-color}.buddy-card:hover{background:#00d9ff1a;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff40;transform:translateY(-4px)}.buddy-avatar{margin-bottom:1rem}.buddy-avatar-img{border:3px solid #667eea4d;border-radius:50%;height:80px;margin:0 auto;object-fit:cover;width:80px}.buddy-card h3{color:#fff;font-size:1rem;margin:.75rem 0 .5rem}.buddy-id{color:#94a3b899;font-size:.85rem;margin-bottom:.75rem}.buddy-status{background:#94a3b826;border-radius:20px;color:#e2e8f0e6;display:inline-block;font-size:.8rem;margin-top:.5rem;padding:.3rem .8rem}.buddy-status.active{background:#22c55e26;color:#22c55e}.buddy-status.inactive{background:#ef444424;color:#f87171}.feedback-form{border:1px solid #667eea26}.form-group textarea{border:1px solid #667eea33;transition:all .25s ease}.form-group textarea:focus{background:#667eea1f;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.toggle-switch{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.toggle-switch input[type=checkbox]{display:none}.toggle-slider{background:#667eea4d;border-radius:14px;cursor:pointer;height:28px;position:relative;transition:background .25s ease;width:50px}.toggle-slider:after{background:#fff;border-radius:50%;content:"";height:24px;left:2px;position:absolute;top:2px;transition:left .25s ease;width:24px}.toggle-switch input[type=checkbox]:checked+label+.toggle-slider{background:#667eea}.toggle-switch input[type=checkbox]:checked+label+.toggle-slider:after{left:24px}.feedback-history{display:flex;flex-direction:column;gap:1rem}.feedback-item{border:1px solid #667eea26}.feedback-item p{color:#94a3b8cc;line-height:1.5;margin:0 0 .5rem}.feedback-date{margin:0}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.analytics-card{border:1px solid #667eea26;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,background,border-color}.analytics-card:hover{background:#00d9ff1a;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff40;transform:translateY(-4px)}.analytics-icon{font-size:2rem;margin-bottom:.75rem}.analytics-value{color:#00d9ff;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.analytics-label{font-size:.9rem}.insight-card{border:1px solid #667eea26;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,background,border-color}.insight-card:hover{background:#00d9ff1a;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff40;transform:translateY(-4px)}.insight-card h3{color:#00d9ff;font-size:1rem;margin:0 0 .75rem}.profile-modal{border:1px solid #667eea33}.profile-input{border:1px solid #667eea4d;transition:all .25s ease}.profile-input:focus{background:#667eea26;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.profile-input::placeholder{color:#94a3b880}.avatar-option{border:2px solid #667eea4d}.avatar-option:hover{background:#667eea26;border-color:#667eea;transform:translateY(-3px)}.avatar-option.selected{background:#00d9ff1f;border-color:#00d9ff;box-shadow:0 0 20px #00d9ff4d}.modal-avatar-img{border:2px solid #667eea4d}.avatar-option.selected p{color:#fff}.profile-modal-buttons{margin-top:2rem}.save-profile-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.save-profile-btn:hover{box-shadow:0 8px 20px #667eea4d}.cancel-profile-btn:hover{border-color:#94a3b84d}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-track{background:#0000}.content-area::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px}.content-area::-webkit-scrollbar-thumb:hover{background:#667eea80}@media (max-width:768px){.sidebar{border-right:none;border-top:1px solid #667eea33;bottom:0;height:auto;left:0;max-height:60vh;overscroll-behavior:contain;position:fixed;width:100%}.main-content{margin-bottom:60px;margin-left:0}.sidebar-nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.nav-item{flex-shrink:0;min-width:-webkit-max-content;min-width:max-content}.analytics-grid,.buddies-grid,.insights-grid,.tips-grid{grid-template-columns:1fr}.profile-modal{max-width:90%}.avatar-options-modal{flex-direction:column;gap:1rem}}@media (max-width:480px){.top-bar{align-items:flex-start;flex-direction:column;gap:1rem}.search-input{width:100%}.content-area{padding:1rem}.profile-modal{padding:1.5rem}.profile-modal-buttons{flex-direction:column}}.chatroom-box{background:#181c2f;border-radius:18px;box-shadow:0 2px 16px #0000001f;display:flex;flex-direction:column;height:70vh;padding:1.5rem}.chat-messages{flex:1 1;overflow-y:auto;padding-bottom:1rem}.chat-bubble{background:#232946;border-radius:18px;box-shadow:0 1px 6px #00000014;color:#fff;margin-bottom:1.2rem;max-width:60%;padding:.8rem 1.2rem;position:relative;word-break:break-word}.chat-bubble.own{background:#00bfae;color:#fff;margin-left:auto;text-align:right}.chat-bubble.other{background:#232946;color:#fff;margin-right:auto;text-align:left}.chat-header{display:flex;font-size:.95em;justify-content:space-between;margin-bottom:.3em}.chat-sender{color:gold;font-weight:700}.chat-time{color:#b0b0b0;font-size:.85em;margin-left:.5em}.chat-text{font-size:1.1em;margin-top:.2em}.chat-input-row{align-items:center;border-top:1px solid #232946;display:flex;padding-top:1rem}.chat-input{background:#232946;border-radius:18px;flex:1 1;margin-right:.7rem;padding:.7rem 1rem}.chat-input,.send-chat-btn{border:none;color:#fff;font-size:1.1em}.send-chat-btn{background:#00bfae;border-radius:18px;cursor:pointer;padding:.7rem 1.5rem;transition:background .2s}.send-chat-btn:hover{background:#009e8e}.teacher-dashboard{color:#fff;display:flex;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;z-index:10}.role-badge{background:linear-gradient(135deg,#10b981,#059669)}.sidebar{border-right:1px solid #10b98133}.sidebar::-webkit-scrollbar-thumb{background:#10b9814d}.sidebar-header h2{background:linear-gradient(135deg,#10b981,#059669)}.nav-item:hover{background:#10b98114;color:#10b981}.nav-item.active{background:#10b9811f;border-left:3px solid #10b981;color:#10b981}.user-profile{background:#10b98114}.avatar-image{border:2px solid #10b9814d}.edit-profile-btn{background:#10b98126;border:1px solid #10b9814d;color:#10b981}.edit-profile-btn:hover{background:#10b98140;border-color:#10b981}.top-bar{border-bottom:1px solid #10b9811a}.top-bar h1{background:linear-gradient(135deg,#10b981,#059669)}.search-input{border:1px solid #10b98133}.search-input:focus{background:#10b9811f;border-color:#10b981}.help-btn{background:#10b9811f;border:1px solid #10b98133;color:#10b981}.help-btn:hover{background:#10b98133;border-color:#10b981}.operation-status{background:#10b9811f;border:1px solid #10b98159;color:#34d399}.tab-content h2{background:linear-gradient(135deg,#10b981,#059669);margin-bottom:1.5rem}.tab-content h3{color:#10b981}.large-search-input{border:1px solid #10b98133}.large-search-input:focus{background:#10b9811f;border-color:#10b981}.search-btn{background:linear-gradient(135deg,#10b981,#059669)}.search-btn:hover{box-shadow:0 8px 20px #10b9814d}.language-selector select{border:1px solid #10b98133}.tips-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tip-card{border:1px solid #10b98126}.tip-card:hover{background:#10b9811a;border-color:#10b981;box-shadow:0 0 20px #10b98140}.tip-icon{margin-bottom:1rem}.tip-card p{font-size:.95rem}.recent-search-item:hover{background:#10b9811a}.students-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.student-card{background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.student-card:hover{background:#10b9811a;border-color:#10b981;box-shadow:0 0 20px #10b98140;transform:translateY(-4px)}.student-avatar-img{border:3px solid #10b9814d;border-radius:50%;height:80px;margin-bottom:1rem;object-fit:cover;width:80px}.student-card h3{color:#fff;font-size:1rem;margin:0 0 .5rem}.student-id{color:#94a3b899;font-size:.85rem;margin-bottom:1rem}.homework-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.badge{border-radius:20px;font-size:.75rem;padding:.25rem .6rem}.badge.total{background:#10b98133;color:#10b981}.badge.pending{background:#f59e0b33;color:#f59e0b}.view-homework-btn{background:#0000;border:1px solid #10b9814d;border-radius:.4rem;color:#10b981;cursor:pointer;font-size:.85rem;padding:.6rem;transition:all .25s ease;width:100%}.view-homework-btn:hover{background:#10b98126}.teachers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.teacher-card{background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;padding:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.teacher-card:hover{background:#10b9811a;border-color:#10b981;box-shadow:0 0 20px #10b98140;transform:translateY(-4px)}.teacher-avatar-img{border:3px solid #10b9814d;border-radius:50%;height:80px;margin-bottom:1rem;object-fit:cover;width:80px}.teacher-card h3{color:#fff;font-size:1rem;margin:0 0 .5rem}.teacher-subject{color:#10b981;font-size:.9rem;margin-bottom:.75rem}.teacher-status{border-radius:20px;font-size:.85rem;padding:.3rem .8rem}.teacher-status.online{background:#22c55e26;color:#22c55e}.teacher-status.offline{background:#94a3b81a;color:#94a3b899}.analysis-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{align-items:center;background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.stat-card:hover{border-color:#10b981;box-shadow:0 0 20px #10b98133}.stat-icon{font-size:2.5rem}.stat-info{flex:1 1}.stat-number{color:#10b981;font-size:1.75rem;font-weight:700;margin:0}.stat-label{color:#94a3b8b3;font-size:.85rem;margin:0}.problems-list{display:flex;flex-direction:column;gap:1rem}.problem-item{align-items:center;background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .25s ease}.problem-item:hover{background:#10b98114;border-color:#10b981}.problem-rank{color:#10b981;font-size:1.25rem;font-weight:700;min-width:40px}.problem-info{flex:1 1}.problem-topic{color:#fff;font-weight:600;margin:0 0 .25rem}.problem-searches{color:#94a3b899;font-size:.85rem;margin:0}.difficulty-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.difficulty-badge.high{background:#ef444433;color:#ef4444}.difficulty-badge.medium{background:#f59e0b33;color:#f59e0b}.difficulty-badge.low{background:#22c55e33;color:#22c55e}.insights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.insight-card{background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;padding:1.5rem;transition:all .3s ease}.insight-card:hover{border-color:#10b981;box-shadow:0 0 20px #10b98133}.insight-card h4{color:#10b981;font-size:1rem;margin:0 0 .75rem}.insight-card p{color:#94a3b8cc;font-size:.9rem;line-height:1.5;margin:0}.feedback-notice{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:.6rem;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.notice-icon{font-size:1.5rem}.feedback-notice p{color:#3b82f6;font-size:.95rem;margin:0}.feedback-form{background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;margin-bottom:2rem;padding:2rem}.sender-info{align-items:center;background:#10b98114;border-radius:.6rem;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.sender-avatar{border:2px solid #10b9814d;border-radius:50%;height:50px;object-fit:cover;width:50px}.sender-name{color:#fff;font-weight:600;margin:0}.sender-id{color:#94a3b899;font-size:.85rem;margin:0}.form-group{margin-bottom:1.5rem}.form-group label{color:#ffffffe6;display:block;font-weight:600;margin-bottom:.75rem}.feedback-select{background:#94a3b81a;border:1px solid #10b98133;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.95rem;padding:.875rem;width:100%}.feedback-select option{background:#0a1128;color:#fff}.form-group textarea{background:#94a3b81a;border:1px solid #10b98133;border-radius:.5rem;color:#fff;font-family:inherit;font-size:.95rem;min-height:120px;padding:1rem;resize:vertical;width:100%}.form-group textarea:focus{background:#10b9811a;border-color:#10b981;outline:none}.form-group textarea::placeholder{color:#94a3b880}.send-feedback-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .25s ease;width:100%}.send-feedback-btn:hover{box-shadow:0 8px 20px #10b9814d;transform:translateY(-2px)}.feedback-history{margin-top:2rem}.feedback-history h3,.feedback-item{margin-bottom:1rem}.feedback-item{background:#141f3ab3;border:1px solid #10b98126;border-radius:.8rem;padding:1.5rem}.feedback-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.feedback-category{background:#10b98126;color:#10b981}.feedback-item>p{color:#94a3b8cc;line-height:1.5;margin:0 0 .75rem}.feedback-status{font-size:.85rem;font-weight:600}.feedback-status.responded{color:#22c55e}.feedback-status.pending{color:#f59e0b}.profile-modal{border:1px solid #10b98133}.profile-input{border:1px solid #10b9814d}.profile-input:focus{background:#10b98126;border-color:#10b981}.avatar-option{border:2px solid #10b9814d}.avatar-option:hover{background:#10b98126;border-color:#10b981}.avatar-option.selected{background:#10b98133;border-color:#10b981;box-shadow:0 0 20px #10b9814d}.modal-avatar-img{border:2px solid #10b9814d}.save-profile-btn{background:linear-gradient(135deg,#10b981,#059669)}.save-profile-btn:hover{box-shadow:0 8px 20px #10b9814d}.homework-modal{animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border:1px solid #10b98133;border-radius:1rem;box-shadow:0 25px 50px #00000080;max-height:90vh;max-width:600px;overflow-y:auto;padding:2.5rem;width:100%}.homework-modal h3{color:#fff;font-size:1.5rem;margin:0 0 .5rem}.student-modal-id{color:#94a3b899;margin:0 0 1.5rem}.homework-search-box{display:flex;gap:1rem;margin-bottom:1.5rem}.homework-search-input{background:#94a3b81a;border:1px solid #10b98133;border-radius:.5rem;color:#fff;flex:1 1;font-size:.95rem;padding:.75rem 1rem}.homework-search-input:focus{border-color:#10b981;outline:none}.homework-search-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.homework-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.homework-stat{background:#10b98114;border-radius:.6rem;padding:1rem;text-align:center}.stat-value{color:#10b981;display:block;font-size:1.75rem;font-weight:700}.stat-value.pending{color:#f59e0b}.stat-value.completed{color:#22c55e}.stat-label{color:#94a3b899;font-size:.8rem}.homework-list{margin-bottom:1.5rem}.homework-list h4{color:#10b981;font-size:1rem;margin:0 0 1rem}.homework-item{align-items:center;background:#94a3b80d;border-radius:.6rem;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem}.homework-icon{font-size:1.5rem}.homework-info{flex:1 1}.homework-title{color:#fff;font-weight:600;margin:0 0 .25rem}.homework-date{color:#94a3b899;font-size:.85rem;margin:0}.homework-status{border-radius:20px;font-size:.85rem;font-weight:600;padding:.3rem .75rem}.homework-status.reviewed{background:#22c55e26;color:#22c55e}.homework-status.pending{background:#f59e0b26;color:#f59e0b}.close-homework-btn{background:#94a3b81a;border:1px solid #94a3b833;border-radius:.5rem;color:#94a3b8cc;cursor:pointer;font-weight:600;padding:.75rem;transition:all .25s ease;width:100%}.close-homework-btn:hover{background:#94a3b826}@media (max-width:768px){.sidebar{border-right:none;border-top:1px solid #10b98133;bottom:0;height:auto;position:fixed;top:auto;width:100%}.main-content{margin-bottom:200px;margin-left:0}.sidebar-nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.nav-item{flex-shrink:0;min-width:-webkit-max-content;min-width:max-content}.analysis-stats,.homework-stats,.insights-grid,.students-grid,.teachers-grid{grid-template-columns:1fr}.homework-search-box{flex-direction:column}}.admin-dashboard{color:#fff;display:flex;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;z-index:10}.role-badge,.role-badge.admin{background:linear-gradient(135deg,#f59e0b,#d97706)}.role-badge{align-items:center;border-radius:.5rem;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1.5rem;padding:.5rem 1rem;text-align:center}.sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a1128bf;border-right:1px solid #f59e0b33;display:flex;flex-direction:column;flex-shrink:0;height:100vh;left:0;overflow-y:auto;padding:1.5rem 1rem;position:fixed;top:0;width:260px;z-index:1000}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#0000}.sidebar::-webkit-scrollbar-thumb{background:#f59e0b4d;border-radius:3px}.sidebar-header{align-items:center;border-bottom:1px solid #94a3b81a;display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.sidebar-logo{height:40px;object-fit:contain;width:40px}.sidebar-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700;margin:0}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.nav-item{align-items:center;background:#0000;border:none;border-radius:.6rem;color:#94a3b8b3;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:1rem;padding:.85rem 1rem;text-align:left;transition:all .25s ease}.nav-item:hover{background:#f59e0b14;color:#f59e0b}.nav-item.active{background:#f59e0b1f;border-left:3px solid #f59e0b;color:#f59e0b;padding-left:calc(1rem - 3px)}.nav-icon{font-size:1.2rem;min-width:1.5rem}.sidebar-footer{border-top:1px solid #94a3b81a;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem}.user-profile{align-items:center;background:#f59e0b14;border-radius:.6rem;display:flex;gap:1rem;padding:.75rem}.avatar-image{border:2px solid #f59e0b4d;border-radius:50%;flex-shrink:0;height:45px;object-fit:cover;width:45px}.user-info{flex:1 1;min-width:0}.user-name{color:#fff;font-size:.9rem;font-weight:600;margin:0}.user-id{color:#94a3b899;font-size:.8rem;margin:0}.edit-profile-btn{background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:.5rem;color:#f59e0b;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem;transition:all .25s ease;width:100%}.edit-profile-btn:hover{background:#f59e0b40;border-color:#f59e0b}.logout-btn{background:#ef44441f;border:1px solid #ef44444d;border-radius:.5rem;color:#ef4444;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem;transition:all .25s ease;width:100%}.logout-btn:hover{background:#ef444433;border-color:#ef4444}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:260px;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;z-index:10}.top-bar{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0a112899;border-bottom:1px solid #f59e0b1a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.top-bar h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;margin:0}.top-bar-actions{align-items:center;display:flex;gap:1rem}.search-input{background:#94a3b81a;border:1px solid #f59e0b33;border-radius:.5rem;color:#fff;font-size:.9rem;padding:.6rem 1rem;transition:all .25s ease;width:200px}.search-input:focus{background:#f59e0b1f;border-color:#f59e0b;outline:none}.help-btn{align-items:center;background:#f59e0b1f;border:1px solid #f59e0b33;border-radius:50%;color:#f59e0b;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .25s ease;width:40px}.help-btn:hover{background:#f59e0b33;border-color:#f59e0b}.content-area{flex:1 1;overflow-y:auto;padding:2rem}.operation-status{background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:.6rem;color:#fbbf24;margin-bottom:1rem;padding:.75rem 1rem}.tab-content{animation:fadeIn .3s ease-out forwards;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tab-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;margin-bottom:.5rem}.tab-content h3{color:#f59e0b;font-size:1.2rem;margin:2rem 0 1rem}.section-desc{color:#94a3b8cc;margin-bottom:1.5rem}.user-controls{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.filter-group,.user-controls{align-items:center;display:flex}.filter-group{gap:.75rem}.filter-group label{color:#ffffffe6;font-weight:600}.filter-select{background:#141f3ab3;border:1px solid #f59e0b33;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1rem}.filter-select option{background:#0a1128;color:#fff}.user-stats-mini{display:flex;gap:.75rem}.stat-pill{background:#94a3b81a;border-radius:20px;color:#94a3b8cc;font-size:.85rem;padding:.4rem .8rem}.stat-pill.student{background:#667eea26;color:#667eea}.stat-pill.teacher{background:#10b98126;color:#10b981}.users-table{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;overflow:hidden}.table-header{background:#f59e0b1a;color:#f59e0b;font-size:.9rem;font-weight:600}.table-header,.table-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;padding:1rem 1.5rem}.table-row{align-items:center;border-top:1px solid #94a3b81a;transition:background .2s ease}.table-row:hover{background:#f59e0b0d}.user-cell{align-items:center;display:flex;gap:.75rem}.table-avatar{border:2px solid #94a3b833;border-radius:50%;height:36px;object-fit:cover;width:36px}.id-cell{color:#94a3b8b3;font-family:monospace;font-size:.9rem}.role-cell{font-weight:600;text-transform:capitalize}.role-cell.student{color:#667eea}.role-cell.teacher{color:#10b981}.role-cell.admin{color:#f59e0b}.status-cell{text-transform:capitalize}.status-cell.active{color:#22c55e}.status-cell.inactive{color:#ef4444}.actions-cell{align-items:center;display:flex;gap:.5rem}.role-select{background:#94a3b81a;border:1px solid #94a3b833;border-radius:.4rem;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .6rem}.role-select option{background:#0a1128;color:#fff}.delete-btn{background:#ef44441a;border:1px solid #ef444433;border-radius:.4rem;color:#ef4444;cursor:pointer;padding:.4rem .6rem;transition:all .2s ease}.delete-btn:hover{background:#ef444433}.feedback-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.feedback-stat-card{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;min-width:120px;padding:1.5rem 2rem;text-align:center}.feedback-stat-card .stat-number{color:#f59e0b;display:block;font-size:2rem;font-weight:700}.feedback-stat-card .stat-label{color:#94a3b8b3;font-size:.85rem}.feedback-stat-card.pending .stat-number{color:#f59e0b}.feedback-stat-card.responded .stat-number{color:#22c55e}.feedback-list{display:flex;flex-direction:column;gap:1rem}.feedback-card{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;padding:1.5rem;transition:all .25s ease}.feedback-card:hover{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b26}.feedback-sender{align-items:center;border-bottom:1px solid #94a3b81a;display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.feedback-avatar{border:2px solid #f59e0b4d;border-radius:50%;height:50px;object-fit:cover;width:50px}.sender-details{flex:1 1}.sender-details .sender-name{color:#fff;font-weight:600;margin:0}.sender-details .sender-id{color:#94a3b899;font-size:.85rem;margin:0}.feedback-status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.feedback-status-badge.pending{background:#f59e0b26;color:#f59e0b}.feedback-status-badge.responded{background:#22c55e26;color:#22c55e}.feedback-content{margin-bottom:1rem}.feedback-meta{display:flex;justify-content:space-between;margin-bottom:.75rem}.feedback-category{background:#f59e0b26;border-radius:20px;color:#f59e0b;font-size:.85rem;padding:.25rem .75rem}.feedback-date{color:#94a3b880;font-size:.85rem}.feedback-message{color:#94a3b8e6;line-height:1.6;margin:0}.feedback-actions{display:flex;gap:.75rem}.archive-btn,.respond-btn{border-radius:.4rem;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.respond-btn{background:#f59e0b26;border:1px solid #f59e0b4d;color:#f59e0b}.respond-btn:hover{background:#f59e0b40}.archive-btn{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8cc}.archive-btn:hover{background:#94a3b826}.search-container{margin-bottom:2rem}.search-box{margin-bottom:1.5rem}.large-search-input{background:#141f3ab3;border:1px solid #f59e0b33;border-radius:.6rem;color:#fff;font-size:1rem;padding:1rem 1.5rem;transition:all .25s ease;width:100%}.large-search-input:focus{background:#f59e0b1f;border-color:#f59e0b;outline:none}.large-search-input::placeholder{color:#94a3b880}.search-btn{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;margin-top:1rem;padding:1rem 2rem;transition:all .25s ease}.search-btn:hover{box-shadow:0 8px 20px #f59e0b4d;transform:translateY(-2px)}.language-selector{margin-bottom:1.5rem}.language-selector label{color:#ffffffe6;display:block;font-weight:600;margin-bottom:.5rem}.language-selector select{background:#141f3ab3;border:1px solid #f59e0b33;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1rem}.language-selector select option{background:#0a1128;color:#fff}.tips-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tip-card{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.tip-card:hover{background:#f59e0b1a;border-color:#f59e0b;box-shadow:0 0 20px #f59e0b33;transform:translateY(-4px)}.tip-icon{display:block;font-size:2rem;margin-bottom:.75rem}.tip-card p{color:#94a3b8cc;font-size:.9rem;margin:0}.recent-searches{display:flex;flex-direction:column;gap:.75rem}.recent-search-item{align-items:center;background:#94a3b80d;border-radius:.5rem;cursor:pointer;display:flex;gap:1rem;padding:.75rem 1rem;transition:background .2s ease}.recent-search-item:hover{background:#f59e0b1a}.recent-search-item p{color:#94a3b8cc;flex:1 1;font-style:italic;margin:0}.search-time{color:#94a3b880;font-size:.8rem}.analytics-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.analytics-card{align-items:center;background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.analytics-card:hover{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b33}.analytics-icon{font-size:2.5rem}.analytics-info{flex:1 1}.analytics-number{color:#f59e0b;font-size:1.75rem;font-weight:700;margin:0}.analytics-label{color:#94a3b8b3;font-size:.85rem;margin:0}.usage-breakdown{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem;padding:1.5rem}.usage-bar{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.usage-bar:last-child{margin-bottom:0}.usage-label{color:#ffffffe6;font-weight:600;min-width:80px}.usage-progress{background:#94a3b81a;border-radius:6px;flex:1 1;height:12px;overflow:hidden}.progress-fill{border-radius:6px;height:100%;transition:width 1s ease}.progress-fill.student{background:linear-gradient(90deg,#667eea,#764ba2)}.progress-fill.teacher{background:linear-gradient(90deg,#10b981,#059669)}.progress-fill.admin{background:linear-gradient(90deg,#f59e0b,#d97706)}.usage-percent{color:#94a3b8cc;font-weight:600;min-width:45px;text-align:right}.language-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.chart-panel{margin-top:.5rem;padding:1rem}.chart-panel,.lang-card{background:#141f3ab3;border:1px solid #f59e0b26;border-radius:.8rem}.lang-card{padding:1.5rem;text-align:center;transition:all .3s ease}.lang-card:hover{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b33}.lang-emoji{display:block;font-size:2.5rem;margin-bottom:.75rem}.lang-name{color:#fff;font-weight:600;margin:0 0 .5rem}.lang-percent{color:#f59e0b;font-size:1.5rem;font-weight:700;margin:0}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.profile-modal{animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border:1px solid #f59e0b33;border-radius:1rem;box-shadow:0 25px 50px #00000080;max-width:500px;padding:2.5rem;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-modal h3{color:#fff;font-size:1.5rem;margin-bottom:2rem;text-align:center}.form-group-modal,.profile-form{margin-bottom:1.5rem}.form-group-modal label{color:#ffffffe6;display:block;font-weight:600;margin-bottom:.75rem}.profile-input{background:#94a3b81a;border:1px solid #f59e0b4d;border-radius:.5rem;color:#fff;font-size:1rem;padding:.875rem;width:100%}.profile-input:focus{background:#f59e0b26;border-color:#f59e0b;outline:none}.avatar-options-modal{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.avatar-option{align-items:center;background:#94a3b80d;border:2px solid #f59e0b4d;border-radius:.8rem;cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .25s ease}.avatar-option:hover{background:#f59e0b26;border-color:#f59e0b}.avatar-option.selected{background:#f59e0b33;border-color:#f59e0b;box-shadow:0 0 20px #f59e0b4d}.modal-avatar-img{border:2px solid #f59e0b4d;border-radius:50%;height:80px;object-fit:cover;width:80px}.avatar-option p{color:#94a3b8cc;font-size:.95rem;font-weight:500;margin:0}.profile-modal-buttons{display:flex;gap:1rem}.cancel-profile-btn,.save-profile-btn{border:none;border-radius:.5rem;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem;transition:all .25s ease}.cancel-profile-btn:disabled,.save-profile-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.save-profile-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.save-profile-btn:hover{box-shadow:0 8px 20px #f59e0b4d;transform:translateY(-2px)}.cancel-profile-btn{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8cc}.cancel-profile-btn:hover{background:#94a3b826}@media (max-width:1024px){.table-header,.table-row{grid-template-columns:2fr 1fr 1fr 1.5fr}.status-cell{display:none}}@media (max-width:768px){.sidebar{border-right:none;border-top:1px solid #f59e0b33;bottom:0;height:auto;position:fixed;top:auto;width:100%}.main-content{margin-bottom:200px;margin-left:0}.sidebar-nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.nav-item{flex-shrink:0;min-width:-webkit-max-content;min-width:max-content}.table-header,.table-row{gap:.5rem;grid-template-columns:1fr 1fr}.id-cell,.status-cell{display:none}.feedback-stats{flex-direction:column}.language-stats{grid-template-columns:1fr}.user-controls{align-items:stretch;flex-direction:column}.user-stats-mini{justify-content:center}}.loading-screen{align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a3e 50%,#0f0f23);display:flex;justify-content:center;min-height:100vh}.loading-content{color:#fff;text-align:center}.loading-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;margin-bottom:1rem}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #8b5cf64d;border-radius:50%;border-top-color:#8b5cf6;height:50px;margin:0 auto;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.no-data{color:#ffffff80;font-style:italic;padding:2rem;text-align:center}.ai-answer-card{background:linear-gradient(135deg,#10b9811f,#3b82f61f);border:1px solid #10b98166;border-radius:16px;margin-bottom:1.5rem;overflow:hidden;padding:1.5rem 1.8rem;position:relative}.ai-answer-card:before{background:linear-gradient(180deg,#10b981,#3b82f6);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ai-answer-header{align-items:center;display:flex;gap:.6rem;margin-bottom:1rem}.ai-answer-header h3{color:#10b981;font-size:1.15rem;margin:0}.ai-icon{font-size:1.3rem}.ai-answer-text{color:#ffffffeb;font-size:.95rem;line-height:1.8}.ai-answer-text p{margin:.3rem 0}.ai-answer-text p:empty{display:none}.sources-section{border-top:1px solid #ffffff1a;margin-top:1.2rem;padding-top:1rem}.sources-section h4{color:#ffffffb3;font-size:.95rem;font-weight:500;margin-bottom:.75rem}.sources-list{display:flex;flex-wrap:wrap;gap:.6rem}.source-chip{align-items:center;background:#8b5cf61f;border:1px solid #8b5cf64d;border-radius:10px;display:flex;font-size:.82rem;gap:.5rem;padding:.5rem .9rem}.source-name{color:#ffffffd9;font-weight:500}.source-page{color:#ffffff8c}.source-score{color:#10b981;font-weight:600}.search-results{margin-top:1.5rem}.search-results h3{color:#fff;font-size:1.1rem;margin-bottom:1rem}.result-card{background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:12px;margin-bottom:1rem;padding:1.25rem;transition:all .3s ease}.result-card:hover{background:#8b5cf626;border-color:#8b5cf680;transform:translateY(-2px)}.result-card h4{color:#8b5cf6;font-size:1rem;margin-bottom:.5rem}.result-card p{color:#fffc;font-size:.9rem;line-height:1.6}.result-card .source{color:#ffffff80;font-size:.8rem;margin-top:.75rem}.error-message{background:#ef444433;border:1px solid #ef444480;border-radius:12px;color:#ef4444;margin-bottom:1rem;padding:1rem;text-align:center}.pdf-upload-section{margin-bottom:1.5rem}.upload-area{background:#6366f11a;border:2px dashed #6366f166;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.upload-area:hover{background:#6366f126;border-color:#6366f1b3}.upload-icon{display:block;font-size:3rem;margin-bottom:.5rem}.upload-area h3{color:#e2e8f0;font-size:1.2rem;margin:.5rem 0}.upload-area p{color:#94a3b8;font-size:.9rem;margin-bottom:1rem}.upload-btn-label{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.upload-btn-label:hover{box-shadow:0 4px 15px #6366f166;transform:translateY(-2px)}.pdf-stats-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.pdf-stats-bar .stat-pill.indexed{background:#22c55e33;color:#22c55e}.pdf-stats-bar .stat-pill.pending{background:#fbbf2433;color:#fbbf24}.pdf-list{background:#1e293b80;border:1px solid #94a3b81a;border-radius:16px;overflow:hidden}.pdf-list .table-header{background:#0f172a99;color:#94a3b8;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pdf-list .table-header,.pdf-row{display:grid;grid-template-columns:2fr 1fr .7fr .7fr 1fr 1.5fr;padding:1rem 1.5rem}.pdf-row{align-items:center;border-top:1px solid #94a3b814;transition:background .2s}.pdf-row:hover{background:#6366f10d}.pdf-name-cell{align-items:center;color:#e2e8f0;display:flex;font-weight:500;gap:.5rem}.pdf-icon{font-size:1.3rem}.status-badge{font-size:.8rem;font-weight:600}.status-badge.indexed{color:#22c55e}.status-badge.pending_indexing{color:#fbbf24}.status-badge.index_failed{color:#ef4444}.date-cell{color:#94a3b8;font-size:.85rem}.index-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;margin-right:.5rem;padding:.4rem .8rem;transition:all .2s}.index-btn:hover:not(:disabled){box-shadow:0 2px 8px #3b82f666;transform:translateY(-1px)}.index-btn:disabled{cursor:not-allowed;opacity:.6}.no-data-row{padding:3rem;text-align:center}.app{min-height:100vh;width:100%}
/*# sourceMappingURL=main.ce85a5c3.css.map*/