.sp-shell{font-family:var(--font-body)}.sp-shell .topbar{position:sticky;top:100px;z-index:90;background:var(--wawai-cream);border-bottom:1px solid var(--line-subtle)}.sp-shell .topbar-inner{max-width:1200px;margin:0 auto;padding:12px 60px;display:flex;align-items:center;gap:22px}.sp-shell .topbar-label{font-family:var(--font-head);font-weight:700;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--fg2);white-space:nowrap}.sp-shell .pips{display:flex;gap:6px;flex:1;max-width:440px}.sp-shell .pip{flex:1;height:5px;background:var(--line-subtle);transition:background var(--dur-slow) var(--ease-soft)}.sp-shell .pip.done{background:var(--wawai-success)}.sp-shell .pip.active{background:var(--wawai-red)}.sp-shell .stepcount{font-size:12px;color:var(--fg2);white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:.22em;text-transform:uppercase}.sp-shell .wrap{max-width:1200px;margin:0 auto;padding:0 60px}.sp-shell .wrap.wide{max-width:1200px}.sp-shell .screen{padding:40px 0 120px}.sp-shell .screen.active{animation:spRise .45s var(--ease-soft)}@keyframes spRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.sp-shell .intro{padding:56px 0 24px;max-width:820px}.sp-shell .intro h1{font-family:var(--font-display);font-weight:700;font-size:clamp(2.6rem,6vw,4.6rem);text-transform:uppercase;letter-spacing:-.06em;line-height:.85;color:var(--wawai-char);margin:0}.sp-shell .intro .lede{font-family:var(--font-body);font-size:18px;color:var(--fg2);margin-top:22px;max-width:640px;line-height:1.6}.sp-shell .intro .meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:36px}.sp-shell .intro .m{max-width:220px}.sp-shell .intro .m b{display:block;font-family:var(--font-head);font-weight:700;font-size:14px;margin-bottom:5px;color:var(--wawai-char)}.sp-shell .intro .m span{font-size:14px;color:var(--fg2);line-height:1.55}.sp-shell .step-head{max-width:760px;margin-bottom:26px}.sp-shell .step-kicker{font-family:var(--font-body);font-size:.8rem;color:var(--fg2);font-weight:700;letter-spacing:.3em;text-transform:uppercase;margin-bottom:12px}.sp-shell .step-head h2{font-family:var(--font-head);font-weight:700;font-size:clamp(1.8rem,3.6vw,2.8rem);text-transform:uppercase;letter-spacing:-.05em;line-height:1.05;color:var(--wawai-char);margin:0}.sp-shell .step-head .sub{font-family:var(--font-body);font-size:16px;color:var(--fg2);margin-top:14px;line-height:1.55}.sp-shell .opt-grid{display:grid;gap:18px}.sp-shell .opt-grid.layouts{grid-template-columns:1fr;gap:24px}.sp-shell .opt.layout-row{display:grid;grid-template-columns:2fr 1fr;align-items:stretch}.sp-shell .opt.layout-row .opt-thumb.site{min-width:0;height:420px;border-bottom:0;border-right:1px solid var(--line-subtle)}.sp-shell .opt.layout-row .preview{height:420px}.sp-shell .opt.layout-row .opt-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding:28px 32px}.sp-shell .opt.layout-row .opt-body h3{font-size:20px}.sp-shell .opt.layout-row .opt-body .opt-num{font-family:var(--font-display);font-weight:700;font-size:28px;line-height:1;color:var(--wawai-red);margin-bottom:14px;font-variant-numeric:tabular-nums}.sp-shell .opt.layout-row .opt-body p{font-size:15px;margin-top:10px;line-height:1.55}.sp-shell .opt.layout-row .opt-url{font-size:12px;color:var(--fg2);margin-top:16px;font-variant-numeric:tabular-nums;letter-spacing:.06em}.sp-shell .opt-grid.demos{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.sp-shell .opt-grid.layouts{grid-template-columns:1fr}.sp-shell .opt-grid.demos{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.sp-shell .opt-grid.layouts,.sp-shell .opt-grid.demos{grid-template-columns:1fr}}@media(max-width:820px){.sp-shell .opt.layout-row{grid-template-columns:1fr}.sp-shell .opt.layout-row .opt-thumb.site{border-right:0;border-bottom:1px solid var(--line-subtle);height:320px}.sp-shell .opt.layout-row .preview{height:320px}}.sp-shell .opt{position:relative;background:var(--surface);border:1px solid var(--line-subtle);overflow:hidden;cursor:pointer;text-align:left;color:inherit;padding:0;display:flex;flex-direction:column;transition:transform var(--dur-base) var(--ease-soft),border-color var(--dur-base) var(--ease-soft),box-shadow var(--dur-base) var(--ease-soft)}.sp-shell .opt:hover{box-shadow:var(--elev-2);border-color:var(--line-hover)}.sp-shell .opt.demo-card:hover{transform:translateY(-3px)}.sp-shell .opt:focus-visible{outline:2px solid var(--wawai-focus);outline-offset:2px}.sp-shell .opt.selected{border:2px solid var(--wawai-red);box-shadow:var(--elev-2)}.sp-shell .opt-check{position:absolute;top:12px;right:12px;width:24px;height:24px;background:var(--wawai-red);color:var(--wawai-cream);display:none;align-items:center;justify-content:center;font-size:13px;z-index:6}.sp-shell .opt.selected .opt-check{display:flex}.sp-shell .opt-thumb{background:var(--wawai-cream);border-bottom:1px solid var(--line-subtle);overflow:hidden;position:relative}.sp-shell .opt-thumb.site{height:420px;padding:0}.sp-shell .preview{height:420px;display:flex;flex-direction:column;background:var(--surface)}.sp-shell .preview .chrome{height:34px;flex:none;background:var(--wawai-cream);border-bottom:1px solid var(--line-subtle);display:flex;align-items:center;padding:0 12px;gap:6px}.sp-shell .preview .chrome .dot{width:9px;height:9px;border-radius:50%;background:var(--line-hover)}.sp-shell .preview .chrome .url{margin-left:8px;font-size:11px;color:var(--fg2);background:var(--surface);padding:3px 12px;max-width:60%;overflow:hidden;white-space:nowrap}.sp-shell .preview .vp{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth}.sp-shell .preview .vp::-webkit-scrollbar{width:10px}.sp-shell .preview .vp::-webkit-scrollbar-thumb{background:var(--line-hover)}.sp-shell .preview .vp .site-inner{width:900px;transform-origin:top left}.sp-shell .preview .scrollhint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:var(--wawai-char);color:var(--wawai-cream);font-size:11px;padding:5px 12px;pointer-events:none;opacity:.9;transition:opacity .3s;z-index:5;letter-spacing:.08em}.sp-shell .opt-thumb.demo{height:130px}.sp-shell .opt-thumb .d{position:absolute;inset:0;width:100%;height:100%}.sp-shell .site-frame{position:absolute;top:0;left:0;width:900px;border:0;transform-origin:top left;pointer-events:none;background:#fff}.sp-shell .site-inner :is(h1,h2,h3,h4,h5,h6),.sp-shell .rev-mini :is(h1,h2,h3,h4,h5,h6){font-family:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;color:inherit;margin:0}.sp-shell .site-inner a,.sp-shell .rev-mini a{color:inherit;text-decoration:inherit}.sp-shell .opt-body{padding:16px 18px 18px}.sp-shell .opt-body h3{font-family:var(--font-head);font-weight:600;font-size:17px;letter-spacing:-.02em;color:var(--wawai-char);margin:0}.sp-shell .opt-body p{font-size:13px;color:var(--fg2);margin-top:7px;line-height:1.5}.sp-shell .comment{margin-top:24px;background:var(--surface);border:1px solid var(--line-subtle);padding:18px 20px;max-width:760px}.sp-shell .comment label{display:block;font-family:var(--font-body);font-size:14px;font-weight:700;margin-bottom:10px;color:var(--wawai-char)}.sp-shell .comment .picked{color:var(--wawai-red)}.sp-shell .comment textarea{width:100%;min-height:66px;resize:vertical;border:1px solid var(--line-input);background:var(--wawai-cream);font-family:inherit;font-size:15px;padding:12px 14px;line-height:1.5;color:var(--wawai-char)}.sp-shell .comment textarea:focus{outline:none;border-color:var(--wawai-focus)}.sp-shell .comment .hint{font-size:13px;color:var(--fg2);margin-top:9px}.sp-shell .nav-row{display:flex;justify-content:space-between;align-items:center;margin-top:40px;gap:14px;flex-wrap:wrap}.sp-shell .btn{border:1.5px solid var(--wawai-char);background:transparent;color:var(--wawai-char);padding:1rem 1.6rem;font-family:var(--font-body);font-size:.95rem;letter-spacing:.06em;font-weight:600;cursor:pointer;transition:transform var(--dur-quick) var(--ease-soft),filter var(--dur-base) var(--ease-soft)}.sp-shell .btn:hover{transform:translateY(-2px);filter:brightness(.94)}.sp-shell .btn:active{transform:scale(.98)}.sp-shell .btn:focus-visible{outline:2px solid var(--wawai-focus);outline-offset:2px}.sp-shell .btn.primary{background:var(--wawai-red);border-color:var(--wawai-red);color:var(--wawai-cream);font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sp-shell .btn.primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.sp-shell .btn.ghost{background:transparent;border-color:var(--line-hover)}.sp-shell .btn-hint{font-size:13px;color:var(--fg2)}.sp-shell .review-grid{display:grid;gap:14px;max-width:820px}.sp-shell .rev-card{display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--line-subtle);padding:16px 18px}.sp-shell .rev-mini{width:150px;height:96px;flex:none;border:1px solid var(--line-subtle);overflow:hidden;background:var(--wawai-cream);position:relative}.sp-shell .rev-mini .d{position:absolute;inset:0}.sp-shell .rev-mini .site-frame{width:900px}.sp-shell .rev-txt{flex:1;min-width:0}.sp-shell .rev-axis{font-size:.72rem;text-transform:uppercase;letter-spacing:.3em;color:var(--fg2);font-weight:700}.sp-shell .rev-choice{font-family:var(--font-head);font-weight:700;font-size:17px;letter-spacing:-.03em;margin-top:5px;color:var(--wawai-char)}.sp-shell .rev-note{font-size:14px;color:var(--fg2);font-style:italic;margin-top:6px;word-break:break-word}.sp-shell .rev-edit{font-size:13px;color:var(--wawai-focus);background:none;border:none;cursor:pointer;padding:0;margin-top:9px;text-decoration:underline}.sp-shell .final-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;max-width:820px}.sp-shell .output-box{max-width:820px;margin-top:22px;background:var(--surface);border:1px solid var(--line-hover);padding:20px;font-family:var(--font-body);font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto;color:var(--wawai-char)}.sp-toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%) translateY(20px);background:var(--wawai-char);color:var(--wawai-cream);padding:12px 22px;font-family:var(--font-body);font-size:14px;opacity:0;pointer-events:none;transition:all .3s var(--ease-soft);z-index:120}.sp-toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:640px){.sp-shell .rev-card{flex-direction:column}.sp-shell .rev-mini{width:100%;height:120px}.sp-shell .stepcount{display:none}.sp-shell .topbar-inner{padding:13px 20px}.sp-shell .wrap{padding:0 20px}}@media(prefers-reduced-motion:reduce){.sp-shell *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{.sp-shell .topbar,.sp-shell .nav-row,.sp-shell .final-actions,.sp-shell .rev-edit,.sp-shell .no-print,.sp-shell .screen{display:none!important}#sp-print-area{display:block!important}}
