:root{--gh-primary: #4f46e5;--gh-primary-hover: #4338ca;--gh-primary-light: #eeeffe;--gh-secondary: #06b6d4;--gh-accent: #f59e0b;--gh-accent-light: #fef3c7;--gh-bg-main: #f8fafc;--gh-bg-card: #ffffff;--gh-bg-glass: rgba(255, 255, 255, .88);--gh-text-dark: #0f172a;--gh-text-medium: #475569;--gh-text-light: #64748b;--gh-text-muted: #94a3b8;--gh-border: #e2e8f0;--gh-border-hover: #cbd5e1;--gh-radius-sm: 8px;--gh-radius-md: 14px;--gh-radius-lg: 20px;--gh-radius-full: 9999px;--gh-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--gh-shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--gh-shadow-lg: 0 12px 28px rgba(79, 70, 229, .12), 0 4px 10px rgba(15, 23, 42, .05);--font-heading: "Outfit", "Noto Sans KR", sans-serif;--font-body: "Inter", "Noto Sans KR", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--gh-bg-main);color:var(--gh-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--gh-primary);outline-offset:2px}.gh-portal-wrapper{min-height:100vh;display:flex;flex-direction:column}.gh-main-container{max-width:1200px;width:100%;margin:0 auto;padding:1.5rem 1rem 3rem;flex:1}.gh-header{position:sticky;top:0;z-index:100;background:var(--gh-bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gh-border)}.gh-header-container{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.gh-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--gh-text-dark)}.gh-logo-icon{font-size:1.6rem}.gh-logo-highlight{color:var(--gh-primary)}.gh-version-badge{background:var(--gh-primary-light);color:var(--gh-primary);font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:var(--gh-radius-full)}.gh-nav-desktop{display:flex;align-items:center;gap:1.5rem}.gh-nav-link{font-weight:600;color:var(--gh-text-medium);transition:color .2s ease}.gh-nav-link:hover{color:var(--gh-primary)}.gh-btn-hub{background:#111827;color:#fff;padding:.45rem .9rem;border-radius:var(--gh-radius-full);font-size:.85rem;font-weight:600;transition:all .2s ease}.gh-btn-hub:hover{background:#374151;transform:translateY(-1px)}.gh-mobile-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.hamburger-line{width:22px;height:2px;background-color:var(--gh-text-dark);border-radius:2px;transition:all .3s ease}.gh-mobile-menu{background:var(--gh-bg-card);border-bottom:1px solid var(--gh-border);padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--gh-shadow-md)}.gh-mobile-link{font-size:1rem;font-weight:600;color:var(--gh-text-medium);text-align:left;padding:.6rem;border-radius:var(--gh-radius-sm);transition:background .2s ease}.gh-mobile-link:hover{background:var(--gh-bg-main);color:var(--gh-primary)}.gh-mobile-hub-link{background:#111827;color:#fff!important;text-align:center;margin-top:.5rem}.gh-hero{background:linear-gradient(135deg,#eef2ff,#e0e7ff,#fae8ff);border-radius:var(--gh-radius-lg);padding:3rem 1.5rem;text-align:center;margin-top:1rem;margin-bottom:2rem;border:1px solid rgba(224,231,255,.8);box-shadow:var(--gh-shadow-sm)}.gh-hero-content{max-width:800px;margin:0 auto}.gh-hero-badge{display:inline-block;background:#fff;color:var(--gh-primary);font-size:.85rem;font-weight:700;padding:.35rem 1rem;border-radius:var(--gh-radius-full);box-shadow:var(--gh-shadow-sm);margin-bottom:1rem}.gh-hero-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--gh-text-dark);line-height:1.25;margin-bottom:1rem}.gh-gradient-text{background:linear-gradient(135deg,#4f46e5,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gh-hero-description{font-size:1.1rem;color:var(--gh-text-medium);margin-bottom:2rem;word-break:keep-all}.gh-hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.gh-btn-primary{background:linear-gradient(135deg,var(--gh-primary) 0%,#4338ca 100%);color:#fff;font-weight:700;padding:.8rem 1.8rem;border-radius:var(--gh-radius-full);box-shadow:var(--gh-shadow-md);transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.gh-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--gh-shadow-lg)}.gh-btn-secondary{background:#fff;color:var(--gh-text-dark);border:1px solid var(--gh-border);font-weight:600;padding:.8rem 1.5rem;border-radius:var(--gh-radius-full);transition:all .2s ease}.gh-btn-secondary:hover{background:var(--gh-bg-main);border-color:var(--gh-border-hover)}.gh-hero-stats{background:#fff;border-radius:var(--gh-radius-md);padding:1rem 1.5rem;display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:var(--gh-shadow-sm);border:1px solid var(--gh-border);flex-wrap:wrap}.gh-stat-item{display:flex;flex-direction:column;align-items:center}.gh-stat-number{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--gh-text-dark)}.gh-stat-green{color:#10b981}.gh-stat-amber{color:#f59e0b}.gh-stat-label{font-size:.8rem;color:var(--gh-text-light)}.gh-stat-divider{width:1px;height:28px;background-color:var(--gh-border)}.gh-section-header{text-align:center;margin-bottom:2rem}.gh-section-title{font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--gh-text-dark);margin-bottom:.25rem}.gh-section-subtitle{font-size:.95rem;color:var(--gh-text-light)}.gh-categories-section{margin-bottom:3rem}.gh-category-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.gh-category-card{background:var(--gh-bg-card);border:1px solid var(--gh-border);border-radius:var(--gh-radius-md);padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;cursor:pointer;transition:all .2s ease;box-shadow:var(--gh-shadow-sm)}.gh-category-card:hover{transform:translateY(-3px);border-color:var(--gh-primary);box-shadow:var(--gh-shadow-md)}.gh-category-card.selected{background:var(--gh-primary-light);border-color:var(--gh-primary)}.gh-cat-icon-wrapper{font-size:2.2rem;line-height:1;background:var(--gh-bg-main);padding:.6rem;border-radius:var(--gh-radius-md)}.gh-cat-title{font-size:1.1rem;font-weight:700;color:var(--gh-text-dark)}.gh-cat-desc{font-size:.85rem;color:var(--gh-text-light);margin-bottom:.4rem}.gh-cat-count-badge{font-size:.75rem;font-weight:700;color:var(--gh-primary);background:#4f46e51a;padding:.15rem .5rem;border-radius:var(--gh-radius-full)}.ad-slot-container{width:100%;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:var(--gh-radius-md);display:flex;align-items:center;justify-content:center;margin:1.5rem 0;overflow:hidden}.ad-slot-banner{height:100px;max-height:100px}.ad-slot-leaderboard{height:120px;max-height:120px}.ad-slot-inner{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--gh-text-muted)}.ad-badge{font-size:.65rem;font-weight:800;letter-spacing:.05em;background:#cbd5e1;color:#475569;padding:.1rem .4rem;border-radius:4px}.ad-placeholder-text{font-size:.85rem;font-weight:500}.gh-game-grid-section{margin-bottom:3.5rem}.gh-filter-bar{background:var(--gh-bg-card);border:1px solid var(--gh-border);border-radius:var(--gh-radius-md);padding:1rem;margin-bottom:2rem;box-shadow:var(--gh-shadow-sm);display:flex;flex-direction:column;gap:1rem}.gh-pills-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.gh-filter-pill{padding:.5rem 1rem;border-radius:var(--gh-radius-full);background:var(--gh-bg-main);border:1px solid var(--gh-border);font-weight:600;font-size:.9rem;color:var(--gh-text-medium);white-space:nowrap;display:flex;align-items:center;gap:.4rem;transition:all .2s ease}.gh-filter-pill:hover{background:#e0e7ff;color:var(--gh-primary)}.gh-filter-pill.active{background:var(--gh-primary);color:#fff;border-color:var(--gh-primary)}.gh-search-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gh-search-box{position:relative;flex:1;min-width:260px}.search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--gh-text-muted)}.gh-search-input{width:100%;padding:.6rem 2.2rem .6rem 2.4rem;border:1px solid var(--gh-border);border-radius:var(--gh-radius-full);background:var(--gh-bg-main);outline:none;transition:border-color .2s ease}.gh-search-input:focus{border-color:var(--gh-primary);background:#fff}.search-clear-btn{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);color:var(--gh-text-muted)}.gh-status-tabs{display:flex;background:var(--gh-bg-main);padding:.25rem;border-radius:var(--gh-radius-full);border:1px solid var(--gh-border)}.status-tab{padding:.4rem .85rem;font-size:.8rem;font-weight:600;color:var(--gh-text-light);border-radius:var(--gh-radius-full);transition:all .2s ease}.status-tab.active{background:#fff;color:var(--gh-text-dark);box-shadow:var(--gh-shadow-sm)}.gh-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gh-game-card{background:var(--gh-bg-card);border:1px solid var(--gh-border);border-radius:var(--gh-radius-md);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--gh-shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.gh-game-card:hover{transform:translateY(-4px);box-shadow:var(--gh-shadow-md);border-color:var(--gh-border-hover)}.coming-soon-card{opacity:.9}.gh-card-media{position:relative;width:100%;aspect-ratio:16 / 9;background-color:#cbd5e1;overflow:hidden}.gh-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gh-game-card:hover .gh-card-img{transform:scale(1.04)}.gh-card-status-badge{position:absolute;top:.6rem;left:.6rem;font-size:.72rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--gh-radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gh-card-status-badge.available{background:#10b981e6;color:#fff}.gh-card-status-badge.coming-soon{background:#f59e0be6;color:#fff}.gh-card-featured-badge{position:absolute;top:.6rem;right:.6rem;background:#ef4444e6;color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--gh-radius-full)}.gh-card-body{padding:1.1rem;flex:1;display:flex;flex-direction:column}.gh-card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.gh-card-category{font-size:.78rem;font-weight:700;color:var(--gh-primary);text-transform:uppercase}.gh-card-rating{font-size:.8rem;font-weight:700;color:#f59e0b}.gh-card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--gh-text-dark);margin-bottom:.4rem;line-height:1.3}.gh-card-desc{font-size:.88rem;color:var(--gh-text-medium);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all}.gh-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}.gh-tag-pill{font-size:.72rem;font-weight:600;color:var(--gh-text-light);background:var(--gh-bg-main);padding:.15rem .5rem;border-radius:var(--gh-radius-sm)}.gh-card-footer{padding:.85rem 1.1rem;background:var(--gh-bg-main);border-top:1px solid var(--gh-border);display:flex;gap:.6rem}.gh-btn-play{flex:1;background:var(--gh-primary);color:#fff;font-weight:700;font-size:.85rem;padding:.55rem .8rem;border-radius:var(--gh-radius-sm);text-align:center;transition:background .2s ease}.gh-btn-play:hover:not(.disabled){background:var(--gh-primary-hover)}.gh-btn-play.disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.gh-btn-guide{background:#fff;color:var(--gh-text-dark);border:1px solid var(--gh-border);font-weight:600;font-size:.85rem;padding:.55rem .8rem;border-radius:var(--gh-radius-sm);transition:all .2s ease}.gh-btn-guide:hover{background:var(--gh-bg-main);border-color:var(--gh-border-hover)}.gh-empty-grid{background:var(--gh-bg-card);border:1px dashed var(--gh-border);border-radius:var(--gh-radius-md);padding:3rem 1.5rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.gh-empty-grid h3{font-size:1.2rem;color:var(--gh-text-dark);margin-bottom:.5rem}.gh-empty-grid p{color:var(--gh-text-light);margin-bottom:1.5rem}.gh-guide-section{margin-bottom:3.5rem}.gh-guide-tabs{display:flex;gap:.5rem;overflow-x:auto;margin-bottom:1.5rem;padding-bottom:.5rem}.guide-tab{padding:.65rem 1.25rem;border-radius:var(--gh-radius-md);background:var(--gh-bg-card);border:1px solid var(--gh-border);font-weight:600;font-size:.92rem;color:var(--gh-text-medium);white-space:nowrap;transition:all .2s ease}.guide-tab:hover{border-color:var(--gh-primary);color:var(--gh-primary)}.guide-tab.active{background:var(--gh-primary);color:#fff;border-color:var(--gh-primary)}.gh-guide-content-box{background:var(--gh-bg-card);border:1px solid var(--gh-border);border-radius:var(--gh-radius-md);padding:2rem;box-shadow:var(--gh-shadow-sm)}.guide-pane h3{font-family:var(--font-heading);font-size:1.3rem;color:var(--gh-text-dark);margin-bottom:1.5rem}.guide-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.step-card{background:var(--gh-bg-main);padding:1.25rem;border-radius:var(--gh-radius-md);border:1px solid var(--gh-border);position:relative}.step-num{width:32px;height:32px;background:var(--gh-primary);color:#fff;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.step-card h4{font-size:1rem;color:var(--gh-text-dark);margin-bottom:.35rem}.step-card p{font-size:.85rem;color:var(--gh-text-medium)}.tip-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.tip-list li{position:relative;padding-left:1.5rem;font-size:.95rem;color:var(--gh-text-medium)}.tip-list li:before{content:"✔";position:absolute;left:0;color:var(--gh-primary);font-weight:700}.strategy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.strategy-card{background:var(--gh-bg-main);padding:1.25rem;border-radius:var(--gh-radius-md);border:1px solid var(--gh-border)}.strategy-card h4{color:var(--gh-text-dark);margin-bottom:.5rem}.strategy-card p{font-size:.9rem;color:var(--gh-text-medium)}.update-timeline{display:flex;flex-direction:column;gap:1.25rem}.timeline-item{border-left:3px solid var(--gh-primary);padding-left:1rem}.update-date{font-size:.8rem;font-weight:700;color:var(--gh-primary)}.timeline-item h4{font-size:1.05rem;color:var(--gh-text-dark)}.timeline-item p{font-size:.88rem;color:var(--gh-text-medium)}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--gh-border);border-radius:var(--gh-radius-md);overflow:hidden}.faq-question{width:100%;padding:1rem 1.25rem;background:var(--gh-bg-main);display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.95rem;color:var(--gh-text-dark);text-align:left}.faq-item.open .faq-question{background:var(--gh-primary-light);color:var(--gh-primary)}.faq-answer{padding:1rem 1.25rem;background:#fff;font-size:.9rem;color:var(--gh-text-medium);border-top:1px solid var(--gh-border)}.gh-footer{background:#0f172a;color:#94a3b8;padding:3.5rem 1rem 1.5rem;margin-top:auto}.gh-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 2fr;gap:3rem;margin-bottom:2.5rem}.gh-footer-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#fff;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.gh-footer-logo .highlight{color:var(--gh-secondary)}.gh-footer-desc{font-size:.88rem;line-height:1.6;margin-bottom:1rem}.gh-footer-version{font-size:.78rem;color:#64748b}.gh-footer-links-group{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gh-footer-col h4{color:#fff;font-size:.95rem;margin-bottom:1rem}.gh-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.gh-footer-col a,.footer-modal-btn{font-size:.85rem;color:#94a3b8;transition:color .2s ease}.gh-footer-col a:hover,.footer-modal-btn:hover{color:#fff}.gh-footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid #1e293b;text-align:center;font-size:.8rem;color:#64748b}.gh-footer-modal-overlay,.gh-guide-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.gh-footer-modal,.gh-guide-modal-card{background:#fff;border-radius:var(--gh-radius-lg);max-width:520px;width:100%;box-shadow:var(--gh-shadow-lg);overflow:hidden;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{padding:1.25rem 1.5rem;background:var(--gh-bg-main);border-bottom:1px solid var(--gh-border);display:flex;align-items:center;justify-content:space-between}.modal-header-left{display:flex;align-items:center;gap:.75rem}.modal-thumb{width:48px;height:48px;object-fit:cover;border-radius:var(--gh-radius-sm)}.modal-cat-badge{font-size:.75rem;color:var(--gh-primary);font-weight:700}.modal-close-btn{font-size:1.2rem;color:var(--gh-text-muted)}.modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.modal-game-desc{color:var(--gh-text-medium);margin-bottom:1rem}.modal-tags-row{display:flex;gap:.4rem;margin-bottom:1.25rem}.modal-info-box{background:var(--gh-bg-main);padding:.85rem;border-radius:var(--gh-radius-md);display:flex;flex-direction:column;gap:.5rem;font-size:.88rem}.info-row{display:flex;justify-content:space-between}.modal-footer{padding:1rem 1.5rem;background:var(--gh-bg-main);border-top:1px solid var(--gh-border);display:flex;justify-content:flex-end;gap:.75rem}@media (max-width: 900px){.gh-footer-container{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.gh-nav-desktop{display:none}.gh-mobile-toggle{display:flex}.gh-hero-title{font-size:1.85rem}.gh-hero-description{font-size:.95rem}.gh-hero-stats{gap:1rem;padding:.85rem 1rem}.gh-stat-divider{display:none}.gh-footer-links-group{grid-template-columns:1fr}.gh-br-desktop{display:none}}@media (max-width: 480px){.gh-main-container{padding-left:.75rem;padding-right:.75rem}.gh-cards-grid{grid-template-columns:1fr}.gh-search-row{flex-direction:column}.gh-status-tabs{width:100%;justify-content:center}}
