@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden;background:#0a0e17;color:#e0e0e0;font-family:"Press Start 2P",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;line-height:1.6}#ui-root{position:absolute;inset:0;overflow-y:auto;display:flex;flex-direction:column}.sc_screen{display:flex;flex-direction:column;align-items:center;padding:1rem;width:100%;max-width:480px;margin:0 auto;flex:1}.sc_screen_center{justify-content:center}.sc_screen_wide{max-width:720px}.sc_title{font-size:2rem;font-weight:700;color:#a78bfa;margin-bottom:1.5rem;text-align:center}.sc_subtitle{font-size:1.1rem;color:#888;margin-bottom:1rem;text-align:center}.sc_input{width:100%;padding:.75rem 1rem;border:1px solid #2a2f3e;border-radius:8px;background:#141824;color:#e0e0e0;font-size:1rem;outline:none;transition:border-color .15s}.sc_input:focus{border-color:#a78bfa}.sc_textarea{resize:vertical;min-height:80px;font-family:inherit}.sc_button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#7c3aed;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s;width:100%;max-width:320px}.sc_button:hover{background:#6d28d9}.sc_button:disabled{opacity:.5;cursor:not-allowed}.sc_button_secondary{background:#1e2433;border:1px solid #2a2f3e}.sc_button_secondary:hover{background:#252b3d}.sc_button_small{padding:.5rem 1rem;font-size:.875rem}.sc_card{background:#141824;border:1px solid #2a2f3e;border-radius:12px;padding:1rem;width:100%;margin-bottom:.75rem}.sc_iframe_wrap{width:100%;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;border:1px solid #2a2f3e;background:#000;margin-bottom:1rem}.sc_iframe_wrap iframe{width:100%;height:100%;border:none}.sc_spells{display:inline-flex;align-items:center;gap:.35rem;background:#1e1040;border:1px solid #7c3aed;border-radius:20px;padding:.3rem .75rem;font-size:.875rem;font-weight:600;color:#a78bfa}.sc_char_count{text-align:right;font-size:.8rem;color:#888;margin-top:.25rem}.sc_nav{display:flex;justify-content:space-around;background:#111623;border-top:1px solid #2a2f3e;padding:.5rem 0;position:sticky;bottom:0;width:100%;flex-shrink:0}.sc_nav a{color:#666;text-decoration:none;font-size:.75rem;font-weight:600;text-align:center;padding:.25rem .5rem;transition:color .15s}.sc_nav a.active,.sc_nav a:hover{color:#a78bfa}.sc_nav_logout{margin-left:auto;color:#888!important;font-size:.65rem!important;opacity:.7}.sc_nav_logout:hover{color:#f87171!important;opacity:1}.sc_templates{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1rem}.sc_template_card{background:#141824;border:1px solid #2a2f3e;border-radius:12px;padding:1.25rem;cursor:pointer;transition:border-color .15s;text-align:left}.sc_template_card:hover{border-color:#7c3aed}.sc_template_card h3{color:#a78bfa;font-size:1rem;margin-bottom:.25rem}.sc_template_card p{color:#888;font-size:.85rem}.sc_grid{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.sc_leaderboard_row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.sc_leaderboard_row.highlight{background:#1e1040}.sc_rank{font-size:1.25rem;font-weight:700;color:#7c3aed;min-width:2rem;text-align:center}.sc_validation{text-align:center;margin-top:1rem}.sc_attempts{font-size:.875rem;color:#888;margin-bottom:.5rem}.sc_raid_overlay{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);z-index:10}.sc_timer{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;color:#fff}.sc_result_overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0e17e6;z-index:20}.sc_result_overlay h2{font-size:2rem;margin-bottom:1rem}.sc_result_overlay .win{color:#34d399}.sc_result_overlay .lose{color:#f87171}.sc_gap_sm{gap:.5rem}.sc_gap_md{gap:1rem}.sc_mt{margin-top:1rem}.sc_mb{margin-bottom:1rem}.sc_w_full{width:100%}.sc_row{display:flex;align-items:center}.sc_between{justify-content:space-between}#ui-root.sc_ui_world{display:flex;flex-direction:column;height:100%;max-width:none;padding:0;overflow:hidden}#ui-root.sc_ui_world .sc_world_map{flex:1;min-height:0;position:relative}.sc_world_canvas{position:absolute;inset:0;width:100%;height:100%;display:block;touch-action:none;outline:none}.sc_world_topbar{position:absolute;top:0;left:0;right:0;z-index:2;padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));background:linear-gradient(to bottom,rgba(10,14,23,.92),transparent);pointer-events:none}.sc_world_brand{display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:none}.sc_world_topbar .sc_title{margin:0;font-size:1.35rem;text-align:left}.sc_world_hint{font-size:.65rem;color:#888;margin-top:.35rem;text-align:left}.sc_world_sidebar{position:absolute;top:5.25rem;bottom:.75rem;left:.5rem;width:min(320px,calc(100vw - 1rem));z-index:2;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;opacity:0;transform:translate(-16px);transition:opacity .25s ease,transform .25s ease}.sc_world_sidebar--open{opacity:1;transform:translate(0)}.sc_world_panel{background:#111623e0;border:1px solid #2a2f3e;border-radius:12px;padding:.75rem 1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.sc_world_panel_title{font-size:.9rem;font-weight:700;color:#a78bfa;margin-bottom:.5rem}.sc_world_list{list-style:none}.sc_world_row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #2a2f3e;cursor:pointer}.sc_world_row:last-child{border-bottom:none}.sc_world_row.selected{background:#7c3aed26;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem;border-radius:8px}.sc_world_name{font-weight:600;font-size:.9rem}.sc_world_meta{font-size:.7rem;color:#888}.sc_world_empty{font-size:.85rem;color:#888}.sc_world_subhint{font-size:.8rem;color:#888;margin-bottom:.75rem;text-align:left}.sc_world_error{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);z-index:4;background:#450a0a;color:#fecaca;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;max-width:90vw;text-align:center}.sc_home_indicator{position:absolute;z-index:3;pointer-events:none;width:28px;height:36px;margin-left:-14px;margin-top:-18px;will-change:transform,left,top;animation:sc_home_pulse 1.5s ease-in-out infinite}.sc_home_indicator svg{display:block;filter:drop-shadow(0 0 6px #4ade80) drop-shadow(0 0 14px rgba(74,222,128,.5))}@keyframes sc_home_pulse{0%,to{opacity:.7}50%{opacity:1}}.sc_world_raid_hud{position:absolute;left:50%;bottom:max(2rem,calc(env(safe-area-inset-bottom) + 1.5rem));transform:translate(-50%);display:none;flex-direction:row;align-items:center;gap:12px;max-width:min(340px,calc(100% - 24px));padding:8px 12px 8px 14px;border-radius:4px;background:#0c1018eb;color:#fffffff0;border:2px solid rgba(255,255,255,.15);box-shadow:4px 4px #0006;pointer-events:none;z-index:4}.sc_world_raid_hud.sc_world_raid_hud--on{display:flex}.sc_world_raid_text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;text-align:left;line-height:1.25}.sc_world_raid_title{font-size:13px;font-weight:700}.sc_world_raid_sub{font-size:11px;opacity:.75}.sc_world_raid_btn{flex-shrink:0;pointer-events:auto;padding:8px 16px;border:2px solid rgba(255,255,255,.3);border-radius:2px;font-family:inherit;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fffffff2;background:#ffffff1a;box-shadow:2px 2px #00000059;cursor:pointer}.sc_world_raid_btn:disabled{opacity:.4;cursor:not-allowed}.sc_world_raid_btn:active:not(:disabled){transform:scale(.97);background:#fff3}.sc_world_raid_btns{display:flex;gap:6px;flex-shrink:0}.sc_world_raid_btn--cast{background:#7c3aed4d;border-color:#7c3aed80}.sc_world_raid_btn--cast:active:not(:disabled){background:#7c3aed80}.sc_spell_bubble{position:absolute;left:50%;bottom:max(8rem,calc(env(safe-area-inset-bottom) + 7.5rem));transform:translate(-50%);display:none;z-index:5;width:min(360px,calc(100% - 24px))}.sc_spell_bubble--on{display:block}.sc_spell_bubble:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid rgba(20,24,36,.95)}.sc_spell_input{width:100%;padding:10px 12px;border:2px solid rgba(167,139,250,.5);border-radius:0;background:#141824f2;color:#e0e0e0;font-family:inherit;font-size:10px;outline:none;box-shadow:4px 4px #0006;image-rendering:pixelated}.sc_spell_input:focus{border-color:#a78bfa;box-shadow:4px 4px #0006,0 0 0 1px #a78bfa4d}.sc_spell_input::placeholder{color:#555;font-family:inherit}.sc_notif_stack{position:absolute;top:3.5rem;right:.75rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.sc_notif{background:#141824f2;border:2px solid rgba(167,139,250,.6);border-radius:0;padding:8px 14px;color:#a78bfa;font-family:inherit;font-size:10px;box-shadow:4px 4px #00000080;animation:sc_notif_in .3s ease-out;white-space:nowrap}.sc_notif--out{animation:sc_notif_out .4s ease-in forwards}@keyframes sc_notif_in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes sc_notif_out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.sc_generating{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem}.sc_spinner{width:40px;height:40px;border:3px solid #2a2f3e;border-top-color:#a78bfa;border-radius:50%;animation:sc_spin .8s linear infinite}@keyframes sc_spin{to{transform:rotate(360deg)}}.sc_gen_elapsed{font-size:.8rem;color:#555;font-variant-numeric:tabular-nums}.sc_flair_logo{font-family:Palatino Linotype,Palatino,Book Antiqua,Georgia,serif;font-size:1.75rem;font-weight:700;font-style:italic;letter-spacing:.18em;color:#fff;-webkit-user-select:none;user-select:none;line-height:1}.sc_float_logout{position:fixed;bottom:1rem;right:1rem;z-index:10;background:none;border:none;color:#fff;font-size:.7rem;font-weight:600;cursor:pointer;opacity:.7;transition:color .15s,opacity .15s;pointer-events:auto}.sc_float_logout:hover{color:#f87171;opacity:1}.sc_lb_hint{font-size:.65rem;color:#555;text-align:center;margin-top:.5rem}.sc_debug_controls{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.sc_debug_label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ccc}.sc_debug_label strong{color:#a78bfa;min-width:1.5rem;text-align:center}.sc_debug_slider{flex:1;accent-color:#7c3aed;height:6px;cursor:pointer}.sc_debug_prompt_row{display:flex;gap:.5rem}.sc_debug_prompt_row .sc_input{flex:1}.sc_debug_gen_btn{flex-shrink:0;width:auto;max-width:none;padding:.75rem 1.25rem}.sc_debug_preview{width:100%;min-height:350px;border-radius:12px;overflow:hidden;border:1px solid #2a2f3e;background:#1a1a2e;margin-bottom:1rem;position:relative}.sc_debug_canvas{display:block;width:100%;height:100%;min-height:350px;cursor:grab;touch-action:none}.sc_debug_canvas:active{cursor:grabbing}.sc_debug_placeholder,.sc_debug_loading,.sc_debug_error{display:flex;align-items:center;justify-content:center;gap:.75rem;height:100%;min-height:350px;color:#666;font-size:.9rem;padding:1rem;text-align:center}.sc_debug_error{color:#f87171}.sc_debug_code_section{width:100%;margin-bottom:1rem}.sc_debug_code_toggle{cursor:pointer;color:#888;font-size:.8rem;padding:.5rem 0}.sc_debug_code_toggle:hover{color:#a78bfa}.sc_debug_code{background:#0d1117;border:1px solid #2a2f3e;border-radius:8px;padding:.75rem;overflow-x:auto;font-size:.75rem;line-height:1.4;color:#c9d1d9;max-height:300px;overflow-y:auto;margin-top:.5rem}.sc_debug_history_section{width:100%;margin-top:.5rem}.sc_debug_history_title{font-size:.9rem;font-weight:700;color:#a78bfa;margin-bottom:.5rem}.sc_debug_history{display:flex;flex-direction:column;gap:.35rem}.sc_debug_history_item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#141824;border:1px solid #2a2f3e;border-radius:8px;cursor:pointer;transition:border-color .15s}.sc_debug_history_item:hover{border-color:#7c3aed}.sc_debug_history_pl{background:#7c3aed;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;flex-shrink:0}.sc_debug_history_prompt{font-size:.8rem;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc_debug_empty{font-size:.8rem;color:#555}
