@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";
.GameHeader-module__ORKITa__mainContainer{grid-template-columns:260px 1fr;gap:28px;max-width:1180px;margin:40px auto;padding:0 24px;display:grid}.GameHeader-module__ORKITa__sidebar{position:relative}.GameHeader-module__ORKITa__heroImageContainer{aspect-ratio:4/3;border-radius:var(--radius-lg)var(--radius-lg)0 0;border:1px solid var(--border);background:#1c1a16;border-bottom:none;width:100%;position:relative;overflow:hidden}.GameHeader-module__ORKITa__heroImageContainer:before{content:"";background:linear-gradient(to bottom,transparent 55%,#f4f1eb99 85%,var(--surface)100%);z-index:1;pointer-events:none;position:absolute;inset:0}.GameHeader-module__ORKITa__heroImageContainer:after{content:"";box-shadow:inset 0 0 0 1px var(--border);z-index:2;pointer-events:none;border-radius:inherit;position:absolute;inset:0}.GameHeader-module__ORKITa__heroImage{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s;display:block}.GameHeader-module__ORKITa__heroImageContainer:hover .GameHeader-module__ORKITa__heroImage{transform:scale(1.04)}.GameHeader-module__ORKITa__sidebarContent{background:var(--surface);border:1px solid var(--border);border-radius:0 0 var(--radius-lg)var(--radius-lg);box-shadow:var(--shadow-sm);border-top:none;padding:20px 18px 22px}.GameHeader-module__ORKITa__scoreBox{border:1px solid var(--amber);border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#1c1a16,#2e2a20);margin-bottom:18px;padding:18px 15px 14px;position:relative;overflow:hidden;box-shadow:0 4px 16px #b8860b2e}.GameHeader-module__ORKITa__scoreBox:before{content:"";background:linear-gradient(90deg,transparent,var(--amber-light),transparent);width:55%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.GameHeader-module__ORKITa__scoreNumber{color:var(--amber-light);letter-spacing:1px;text-shadow:0 0 16px #d4a01766;margin-bottom:5px;font-family:Cinzel,serif;font-size:20px;font-weight:700;display:block}.GameHeader-module__ORKITa__scoreUsers{color:#a09070;text-transform:uppercase;letter-spacing:2px;font-size:13px}.GameHeader-module__ORKITa__rankedBox{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:#111;margin-bottom:18px;padding:14px 16px;font-size:14px;line-height:1.8}.GameHeader-module__ORKITa__rankedBox strong{color:var(--amber-dark);font-weight:700}.GameHeader-module__ORKITa__infoSection{margin-bottom:4px}.GameHeader-module__ORKITa__infoSection h2{color:var(--amber-dark);letter-spacing:2.5px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:14px;font-family:Cinzel,serif;font-size:11px;font-weight:600;display:flex}.GameHeader-module__ORKITa__infoSection h2:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.GameHeader-module__ORKITa__infoRow{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:8px 0;display:flex}.GameHeader-module__ORKITa__infoRow:last-child{border-bottom:none}.GameHeader-module__ORKITa__infoLabel{color:#333;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;width:80px;font-size:13px}.GameHeader-module__ORKITa__infoValue{color:#000;flex:1;font-size:13px;font-weight:600}.GameHeader-module__ORKITa__roleBadge{text-transform:uppercase;letter-spacing:1.5px;border-radius:2px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.GameHeader-module__ORKITa__roleFighter,.GameHeader-module__ORKITa__roleDps{color:#c0392b;background:#c0392b14;border:1px solid #c0392b4d}.GameHeader-module__ORKITa__roleMarksman{color:#1e8449;background:#27ae6014;border:1px solid #27ae604d}.GameHeader-module__ORKITa__roleTank,.GameHeader-module__ORKITa__roleShielder{color:#1a5276;background:#2980b914;border:1px solid #2980b94d}.GameHeader-module__ORKITa__roleMage{color:#6c3483;background:#8e44ad14;border:1px solid #8e44ad4d}.GameHeader-module__ORKITa__roleAssassin{color:#a04000;background:#d3540014;border:1px solid #d354004d}.GameHeader-module__ORKITa__roleSupport,.GameHeader-module__ORKITa__roleHealer{color:#0e6655;background:#16a08514;border:1px solid #16a0854d}.GameHeader-module__ORKITa__roleDefault{color:#616a6b;background:#7f8c8d14;border:1px solid #7f8c8d4d}.GameHeader-module__ORKITa__damageBadge{text-transform:uppercase;letter-spacing:1.5px;border-radius:2px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.GameHeader-module__ORKITa__damageMagic{color:#6c3483;background:#8e44ad14;border:1px solid #8e44ad4d}.GameHeader-module__ORKITa__damagePhysical{color:#c0392b;background:#c0392b14;border:1px solid #c0392b4d}.GameHeader-module__ORKITa__damageTrue{color:#a04000;background:#d3540014;border:1px solid #d354004d}.GameHeader-module__ORKITa__zodiacSign{color:#000;font-size:13px;font-weight:600}.GameHeader-module__ORKITa__content{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.GameHeader-module__ORKITa__contentHeader{border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,var(--surface-alt)0%,var(--surface)100%);padding:28px 30px 22px;position:relative}.GameHeader-module__ORKITa__contentHeader:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:30px;right:30px}.GameHeader-module__ORKITa__breadcrumb{color:#333;letter-spacing:.5px;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.GameHeader-module__ORKITa__breadcrumb a{color:var(--amber-dark);opacity:.8;text-decoration:none;transition:opacity .2s}.GameHeader-module__ORKITa__breadcrumb a:hover{opacity:1;text-decoration:underline}.GameHeader-module__ORKITa__heroTitle{color:#000;letter-spacing:2px;margin-bottom:8px;font-family:Cinzel,serif;font-size:30px;font-weight:900;line-height:1.1}.GameHeader-module__ORKITa__heroSubtitle{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;opacity:.85;margin:0;font-size:13px;font-weight:500}.GameHeader-module__ORKITa__tabs{background:var(--surface-alt);border-bottom:2px solid var(--border);gap:2px;padding:0 24px;display:flex;overflow-x:auto}.GameHeader-module__ORKITa__tab{color:var(--text-muted);transition:var(--transition);white-space:nowrap;letter-spacing:2.5px;text-transform:uppercase;border-bottom:3px solid #0000;margin-bottom:-2px;padding:16px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.GameHeader-module__ORKITa__tab:hover{color:var(--text-secondary);background:var(--bg-warm);border-bottom-color:var(--border-strong)}.GameHeader-module__ORKITa__tabActive{box-shadow:inset 0 3px 0 var(--amber),0 -2px 12px #b8860b26;border-radius:8px 8px 0 0;color:#fff!important;border-bottom:3px solid var(--amber-light)!important;background:#1c1a16!important}.GameHeader-module__ORKITa__contentBody{padding:30px}@media (max-width:900px){.GameHeader-module__ORKITa__mainContainer{grid-template-columns:200px 1fr;gap:20px}.GameHeader-module__ORKITa__heroTitle{font-size:26px}}@media (max-width:700px){.GameHeader-module__ORKITa__mainContainer{grid-template-columns:1fr;gap:20px;margin:20px auto}.GameHeader-module__ORKITa__heroImageContainer{aspect-ratio:4/3;border-radius:var(--radius-lg);border-bottom:1px solid var(--border)}.GameHeader-module__ORKITa__sidebarContent{border-radius:var(--radius-lg);border-top:none}.GameHeader-module__ORKITa__heroTitle{font-size:22px}.GameHeader-module__ORKITa__tabs{flex-wrap:wrap;gap:4px;padding:8px;overflow-x:visible}.GameHeader-module__ORKITa__tab{letter-spacing:1px;white-space:normal;text-align:center;border-radius:var(--radius-md)var(--radius-md)0 0;flex:calc(50% - 4px);min-width:calc(50% - 4px);padding:10px 4px;font-size:11px}}
.heroGallery-module__krVGDW__section{margin-bottom:38px}.heroGallery-module__krVGDW__section:last-child{margin-bottom:0}.heroGallery-module__krVGDW__sectionTitle{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-family:Cinzel,serif;font-size:13px;font-weight:700;display:flex}.heroGallery-module__krVGDW__sectionTitle:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber));border-radius:2px;flex-shrink:0;width:3px;height:14px}.heroGallery-module__krVGDW__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.heroGallery-module__krVGDW__galleryStats{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.heroGallery-module__krVGDW__galleryStat{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:18px;position:relative;overflow:hidden}.heroGallery-module__krVGDW__galleryStat:before{content:"";background:linear-gradient(90deg,transparent,var(--amber-border),transparent);width:40%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.heroGallery-module__krVGDW__galleryStat:hover{border-color:var(--border);box-shadow:var(--shadow-sm);background:var(--surface)}.heroGallery-module__krVGDW__galleryStatLabel{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:8px;font-family:Cinzel,serif;font-size:10px;font-weight:600;display:block}.heroGallery-module__krVGDW__galleryStatValue{color:#000;font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:700}.heroGallery-module__krVGDW__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:28px;display:grid}.heroGallery-module__krVGDW__galleryCard{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-alt);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.heroGallery-module__krVGDW__galleryCard:hover{border-color:var(--amber);transform:translateY(-8px);box-shadow:0 10px 32px #b8860b38}.heroGallery-module__krVGDW__galleryItem{aspect-ratio:16/9;cursor:pointer;background:var(--surface-elevated);border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.heroGallery-module__krVGDW__galleryImg{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.heroGallery-module__krVGDW__galleryCard:hover .heroGallery-module__krVGDW__galleryImg{transform:scale(1.08)}.heroGallery-module__krVGDW__galleryOverlay{color:#fff;opacity:0;transition:var(--transition);background:#1c1a1600;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.heroGallery-module__krVGDW__galleryCard:hover .heroGallery-module__krVGDW__galleryOverlay{opacity:1;background:#1c1a1666}.heroGallery-module__krVGDW__galleryOverlay svg{width:36px;height:36px}.heroGallery-module__krVGDW__galleryIndex{color:#ffffffbf;letter-spacing:1px;text-shadow:0 2px 6px #000000b3;font-family:Cinzel,serif;font-size:13px;font-weight:600;position:absolute;bottom:12px;right:14px}.heroGallery-module__krVGDW__skinLabel{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2px;text-align:center;border-top:1px solid var(--border-subtle);background:var(--surface-alt);white-space:nowrap;text-overflow:ellipsis;padding:16px 18px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;overflow:hidden}.heroGallery-module__krVGDW__lightboxOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080704ed;justify-content:center;align-items:center;padding:24px;animation:.18s heroGallery-module__krVGDW__fadeIn;display:flex;position:fixed;inset:0}@keyframes heroGallery-module__krVGDW__fadeIn{0%{opacity:0}to{opacity:1}}.heroGallery-module__krVGDW__lightboxContent{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:860px;display:flex;position:relative}.heroGallery-module__krVGDW__lightboxImgWrap{border-radius:var(--radius-md);background:#1c1a16;border:1px solid #b8860b40;justify-content:center;align-items:center;width:100%;max-height:68vh;display:flex;overflow:hidden}.heroGallery-module__krVGDW__lightboxImg{object-fit:contain;max-width:100%;max-height:68vh;display:block}.heroGallery-module__krVGDW__lightboxClose{border:1px solid var(--amber);width:34px;height:34px;color:var(--amber-light);cursor:pointer;transition:var(--transition);z-index:10;background:#1c1a16;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-12px;right:-12px}.heroGallery-module__krVGDW__lightboxClose:hover{background:var(--amber-dark);color:#fff;transform:scale(1.1)}.heroGallery-module__krVGDW__lightboxNav{width:40px;height:40px;color:var(--amber-light);cursor:pointer;transition:var(--transition);z-index:10;background:#1c1a16d9;border:1px solid #b8860b59;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:calc(50% - 40px);transform:translateY(-50%)}.heroGallery-module__krVGDW__lightboxNav:hover{background:var(--amber-dark);border-color:var(--amber);color:#fff}.heroGallery-module__krVGDW__lightboxPrev{left:-56px}.heroGallery-module__krVGDW__lightboxNext{right:-56px}.heroGallery-module__krVGDW__lightboxFooter{justify-content:space-between;align-items:center;width:100%;padding:0 2px;display:flex}.heroGallery-module__krVGDW__lightboxCounter{color:var(--amber-light);letter-spacing:2px;font-family:Cinzel,serif;font-size:12px;font-weight:600}.heroGallery-module__krVGDW__lightboxSkinName{color:var(--amber-light);letter-spacing:2px;text-transform:uppercase;opacity:.85;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.heroGallery-module__krVGDW__lightboxThumbs{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.heroGallery-module__krVGDW__lightboxThumb{border-radius:var(--radius);cursor:pointer;opacity:.5;width:52px;height:70px;transition:var(--transition);border:2px solid #b8860b33;flex-shrink:0;padding:0;overflow:hidden}.heroGallery-module__krVGDW__lightboxThumb:hover{opacity:.8;border-color:#b8860b80}.heroGallery-module__krVGDW__lightboxThumb.heroGallery-module__krVGDW__active{opacity:1;border-color:var(--amber);box-shadow:0 0 0 1px var(--amber)}.heroGallery-module__krVGDW__lightboxThumb img{object-fit:cover;width:100%;height:100%;display:block}.heroGallery-module__krVGDW__noData{text-align:center;color:#333;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);padding:40px;font-size:14px}.heroGallery-module__krVGDW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.heroGallery-module__krVGDW__loadingContainer p{color:#333;letter-spacing:2px;text-transform:uppercase;font-size:13px}.heroGallery-module__krVGDW__loadingSpinner{border:2px solid var(--border);border-top-color:var(--amber);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite heroGallery-module__krVGDW__spin}@keyframes heroGallery-module__krVGDW__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.heroGallery-module__krVGDW__lightboxPrev{left:-14px}.heroGallery-module__krVGDW__lightboxNext{right:-14px}.heroGallery-module__krVGDW__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.heroGallery-module__krVGDW__skinLabel{padding:14px 16px;font-size:15px}}@media (max-width:700px){.heroGallery-module__krVGDW__galleryStats{grid-template-columns:1fr}.heroGallery-module__krVGDW__galleryGrid{grid-template-columns:repeat(2,1fr);gap:18px}.heroGallery-module__krVGDW__galleryItem{aspect-ratio:4/3}.heroGallery-module__krVGDW__galleryOverlay svg{width:30px;height:30px}.heroGallery-module__krVGDW__galleryIndex{font-size:12px;bottom:10px;right:12px}.heroGallery-module__krVGDW__skinLabel{letter-spacing:1.5px;padding:12px 14px;font-size:14px}.heroGallery-module__krVGDW__lightboxPrev,.heroGallery-module__krVGDW__lightboxNext{display:none}.heroGallery-module__krVGDW__lightboxImgWrap{max-height:50vh}.heroGallery-module__krVGDW__lightboxThumbs{gap:6px}.heroGallery-module__krVGDW__lightboxThumb{width:44px;height:58px}}
:root{--amber:#b8860b;--amber-dark:#8b6508;--amber-light:#d4a017;--amber-bg:#b8860b14;--amber-border:#b8860b40;--amber-glow:#b8860b1f;--bg:#f4f1eb;--bg-warm:#ede9df;--surface:#fff;--surface-alt:#faf8f4;--surface-elevated:#f0ece3;--border:#d9d0be;--border-subtle:#e8e2d6;--border-strong:#c4b89a;--text-primary:#1c1a16;--text-secondary:#5a5040;--text-muted:#9a8e7a;--shadow-sm:0 1px 4px #0000000f,0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014,0 1px 4px #0000000d;--shadow-lg:0 8px 32px #0000001a,0 2px 8px #0000000f;--transition:all .22s cubic-bezier(.4,0,.2,1);--radius:4px;--radius-md:8px;--radius-lg:12px}body{background-color:var(--bg);color:#000;background-image:radial-gradient(at 15% 0,#b8860b0f 0%,#0000 55%),radial-gradient(at 85% 100%,#6464500a 0%,#0000 55%);min-height:100vh;font-family:Rajdhani,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1.6}.heroDetail-module__cp69JG__main-container{grid-template-columns:260px 1fr;gap:28px;max-width:1180px;margin:40px auto;padding:0 24px;display:grid}.heroDetail-module__cp69JG__sidebar{position:relative}.heroDetail-module__cp69JG__hero-image-container{aspect-ratio:225/330;border-radius:var(--radius-lg)var(--radius-lg)0 0;border:1px solid var(--border);border-bottom:none;width:100%;position:relative;overflow:hidden}.heroDetail-module__cp69JG__hero-image-container:before{content:"";background:linear-gradient(to bottom,transparent 55%,#f4f1eb99 85%,var(--surface)100%);z-index:1;pointer-events:none;position:absolute;inset:0}.heroDetail-module__cp69JG__hero-image-container:after{content:"";box-shadow:inset 0 0 0 1px var(--border);z-index:2;pointer-events:none;border-radius:inherit;position:absolute;inset:0}.heroDetail-module__cp69JG__hero-image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s;display:block}.heroDetail-module__cp69JG__hero-image-container:hover .heroDetail-module__cp69JG__hero-image{transform:scale(1.04)}.heroDetail-module__cp69JG__sidebar-content{background:var(--surface);border:1px solid var(--border);border-radius:0 0 var(--radius-lg)var(--radius-lg);box-shadow:var(--shadow-sm);border-top:none;padding:20px 18px 22px}.heroDetail-module__cp69JG__score-box{border:1px solid var(--amber);border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#1c1a16,#2e2a20);margin-bottom:18px;padding:18px 15px 14px;position:relative;overflow:hidden;box-shadow:0 4px 16px #b8860b2e}.heroDetail-module__cp69JG__score-box:before{content:"";background:linear-gradient(90deg,transparent,var(--amber-light),transparent);width:55%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.heroDetail-module__cp69JG__score-number{color:var(--amber-light);letter-spacing:1px;text-shadow:0 0 16px #d4a01766;margin-bottom:5px;font-family:Cinzel,serif;font-size:20px;font-weight:700;display:block}.heroDetail-module__cp69JG__score-users{color:#a09070;text-transform:uppercase;letter-spacing:2px;font-size:16px}.heroDetail-module__cp69JG__ranked-box{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:#111;margin-bottom:18px;padding:14px 16px;font-size:16px;line-height:1.8}.heroDetail-module__cp69JG__ranked-box strong{color:var(--amber-dark);font-weight:700}.heroDetail-module__cp69JG__info-section{margin-bottom:4px}.heroDetail-module__cp69JG__info-section h2{color:var(--amber-dark);letter-spacing:2.5px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:14px;font-family:Cinzel,serif;font-size:16px;font-weight:600;display:flex}.heroDetail-module__cp69JG__info-section h2:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.heroDetail-module__cp69JG__info-row{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:8px 0;display:flex}.heroDetail-module__cp69JG__info-row:last-child{border-bottom:none}.heroDetail-module__cp69JG__info-label{color:#333;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;width:80px;font-size:16px}.heroDetail-module__cp69JG__info-value{color:#000;flex:1;font-size:16px;font-weight:600}.heroDetail-module__cp69JG__role-badge{text-transform:uppercase;letter-spacing:1.5px;border-radius:2px;padding:3px 10px;font-size:16px;font-weight:700;display:inline-block}.heroDetail-module__cp69JG__role-fighter,.heroDetail-module__cp69JG__role-dps{color:#c0392b;background:#c0392b14;border:1px solid #c0392b4d}.heroDetail-module__cp69JG__role-marksman{color:#1e8449;background:#27ae6014;border:1px solid #27ae604d}.heroDetail-module__cp69JG__role-tank,.heroDetail-module__cp69JG__role-shielder{color:#1a5276;background:#2980b914;border:1px solid #2980b94d}.heroDetail-module__cp69JG__role-mage{color:#6c3483;background:#8e44ad14;border:1px solid #8e44ad4d}.heroDetail-module__cp69JG__role-assassin{color:#a04000;background:#d3540014;border:1px solid #d354004d}.heroDetail-module__cp69JG__role-support,.heroDetail-module__cp69JG__role-healer{color:#0e6655;background:#16a08514;border:1px solid #16a0854d}.heroDetail-module__cp69JG__role-default{color:#616a6b;background:#7f8c8d14;border:1px solid #7f8c8d4d}.heroDetail-module__cp69JG__content{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.heroDetail-module__cp69JG__content-header{border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,var(--surface-alt)0%,var(--surface)100%);padding:28px 30px 22px;position:relative}.heroDetail-module__cp69JG__content-header:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:30px;right:30px}.heroDetail-module__cp69JG__breadcrumb{color:#333;letter-spacing:.5px;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:16px;font-size:16px;display:flex}.heroDetail-module__cp69JG__breadcrumb a{color:var(--amber-dark);opacity:.8;text-decoration:none;transition:opacity .2s}.heroDetail-module__cp69JG__breadcrumb a:hover{opacity:1;text-decoration:underline}.heroDetail-module__cp69JG__hero-title{color:#000;letter-spacing:2px;margin-bottom:8px;font-family:Cinzel,serif;font-size:30px;font-weight:900;line-height:1.1}.heroDetail-module__cp69JG__hero-subtitle{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;opacity:.85;margin:0;font-size:16px;font-weight:500}.heroDetail-module__cp69JG__tabs{background:var(--surface-alt);border-bottom:2px solid var(--border);gap:2px;padding:0 24px;display:flex;overflow-x:auto}.heroDetail-module__cp69JG__tab{color:var(--text-muted);transition:var(--transition);cursor:pointer;white-space:nowrap;letter-spacing:2.5px;text-transform:uppercase;border-bottom:3px solid #0000;margin-bottom:-2px;padding:16px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.heroDetail-module__cp69JG__tab:hover{color:var(--text-secondary);background:var(--bg-warm);border-bottom-color:var(--border-strong)}.heroDetail-module__cp69JG__tab.heroDetail-module__cp69JG__active{color:#fff;border-bottom:3px solid var(--amber-light);box-shadow:inset 0 3px 0 var(--amber),0 -2px 12px #b8860b26;letter-spacing:2.5px;background:#1c1a16;border-radius:8px 8px 0 0}.heroDetail-module__cp69JG__content-body{padding:30px}.heroDetail-module__cp69JG__section{margin-bottom:38px}.heroDetail-module__cp69JG__section:last-child{margin-bottom:0}.heroDetail-module__cp69JG__section-title{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-family:Cinzel,serif;font-size:16px;font-weight:700;display:flex}.heroDetail-module__cp69JG__section-title:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber));border-radius:2px;flex-shrink:0;width:3px;height:14px}.heroDetail-module__cp69JG__section-title:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.heroDetail-module__cp69JG__description-text{color:#111;background:var(--surface-alt);border:1px solid var(--border-subtle);border-left:3px solid var(--amber);border-radius:0 var(--radius-md)var(--radius-md)0;padding:20px 22px;font-size:16px;line-height:1.9;position:relative}.heroDetail-module__cp69JG__description-text:before{content:"\"";color:#b8860b1a;-webkit-user-select:none;user-select:none;font-size:60px;line-height:1;position:absolute;top:-6px;left:14px}.heroDetail-module__cp69JG__description-text p{z-index:1;margin-bottom:14px;position:relative}.heroDetail-module__cp69JG__description-text p:last-child{margin-bottom:0}.heroDetail-module__cp69JG__stats-grid{flex-direction:column;gap:14px;display:flex}.heroDetail-module__cp69JG__stat-item{grid-template-columns:90px 1fr;align-items:center;gap:16px;display:grid}.heroDetail-module__cp69JG__stat-bar{background:linear-gradient(90deg,var(--amber-dark)0%,var(--amber-light)100%);color:#000;white-space:nowrap;letter-spacing:.5px;text-shadow:0 1px 2px #ffffff4d;text-overflow:clip;border-radius:6px;justify-content:flex-end;align-items:center;max-width:100%;height:100%;padding-right:12px;font-size:14px;font-weight:700;transition:width .7s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #ffffff4d}.heroDetail-module__cp69JG__stat-bar-empty{background:var(--surface-elevated);border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.heroDetail-module__cp69JG__stat-bar-empty:before{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 8px,#b8860b14 8px 16px);border-radius:6px;position:absolute;inset:0}.heroDetail-module__cp69JG__stat-bar-empty:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff1a 0%,#0000 20% 80%,#ffffff1a 100%);border-radius:6px;position:absolute;inset:0}.heroDetail-module__cp69JG__stat-question{color:var(--amber-dark);opacity:.7;z-index:2;background:var(--surface);border:2px solid var(--amber-border);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-family:Cinzel,serif;font-size:18px;font-weight:800;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #b8860b33}.heroDetail-module__cp69JG__stat-bar-empty:hover .heroDetail-module__cp69JG__stat-question{opacity:1;background:var(--amber-bg);border-color:var(--amber);transform:scale(1.05)}.heroDetail-module__cp69JG__skills-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:24px;display:grid}.heroDetail-module__cp69JG__skill-card{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-align:left;width:100%;padding:16px;position:relative;overflow:hidden}.heroDetail-module__cp69JG__skill-card:hover{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.heroDetail-module__cp69JG__skill-card.heroDetail-module__cp69JG__active{background:var(--surface);border-color:var(--amber);box-shadow:0 0 0 1px var(--amber-border),var(--shadow-md)}.heroDetail-module__cp69JG__skill-card-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.heroDetail-module__cp69JG__skill-icon{border-radius:var(--radius);width:42px;height:42px;transition:var(--transition);background:linear-gradient(135deg,#1c1a16,#2e2a20);border:1px solid #3a3020;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.heroDetail-module__cp69JG__skill-card.heroDetail-module__cp69JG__active .heroDetail-module__cp69JG__skill-icon,.heroDetail-module__cp69JG__skill-card:hover .heroDetail-module__cp69JG__skill-icon{border-color:var(--amber);box-shadow:0 0 10px var(--amber-glow)}.heroDetail-module__cp69JG__skill-type{color:var(--amber-dark);text-transform:uppercase;letter-spacing:1.5px;background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:2px;padding:3px 8px;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__skill-name{color:#000;letter-spacing:.3px;margin:0 0 8px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__skill-description{color:#111;margin:0;font-size:16px;font-weight:500;line-height:1.6}.heroDetail-module__cp69JG__skill-detail{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:24px;position:relative;overflow:hidden}.heroDetail-module__cp69JG__skill-detail:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:0;right:0}.heroDetail-module__cp69JG__skill-detail-header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.heroDetail-module__cp69JG__skill-detail-icon{border:2px solid var(--amber);border-radius:var(--radius-md);background:linear-gradient(135deg,#1c1a16,#2e2a20);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2.2rem;display:flex;box-shadow:0 4px 16px #b8860b33}.heroDetail-module__cp69JG__skill-detail-type{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2.5px;margin-bottom:6px;font-size:16px;font-weight:700;display:block}.heroDetail-module__cp69JG__skill-detail-name{color:#000;letter-spacing:.5px;margin:0;font-family:Cinzel,serif;font-size:20px;font-weight:700}.heroDetail-module__cp69JG__skill-subtitle{color:#333;text-transform:uppercase;letter-spacing:2px;border-bottom:1px dashed var(--border-subtle);margin:0 0 12px;padding-bottom:8px;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__skill-detail-description{margin-bottom:20px}.heroDetail-module__cp69JG__skill-detail-description p{color:#111;margin:0;font-size:16px;line-height:1.8}.heroDetail-module__cp69JG__skill-detail-mechanics{margin-bottom:20px}.heroDetail-module__cp69JG__skill-mechanics-text p{color:#111;margin:0 0 10px;font-size:16px;line-height:1.8}.heroDetail-module__cp69JG__skill-mechanics-text p:last-child{margin-bottom:0}.heroDetail-module__cp69JG__skill-terms{border-top:1px solid var(--border-subtle);margin-top:20px;padding-top:20px}.heroDetail-module__cp69JG__terms-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.heroDetail-module__cp69JG__term-item{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);padding:14px}.heroDetail-module__cp69JG__term-item:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.heroDetail-module__cp69JG__term-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.heroDetail-module__cp69JG__term-icon{color:var(--amber-dark);flex-shrink:0}.heroDetail-module__cp69JG__term-name{color:#000;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__term-description{color:#111;font-size:16px;line-height:1.6}.heroDetail-module__cp69JG__skill-navigation{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:22px;padding-top:18px;display:flex}.heroDetail-module__cp69JG__nav-button{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:#111;cursor:pointer;transition:var(--transition);letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;padding:9px 18px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;display:flex}.heroDetail-module__cp69JG__nav-button:hover{background:var(--amber-bg);border-color:var(--amber);color:var(--amber-dark)}.heroDetail-module__cp69JG__skill-indicators{align-items:center;gap:7px;display:flex}.heroDetail-module__cp69JG__skill-indicator{background:var(--border);border:1px solid var(--border-subtle);cursor:pointer;width:6px;height:6px;transition:var(--transition);border-radius:50%;padding:0}.heroDetail-module__cp69JG__skill-indicator.heroDetail-module__cp69JG__active{background:var(--amber);border-color:var(--amber-dark);border-radius:3px;width:20px}.heroDetail-module__cp69JG__skill-indicator:hover{background:var(--text-muted)}.heroDetail-module__cp69JG__quotes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.heroDetail-module__cp69JG__quote-card{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);padding:24px 20px 18px;position:relative;overflow:hidden}.heroDetail-module__cp69JG__quote-card:before{content:"";background:linear-gradient(180deg,var(--amber),transparent);width:3px;position:absolute;top:0;bottom:0;left:0}.heroDetail-module__cp69JG__quote-card:hover{border-color:var(--border);box-shadow:var(--shadow-md);background:var(--surface);transform:translateY(-3px)}.heroDetail-module__cp69JG__quote-icon{color:#b8860b1f;-webkit-user-select:none;user-select:none;font-family:Cinzel,serif;font-size:56px;line-height:1;position:absolute;top:-4px;left:12px}.heroDetail-module__cp69JG__quote-text{color:#111;z-index:1;margin:0 0 14px;font-size:16px;font-style:italic;line-height:1.8;position:relative}.heroDetail-module__cp69JG__quote-context{color:#333;text-align:right;text-transform:uppercase;letter-spacing:1.5px;font-size:16px}.heroDetail-module__cp69JG__gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.heroDetail-module__cp69JG__gallery-item{aspect-ratio:16/9;border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:var(--transition);background:var(--surface-elevated);overflow:hidden}.heroDetail-module__cp69JG__gallery-item:hover{border-color:var(--amber);box-shadow:var(--shadow-md);transform:translateY(-3px)scale(1.01)}.heroDetail-module__cp69JG__gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.heroDetail-module__cp69JG__gallery-item:hover .heroDetail-module__cp69JG__gallery-image{transform:scale(1.05)}.heroDetail-module__cp69JG__story-content{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:24px}.heroDetail-module__cp69JG__story-text p{color:#111;margin-bottom:16px;font-size:16px;line-height:2}.heroDetail-module__cp69JG__story-text p:last-child{margin-bottom:0}.heroDetail-module__cp69JG__no-data{text-align:center;color:#333;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);letter-spacing:.5px;padding:40px;font-size:16px}.heroDetail-module__cp69JG__loading-container{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.heroDetail-module__cp69JG__loading-container p{color:#333;letter-spacing:2px;text-transform:uppercase;font-size:16px}.heroDetail-module__cp69JG__loading-spinner{border:2px solid var(--border);border-top-color:var(--amber);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite heroDetail-module__cp69JG__spin}@keyframes heroDetail-module__cp69JG__spin{to{transform:rotate(360deg)}}.heroDetail-module__cp69JG__error-container{text-align:center;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.heroDetail-module__cp69JG__error-title{color:var(--amber-dark);letter-spacing:2px;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2rem;font-weight:900}.heroDetail-module__cp69JG__error-text{color:#111;max-width:500px;margin-bottom:2rem;font-size:16px;line-height:1.8}.heroDetail-module__cp69JG__back-button{background:var(--text-primary);color:#f4f1eb;border:1px solid var(--text-primary);border-radius:var(--radius);cursor:pointer;transition:var(--transition);letter-spacing:2px;text-transform:uppercase;padding:11px 28px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__back-button:hover{background:var(--amber-dark);border-color:var(--amber-dark);transform:translateY(-2px);box-shadow:0 4px 16px #b8860b33}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@media (max-width:900px){.heroDetail-module__cp69JG__main-container{grid-template-columns:200px 1fr;gap:20px}.heroDetail-module__cp69JG__hero-title{font-size:26px}}@media (max-width:700px){.heroDetail-module__cp69JG__main-container{grid-template-columns:1fr;gap:20px;margin:20px auto}.heroDetail-module__cp69JG__hero-image-container{aspect-ratio:16/9;border-radius:var(--radius-lg);border-bottom:1px solid var(--border)}.heroDetail-module__cp69JG__sidebar-content{border-radius:var(--radius-lg);border-top:none}.heroDetail-module__cp69JG__hero-title{font-size:22px}.heroDetail-module__cp69JG__tabs{flex-wrap:wrap;gap:4px;padding:8px;overflow-x:visible}.heroDetail-module__cp69JG__tab{letter-spacing:1px;white-space:normal;text-align:center;border-radius:var(--radius-md)var(--radius-md)0 0;flex:calc(50% - 4px);min-width:calc(50% - 4px);padding:10px 4px;font-size:11px}}.heroDetail-module__cp69JG__stat-item{grid-template-columns:90px 1fr;align-items:center;gap:16px;margin-bottom:12px;display:grid}.heroDetail-module__cp69JG__stat-label{color:#111;text-transform:uppercase;letter-spacing:.8px;font-size:16px;font-weight:700}.heroDetail-module__cp69JG__stat-bar-container{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:14px;align-items:center;height:28px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.heroDetail-module__cp69JG__stat-bar{background:linear-gradient(90deg,var(--amber-dark)0%,var(--amber-light)100%);border-radius:14px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 2px 8px #b8860b4d}.heroDetail-module__cp69JG__stat-value{z-index:2;color:#000;text-shadow:0 1px 2px #ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff4d;border-radius:12px;height:20px;margin-left:auto;padding:0 12px;font-size:14px;font-weight:700;line-height:20px;position:relative}.heroDetail-module__cp69JG__stat-placeholder{background:repeating-linear-gradient(45deg,var(--surface-elevated),var(--surface-elevated)10px,var(--border-subtle)10px,var(--border-subtle)20px);border-radius:14px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.heroDetail-module__cp69JG__stat-question{color:var(--text-muted);letter-spacing:2px;opacity:.7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff80;border-radius:12px;padding:2px 10px;font-size:18px;font-weight:700}.heroDetail-module__cp69JG__stat-item:hover .heroDetail-module__cp69JG__stat-bar{filter:brightness(1.1);box-shadow:0 4px 12px #b8860b66}.heroDetail-module__cp69JG__stat-item:hover .heroDetail-module__cp69JG__stat-value{background:#ffffff80;transform:scale(1.05)}@media (max-width:700px){.heroDetail-module__cp69JG__stat-item{grid-template-columns:80px 1fr;gap:12px}.heroDetail-module__cp69JG__stat-label{font-size:14px}.heroDetail-module__cp69JG__stat-bar-container{height:24px}.heroDetail-module__cp69JG__stat-value{padding:0 8px;font-size:12px}}
.kisahHero-module__jj5zXG__section{margin-bottom:38px}.kisahHero-module__jj5zXG__section:last-child{margin-bottom:0}.kisahHero-module__jj5zXG__sectionTitle{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-family:Cinzel,serif;font-size:13px;font-weight:700;display:flex}.kisahHero-module__jj5zXG__sectionTitle:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber));border-radius:2px;flex-shrink:0;width:3px;height:14px}.kisahHero-module__jj5zXG__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.kisahHero-module__jj5zXG__descriptionText{color:#111;background:var(--surface-alt);border:1px solid var(--border-subtle);border-left:3px solid var(--amber);border-radius:0 var(--radius-md)var(--radius-md)0;padding:20px 22px;font-size:15px;line-height:1.9;position:relative}.kisahHero-module__jj5zXG__descriptionText:before{content:"\"";color:#b8860b1a;-webkit-user-select:none;user-select:none;font-size:60px;line-height:1;position:absolute;top:-6px;left:14px}.kisahHero-module__jj5zXG__descriptionText p{z-index:1;margin-bottom:14px;position:relative}.kisahHero-module__jj5zXG__descriptionText p:last-child{margin-bottom:0}.kisahHero-module__jj5zXG__storyContent{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:24px}.kisahHero-module__jj5zXG__storyText{color:#111;white-space:pre-wrap;text-align:justify;font-size:15px;line-height:2}.kisahHero-module__jj5zXG__storyText p{margin-bottom:16px}.kisahHero-module__jj5zXG__storyText p:last-child{margin-bottom:0}.kisahHero-module__jj5zXG__storyPreview{max-height:260px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 55%,#0000 100%);mask-image:linear-gradient(#000 55%,#0000 100%)}.kisahHero-module__jj5zXG__readMoreBtn{background:var(--surface);color:var(--amber-dark);border:1px solid var(--amber-border);border-radius:var(--radius);cursor:pointer;letter-spacing:2px;text-transform:uppercase;transition:var(--transition);margin:20px auto 0;padding:10px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;display:block}.kisahHero-module__jj5zXG__readMoreBtn:hover{background:var(--amber-bg);border-color:var(--amber)}.kisahHero-module__jj5zXG__triviaList{flex-direction:column;gap:10px;display:flex}.kisahHero-module__jj5zXG__triviaItem{background:var(--surface-alt);border:1px solid var(--border-subtle);border-left:3px solid var(--amber);border-radius:0 var(--radius-md)var(--radius-md)0;color:#111;transition:var(--transition);padding:14px 18px;font-size:14px;line-height:1.7}.kisahHero-module__jj5zXG__triviaItem:hover{background:var(--surface);border-color:var(--border);border-left-color:var(--amber-light);box-shadow:var(--shadow-sm)}.kisahHero-module__jj5zXG__triviaItem:before{content:"◆";color:var(--amber);vertical-align:middle;margin-right:10px;font-size:9px}.kisahHero-module__jj5zXG__storyStats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.kisahHero-module__jj5zXG__storyStat{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:18px;position:relative;overflow:hidden}.kisahHero-module__jj5zXG__storyStat:before{content:"";background:linear-gradient(90deg,transparent,var(--amber-border),transparent);width:40%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.kisahHero-module__jj5zXG__storyStat:hover{border-color:var(--border);box-shadow:var(--shadow-sm);background:var(--surface)}.kisahHero-module__jj5zXG__storyStatLabel{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:8px;font-family:Cinzel,serif;font-size:10px;font-weight:600;display:block}.kisahHero-module__jj5zXG__storyStatValue{color:#000;letter-spacing:.5px;font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:700}.kisahHero-module__jj5zXG__noData{text-align:center;color:#333;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);letter-spacing:.5px;padding:40px;font-size:14px}.kisahHero-module__jj5zXG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.kisahHero-module__jj5zXG__loadingContainer p{color:#333;letter-spacing:2px;text-transform:uppercase;font-size:13px}.kisahHero-module__jj5zXG__loadingSpinner{border:2px solid var(--border);border-top-color:var(--amber);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite kisahHero-module__jj5zXG__spin}@keyframes kisahHero-module__jj5zXG__spin{to{transform:rotate(360deg)}}.kisahHero-module__jj5zXG__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.kisahHero-module__jj5zXG__errorTitle{color:var(--amber-dark);letter-spacing:2px;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2rem;font-weight:900}.kisahHero-module__jj5zXG__errorText{color:#111;max-width:500px;margin-bottom:2rem;font-size:15px;line-height:1.8}.kisahHero-module__jj5zXG__backButton{background:var(--text-primary);color:#f4f1eb;border:1px solid var(--text-primary);border-radius:var(--radius);cursor:pointer;transition:var(--transition);letter-spacing:2px;text-transform:uppercase;padding:11px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.kisahHero-module__jj5zXG__backButton:hover{background:var(--amber-dark);border-color:var(--amber-dark);transform:translateY(-2px);box-shadow:0 4px 16px #b8860b33}@media (max-width:700px){.kisahHero-module__jj5zXG__storyStats{grid-template-columns:1fr}}
.heroQuotes-module__7Cw5Ha__section{margin-bottom:38px}.heroQuotes-module__7Cw5Ha__section:last-child{margin-bottom:0}.heroQuotes-module__7Cw5Ha__sectionTitle{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-family:Cinzel,serif;font-size:13px;font-weight:700;display:flex}.heroQuotes-module__7Cw5Ha__sectionTitle:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber));border-radius:2px;flex-shrink:0;width:3px;height:14px}.heroQuotes-module__7Cw5Ha__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.heroQuotes-module__7Cw5Ha__quotesStats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.heroQuotes-module__7Cw5Ha__quotesStat{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:18px;position:relative;overflow:hidden}.heroQuotes-module__7Cw5Ha__quotesStat:before{content:"";background:linear-gradient(90deg,transparent,var(--amber-border),transparent);width:40%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.heroQuotes-module__7Cw5Ha__quotesStat:hover{border-color:var(--border);box-shadow:var(--shadow-sm);background:var(--surface)}.heroQuotes-module__7Cw5Ha__quotesStatLabel{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:8px;font-family:Cinzel,serif;font-size:10px;font-weight:600;display:block}.heroQuotes-module__7Cw5Ha__quotesStatValue{color:#000;letter-spacing:.5px;font-family:Rajdhani,sans-serif;font-size:1.6rem;font-weight:700}.heroQuotes-module__7Cw5Ha__langSwitcher{flex-wrap:wrap;gap:10px;display:flex}.heroQuotes-module__7Cw5Ha__langBtn{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;transition:var(--transition);letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:8px;padding:10px 20px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;display:flex}.heroQuotes-module__7Cw5Ha__langBtn:hover{background:var(--amber-bg);border-color:var(--amber-border);color:var(--amber-dark)}.heroQuotes-module__7Cw5Ha__langBtn.heroQuotes-module__7Cw5Ha__active{border-color:var(--amber);color:#fff;background:#1c1a16;box-shadow:0 2px 12px #b8860b33}.heroQuotes-module__7Cw5Ha__langBtn.heroQuotes-module__7Cw5Ha__active .heroQuotes-module__7Cw5Ha__langCount{color:var(--amber-light);background:#d4a01740}.heroQuotes-module__7Cw5Ha__langCount{background:var(--surface-elevated);color:var(--text-muted);letter-spacing:.5px;transition:var(--transition);border-radius:20px;padding:2px 7px;font-size:11px;font-weight:700}.heroQuotes-module__7Cw5Ha__quotesGrid{flex-direction:column;gap:10px;display:flex}.heroQuotes-module__7Cw5Ha__quoteCard{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);padding:20px 22px 16px;position:relative;overflow:hidden}.heroQuotes-module__7Cw5Ha__quoteCard:before{content:"";background:linear-gradient(180deg,var(--amber),transparent);width:3px;position:absolute;top:0;bottom:0;left:0}.heroQuotes-module__7Cw5Ha__quoteCard:hover{border-color:var(--border);box-shadow:var(--shadow-md);background:var(--surface)}.heroQuotes-module__7Cw5Ha__quoteIcon{color:#b8860b1a;-webkit-user-select:none;user-select:none;font-family:Cinzel,serif;font-size:52px;line-height:1;position:absolute;top:-4px;left:14px}.heroQuotes-module__7Cw5Ha__quoteText{color:#111;z-index:1;margin:0 0 12px;font-size:15px;font-style:italic;line-height:1.8;position:relative}.heroQuotes-module__7Cw5Ha__quoteMeta{z-index:1;border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:10px;display:flex;position:relative}.heroQuotes-module__7Cw5Ha__quoteState{color:var(--amber-dark);text-transform:uppercase;letter-spacing:1.5px;background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:2px;padding:3px 8px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700}.heroQuotes-module__7Cw5Ha__quoteId{color:var(--text-muted);letter-spacing:1px;font-size:11px;font-weight:600}.heroQuotes-module__7Cw5Ha__stateCount{color:var(--amber-dark);background:var(--amber-bg);border:1px solid var(--amber-border);letter-spacing:1px;border-radius:20px;margin-left:4px;padding:2px 8px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700}.heroQuotes-module__7Cw5Ha__noData{text-align:center;color:#333;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);letter-spacing:.5px;padding:40px;font-size:14px}.heroQuotes-module__7Cw5Ha__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.heroQuotes-module__7Cw5Ha__loadingContainer p{color:#333;letter-spacing:2px;text-transform:uppercase;font-size:13px}.heroQuotes-module__7Cw5Ha__loadingSpinner{border:2px solid var(--border);border-top-color:var(--amber);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite heroQuotes-module__7Cw5Ha__spin}@keyframes heroQuotes-module__7Cw5Ha__spin{to{transform:rotate(360deg)}}.heroQuotes-module__7Cw5Ha__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.heroQuotes-module__7Cw5Ha__errorTitle{color:var(--amber-dark);letter-spacing:2px;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2rem;font-weight:900}.heroQuotes-module__7Cw5Ha__errorText{color:#111;max-width:500px;margin-bottom:2rem;font-size:15px;line-height:1.8}.heroQuotes-module__7Cw5Ha__backButton{background:var(--text-primary);color:#f4f1eb;border:1px solid var(--text-primary);border-radius:var(--radius);cursor:pointer;transition:var(--transition);letter-spacing:2px;text-transform:uppercase;padding:11px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.heroQuotes-module__7Cw5Ha__backButton:hover{background:var(--amber-dark);border-color:var(--amber-dark);transform:translateY(-2px);box-shadow:0 4px 16px #b8860b33}@media (max-width:700px){.heroQuotes-module__7Cw5Ha__quotesStats{grid-template-columns:1fr}.heroQuotes-module__7Cw5Ha__langSwitcher{flex-direction:column}.heroQuotes-module__7Cw5Ha__langBtn{justify-content:space-between}}
