.lore-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:16px;padding:60px 40px;margin-bottom:40px;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,0.3)}.lore-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(212,175,55,0.1)"/></svg>') repeat;opacity:0.3;pointer-events:none}.lore-hero-content{position:relative;z-index:1;text-align:center}.lore-hero-title{font-size:48px;font-weight:800;color:#d4af37;margin:0 0 20px 0;text-shadow:2px 2px 8px rgba(0,0,0,0.5);letter-spacing:1px}.lore-hero-title i{margin-right:16px;font-size:42px}.lore-hero-subtitle{font-size:18px;color:#e0e0e0;line-height:1.8;max-width:800px;margin:0 auto;text-shadow:1px 1px 4px rgba(0,0,0,0.3)}.lore-map-section{margin-bottom:48px}.lore-map-container{background:var(--card-bg);border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:1px solid var(--border)}.lore-map{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#2a2a3a 0%,#1a1a2e 100%);border-radius:12px;overflow:hidden;border:2px solid var(--border)}.map-empire{position:absolute;cursor:pointer;transition:all 0.3s ease;z-index:10}.map-empire:hover{transform:scale(1.1);z-index:20}.map-point{width:60px;height:60px;background:rgba(212,175,55,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a2e;font-size:24px;box-shadow:0 4px 15px rgba(212,175,55,0.4);border:3px solid #fff;transition:all 0.3s ease}.map-empire:hover .map-point{background:#d4af37;box-shadow:0 6px 25px rgba(212,175,55,0.6);transform:scale(1.1)}.map-tooltip{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);background:rgba(26,26,46,0.95);color:#fff;padding:16px 24px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.3s ease;border:1px solid #d4af37;box-shadow:0 4px 15px rgba(0,0,0,0.3)}.map-tooltip::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(26,26,46,0.95)}.map-empire:hover .map-tooltip{opacity:1}.map-tooltip strong{display:block;color:#d4af37;font-size:16px;margin-bottom:4px}.map-tooltip p{margin:0;font-size:14px;color:#e0e0e0}.lore-timeline-section{margin-bottom:48px}.lore-timeline{position:relative;padding:40px 0}.lore-timeline::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#d4af37 0%,rgba(212,175,55,0.3) 100%)}.timeline-item{position:relative;padding-left:80px;margin-bottom:40px}.timeline-marker{position:absolute;left:18px;top:8px;width:24px;height:24px;background:#d4af37;border-radius:50%;border:4px solid var(--card-bg);box-shadow:0 2px 8px rgba(212,175,55,0.4)}.timeline-content{background:var(--card-bg);padding:24px;border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s ease}.timeline-content:hover{box-shadow:0 6px 25px rgba(0,0,0,0.15);transform:translateX(5px)}.timeline-year{display:inline-block;background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#1a1a2e;padding:6px 16px;border-radius:20px;font-weight:700;font-size:14px;margin-bottom:12px}.timeline-period{display:inline-block;background:rgba(212,175,55,0.1);color:#d4af37;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;margin-left:8px;margin-bottom:12px}.timeline-title{font-size:24px;font-weight:700;color:#d4af37;margin:0 0 12px 0}.timeline-description{color:var(--text-color);line-height:1.8;margin:0}.lore-category-section{margin-bottom:60px}.category-header{text-align:center;margin-bottom:40px}.category-icon{font-size:48px;color:#d4af37;margin-bottom:16px;display:block}.category-title{font-size:36px;font-weight:800;color:#d4af37;margin:0 0 16px 0}.category-description{font-size:18px;color:var(--text-gray);max-width:800px;margin:0 auto;line-height:1.8}.lore-content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:32px}.lore-content-card{background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:all 0.3s ease;display:flex;flex-direction:column}.lore-content-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.2);border-color:#d4af37}.content-card-image{width:100%;height:200px;overflow:hidden;background:#1a1a2e;position:relative}.content-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.lore-content-card:hover .content-card-image img{transform:scale(1.1)}.content-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.content-card-category{font-size:12px;color:#d4af37;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px}.content-card-title{font-size:20px;font-weight:700;margin:0 0 12px 0;line-height:1.4}.content-card-title a{color:var(--text-color);text-decoration:none;transition:color 0.3s ease}.content-card-title a:hover{color:#d4af37}.content-card-excerpt{color:var(--text-gray);line-height:1.7;margin:0 0 16px 0;flex:1;font-size:15px}.content-card-meta{display:flex;gap:16px;font-size:13px;color:var(--text-gray);margin-bottom:16px;flex-wrap:wrap}.content-card-meta span{display:flex;align-items:center;gap:6px}.content-card-link{display:inline-flex;align-items:center;gap:8px;color:#d4af37;text-decoration:none;font-weight:600;font-size:14px;transition:gap 0.3s ease}.content-card-link:hover{gap:12px;color:#b8941f}.lore-detail{background:var(--card-bg);border-radius:16px;padding:40px;margin-bottom:40px;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:1px solid var(--border)}.lore-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:32px;font-size:14px;flex-wrap:wrap}.lore-breadcrumb a{color:var(--text-gray);text-decoration:none;transition:color 0.3s ease}.lore-breadcrumb a:hover{color:#d4af37}.lore-breadcrumb i{color:var(--text-gray);font-size:12px}.lore-breadcrumb span{color:#d4af37;font-weight:600}.lore-detail-header{margin-bottom:32px}.lore-category-badge{display:inline-block;background:rgba(212,175,55,0.1);color:#d4af37;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px}.lore-category-badge i{margin-right:6px}.lore-detail-title{font-size:42px;font-weight:800;color:#d4af37;margin:0 0 20px 0;line-height:1.3}.lore-detail-meta{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:var(--text-gray)}.lore-detail-meta span{display:flex;align-items:center;gap:6px}.lore-detail-image{width:100%;margin-bottom:32px;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.lore-detail-image img{width:100%;height:auto;display:block;max-height:500px;object-fit:cover}.lore-detail-content{color:var(--text-color);line-height:1.9;font-size:17px}.lore-detail-content h1,.lore-detail-content h2,.lore-detail-content h3,.lore-detail-content h4,.lore-detail-content h5,.lore-detail-content h6{color:#d4af37;margin-top:32px;margin-bottom:16px;font-weight:700;line-height:1.4}.lore-detail-content h1{font-size:36px}.lore-detail-content h2{font-size:30px}.lore-detail-content h3{font-size:24px}.lore-detail-content h4{font-size:20px}.lore-detail-content p{margin-bottom:20px}.lore-detail-content ul,.lore-detail-content ol{margin:20px 0;padding-left:30px}.lore-detail-content li{margin-bottom:10px}.lore-detail-content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0;border:1px solid var(--border)}.lore-detail-content blockquote{border-left:4px solid #d4af37;padding:16px 24px;margin:24px 0;background:rgba(212,175,55,0.05);border-radius:4px;font-style:italic;color:var(--text-gray)}.lore-detail-content code{background:rgba(212,175,55,0.1);padding:2px 6px;border-radius:4px;font-family:'Courier New',monospace;font-size:15px;color:#d4af37}.lore-detail-content pre{background:#1a1a2e;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0;border:1px solid var(--border)}.lore-detail-content pre code{background:none;padding:0;color:#e0e0e0}.lore-detail-content table{width:100%;border-collapse:collapse;margin:24px 0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.lore-detail-content table th,.lore-detail-content table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}.lore-detail-content table th{background:rgba(212,175,55,0.1);color:#d4af37;font-weight:700}.lore-detail-content table tr:last-child td{border-bottom:none}.lore-detail-content a{color:#d4af37;text-decoration:underline;transition:color 0.3s ease}.lore-detail-content a:hover{color:#b8941f}.lore-detail-footer{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.lore-detail-tags{display:flex;flex-wrap:wrap;gap:10px}.lore-tag{display:inline-block;background:rgba(212,175,55,0.1);color:#d4af37;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid rgba(212,175,55,0.3);transition:all 0.3s ease}.lore-tag:hover{background:rgba(212,175,55,0.2);border-color:#d4af37}.related-lore{margin-top:48px}.recent-lore{display:flex;flex-direction:column;gap:16px}.recent-lore-item{padding-bottom:16px;border-bottom:1px solid var(--border)}.recent-lore-item:last-child{border-bottom:none;padding-bottom:0}.recent-lore-title{font-size:15px;font-weight:600;margin:0 0 8px 0;line-height:1.5}.recent-lore-title a{color:var(--text-color);text-decoration:none;transition:color 0.3s ease}.recent-lore-title a:hover{color:#d4af37}.recent-lore-date{font-size:12px;color:var(--text-gray);display:flex;align-items:center;gap:6px}.section-title{font-size:32px;font-weight:800;color:#d4af37;margin:0 0 24px 0;display:flex;align-items:center;gap:12px}.section-title i{font-size:28px}@media (max-width:1200px){.lore-content-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.lore-hero{padding:40px 24px}.lore-hero-title{font-size:32px}.lore-hero-title i{font-size:28px}.lore-hero-subtitle{font-size:16px}.lore-map-container{padding:20px}.lore-map{height:400px}.lore-content-grid{grid-template-columns:1fr}.lore-detail{padding:24px}.lore-detail-title{font-size:28px}.section-title{font-size:24px}.category-title{font-size:28px}.timeline-item{padding-left:60px}.lore-timeline::before{left:20px}.timeline-marker{left:8px;width:20px;height:20px}}@media (max-width:480px){.lore-hero-title{font-size:24px}.lore-detail-title{font-size:22px}.lore-detail-content{font-size:16px}.lore-detail-content h1{font-size:26px}.lore-detail-content h2{font-size:22px}.lore-detail-content h3{font-size:20px}}.lore-main-container{position:relative;min-height:100vh;background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0f0f1a 100%);background-attachment:fixed;padding:0;overflow-x:hidden;width:100%;margin:0}.lore-main-container .container-fluid{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.lore-scroll-bg{position:relative;background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0f0f1a 100%);padding:40px 0}.lore-hero-premium{position:relative;text-align:center;padding:80px 20px;margin-bottom:60px;overflow:hidden}.lore-hero-title-premium{font-size:56px;font-weight:900;color:#d4af37;margin:0 0 24px 0;text-shadow:0 0 20px rgba(212,175,55,0.5),0 0 40px rgba(212,175,55,0.3),2px 2px 8px rgba(0,0,0,0.8);letter-spacing:2px;position:relative;z-index:1}.lore-hero-subtitle-premium{font-size:20px;color:#e0d4a8;line-height:1.8;max-width:900px;margin:0 auto;text-shadow:1px 1px 4px rgba(0,0,0,0.5);position:relative;z-index:1}.lore-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:60px 0;padding:0;width:100%}.lore-category-card{position:relative;background:linear-gradient(135deg,rgba(26,26,46,0.9) 0%,rgba(15,15,26,0.9) 100%);border:2px solid rgba(212,175,55,0.3);border-radius:16px;padding:40px 30px;text-align:center;cursor:pointer;transition:border-color 0.2s ease}.lore-category-card:hover{border-color:#d4af37}.lore-category-icon-premium{font-size:64px;color:#d4af37;margin-bottom:20px;display:block !important;line-height:1;text-align:center}.lore-category-icon-premium i{display:inline-block !important;color:#d4af37 !important;font-size:64px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}.lore-category-title-premium{font-size:28px;font-weight:800;color:#d4af37;margin:0 0 16px 0;text-shadow:0 0 10px rgba(212,175,55,0.5)}.lore-category-description-premium{font-size:15px;color:#c0b89a;line-height:1.7;margin:0 0 20px 0}.lore-category-count{display:inline-block;background:rgba(212,175,55,0.2);color:#d4af37;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid rgba(212,175,55,0.3)}.lore-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.9);backdrop-filter:blur(10px);z-index:9998;opacity:0;visibility:hidden;transition:all 0.3s ease}.lore-modal-overlay.active{opacity:1;visibility:visible}.lore-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.8);width:90%;max-width:1000px;max-height:90vh;background:linear-gradient(135deg,rgba(26,26,46,0.98) 0%,rgba(15,15,26,0.98) 100%);border:3px solid #d4af37;border-radius:20px;box-shadow:0 20px 80px rgba(0,0,0,0.6),0 0 60px rgba(212,175,55,0.4),inset 0 0 40px rgba(212,175,55,0.1);z-index:9999;opacity:0;visibility:hidden;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);overflow:hidden;display:flex;flex-direction:column}.lore-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.lore-modal-header{padding:30px;border-bottom:2px solid rgba(212,175,55,0.3);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,rgba(212,175,55,0.1) 0%,transparent 100%)}.lore-modal-title{font-size:32px;font-weight:800;color:#d4af37;margin:0;text-shadow:0 0 10px rgba(212,175,55,0.5)}.lore-modal-close{width:40px;height:40px;border:2px solid #d4af37;background:transparent;color:#d4af37;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.lore-modal-close:hover{background:#d4af37;color:#1a1a2e;transform:rotate(90deg);box-shadow:0 0 20px rgba(212,175,55,0.5)}.lore-modal-body{padding:30px;overflow-y:auto;flex:1;color:#e0d4a8;line-height:1.9;font-size:17px}.lore-modal-body h2,.lore-modal-body h3,.lore-modal-body h4{color:#d4af37;margin-top:30px;margin-bottom:16px;text-shadow:0 0 10px rgba(212,175,55,0.3)}.lore-modal-body p{margin-bottom:20px}.lore-modal-body img{max-width:100%;border-radius:12px;border:2px solid rgba(212,175,55,0.3);margin:20px 0;box-shadow:0 4px 20px rgba(0,0,0,0.3)}.lore-contents-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin:40px 0;padding:0 20px}.lore-content-item{position:relative;background:linear-gradient(135deg,rgba(26,26,46,0.8) 0%,rgba(15,15,26,0.8) 100%);border:2px solid rgba(212,175,55,0.2);border-radius:12px;padding:24px;cursor:pointer;transition:border-color 0.2s ease}.lore-content-item:hover{border-color:#d4af37}.lore-content-item-title{font-size:20px;font-weight:700;color:#d4af37;margin:0 0 12px 0;text-shadow:0 0 8px rgba(212,175,55,0.4)}.lore-content-item-excerpt{font-size:14px;color:#c0b89a;line-height:1.6;margin:0 0 16px 0}.lore-content-item-meta{display:flex;gap:16px;font-size:12px;color:#8b7a5a}.lore-map-premium{position:relative;width:100%;height:500px;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,0.15) 0%,transparent 50%),radial-gradient(circle at 50% 80%,rgba(239,68,68,0.15) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(234,179,8,0.15) 0%,transparent 50%),linear-gradient(135deg,#1a1a2e 0%,#0f0f1a 100%);border-radius:16px;border:2px solid rgba(212,175,55,0.3);overflow:visible;margin:40px 0;box-shadow:0 10px 40px rgba(0,0,0,0.3);min-height:500px;position:relative}.lore-map-premium::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,0.03) 2px,rgba(212,175,55,0.03) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(212,175,55,0.03) 2px,rgba(212,175,55,0.03) 4px);border-radius:16px;pointer-events:none;opacity:0.5}.map-empire-premium{position:absolute;cursor:pointer;z-index:10;display:block}.map-empire-premium:hover{z-index:20}.empire-jinno .map-point-premium{width:90px;height:90px;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%) !important;border-radius:50%;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(59,130,246,0.6),0 4px 20px rgba(59,130,246,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative;margin:0 auto}.empire-jinno .map-point-premium i{display:block !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.empire-jinno:hover .map-point-premium{box-shadow:0 0 50px rgba(59,130,246,0.9),0 6px 30px rgba(59,130,246,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%) !important}.empire-shinsoo .map-point-premium{width:90px;height:90px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%) !important;border-radius:50%;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(239,68,68,0.6),0 4px 20px rgba(239,68,68,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative;margin:0 auto}.empire-shinsoo .map-point-premium i{display:block !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.empire-shinsoo:hover .map-point-premium{box-shadow:0 0 50px rgba(239,68,68,0.9),0 6px 30px rgba(239,68,68,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#f87171 0%,#ef4444 100%) !important}.empire-chunjo .map-point-premium{width:90px;height:90px;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%) !important;border-radius:50%;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(234,179,8,0.6),0 4px 20px rgba(234,179,8,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative;margin:0 auto}.empire-chunjo .map-point-premium i,.empire-chunjo .map-point-premium i.fas,.empire-chunjo .map-point-premium i.fa-temple-buddhist{display:block !important;visibility:visible !important;opacity:1 !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.8),0 0 15px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.9) !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}.empire-chunjo:hover .map-point-premium{box-shadow:0 0 50px rgba(234,179,8,0.9),0 6px 30px rgba(234,179,8,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#facc15 0%,#eab308 100%) !important}.map-tooltip-premium{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,rgba(26,26,46,0.98) 0%,rgba(15,15,26,0.98) 100%);color:#fff;padding:16px 24px;border-radius:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease;border:2px solid #d4af37;box-shadow:0 8px 30px rgba(0,0,0,0.5);z-index:30;min-width:200px;text-align:center}.empire-jinno .map-tooltip-premium{border-color:#3b82f6;box-shadow:0 8px 30px rgba(59,130,246,0.4)}.empire-shinsoo .map-tooltip-premium{border-color:#ef4444;box-shadow:0 8px 30px rgba(239,68,68,0.4)}.empire-chunjo .map-tooltip-premium{border-color:#eab308;box-shadow:0 8px 30px rgba(234,179,8,0.4)}.map-tooltip-premium::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(26,26,46,0.98)}.map-empire-premium:hover .map-tooltip-premium{opacity:1}.map-tooltip-premium strong{display:block;color:#d4af37;font-size:20px;margin-bottom:8px;text-shadow:0 0 10px rgba(212,175,55,0.5);font-weight:800}.empire-jinno .map-tooltip-premium strong{color:#3b82f6;text-shadow:0 0 10px rgba(59,130,246,0.5)}.empire-shinsoo .map-tooltip-premium strong{color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,0.5)}.empire-chunjo .map-tooltip-premium strong{color:#eab308;text-shadow:0 0 10px rgba(234,179,8,0.5)}.map-tooltip-premium p{margin:0;font-size:14px;color:#e0d4a8}.lore-timeline-premium{position:relative;padding:60px 0;margin:60px 0}.lore-timeline-premium::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#d4af37 0%,rgba(212,175,55,0.3) 50%,#d4af37 100%);transform:translateX(-50%);box-shadow:0 0 20px rgba(212,175,55,0.5)}.timeline-item-premium{position:relative;width:50%;padding:0 40px;margin-bottom:60px;opacity:0;transform:translateY(30px);transition:all 0.6s ease}.timeline-item-premium.visible{opacity:1;transform:translateY(0)}.timeline-item-premium:nth-child(odd){left:0;text-align:right}.timeline-item-premium:nth-child(even){left:50%;text-align:left}.timeline-marker-premium{position:absolute;width:24px;height:24px;background:#d4af37;border-radius:50%;border:4px solid #1a1a2e;box-shadow:0 0 15px rgba(212,175,55,0.5);top:8px}.timeline-item-premium:nth-child(odd) .timeline-marker-premium{right:-12px}.timeline-item-premium:nth-child(even) .timeline-marker-premium{left:-12px}.timeline-content-premium{background:linear-gradient(135deg,rgba(26,26,46,0.9) 0%,rgba(15,15,26,0.9) 100%);padding:30px;border-radius:16px;border:2px solid rgba(212,175,55,0.3);box-shadow:0 10px 40px rgba(0,0,0,0.3);transition:all 0.3s ease}.timeline-content-premium:hover{border-color:#d4af37}.timeline-year-premium{display:inline-block;background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#1a1a2e;padding:8px 20px;border-radius:25px;font-weight:800;font-size:16px;margin-bottom:12px;box-shadow:0 4px 15px rgba(212,175,55,0.4)}.timeline-title-premium{font-size:26px;font-weight:800;color:#d4af37;margin:0 0 12px 0;text-shadow:0 0 10px rgba(212,175,55,0.5)}.timeline-description-premium{color:#e0d4a8;line-height:1.8;margin:0}@media (max-width:768px){.lore-hero-title-premium{font-size:36px}.lore-categories-grid{grid-template-columns:1fr}.lore-contents-list{grid-template-columns:1fr}.lore-timeline-premium::before{left:20px}.timeline-item-premium{width:100%;left:0 !important;text-align:left !important;padding-left:60px;padding-right:20px}.timeline-item-premium:nth-child(odd) .timeline-marker-premium,.timeline-item-premium:nth-child(even) .timeline-marker-premium{left:8px;right:auto}.lore-modal{width:95%;max-height:95vh}}.lore-map-premium{position:relative !important;width:100% !important;height:500px !important;min-height:500px !important;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,0.15) 0%,transparent 50%),radial-gradient(circle at 50% 80%,rgba(239,68,68,0.15) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(234,179,8,0.15) 0%,transparent 50%),linear-gradient(135deg,#1a1a2e 0%,#0f0f1a 100%) !important;border-radius:16px !important;border:2px solid rgba(212,175,55,0.3) !important;overflow:visible !important;margin:40px 0 !important;box-shadow:0 10px 40px rgba(0,0,0,0.3) !important}.map-empire-premium{position:absolute !important;cursor:pointer !important;transition:all 0.3s ease !important;z-index:10 !important;display:block !important}.map-empire-premium:hover{transform:scale(1.2) !important;z-index:20 !important}.empire-jinno .map-point-premium{width:90px !important;height:90px !important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(59,130,246,0.6),0 4px 20px rgba(59,130,246,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative !important;margin:0 auto !important}.empire-jinno .map-point-premium i{display:block !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.3) !important}.empire-jinno:hover .map-point-premium{box-shadow:0 0 50px rgba(59,130,246,0.9),0 6px 30px rgba(59,130,246,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%) !important;transform:scale(1.1) !important}.empire-shinsoo .map-point-premium{width:90px !important;height:90px !important;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(239,68,68,0.6),0 4px 20px rgba(239,68,68,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative !important;margin:0 auto !important}.empire-shinsoo .map-point-premium i{display:block !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.3) !important}.empire-shinsoo:hover .map-point-premium{box-shadow:0 0 50px rgba(239,68,68,0.9),0 6px 30px rgba(239,68,68,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#f87171 0%,#ef4444 100%) !important;transform:scale(1.1) !important}.empire-chunjo .map-point-premium{width:90px !important;height:90px !important;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 30px rgba(234,179,8,0.6),0 4px 20px rgba(234,179,8,0.4),inset 0 0 20px rgba(255,255,255,0.2) !important;border:4px solid #ffffff !important;position:relative !important;margin:0 auto !important}.empire-chunjo .map-point-premium i,.empire-chunjo .map-point-premium i.fas,.empire-chunjo .map-point-premium i.fa-temple-buddhist{display:block !important;visibility:visible !important;opacity:1 !important;color:#ffffff !important;font-size:36px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;text-shadow:0 2px 8px rgba(0,0,0,0.8),0 0 15px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.9) !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}.empire-chunjo:hover .map-point-premium{box-shadow:0 0 50px rgba(234,179,8,0.9),0 6px 30px rgba(234,179,8,0.6),inset 0 0 30px rgba(255,255,255,0.3) !important;background:linear-gradient(135deg,#facc15 0%,#eab308 100%) !important;transform:scale(1.1) !important}.lore-category-icon-premium{font-size:64px !important;color:#d4af37 !important;margin-bottom:20px !important;display:block !important;transition:transform 0.2s ease !important;line-height:1 !important;text-align:center !important}.lore-category-icon-premium i{display:inline-block !important;color:#d4af37 !important;font-size:64px !important;line-height:1 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}.lore-category-card:hover .lore-category-icon-premium i{color:#e6c85a !important}.section-title i{display:inline-block !important;margin-right:10px !important;color:#d4af37 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}.lore-hero-title-premium i{display:inline-block !important;margin-right:15px !important;color:#d4af37 !important;font-family:"Font Awesome 6 Free" !important;font-weight:900 !important}