:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root,:root[data-theme=dark]{--bg: #080a18;--main: #0f1221;--text: #c0caf5;--sub: #7aa2f7;--subalt: #565f89;--highlight: #7dcfff;--unhighlight: #1f2335;--danger: #f7768e;--success: #9ece6a}:root[data-theme=light]{--bg: #e8eaee;--main: #f5f7fa;--text: #1a1b26;--sub: #565f89;--subalt: #78909c;--highlight: #2e7dcc;--unhighlight: #cfd8e6;--danger: #d32f2f;--success: #388e3c}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text);line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--highlight);text-decoration:none;font-weight:550}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:none;cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--highlight);outline-offset:2px}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--unhighlight)}::-webkit-scrollbar-thumb{background:var(--subalt)}html{scroll-behavior:smooth}::selection{background:var(--highlight);color:var(--bg)}::-moz-selection{background:var(--highlight);color:var(--bg)}#root{min-height:100vh}.App{min-height:100vh;padding:110px 32px 48px;max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media (max-width: 768px){.App{padding:96px 20px 32px}}.navbar{position:fixed;top:0;left:0;width:100%;padding:18px 32px;z-index:100;background:var(--bg);border-bottom:1px solid var(--unhighlight)}.nav-content{margin:0 auto;max-width:1300px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-title{background:none;padding:0;border:none;display:flex;align-items:center;gap:12px;cursor:pointer}.brand-title{font-size:1.4rem;font-weight:700;letter-spacing:.08em;color:var(--text)}.nav-title:hover .brand-title{color:var(--highlight)}.nav-actions{display:flex;align-items:center;gap:12px}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;border:1px solid var(--unhighlight);background:var(--main);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer}.theme-toggle:hover{border-color:var(--subalt)}.theme-icon{font-size:1.1rem}.nav-link{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:8px;border:1px solid var(--highlight);background:var(--highlight);color:var(--bg);font-weight:600;font-size:.9rem;text-decoration:none}.nav-link:hover{opacity:.9}.nav-link-icon{font-size:1.1rem}@media (max-width: 768px){.navbar{padding:16px 20px}.nav-content{flex-direction:column;align-items:flex-start;gap:12px}.nav-actions{width:100%;justify-content:space-between}}@media (max-width: 480px){.nav-actions{flex-direction:column;align-items:stretch;gap:8px}.theme-toggle,.nav-link{width:100%;justify-content:center}}.tile{width:64px;height:64px;border-radius:8px;background:var(--main);border:2px solid var(--unhighlight);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;letter-spacing:.08em;color:var(--text);text-transform:uppercase}.tile:hover{border-color:var(--subalt)}.tile.highlight{background:var(--highlight);border-color:var(--highlight);color:var(--bg)}@media (max-width: 768px){.tile{width:52px;height:52px;font-size:1.1rem}}@media (max-width: 480px){.tile{width:44px;height:44px;font-size:1rem}}.invisibleTile{width:64px;height:64px;border-radius:14px;background:transparent}@media (max-width: 768px){.invisibleTile{width:54px;height:54px}}@media (max-width: 480px){.invisibleTile{width:44px;height:44px}}.list-container{position:relative;border-radius:12px;background:var(--main);border:1px solid var(--unhighlight);overflow:hidden;height:100%;display:flex;flex-direction:column}.list-container.empty{display:flex;align-items:center;justify-content:center;min-height:200px}.empty-state{text-align:center;padding:40px 20px}.empty-state p{margin:0 0 8px;color:var(--text);font-weight:600}.empty-subtitle{color:var(--subalt);font-size:.9rem}.list-scroll{flex:1;overflow-y:auto;padding:16px;min-height:0;scroll-behavior:smooth}.list-scroll::-webkit-scrollbar{width:4px}.list-scroll::-webkit-scrollbar-track{background:transparent}.list-scroll::-webkit-scrollbar-thumb{background:var(--subalt)}.list-scroll::-webkit-scrollbar-thumb:hover{background:var(--highlight)}.list-scroll{scrollbar-width:thin;scrollbar-color:var(--subalt) transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.list-item-wrapper{margin-bottom:8px;cursor:pointer;position:relative;z-index:1;border-radius:8px}.list-item-wrapper:last-child{margin-bottom:0}.list-item-wrapper:hover .list-item{border-color:var(--highlight)}.list-item-wrapper:hover .item-word{color:var(--highlight)}.list-item-wrapper.selected .list-item{border-color:var(--highlight);background:var(--highlight)}.list-item-wrapper.selected .item-rank{background:#0003;color:var(--text)}.list-item-wrapper.selected:hover .list-item{border-color:var(--highlight);background:var(--highlight)}.list-item-wrapper.selected .item-word,.list-item-wrapper.selected .item-meta,.list-item-wrapper.selected .item-rank{color:var(--bg)}.list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid var(--unhighlight);background:var(--bg);position:relative;overflow:hidden;pointer-events:none}.item-rank{font-size:.8rem;font-weight:700;color:var(--subalt);min-width:32px;text-align:center;padding:4px 0;background:var(--main);border-radius:4px;pointer-events:none}.item-content{flex:1;display:flex;flex-direction:column;gap:2px;pointer-events:none}.item-word{font-size:1rem;font-weight:600;color:var(--text);letter-spacing:.05em;line-height:1.2;pointer-events:none}.item-meta{font-size:.8rem;color:var(--subalt);font-weight:500;pointer-events:none}.list-item.found{background:#3fb95026;border-color:var(--success)}.list-item.found .item-word,.list-item.found .item-meta{color:var(--success)}.list-gradient{position:absolute;left:0;right:0;height:32px;pointer-events:none;z-index:2}.list-gradient.top{top:0;background:linear-gradient(to bottom,var(--main) 0%,transparent 100%)}.list-gradient.bottom{bottom:0;background:linear-gradient(to top,var(--main) 0%,transparent 100%)}@media (max-width: 768px){.list-scroll{padding:12px}.list-item{padding:10px 12px;gap:10px}.item-word{font-size:.95rem}.item-rank{min-width:28px;font-size:.75rem}}@media (max-width: 480px){.list-scroll{padding:8px}.list-item{padding:8px 10px}.item-content{gap:1px}.item-word{font-size:.9rem}.item-meta{font-size:.75rem}}.solver-shell{display:flex;flex-direction:column;gap:24px}.solver-panel{padding:32px;border-radius:12px;background:var(--main);border:1px solid var(--unhighlight);display:flex;flex-direction:column;gap:24px}.solver-header{display:flex;flex-direction:column;gap:12px}.solver-title{display:flex;flex-direction:column;gap:8px}.solver-title h2{margin:0;font-size:1.75rem;font-weight:700;color:var(--text)}.solver-description{margin:0;color:var(--sub);line-height:1.5;font-size:1rem}.input-group{display:flex;flex-direction:column;gap:12px}.input-wrapper{display:flex;gap:12px;align-items:stretch}.input-wrapper input{flex:1;min-width:0;padding:16px 20px;border-radius:8px;border:1px solid var(--unhighlight);background:var(--bg);color:var(--text);font-size:1.05rem;letter-spacing:.05em;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.input-wrapper input:focus{outline:none;border-color:var(--highlight)}.input-wrapper input::placeholder{color:var(--subalt);letter-spacing:0;font-family:Inter,sans-serif}.solve-button{display:flex;align-items:center;gap:8px;padding:16px 28px;border-radius:8px;background:var(--highlight);color:var(--bg);font-weight:700;font-size:.95rem;letter-spacing:.05em;border:none;cursor:pointer;min-width:140px;justify-content:center}.solve-button:hover:not(:disabled){opacity:.9}.solve-button:disabled{opacity:.7;cursor:not-allowed}.solve-button.loading{opacity:.8}.button-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}.input-footer{display:flex;flex-direction:column;gap:8px;min-height:24px}.hint{font-size:.9rem;color:var(--subalt)}.error{font-size:.9rem;color:var(--danger);font-weight:600}.results-header{padding-top:16px;border-top:1px solid var(--unhighlight)}.results-meta{display:flex;align-items:center;gap:8px;font-size:.95rem}.count{color:var(--success);font-weight:600}.divider{color:var(--subalt)}.board-type{color:var(--sub)}.solver-results{animation:fadeIn .4s ease-out}.results-container{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:32px;border-radius:12px;background:var(--main);border:1px solid var(--unhighlight)}.results-container.four{min-height:380px}.results-container.five{min-height:430px}.board-container{display:inline-flex;flex-direction:column;gap:8px;padding:18px;border-radius:12px;border:1px solid var(--subalt);background:var(--bg)}.board-container .app{background:transparent;display:contents}.board-row{display:flex;gap:8px}.board-section{display:flex;align-items:center;justify-content:center;padding:20px}.words-section{display:flex;flex-direction:column;gap:20px}.words-header{display:flex;flex-direction:column;gap:8px}.words-list{flex:1;min-height:0}.eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--highlight)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.results-container{grid-template-columns:1fr;gap:24px}.board-section{padding:0}.words-section{min-height:400px}}@media (max-width: 640px){.solver-panel,.results-container{padding:24px;gap:20px}.input-wrapper{flex-direction:column}.solve-button{min-width:auto;width:100%}.solver-title h2{font-size:1.5rem}}@media (max-width: 480px){.solver-panel,.results-container{padding:20px}.board-container{padding:16px}}.play-area{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.play-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight)}.back-button,.refresh-button{width:40px;height:40px;border-radius:8px;border:1px solid var(--unhighlight);background:var(--main);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer}.back-button:hover,.refresh-button:hover{border-color:var(--subalt)}.play-stats{display:flex;gap:2rem}.stat{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--text)}.stat-icon{font-size:1.5rem;color:var(--highlight)}.stat .urgent{color:var(--danger)}.play-content{display:grid;grid-template-columns:1fr 320px;gap:1.5rem}.play-main{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.current-word-display{width:100%;max-width:400px;text-align:center}.current-word{font-size:2rem;font-weight:700;letter-spacing:.1em;color:var(--text);min-height:3rem;display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight)}.current-word.success{border-color:var(--success);color:var(--success)}.current-word.error{border-color:var(--danger);color:var(--danger)}.message{font-size:.875rem;margin-top:.5rem;font-weight:500}.message.success{color:var(--success)}.message.error{color:var(--danger)}.play-board{padding:1.5rem;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight)}.board-row{display:flex;gap:.5rem;justify-content:center}.board-row+.board-row{margin-top:.5rem}.play-tile{width:72px;height:72px;border-radius:8px;background:var(--main);border:2px solid var(--unhighlight);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--text);text-transform:uppercase;cursor:pointer}.play-tile:hover:not(:disabled){border-color:var(--subalt)}.play-tile.selected{background:var(--highlight);border-color:var(--highlight);color:var(--bg)}.play-tile:disabled{cursor:not-allowed;opacity:.7}.play-controls{display:flex;gap:1rem}.control-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;border:none}.control-button.clear{background:var(--main);border:1px solid var(--unhighlight);color:var(--text)}.control-button.clear:hover:not(:disabled){background:var(--subalt)}.control-button.submit{background:var(--highlight);color:var(--bg)}.control-button.submit:hover:not(:disabled){opacity:.9}.control-button:disabled{opacity:.5;cursor:not-allowed}.play-sidebar{display:flex;flex-direction:column;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight);overflow:hidden}.found-words-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--unhighlight)}.found-words-header h3{font-size:1rem;font-weight:600;color:var(--text)}.word-count{background:var(--highlight);color:var(--bg);padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.found-words-list{flex:1;overflow-y:auto}.empty-words{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--sub)}.empty-words p{font-size:1rem;margin-bottom:.5rem}.empty-words span{font-size:.875rem;opacity:.7}.game-over-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100}.game-over-modal{background:var(--main);border:1px solid var(--unhighlight);border-radius:12px;padding:2.5rem;text-align:center;min-width:320px;max-width:500px;max-height:80vh;overflow-y:auto}.game-over-modal h2{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.final-score{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.score-label{font-size:.875rem;color:var(--sub);text-transform:uppercase;letter-spacing:.05em}.score-value{font-size:3rem;font-weight:700;color:var(--highlight)}.words-found{font-size:1rem;color:var(--sub);margin-bottom:.5rem}.possible-score{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg);border-radius:8px;border:1px solid var(--unhighlight)}.all-words-section{margin:1.5rem 0;text-align:left}.all-words-section h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.all-words-list{max-height:250px;overflow-y:auto;border:1px solid var(--unhighlight);border-radius:8px;background:var(--bg)}.all-words-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid var(--unhighlight);font-size:.875rem}.all-words-item:last-child{border-bottom:none}.all-words-item.found{background:#3fb9501a}.all-words-item .word{font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.all-words-item .points{color:var(--highlight);font-weight:600}.play-again-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;font-size:1.125rem;font-weight:600;background:var(--highlight);color:var(--bg);border:none;border-radius:8px;cursor:pointer}.play-again-button:hover{opacity:.9}@media (max-width: 900px){.play-content{grid-template-columns:1fr}.play-sidebar{max-height:300px}}@media (max-width: 600px){.play-tile{width:56px;height:56px;font-size:1.25rem}.current-word{font-size:1.5rem}.play-stats{gap:1rem}.stat{font-size:1rem}}.results-area{width:100%;max-width:1000px;margin:0 auto;padding:1rem}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight)}.results-header h1{font-size:1.5rem;font-weight:700;color:var(--text)}.results-content{display:flex;flex-direction:column;gap:1.5rem}.results-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:var(--main);border-radius:8px;border:1px solid var(--unhighlight)}.stat-card.primary{background:var(--highlight);border-color:var(--highlight)}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--sub)}.stat-card.primary .stat-label{color:var(--bg)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--highlight)}.stat-card.primary .stat-value{color:var(--bg);font-size:2rem}.results-list-section{background:var(--main);border-radius:8px;border:1px solid var(--unhighlight);overflow:hidden}.results-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--unhighlight)}.results-list-header h2{font-size:1rem;font-weight:600;color:var(--text)}.sort-toggle{display:flex;gap:.5rem}.sort-btn{padding:.5rem .75rem;font-size:.75rem;font-weight:600;background:var(--bg);border:1px solid var(--unhighlight);border-radius:4px;color:var(--sub);cursor:pointer}.sort-btn:hover{border-color:var(--subalt)}.sort-btn.active{background:var(--highlight);border-color:var(--highlight);color:var(--bg)}.results-list{padding:.5rem}@media (max-width: 768px){.results-stats{grid-template-columns:repeat(2,1fr)}.results-header{flex-wrap:wrap;gap:1rem}.results-header h1{order:-1;width:100%;text-align:center}.back-button,.refresh-button{order:-2}}.setup-area{padding:24px;display:flex;flex-direction:column;gap:24px;max-width:1000px;margin:0 auto}.setup-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.setup-title h1{margin:4px 0 0;font-size:1.5rem;font-weight:700;color:var(--text)}.start-button{padding:10px 20px;border-radius:8px;background:var(--highlight);color:var(--bg);font-weight:600;border:none;cursor:pointer;white-space:nowrap;font-size:.9rem}.start-button:hover{opacity:.9}.setup-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;flex:1;min-height:0}.preview-section{display:flex;flex-direction:column}.preview-card{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;height:100%}.preview-header{display:flex;justify-content:space-between;align-items:flex-end}.preview-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--subalt)}.preview-header h2{margin:2px 0 0;font-size:1.2rem;font-weight:600;color:var(--text)}.preview-meta{display:flex;flex-direction:column;gap:2px;text-align:right;font-size:.8rem;color:var(--sub)}.board-preview{border-radius:12px;border:1px solid var(--unhighlight);padding:16px;display:flex;justify-content:center;align-items:center;flex:1;min-height:200px}.board-preview .app{background:transparent;display:contents}.controls-section{display:flex;flex-direction:column;gap:20px;height:100%}.control-group{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;flex:1}.control-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}.board-options{display:grid;grid-template-columns:1fr;gap:8px}.board-option{border-radius:8px;border:1px solid var(--unhighlight);background:var(--main);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.board-option:hover{border-color:var(--subalt)}.board-option.active{border-color:var(--highlight);background:var(--highlight)}.board-option.active .option-name{color:var(--bg)}.option-name{font-weight:600;font-size:.9rem;color:var(--text)}.option-meta{font-size:.8rem;color:var(--subalt)}.timer-controls{display:flex;flex-direction:column;gap:16px}.timer-display{font-size:1.2rem;font-weight:700;text-align:center;color:var(--highlight);padding:12px;border-radius:8px;border:1px solid var(--unhighlight)}.timer-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.timer-preset{padding:8px 12px;border-radius:8px;background:var(--main);border:1px solid var(--unhighlight);color:var(--text);font-size:.85rem;cursor:pointer;text-align:center}.timer-preset:hover{border-color:var(--subalt)}.timer-preset.active{border-color:var(--highlight);background:var(--highlight);color:var(--bg)}.eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--highlight)}@media (max-width: 968px){.setup-content{grid-template-columns:1fr;gap:20px}.setup-area{max-height:none;overflow:visible}}@media (max-width: 768px){.setup-area{padding:20px;gap:20px}.setup-header{flex-direction:column;align-items:stretch;gap:16px}.start-button{align-self:flex-start}.preview-card,.control-group{padding:16px}.setup-title h1{font-size:1.3rem}}@media (max-width: 480px){.setup-area{padding:16px;gap:16px}.preview-card,.control-group{padding:12px}.board-preview{padding:12px;min-height:180px}.timer-presets{grid-template-columns:repeat(2,1fr)}}.option-landing{display:flex;align-items:center;gap:40px;padding:60px 24px;max-width:1000px;margin:0 auto;min-height:80vh;justify-content:center}.option-header{text-align:center;margin-bottom:20px}.option-welcome{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.option-header h1{font-size:2.5rem;font-weight:700;color:var(--text);margin:0}.option-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px;width:100%;max-width:800px}.option-card{border-radius:12px;border:1px solid var(--unhighlight);background:var(--main);padding:28px;text-align:left;display:flex;flex-direction:column;gap:20px;color:var(--text);cursor:pointer}.option-card:hover{border-color:var(--subalt)}.option-card-header{display:flex;justify-content:space-between;align-items:flex-start}.option-card-icon{width:56px;height:56px;border-radius:12px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--highlight)}.option-card.play .option-card-icon{color:var(--success)}.option-card.cheat .option-card-icon{color:var(--highlight)}.option-card-content{flex:1}.option-card h3{margin:0 0 12px;font-size:1.4rem;font-weight:600}.option-card p{margin:0 0 16px;color:var(--sub);line-height:1.5;font-size:.95rem}.option-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.option-features li{color:var(--subalt);font-size:.9rem;display:flex;align-items:center;gap:8px}.option-features li:before{content:"✓";color:var(--success);font-weight:700;font-size:.8rem}.option-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--unhighlight)}.option-card-cta{font-size:.85rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--highlight)}.option-state-card{border-radius:12px;padding:40px;background:var(--main);border:1px solid var(--unhighlight);text-align:center;display:flex;flex-direction:column;gap:16px;align-items:center;max-width:400px;margin:100px auto}.option-loading-content{display:flex;align-items:center;gap:16px;width:100%}.loading-text{text-align:left;flex:1}.loading-text p{margin:0 0 4px;font-weight:600}.loading-progress{width:100%;margin-top:8px}.progress-bar{width:100%;height:4px;background:var(--unhighlight);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--highlight);border-radius:2px}.option-state-card.error{border-color:var(--danger)}.retry-button{padding:10px 24px;background:var(--highlight);color:var(--bg);border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-top:8px}.retry-button:hover{opacity:.9}.option-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--unhighlight);border-top-color:var(--highlight);animation:spin 1s linear infinite}.state-subtext{color:var(--sub);font-size:.95rem}.option-active{display:flex;flex-direction:column;gap:20px;padding:24px;max-width:1200px;margin:0 auto}.option-active-panel{border-radius:12px;border:1px solid var(--unhighlight);background:var(--main);overflow:hidden;min-height:600px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.option-landing{padding:40px 16px;gap:32px}.option-header h1{font-size:2rem}.option-card-grid{grid-template-columns:1fr;gap:20px}.option-card{padding:24px}}@media (max-width: 480px){.option-landing{padding:32px 12px}.option-card{padding:20px}}
