.question-page-container{background:#f8fafc;display:flex;height:100dvh}.question-left-panel{background:#f8fafc;flex:2 1;overflow-y:auto;padding:40px}.question-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:32px}.question-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.question-card-title{color:#1a1a1a;font-size:24px;font-weight:700;margin:0}.difficulty-tag{border-radius:20px;font-size:13px;font-weight:600;padding:6px 16px;text-transform:capitalize}.difficulty-tag.easy{background:#10b98126;color:#10b981}.difficulty-tag.medium{background:#f59e0b26;color:#f59e0b}.difficulty-tag.hard{background:#ef444426;color:#ef4444}.editor-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.question-right-panel{background:#fff;border-left:1px solid #e5e7eb;width:420px}.home-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.bg-circle{background:#ffffff1a;border-radius:50%;filter:blur(60px);position:absolute}.bg-circle-top{height:500px;right:-100px;top:-100px;width:500px}.bg-circle-bottom{bottom:-80px;height:400px;left:-80px;width:400px}.home-content{align-items:center;display:flex;justify-content:center;max-width:1200px;position:relative;width:100%;z-index:1}.auth-card{background:#fff;border-radius:24px;box-shadow:0 25px 80px #0000004d;overflow:hidden;padding:48px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:420px}.auth-card.expanded{transform:scale(1.02)}.auth-card.register-mode{width:480px}.auth-header{margin-bottom:32px;text-align:center}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800;margin:0 0 8px}.auth-subtitle{color:#666;font-size:15px;margin:0;transition:all .3s ease}.initial-buttons{animation:fadeIn .5s ease-out}.get-started-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:12px;justify-content:center;overflow:hidden;padding:18px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.get-started-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.get-started-button:hover:before{left:100%}.get-started-button:hover{box-shadow:0 10px 30px #667eea80;transform:translateY(-3px)}.get-started-icon,.get-started-text{transition:transform .3s}.get-started-icon{font-size:20px}.get-started-button:hover .get-started-icon{transform:translateX(5px)}.form-container{left:48px;max-height:0;opacity:0;overflow:hidden;position:absolute;top:140px;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease-in-out;width:calc(100% - 96px)}.form-container.visible{animation:slideUp .4s ease-out;left:0;max-height:800px;opacity:1;position:relative;top:0;width:100%}.form-label{color:#333;display:block;font-weight:600;margin-bottom:8px}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#1a1a2e;font-size:15px;margin-bottom:20px;outline:none;padding:14px 16px;transition:all .3s;width:100%}.form-input::placeholder{color:#9ca3af}.form-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23666' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;color:#1a1a2e}.form-select option{background:#fff;color:#1a1a2e}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group .form-input{margin-bottom:20px}.error-message{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:10px;color:#dc2626;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 16px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:20px;padding:16px;transition:all .3s;width:100%}.submit-button:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.switch-mode-container{color:#666;font-size:14px;text-align:center}.switch-mode-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.switch-mode-link:hover{color:#764ba2;text-decoration:underline}.back-button{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;font-size:14px;font-weight:500;left:20px;padding:8px 12px;position:absolute;top:20px;transition:all .2s}.back-button:hover{background:#f3f4f6;color:#333}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.auth-card{max-width:420px;padding:32px 24px;width:100%}.auth-card.register-mode{width:100%}.auth-title{font-size:28px}.form-row{grid-template-columns:1fr}}.dashboard-container{background:#f8fafc;min-height:100dvh;padding:40px 20px}.dashboard-content{margin:0 auto;max-width:1200px}.dashboard-loading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:60vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}.welcome-section{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:40px}.welcome-text h1{color:#1a1a2e;font-size:32px;font-weight:700;margin:0 0 8px}.welcome-text p{color:#6b7280;font-size:16px;margin:0}.username-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.quick-actions{display:flex;gap:12px}.action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.action-btn.primary:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.action-btn.secondary{background:#fff;border:2px solid #e5e7eb;color:#4b5563}.action-btn.secondary:hover{background:#f9fafb;border-color:#d1d5db}.btn-icon{font-size:18px}.stats-grid{grid-template-columns:repeat(4,1fr);margin-bottom:40px}.stat-card{border-radius:16px;box-shadow:0 1px 3px #00000014;transition:all .3s ease}.stat-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.stat-icon{border-radius:14px;height:56px;width:56px}.stat-icon svg{height:28px;width:28px}.stat-icon.solved{background:#10b9811a;color:#10b981}.stat-icon.attempts{background:#667eea1a;color:#667eea}.stat-icon.rate{background:#f59e0b1a;color:#f59e0b}.stat-icon.level{background:#ef44441a}.stat-info{display:flex;flex-direction:column}.stat-value{color:#1a1a2e;font-size:28px;line-height:1.2}.stat-value.difficulty{font-size:24px;text-transform:capitalize}.stat-label{color:#6b7280;font-size:14px;margin-top:4px}.progress-section{margin-bottom:40px}.profile-section h2,.progress-section h2,.quickstart-section h2{color:#1a1a2e;font-size:20px;font-weight:600;margin:0 0 16px}.progress-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:24px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-header span{color:#4b5563;font-size:15px}.progress-count{color:#1a1a2e!important;font-weight:600}.progress-bar-container{background:#e5e7eb;border-radius:6px;height:12px;overflow:hidden}.progress-bar{border-radius:6px;height:100%;transition:width .5s ease}.progress-footer{margin-top:12px;text-align:right}.progress-percentage{color:#6b7280;font-size:14px}.profile-section{margin-bottom:40px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:24px}.profile-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.profile-item{display:flex;flex-direction:column;gap:4px}.profile-label{color:#6b7280;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.profile-value{color:#1a1a2e;font-size:16px;font-weight:600}.quickstart-section{margin-bottom:40px}.quickstart-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.quickstart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;cursor:pointer;padding:28px;text-align:center;transition:all .3s ease}.quickstart-card:hover{border-color:#667eea;box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.quickstart-icon{font-size:40px;margin-bottom:16px}.quickstart-card h3{color:#1a1a2e;font-size:18px;font-weight:600;margin:0 0 8px}.quickstart-card p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.difficulty-section{margin-bottom:40px}.difficulty-section h2{color:#1a1a2e;font-size:20px;font-weight:600;margin:0 0 16px}.difficulty-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.difficulty-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:24px;text-align:center;transition:all .3s ease}.difficulty-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.difficulty-card.easy{border-top:4px solid #10b981}.difficulty-card.medium{border-top:4px solid #f59e0b}.difficulty-card.hard{border-top:4px solid #ef4444}.difficulty-count{color:#1a1a2e;font-size:36px;font-weight:700;line-height:1}.difficulty-card.easy .difficulty-count{color:#10b981}.difficulty-card.medium .difficulty-count{color:#f59e0b}.difficulty-card.hard .difficulty-count{color:#ef4444}.difficulty-label{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;margin:8px 0 16px;text-transform:uppercase}.difficulty-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.difficulty-fill{border-radius:3px;height:100%;transition:width .5s ease}.difficulty-card.easy .difficulty-fill{background:#10b981}.difficulty-card.medium .difficulty-fill{background:#f59e0b}.difficulty-card.hard .difficulty-fill{background:#ef4444}.topics-section{margin-bottom:40px}.topics-section h2{color:#1a1a2e;font-size:20px;font-weight:600;margin:0 0 16px}.topics-chart-container{grid-gap:40px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;display:grid;gap:40px;grid-template-columns:300px 1fr;padding:32px}.pie-chart-wrapper{align-items:center;display:flex;justify-content:center}.pie-chart{height:250px;width:250px}.pie-segment{animation:pieSliceIn .5s ease-out forwards;cursor:pointer;opacity:0;transform-origin:center;transition:all .3s ease}.pie-segment.hovered,.pie-segment:hover{filter:brightness(1.1);transform:scale(1.02)}@keyframes pieSliceIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.pie-center-number{fill:#1a1a2e;font-size:28px;font-weight:700}.pie-center-label{fill:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.pie-legend{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:8px}.pie-legend::-webkit-scrollbar{width:6px}.pie-legend::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.pie-legend::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.legend-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:10px 12px;transition:all .2s ease}.legend-item.hovered,.legend-item:hover{background:#f8f9fa}.legend-color{border-radius:4px;flex-shrink:0;height:14px;width:14px}.legend-topic{flex:1 1;font-weight:500}.legend-count,.legend-topic{color:#1a1a2e;font-size:14px}.legend-count{font-weight:600;min-width:24px;text-align:right}.legend-percentage{color:#6b7280;font-size:13px;min-width:50px;text-align:right}.no-topics{background:#fff;border:1px dashed #e5e7eb;border-radius:16px;padding:60px 40px;text-align:center;width:100%}.no-topics-icon{font-size:48px;margin-bottom:16px}.no-topics p{color:#6b7280;font-size:15px;margin:0}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.difficulty-cards{grid-template-columns:repeat(3,1fr)}.topics-chart-container{gap:24px;grid-template-columns:1fr}.pie-chart-wrapper{justify-content:center}.pie-legend{display:grid;max-height:none}.pie-legend,.profile-grid,.quickstart-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.welcome-section{align-items:flex-start;flex-direction:column}.welcome-text h1{font-size:26px}.quick-actions{width:100%}.action-btn{flex:1 1;justify-content:center}.difficulty-cards,.profile-grid,.quickstart-grid,.stats-grid{grid-template-columns:1fr}.pie-chart{height:200px;width:200px}.pie-legend{grid-template-columns:1fr}.topics-chart-container{padding:20px}}.admin-container{margin:0 auto;max-width:1200px;padding:40px 20px}.admin-header{margin-bottom:32px}.admin-title{color:#1f2937;font-size:32px;font-weight:700;margin-bottom:8px}.admin-subtitle{color:#6b7280;font-size:16px}.admin-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px}.admin-tab{background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s}.admin-tab:hover{background:#f3f4f6}.admin-tab-active{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px}.admin-dashboard{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;gap:16px;padding:24px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:12px;font-size:24px;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-title{color:#6b7280;font-size:14px;margin-bottom:4px}.stat-value{color:#1f2937;font-size:24px;font-weight:700}.generation-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:32px}.section-title{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:8px}.section-subtitle{color:#6b7280;font-size:14px;margin-bottom:24px}.generation-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#374151;font-size:14px;font-weight:500}.form-select{appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist;background:#fff;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;min-width:150px;padding:10px 16px}.form-select,.generate-btn{cursor:pointer;font-size:14px}.generate-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.generate-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.generate-btn:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.btn-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.message{border-radius:8px;font-size:14px;margin-top:16px;padding:12px 16px}.message-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.message-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.generated-list{margin-top:24px}.list-title{color:#374151;font-size:16px;font-weight:600;margin-bottom:4px}.list-subtitle{color:#9ca3af;font-size:13px;margin-bottom:16px}.question-cards{grid-gap:12px;display:grid;gap:12px}.expandable-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.expandable-card.expanded{border:1px solid #667eea;box-shadow:0 4px 12px #0000001a}.card-header{align-items:center;background:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background .2s}.card-header:hover{background:#f3f4f6}.header-left{display:flex;flex-direction:column;gap:6px}.header-right{align-items:center;display:flex;gap:12px}.question-name{color:#1f2937;font-family:Fira Code,Consolas,monospace;font-size:15px;font-weight:600}.question-meta{color:#6b7280;display:flex;font-size:13px;gap:16px}.difficulty-badge{border-radius:9999px;color:#fff;font-size:12px;font-weight:600;padding:5px 12px;text-transform:uppercase}.difficulty-easy{background-color:#22c55e}.difficulty-medium{background-color:#f59e0b}.difficulty-hard{background-color:#ef4444}.expand-icon{color:#9ca3af;font-size:12px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.expand-icon.rotated{transform:rotate(180deg)}.content-wrapper{overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.card-content{background:#fff;border-top:1px solid #e5e7eb;padding:24px}.prompt-section{margin-bottom:24px}.prompt-content{color:#374151;font-size:14px;line-height:1.8;white-space:pre-wrap}.test-cases-section{margin-bottom:20px}.test-cases-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:15px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.examples-list{display:flex;flex-direction:column;gap:16px}.example{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.example-header{background:#f1f5f9;border-bottom:1px solid #e2e8f0;color:#475569;font-size:13px;font-weight:700;padding:10px 16px}.example-body{display:flex;flex-direction:column;gap:8px;padding:16px}.example-line{align-items:flex-start;display:flex;gap:8px}.example-label{color:#64748b;font-size:13px;font-weight:600;min-width:60px}.example-code{background:#e2e8f0;border-radius:4px;color:#0f172a;font-family:Fira Code,Consolas,Monaco,monospace;font-size:13px;padding:4px 10px;word-break:break-word}.more-test-cases{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;font-size:13px;font-style:italic;padding:12px;text-align:center}.footer-info{border-top:1px solid #e5e7eb;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:20px;padding-top:16px}.footer-item{align-items:center;display:flex;gap:6px}.footer-label{color:#9ca3af;font-weight:600}.users-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-container{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.users-table tr{border-bottom:1px solid #e5e7eb;transition:background .2s}.users-table tr:hover{background:#f9fafb}.users-table td{color:#374151;font-size:14px;padding:16px}.username{color:#1f2937;font-weight:600}.badge{background:#e5e7eb;border-radius:9999px;color:#374151;font-size:12px;font-weight:500;padding:4px 12px}.admin-badge{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s}.admin-badge:hover{box-shadow:0 2px 8px #667eea66;transform:translateY(-1px)}.user-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.user-badge:hover{background:#e5e7eb}.delete-btn{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;cursor:pointer;font-size:14px;padding:8px;transition:all .2s}.delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.loading-container{align-items:center;color:#6b7280;display:flex;flex-direction:column;height:60vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:16px;width:40px}.error-container{align-items:center;color:#6b7280;display:flex;flex-direction:column;height:60vh;justify-content:center;text-align:center}.back-link{color:#667eea;font-weight:500;margin-top:16px;text-decoration:none}.back-link:hover{text-decoration:underline}.sidebar-trigger{align-items:flex-start;display:flex;height:100vh;left:0;padding-left:12px;padding-top:16px;position:fixed;top:0;width:48px;z-index:1001}.trigger-icon{align-items:center;border-radius:6px;color:#91929e;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s ease;width:32px}.trigger-icon:hover{background:#0000000a;color:#37352f}.sidebar{background:#fbfbfa;border-right:1px solid #0000000f;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transform:translateX(-260px);transition:transform .2s ease,box-shadow .2s ease;width:260px;z-index:1002}.sidebar.expanded{box-shadow:0 0 40px #0000001a;transform:translateX(0)}.sidebar-header{border-bottom:1px solid #0000000a;justify-content:space-between;padding:12px 12px 12px 14px}.sidebar-header,.sidebar-logo{align-items:center;display:flex}.sidebar-logo{border-radius:6px;cursor:pointer;gap:8px;padding:4px 8px;transition:background .15s ease}.sidebar-logo:hover{background:#0000000a}.logo-icon{font-size:20px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#37352f;font-size:15px;font-weight:600}.pin-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#91929e;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.pin-button:hover{background:#0000000a;color:#37352f}.pin-button.pinned{background:#667eea1a;color:#667eea}.sidebar-nav{flex:1 1;overflow-y:auto;padding:8px 0}.nav-section{padding:4px 8px}.nav-section-label{color:#91929e;font-size:11px;font-weight:500;letter-spacing:.5px;margin-top:8px;padding:8px 8px 4px;text-transform:uppercase}.nav-section:first-child .nav-section-label{margin-top:0}.nav-item{align-items:center;border-radius:6px;color:#37352f;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;margin:1px 0;padding:8px 10px;text-decoration:none;transition:all .15s ease}.nav-item:hover{background:#0000000a}.nav-item.active{background:#667eea1a;color:#667eea}.nav-item.active .nav-icon{color:#667eea}.nav-icon{align-items:center;color:#91929e;display:flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.nav-item:hover .nav-icon{color:#37352f}.nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{border-top:1px solid #0000000a;padding:8px}.logout-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#37352f;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:8px 10px;transition:all .15s ease;width:100%}.logout-button:hover{background:#eb57571a;color:#eb5757}.logout-button:hover .nav-icon{color:#eb5757}.sidebar-overlay{display:none}@media (max-width:768px){.sidebar-trigger{align-items:center;background:#fff;border-bottom:1px solid #0000000f;height:56px;padding:12px 16px;width:100%}.sidebar.expanded{box-shadow:0 0 60px #0003}.sidebar-overlay{animation:fadeIn .2s ease forwards;background:#0000004d;display:block;inset:0;opacity:0;position:fixed;z-index:1001}@keyframes fadeIn{to{opacity:1}}}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#0003}
/*# sourceMappingURL=main.86fa6692.css.map*/