*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0f0f0f;color:#e0e0e0;min-height:100vh;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;padding:20px;width:100%;flex:1;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;background-color:#1a1a1a;border-radius:8px;border:1px solid #333}.controls{display:flex;gap:15px;align-items:center}#storySelect{padding:8px 12px;background-color:#2a2a2a;color:#e0e0e0;border:1px solid #444;border-radius:4px;font-size:14px;min-width:200px}.btn{padding:8px 16px;background-color:#4a5568;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.btn:hover{background-color:#5a6578}.btn:disabled{opacity:.5;cursor:not-allowed;background-color:#666!important}.btn-primary{background-color:#3182ce}.btn-primary:hover{background-color:#4192de}.btn-primary:disabled:hover{background-color:#3182ce}.btn-danger{background-color:#dc3545}.btn-danger:hover{background-color:#c82333}.btn-danger:disabled:hover{background-color:#dc3545}.main-content{flex:1;display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.game-layout{display:flex;gap:20px;flex:1}.game-main{flex:1;display:flex;flex-direction:column;gap:20px;min-width:0}.character-panel{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:15px;min-width:280px;max-width:320px;height:fit-content;position:sticky;top:20px;display:none}.character-panel.visible{display:block}.character-panel-title{font-size:18px;font-weight:700;color:#fff}.stat-group{margin-bottom:15px}.stat-group-title{font-size:12px;font-weight:700;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}.stat-bar{margin-bottom:10px}.stat-bar-label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:4px;color:#e0e0e0}.stat-bar-container{height:18px;background-color:#0a0a0a;border-radius:4px;overflow:hidden;border:1px solid #333}.stat-bar-fill{height:100%;transition:width .5s ease,background-color .3s ease;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.stat-bar-fill.health{background:linear-gradient(90deg,#ef4444,#dc2626)}.stat-bar-fill.stamina{background:linear-gradient(90deg,#eab308,#ca8a04)}.stat-bar-fill.hunger{background:linear-gradient(90deg,#22c55e,#16a34a)}.stat-bar-fill.thirst{background:linear-gradient(90deg,#3b82f6,#2563eb)}.location-info{padding:10px;background-color:#2a2a2a;border-radius:6px;border-left:3px solid #3182ce;font-size:13px;margin-bottom:10px}.location-label{font-size:11px;color:#9ca3af;text-transform:uppercase;margin-bottom:4px}.time-info{padding:10px;background-color:#2a2a2a;border-radius:6px;font-size:13px;margin-bottom:10px;border-left:3px solid #3182ce}.time-info[data-season=spring]{border-left-color:#22c55e}.time-info[data-season=summer]{border-left-color:#eab308}.time-info[data-season=fall]{border-left-color:#f97316}.time-info[data-season=winter]{border-left-color:#3b82f6}.time-label{font-size:11px;color:#9ca3af;text-transform:uppercase;margin-bottom:4px}.time-display{display:flex;flex-direction:column;gap:6px}.time-of-day{font-weight:700;font-size:13px;padding:4px 8px;border-radius:4px;display:inline-block;width:fit-content;color:#1a1a1a}.time-info[data-time=dawn] .time-of-day{background:linear-gradient(135deg,#f97316,#fbbf24)}.time-info[data-time=morning] .time-of-day{background-color:#fbbf24}.time-info[data-time=midday] .time-of-day{background-color:#fef08a}.time-info[data-time=afternoon] .time-of-day{background-color:#fb923c}.time-info[data-time=evening] .time-of-day{background:linear-gradient(135deg,#f97316,#dc2626)}.time-info[data-time=night] .time-of-day{background-color:#1e3a8a;color:#e0e0e0}.time-info[data-time=midnight] .time-of-day{background-color:#0f172a;color:#e0e0e0}.day-counter,.season{color:#9ca3af;font-size:12px}.inventory-list{max-height:200px;overflow-y:auto;padding:0;margin:0}.inventory-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;margin-bottom:4px;background-color:#2a2a2a;border-radius:4px;font-size:12px}.inventory-item-name{flex:1;color:#e0e0e0;text-transform:capitalize}.inventory-item-meta{display:flex;gap:8px;font-size:11px;color:#9ca3af}.inventory-empty{text-align:center;padding:20px;color:#666;font-size:12px;font-style:italic}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.skill-item{padding:6px 10px;background-color:#2a2a2a;border-radius:4px;font-size:12px}.skill-name{color:#e0e0e0;text-transform:capitalize}.skill-level{color:#3182ce;font-weight:700;float:right}.injuries-list{max-height:150px;overflow-y:auto}.injury-item{padding:8px 10px;margin-bottom:6px;background-color:#2a2a2a;border-radius:4px;border-left:3px solid #ef4444;font-size:12px}.injury-type{font-weight:700;color:#ef4444;margin-bottom:2px;text-transform:capitalize}.injury-details{color:#9ca3af;font-size:11px}.collapse-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center}.collapse-toggle:after{content:"▼";font-size:10px;transition:transform .2s}.collapse-toggle.collapsed:after{transform:rotate(-90deg)}.collapsible-content{max-height:500px;overflow:hidden;transition:max-height .3s ease}.collapsible-content.collapsed{max-height:0}.story-container{flex:1;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:20px;overflow-y:auto;overflow-x:hidden;min-height:400px;scroll-behavior:smooth}.story-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#fff}.chapters{display:flex;flex-direction:column;gap:25px}.chapter{padding:20px;border-radius:8px;background-color:#2d3748;border:1px solid #4a5568}.chapter-number{font-size:14px;color:#3182ce;font-weight:700;margin-bottom:15px;text-transform:uppercase}.chapter-section{margin-bottom:15px}.section-label{font-size:12px;opacity:.7;margin-bottom:5px;text-transform:uppercase;color:#9ca3af}.narration{font-style:italic;color:#e2e8f0;line-height:1.6}.situation{background-color:#1a202c;padding:12px;border-radius:6px;border-left:3px solid #3182ce;line-height:1.6}.action{background-color:#2b6cb0;padding:12px;border-radius:6px;font-weight:500}.outcome{background-color:#2c5282;padding:12px;border-radius:6px;line-height:1.6}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0f0f0fd9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px}.disconnected-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0f0f0fe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px}.disconnected-message{display:flex;flex-direction:column;align-items:center;gap:15px}.disconnected-title{color:#f56565;font-size:16px;font-weight:500;text-align:center}.reconnect-button{padding:10px 20px;font-size:14px}.action-container{display:flex;flex-direction:column;gap:10px;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:15px;position:relative}.loading-message{margin-top:16px;color:#e0e0e0;font-size:16px}.current-choices{background-color:#2a2a2a;border:1px solid #444;border-radius:6px;padding:12px;margin-bottom:10px}.choices-title{font-size:14px;font-weight:700;color:#9ca3af;margin-bottom:8px;text-transform:uppercase}.current-choices-list{list-style:none;padding-left:0}.current-choice-item{padding:8px 12px;margin-bottom:6px;background-color:#1a202c;border-radius:4px;border-left:3px solid #3182ce;cursor:pointer;transition:background-color .2s}.current-choice-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.current-choice-item:not(.disabled):hover{background-color:#2d3748}.current-choice-item:last-child{margin-bottom:0}.action-input-container{display:flex;gap:10px}.action-input{flex:1;padding:10px;background-color:#2a2a2a;color:#e0e0e0;border:1px solid #444;border-radius:4px;font-size:14px;resize:vertical;min-height:60px;font-family:inherit}.auth-container{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f0f0f;z-index:1000;overflow:hidden}.intro-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.auth-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0009,#000c);display:flex;justify-content:center;align-items:flex-start;padding:20px;padding-top:66vh}.auth-box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 25px;background:#0f0f0fbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #000000b3;text-align:center;max-width:600px;font-family:Rajdhani,sans-serif}.auth-subtitle{font-size:14px;color:#fff;margin-bottom:10px;font-weight:600;text-shadow:0 2px 15px rgba(0,0,0,.9);line-height:1.3;letter-spacing:.5px}.auth-description{font-size:9px;color:#d1d5db;margin-bottom:18px;line-height:1.5;max-width:450px;text-shadow:0 2px 10px rgba(0,0,0,.9);letter-spacing:.3px}@media(max-width:768px){.auth-overlay{padding-top:60vh}.auth-box{padding:18px 20px;max-width:90%}.auth-subtitle{font-size:12px}.auth-description{font-size:8px}}@media(max-width:480px){.auth-overlay{padding-top:55vh}.auth-box{padding:15px 18px}.auth-subtitle{font-size:11px}.auth-description{font-size:7.5px;margin-bottom:15px}}.loading{display:inline-block;width:20px;height:20px;border:3px solid #333;border-top:3px solid #3182ce;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px;color:#666}.completed-story{color:#666!important;font-style:italic}.completed-badge{color:#666;font-size:.8em;font-weight:400}.completed-chapter{opacity:.7}.completed-chapter .chapter-number{color:#666}.user-info{display:flex;align-items:center;gap:10px;color:#9ca3af;font-size:14px}.ws-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;margin-left:10px}.ws-connected{background-color:#48bb78;color:#fff}.ws-connecting{background-color:#ed8936;color:#fff}.ws-disconnected{background-color:#f56565;color:#fff}.processing-indicator{color:#4299e1;font-style:italic;padding:10px;margin:10px 0;border-left:3px solid #4299e1;background-color:#4299e11a}@media(max-width:1024px){.character-panel{position:static;max-width:100%;margin-bottom:20px}.game-layout{flex-direction:column}}.inventory-list::-webkit-scrollbar,.injuries-list::-webkit-scrollbar{width:6px}.inventory-list::-webkit-scrollbar-track,.injuries-list::-webkit-scrollbar-track{background:#0a0a0a}.inventory-list::-webkit-scrollbar-thumb,.injuries-list::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.character-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #333}.world-state-icon-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s,transform .2s;line-height:1;display:flex;align-items:center;justify-content:center}.compass-icon{width:24px;height:24px;display:block}.world-state-icon-btn:hover{background-color:#2a2a2a;transform:scale(1.1)}.world-state-icon-btn:active{transform:scale(.95)}.world-state-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.world-state-modal{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;max-width:900px;max-height:85vh;width:90%;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.world-state-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #333}.world-state-header h2{font-size:24px;color:#fff;margin:0}.close-button{background:transparent;border:none;color:#9ca3af;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;border-radius:4px;transition:background-color .2s,color .2s;line-height:1}.close-button:hover{background-color:#2a2a2a;color:#fff}.world-state-content{overflow-y:auto;padding:20px;flex:1}.world-state-section{margin-bottom:30px}.world-state-section:last-child{margin-bottom:0}.section-title{font-size:16px;font-weight:700;color:#3182ce;text-transform:uppercase;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #3182ce}.facts-list{list-style:none;padding:0;margin:0}.fact-item{padding:10px 15px;background-color:#2a2a2a;border-radius:4px;margin-bottom:8px;border-left:3px solid #3182ce;font-size:14px;line-height:1.6}.fact-item:last-child{margin-bottom:0}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:15px}.location-card{background-color:#2a2a2a;border-radius:6px;padding:15px;border-left:4px solid #6b7280}.location-card.location-state-unexplored{border-left-color:#9ca3af}.location-card.location-state-partially_searched{border-left-color:#eab308}.location-card.location-state-fully_searched{border-left-color:#22c55e}.location-card.location-state-dangerous{border-left-color:#ef4444}.location-card.location-state-safe{border-left-color:#3b82f6}.location-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.location-name{font-size:16px;font-weight:700;color:#fff;margin:0}.location-state-badge{font-size:11px;padding:4px 8px;background-color:#1a1a1a;border-radius:4px;text-transform:capitalize;color:#9ca3af}.location-description{font-size:13px;color:#e0e0e0;margin-bottom:10px;font-style:italic;line-height:1.5}.location-detail{font-size:12px;color:#9ca3af;margin-top:8px;line-height:1.5}.location-detail strong{color:#e0e0e0}.location-detail.secrets,.location-detail.secrets strong{color:#fbbf24}.location-detail.hostile,.location-detail.hostile strong{color:#ef4444}.factions-list{display:flex;flex-direction:column;gap:15px}.faction-card{background-color:#2a2a2a;border-radius:6px;padding:15px}.faction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.faction-name{font-size:16px;font-weight:700;color:#fff;margin:0}.faction-relationship{font-size:12px;padding:4px 10px;border-radius:4px;font-weight:700;text-transform:capitalize}.faction-relationship.relationship-hostile{background-color:#ef4444;color:#fff}.faction-relationship.relationship-unfriendly{background-color:#f97316;color:#fff}.faction-relationship.relationship-neutral{background-color:#6b7280;color:#fff}.faction-relationship.relationship-friendly{background-color:#22c55e;color:#fff}.faction-relationship.relationship-allied{background-color:#3b82f6;color:#fff}.faction-reputation{display:flex;align-items:center;gap:10px;margin-bottom:12px}.reputation-label{font-size:12px;color:#9ca3af;min-width:70px}.reputation-bar-container{flex:1;height:16px;background-color:#1a1a1a;border-radius:4px;overflow:hidden;border:1px solid #333}.reputation-bar{height:100%;transition:width .5s ease}.reputation-bar.relationship-hostile{background:linear-gradient(90deg,#ef4444,#dc2626)}.reputation-bar.relationship-unfriendly{background:linear-gradient(90deg,#f97316,#ea580c)}.reputation-bar.relationship-neutral{background:linear-gradient(90deg,#6b7280,#4b5563)}.reputation-bar.relationship-friendly{background:linear-gradient(90deg,#22c55e,#16a34a)}.reputation-bar.relationship-allied{background:linear-gradient(90deg,#3b82f6,#2563eb)}.reputation-value{font-size:13px;font-weight:700;color:#e0e0e0;min-width:40px;text-align:right}.faction-facts{font-size:13px;color:#e0e0e0;margin-top:12px}.faction-facts strong{display:block;margin-bottom:6px;color:#9ca3af;font-size:12px}.faction-facts ul{margin:0;padding-left:20px;list-style-type:disc}.faction-facts li{margin-bottom:4px;line-height:1.5}.faction-threats{font-size:13px;color:#ef4444;margin-top:12px;padding:8px 12px;background-color:#ef44441a;border-radius:4px;border-left:3px solid #ef4444}.faction-threats strong{color:#ef4444}.world-state-footer{padding:15px 20px;border-top:1px solid #333;text-align:center}.keyboard-hint{font-size:13px;color:#9ca3af}.keyboard-hint kbd{display:inline-block;padding:3px 6px;font-size:12px;line-height:1;color:#e0e0e0;background-color:#2a2a2a;border:1px solid #444;border-radius:3px;margin:0 2px;font-family:monospace}.world-state-content::-webkit-scrollbar{width:8px}.world-state-content::-webkit-scrollbar-track{background:#0a0a0a}.world-state-content::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}.world-state-content::-webkit-scrollbar-thumb:hover{background:#5a6578}@media(max-width:768px){.world-state-modal{width:95%;max-height:90vh}.locations-grid{grid-template-columns:1fr}.world-state-header h2{font-size:20px}}
