.guidance-select-root{--surface:#fef7ff;--surface-low:#f9f1ff;--surface-container:#f2eafc;--surface-highest:#e9def5;--surface-lowest:rgba(254, 247, 255, .72);--primary:#5335a5;--primary-container:#6b4fbf;--on-primary:#ffffff;--tertiary:#6a4300;--tertiary-fixed-dim:#d4a350;--on-surface:#1e1929;--on-surface-variant:#4a4358;--outline-variant:rgba(74, 67, 88, .2);--gradient-hero:linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);--gradient-amber:linear-gradient(135deg, var(--tertiary) 0%, var(--tertiary-fixed-dim) 100%);--shadow-ambient:0px 20px 40px rgba(30, 25, 41, .06);--shadow-hover:0px 28px 56px rgba(30, 25, 41, .11);--radius-card:2rem;--radius-pill:9999px;color:var(--on-surface);min-height:100vh;overflow-x:hidden;position:relative}.guidance-select-root,.guidance-select-root *{font-family:var(--font-plus-jakarta, "Plus Jakarta Sans"),sans-serif}.guidance-select-root *,.guidance-select-root :before,.guidance-select-root :after{box-sizing:border-box;margin:0;padding:0}.guidance-select-root:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 70% 55%at 8% 12%,rgba(83,53,165,.1)0,transparent 65%),radial-gradient(ellipse 55% 45%at 92% 85%,rgba(106,67,0,.08)0,transparent 60%),radial-gradient(ellipse 40% 30%at 55% 50%,rgba(83,53,165,.05)0,transparent 70%);pointer-events:none;z-index:0}.guidance-select-root .guidance-nav{position:sticky;top:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:var(--surface-lowest);border-bottom:1px solid var(--outline-variant);padding:0 80px;height:64px;display:flex;align-items:center;gap:10px}.guidance-select-root .nav-dot{width:8px;height:8px;border-radius:50%;background:var(--gradient-hero);flex-shrink:0;animation:guidance-pulse-dot 2.4s ease-in-out infinite}@keyframes guidance-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.guidance-select-root .nav-label{font-size:.875rem;font-weight:600;letter-spacing:.04em;color:var(--primary)}.guidance-select-root .nav-link{color:var(--on-surface-variant);font-size:.82rem;font-weight:700;margin-left:auto;text-decoration:none;transition:color .2 ease}.guidance-select-root .nav-link:hover{color:var(--primary)}.guidance-select-root .nav-link:focus-visible{color:var(--primary);outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.guidance-select-root .guidance-page{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:80px 80px 120px}.guidance-select-root .hero-row{display:grid;grid-template-columns:1fr 360px;gap:64px;align-items:start;margin-bottom:80px}.guidance-select-root .display-heading{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.06;letter-spacing:-.025em;color:var(--on-surface);position:relative}.guidance-select-root .display-heading .accent-word{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guidance-select-root .display-heading:after{content:"";display:block;margin-top:20px;height:3px;width:80px;border-radius:99px;background:var(--gradient-amber);animation:guidance-expand-line 1s cubic-bezier(.22,1,.36,1) .6s both}@keyframes guidance-expand-line{0%{width:0;opacity:0}to{width:80px;opacity:1}}.guidance-select-root .how-panel{background:var(--surface-low);border-radius:var(--radius-card);padding:36px 32px;position:relative;overflow:hidden;align-self:start;margin-top:12px}.guidance-select-root .how-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-hero);border-radius:99px 99px 0 0}.guidance-select-root .how-panel h2{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:8px;color:var(--on-surface)}.guidance-select-root .how-panel .subtitle{font-size:.875rem;color:var(--on-surface-variant);line-height:1.6;margin-bottom:24px}.guidance-select-root .feature-list{list-style:none;display:flex;flex-direction:column;gap:12px}.guidance-select-root .feature-list li{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:500;color:var(--on-surface-variant)}.guidance-select-root .feature-icon{width:28px;height:28px;border-radius:50%;background:var(--surface-highest);display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;transition:transform .3s ease}.guidance-select-root .how-panel:hover .feature-icon{transform:scale(1.1)}.guidance-select-root .section-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:32px;opacity:.7}.guidance-select-root .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guidance-select-root .card{background:var(--surface-low);border-radius:var(--radius-card);position:relative;overflow:hidden;cursor:pointer;box-shadow:var(--shadow-ambient);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);opacity:0;transform:translateY(24px);animation:guidance-card-in .6s cubic-bezier(.22,1,.36,1) forwards}.guidance-select-root .card:nth-child(1){animation-delay:.1s}.guidance-select-root .card:nth-child(2){animation-delay:.18s}.guidance-select-root .card:nth-child(3){animation-delay:.26s}.guidance-select-root .card:nth-child(4){animation-delay:.34s}.guidance-select-root .card:nth-child(5){animation-delay:.42s}.guidance-select-root .card:nth-child(6){animation-delay:.5s}@keyframes guidance-card-in{to{opacity:1;transform:translateY(0)}}.guidance-select-root .card:hover{transform:translateY(-6px) scale(1.015);box-shadow:var(--shadow-hover)}.guidance-select-root .card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translate(-100%);transition:transform .55s ease;pointer-events:none;z-index:2}.guidance-select-root .card:hover:before{transform:translate(100%)}.guidance-select-root .card-strip{height:5px;width:100%}.guidance-select-root .strip-purple{background:var(--gradient-hero)}.guidance-select-root .strip-amber{background:var(--gradient-amber)}.guidance-select-root .strip-rose{background:linear-gradient(135deg,#9c4b7a,#c87fa8)}.guidance-select-root .strip-teal{background:linear-gradient(135deg,#1e7e7e,#4ab3b3)}.guidance-select-root .strip-indigo{background:linear-gradient(135deg,#3d4bbf,#7b86e0)}.guidance-select-root .strip-gold{background:linear-gradient(135deg,#b07300,#e8af3a)}.guidance-select-root .strip-green{background:linear-gradient(135deg,#15803d,#22c55e)}.guidance-select-root .card-body{padding:28px 28px 24px;display:flex;flex-direction:column;height:calc(100% - 5px)}.guidance-select-root .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.guidance-select-root .card-meta{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--on-surface-variant);opacity:.6;padding:4px 10px;background:var(--surface-highest);border-radius:99px;align-self:flex-start}.guidance-select-root .card-emoji{width:40px;height:40px;border-radius:12px;background:var(--surface-highest);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;transition:transform .35s cubic-bezier(.22,1,.36,1),background .3s ease}.guidance-select-root .card:hover .card-emoji{transform:rotate(-8deg) scale(1.18);background:var(--surface-container)}.guidance-select-root .card-title{font-size:1.6rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:10px;transition:color .3s ease}.guidance-select-root .card:hover .card-title{color:var(--primary)}.guidance-select-root .card-desc{font-size:.875rem;color:var(--on-surface-variant);line-height:1.65;flex:1;margin-bottom:24px}.guidance-select-root .btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--gradient-hero);color:var(--on-primary);font-size:.8rem;font-weight:700;letter-spacing:.02em;border:0;border-radius:var(--radius-pill);padding:11px 22px;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 18px #5335a547;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;align-self:flex-start;text-decoration:none}.guidance-select-root .btn-primary:after{content:"";position:absolute;inset:0;background:#fff0;transition:background .3s ease;border-radius:inherit}.guidance-select-root .btn-primary:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 28px #5335a561}.guidance-select-root .btn-primary:hover:after{background:#ffffff14}.guidance-select-root .btn-primary:active{transform:translateY(0) scale(.98)}.guidance-select-root .btn-arrow{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.guidance-select-root .btn-primary:hover .btn-arrow{transform:translate(4px)}@media (max-width:1024px){.guidance-select-root .guidance-page{padding:60px 40px 100px}.guidance-select-root .guidance-nav{padding:0 40px}.guidance-select-root .hero-row{grid-template-columns:1fr;gap:40px}.guidance-select-root .how-panel{max-width:480px}.guidance-select-root .cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.guidance-select-root .guidance-page{padding:40px 20px 80px}.guidance-select-root .guidance-nav{padding:0 20px}.guidance-select-root .cards-grid{grid-template-columns:1fr}.guidance-select-root .display-heading{font-size:2.5rem}}.guidance-select-root .admin-tools-section{border-top:1px solid var(--outline-variant);padding-top:1.5rem;opacity:.75}.guidance-select-root .card--admin{border-style:dashed}