*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0f0f1a;min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif}a{color:#6c5ce7;text-decoration:none}button,.btn-secondary,.btn-danger,.btn-present,.btn-edit,.btn-back,.btn-nav{cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}button:not(.link):not(.btn-sm){color:#fff;background:#6c5ce7}button:not(.link):not(.btn-sm):hover{background:#5a4bd1}button:not(.link):not(.btn-sm):disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:#e0e0e0;background:#1a1a2e;border:1px solid #2a2a4a}.btn-secondary:hover{background:#222240}.btn-danger{background:#e74c3c}.btn-danger:hover{background:#c0392b}.btn-danger.btn-sm{padding:6px 12px;font-size:12px}.btn-present{background:#27ae60}.btn-present:hover{background:#219a52}.btn-edit{background:#2980b9}.btn-edit:hover{background:#2471a3}.btn-back{color:#e0e0e0;background:#1a1a2e;border:1px solid #2a2a4a}.btn-nav{min-width:100px}.link{color:#6c5ce7;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.link:hover{color:#5a4bd1}input[type=text],input[type=email],input[type=password],textarea{color:#e0e0e0;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{border-color:#6c5ce7;outline:none}textarea{resize:vertical}.loading{color:#888;justify-content:center;align-items:center;min-height:100vh;font-size:18px;display:flex}.empty{text-align:center;color:#888;margin-top:40px;font-size:16px}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 20px #0000004d}.auth-card h1{text-align:center;color:#6c5ce7;margin-bottom:8px;font-size:36px}.auth-card h2{text-align:center;color:#888;margin-bottom:24px;font-size:18px;font-weight:400}.auth-card form{flex-direction:column;gap:12px;display:flex}.auth-card form button{margin-top:4px}.auth-card .error{color:#e74c3c;text-align:center;font-size:13px}.auth-card .success{color:#27ae60;text-align:center;font-size:13px}.auth-card .toggle{text-align:center;color:#888;margin-top:16px;font-size:14px}.deck-list-page{max-width:900px;margin:0 auto;padding:30px 20px}.deck-list-page header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.deck-list-page header h1{font-size:28px}.deck-list-page header .header-actions{gap:8px;display:flex}.create-deck-form{gap:10px;margin-bottom:30px;display:flex}.create-deck-form input{flex:1}.create-deck-form button{white-space:nowrap}.decks-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.deck-card{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;padding:20px;transition:border-color .2s}.deck-card:hover{border-color:#6c5ce7}.deck-card h3{margin-bottom:8px;font-size:18px}.deck-card p{color:#888;margin-bottom:16px;font-size:14px}.deck-actions{gap:8px;display:flex}.deck-actions button{flex:1;padding:8px 12px;font-size:13px}.deck-editor-page{max-width:800px;margin:0 auto;padding:30px 20px}.deck-editor-page header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.deck-editor-page header h1{font-size:24px}.add-card-form{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;flex-direction:column;gap:12px;margin-bottom:30px;padding:20px;display:flex}.add-card-form button{align-self:flex-start}.cards-list{flex-direction:column;gap:12px;display:flex}.card-editor{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;align-items:flex-start;gap:16px;padding:16px;display:flex}.card-editor .card-drag{cursor:grab;color:#888;-webkit-user-select:none;user-select:none;padding-top:6px;font-size:20px;transition:color .2s}.card-editor .card-drag:hover{color:#6c5ce7}.card-editor .card-drag:active{cursor:grabbing}.card-editor .card-number{color:#888;min-width:30px;padding-top:8px;font-size:14px}.card-editor .card-fields{flex-direction:column;flex:1;gap:12px;display:flex}.card-editor .card-fields label{color:#888;flex-direction:column;gap:4px;font-size:12px;display:flex}.export-section{text-align:center;margin-top:30px}.presenter-page{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;min-height:100vh;display:flex}.presenter-page .empty-deck{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.slide-counter{color:#888;align-items:center;gap:10px;font-size:14px;display:flex;position:absolute;top:20px;right:20px}.btn-fullscreen{color:#888;cursor:pointer;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;padding:6px 10px;font-size:16px}.btn-fullscreen:hover{color:#e0e0e0;border-color:#6c5ce7}.slide-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 40px;display:flex}.slide-question h2{color:#6c5ce7;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-size:16px}.slide-question p{max-width:700px;font-size:32px;line-height:1.4}.slide-answer{border-top:2px solid #2a2a4a;margin-top:40px;padding-top:40px;animation:.4s fadeIn}.slide-answer h2{color:#27ae60;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-size:16px}.slide-answer p{color:#2ecc71;max-width:700px;font-size:28px;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-nav{background:#1a1a2e;border-top:1px solid #2a2a4a;justify-content:space-between;align-items:center;padding:20px 40px;display:flex}.profile-page{max-width:600px;margin:0 auto;padding:30px 20px}.profile-page header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.profile-page header h1{font-size:28px}.profile-page header .header-actions{gap:8px;display:flex}.profile-section{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;margin-bottom:20px;padding:24px}.profile-section h2{margin-bottom:16px;font-size:18px}.discord-linked p{margin-bottom:12px}.discord-unlinked p{color:#888;margin-bottom:16px}@media (width<=600px){.create-deck-form{flex-direction:column}.deck-actions{flex-wrap:wrap}.slide-question p{font-size:22px}.slide-answer p{font-size:20px}.card-editor{flex-direction:column}.card-editor .card-number{padding-top:0}}
