.quest-list{display:flex;flex-direction:column;gap:10px}.quest-list-card{background:var(--bg-item);border:1px solid var(--glass-border);border-radius:14px;padding:14px;cursor:pointer;transition:.2s;display:flex;align-items:center;gap:12px}.quest-list-card:hover{background:var(--bg-item-hover);border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.quest-list-thumb{width:48px;height:48px;border-radius:10px;background:var(--bg-item-hover);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.quest-list-thumb img{width:100%;height:100%;object-fit:cover}.quest-list-thumb .icon-mask{opacity:.4}.quest-list-info{flex:1;min-width:0}.quest-list-title{font-size:14px;font-weight:600;color:var(--text-main);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quest-list-meta{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.quest-list-badge{display:inline-flex;align-items:center;padding:2px 8px;background:var(--accent-bg);color:var(--accent);border-radius:10px;font-size:10px;font-weight:600}.quest-list-arrow{color:var(--text-muted);flex-shrink:0}.quest-detail{display:flex;flex-direction:column;gap:0}.quest-progress{margin-bottom:16px}.quest-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.quest-progress-label{font-size:11px;color:var(--text-muted);font-weight:600}.quest-progress-percent{font-size:11px;color:var(--accent);font-weight:700}.quest-progress-bar{height:4px;background:var(--bg-item);border-radius:2px;overflow:hidden}.quest-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),#e8a840);border-radius:2px;transition:width .4s}.quest-description{position:relative;font-size:15px;color:var(--text-main);margin-bottom:20px;padding:16px 44px;background:linear-gradient(180deg,var(--accent) 0,rgba(218,172,113,.2) 100%) no-repeat left top/3px 100%,linear-gradient(135deg,rgba(218,172,113,.08) 0,rgba(218,172,113,.03) 100%);border-radius:14px;border:1px solid rgba(218,172,113,.15);line-height:1.7;letter-spacing:.01em;overflow:hidden}.quest-description::before{content:"\201C";position:absolute;top:8px;left:14px;font-size:28px;font-weight:800;color:var(--accent);opacity:.4;line-height:1;font-family:Georgia,serif}.quest-description::after{content:"\201D";position:absolute;bottom:0;right:14px;font-size:28px;font-weight:800;color:var(--accent);opacity:.4;line-height:1;font-family:Georgia,serif}.quest-step-card{position:relative;padding:16px 16px 16px 48px;margin-bottom:0;transition:.2s;content-visibility:auto;contain-intrinsic-size:0 200px}.quest-step-card::before{content:'';position:absolute;left:22px;top:50px;bottom:-4px;width:2px;background:var(--border)}.quest-step-card:last-child::before{display:none}.quest-step-number{position:absolute;left:10px;top:16px;width:26px;height:26px;border-radius:50%;background:var(--bg-item);border:2px solid var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;z-index:1;transition:.2s}.quest-step-card.active .quest-step-number{border-color:var(--accent);color:var(--accent);background:var(--accent-bg);box-shadow:0 0 8px rgba(218,172,113,.4)}.quest-step-card.completed .quest-step-number{background:var(--success);border-color:var(--success);color:#fff}.quest-step-content-box{background:var(--bg-item);border:1px solid var(--glass-border);border-radius:12px;padding:14px;transition:.2s}.quest-step-card.active .quest-step-content-box{border-color:var(--accent);background:rgba(218,172,113,.05)}.quest-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.quest-step-title{font-size:14px;font-weight:600;color:var(--text-main);flex:1}.quest-step-complete-btn{width:24px;height:24px;border-radius:6px;border:2px solid var(--border);background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0;color:transparent}.quest-step-complete-btn:hover{border-color:var(--success);background:rgba(50,215,75,.1)}.quest-step-complete-btn.completed{background:var(--success);border-color:var(--success);color:#fff}.quest-step-body{font-size:15px;color:var(--text-main);line-height:1.65}.quest-step-body h1{font-size:18px;font-weight:700;margin:16px 0 8px;color:var(--text-main)}.quest-step-body h2{font-size:16px;font-weight:700;margin:14px 0 6px;color:var(--text-main)}.quest-step-body h3{font-size:14px;font-weight:600;margin:12px 0 6px;color:var(--text-main)}.quest-step-body strong{color:var(--accent);font-weight:700}.quest-step-body ol,.quest-step-body ul{padding-left:20px;margin:8px 0}.quest-step-body ul{list-style-type:none}.quest-step-body ul li{position:relative}.quest-step-body ul li::before{content:"·";position:absolute;left:-12px;font-weight:700;color:var(--text-muted)}.quest-step-body li{margin-bottom:4px}.quest-step-body blockquote{margin:8px 0;padding:8px 12px;border-left:3px solid var(--accent);background:var(--accent-bg);border-radius:0 6px 6px 0;color:var(--text-muted);font-style:italic}.quest-step-body code{background:rgba(255,255,255,.1);padding:2px 6px;border-radius:4px;font-size:12px}.quest-step-body pre{background:rgba(0,0,0,.3);padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.quest-step-body hr{border:none;border-top:1px solid var(--border);margin:12px 0}.quest-step-body .spoiler{background:var(--text-main);color:transparent;border-radius:4px;padding:0 4px;cursor:pointer;transition:.2s}.quest-step-body .spoiler.revealed{background:0 0;color:var(--accent)}.quest-step-images{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.quest-step-images img{max-width:100%;border-radius:8px;cursor:pointer;transition:transform .2s;border:1px solid var(--glass-border)}.quest-step-images img:hover{transform:scale(1.02)}.quest-step-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;margin-top:10px;border:1px solid var(--glass-border)}.quest-step-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.quest-step-embed{width:100%;height:400px;border-radius:10px;overflow:hidden;margin-top:10px;border:1px solid var(--glass-border);background:#fff}.quest-step-embed iframe,.quest-step-embed object{width:100%;height:100%;border:none}.quest-map-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;margin-top:10px;background:var(--accent-bg);border:1px solid var(--accent);color:var(--accent);border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:.2s}.quest-map-btn:hover{background:var(--accent);color:#000;transform:translateY(-1px)}.quest-step-tip{margin-top:10px;padding:8px 12px;background:rgba(50,215,75,.08);border:1px solid rgba(50,215,75,.2);border-radius:8px;font-size:12px;color:#4ade80;display:flex;align-items:flex-start;gap:8px}.quest-step-tip::before{content:"💡";flex-shrink:0}.quest-linked-section{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.quest-linked-title{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.quest-linked-card{background:var(--bg-item);border:1px solid var(--glass-border);border-radius:10px;padding:10px 14px;cursor:pointer;transition:.2s;display:flex;align-items:center;gap:10px;margin-bottom:8px}.quest-linked-card:hover{background:var(--bg-item-hover);border-color:var(--accent)}.quest-linked-card-title{font-size:13px;font-weight:500;color:var(--text-main);flex:1}.quest-hide-coords .quest-map-btn,.quest-hide-images .quest-step-images,.quest-hide-videos .quest-step-video{display:none}.quest-step-inline-image{max-width:100%;border-radius:8px;margin:10px 0;cursor:pointer;border:1px solid var(--glass-border);transition:transform .2s;display:block}.quest-step-inline-image:hover{transform:scale(1.02)}.quest-link-banner{background:linear-gradient(90deg,rgba(218,172,113,.15),rgba(218,172,113,.05));border:1px solid rgba(218,172,113,.3);border-top:none;padding:10px 12px;margin:0 0 10px;border-radius:0 0 10px 10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.2s cubic-bezier(.25, .1, .25, 1);position:relative;overflow:hidden}.quest-link-banner:hover{background:linear-gradient(90deg,rgba(218,172,113,.25),rgba(218,172,113,.1));border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.quest-link-banner:active{transform:translateY(0)}.quest-link-banner .banner-icon{width:28px;height:28px;background:rgba(218,172,113,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.quest-link-banner .banner-info{flex:1;min-width:0}.quest-link-banner .banner-label{font-size:10px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.quest-link-banner .banner-title{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.5)}.quest-link-banner .banner-arrow{color:rgba(255,255,255,.5);transition:transform .2s}.quest-link-banner:hover .banner-arrow{color:var(--accent);transform:translateX(2px)}@media (max-width:768px){.quest-step-card{padding-left:40px}.quest-step-number{width:24px;height:24px;font-size:10px;left:8px}.quest-step-card::before{left:19px}.quest-step-embed{height:300px}.quest-map-btn{min-height:44px;padding:10px 16px}}