*{box-sizing:border-box;margin:0;padding:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-icon{margin-right:6px;animation:1s linear infinite spin;display:inline-block}body{color:#e2e8f0;background:#0b0f1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.app{background:#0b0f1e;flex-direction:column;width:100vw;height:100vh;display:flex}.header{background:linear-gradient(135deg,#0f1629,#1a2235);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 28px;display:flex}.header-left h1{color:#f59e0b;letter-spacing:4px;margin-bottom:4px;font-size:14px;font-weight:300}.header-left p{color:#e2e8f0;font-size:22px;font-weight:700}.header-right{align-items:center;gap:16px;display:flex}.visitor-count{color:#a78bfa;background:#9333ea26;border:1px solid #9333ea66;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500}.badge{color:#ef4444;background:#ef444426;border:1px solid #ef444466;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.streak{color:#94a3b8;font-size:13px}.lang-selector{gap:4px;display:flex}.lang-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:10px;font-weight:600;transition:all .2s}.lang-btn:hover{color:#cbd5e1;border-color:#ffffff4d}.lang-btn.active{color:#f59e0b;background:#f59e0b26;border-color:#f59e0b}.tabs{background:#ffffff05;border-bottom:1px solid #ffffff14;gap:0;padding:0 28px;display:flex}.tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 20px;font-size:14px;font-weight:500;transition:all .2s}.tab:hover{color:#94a3b8}.tab.active{color:#f59e0b;border-bottom-color:#f59e0b}.main-area{flex:1;display:flex;overflow:hidden}.controls-panel{border-right:1px solid #ffffff14;flex-direction:column;gap:16px;padding:20px;display:flex;overflow-y:auto}.filter-section{flex-wrap:wrap;gap:8px;display:flex}.filter-pill{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.filter-pill:hover{background:#ffffff14}.filter-pill.active{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.filter-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.slots-section{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:16px}.slots-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.slots-title{color:#e2e8f0;font-size:14px;font-weight:600}.difficulty-buttons{gap:6px;display:flex}.diff-btn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff26;border-radius:6px;padding:4px 10px;font-size:11px;transition:all .2s}.diff-btn:hover{background:#ffffff14}.diff-btn.active{color:#0b0f1e;background:#f59e0b;border-color:#f59e0b}.diff-btn.reset{color:#ef4444;border-color:#ef44444d}.diff-btn.reset:hover{background:#ef44441a}.slots-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.slot-card{cursor:pointer;background:#ffffff05;border:2px dashed #ffffff26;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100px;padding:16px 8px;transition:all .2s;display:flex;position:relative}.slot-card:hover{background:#ffffff0a;border-color:#ffffff40}.slot-card.filled{background:#f59e0b0d;border-style:solid;border-color:#f59e0b66}.slot-emoji{font-size:28px}.slot-name{color:#e2e8f0;text-align:center;font-size:12px;font-weight:600}.slot-cat{color:#64748b;font-size:10px}.slot-remove{cursor:pointer;color:#fff;opacity:0;background:#ef4444;border:2px solid #0b0f1e;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:-6px;right:-6px}.slot-card.filled:hover .slot-remove{opacity:1}.slot-empty{color:#334155;text-align:center;font-size:12px}.generate-btn{color:#0b0f1e;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s}.generate-btn:hover:not(:disabled){background:#fbbf24;transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b4d}.generate-btn:disabled{opacity:.4;cursor:not-allowed}.concept-panel{flex:1;overflow-y:auto}.concept-header{text-align:center;border-bottom:1px solid #ffffff14;margin-bottom:20px;padding-bottom:16px}.concept-emoji{margin-bottom:8px;font-size:48px;display:block}.concept-header h2{color:#f59e0b;margin-bottom:4px;font-size:22px}.concept-subtitle{color:#64748b;font-size:13px}.concept-section{border-bottom:1px solid #ffffff0f;margin-bottom:20px;padding-bottom:16px}.concept-section h3{color:#f59e0b;margin-bottom:10px;font-size:14px;font-weight:600}.easy-text{color:#cbd5e1;font-size:13px;line-height:1.7}.point-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;margin-bottom:10px;padding:12px}.point-card h4{color:#f59e0b;margin-bottom:6px;font-size:12px;font-weight:600}.point-text{color:#cbd5e1;margin-bottom:6px;font-size:12px;line-height:1.5}.point-easy{color:#64748b;font-size:11px;font-style:italic;line-height:1.4}.related-grid{flex-wrap:wrap;gap:6px;display:flex}.related-btn{color:#f59e0b;cursor:pointer;background:#f59e0b0d;border:1px solid #f59e0b4d;border-radius:6px;padding:4px 10px;font-size:11px;transition:all .2s}.related-btn:hover{background:#f59e0b26}.empty-state{color:#334155;text-align:center;justify-content:center;align-items:center;min-height:300px;font-size:14px;line-height:1.6;display:flex}.status-panel{flex:1}.graph-panel{flex-direction:column;flex:1;min-width:0;display:flex}.graph-label{color:#64748b;border-bottom:1px solid #ffffff0f;padding:10px 20px;font-size:12px}.graph-box{background:#060e18;flex:1;overflow:hidden}select{background-color:#3b82f64d!important}select:hover{background-color:#3b82f666!important}select option{color:#cbd5e1;background:#3b82f64d}select option:checked{color:#fff;background:#3b82f64d}select option:hover{color:#fff;background:#3b82f666}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}@media (width<=900px){.main-area{flex-direction:column}.controls-panel{border-bottom:1px solid #ffffff14;border-right:none;max-height:50vh}.graph-panel{min-height:300px}.slots-grid{grid-template-columns:repeat(2,1fr)}}
