@property --scroll-progress{syntax:"<percentage>";inherits:false;initial-value:0%}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#eff6ff;--color-accent:#f59e0b;--color-accent-light:#fffbeb;--color-bg:#f8fafc;--color-bg-card:#ffffff;--color-text:#1e293b;--color-text-muted:#64748b;--color-border:#e2e8f0;--cat-lighting:#f59e0b;--cat-security:#10b981;--cat-speaker:#8b5cf6;--cat-sensor:#06b6d4;--cat-network:#6366f1;--cat-appliance:#ec4899;--cat-basics:#0ea5e9;--cat-setup:#14b8a6;--cat-column:#a855f7;--font-body:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-base:17px;--line-height:1.8;--letter-spacing:0.02em;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--max-width:1100px;--radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}html{font-size:var(--font-base);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}body{font-family:var(--font-body),"Noto Sans JP",sans-serif;line-height:var(--line-height);letter-spacing:var(--letter-spacing);min-height:100dvh;display:flex;flex-direction:column}.scroll-progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));z-index:200;transition:width .1s linear;border-radius:0 2px 2px 0}a{color:var(--color-primary);text-decoration:none;transition:color .25s ease,opacity .25s ease}a:focus-visible,a:hover{color:var(--color-primary-dark);text-decoration:underline}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px;border-radius:3px}img{max-width:100%;height:auto;display:block}.site-header{background:rgba(255,255,255,.95);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-bottom:none;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:box-shadow .3s ease;&:after{content:"";display:block;height:2px;background:linear-gradient(90deg,var(--color-primary) 0,#7c3aed 35%,var(--color-accent) 65%,#ef4444 100%);opacity:.75}& .header-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.65rem var(--space-md);gap:var(--space-md)}}.site-logo{font-family:var(--font-heading);font-size:1.45rem;font-weight:700;color:var(--color-primary);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.6rem;line-height:1.3;letter-spacing:-.025em;transition:color .25s ease;flex-shrink:0;& .kurahack-logo-icon{transition:transform .35s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 1px 2px rgba(37,99,235,.15))}& .site-logo-text{background:linear-gradient(135deg,var(--color-primary) 0,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}&:hover{color:var(--color-primary-dark);text-decoration:none;& .kurahack-logo-icon{transform:scale(1.1) rotate(-5deg)}}}.global-nav{flex:1 1;display:flex;justify-content:flex-end;& ul{list-style:none;display:flex;align-items:center;gap:.15rem;flex-wrap:nowrap}& a{color:var(--color-text);font-size:.88rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius);transition:background .25s ease,color .25s ease;position:relative;white-space:nowrap;&:after{content:"";position:absolute;bottom:2px;left:50%;width:0;height:2px;background:var(--color-primary);transition:width .3s ease,left .3s ease;border-radius:1px}&:focus-visible,&:hover{background:var(--color-primary-light);color:var(--color-primary-dark);text-decoration:none;&:after{width:60%;left:20%}}}}.site-footer{background:linear-gradient(180deg,#0f172a,#0c1322);color:rgba(255,255,255,.65);margin-top:auto;font-size:.88rem;line-height:1.7;border-top:none;&:before{content:"";display:block;height:2px;background:linear-gradient(90deg,var(--color-primary) 0,#7c3aed 35%,var(--color-accent) 65%,#ef4444 100%)}position:relative;& a{color:rgba(255,255,255,.8);transition:color .25s ease;text-decoration:none;&:hover{color:#fff;text-decoration:none}}}.footer-inner{margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:var(--space-lg);gap:var(--space-lg);padding:var(--space-xl) var(--space-md) var(--space-lg)}.footer-about{& p{margin-top:var(--space-sm);font-size:.85rem;line-height:1.8;color:rgba(255,255,255,.55)}}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:#fff!important;text-decoration:none!important;& .kurahack-logo-icon path[fill="#2563eb"][opacity="0.1"]{fill:rgba(255,255,255,.15)}}.footer-col-title{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:rgba(255,255,255,.4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-sm)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.55rem;& a{font-size:.88rem;position:relative;padding-left:0;transition:color .2s ease,padding-left .2s ease;&:hover{padding-left:.3rem}}}.footer-bottom{max-width:var(--max-width);margin:0 auto;padding:var(--space-md) var(--space-md);border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.8rem;color:rgba(255,255,255,.35)}.main-content{flex:1 1;width:100%;animation:fadeIn .6s ease-out}.content-inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md)}.hero{text-align:center;padding:calc(var(--space-xl) + 1rem) var(--space-md) 0;background:radial-gradient(ellipse 80% 60% at 20% 80%,rgba(124,58,237,.25) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(245,158,11,.12) 0,transparent 50%),linear-gradient(145deg,#1e3a8a,#2563eb 30%,#4f46e5 65%,#6d28d9);position:relative;padding-bottom:calc(var(--space-xl) + 48px);overflow:hidden;color:#fff;&:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:64px;background:var(--color-bg);-webkit-clip-path:polygon(0 100%,100% 100%,100% 0,0 70%);clip-path:polygon(0 100%,100% 100%,100% 0,0 70%)}}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0),radial-gradient(circle at 25% 35%,rgba(255,255,255,.06) 0,transparent 40%),radial-gradient(circle at 75% 65%,rgba(255,255,255,.04) 0,transparent 35%);background-size:40px 40px,40px 40px,100% 100%,100% 100%;mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 20%,transparent 80%);pointer-events:none}.hero-inner{max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}.hero-copy{max-width:760px;margin:0 auto}.hero-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:rgba(255,255,255,.9);letter-spacing:.12em;padding:.35rem 1rem;background:rgba(255,255,255,.12);border-radius:999px;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero h1,.hero-eyebrow{font-family:var(--font-heading);font-weight:700;margin-bottom:var(--space-md)}.hero h1{font-size:2.6rem;color:#fff;line-height:1.35;letter-spacing:-.02em}.hero-highlight{display:inline;position:relative;background:linear-gradient(135deg,var(--color-accent) 0,#ef4444 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.hero-description{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:640px;margin:0 auto;line-height:1.85}.hero-br-desktop{display:none}@media (min-width:769px){.hero-br-desktop{display:block}}.hero-stats{display:flex;justify-content:center;gap:var(--space-lg);margin-top:var(--space-lg);flex-wrap:wrap}.hero-stat{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-stat-icon-wrap{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.2rem}.hero-stat-icon-accent{background:rgba(245,158,11,.2);border-color:rgba(245,158,11,.3)}.hero-stat-number{display:block;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.hero-stat-text{font-size:1.1rem}.hero-stat-label{font-size:.8rem;color:rgba(255,255,255,.6)}.hero-visual-band{margin-top:var(--space-lg);display:grid;grid-gap:.8rem;min-height:270px;position:relative}.hero-random-control{justify-self:center;display:inline-flex;align-items:center;gap:.65rem;padding:.42rem .48rem .42rem .85rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(15,23,42,.36);box-shadow:0 16px 42px rgba(15,23,42,.18);color:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-random-prompt{font-size:.78rem;font-weight:800;letter-spacing:.02em}.hero-shuffle-button{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;min-height:36px;padding:.45rem .78rem;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#1e3a8a;font:inherit;font-size:.78rem;font-weight:850;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.hero-shuffle-button:focus-visible:not(:disabled),.hero-shuffle-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.18)}.hero-shuffle-button:disabled{cursor:not-allowed;opacity:.55}.hero-scene-stack{grid-template-columns:1.2fr .9fr 1fr;grid-gap:.8rem;gap:.8rem;min-height:210px}.hero-scene{min-width:0;position:relative;display:block;min-height:210px;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.22);box-shadow:0 24px 64px rgba(15,23,42,.28);color:#fff;text-decoration:none;background:rgba(15,23,42,.24)}.hero-scene-stack .hero-scene:nth-child(2){transform:translateY(18px)}.hero-scene img{width:100%;min-height:210px;object-fit:cover;filter:saturate(1.08) contrast(1.04);transition:transform .45s ease}.hero-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,23,42,.72))}.hero-scene__label{position:absolute;left:.85rem;bottom:.7rem;z-index:1;display:grid;grid-gap:.12rem;gap:.12rem;max-width:calc(100% - 1.7rem);padding:.4rem .62rem .46rem;border:1px solid rgba(255,255,255,.32);border-radius:10px;background:rgba(15,23,42,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:rgba(255,255,255,.92);line-height:1.28}.hero-scene__label small{font-size:.66rem;font-weight:800;letter-spacing:.08em;opacity:.78}.hero-scene__label strong{font-size:.9rem;font-weight:850;letter-spacing:0}.hero-scene:focus-visible,.hero-scene:hover{color:#fff;text-decoration:none}.hero-scene:focus-visible img,.hero-scene:hover img{transform:scale(1.035)}.hero-control-strip{position:absolute;left:50%;bottom:-46px;z-index:2;display:flex;gap:.45rem;padding:.5rem;border-radius:999px;background:rgba(255,255,255,.95);box-shadow:0 18px 42px rgba(15,23,42,.16);transform:translateX(-50%);white-space:nowrap}.hero-control-strip span{padding:.22rem .72rem;border-radius:999px;background:#eef2ff;color:#1e3a8a;font-size:.72rem;font-weight:800}.section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:3px solid var(--color-primary);display:inline-block;position:relative}.purchase-guide-section{margin-top:var(--space-sm)}.top-revenue-banner{display:grid;grid-template-columns:minmax(0,.36fr) minmax(0,1fr) auto;align-items:center;grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg);padding:var(--space-md) var(--space-lg);border-radius:var(--radius);background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,246,255,.98)),linear-gradient(90deg,rgba(37,99,235,.12),rgba(245,158,11,.08));border:1px solid rgba(37,99,235,.18);box-shadow:0 16px 36px rgba(37,99,235,.08);color:var(--color-text);text-decoration:none}.top-revenue-banner:focus-visible,.top-revenue-banner:hover{color:var(--color-text);text-decoration:none;border-color:rgba(37,99,235,.34);box-shadow:0 20px 44px rgba(37,99,235,.12)}.top-revenue-banner__kicker{color:var(--color-accent);font-size:.72rem;font-weight:900;letter-spacing:.12em}.top-revenue-banner strong{font-family:var(--font-heading);font-size:1.04rem;line-height:1.55}.top-revenue-banner__cta{display:inline-flex;align-items:center;gap:.3rem;justify-self:end;padding:.45rem .86rem;border-radius:999px;background:var(--color-primary);color:#fff;font-size:.82rem;font-weight:800;white-space:nowrap}.purchase-guide-heading{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,1fr);grid-gap:var(--space-lg);gap:var(--space-lg);align-items:end;margin-bottom:var(--space-md)}.purchase-guide-heading .section-title{margin-bottom:0}.purchase-guide-kicker{display:block;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.35rem}.purchase-guide-heading p{color:var(--color-text-muted);font-size:.95rem;line-height:1.75}.purchase-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.purchase-guide-card{--guide-accent:var(--color-primary);min-height:236px;border-top:4px solid var(--guide-accent);border-radius:var(--radius);padding:var(--space-md);display:flex;flex-direction:column;gap:.72rem;color:var(--color-text);text-decoration:none;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.purchase-guide-card:after{content:"";position:absolute;inset:auto -20% -45% 44%;height:130px;background:color-mix(in srgb,var(--guide-accent) 14%,transparent);transform:rotate(-10deg);pointer-events:none}.purchase-guide-card:focus-visible,.purchase-guide-card:hover{color:var(--color-text);text-decoration:none;transform:translateY(-4px);border-color:color-mix(in srgb,var(--guide-accent) 36%,var(--color-border));box-shadow:0 14px 28px rgba(15,23,42,.08)}.purchase-guide-icon{width:44px;height:44px;border-radius:var(--radius);background:color-mix(in srgb,var(--guide-accent) 14%,white);color:var(--guide-accent);display:inline-flex;align-items:center;justify-content:center}.purchase-guide-label{align-self:flex-start;padding:.16rem .55rem;border-radius:999px;background:color-mix(in srgb,var(--guide-accent) 10%,white);color:var(--guide-accent);font-size:.72rem;font-weight:800}.purchase-guide-card h3{font-family:var(--font-heading);font-size:1.04rem;line-height:1.45;color:var(--color-text)}.purchase-guide-card p{color:var(--color-text-muted);font-size:.88rem;line-height:1.65;flex:1 1}.purchase-guide-link{display:inline-flex;align-items:center;gap:.28rem;color:var(--guide-accent);font-size:.85rem;font-weight:800;position:relative;z-index:1}.purchase-guide-card:hover .purchase-guide-link svg{transform:translateX(3px)}.purchase-guide-link svg{transition:transform .25s ease}.purchase-guide-card--appliance{--guide-accent:var(--cat-appliance)}.purchase-guide-card--basics{--guide-accent:var(--cat-basics)}.purchase-guide-card--hub{--guide-accent:var(--cat-network)}.purchase-guide-card--security{--guide-accent:var(--cat-security)}.purchase-guide-card--sensor{--guide-accent:var(--cat-sensor)}.purchase-guide-card--plug{--guide-accent:var(--color-accent)}.intent-route-section{padding:var(--space-lg);background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.96)),radial-gradient(circle at 16% 24%,rgba(14,165,233,.28),transparent 30%);border-radius:var(--radius);color:#fff;box-shadow:0 20px 48px rgba(15,23,42,.12)}.intent-route-header{max-width:760px;margin-bottom:var(--space-md)}.intent-route-kicker{display:block;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:#fbbf24;margin-bottom:.35rem}.intent-route-header .section-title{color:#fff;border-bottom-color:#38bdf8;margin-bottom:var(--space-sm)}.intent-route-header p{color:rgba(226,232,240,.82);line-height:1.75}.intent-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.intent-route-card{min-height:220px;padding:var(--space-md);border:1px solid rgba(148,163,184,.26);border-radius:var(--radius);background:rgba(255,255,255,.06);color:#fff;display:flex;flex-direction:column;gap:.7rem;position:relative;overflow:hidden;text-decoration:none;transition:transform .3s ease,background .3s ease,border-color .3s ease}.intent-route-card:focus-visible,.intent-route-card:hover{color:#fff;text-decoration:none;transform:translateY(-3px);background:rgba(255,255,255,.1);border-color:rgba(56,189,248,.58)}.intent-route-step{position:absolute;top:.75rem;right:.85rem;font-family:var(--font-heading);font-size:1.9rem;font-weight:800;line-height:1;color:rgba(255,255,255,.12)}.intent-route-icon{width:40px;height:40px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;background:rgba(56,189,248,.14);color:#67e8f9}.intent-route-card h3{font-family:var(--font-heading);font-size:1rem;line-height:1.45;color:#fff;padding-right:2.1rem}.intent-route-card p{color:rgba(226,232,240,.8);font-size:.86rem;line-height:1.65;flex:1 1}.intent-route-picks{display:flex;flex-wrap:wrap;gap:.35rem}.intent-route-picks span{padding:.14rem .46rem;border:1px solid rgba(226,232,240,.2);border-radius:999px;color:rgba(255,255,255,.86);font-size:.68rem;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.category-card-wrapper{container-type:inline-size}.category-card{border-left:1px solid var(--color-border);border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius);padding:var(--space-md);text-align:left;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;display:flex;flex-direction:row;align-items:center;gap:var(--space-md);text-decoration:none;position:relative;overflow:hidden;&:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px);text-decoration:none;& .category-icon{transform:scale(1.08)}}&:focus-visible{text-decoration:none}}.category-card[data-cat=lighting]{border-left-color:var(--cat-lighting)}.category-card[data-cat=security]{border-left-color:var(--cat-security)}.category-card[data-cat=speaker]{border-left-color:var(--cat-speaker)}.category-card[data-cat=sensor]{border-left-color:var(--cat-sensor)}.category-card[data-cat=network]{border-left-color:var(--cat-network)}.category-card[data-cat=appliance]{border-left-color:var(--cat-appliance)}.category-card[data-cat=basics]{border-left-color:var(--cat-basics)}.category-card[data-cat=setup]{border-left-color:var(--cat-setup)}.category-card[data-cat=column]{border-left-color:var(--cat-column)}.category-card[data-cat=lighting]:hover{border-left-color:#d97706}.category-card[data-cat=security]:hover{border-left-color:#059669}.category-card[data-cat=speaker]:hover{border-left-color:#7c3aed}.category-card[data-cat=sensor]:hover{border-left-color:#0891b2}.category-card[data-cat=network]:hover{border-left-color:#4f46e5}.category-card[data-cat=appliance]:hover{border-left-color:#db2777}.category-card[data-cat=basics]:hover{border-left-color:#0284c7}.category-card[data-cat=setup]:hover{border-left-color:#0d9488}.category-card[data-cat=column]:hover{border-left-color:#9333ea}.category-icon{flex-shrink:0;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;line-height:1;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.category-card[data-cat=lighting] .category-icon{background:var(--cat-lighting)}.category-card[data-cat=security] .category-icon{background:var(--cat-security)}.category-card[data-cat=speaker] .category-icon{background:var(--cat-speaker)}.category-card[data-cat=sensor] .category-icon{background:var(--cat-sensor)}.category-card[data-cat=network] .category-icon{background:var(--cat-network)}.category-card[data-cat=appliance] .category-icon{background:var(--cat-appliance)}.category-card[data-cat=basics] .category-icon{background:var(--cat-basics)}.category-card[data-cat=setup] .category-icon{background:var(--cat-setup)}.category-card[data-cat=column] .category-icon{background:var(--cat-column)}.category-card[data-cat=lighting]:hover .category-icon{box-shadow:0 4px 14px rgba(245,158,11,.35)}.category-card[data-cat=security]:hover .category-icon{box-shadow:0 4px 14px rgba(16,185,129,.35)}.category-card[data-cat=speaker]:hover .category-icon{box-shadow:0 4px 14px rgba(139,92,246,.35)}.category-card[data-cat=sensor]:hover .category-icon{box-shadow:0 4px 14px rgba(6,182,212,.35)}.category-card[data-cat=network]:hover .category-icon{box-shadow:0 4px 14px rgba(99,102,241,.35)}.category-card[data-cat=appliance]:hover .category-icon{box-shadow:0 4px 14px rgba(236,72,153,.35)}.category-card[data-cat=basics]:hover .category-icon{box-shadow:0 4px 14px rgba(14,165,233,.35)}.category-card[data-cat=setup]:hover .category-icon{box-shadow:0 4px 14px rgba(20,184,166,.35)}.category-card[data-cat=column]:hover .category-icon{box-shadow:0 4px 14px rgba(168,85,247,.35)}.category-text{& h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:.2em}& p{font-size:.92rem;color:var(--color-text-muted);line-height:1.6}}.category-arrow{margin-left:auto;flex-shrink:0;color:var(--color-border);transition:color .3s ease,transform .3s ease}.category-card:hover .category-arrow{color:var(--color-primary);transform:translateX(3px)}.about-box{background:var(--color-primary-light);border-left:5px solid var(--color-primary);border-radius:0 var(--radius) var(--radius) 0;padding:var(--space-lg);position:relative;& p{margin-bottom:var(--space-sm);&:last-child{margin-bottom:0}}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem 0;font-size:.88rem;color:var(--color-text-muted);margin-bottom:var(--space-md);padding:var(--space-xs) 0;& a{color:var(--color-primary);text-decoration:none;&:hover{text-decoration:underline}}& span[aria-hidden]{margin:0 .4em;color:var(--color-border)}&>span:last-child{min-width:0;overflow-wrap:anywhere}}.page-heading{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:var(--space-xs)}.page-description{font-size:1rem;line-height:1.7}.category-route-panel{margin:0 0 var(--space-lg);padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,246,255,.92)),radial-gradient(circle at 94% 18%,rgba(245,158,11,.13),transparent 28%)}.category-route-head{display:grid;grid-template-columns:minmax(0,.6fr) minmax(280px,1fr);grid-gap:var(--space-md);gap:var(--space-md);align-items:end;margin-bottom:var(--space-md)}.category-route-kicker{display:block;color:var(--color-accent);font-size:.72rem;font-weight:800;letter-spacing:.12em;margin-bottom:.32rem}.category-route-head h2{font-family:var(--font-heading);color:var(--color-primary-dark);font-size:1.28rem;line-height:1.45}.category-route-head p{color:var(--color-text-muted);font-size:.92rem;line-height:1.75}.category-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.category-route-card{min-height:178px;padding:var(--space-md);background:var(--color-bg-card);border:1px solid var(--color-border);border-top:4px solid var(--color-primary);border-radius:var(--radius);color:var(--color-text);text-decoration:none;display:flex;flex-direction:column;gap:.58rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-route-card:focus-visible,.category-route-card:hover{color:var(--color-text);text-decoration:none;transform:translateY(-3px);border-color:color-mix(in srgb,var(--color-primary) 34%,var(--color-border));box-shadow:0 14px 28px rgba(15,23,42,.08)}.category-route-label{align-self:flex-start;padding:.13rem .52rem;border-radius:999px;background:var(--color-accent-light);color:#b45309;font-size:.7rem;font-weight:800}.category-route-card h3{font-family:var(--font-heading);font-size:1rem;line-height:1.45;color:var(--color-text)}.category-route-card p{color:var(--color-text-muted);font-size:.86rem;line-height:1.65;flex:1 1}.category-route-link{color:var(--color-primary);font-size:.84rem;font-weight:800}.empty-message{color:var(--color-text-muted);text-align:center;padding:var(--space-xl) 0;font-size:1.05rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.article-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--color-text);transition:box-shadow .3s ease,transform .3s ease;&:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-3px);text-decoration:none;& .article-card__image{transform:scale(1.05)}}}.article-card__image-wrap{width:100%;aspect-ratio:16/9;overflow:hidden}.article-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.article-card__body{padding:var(--space-md);display:flex;flex-direction:column;gap:.4rem;flex:1 1}.article-card__title{font-size:1.1rem;font-weight:700;line-height:1.5;color:var(--color-text)}.article-card__date{font-size:.85rem;color:var(--color-text-muted)}.article-card__desc{font-size:.92rem;color:var(--color-text-muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--color-text);padding:8px;border-radius:var(--radius);min-height:48px;min-width:48px;align-items:center;justify-content:center;z-index:210;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.menu-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-backdrop--open{opacity:1;pointer-events:auto}.menu-drawer{position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);z-index:9999;background:#ffffff;box-shadow:-4px 0 24px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom,0)}.menu-drawer--open{transform:translateX(0)}.menu-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:3px solid var(--color-primary);flex-shrink:0}.menu-drawer__title{font-weight:700;font-size:1.15rem;color:var(--color-primary);font-family:var(--font-heading)}.menu-drawer__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#666;padding:8px;min-height:48px;min-width:48px;border-radius:var(--radius);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s}.menu-drawer__close:hover{background:#f0f0f0}.menu-drawer__close:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.menu-drawer__nav{flex:1 1;padding:8px 0}.menu-drawer__group-title{font-size:.72rem;font-weight:700;color:#999;letter-spacing:.1em;text-transform:uppercase;padding:20px 20px 8px}.menu-drawer__link{display:flex;align-items:center;gap:14px;padding:14px 20px;color:var(--color-text);text-decoration:none;font-size:1rem;font-weight:500;border-left:4px solid transparent;min-height:48px;transition:background .15s;-webkit-tap-highlight-color:transparent}.menu-drawer__link:active,.menu-drawer__link:hover{background:var(--color-primary-light)}.menu-drawer__link:focus-visible{outline:3px solid var(--color-primary);outline-offset:-3px}.menu-drawer__link-icon{flex-shrink:0;display:flex;align-items:center}.menu-drawer__link-label{flex:1 1}.menu-drawer__chevron{color:#ccc;flex-shrink:0}.menu-drawer__footer{padding:20px;text-align:center;font-size:.75rem;color:#aaa;border-top:1px solid var(--color-border);flex-shrink:0}@media (prefers-reduced-motion:reduce){.menu-backdrop,.menu-drawer{transition:none}}@media (max-width:1024px){.intent-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){:root{--font-base:17px}.site-header{& .header-inner{padding:10px var(--space-sm)}}.site-logo{font-size:1.15rem;gap:.35rem;& .kurahack-logo-icon{width:20px;height:20px}}.desktop-nav{display:none}.hamburger{display:flex}.hero{padding-top:var(--space-lg);padding-bottom:calc(var(--space-lg) + 24px);&:after{height:30px}& h1{font-size:1.55rem;line-height:1.4}}.hero-eyebrow{font-size:.72rem;padding:.3rem .9rem}.hero-description{font-size:.9rem;line-height:1.75;padding:0 .5rem}.hero-stats{gap:var(--space-lg);margin-top:var(--space-md)}.hero-visual-band{min-height:0;gap:.65rem}.hero-random-control{width:min(100%,360px);justify-content:space-between;gap:.5rem;padding:.38rem .42rem .38rem .7rem}.hero-random-prompt{font-size:.7rem}.hero-shuffle-button{min-height:34px;padding:.42rem .62rem;font-size:.72rem}.hero-scene-stack{grid-template-columns:1fr;min-height:0;gap:.65rem}.hero-scene,.hero-scene img{min-height:128px}.hero-scene-stack .hero-scene:nth-child(2){transform:none}.hero-control-strip{position:static;transform:none;justify-content:center;overflow-x:auto;border-radius:var(--radius)}.hero-stat-number{font-size:1.2rem}.hero-stat-icon-wrap{width:36px;height:36px}.category-grid{grid-template-columns:1fr;gap:var(--space-sm)}.category-card{gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.category-icon{width:44px;height:44px}.category-text{& h3{font-size:1.05rem}& p{font-size:.85rem;line-height:1.5}}.about-box{padding:var(--space-md);font-size:.92rem}.article-grid{grid-template-columns:1fr}.category-route-panel{padding:var(--space-md);margin-bottom:var(--space-md)}.category-route-grid,.category-route-head{grid-template-columns:1fr}.category-route-head{gap:var(--space-sm)}.category-route-card{min-height:0;padding:var(--space-sm) var(--space-md)}.content-inner{padding:var(--space-md) var(--space-sm)}.section-title{font-size:1.25rem}.purchase-guide-heading,.top-revenue-banner{grid-template-columns:1fr;gap:var(--space-sm)}.top-revenue-banner{padding:var(--space-md)}.top-revenue-banner__cta{justify-self:start}.purchase-guide-grid{grid-template-columns:1fr;gap:var(--space-sm)}.purchase-guide-card{min-height:0;padding:var(--space-sm) var(--space-md)}.intent-route-section{padding:var(--space-md)}.intent-route-grid{grid-template-columns:1fr}.intent-route-card{min-height:0;padding:var(--space-sm) var(--space-md)}.page-heading{font-size:1.35rem;line-height:1.45}.recent-grid{grid-template-columns:1fr;gap:var(--space-sm)}.recent-card-image,.recent-card-placeholder{height:160px}.recent-card-body{padding:.75rem}.recent-card-title{font-size:.92rem;line-height:1.45}.footer-inner{grid-template-columns:1fr;gap:var(--space-md);padding:var(--space-lg) var(--space-sm)}.footer-about{& p{font-size:.82rem}}.footer-col-title{margin-bottom:var(--space-xs)}.footer-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem 1rem;gap:.35rem 1rem}.footer-bottom{padding:var(--space-sm);font-size:.75rem}.breadcrumb{font-size:.82rem;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;padding-bottom:var(--space-xs)}.breadcrumb a,.breadcrumb span[aria-hidden]{flex:0 0 auto}.breadcrumb>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:480px){.site-logo{font-size:1rem}.hero h1{font-size:1.3rem}.hero-description{font-size:.85rem}.hero-stats{gap:var(--space-md)}.content-inner{padding:var(--space-sm) 12px}.footer-links,.recent-grid{grid-template-columns:1fr}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;background:var(--color-primary);padding:.75rem 1.8rem;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;&:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,99,235,.25);color:#fff;text-decoration:none}&:active{transform:translateY(0);box-shadow:none}}.recent-articles{margin-top:var(--space-lg,2.5rem)}.recent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.2rem;gap:1.2rem;margin-top:1rem}.recent-card{background:var(--color-bg-card,#fff);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;text-decoration:none;color:inherit;display:block}.recent-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.1);border-color:rgba(37,99,235,.2);text-decoration:none}.recent-card-image{width:100%;height:180px;object-fit:cover}.recent-card-body{padding:1rem}.recent-card-cat{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;display:inline-block;margin-bottom:.4rem}.recent-card-title{font-size:1rem;font-weight:700;margin-bottom:.3rem;line-height:1.4}.recent-card-desc{font-size:.8rem;color:var(--color-text-muted,#666);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-card-date{font-size:.7rem;color:var(--color-text-muted,#999);margin-top:.4rem}.recent-empty{text-align:center;padding:2rem;color:var(--color-text-muted);font-size:.9rem}.recent-card-placeholder{width:100%;height:180px;background:var(--color-primary-light,#eff6ff);font-size:2.5rem}.img-modal-overlay,.recent-card-placeholder{display:flex;align-items:center;justify-content:center}.img-modal-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.9);cursor:zoom-out;opacity:0;pointer-events:none;transition:opacity .25s ease}.img-modal-overlay.active{opacity:1;pointer-events:auto}.img-modal-overlay img{max-width:95vw;max-height:90vh;object-fit:contain;border-radius:4px}.img-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10001}.articles-index-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border,#e5e7eb)}.articles-index-nav-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border:1.5px solid;border-radius:999px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.articles-index-nav-chip:hover{background:var(--color-primary-light,#eff6ff)}.articles-index-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;height:1.3rem;padding:0 .3rem;border-radius:999px;background:currentColor;color:#fff;font-size:.6875rem;font-weight:700;line-height:1}.articles-index-section{margin-bottom:2.5rem}.articles-index-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;gap:1rem}.articles-index-section-title{font-size:1.25rem;font-weight:700;border-left:4px solid var(--color-primary);padding-left:.75rem;display:flex;align-items:baseline;gap:.5rem}.articles-index-section-count{font-size:.8125rem;font-weight:400;color:var(--color-muted,#6b7280)}.articles-index-section-link{font-size:.8125rem;color:var(--color-primary);text-decoration:none;white-space:nowrap;flex-shrink:0}.articles-index-section-link:hover{text-decoration:underline}.articles-index-list{display:flex;flex-direction:column;gap:.75rem}.articles-index-item{display:flex;gap:1rem;padding:.875rem;border:1px solid var(--color-border,#e5e7eb);border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.articles-index-item:hover{box-shadow:0 2px 8px rgba(37,99,235,.08)}.articles-index-item-image{object-fit:cover}.articles-index-item-image,.articles-index-item-placeholder{width:120px;height:80px;border-radius:6px;flex-shrink:0;background:var(--color-bg-secondary,#f3f4f6)}.articles-index-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.articles-index-item-title{font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--color-text,#111827)}.articles-index-item-desc{font-size:.8125rem;color:var(--color-muted,#6b7280);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.articles-index-item-date{font-size:.75rem;color:var(--color-muted,#6b7280);margin-top:auto}@media (max-width:640px){.articles-index-item-image,.articles-index-item-placeholder{width:80px;height:60px}.articles-index-item-title{font-size:.875rem}.articles-index-item-desc{display:none}.articles-index-section-header{flex-direction:column;gap:.25rem}}:root{--color-primary:#2457d6;--color-primary-dark:#173a86;--color-primary-light:#eaf0fb;--color-accent:#c44f18;--color-accent-light:#fff0e8;--color-bg:#f4f6f8;--color-bg-card:#fbfcfd;--color-text:#142033;--color-text-muted:#5c6878;--color-border:#d6dde7;--font-heading:"Noto Sans CJK JP","Hiragino Sans","Yu Gothic",sans-serif;--font-body:"Noto Sans CJK JP","Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;--max-width:1240px;--radius:4px;--space-xl:clamp(4.5rem,7vw,7.5rem)}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{text-underline-offset:.2em}:focus-visible{outline:3px solid #b94416;outline-offset:3px;border-radius:2px;box-shadow:0 0 0 2px #fbfcfd}.scroll-progress-bar{height:4px;background:var(--color-accent);border-radius:0}.site-header{background:rgba(251,252,253,.97);border-top:4px solid var(--color-primary);border-bottom:1px solid var(--color-border);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header:after{display:none}.site-header .header-inner{min-height:72px;padding:.7rem clamp(1rem,3vw,2rem)}.site-logo{gap:.72rem;color:var(--color-text);letter-spacing:-.04em}.site-logo .kurahack-logo-icon{width:34px;height:34px;filter:none}.site-logo-copy{display:grid;grid-gap:.04rem;gap:.04rem}.site-logo .site-logo-text{background:none;color:var(--color-text);-webkit-text-fill-color:currentColor;font-size:1.34rem;line-height:1.1}.site-logo-copy small{color:var(--color-text-muted);font-size:.61rem;font-weight:700;letter-spacing:.13em}.global-nav ul{gap:0}.global-nav a{min-height:44px;display:inline-flex;align-items:center;padding:.45rem .74rem;border-radius:0;color:#354154;font-size:.82rem;font-weight:700}.global-nav a:after{bottom:2px;height:3px;background:var(--color-accent);border-radius:0}.global-nav a:focus-visible,.global-nav a:hover{background:transparent;color:var(--color-primary-dark)}.hero{padding:clamp(3.5rem,7vw,7rem) clamp(1rem,3vw,2rem);background:#eef1f5;color:var(--color-text);text-align:left;border-bottom:1px solid var(--color-border)}.hero-control-strip,.hero-grid-bg,.hero:after{display:none}.hero-inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);grid-gap:clamp(2.5rem,6vw,6rem);gap:clamp(2.5rem,6vw,6rem);align-items:center}.hero-copy{max-width:560px;margin:0}.hero-eyebrow{padding:0 0 0 .85rem;margin-bottom:1.25rem;border:0;border-left:3px solid var(--color-accent);border-radius:0;background:transparent;color:var(--color-primary-dark);font-size:.72rem;font-weight:900;letter-spacing:.16em}.hero h1{margin-bottom:1.4rem;color:var(--color-text);font-size:clamp(2.45rem,3.1vw,3.25rem);font-weight:900;line-height:1.2;letter-spacing:-.055em}.hero-highlight{background:none;color:var(--color-accent);-webkit-text-fill-color:currentColor;font-style:normal}.hero-description{max-width:540px;margin:0;color:#4b586a;font-size:1.03rem;line-height:1.9}.hero-stats{justify-content:flex-start;gap:0;margin-top:2rem;border-top:1px solid #cbd3df;border-bottom:1px solid #cbd3df}.hero-stat{min-width:118px;padding:1rem 1.25rem 1rem 0;align-items:flex-start;text-align:left;display:grid;grid-template-columns:24px auto;grid-column-gap:.55rem;column-gap:.55rem}.hero-stat+.hero-stat{padding-left:1.25rem;border-left:1px solid #cbd3df}.hero-stat-icon-wrap{width:24px;height:24px;grid-row:1/3;border:0;border-radius:0;background:transparent;color:var(--color-primary)}.hero-stat-icon-accent{background:transparent;color:var(--color-accent)}.hero-stat-number,.hero-stat-text{color:var(--color-text);font-size:1rem;font-weight:900}.hero-stat-label{color:var(--color-text-muted);font-size:.7rem}.hero-visual-band{min-height:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.hero-scene-stack{order:1;min-height:420px;display:grid;grid-template-columns:minmax(0,1.34fr) minmax(0,.86fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.hero-scene{min-height:0;border:0;border-radius:2px;box-shadow:none;background:#dce2e9}.hero-scene:first-child{grid-row:1/3}.hero-scene-stack .hero-scene:nth-child(2){transform:none}.hero-scene img{min-height:0;height:100%;filter:saturate(.92) contrast(1.04)}.hero-scene:after{background:linear-gradient(180deg,transparent 42%,rgba(8,18,34,.9))}.hero-scene__label{left:0;right:0;bottom:0;max-width:none;padding:1rem 1.05rem;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-scene__label small{color:#d9e5ff;font-size:.64rem;letter-spacing:.14em}.hero-scene__label strong{color:#fbfcfd;font-size:.88rem;font-weight:800}.hero-scene:first-child .hero-scene__label strong{font-size:1.08rem}.hero-random-control{order:2;align-self:flex-end;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--color-text-muted);-webkit-backdrop-filter:none;backdrop-filter:none}.hero-shuffle-button{min-height:44px;padding:.55rem .8rem;border:1px solid #bbc5d2;border-radius:2px;background:#fbfcfd;color:var(--color-primary-dark)}.content-inner{padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem)}.section{margin-bottom:var(--space-xl)}.section-title{display:block;width:-moz-fit-content;width:fit-content;margin-bottom:1.75rem;padding:0 0 .6rem;border:0;border-bottom:4px solid var(--color-primary);color:var(--color-text);font-size:clamp(1.55rem,2vw,2rem);font-weight:900;letter-spacing:-.035em}.about-box{padding:1.25rem 1.5rem;border:0;border-top:2px solid var(--color-primary);border-radius:0;background:#edf1f6;color:#4c5868}.about-box p{font-size:.9rem}.purchase-guide-section{margin-top:0}.top-revenue-banner{grid-template-columns:.32fr minmax(0,1fr) auto;padding:1.35rem 1.5rem;border:0;border-radius:2px;background:var(--color-text);box-shadow:none;color:#f4f7fb}.top-revenue-banner:focus-visible,.top-revenue-banner:hover{border:0;color:#f4f7fb;box-shadow:0 14px 34px rgba(20,32,51,.16)}.top-revenue-banner__kicker{color:#ff9c65}.top-revenue-banner strong{color:#fbfcfd;font-size:1.08rem}.top-revenue-banner__cta{min-height:42px;padding:.55rem .8rem;border-radius:2px;background:var(--color-accent)}.purchase-guide-heading{grid-template-columns:minmax(0,.86fr) minmax(320px,1fr);margin-bottom:1.75rem;align-items:center}.category-route-kicker,.intent-route-kicker,.purchase-guide-kicker,.sl-purchase-next__kicker{color:var(--color-accent);font-weight:900}.purchase-guide-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.purchase-guide-card{min-height:220px;grid-column:span 3;padding:1.4rem;gap:.62rem;border-top:1px solid var(--color-border);border:1px solid var(--color-border);border-radius:2px;background:var(--color-bg-card)}.purchase-guide-card:nth-child(-n+2){min-height:260px;grid-column:span 6;padding:1.75rem}.purchase-guide-card:after{display:none}.purchase-guide-card:focus-visible,.purchase-guide-card:hover{transform:translateY(-2px);border-color:#9eabc0;box-shadow:0 12px 30px rgba(20,32,51,.08)}.purchase-guide-icon{width:40px;height:40px;border-radius:2px}.category-route-label,.purchase-guide-label,.sl-purchase-next__label{padding:0;border-radius:0;background:transparent;letter-spacing:.08em}.purchase-guide-label,.purchase-guide-link{color:var(--color-primary-dark)}.purchase-guide-card h3{max-width:22em;font-size:1.05rem;font-weight:850}.purchase-guide-card:nth-child(-n+2) h3{font-size:1.35rem}.intent-route-section{padding:clamp(2rem,4vw,3.5rem);border-radius:2px;background:var(--color-text);box-shadow:none}.intent-route-header .section-title{border-bottom-color:#5c83ef}.intent-route-grid{gap:0;border-top:1px solid rgba(213,224,242,.2);border-bottom:1px solid rgba(213,224,242,.2)}.intent-route-card{min-height:230px;padding:1.4rem 1.35rem;gap:.72rem;border:0;border-right:1px solid rgba(213,224,242,.2);border-radius:0;background:transparent}.intent-route-card:last-child{border-right:0}.intent-route-card:focus-visible,.intent-route-card:hover{transform:none;border-color:rgba(213,224,242,.2);background:rgba(255,255,255,.055)}.intent-route-step{color:rgba(255,255,255,.1);font-size:2.45rem}.intent-route-icon{width:36px;height:36px;border-radius:2px}.intent-route-picks span{padding:.12rem 0;border:0;border-radius:0}.intent-route-picks span+span:before{content:"/";margin-right:.35rem;color:rgba(255,255,255,.32)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}.category-grid--devices{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{min-height:150px;padding:1.35rem;gap:1rem;border:0;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-left:0!important;border-radius:0;background:var(--color-bg-card)}.category-card:hover{transform:none;background:#eef2f7;box-shadow:none}.category-card[data-cat] .category-icon,.category-icon{width:42px;height:42px;border-radius:2px;background:transparent;color:var(--color-primary);box-shadow:inset 0 0 0 1px #aeb9c8}.category-card[data-cat]:hover .category-icon{box-shadow:inset 0 0 0 1px var(--color-primary)}.category-text h3{color:var(--color-text);font-weight:850}.category-arrow{color:#9aa6b5}.recent-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.recent-card{grid-column:span 3;border:1px solid var(--color-border);border-radius:2px;background:var(--color-bg-card)}.recent-card:nth-child(-n+2){grid-column:span 6}.recent-card:hover{transform:translateY(-2px);border-color:#9eabc0;box-shadow:0 12px 30px rgba(20,32,51,.08)}.recent-card-image,.recent-card-placeholder{height:170px}.recent-card:nth-child(-n+2) .recent-card-image,.recent-card:nth-child(-n+2) .recent-card-placeholder{height:270px}.recent-card-body{padding:1.2rem}.recent-card-cat{padding:0;border-radius:0;background:transparent!important;color:var(--color-accent)!important;font-weight:900;letter-spacing:.08em}.recent-card-title{font-size:1.03rem;font-weight:850}.recent-card:nth-child(-n+2) .recent-card-title{font-size:1.25rem}.all-articles-link-wrap{margin-top:2rem;text-align:right}.all-articles-link{min-height:44px;display:inline-flex;align-items:center;padding:.55rem 0;border-bottom:2px solid var(--color-primary);color:var(--color-primary-dark);font-size:.9rem;font-weight:800}.page-heading{color:var(--color-text);font-size:clamp(2rem,4vw,3.25rem);font-weight:900;letter-spacing:-.045em}.page-description{max-width:780px;color:var(--color-text-muted);font-size:1.04rem}.breadcrumb{margin-bottom:2rem;color:#748092;font-size:.78rem}.category-route-panel{padding:2rem;border-radius:2px;background:#edf1f6}.category-route-grid{gap:0;border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}.category-route-card{min-height:190px;border:0;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-radius:0}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.article-card{border-radius:2px;background:var(--color-bg-card)}.article-card:hover{transform:translateY(-2px)}.articles-index-nav{gap:0;border:1px solid var(--color-border);background:var(--color-bg-card)}.articles-index-nav-chip{min-height:44px;padding:.45rem .8rem;border:0!important;border-right:1px solid var(--color-border)!important;border-radius:0;color:var(--color-primary-dark)!important}.articles-index-nav-count{border-radius:2px;background:var(--color-primary-light);color:var(--color-primary-dark)}.articles-index-item{min-height:116px;padding:1rem 0;border:0;border-bottom:1px solid var(--color-border);border-radius:0}.articles-index-item:hover{border-color:var(--color-primary);box-shadow:none}.articles-index-item-image,.articles-index-item-placeholder{width:148px;height:92px;border-radius:2px}.content-inner--article{max-width:940px}.article-header{margin-bottom:2.2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.article-header .page-heading{max-width:22em;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.34}.article-category-label{display:inline-block;margin-bottom:1rem;padding:.25rem .6rem;border-radius:2px;color:#fbfcfd;font-size:.75rem;font-weight:800;background:var(--color-text)!important}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem 1.1rem;margin-top:.9rem;color:var(--color-text-muted);font-size:.82rem}.article-meta span+span,.article-meta time+span{position:relative}.article-meta span+span:before,.article-meta time+span:before{content:"";position:absolute;left:-.62rem;top:50%;width:3px;height:3px;background:#9aa6b5;transform:translateY(-50%)}.article-hero-image{margin-bottom:2.8rem;overflow:hidden;border:1px solid var(--color-border);border-radius:2px;background:#e5eaf0}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.article-tag{display:inline-block;padding:.3rem .55rem;border:1px solid var(--color-border);border-radius:2px;background:transparent;color:var(--color-primary-dark);font-size:.76rem}.article-back-link{margin-top:3rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.menu-backdrop{background:rgba(11,20,34,.64)}.menu-drawer{width:min(90vw,400px);background:#f8fafc;box-shadow:-18px 0 50px rgba(20,32,51,.22)}.menu-drawer__header{min-height:72px;border-bottom:1px solid var(--color-border)}.menu-drawer__title{color:var(--color-text);font-size:1.3rem;font-weight:900}.menu-drawer__group-title{color:#7d8897}.menu-drawer__link{border-left:0!important;border-bottom:1px solid #e2e7ed;background:#fbfcfd}.site-footer{background:var(--color-text);color:#bdc8d7}.site-footer:before{height:4px;background:var(--color-accent)}.footer-inner{max-width:var(--max-width)}.footer-logo,.site-footer a:hover{color:#fbfcfd!important}@media (max-width:1080px){.site-logo-copy small{display:none}.global-nav a{padding-inline:.5rem}.hero-inner{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:2.5rem}.purchase-guide-card,.recent-card,.recent-card:nth-child(-n+2){grid-column:span 6}.category-grid--devices{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.site-header .header-inner{min-height:62px;padding:.45rem .9rem}.site-logo .kurahack-logo-icon{width:28px;height:28px}.site-logo .site-logo-text{font-size:1.15rem}.hero{padding:2.5rem 1rem 2.8rem}.hero-inner{grid-template-columns:1fr;gap:2.25rem}.hero h1{font-size:clamp(2rem,10.5vw,3rem);line-height:1.28}.hero-description{font-size:.95rem}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-stat,.hero-stat+.hero-stat{min-width:0;padding:.85rem .45rem}.hero-stat+.hero-stat{padding-left:.65rem}.hero-scene-stack{height:225px;min-height:225px;display:flex;gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding-bottom:.35rem}.hero-scene,.hero-scene:first-child{height:225px;min-height:225px;flex:0 0 82%;scroll-snap-align:start}.hero-scene img{height:225px;min-height:225px}.hero-random-control{width:100%;justify-content:space-between}.category-route-head,.purchase-guide-heading{grid-template-columns:1fr;gap:.8rem}.purchase-guide-grid,.recent-grid{grid-template-columns:1fr}.purchase-guide-card,.purchase-guide-card:nth-child(-n+2),.recent-card,.recent-card:nth-child(-n+2){grid-column:auto;min-height:0;padding:1.25rem}.recent-card-image,.recent-card-placeholder,.recent-card:nth-child(-n+2) .recent-card-image,.recent-card:nth-child(-n+2) .recent-card-placeholder{height:210px}.intent-route-grid{grid-template-columns:1fr;border-bottom:0}.intent-route-card{min-height:0;border-right:0;border-bottom:1px solid rgba(213,224,242,.2)}.article-grid,.category-grid,.category-grid--devices{grid-template-columns:1fr}.category-card{min-height:0;padding:1rem}.top-revenue-banner{grid-template-columns:1fr}.article-header .page-heading{font-size:clamp(1.65rem,8vw,2.35rem)}.article-meta{font-size:.76rem}.article-hero-image{margin-bottom:2rem}.articles-index-item-image,.articles-index-item-placeholder{width:96px;height:72px}}@media (prefers-reduced-motion:reduce){.article-card,.hero-scene img,.purchase-guide-card,.recent-card{transition:none}}.site-logo .kurahack-logo-wordmark{display:block;width:clamp(148px,14vw,188px);height:auto}.footer-logo .kurahack-logo-wordmark{display:block;width:190px;height:auto;padding:.2rem;background:#ffffff}.sl-home-hero{--hero-shift-x:0px;--hero-shift-y:0px;--hero-counter-x:0px;--hero-counter-y:0px;--hero-tilt-x:0deg;--hero-tilt-y:0deg;position:relative;min-height:clamp(650px,78vh,790px);overflow:hidden;border-bottom:1px solid var(--color-border);background:#e7ebef;isolation:isolate}.sl-home-hero:before{position:absolute;z-index:3;top:0;left:clamp(1rem,3vw,2rem);width:1px;height:100%;background:rgba(23,58,134,.18);content:""}.sl-home-hero__scene{position:absolute;z-index:0;inset:0;overflow:hidden;background:#d7d9d8;perspective:1000px}.sl-home-hero__scene img,.sl-home-hero__scene>picture{display:block;width:100%;height:100%}.sl-home-hero__scene img{object-fit:cover;object-position:57% center;transform:translate3d(var(--hero-shift-x),var(--hero-shift-y),0) scale(1.045);transition:transform .7s cubic-bezier(.16,1,.3,1)}.sl-home-hero__light{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,246,248,0) 54%,rgba(36,87,214,.06)),linear-gradient(180deg,rgba(20,32,51,0) 60%,rgba(20,32,51,.16));mix-blend-mode:multiply}.sl-home-hero__paper{position:absolute;z-index:1;inset:0;-webkit-clip-path:polygon(0 0,61% 0,48% 100%,0 100%);clip-path:polygon(0 0,61% 0,48% 100%,0 100%);background:linear-gradient(90deg,rgba(248,249,250,.99),rgba(248,249,250,.97) 72%,rgba(248,249,250,.7))}.sl-home-hero__signal{position:absolute;z-index:2;top:4%;right:2%;width:min(50vw,720px);height:82%;overflow:visible;opacity:.7;filter:drop-shadow(0 0 7px rgba(36,87,214,.18));transform:translate3d(var(--hero-counter-x),var(--hero-counter-y),0);transition:transform .75s cubic-bezier(.16,1,.3,1)}.sl-home-hero__signal path{fill:none;stroke:rgba(36,87,214,.52);stroke-dasharray:5 9;stroke-width:1.4;animation:sl-signal-flow 12s linear infinite}.sl-home-hero__signal circle{fill:#f8fafc;stroke:#2457d6;stroke-width:2}@keyframes sl-signal-flow{to{stroke-dashoffset:-140}}.sl-home-hero__inner{position:relative;z-index:4;width:min(100%,var(--max-width));min-height:clamp(650px,78vh,790px);margin:0 auto;padding:clamp(4rem,8vh,6.3rem) clamp(1.25rem,3vw,2rem) 1.35rem;display:grid;grid-template-columns:minmax(0,.82fr) minmax(350px,1.18fr);grid-template-rows:1fr;grid-gap:2.5rem clamp(2rem,6vw,6rem);gap:2.5rem clamp(2rem,6vw,6rem)}.sl-home-kicker{display:block;margin-bottom:1.15rem;color:var(--color-primary-dark);font-size:.72rem;font-weight:900;line-height:1.3;letter-spacing:.22em}.sl-home-hero__copy{align-self:center;max-width:660px;padding-bottom:2.5rem}.sl-home-hero__copy h1{margin:0;color:var(--color-text);font-family:var(--font-heading);font-size:clamp(3.4rem,6vw,6rem);font-weight:900;line-height:.98;letter-spacing:-.078em;text-wrap:balance}.sl-home-hero__line{display:block;white-space:nowrap}.sl-home-hero__line--accent{color:#1555c5}.sl-home-hero__copy>p{max-width:560px;margin:1.65rem 0 0;color:#3f4d60;font-size:clamp(1rem,1.25vw,1.12rem);font-weight:500;line-height:1.95}.sl-home-hero__actions{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;align-items:center;margin-top:2rem}.sl-home-button{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.86rem 1.15rem;border-radius:3px;font-size:.94rem;font-weight:900;text-decoration:none}.sl-home-button--primary{min-width:min(100%,290px);background:#173a86;color:#f8fafc;box-shadow:0 16px 32px rgba(20,32,51,.16);transition:background-color .22s ease,box-shadow .22s ease,transform .22s ease}.sl-home-button--primary:focus-visible,.sl-home-button--primary:hover{background:#102f72;color:#f8fafc;box-shadow:0 20px 38px rgba(20,32,51,.23);transform:translateY(-2px)}.sl-home-text-link{min-height:44px;display:inline-flex;align-items:center;gap:.38rem;color:var(--color-primary-dark);font-size:.9rem;font-weight:800;text-decoration:underline;-webkit-text-decoration-color:#91a9d3;text-decoration-color:#91a9d3}.sl-home-hero__decision{align-self:end;justify-self:end;width:min(100%,306px);margin-bottom:4.7rem;padding:1.15rem 1.2rem 1.25rem;border:1px solid rgba(248,250,252,.48);background:rgba(20,32,51,.93);box-shadow:0 22px 48px rgba(20,32,51,.24);color:#f8fafc;-webkit-clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%);text-decoration:none;transform:perspective(900px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y)) translate3d(var(--hero-counter-x),var(--hero-counter-y),0);transform-origin:center;transition:background-color .22s ease,transform .65s cubic-bezier(.16,1,.3,1)}.sl-home-hero__decision:focus-visible,.sl-home-hero__decision:hover{background:#173a86;color:#f8fafc}.sl-home-hero__decision-index{display:block;padding-bottom:.65rem;border-bottom:1px solid rgba(248,250,252,.24);color:#a9bfe8;font-size:.64rem;font-weight:900;letter-spacing:.18em}.sl-home-hero__decision strong{display:block;margin-top:.9rem;font-size:1.2rem;line-height:1.55;letter-spacing:-.035em}.sl-home-hero__decision-link{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:1.25rem;color:#dce8ff;font-size:.75rem;font-weight:800}.sl-home-hero__marker{position:absolute;z-index:3;min-width:148px;padding:.62rem .72rem;border-left:3px solid #2457d6;background:rgba(248,250,252,.88);box-shadow:0 10px 26px rgba(20,32,51,.13);color:#142033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate3d(var(--hero-counter-x),var(--hero-counter-y),0);transition:transform .72s cubic-bezier(.16,1,.3,1)}.sl-home-hero__marker>span{float:right;color:#2457d6;font-size:.62rem;font-weight:900}.sl-home-hero__marker small,.sl-home-hero__marker strong{display:block}.sl-home-hero__marker small{color:#5d6b7c;font-size:.55rem;font-weight:900;letter-spacing:.14em}.sl-home-hero__marker strong{margin-top:.18rem;font-size:.72rem}.sl-home-hero__marker--climate{top:20%;right:6%}.sl-home-hero__marker--curtain{top:47%;right:21%}.sl-home-hero__marker--security{right:5%;bottom:17%}.sl-home-main{width:min(100%,var(--max-width));margin:0 auto;padding:0 clamp(1rem,3vw,2rem) clamp(4.5rem,7vw,7rem)}.sl-home-disclosure{margin:0;padding:1rem 0;border-bottom:1px solid var(--color-border);color:#667386;font-size:.76rem;line-height:1.65}.sl-home-disclosure a{margin-left:.35rem;color:var(--color-primary-dark)}.sl-home-section{padding:clamp(3.8rem,7vw,6.5rem) 0;border-bottom:1px solid var(--color-border)}.sl-home-section:last-child{border-bottom:0}.sl-home-section__header{display:grid;grid-template-columns:minmax(0,.85fr) minmax(280px,.65fr);grid-gap:2rem;gap:2rem;align-items:end;margin-bottom:2rem}.sl-home-section__header h2{margin:0;color:var(--color-text);font-size:clamp(1.75rem,2.8vw,2.55rem);font-weight:900;line-height:1.25;letter-spacing:-.045em}.sl-home-section__header>p,.sl-home-section__note{margin:0;color:var(--color-text-muted);font-size:.88rem;line-height:1.75}.sl-home-section__note{display:grid;grid-template-columns:20px 1fr;justify-self:end;align-items:start}.sl-home-section__note svg{grid-row:1/3;margin-top:.1rem;color:var(--color-accent)}.sl-home-section__note small{color:#778394}.sl-popular-layout{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.sl-popular-lead,.sl-popular-row{color:var(--color-text);text-decoration:none}.sl-popular-lead{grid-row:1/3;display:grid;grid-template-rows:minmax(320px,1fr) auto;border-bottom:3px solid var(--color-primary);background:#fbfcfd}.sl-popular-row{display:grid;grid-template-columns:168px minmax(0,1fr);border-bottom:1px solid #cfd8e4;background:#fbfcfd}.sl-popular-image{position:relative;min-height:0;overflow:hidden;background:#dce2e9}.sl-popular-image img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.16,1,.3,1)}.sl-popular-lead:hover img,.sl-popular-row:hover img{transform:scale(1.025)}.sl-popular-image>span{position:absolute;top:0;left:0;min-width:42px;padding:.45rem .55rem;background:var(--color-text);color:#ffffff;font-size:.72rem;font-weight:900;text-align:center}.sl-popular-body{padding:1.2rem 1.25rem 1.35rem}.sl-popular-row .sl-popular-body{display:flex;flex-direction:column;justify-content:center;padding:1rem}.sl-popular-body small{color:var(--color-accent);font-size:.7rem;font-weight:900}.sl-popular-body h3{margin:.38rem 0 0;font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.46;letter-spacing:-.025em}.sl-popular-row .sl-popular-body h3{font-size:1rem;-webkit-line-clamp:3}.sl-popular-body p,.sl-popular-row .sl-popular-body h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.sl-popular-body p{margin:.65rem 0 0;color:var(--color-text-muted);font-size:.86rem;line-height:1.75;-webkit-line-clamp:2}.sl-popular-body>span{display:inline-flex;align-items:center;gap:.25rem;margin-top:.9rem;color:var(--color-primary-dark);font-size:.76rem;font-weight:800}.sl-home-bestsellers{margin-inline:calc(clamp(1rem, 3vw, 2rem) * -1);padding-inline:clamp(1rem,3vw,2rem);background:#e9eef4}.sl-bestseller-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.sl-bestseller-card{min-width:0;overflow:hidden;border:1px solid #cbd5e1;border-radius:2px;background:#fbfcfd}.sl-bestseller-card__visual{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:clamp(1.2rem,3vw,2.3rem);overflow:hidden;border-bottom:1px solid #d8e0e9;background:#ffffff}.sl-bestseller-card__image-link{display:block;width:100%;height:100%;overflow:hidden}.sl-bestseller-card__image-link:focus-visible,.sl-bestseller-card__image-link:hover{background:rgba(36,87,214,.04)}.sl-bestseller-card__image-link:focus-visible{outline:3px solid #b94416;outline-offset:-4px}.sl-bestseller-card__image-link:focus-visible img,.sl-bestseller-card__image-link:hover img{transform:scale(1.025)}.sl-bestseller-card__visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(20,32,51,.12));transition:transform .18s ease}.sl-bestseller-card__rank{position:absolute;top:0;left:0;z-index:1;padding:.48rem .65rem;background:var(--color-primary-dark);color:#ffffff;font-size:.72rem;font-weight:900;pointer-events:none}.sl-bestseller-card__body{position:relative;padding:1.15rem}.sl-bestseller-card__label{color:var(--color-accent);font-size:.68rem;font-weight:900}.sl-bestseller-card h3{margin:.4rem 0 0;font-size:1.1rem;line-height:1.45}.sl-bestseller-card p{min-height:4.8em;margin:.62rem 0 1rem;color:var(--color-text-muted);font-size:.82rem;line-height:1.65}.sl-bestseller-card__buy{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.65rem;gap:.65rem;align-items:center;padding:.68rem .75rem;border-radius:2px;background:var(--color-accent);color:#ffffff;text-decoration:none}.sl-bestseller-card__buy:hover{background:#a83f14;color:#ffffff}.sl-bestseller-card__buy span{display:grid;grid-gap:.1rem;gap:.1rem}.sl-bestseller-card__buy strong{font-size:.88rem}.sl-bestseller-card__marketplaces{display:flex;align-items:center;gap:.48rem;margin-top:.62rem}.sl-marketplace-link{width:42px;height:38px;display:inline-grid;place-items:center;border:1px solid #d5dde8;border-radius:2px;background:#ffffff;text-decoration:none;transition:transform .16s ease-out,border-color .16s ease-out,box-shadow .16s ease-out}.sl-marketplace-link:focus-visible,.sl-marketplace-link:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(20,32,51,.14)}.sl-marketplace-link--rakuten:focus-visible,.sl-marketplace-link--rakuten:hover{border-color:#bf0000}.sl-marketplace-link--amazon:focus-visible,.sl-marketplace-link--amazon:hover{border-color:#ff9900}.sl-marketplace-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1}.sl-marketplace-mark--rakuten{width:22px;border-radius:999px;background:#bf0000;color:#ffffff;font-family:var(--font-sans);font-size:.76rem;font-style:italic}.sl-marketplace-mark--amazon{padding:0 .06rem .24rem;color:#131a22;font-size:1.3rem;letter-spacing:-.08em}.sl-marketplace-mark--amazon:after{content:"";position:absolute;right:-.05rem;bottom:.12rem;width:.98rem;height:.32rem;border-bottom:2px solid #ff9900;border-radius:0 0 80% 70%;transform:rotate(-5deg)}.sl-bestseller-card__guide{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.65rem;color:var(--color-primary-dark);font-size:.76rem;font-weight:800;text-decoration:none}.sl-affiliate-pixel{position:absolute;width:1px;height:1px;overflow:hidden;opacity:.01}.sl-decision-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #cbd5e1}.sl-decision-item{min-height:144px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:start;padding:1.4rem 1.2rem;border-bottom:1px solid #cbd5e1;color:var(--color-text);text-decoration:none}.sl-decision-item:nth-child(odd){border-right:1px solid #cbd5e1}.sl-decision-item:hover{background:#edf2f7;color:var(--color-text)}.sl-decision-item__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid #b9c7da;color:var(--color-primary-dark)}.sl-decision-item__copy{display:grid;grid-gap:.25rem;gap:.25rem}.sl-decision-item__copy small{color:var(--color-accent);font-size:.68rem;font-weight:900}.sl-decision-item__copy strong{font-size:1.03rem}.sl-decision-item__copy>span{color:var(--color-text-muted);font-size:.8rem;line-height:1.6}.sl-decision-item>svg{align-self:center;color:#8491a3}.sl-category-rail{display:flex;flex-wrap:wrap;gap:0;margin-top:2rem;border:1px solid #cbd5e1;background:#fbfcfd}.sl-category-rail a,.sl-category-rail__title{min-height:48px;display:inline-flex;align-items:center;gap:.42rem;padding:.62rem .85rem;border-right:1px solid #d7dee7}.sl-category-rail__title{background:var(--color-text);color:#ffffff;font-size:.76rem;font-weight:900}.sl-category-rail a{color:#38475b;font-size:.76rem;font-weight:700;text-decoration:none}.sl-category-rail a:hover{background:#edf2f7;color:var(--color-primary-dark)}.sl-home-recent .sl-home-section__header{align-items:center}.sl-home-recent .sl-home-text-link{justify-self:end}.sl-recent-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #cbd5e1}.sl-recent-item{min-height:150px;display:grid;grid-template-columns:150px minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 1rem 1rem 0;border-bottom:1px solid #cbd5e1;color:var(--color-text);text-decoration:none}.sl-recent-item:nth-child(odd){margin-right:1rem}.sl-recent-item:nth-child(2n){padding-left:1rem;border-left:1px solid #cbd5e1}.sl-recent-item img{width:150px;height:108px;object-fit:cover;background:#dce2e9}.sl-recent-item>span{min-width:0;display:grid;grid-gap:.32rem;gap:.32rem}.sl-recent-item small{color:var(--color-accent);font-size:.68rem;font-weight:900}.sl-recent-item strong{display:-webkit-box;overflow:hidden;font-size:.92rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sl-recent-item time{color:#7c8898;font-size:.69rem}.sl-recent-item>svg{color:#8390a2}@media (max-width:980px){.sl-home-hero__inner{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:2rem}.sl-home-hero__paper{-webkit-clip-path:polygon(0 0,69% 0,56% 100%,0 100%);clip-path:polygon(0 0,69% 0,56% 100%,0 100%)}.sl-home-hero__copy h1{font-size:clamp(3.2rem,7vw,5rem)}.sl-home-hero__marker--curtain{display:none}.sl-home-hero__decision{width:270px}.sl-popular-layout{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}.sl-bestseller-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-bestseller-card:last-child{grid-column:1/-1;width:calc(50% - .5rem)}.sl-recent-list{grid-template-columns:1fr}.sl-recent-item:nth-child(2n),.sl-recent-item:nth-child(odd){margin-right:0;padding-left:0;border-left:0}}@media (max-width:700px){.site-logo .kurahack-logo-wordmark{width:146px}.sl-home-hero{min-height:720px}.sl-home-hero:before{left:.8rem}.sl-home-hero__scene img{object-position:center center;opacity:.94}.sl-home-hero__paper{display:none}.sl-home-hero__light{background:linear-gradient(90deg,rgba(248,249,250,.3),rgba(248,249,250,.16) 56%,rgba(248,249,250,0)),linear-gradient(180deg,rgba(20,32,51,0) 68%,rgba(20,32,51,.08));mix-blend-mode:normal}.sl-home-hero__inner{min-height:720px;padding:3.15rem 1rem 1rem 1.35rem;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:.9rem}.sl-home-hero__copy{max-width:88%;padding-bottom:0}.sl-home-kicker{margin-bottom:.85rem;font-size:.62rem}.sl-home-hero__copy h1{font-size:clamp(2.85rem,13.2vw,3.8rem);line-height:.99}.sl-home-hero__copy>p{max-width:94%;margin-top:1.25rem;font-size:.94rem;line-height:1.85}.sl-home-hero__actions{align-items:flex-start;margin-top:1.35rem}.sl-home-button--primary{width:min(100%,304px)}.sl-home-hero__decision{grid-row:2;justify-self:end;width:min(78vw,272px);margin:0;padding:.9rem 1rem 1rem}.sl-home-hero__decision strong{margin-top:.65rem;font-size:1rem}.sl-home-hero__decision-link{margin-top:.8rem}.sl-home-hero__signal{top:28%;right:-32%;width:95vw;height:48%;opacity:.55}.sl-home-hero__marker{display:none}.sl-home-section__header{grid-template-columns:1fr;gap:.75rem;align-items:start}.sl-home-recent .sl-home-text-link,.sl-home-section__header>p,.sl-home-section__note{justify-self:start}.sl-popular-layout{grid-template-columns:1fr;grid-template-rows:auto}.sl-popular-lead{grid-row:auto;grid-template-rows:auto auto}.sl-popular-lead .sl-popular-image{aspect-ratio:16/10}.sl-popular-row{grid-template-columns:124px minmax(0,1fr);min-height:128px}.sl-popular-row .sl-popular-body h3{font-size:.92rem;-webkit-line-clamp:2}.sl-popular-row .sl-popular-body>span{margin-top:.45rem}.sl-bestseller-grid{grid-auto-columns:minmax(282px,86vw);grid-template-columns:none;grid-auto-flow:column;gap:.8rem;overflow-x:auto;padding-bottom:.8rem;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.sl-bestseller-card,.sl-bestseller-card:last-child{width:auto;grid-column:auto;scroll-snap-align:start}.sl-bestseller-card p{min-height:0}.sl-decision-list{grid-template-columns:1fr}.sl-decision-item:nth-child(odd){border-right:0}.sl-category-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.sl-category-rail__title{grid-column:1/-1}.sl-recent-item{grid-template-columns:108px minmax(0,1fr) auto;min-height:126px;gap:.75rem}.sl-recent-item img{width:108px;height:82px}}@media (prefers-reduced-motion:reduce){.sl-home-button--primary,.sl-home-hero__decision,.sl-home-hero__marker,.sl-home-hero__scene img,.sl-home-hero__signal{transition:none;transform:none}.sl-home-hero__signal path{animation:none}.sl-home-feature__image img,.sl-popular-image img{transition:none}.sl-bestseller-card__image-link img{transition:none;transform:none}}