.pachislot-module__KM9AoG__main{flex-direction:column;min-height:100vh;display:flex}.pachislot-module__KM9AoG__hero{text-align:center;border-bottom:1px solid var(--border-color);background:radial-gradient(circle at 50% 100%,#ffd7000d,#0000 50%);flex-direction:column;align-items:center;padding:80px 20px;display:flex;position:relative}.pachislot-module__KM9AoG__heroTitle{background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;margin-bottom:16px;font-size:48px;font-weight:900}.pachislot-module__KM9AoG__heroSubtitle{color:#4a5568;max-width:600px;margin-bottom:40px;font-size:18px;line-height:1.6}.pachislot-module__KM9AoG__heroSearchContainer{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.pachislot-module__KM9AoG__heroSearch{gap:12px;width:100%;margin-bottom:16px;display:flex}.pachislot-module__KM9AoG__popularKeywords{color:var(--text-secondary);align-items:center;gap:12px;font-size:13px;display:flex}.pachislot-module__KM9AoG__popularKeywords span{font-weight:600}.pachislot-module__KM9AoG__popularKeywords button{color:var(--accent-gold);cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s}.pachislot-module__KM9AoG__popularKeywords button:hover{color:#fff;text-decoration:underline}.pachislot-module__KM9AoG__heroInput{border-radius:var(--radius-xl);border:1px solid var(--border-glow);color:#fff;background:#00000080;outline:none;flex:1;padding:16px 24px;font-size:16px;transition:all .3s;box-shadow:0 0 20px #ffd7000d}.pachislot-module__KM9AoG__heroInput:focus{border-color:var(--accent-gold);box-shadow:0 0 20px var(--accent-gold-glow)}.pachislot-module__KM9AoG__heroButton{border-radius:var(--radius-xl);color:#000;cursor:pointer;background:linear-gradient(135deg,gold,#fa0);border:none;padding:0 32px;font-size:16px;font-weight:700;transition:all .3s}.pachislot-module__KM9AoG__heroButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffd70033}.pachislot-module__KM9AoG__topAdContainer{width:100%;max-width:1000px;margin:0 auto;padding:0 20px}.pachislot-module__KM9AoG__section{width:100%;max-width:1200px;margin:0 auto;padding:60px 20px}.pachislot-module__KM9AoG__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.pachislot-module__KM9AoG__sectionTitle{color:var(--text-primary);font-size:28px;font-weight:800}.pachislot-module__KM9AoG__sectionTitle span{color:var(--accent-neon-pink)}.pachislot-module__KM9AoG__searchBox{flex:1;max-width:400px;margin-left:24px}.pachislot-module__KM9AoG__searchInput{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);color:#fff;outline:none;width:100%;padding:10px 16px;font-size:14px;transition:all .2s}.pachislot-module__KM9AoG__searchInput:focus{border-color:var(--accent-gold);box-shadow:0 0 10px var(--accent-gold-glow)}.pachislot-module__KM9AoG__viewAll{color:var(--accent-gold);font-size:14px;font-weight:600;text-decoration:none}.pachislot-module__KM9AoG__viewAll:hover{text-decoration:underline}.pachislot-module__KM9AoG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.pachislot-module__KM9AoG__card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;padding:24px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.pachislot-module__KM9AoG__cardImageContainer{border-bottom:1px solid var(--border-color);height:150px;margin:-24px -24px 16px;overflow:hidden}.pachislot-module__KM9AoG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pachislot-module__KM9AoG__card:hover .pachislot-module__KM9AoG__cardImage{transform:scale(1.05)}.pachislot-module__KM9AoG__card:hover{border-color:var(--accent-gold);box-shadow:0 20px 40px #0006, 0 0 20px var(--accent-gold-glow);transform:translateY(-8px)}.pachislot-module__KM9AoG__card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;transition:all .75s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.pachislot-module__KM9AoG__card:hover:after{left:125%}.pachislot-module__KM9AoG__cardTag{color:var(--accent-neon-pink);background:#ff2a6d1a;border-radius:4px;align-self:flex-start;margin-bottom:12px;padding:4px 8px;font-size:11px;font-weight:700}.pachislot-module__KM9AoG__cardTag.pachislot-module__KM9AoG__blue{color:var(--accent-neon-cyan);background:#05d9e81a}.pachislot-module__KM9AoG__cardTitle{margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.4}.pachislot-module__KM9AoG__cardStats{border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;margin-top:auto;padding-top:16px;font-size:13px;display:flex}.pachislot-module__KM9AoG__cardStat strong{color:var(--accent-gold);margin-left:4px}.pachislot-module__KM9AoG__cardContent{flex-direction:column;flex:1;padding:16px 24px 24px;display:flex}.pachislot-module__KM9AoG__cardMeta{align-items:center;gap:12px;margin-bottom:12px;font-size:11px;display:flex}.pachislot-module__KM9AoG__cardDate{color:var(--text-secondary)}.pachislot-module__KM9AoG__cardMachineTag{color:var(--accent-gold);background:#ffd7001a;border-radius:4px;padding:1px 6px;font-weight:700}.pachislot-module__KM9AoG__cardAuthor{border-top:1px solid var(--border-color);align-items:center;gap:8px;margin-top:16px;padding-top:12px;display:flex}.pachislot-module__KM9AoG__cardAuthorIcon{object-fit:cover;border-radius:50%;width:24px;height:24px}.pachislot-module__KM9AoG__cardAuthorName{color:var(--text-secondary);font-size:12px}@media (max-width:768px){.pachislot-module__KM9AoG__hero{padding:60px 16px}.pachislot-module__KM9AoG__heroTitle{font-size:32px}.pachislot-module__KM9AoG__heroSubtitle{margin-bottom:30px;font-size:15px}.pachislot-module__KM9AoG__heroSearch{flex-direction:column;gap:8px}.pachislot-module__KM9AoG__heroButton{width:100%;padding:16px}.pachislot-module__KM9AoG__section{padding:40px 16px}.pachislot-module__KM9AoG__sectionHeader{flex-direction:column;align-items:flex-start;gap:12px}.pachislot-module__KM9AoG__searchBox{width:100%;margin-left:0}.pachislot-module__KM9AoG__grid{grid-template-columns:1fr;gap:16px}}.pachislot-module__KM9AoG__heroActions{justify-content:center;margin-top:30px;display:flex}.pachislot-module__KM9AoG__counterCta{border:1px solid var(--accent-gold);color:var(--accent-gold);background:#d4af371a;border-radius:30px;align-items:center;gap:10px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pachislot-module__KM9AoG__counterCta:hover{background:var(--accent-gold);color:#000;transform:translateY(-2px);box-shadow:0 5px 20px #d4af374d}.pachislot-module__KM9AoG__counterIcon{font-size:1.2rem}.pachislot-module__KM9AoG__counterFeature{max-width:1200px;padding:0 var(--container-padding);margin:60px auto}.pachislot-module__KM9AoG__counterFeatureContent{background:linear-gradient(135deg,#141419 0%,#1e1e28 100%);border:1px solid #d4af3726;border-radius:20px;align-items:center;gap:40px;padding:50px;display:flex;position:relative;overflow:hidden}.pachislot-module__KM9AoG__counterFeatureContent:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af370d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.pachislot-module__KM9AoG__counterFeatureText{z-index:1;flex:1;position:relative}.pachislot-module__KM9AoG__counterFeatureTitle{color:#fff;white-space:nowrap;margin-bottom:20px;font-size:2.2rem;font-weight:800;line-height:1.3}.pachislot-module__KM9AoG__counterFeatureTitle span{color:var(--accent-gold);display:inline}.pachislot-module__KM9AoG__counterFeatureDesc{color:var(--text-secondary);max-width:500px;margin-bottom:30px;font-size:1.1rem;line-height:1.7}.pachislot-module__KM9AoG__counterButton{background:var(--accent-gold);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:8px;padding:14px 40px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.pachislot-module__KM9AoG__counterButton:hover{transform:scale(1.05);box-shadow:0 0 25px #d4af3766}.pachislot-module__KM9AoG__counterFeatureImage{flex:1;justify-content:center;display:flex;position:relative}.pachislot-module__KM9AoG__counterMockup{background:#1a1a20;border:2px solid #333;border-radius:20px;width:100%;max-width:320px;padding:20px;transition:all .5s;transform:perspective(1000px)rotateY(-15deg);box-shadow:20px 20px 60px #00000080,inset 0 0 20px #d4af371a}.pachislot-module__KM9AoG__counterFeatureContent:hover .pachislot-module__KM9AoG__counterMockup{transform:perspective(1000px)rotateY(0)}.pachislot-module__KM9AoG__mockupHeader{color:#555;text-align:center;letter-spacing:2px;margin-bottom:15px;font-size:10px}.pachislot-module__KM9AoG__mockupBody{flex-direction:column;gap:12px;display:flex}.pachislot-module__KM9AoG__mockupItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.pachislot-module__KM9AoG__mockupItem span{color:#aaa;font-size:12px}.pachislot-module__KM9AoG__mockupItem strong{color:var(--accent-gold);font-family:monospace;font-size:18px}@media (max-width:968px){.pachislot-module__KM9AoG__counterFeatureContent{text-align:center;flex-direction:column;padding:40px 20px}.pachislot-module__KM9AoG__counterFeatureTitle{white-space:normal;font-size:1.8rem}.pachislot-module__KM9AoG__counterFeatureTitle span{display:inline-block}.pachislot-module__KM9AoG__counterFeatureText{order:1}.pachislot-module__KM9AoG__counterFeatureDesc{margin-left:auto;margin-right:auto;font-size:1rem}.pachislot-module__KM9AoG__counterFeatureImage{order:2;margin-top:30px}.pachislot-module__KM9AoG__counterMockup{max-width:280px;transform:none}.pachislot-module__KM9AoG__counterFeatureContent:hover .pachislot-module__KM9AoG__counterMockup{transform:scale(1.05)}}
.page-module___8aEwW__topPageContainer{color:#333;width:100%;min-height:100vh;padding:40px var(--container-padding);background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.page-module___8aEwW__pickupSection{max-width:1140px;margin:0 auto 30px}.page-module___8aEwW__pickupGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.page-module___8aEwW__pickupCard{aspect-ratio:16/9;background-position:50%;background-size:cover;border-radius:10px;align-items:flex-end;text-decoration:none;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000f}.page-module___8aEwW__pickupCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.page-module___8aEwW__pickupContent{color:#fff;z-index:2;width:100%;padding:20px}.page-module___8aEwW__pickupBadge{text-transform:uppercase;letter-spacing:.5px;background:#0085a1;border-radius:4px;margin-bottom:8px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.page-module___8aEwW__pickupTitle{-webkit-line-clamp:2;text-overflow:ellipsis;text-shadow:0 2px 4px #0006;-webkit-box-orient:vertical;margin:0 0 6px;font-size:14.5px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.page-module___8aEwW__pickupDate{opacity:.9;font-size:11px;font-weight:600}.page-module___8aEwW__mainLayout{gap:24px;max-width:1140px;margin:0 auto;display:flex}.page-module___8aEwW__mainContent{flex:1;width:calc(70% - 12px)}.page-module___8aEwW__sidebar{flex-shrink:0;width:30%}.page-module___8aEwW__tabContainer{background:#fff;border:1px solid #00000005;border-radius:8px;margin-bottom:24px;padding:4px;display:flex;box-shadow:0 2px 8px #00000008}.page-module___8aEwW__tabButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;flex:1;padding:10px 15px;font-size:13px;font-weight:700;transition:all .25s}.page-module___8aEwW__tabButton:hover{color:#0085a1;background:#0085a108}.page-module___8aEwW__activeTab{background:#0085a1;box-shadow:0 4px 10px #0085a126;color:#fff!important}.page-module___8aEwW__articlesGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.page-module___8aEwW__articleCard{background:#fff;border-radius:10px;flex-direction:column;text-decoration:none;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 3px 12px #0000000a}.page-module___8aEwW__articleCard:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.page-module___8aEwW__imageWrapper{aspect-ratio:16/9;background-color:#f0f0f0;position:relative;overflow:hidden}.page-module___8aEwW__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module___8aEwW__articleCard:hover .page-module___8aEwW__thumbnail{transform:scale(1.05)}.page-module___8aEwW__categoryTag{color:#fff;background:#0085a1;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #00000026}.page-module___8aEwW__articleInfo{border-top:1px solid #00000005;flex-direction:column;flex-grow:1;gap:8px;padding:20px;display:flex}.page-module___8aEwW__articleDate{color:#888;font-size:11px;font-weight:600}.page-module___8aEwW__articleTitle{color:#2d3748;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:14.5px;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.page-module___8aEwW__articleDesc{color:#718096;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.page-module___8aEwW__sidebarWidget{background:#fff;border:1px solid #00000003;border-radius:10px;margin-bottom:24px;padding:24px;box-shadow:0 3px 12px #0000000a}.page-module___8aEwW__widgetTitle{color:#4a5568;letter-spacing:1px;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:700;display:flex}.page-module___8aEwW__widgetTitle:after{content:"";background:#e2e8f0;flex:1;height:2px}.page-module___8aEwW__widgetTitle:before{content:"";background:#0085a1;border-radius:2px;width:4px;height:12px}.page-module___8aEwW__profileBox{text-align:center;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__profileAvatar{object-fit:cover;border:3px solid #0085a11a;border-radius:50%;width:80px;height:80px;margin-bottom:12px}.page-module___8aEwW__profileName{color:#2d3748;margin-bottom:8px;font-size:14.5px;font-weight:700}.page-module___8aEwW__profileDesc{color:#4a5568;margin:0;font-size:12.5px;line-height:1.6}.page-module___8aEwW__rankingList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__rankingItem{border-bottom:1px dashed #e2e8f0;padding-bottom:12px}.page-module___8aEwW__rankingItem:last-child{border-bottom:none;padding-bottom:0}.page-module___8aEwW__rankingLink{align-items:flex-start;gap:12px;text-decoration:none;display:flex}.page-module___8aEwW__rankBadge{color:#fff;background:#cbd5e0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.page-module___8aEwW__rank1{background:#ecc94b}.page-module___8aEwW__rank2{background:#a0aec0}.page-module___8aEwW__rank3{background:#ed8936}.page-module___8aEwW__rankTitle{color:#4a5568;-webkit-line-clamp:2;text-overflow:ellipsis;text-align:left;-webkit-box-orient:vertical;font-size:12.5px;font-weight:600;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.page-module___8aEwW__rankingLink:hover .page-module___8aEwW__rankTitle{color:#0085a1}.page-module___8aEwW__promoBanner{color:#fff;background:linear-gradient(135deg,#0085a1 0%,#00bcd4 100%);padding:30px 24px;text-decoration:none;transition:opacity .2s;display:block}.page-module___8aEwW__promoBanner:hover{opacity:.95}.page-module___8aEwW__promoContent{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.page-module___8aEwW__promoTag{background:#fff3;border:1px solid #fff6;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:700}.page-module___8aEwW__promoHeadline{font-size:14.5px;font-weight:700;line-height:1.45}.page-module___8aEwW__promoButton{color:#0085a1;background:#fff;border-radius:20px;padding:6px 16px;font-size:11.5px;font-weight:700;box-shadow:0 4px 10px #0000001a}.page-module___8aEwW__categoryList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__categoryItem{color:#4a5568;cursor:pointer;background:#f7fafc;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12.5px;font-weight:600;transition:all .2s;display:flex}.page-module___8aEwW__categoryItem:hover{color:#0085a1;background:#0085a10d}.page-module___8aEwW__categoryCount{color:#718096;background:#e2e8f0;border-radius:10px;padding:2px 6px;font-size:10px}.page-module___8aEwW__categoryItem:hover .page-module___8aEwW__categoryCount{color:#fff;background:#0085a1}@media (max-width:900px){.page-module___8aEwW__pickupGrid{grid-template-columns:1fr;gap:12px}.page-module___8aEwW__mainLayout{flex-direction:column;gap:30px}.page-module___8aEwW__mainContent,.page-module___8aEwW__sidebar{width:100%}.page-module___8aEwW__articlesGrid{grid-template-columns:1fr;gap:16px}}
