
.story-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px;padding:28px;border:1px solid #293751;border-radius:22px;background:linear-gradient(135deg,#141c2d,#17142d)}.story-hero h1{margin:10px 0 6px}.story-hero p{margin:0;color:#aab5c9}.story-back{padding:12px 16px;border:1px solid #4f3c8b;border-radius:12px;white-space:nowrap}.story-saga-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.story-saga-card{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:18px;border:1px solid #2b3953;border-radius:20px;background:#121a2a;transition:.18s transform,.18s border-color}.story-saga-card:hover{transform:translateY(-2px);border-color:#7655c7}.story-saga-art{min-height:160px;border-radius:15px;background:linear-gradient(145deg,#2d2059,#11182a);display:grid;place-items:center;overflow:hidden;font-size:42px}.story-saga-art img,.story-saga-heading img,.story-detail-image img{width:100%;height:100%;object-fit:cover}.story-saga-card h2{margin:10px 0 8px}.story-saga-card p{color:#aab5c9;min-height:44px}.story-meter{display:flex;justify-content:space-between;margin:14px 0 6px}.story-saga-card progress,.story-objective progress{width:100%;height:12px}.story-crumbs{display:flex;gap:9px;align-items:center;margin:0 0 18px;color:#9faac0;flex-wrap:wrap}.story-saga-heading{display:flex;gap:20px;align-items:center;padding:20px;border:1px solid #2b3953;border-radius:18px;background:#121a2a;margin-bottom:18px}.story-saga-heading img{width:120px;height:90px;border-radius:12px}.story-chapters{display:grid;gap:18px}.story-chapter{border:1px solid #2b3953;border-radius:18px;background:#111928;overflow:hidden}.story-chapter>header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #253148}.story-chapter h3{margin:4px 0 0}.story-chapter header span{font-size:12px;color:#9faac0;text-transform:uppercase}.story-stage-list{padding:10px}.story-stage{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:14px;border-radius:13px;margin:5px 0;background:#151f31;border:1px solid transparent}.story-stage:hover{border-color:#6248ad}.story-stage.locked{opacity:.58}.story-stage-icon{width:36px;height:36px;border-radius:10px;background:#29204e;display:grid;place-items:center}.story-stage small{display:block;color:#9faac0;margin-top:4px}.story-quest-detail{display:grid;grid-template-columns:minmax(220px,34%) 1fr;border:1px solid #2b3953;border-radius:22px;overflow:hidden;background:#111928}.story-detail-image{min-height:390px;background:linear-gradient(145deg,#30205f,#111827);display:grid;place-items:center;font-size:72px}.story-detail-body{padding:28px}.story-status{display:inline-block;padding:6px 10px;border-radius:999px;background:#2b234c;font-size:12px;text-transform:uppercase}.story-status.completed{background:#163e36;color:#6ee7b7}.story-status.locked{background:#38212b;color:#f9a8b7}.story-detail-body h2{font-size:30px;margin:12px 0}.story-detail-body>p{color:#b5bfd1;line-height:1.65}.story-objective,.story-requirements,.story-rewards{padding:16px;border:1px solid #28364e;border-radius:14px;background:#0c1320;margin:16px 0}.story-objective>div{display:flex;justify-content:space-between;gap:12px}.story-objective small{display:block;text-align:right;color:#9faac0}.story-requirements,.story-rewards{display:flex;gap:12px;flex-wrap:wrap}.story-requirements strong,.story-rewards strong{width:100%}.story-rewards span{padding:7px 10px;border-radius:10px;background:#19243a}.story-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.story-actions form{margin:0}.story-actions button,.story-dialogue-actions button,.story-dialogue-actions .btn,.story-actions .btn{border:1px solid #7451c4;background:linear-gradient(135deg,#7047c9,#c64391);color:white;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer}.story-actions .secondary,.story-dialogue-actions .secondary{background:#172238}.claimed{color:#68e2b5;font-weight:700}.story-dialogue{border:1px solid #2b3953;border-radius:22px;overflow:hidden;background:#101827}.story-scene{min-height:430px;padding:30px;display:flex;align-items:flex-end;gap:22px;background:linear-gradient(rgba(8,12,22,.22),rgba(8,12,22,.86)),var(--story-bg,linear-gradient(145deg,#282052,#121a2a));background-size:cover;background-position:center}.story-portrait{width:180px;height:260px;object-fit:cover;object-position:top;border-radius:18px 18px 0 0}.story-portrait.placeholder{display:grid;place-items:center;background:#241d45;font-size:70px}.story-speech{flex:1;padding:20px;border:1px solid #495878;border-radius:16px;background:rgba(11,17,29,.92);backdrop-filter:blur(8px)}.story-speech span{color:#be9cff;font-weight:800}.story-speech p{font-size:19px;line-height:1.6;margin:8px 0 0}.story-dialogue-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px}.story-choices{display:grid;gap:10px;width:100%}.story-choices form{display:grid}.story-choices small{color:#aab5c9;padding:5px}
@media(max-width:700px){.story-hero{display:block;padding:20px}.story-back{display:inline-block;margin-top:16px}.story-saga-grid{grid-template-columns:1fr}.story-saga-card{grid-template-columns:92px 1fr;padding:13px;gap:13px}.story-saga-art{min-height:120px}.story-quest-detail{grid-template-columns:1fr}.story-detail-image{min-height:190px;max-height:230px}.story-detail-body{padding:19px}.story-detail-body h2{font-size:25px}.story-scene{min-height:60vh;padding:14px;display:block}.story-portrait{width:120px;height:170px;margin:0 auto -1px;display:block}.story-speech{padding:16px}.story-speech p{font-size:17px}.story-dialogue-actions{padding:12px;flex-wrap:wrap}.story-dialogue-actions .btn,.story-dialogue-actions button{width:100%;text-align:center}.story-stage{grid-template-columns:38px 1fr auto;padding:11px}.story-stage small{font-size:11px}.story-saga-heading{padding:14px}.story-saga-heading img{width:88px;height:72px}.story-actions{display:grid}.story-actions>*{width:100%}.story-actions button,.story-actions .btn{display:block;width:100%;text-align:center}.story-rewards span{font-size:13px}}
