.main-navigation{background:#fff0}.primary-menu a{color:#fff;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px)}.primary-menu a:hover{color:#fff;background:rgb(255 255 255 / .2)}.homepage-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-2;display:flex;align-items:center;justify-content:center}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}.site-title-corner{position:fixed;top:37.8px;left:30px;z-index:1001}.center-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center}.main-text{font-family:'Microsoft YaHei','SimHei','PingFang SC',sans-serif;font-size:48px;font-weight:700;line-height:1.4;text-align:center;padding:0 20px;max-width:90%;letter-spacing:1px;background:linear-gradient(135deg,#ff6b35,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.main-content-section{position:relative;background:#f8f9fa;padding:4rem 0;margin-top:100vh;z-index:1}.main-navigation{position:fixed;top:0;width:100%;z-index:1000;background:transparent!important;backdrop-filter:none!important;transition:all 0.3s ease;padding:.8rem 0;border-bottom:none!important}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;align-items:center;padding:0 20px}.site-title-corner{position:absolute;top:30px;left:30px;z-index:1001}.corner-title{color:#fff;font-size:1.8rem;font-weight:700;text-shadow:2px 2px 8px rgb(0 0 0 / .8);margin:0;padding:0;letter-spacing:1px}.primary-menu ul{list-style:none;display:flex;gap:2.5rem;margin:0;padding:0}.primary-menu li{margin:0;position:relative}.primary-menu a{color:#fff;text-decoration:none;transition:all 0.3s ease;font-weight:500;padding:.5rem 0;position:relative;font-size:.95rem;letter-spacing:.5px;text-shadow:1px 1px 3px rgb(0 0 0 / .7)}.primary-menu a:hover{color:#ff6b35;text-shadow:1px 1px 3px rgb(0 0 0 / .9)}.primary-menu a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#ff6b35,#ffd700);transition:width 0.3s ease}.primary-menu a:hover::after{width:100%}.primary-menu a.active{color:#ff6b35}.primary-menu a.active::after{width:100%}.primary-menu .sub-menu{position:absolute;top:100%;left:0;background:rgb(0 0 0 / .9);min-width:200px;padding:.5rem 0;border-radius:0 0 5px 5px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;box-shadow:0 5px 15px rgb(0 0 0 / .3)}.primary-menu li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.primary-menu .sub-menu li{margin:0}.primary-menu .sub-menu a{display:block;padding:.5rem 1rem;color:#fff;border-bottom:1px solid rgb(255 255 255 / .1);text-shadow:none}.primary-menu .sub-menu a:hover{background:rgb(255 107 53 / .1);color:#ff6b35}.home-content{position:relative;z-index:1}@media (max-width:768px){.site-title-corner{top:25px;left:20px}.corner-title{font-size:1.4rem}.primary-menu ul{gap:1.5rem}.nav-container{justify-content:center}}@media (max-width:480px){.site-title-corner{top:20px;left:15px}.corner-title{font-size:1.2rem}.primary-menu ul{gap:1rem;flex-wrap:wrap;justify-content:center}.primary-menu a{font-size:.9rem}}.main-content-section{position:relative;background:#f8f9fa;padding:4rem 0;margin-top:100vh;z-index:1;min-height:60vh}.featured-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.featured-item{background:#fff;padding:2.5rem 2rem;border-radius:15px;box-shadow:0 8px 25px rgb(0 0 0 / .1);text-align:center;transition:all 0.3s ease;border:1px solid #eaeaea;position:relative;overflow:hidden}.featured-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#1e90ff,#00bfff)}.featured-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgb(0 0 0 / .15)}.featured-item h3{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.featured-item p{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.featured-link{display:inline-block;background:linear-gradient(135deg,#1e90ff,#00bfff);color:#fff;padding:12px 28px;border-radius:8px;text-decoration:none;transition:all 0.3s ease;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.featured-link:hover{background:linear-gradient(135deg,#0066cc,#0099ff);transform:translateY(-2px);box-shadow:0 5px 15px rgb(30 144 255 / .3)}.homepage-bg.fade-transition{opacity:1;transition:opacity 1.5s ease-in-out}.homepage-bg.fade-transition.fading{opacity:0}.homepage-bg.slide-transition{transform:translateX(0);transition:transform 1.5s ease-in-out}.homepage-bg.slide-transition.sliding{transform:translateX(-100%)}.homepage-bg.zoom-transition{transform:scale(1);transition:transform 1.5s ease-in-out}.homepage-bg.zoom-transition.zooming{transform:scale(1.1)}.arena-page{min-height:100vh;background:#f8f9fa}.arena-header{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:4rem 0 2rem;text-align:center}.arena-header .page-title{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b35,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.arena-header .page-description{font-size:1.2rem;opacity:.9}.hero-classes-nav{display:flex;justify-content:center;gap:1rem;margin:2rem 0 3rem;flex-wrap:wrap}.class-tab{background:#fff;border:2px solid #e0e0e0;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;color:#333}.class-tab:hover,.class-tab.active{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 107 53 / .3)}.hero-class-section{margin-bottom:4rem}.class-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#333;position:relative}.class-title::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(135deg,#ff6b35,#ffd700);margin:1rem auto;border-radius:2px}.heroes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.hero-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:all 0.3s ease;border:1px solid #eaeaea;text-align:center;display:flex;flex-direction:column;height:100%}.hero-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgb(0 0 0 / .15)}.hero-image{height:200px;overflow:hidden;position:relative;flex-shrink:0}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.hero-card:hover .hero-image img{transform:scale(1.1)}.hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#999;font-weight:500}.hero-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.hero-name{font-size:1.4rem;margin-bottom:1.5rem;color:#333;font-weight:600;line-height:1.3}.hero-button-container{margin-top:auto;display:flex;justify-content:center;align-items:center}.hero-select-btn{display:inline-block;background:linear-gradient(135deg,#333,#555);color:#fff;text-align:center;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem;min-width:140px}.hero-select-btn:hover{background:linear-gradient(135deg,#ff6b35,#e55a2b);transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 107 53 / .3)}.no-heroes{text-align:center;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.no-heroes p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.add-hero-link{display:inline-block;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.add-hero-link:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:translateY(-2px);box-shadow:0 5px 15px rgb(40 167 69 / .3)}@media (max-width:768px){.arena-header .page-title{font-size:2.5rem}.class-tab{padding:.8rem 1.5rem;font-size:1rem}.heroes-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.class-title{font-size:2rem}.hero-select-btn{padding:.8rem 1.5rem;min-width:120px}}@media (max-width:480px){.arena-header .page-title{font-size:2rem}.class-title{font-size:1.8rem}.heroes-list{grid-template-columns:1fr}.hero-classes-nav{flex-direction:column;align-items:center}.class-tab{width:200px;text-align:center}.hero-info{padding:1rem}.hero-name{font-size:1.2rem;margin-bottom:1rem}.hero-select-btn{padding:.7rem 1.2rem;font-size:.9rem;min-width:110px}}.skill-build-page{min-height:100vh;background:#f8f9fa;padding-top:80px}.build-header{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:2rem 0;border-bottom:1px solid #e0e0e0}.hero-info-header{display:flex;align-items:center;gap:1.5rem}.hero-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #ff6b35}.hero-title-info{flex:1}.hero-title-info .page-title{font-size:2rem;margin-bottom:.5rem;color:#fff}.hero-class{color:#ff6b35;font-weight:500;font-size:1.1rem}.back-to-arena{background:rgb(255 255 255 / .1);color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;transition:all 0.3s ease;border:1px solid rgb(255 255 255 / .2);white-space:nowrap}.back-to-arena:hover{background:#ff6b35;transform:translateY(-2px)}.build-content{padding:2rem 0}.build-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem}.build-left{display:flex;flex-direction:column;gap:2rem}.hero-stats-panel,.selected-skills-panel{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px rgb(0 0 0 / .1);border:1px solid #eaeaea}.hero-stats-panel h3,.selected-skills-panel h3{margin-bottom:1.5rem;color:#333;font-size:1.3rem;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #ff6b35}.stat-label{font-weight:500;color:#666;font-size:.9rem}.stat-value{font-weight:600;color:#333;font-size:.9rem}.stat-increased{color:#27ae60!important;font-weight:700}.skills-cost{background:#333;color:#fff;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem}.perks-slots,.skills-slots{margin-bottom:2rem}.perks-slots h4,.skills-slots h4{margin-bottom:1rem;color:#555;font-size:1.1rem}.slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.slot{background:#f8f9fa;border:2px dashed #ccc;border-radius:10px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all 0.3s ease;cursor:pointer;position:relative;min-height:80px}.slot:hover{border-color:#ff6b35;background:#fff5f2}.slot.filled{border-style:solid;border-color:#ff6b35;background:#fff}.slot-content{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.slot-content img{max-width:100%;max-height:100%;border-radius:8px}.slot-label{font-size:.8rem;color:#666;text-align:center}.build-right{display:flex;flex-direction:column;gap:2rem}.skills-selector,.perks-selector{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px rgb(0 0 0 / .1);border:1px solid #eaeaea}.skills-selector h3,.perks-selector h3{margin-bottom:1.5rem;color:#333;font-size:1.3rem;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.skill-type-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.type-tab{background:#f8f9fa;border:1px solid #e0e0e0;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:all 0.3s ease;font-weight:500;flex:1;text-align:center;min-width:120px}.type-tab:hover,.type-tab.active{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;border-color:#ff6b35}.skill-rarity-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.rarity-filter{background:#f8f9fa;border:1px solid #e0e0e0;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all 0.3s ease;font-size:.9rem;flex:1;text-align:center;min-width:80px}.rarity-filter:hover,.rarity-filter.active{background:#333;color:#fff;border-color:#333}.skills-list,.perks-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;max-height:none;overflow-y:visible;padding:1rem;background:#f8f9fa;border-radius:10px;grid-auto-flow:dense}.skill-item,.perk-item{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:1rem;text-align:center;cursor:pointer;transition:all 0.3s ease;position:relative;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;break-inside:avoid}.skills-selector .skills-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:15px!important;max-height:none!important;overflow:visible!important}.skills-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important}.skill-item{width:100%!important;margin:0!important}.skill-item:hover,.perk-item:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 5px 15px rgb(0 0 0 / .1)}.skill-item.selected,.perk-item.selected{border-color:#ff6b35;background:#fff5f2}.skill-thumbnail,.perk-thumbnail{width:60px;height:60px;margin:0 auto .5rem;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.skill-thumbnail img,.perk-thumbnail img{width:100%;height:100%;object-fit:cover}.skill-placeholder,.perk-placeholder{width:100%;height:100%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.skill-name,.perk-name{font-weight:600;margin-bottom:.5rem;font-size:.9rem;line-height:1.2}.skill-price{color:#ff6b35;font-weight:600;font-size:.9rem}.perk-description{font-size:.7rem;color:#666;margin-top:.3rem;line-height:1.2;font-style:italic}.skill-rarity-indicator{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:50%}.skill-bonuses{font-size:.7rem;color:#666;margin-top:.3rem;line-height:1.2}.loading-skills,.loading-perks{text-align:center;padding:2rem;color:#666;grid-column:1 / -1}.no-hero-selected,.hero-not-found{text-align:center;padding:3rem 2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.no-hero-selected h3,.hero-not-found h3{margin-bottom:1rem;color:#333}.no-hero-selected p,.hero-not-found p{color:#666;margin-bottom:1.5rem}@media (max-width:1024px){.build-layout{grid-template-columns:1fr}.skills-list,.perks-list{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media (max-width:768px){.skill-build-page{padding-top:70px}.hero-info-header{flex-direction:column;text-align:center;gap:1rem}.hero-title-info .page-title{font-size:1.5rem}.type-tab{padding:.8rem 1rem;min-width:100px}.skills-list,.perks-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.stats-grid{grid-template-columns:1fr}.slots-grid{grid-template-columns:1fr}}@media (max-width:480px){.build-header{padding:1.5rem 0}.hero-title-info .page-title{font-size:1.3rem}.skill-type-tabs{flex-direction:column}.type-tab{text-align:center}.build-content{padding:1rem 0}.skills-list,.perks-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.skill-item,.perk-item{min-height:120px;padding:.8rem}}@media (max-width:768px){.site-title-corner{top:20px;left:20px}.corner-title{font-size:1.5rem}.main-text{font-size:32px!important;padding:0 15px}.main-navigation{width:100%;padding:.8rem 0;background:rgb(0 0 0 / .7)}.nav-container{justify-content:center}.primary-menu ul{gap:.8rem;flex-wrap:wrap;justify-content:center}.primary-menu a{padding:.6rem 1rem;font-size:.9rem}.featured-sections{grid-template-columns:1fr;gap:1.5rem}.featured-item{padding:2rem 1.5rem}}@media (max-width:480px){.site-title-corner{top:15px;left:15px}.corner-title{font-size:1.3rem}.main-text{font-size:24px!important;padding:0 10px}.primary-menu ul{gap:.5rem}.primary-menu a{font-size:.85rem;padding:.5rem .8rem}.main-content-section{padding:3rem 0}.featured-item{padding:1.5rem 1rem}.site-footer{padding:1.5rem 0}}@media (min-width:1400px){.main-text{max-width:70%}}body:not(.home) .site-title-corner{display:block}body:not(.home) .main-navigation{width:100%;background:rgb(30 144 255 / .9)}body:not(.home) .nav-container{max-width:1200px;margin:0 auto;justify-content:flex-start;padding:0 20px}body:not(.home) .primary-menu a{background:rgb(255 255 255 / .15)}body:not(.home) .primary-menu a:hover{background:rgb(255 255 255 / .25)}.skill-build-page{min-height:100vh;background:#f8f9fa;padding-top:80px}.build-header{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:2rem 0;border-bottom:1px solid #e0e0e0}@media (max-width:480px){.build-header{padding:1.5rem 0}.hero-title-info .page-title{font-size:1.3rem}.skill-type-tabs{flex-direction:column}.type-tab{text-align:center}.build-content{padding:1rem 0}.skills-list,.perks-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.skill-item,.perk-item{min-height:120px;padding:.8rem}}.stat-description{font-size:.8rem;color:#666;margin-left:.5rem;font-style:italic}.cost-description{font-size:.9rem;color:#ff6b35;margin-left:.5rem;font-weight:400}#stat-gold-health{color:gold;font-weight:700}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #ff6b35;flex-wrap:wrap}.stat-label{font-weight:500;color:#666;font-size:.9rem;min-width:100px}.stat-value{font-weight:600;color:#333;font-size:.9rem;min-width:60px;text-align:right}@media (max-width:768px){.stat-item{flex-direction:column;align-items:flex-start;gap:.3rem}.stat-label,.stat-value{min-width:auto;text-align:left}.stat-description{margin-left:0;margin-top:.2rem}}.hero-exclusive-notice{background:linear-gradient(135deg,#e7f3ff,#d4e8ff);border-left:4px solid #4a90e2}.loading-skills{text-align:center;padding:2rem;color:#666;font-style:italic}.skill-tooltip{position:fixed;background:rgb(0 0 0 / .95);color:#fff;padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.5;max-width:300px;z-index:10000;box-shadow:0 4px 20px rgb(0 0 0 / .3);border:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(10px);opacity:0;transform:translateY(10px);transition:all 0.2s ease;pointer-events:none}.skill-tooltip.active{opacity:1;transform:translateY(0)}.skill-tooltip::before{content:'';position:absolute;top:-5px;left:20px;width:10px;height:10px;background:rgb(0 0 0 / .95);transform:rotate(45deg);border-left:1px solid rgb(255 255 255 / .1);border-top:1px solid rgb(255 255 255 / .1)}.skill-item:hover,.perk-item:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 5px 15px rgb(0 0 0 / .1);z-index:1000;position:relative}.skill-item.selected .skill-tooltip,.perk-item.selected .skill-tooltip{background:rgb(255 107 53 / .95)}.skill-item.selected .skill-tooltip::before,.perk-item.selected .skill-tooltip::before{background:rgb(255 107 53 / .95)}.skill-item[data-rarity="绿色"] .skill-tooltip{border-left:3px solid lime}.skill-item[data-rarity="蓝色"] .skill-tooltip{border-left:3px solid #007bff}.skill-item[data-rarity="紫色"] .skill-tooltip{border-left:3px solid purple}@media (max-width:768px){.skill-tooltip{display:none}.skill-item:hover,.perk-item:hover{transform:none}}.hero-archive-page{min-height:100vh;background:#f8f9fa}.hero-archive-header{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:4rem 0 2rem;text-align:center}.hero-archive-header .page-title{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b35,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-archive-header .page-description{font-size:1.2rem;opacity:.9}.hero-classes-nav{display:flex;justify-content:center;gap:1rem;margin:2rem 0 3rem;flex-wrap:wrap}.class-tab{background:#fff;border:2px solid #e0e0e0;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;color:#333}.class-tab:hover,.class-tab.active{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 107 53 / .3)}.hero-class-section{margin-bottom:4rem}.class-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#333;position:relative}.class-title::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(135deg,#ff6b35,#ffd700);margin:1rem auto;border-radius:2px}.heroes-archive-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.hero-archive-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:all 0.3s ease;border:1px solid #eaeaea;display:flex;flex-direction:column;height:100%}.hero-archive-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgb(0 0 0 / .15)}.hero-archive-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.hero-archive-image{height:200px;overflow:hidden;position:relative;flex-shrink:0}.hero-archive-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.hero-archive-card:hover .hero-archive-image img{transform:scale(1.1)}.hero-class-badge{position:absolute;top:10px;right:10px;background:rgb(0 0 0 / .8);color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.hero-archive-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#999;font-weight:500}.hero-archive-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:center}.hero-archive-name{font-size:1.4rem;margin-bottom:.5rem;color:#333;font-weight:600;text-align:center}.hero-archive-excerpt{color:#666;margin-bottom:1rem;line-height:1.5;font-size:.9rem;text-align:center;flex-grow:1}.hero-archive-action{text-align:center;margin-top:auto}.hero-archive-more{color:#ff6b35;font-weight:600;font-size:.9rem;display:inline-block;padding:8px 16px;border:2px solid #ff6b35;border-radius:25px;transition:all 0.3s ease}.hero-archive-card:hover .hero-archive-more{background:#ff6b35;color:#fff;transform:translateY(-2px)}.no-heroes{text-align:center;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.no-heroes p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.add-hero-link{display:inline-block;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.add-hero-link:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:translateY(-2px);box-shadow:0 5px 15px rgb(40 167 69 / .3)}@media (max-width:768px){.hero-archive-header .page-title{font-size:2.5rem}.class-tab{padding:.8rem 1.5rem;font-size:1rem}.heroes-archive-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.class-title{font-size:2rem}.hero-archive-info{padding:1.2rem}.hero-archive-name{font-size:1.3rem}}@media (max-width:480px){.hero-archive-header .page-title{font-size:2rem}.class-title{font-size:1.8rem}.heroes-archive-list{grid-template-columns:1fr}.hero-classes-nav{flex-direction:column;align-items:center}.class-tab{width:200px;text-align:center}.hero-archive-info{padding:1rem}.hero-archive-name{font-size:1.2rem}.hero-archive-more{padding:6px 12px;font-size:.8rem}}@media (min-width:1200px){.heroes-archive-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-archive-card{animation:fadeInUp 0.6s ease-out}.hero-archive-card:nth-child(2){animation-delay:0.1s}.hero-archive-card:nth-child(3){animation-delay:0.2s}.hero-archive-card:nth-child(4){animation-delay:0.3s}.hero-archive-page{min-height:100vh;background:#f8f9fa}.hero-archive-header{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:4rem 0 2rem;text-align:center}.hero-archive-header .page-title{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b35,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-archive-header .page-description{font-size:1.2rem;opacity:.9}.hero-classes-nav{display:flex;justify-content:center;gap:1rem;margin:2rem 0 3rem;flex-wrap:wrap}.class-tab{background:#fff;border:2px solid #e0e0e0;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;color:#333}.class-tab:hover,.class-tab.active{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 107 53 / .3)}.hero-class-section{margin-bottom:4rem}.class-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#333;position:relative}.class-title::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(135deg,#ff6b35,#ffd700);margin:1rem auto;border-radius:2px}.heroes-archive-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.hero-archive-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:all 0.3s ease;border:1px solid #eaeaea;display:flex;flex-direction:column;height:100%}.hero-archive-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgb(0 0 0 / .15)}.hero-archive-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.hero-archive-image{height:200px;overflow:hidden;position:relative;flex-shrink:0}.hero-archive-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.hero-archive-card:hover .hero-archive-image img{transform:scale(1.1)}.hero-archive-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#999;font-weight:500}.hero-archive-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:center}.hero-archive-name{font-size:1.4rem;margin-bottom:.5rem;color:#333;font-weight:600;text-align:center}.hero-archive-excerpt{color:#666;margin-bottom:1rem;line-height:1.5;font-size:.9rem;text-align:center;flex-grow:1}.hero-archive-action{text-align:center;margin-top:auto}.hero-archive-more{color:#ff6b35;font-weight:600;font-size:.9rem;display:inline-block;padding:8px 16px;border:2px solid #ff6b35;border-radius:25px;transition:all 0.3s ease}.hero-archive-card:hover .hero-archive-more{background:#ff6b35;color:#fff;transform:translateY(-2px)}.no-heroes{text-align:center;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.no-heroes p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.add-hero-link{display:inline-block;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.add-hero-link:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:translateY(-2px);box-shadow:0 5px 15px rgb(40 167 69 / .3)}.hero-detail-page{min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;position:relative}.hero-detail-header{position:relative;z-index:2;background:rgb(0 0 0 / .8);padding:2rem 0;color:#fff}.hero-detail-content{position:relative;z-index:2;padding:3rem 0;background:rgb(255 255 255 / .05)}.hero-detail-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem}.hero-info-sidebar{display:flex;flex-direction:column;gap:2rem}.hero-info-card{background:rgb(255 255 255 / .95);border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px rgb(0 0 0 / .3);backdrop-filter:blur(10px);border:1px solid rgb(255 107 53 / .2)}.hero-info-card h3{color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35;font-size:1.3rem}.info-list{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.8rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #ff6b35;transition:all 0.3s ease}.info-item:hover{background:#e9ecef;transform:translateX(5px)}.info-label{font-weight:600;color:#333;min-width:80px}.info-value{color:#666;text-align:right;flex:1}.hero-story-main{display:flex;flex-direction:column;gap:2rem}.hero-skills-perks-card{background:rgb(255 255 255 / .95);border-radius:15px;padding:2rem;box-shadow:0 5px 15px rgb(0 0 0 / .3);backdrop-filter:blur(10px);border:1px solid rgb(255 107 53 / .2)}.hero-skills-perks-card h3{color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35;font-size:1.5rem;text-align:center}.skills-perks-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.skills-column,.perks-column{background:rgb(248 249 250 / .8);border-radius:10px;padding:20px;border:1px solid rgb(255 107 53 / .2)}.section-title{color:#ff6b35;font-size:1.3rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #ff6b35;text-align:center}.skills-list{display:flex;flex-direction:column;gap:15px}.skill-item{background:#fff;border-radius:8px;padding:15px;border-left:4px solid #007bff;box-shadow:0 2px 5px rgb(0 0 0 / .1);transition:all 0.3s ease}.skill-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.skill-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.skill-icon{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:2px solid #e9ecef}.skill-icon img{width:100%;height:100%;object-fit:cover}.skill-icon.default{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:20px}.skill-name{margin:0;color:#333;font-size:16px;font-weight:600;flex:1}.skill-description{color:#666;font-size:14px;line-height:1.4;margin:0;padding-left:62px}.perks-grid{display:grid;grid-template-columns:1fr;gap:15px}.perk-item{background:#fff;border-radius:8px;padding:15px;border-left:4px solid #ff6b35;box-shadow:0 2px 5px rgb(0 0 0 / .1);transition:all 0.3s ease}.perk-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.perk-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.perk-icon{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:2px solid #e9ecef}.perk-icon img{width:100%;height:100%;object-fit:cover}.perk-icon.default{background:linear-gradient(135deg,#ff6b35,#ffd700);color:#fff;font-size:16px}.perk-name{margin:0;color:#333;font-size:14px;font-weight:600;flex:1}.perk-description{color:#666;font-size:13px;line-height:1.4;margin:0;padding-left:52px}.no-skills,.no-perks{text-align:center;color:#999;font-style:italic;padding:20px;background:#fff;border-radius:8px;border:2px dashed #ddd}.hero-story-card{background:rgb(255 255 255 / .95);border-radius:15px;padding:2rem;box-shadow:0 5px 15px rgb(0 0 0 / .3);backdrop-filter:blur(10px);border:1px solid rgb(255 107 53 / .2)}.hero-story-card h3{color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35;font-size:1.5rem}.hero-story-content{color:#333;line-height:1.8;font-size:1.1rem}.hero-story-content p{margin-bottom:1.5rem}.hero-quote-card{background:rgb(255 107 53 / .1);border-left:4px solid #ff6b35;border-radius:8px;padding:1.5rem;backdrop-filter:blur(10px)}.hero-quote{margin:0;font-style:italic;color:#fff;font-size:1.2rem;line-height:1.6;text-align:center}@media (max-width:1024px){.skills-perks-layout{gap:20px}.skills-column,.perks-column{padding:15px}.hero-detail-layout{grid-template-columns:300px 1fr}.hero-avatar{width:100px;height:100px}.hero-title-info .hero-name{font-size:2.2rem}}@media (max-width:768px){.skills-perks-layout{grid-template-columns:1fr;gap:20px}.hero-detail-layout{grid-template-columns:1fr}.hero-basic-info{flex-direction:column;text-align:center;gap:1rem}.skill-header,.perk-header{gap:10px}.skill-icon{width:40px;height:40px}.perk-icon{width:35px;height:35px}.skill-name{font-size:15px}.perk-name{font-size:13px}.skill-description{padding-left:50px}.perk-description{padding-left:45px}.hero-avatar{width:120px;height:120px}}@media (max-width:480px){.skills-perks-layout{gap:15px}.skills-column,.perks-column{padding:12px}.skill-item,.perk-item{padding:12px}.hero-avatar{width:100px;height:100px}.hero-title-info .hero-name{font-size:1.8rem}.skill-description{padding-left:0;margin-top:8px}.perk-description{padding-left:0;margin-top:8px}.hero-detail-content{padding:1.5rem 0}.hero-info-card,.hero-skills-perks-card,.hero-story-card{padding:1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-info-card,.hero-skills-perks-card,.hero-story-card{animation:fadeInUp 0.6s ease-out}.hero-skills-perks-card{animation-delay:0.1s}.hero-story-card{animation-delay:0.2s}