@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap);:root{--pf-primary:#102a83;--pf-primary-hover:#0c2066;--pf-accent:#2563eb;--pf-text:#111827;--pf-muted:#6b7280;--pf-border:#e5e7eb;--pf-bg:#ffffff;--pf-surface:#f9fafb;--pf-success:#059669;--pf-warning:#d97706;--pf-danger:#dc2626;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px rgba(0, 0, 0, 0.06);--max-w:1120px;--nav-h:64px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',sans-serif;color:var(--pf-text);background:var(--pf-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(100% - 2rem,var(--max-w));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;height:var(--nav-h);background:#fff;border-bottom:1px solid var(--pf-border)}.site-header .inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:900;font-size:1.05rem;color:var(--pf-primary);white-space:nowrap}.brand-logo{width:32px;height:32px;object-fit:contain;display:block;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.75rem;font-size:.9rem;font-weight:500;color:#374151}.nav-links a:hover{color:var(--pf-accent)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-auth{display:flex;align-items:center;gap:.65rem;font-size:.88rem;font-weight:500}.nav-auth[hidden]{display:none}html.auth-logged-in [data-nav-auth-guest]{display:none!important}html.auth-logged-in [data-nav-auth-user]{display:flex!important}html.auth-logged-in #hero-login-panel{display:none!important}html.auth-logged-in #hero-user-panel{display:block!important}html.auth-logged-in #hero-user-panel[hidden]{display:block!important}.nav-auth-link{color:#374151;white-space:nowrap}.nav-auth-link:hover{color:var(--pf-accent)}.nav-auth-sep{color:#d1d5db;user-select:none;font-weight:300}.nav-cart-link{position:relative;padding-right:.15rem}.nav-cart-link .cart-badge{position:static;display:none;min-width:18px;height:18px;margin-left:.35rem;padding:0 4px;border-radius:999px;background:var(--pf-accent);color:#fff;font-size:.65rem;font-weight:700;vertical-align:middle;line-height:18px;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn-primary{background:var(--pf-primary);color:#fff}.btn-primary:hover{background:var(--pf-primary-hover)}.btn-primary:disabled,.btn-primary[disabled]{opacity:.45;cursor:not-allowed}.btn-primary:disabled:hover,.btn-primary[disabled]:hover{background:var(--pf-primary)}.btn-outline{background:#fff;border-color:var(--pf-border);color:var(--pf-text)}.btn-outline:hover{border-color:var(--pf-accent);color:var(--pf-accent)}.btn-ghost{background:0 0;color:var(--pf-muted)}.btn-ghost:hover{color:var(--pf-primary)}.btn-block{width:100%}.btn-sm{padding:.45rem .9rem;font-size:.82rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:#374151}.form-label .req{color:var(--pf-accent)}.form-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.form-label-row .form-label{margin-bottom:0}.form-label-hint{font-size:.78rem;font-weight:400;color:var(--pf-muted);text-align:right;flex-shrink:0}.signup-email-label-row .form-label{flex-shrink:0}.signup-email-label-row .form-label-hint{white-space:nowrap;max-width:none;line-height:1.35;font-size:.68rem;letter-spacing:-.02em}@media (max-width:480px){.signup-email-label-row{flex-direction:column;align-items:flex-start;gap:.25rem}.signup-email-label-row .form-label-hint{white-space:normal;max-width:none;text-align:left}}.form-input,.form-select,.form-textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);font:inherit;font-size:.9rem;background:#fff;transition:border-color .15s}.form-textarea{resize:vertical}.form-select{appearance:none;-webkit-appearance:none;padding-right:2.25rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:var(--pf-accent)}.form-hint{font-size:.78rem;color:var(--pf-muted);margin-top:.3rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.birth-date-selects{--birth-date-option-h:2.5rem;--custom-select-option-h:var(--birth-date-option-h);display:grid;grid-template-columns:1.2fr 0.9fr 0.9fr;gap:.5rem}.birth-date-select-field,.custom-select-field{--custom-select-option-h:2.5rem;position:relative;min-width:0}.birth-date-select-trigger,.custom-select-trigger{width:100%;display:flex;align-items:center;min-height:2.65rem;padding:.7rem 2.25rem .7rem .85rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);font:inherit;font-size:.9rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:1rem;color:var(--pf-text);cursor:pointer;text-align:left;transition:border-color .15s}.birth-date-select-field.is-placeholder .birth-date-select-label,.custom-select-field.is-placeholder .custom-select-label{color:var(--pf-muted)}.birth-date-select-field.is-open,.custom-select-field.is-open{z-index:50}.birth-date-select-field.is-open .birth-date-select-trigger,.custom-select-field.is-open .custom-select-trigger{border-color:var(--pf-accent)}.birth-date-select-menu,.custom-select-menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;margin:0;padding:.25rem 0;list-style:none;max-height:calc(var(--custom-select-option-h,2.5rem) * 6 + .5rem);overflow-y:auto;background:#fff;border:1px solid var(--pf-border);border-radius:var(--radius-sm);box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:60}.birth-date-select-option,.custom-select-option{display:block;width:100%;min-height:var(--custom-select-option-h,2.5rem);padding:.55rem .85rem;border:none;background:0 0;font:inherit;font-size:.9rem;line-height:1.4;text-align:left;cursor:pointer;color:var(--pf-text)}.birth-date-select-option:focus-visible,.birth-date-select-option:hover,.custom-select-option:focus-visible,.custom-select-option:hover{background:var(--pf-surface);outline:0}.birth-date-select-option.is-selected,.custom-select-option.is-selected{color:var(--pf-primary);font-weight:600;background:#eef2ff}.form-check{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#4b5563}.form-check input{margin-top:.2rem}.card{background:#fff;border:1px solid var(--pf-border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-body{padding:1.5rem}.landing-fold{min-height:calc(100vh - var(--nav-h));display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;padding:2rem 0;background:linear-gradient(180deg,var(--pf-surface) 0,#fff 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:center}.hero-left{display:flex;flex-direction:column;gap:1.5rem;max-width:520px}.hero-copy .hero-lead{max-width:none}.login-card{max-width:100%}.hero-slider{width:100%;max-width:520px;margin-inline:auto}.hero-slider-viewport{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--pf-border);background:var(--pf-surface);box-shadow:var(--shadow);aspect-ratio:5/6}.hero-slider-nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.92);color:var(--pf-primary);cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.12);transform:translateY(-50%);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.hero-slider-nav--prev{left:.65rem}.hero-slider-nav--next{right:.65rem}.hero-slider-nav:hover{background:#fff;color:var(--pf-primary-hover);box-shadow:0 2px 8px rgba(0,0,0,.14)}.hero-slider-nav:focus-visible{outline:2px solid var(--pf-accent);outline-offset:2px}.hero-slider-nav svg{display:block;width:1.15rem;height:1.15rem}.hero-slider-track{display:flex;height:100%;transition:transform .55s cubic-bezier(.4, 0, .2, 1);will-change:transform}.hero-slide{flex:0 0 100%;position:relative;display:block;height:100%;overflow:hidden;cursor:pointer}.hero-slide img{width:100%;height:100%;object-fit:contain;background:#fff;transition:transform .4s ease}.hero-slide:hover img{transform:scale(1.03)}.hero-slide-caption{position:absolute;left:0;right:0;bottom:0;padding:2rem 1.25rem 1.1rem;background:linear-gradient(to top,rgba(15,23,42,.92) 0,rgba(15,23,42,.72) 45%,transparent 100%);color:#fff;display:flex;flex-direction:column;gap:.15rem;pointer-events:none}.hero-slide-step{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.88);text-shadow:0 1px 2px rgba(0,0,0,.35)}.hero-slide-name{font-size:1.25rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45);-webkit-font-smoothing:antialiased}.hero-slider-counter{position:absolute;right:.85rem;bottom:.85rem;z-index:2;padding:.3rem .55rem;border-radius:6px;background:rgba(15,23,42,.72);color:#fff;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.06em;line-height:1;pointer-events:none}.hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--pf-accent);margin-bottom:.75rem}.hero h1{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:900;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.hero-lead{font-size:1.05rem;color:var(--pf-muted);margin:0 0 1.5rem;max-width:32rem}.hero-cta{display:flex;gap:.75rem;width:100%}.hero-cta .btn{flex:1 1 0;min-width:0}.login-card h2{margin:0;font-size:1.25rem;font-weight:800}.login-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.login-card-guide-hint{margin:0;flex-shrink:0;max-width:11rem;font-size:.72rem;font-weight:500;line-height:1.35;color:var(--pf-muted);text-align:right}.login-card .sub{font-size:.85rem;color:var(--pf-muted);margin-bottom:1.25rem}.login-links{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;font-size:.82rem}.login-remember{align-items:center;margin:0;flex-shrink:0}.login-remember input{margin-top:0}.login-links-nav{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.login-links-sep{color:var(--pf-muted);user-select:none}.login-links a{color:var(--pf-accent)}.user-session-panel h2{margin:0 0 1rem;font-size:1.25rem;font-weight:800}.user-session-dl{margin:0 0 1.25rem;display:grid;gap:.75rem}.user-session-dl div{display:grid;grid-template-columns:4rem 1fr;gap:.5rem;align-items:baseline}.user-session-dl dt{font-size:.78rem;font-weight:600;color:var(--pf-muted)}.user-session-dl dd{margin:0;font-size:.9rem;font-weight:500;word-break:break-all}.hero-dashboard-row{display:flex;gap:.5rem}.hero-dashboard-row .btn{flex:1;min-width:0;text-align:center}.section{padding:4rem 0}.section-alt{background:var(--pf-surface)}.section-head{text-align:center;margin-bottom:2.5rem}.section-head h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.section-head p{margin:0;color:var(--pf-muted)}.section-eyebrow{margin:0 0 .5rem;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--pf-accent)}.robot-lineup-section{scroll-margin-top:var(--nav-h);padding-top:5rem;padding-bottom:4rem}.robot-lineup-section .section-head,.robot-track-section .section-head{margin-bottom:3rem}.robot-lineup-section .section-head .section-eyebrow,.robot-track-section .section-head .section-eyebrow{color:#2563eb;font-size:.875rem;font-weight:900;letter-spacing:.3em;margin-top:0}.robot-lineup-section .section-head h2,.robot-track-section .section-head h2{color:#111827;font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:800}.robot-lineup-section .section-head p:not(.section-eyebrow),.robot-track-section .section-head p:not(.section-eyebrow){margin-top:1rem;color:#6b7280;font-size:1.125rem;line-height:1.6}.robot-lineup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.robot-lineup-card{position:relative;display:flex;flex-direction:column;background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:var(--radius);overflow:hidden}.robot-lineup-card--findee{border-color:#bfdbfe}.robot-lineup-card--movi{border-color:#fde68a}.robot-lineup-card__badge{position:absolute;top:.85rem;right:.85rem;z-index:1;padding:.3rem .7rem;border-radius:999px;background:#f59e0b;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.08em}.robot-lineup-card__badge--main{background:#2563eb}.robot-lineup-card__media{height:13rem;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff}.robot-lineup-card__media img{max-width:100%;max-height:100%;object-fit:contain}.robot-lineup-card__body{padding:1.25rem 1.25rem .75rem;flex:1}.robot-lineup-card__step{display:inline-block;margin-bottom:.65rem;padding:.25rem .55rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.robot-lineup-card__step--movi{background:#fef3c7;color:#b45309}.robot-lineup-card__body h3{margin:0 0 .75rem;font-size:1.35rem;font-weight:900;line-height:1.3}.robot-lineup-card__body h3 a{color:inherit}.robot-lineup-card__body h3 a:hover{color:var(--pf-primary)}.robot-lineup-card__sub{display:block;margin-top:.25rem;font-size:.82rem;font-weight:700;color:var(--pf-muted)}.robot-lineup-card__body p{margin:0;color:var(--pf-muted);font-size:.88rem;line-height:1.65}.robot-lineup-card__foot{margin:0;padding:0 1.25rem .85rem;font-size:.72rem;font-weight:700;color:#9ca3af}.robot-lineup-card__actions{padding:0 1.25rem 1.25rem}.robot-lineup-card__actions .btn{width:100%}.robot-track-section{padding-top:4rem;padding-bottom:4rem}.robot-track-photos{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.robot-track-photo{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.robot-track-photo img{width:100%;height:18rem;object-fit:cover;display:block}.robot-track-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.robot-track-highlight{padding:1.5rem 1.25rem;border-radius:var(--radius);border:1px solid var(--pf-border);background:#fff;text-align:center}.robot-track-highlight__icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:.85rem;border-radius:var(--radius-sm);background:#eff6ff;color:var(--pf-accent)}.robot-track-highlight h3{margin:0 0 .4rem;font-size:1rem;font-weight:800}.robot-track-highlight p{margin:0;font-size:.85rem;color:var(--pf-muted);line-height:1.5}.robot-summary-card[id^=buy-]{scroll-margin-top:var(--nav-h)}.shop-notice{margin-bottom:1.5rem}.page-header:has(+ .shop-notice){margin-bottom:1rem}.shop-b2b-note{margin-top:2rem}.shop-b2b-note h3{margin:0 0 .5rem;font-weight:800}.shop-b2b-note p{margin:0 0 1rem;color:var(--pf-muted);font-size:.9rem}@media (max-width:900px){.robot-lineup-grid,.robot-track-highlights{grid-template-columns:1fr}.robot-track-photos{grid-template-columns:1fr}}@media (max-width:640px){.robot-summary-card .card-body{grid-template-columns:1fr}.robot-track-photo img{height:14rem}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card{border:1px solid var(--pf-border);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-card .thumb{aspect-ratio:4/3;background:var(--pf-surface);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.75rem}.product-card .thumb img{width:100%;height:100%;object-fit:contain}.product-card .body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card .step{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:var(--pf-accent);text-transform:uppercase}.product-card h3{margin:.35rem 0;font-size:1.2rem;font-weight:800}.product-card .desc{font-size:.88rem;color:var(--pf-muted);flex:1;margin-bottom:1rem}.product-card .price{font-size:1.1rem;font-weight:800;color:var(--pf-primary);margin-bottom:.75rem}.product-card .price-vat{font-size:.82rem;font-weight:400;color:var(--pf-muted);margin-left:.35rem}.qty-control{display:flex;align-items:center;gap:0;margin-bottom:.75rem;width:fit-content;border:1px solid var(--pf-border);border-radius:var(--radius-sm);overflow:hidden}.qty-control button{width:36px;height:36px;border:none;background:var(--pf-surface);color:var(--pf-text);font-size:1.1rem;cursor:pointer;line-height:1}.qty-control button:hover{background:#eef2ff;color:var(--pf-primary)}.qty-control button:disabled{opacity:.35;cursor:not-allowed}.qty-control input{width:48px;height:36px;border:none;border-left:1px solid var(--pf-border);border-right:1px solid var(--pf-border);text-align:center;font:inherit;font-size:.9rem;font-weight:600;-moz-appearance:textfield}.qty-control input::-webkit-inner-spin-button,.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-label{display:block;font-size:.78rem;font-weight:600;color:var(--pf-muted);margin-bottom:.35rem}.product-card .actions{display:flex;gap:.5rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-item{text-align:center;padding:1.5rem 1rem}.step-num{width:40px;height:40px;margin:0 auto 1rem;border-radius:50%;background:var(--pf-primary);color:#fff;font-weight:800;display:grid;place-items:center}.step-item h3{margin:0 0 .35rem;font-size:1rem}.step-item p{margin:0;font-size:.85rem;color:var(--pf-muted)}.trust-strip{flex-shrink:0;background:var(--pf-primary);border-top:1px solid rgba(255,255,255,.08)}.trust-strip-inner{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;padding:1.15rem 0;font-size:.82rem;font-weight:600;color:#bfdbfe;text-transform:uppercase;letter-spacing:.06em}.trust-strip-inner span{position:relative}.trust-strip-inner span:not(:last-child)::after{content:'';position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1px;height:.85em;background:rgba(255,255,255,.2)}@media (max-width:640px){.trust-strip-inner span:not(:last-child)::after{display:none}}.page-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--pf-border);margin-bottom:2rem}.page-header h1{margin:0 0 .35rem;font-size:1.75rem;font-weight:800}.page-header p{margin:0;color:var(--pf-muted)}.auth-wrap{display:grid;place-items:center;padding:2rem 1rem}.auth-card{width:min(100%,480px)}.auth-card.wide{width:min(100%,560px)}.auth-page-title{margin:0 0 1.25rem;padding-bottom:1rem;font-size:1.5rem;font-weight:800;border-bottom:1px solid var(--pf-border)}.signup-form-section+.signup-form-section{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--pf-border)}.signup-section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:800}.email-dup-row{display:flex;gap:.5rem;align-items:stretch}.email-dup-row .form-input{flex:1;min-width:0}.email-dup-row .btn{flex-shrink:0;white-space:nowrap}.email-dup-hint{margin:.35rem 0 0;font-size:.82rem}.email-dup-hint.is-ok{color:var(--pf-success)}.email-dup-hint.is-error{color:var(--pf-danger)}@media (max-width:480px){.email-dup-row{flex-direction:column}.email-dup-row .btn{width:100%}}.role-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.role-card{border:2px solid var(--pf-border);border-radius:var(--radius-sm);padding:1rem;cursor:pointer;text-align:center;transition:border-color .15s}.role-card.selected{border-color:var(--pf-primary);background:#f0f4ff}.role-card strong{display:block;font-size:.95rem}.role-card span{font-size:.78rem;color:var(--pf-muted)}.instructor-fields{display:none;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--pf-border)}.instructor-fields.show{display:block}.notice-box{padding:.85rem 1rem;border-radius:var(--radius-sm);background:#eff6ff;border:1px solid #bfdbfe;font-size:.85rem;color:#1e40af;margin-bottom:1rem}.notice-box--center{text-align:center}.notice-box-message{margin:0;font-weight:700}.notice-box-sub{margin:.5rem 0 0;font-size:.8rem;line-height:1.5;font-weight:400}.notice-box--success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.notice-box-actions{display:flex;justify-content:center;margin-top:.75rem}.pf-bottom-right-stack{position:fixed;bottom:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:.5rem;max-width:min(360px,calc(100vw - 2rem));pointer-events:none}.pf-toast-root{display:flex;flex-direction:column-reverse;gap:.5rem;width:100%;max-width:min(360px,calc(100vw - 2rem));pointer-events:none}.pf-toast{padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;line-height:1.45;box-shadow:0 4px 16px rgba(0,0,0,.12);border:1px solid transparent;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:auto}.pf-toast--visible{opacity:1;transform:translateY(0)}.pf-toast--exit{opacity:0;transform:translateY(6px)}.pf-toast--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.pf-toast--success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.pf-toast--info,.pf-toast--message{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}@media (max-width:640px){.pf-toast-root{left:1rem;right:1rem;bottom:1rem;max-width:none}}.cart-table{width:100%;border-collapse:collapse;font-size:.9rem}.cart-table td,.cart-table th{padding:1rem;border-bottom:1px solid var(--pf-border);text-align:left}.cart-table th{font-size:.78rem;text-transform:uppercase;color:var(--pf-muted)}.cart-table .col-check{width:44px;text-align:center}.cart-table .col-qty{width:140px}.cart-table .col-actions{width:7.5rem;text-align:right;vertical-align:middle}.cart-header-delete{padding:0;font-size:.78rem;font-weight:600;white-space:nowrap}.cart-header-delete:disabled{opacity:.45;cursor:not-allowed}.cart-table .qty-control{margin-bottom:0}.cart-product-link{color:inherit;text-decoration:none}.cart-product-link:hover{color:var(--pf-accent)}.cart-product-link strong{font-weight:700}.cart-checkout{padding:1.25rem;border-top:1px solid var(--pf-border)}.cart-total-bar{display:flex;align-items:center;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:var(--pf-bg);overflow:visible}.cart-total-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;min-height:5.5rem;padding:1rem .5rem;text-align:center;border-right:1px solid var(--pf-border)}.cart-total-cell--final{border-right:none}.cart-total-label{font-size:.82rem;font-weight:500;color:var(--pf-muted)}.cart-total-value{font-size:1rem;font-weight:700;color:var(--pf-text)}.cart-total-value--final{font-size:1.35rem;font-weight:800;color:var(--pf-primary);line-height:1.2}.cart-total-won{font-size:.95rem;font-weight:700}.cart-total-op{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;margin:0 -.875rem;border-radius:50%;background:var(--pf-surface);border:1px solid var(--pf-border);font-size:.9rem;font-weight:700;color:var(--pf-muted);z-index:1}.checkout-layout{align-items:flex-start;gap:1.5rem}.checkout-shipping-card{flex:1.2}.checkout-side{flex:0.8;display:flex;flex-direction:column;gap:1rem;min-width:0}.checkout-section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:800}.checkout-form-section+.checkout-form-section{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--pf-border)}.checkout-notice{margin:.25rem 0 0;font-size:.82rem;color:var(--pf-muted);line-height:1.5}#delivery_request_custom{margin-top:.5rem}.checkout-item-list{list-style:none;padding:0;margin:0}.checkout-item-row{padding:.55rem 0;border-bottom:1px solid var(--pf-border);font-size:.92rem}.checkout-item-row:last-child{border-bottom:none}.checkout-empty{color:var(--pf-muted);text-align:center;padding:2rem 0;margin:0}.checkout-summary-rows{margin:0}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 0;font-size:.92rem}.checkout-summary-row dt{margin:0;font-weight:500;color:var(--pf-muted)}.checkout-summary-row dd{margin:0;font-weight:600;color:var(--pf-text)}.checkout-summary-divider{margin:.75rem 0;border-top:1px dashed var(--pf-border)}.checkout-summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem}.checkout-summary-total-label{font-size:1rem;font-weight:800}.checkout-summary-total-value{font-size:1.35rem;font-weight:800;color:var(--pf-primary)}.checkout-pay-btn{margin-top:0}.checkout-mock-hint{text-align:center;margin-top:.75rem;margin-bottom:0}.cart-actions-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.cart-actions-row .btn{width:100%;min-width:0;text-align:center}.cart-actions-row .btn:disabled{opacity:.45;cursor:not-allowed}.board-list{list-style:none;padding:0;margin:0}.board-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--pf-border)}.board-item .tag{font-size:.72rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;background:var(--pf-surface);color:var(--pf-muted);white-space:nowrap}.board-item .title{flex:1;font-weight:500}.board-item .meta{font-size:.8rem;color:var(--pf-muted);white-space:nowrap}.board-item a.title:hover{color:var(--pf-primary)}.community-page-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.community-toolbar{--community-ctrl-h:2.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap;margin-bottom:.85rem}.community-toolbar .community-write-btn{box-sizing:border-box;height:var(--community-ctrl-h);min-height:var(--community-ctrl-h);padding-top:0;padding-bottom:0;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}.stage-toggle{display:inline-flex;align-items:stretch;height:var(--community-ctrl-h);max-width:100%;overflow-x:auto;border:1px solid var(--pf-primary);border-radius:var(--radius-sm);background:var(--pf-bg);box-sizing:border-box}.stage-toggle__item{flex:1 1 auto;min-width:5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .85rem;font-size:.82rem;font-weight:600;line-height:1.2;text-align:center;color:var(--pf-primary);background:0 0;border:0;border-right:1px solid var(--pf-primary);white-space:nowrap;transition:background .15s ease,color .15s ease}.stage-toggle__item:last-child{border-right:0}.stage-toggle__item:hover{background:color-mix(in srgb,var(--pf-primary) 8%,#fff)}.stage-toggle__item.is-active{color:#fff;background:var(--pf-primary)}.stage-toggle__item:focus-visible{outline:2px solid var(--pf-accent);outline-offset:-2px;z-index:1}.community-gallery{border-top:2px solid var(--pf-primary);border-bottom:2px solid var(--pf-primary);background:var(--pf-bg)}.gallery-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.9rem}.gallery-table thead th{padding:.7rem .5rem;font-weight:700;font-size:.82rem;color:var(--pf-text);border-bottom:1px solid var(--pf-border);background:var(--pf-surface)}.gallery-table tbody td{padding:.65rem .5rem;border-bottom:1px solid var(--pf-border);vertical-align:middle;color:var(--pf-text)}.gallery-table tbody tr:hover{background:var(--pf-surface)}.gallery-table .col-author,.gallery-table .col-date,.gallery-table .col-like,.gallery-table .col-num,.gallery-table .col-prefix,.gallery-table .col-views{text-align:center}.gallery-table .col-num{width:4.5rem;color:var(--pf-muted)}.gallery-table .col-prefix{width:5.5rem}.gallery-table .col-author{width:7.5rem}.gallery-table .col-date{width:5rem;color:var(--pf-muted);font-variant-numeric:tabular-nums}.gallery-table .col-views{width:4rem;color:var(--pf-muted);font-variant-numeric:tabular-nums}.gallery-table .col-like{width:4rem;color:var(--pf-muted);font-variant-numeric:tabular-nums}.gallery-table .col-title{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-table .col-title a{color:inherit;font-weight:500}.gallery-table .col-title a:hover{color:var(--pf-primary);text-decoration:underline}.gallery-comment-count{margin-left:.3rem;color:var(--pf-accent);font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.gallery-board-tag{display:inline-block;padding:.12rem .4rem;font-size:.7rem;font-weight:700;line-height:1.3;color:var(--pf-muted);background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:3px;white-space:nowrap;vertical-align:middle}.gallery-board-tag--notice{color:var(--pf-primary);border-color:color-mix(in srgb,var(--pf-primary) 35%,var(--pf-border));background:color-mix(in srgb,var(--pf-primary) 8%,#fff)}.gallery-board-tag--qna{color:#0f766e;border-color:#99f6e4;background:#f0fdfa}.gallery-board-tag--projects{color:#a16207;border-color:#fde68a;background:#fffbeb}.gallery-board-tag--instructor{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.gallery-table tr.is-notice{background:color-mix(in srgb,var(--pf-primary) 8%,#fff)}.gallery-table tr.is-notice:hover{background:color-mix(in srgb,var(--pf-primary) 12%,#fff)}.gallery-table tr.is-notice .col-title a{font-weight:700}.gallery-table tbody tr:last-child td{border-bottom:0}.gallery-empty-row td{padding:2rem 1rem;text-align:center;color:var(--pf-muted);font-size:.95rem;border-bottom:0}.community-footer-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem}.community-search{display:inline-flex;align-items:center;gap:.5rem;min-width:min(100%,18rem);flex:0 1 22rem;border-bottom:1px solid var(--pf-border);padding-bottom:.15rem;transition:border-color .15s ease}.community-search:focus-within{border-bottom-color:var(--pf-primary)}.community-search__scope-wrap{flex:0 0 auto;display:inline-flex;align-items:center;padding-right:.5rem;border-right:1px solid var(--pf-border)}.community-search__scope{appearance:none;-webkit-appearance:none;border:0;border-radius:0;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%236b7280' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right center;padding:.15rem 1rem .15rem 0;margin:0;font:inherit;font-size:.82rem;font-weight:600;color:var(--pf-primary);line-height:1.3;cursor:pointer;max-width:7.5rem}.community-search__scope:focus{outline:0;color:var(--pf-primary)}.community-search__scope option{color:var(--pf-primary);background:var(--pf-bg);font-weight:500}.community-search__icon{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;margin:0;border:0;background:0 0;color:var(--pf-muted);cursor:pointer;line-height:0}.community-search__icon:hover{color:var(--pf-primary)}.community-search__input{flex:1 1 auto;min-width:0;border:0;outline:0;background:0 0;font:inherit;font-size:.88rem;color:var(--pf-text);padding:.2rem 0}.community-search__input::placeholder{color:var(--pf-muted)}.community-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.community-pagination{margin-left:auto}.community-pagination__inner{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .15rem;border-top:1px solid var(--pf-border);border-bottom:1px solid var(--pf-border);line-height:1;font-variant-numeric:tabular-nums}.community-pagination__sep{color:var(--pf-border);font-size:.8rem;font-weight:400;user-select:none}.community-pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;padding:0;font-size:.88rem;font-weight:500;color:var(--pf-muted);background:0 0;border:0;border-radius:0;line-height:1.2}.community-pagination__btn:hover:not(.is-active):not(.is-disabled){color:var(--pf-primary);background:0 0}.community-pagination__btn.is-active{color:var(--pf-text);font-weight:700;background:0 0}.community-pagination__btn.is-disabled{color:var(--pf-border);cursor:default}.community-note{margin-top:1.5rem;font-size:.85rem;color:var(--pf-muted)}@media (max-width:720px){.gallery-table .col-author,.gallery-table .col-like,.gallery-table thead .col-author,.gallery-table thead .col-like{display:none}.gallery-table .col-num{width:3rem}.gallery-table .col-prefix{width:4.5rem}.gallery-table .col-date{width:4rem}.gallery-table .col-views{width:3.2rem}}.community-back{margin-bottom:1rem;font-size:.9rem}.post-view{margin-bottom:1.75rem;border-top:2px solid var(--pf-primary);background:var(--pf-bg)}.post-view-header{border-bottom:1px solid var(--pf-border)}.post-view-title-row{display:flex;align-items:center;gap:.55rem;padding:.9rem .15rem .75rem;border-bottom:1px solid var(--pf-border)}.post-view-title{margin:0;font-size:1.15rem;font-weight:800;line-height:1.4;flex:1;min-width:0;word-break:break-word}.post-view-sep{color:#c9cdd4;font-weight:400;user-select:none}.post-view-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;flex-wrap:wrap;padding:.55rem .15rem;font-size:.82rem;color:var(--pf-muted)}.post-comment-meta-left,.post-comment-meta-right,.post-view-meta-left,.post-view-meta-right{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .55rem}.post-view-author{color:var(--pf-text);font-weight:600}.post-view-action{appearance:none;border:0;background:0 0;padding:0;margin:0;font:inherit;font-size:inherit;line-height:inherit;color:var(--pf-accent);cursor:pointer;text-decoration:none}.post-view-action:hover{text-decoration:underline}.post-view-action.is-liked{font-weight:700}.post-view-body{padding:1.25rem .15rem 1.5rem;line-height:1.75;word-break:break-word;border-bottom:1px solid var(--pf-border);min-height:8rem;color:var(--pf-text)}.post-view-body>:first-child{margin-top:0}.post-view-body>:last-child{margin-bottom:0}.post-view-body p{margin:0 0 .85rem}.post-view-body h1,.post-view-body h2,.post-view-body h3,.post-view-body h4{margin:1.25rem 0 .6rem;font-weight:800;line-height:1.35;color:var(--pf-text)}.post-view-body h1{font-size:1.35rem}.post-view-body h2{font-size:1.2rem}.post-view-body h3{font-size:1.05rem}.post-view-body ol,.post-view-body ul{margin:0 0 .85rem;padding-left:1.35rem}.post-view-body li{margin:.2rem 0}.post-view-body blockquote{margin:0 0 .85rem;padding:.35rem 0 .35rem .9rem;border-left:3px solid var(--pf-primary);color:var(--pf-muted)}.post-view-body pre{margin:0 0 .85rem;padding:.75rem .9rem;overflow-x:auto;background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:var(--radius-sm);font-size:.86rem}.post-view-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.post-view-body :not(pre)>code{padding:.1rem .35rem;background:var(--pf-surface);border-radius:4px}.post-view-body a{color:var(--pf-accent);text-decoration:underline}.post-view-body img{max-width:100%;height:auto;margin:.5rem 0}.post-view-body table{width:100%;border-collapse:collapse;margin:0 0 .85rem;font-size:.92rem}.post-view-body td,.post-view-body th{border:1px solid var(--pf-border);padding:.45rem .6rem;text-align:left}.post-view-body th{background:var(--pf-surface);font-weight:700}.community-toast-editor{border:1px solid var(--pf-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--pf-bg)}.community-toast-editor .toastui-editor-defaultUI{border:0}.community-toast-editor .toastui-editor-defaultUI-toolbar{border-bottom:1px solid var(--pf-border);background:var(--pf-surface)}.community-toast-editor .toastui-editor-mode-switch{border-top:1px solid var(--pf-border);background:var(--pf-surface)}.community-toast-editor img.pf-img-resize-active{outline:2px solid var(--pf-accent);outline-offset:2px}.pf-img-resize-shell{position:fixed;left:0;top:0;z-index:1400;pointer-events:none;box-sizing:border-box}.pf-img-resize-box{box-sizing:border-box;width:100%;height:100%;border:1px dashed var(--pf-accent);pointer-events:none}.pf-img-resize-handle{position:absolute;right:2px;bottom:2px;width:14px;height:14px;padding:0;border:2px solid #fff;border-radius:2px;background:var(--pf-accent);box-shadow:0 0 0 1px rgba(17,24,39,.25);cursor:nwse-resize;pointer-events:auto;touch-action:none}body.pf-img-resizing{cursor:nwse-resize;user-select:none}body.pf-img-resizing .toastui-editor-contents,body.pf-img-resizing .toastui-editor-ww-container{pointer-events:none}.post-comments{border-top:2px solid var(--pf-primary)}.post-comments-head{padding:.75rem .15rem;border-bottom:1px solid var(--pf-border)}.post-comments-head h2{margin:0;font-size:.95rem;font-weight:700}.post-comments-head em{font-style:normal;color:var(--pf-primary)}.post-comment-list{list-style:none;margin:0;padding:0}.post-comment-item{padding:.85rem .15rem;border-bottom:1px solid var(--pf-border)}.post-comment-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.4rem;font-size:.82rem;color:var(--pf-muted)}.post-comment-meta strong{color:var(--pf-text);font-weight:600}.post-comment-body{margin:0;line-height:1.65;white-space:pre-wrap;word-break:break-word}.post-comment-empty{padding:1.5rem .15rem;text-align:center;color:var(--pf-muted);font-size:.9rem;border-bottom:1px solid var(--pf-border);list-style:none}.post-comment-write{padding:1rem .15rem .25rem}.post-comment-form{display:grid;gap:.65rem}.post-comment-form-actions{display:flex;justify-content:flex-end}.community-form-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}@media (max-width:720px){.post-view-meta-row{flex-direction:column;align-items:flex-start}.post-view-meta-right{width:100%}}.dash-layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.dash-sidebar{display:flex;flex-direction:column;background:var(--pf-surface);border-right:1px solid var(--pf-border)}.dash-sidebar-head{display:flex;justify-content:center;align-items:center;padding:1.25rem 1rem;border-bottom:1px solid var(--pf-border)}.dash-sidebar-head .brand{font-weight:900;font-size:1.05rem;color:var(--pf-primary);padding:0;box-shadow:none}.dash-sidebar-head .brand:hover{background:0 0;color:var(--pf-primary);box-shadow:none;opacity:.85}body[data-page=dashboard] .dash-sidebar-head .brand-logo{width:24px;height:24px}body[data-page=dashboard] .dash-sidebar-head .brand{gap:.3rem}.dash-sidebar-body{flex:1;padding:1rem .75rem;overflow-y:auto}.dash-sidebar-label{font-size:.75rem;font-weight:700;color:var(--pf-muted);text-transform:uppercase;margin:0 0 .75rem .75rem}.dash-sidebar nav{display:flex;flex-direction:column;gap:.25rem}.dash-sidebar nav a{padding:.55rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:#4b5563}.dash-sidebar nav a.active,.dash-sidebar nav a:hover{background:#fff;color:var(--pf-primary);box-shadow:var(--shadow)}.dash-sidebar-foot{position:relative;display:flex;align-items:center;justify-content:center;padding:.875rem 20px;border-top:1px solid var(--pf-border);background:#fff}.dash-user-popover{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);width:200px;display:flex;flex-direction:column;gap:.35rem;padding:.5rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;z-index:20}.dash-user-popover::after{content:'';position:absolute;left:0;right:0;top:100%;height:10px}.dash-user-popover.is-open{opacity:1;visibility:visible;pointer-events:auto}.dash-popover-btn{display:block;width:100%;margin:0;padding:.45rem .65rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:#fff;color:var(--pf-text);font-family:inherit;font-size:.8rem;font-weight:500;line-height:1.35;letter-spacing:0;text-align:center;cursor:pointer;appearance:none;-webkit-appearance:none;box-sizing:border-box}a.dash-popover-btn,button.dash-popover-btn{font-size:.8rem}.dash-popover-btn:hover{border-color:var(--pf-accent);color:var(--pf-accent)}.dash-user-row{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;min-width:0;max-width:100%;padding-right:1.75rem}.dash-user-info{display:inline-flex;align-items:center;gap:.4rem;min-width:0;max-width:calc(100% - 2rem)}.dash-user-name{font-size:.9rem;font-weight:600;line-height:1.2;color:var(--pf-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-user-menu-hint{position:absolute;right:0;top:50%;transform:translateY(-50%);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);color:var(--pf-muted);line-height:0}.dash-user-popover.is-open~.dash-user-row .dash-user-menu-hint{border-color:var(--pf-accent);color:var(--pf-accent)}.dash-user-role{flex-shrink:0;display:inline-flex;align-items:center;font-size:.68rem;font-weight:700;color:var(--pf-accent);letter-spacing:.02em;padding:.2rem .5rem;border-radius:999px;background:#eff6ff;line-height:1.2}.dash-main{padding:2rem}body[data-dash-home] .dash-main{min-height:100vh;display:flex;flex-direction:column}.dash-home-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.dash-home-lead{margin:0 0 1.75rem;color:var(--pf-muted);font-size:.9rem}.dash-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 18rem;align-items:stretch;gap:1.5rem;flex:1;min-height:0}.dash-home-main{min-width:0;display:flex;flex-direction:column;min-height:0}.dash-home-side{min-width:0}.dash-widget-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.dash-widget-title{margin:0;font-size:.95rem;font-weight:800;color:var(--pf-text)}.dash-widget-sub{margin:0;color:var(--pf-muted);font-size:.78rem}.dash-widget-empty{margin:0;padding:.5rem 0;color:var(--pf-muted);font-size:.85rem}.dash-robot-intro{margin-bottom:1.5rem}.dash-robot-intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dash-robot-intro-card{display:flex;flex-direction:column;min-height:7.25rem;padding:1rem 1.1rem;border:1px solid var(--pf-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);text-align:left;font-family:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.dash-robot-intro-card:hover{border-color:var(--pf-accent);box-shadow:0 2px 8px rgba(16,42,131,.08)}.dash-robot-intro-card.is-active{border-color:var(--pf-accent);box-shadow:0 0 0 2px rgba(37,99,235,.18)}.dash-robot-intro-card.is-disabled,.dash-robot-intro-card:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.dash-robot-intro-card.is-disabled:hover,.dash-robot-intro-card:disabled:hover{border-color:var(--pf-border)}.dash-robot-intro-body{display:flex;flex-direction:column;gap:.3rem}.dash-robot-intro-name{font-size:.95rem;font-weight:800;color:var(--pf-text)}.dash-robot-intro-desc{font-size:.8rem;line-height:1.4;color:var(--pf-muted)}.dash-update-log{padding:1.1rem 1.15rem;border:1px solid var(--pf-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.dash-update-log-list{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.dash-update-log-item{padding-bottom:.75rem;border-bottom:1px solid var(--pf-border)}.dash-update-log-item:last-child{padding-bottom:0;border-bottom:none}.dash-update-log-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.dash-update-log-date{font-size:.74rem;font-weight:700;color:var(--pf-muted)}.dash-update-log-type{padding:.08rem .4rem;border-radius:999px;background:#eff6ff;color:var(--pf-accent);font-size:.66rem;font-weight:800;text-transform:uppercase}.dash-update-log-title{margin:0;font-size:.84rem;font-weight:600;line-height:1.4;color:var(--pf-text)}.dash-kit-control-row{display:grid;grid-template-columns:1fr;align-items:stretch;gap:1rem;flex:1;min-height:12rem;margin-bottom:1.5rem}.dash-kit-picker{max-width:22rem;margin-bottom:1.5rem}.dash-kit-control-row .dash-kit-picker{width:100%;max-width:none;margin-bottom:0}.dash-kit-picker-label{display:block;margin-bottom:.4rem;font-size:.82rem;font-weight:700;color:var(--pf-text)}.dash-kit-action-zone{min-width:0;display:flex}.dash-kit-action-empty,.dash-kit-action-panel{flex:1;min-height:7.25rem;padding:1rem 1.1rem;border:1px solid var(--pf-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.dash-kit-action-empty{display:flex;align-items:center;color:var(--pf-muted);font-size:.9rem}.dash-kit-action-panel{display:flex;flex-direction:column;gap:.75rem}.dash-kit-action-empty[hidden],.dash-kit-action-panel[hidden]{display:none}.dash-kit-action-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dash-kit-action-eyebrow{margin:0 0 .15rem;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--pf-accent)}.dash-kit-action-head h2{margin:0;font-size:1.02rem;font-weight:800;color:var(--pf-text)}.dash-kit-action-status{flex-shrink:0;padding:.18rem .55rem;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:var(--pf-accent);font-size:.72rem;font-weight:800}.dash-kit-action-status[data-state=connected]{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.dash-kit-action-status[data-state=connecting]{background:#eff6ff;border-color:#bfdbfe;color:var(--pf-accent)}.dash-kit-action-status[data-state=error]{background:#fef2f2;border-color:#fecaca;color:var(--pf-danger)}.dash-kit-action-copy,.dash-kit-action-steps{margin:0;color:var(--pf-muted);font-size:.86rem;line-height:1.5}.dash-kit-action-steps{padding-left:1.1rem}.dash-kit-action-buttons{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto}.dash-kit-action-buttons .ws-multi-btn{display:inline-flex;align-items:stretch;position:relative;height:2rem;box-sizing:border-box;overflow:hidden;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:#fff}.dash-kit-action-buttons .ws-multi-btn>.ws-conn-status{display:inline-flex;align-items:center;justify-content:center;margin:0;height:100%;padding:0 .75rem;border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm);background:var(--pf-surface);color:var(--pf-muted);font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap;cursor:default;user-select:none;pointer-events:none;flex-shrink:0}.dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=connected]{background:#ecfdf5;color:#047857}.dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=connecting]{background:#eff6ff;color:var(--pf-accent)}.dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=error]{background:#fef2f2;color:#b91c1c}.dash-kit-action-buttons .ws-multi-btn>.btn{margin:0;height:100%;min-width:3.25rem;min-height:0;padding:0 .85rem;border:none;border-left:1px solid var(--pf-border);border-radius:0;border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);background:0 0;box-shadow:none;font-size:.82rem;line-height:1}.dash-kit-action-buttons .ws-multi-btn>.btn:hover{background:var(--pf-surface);color:var(--pf-primary)}.dash-kit-empty,.dash-kit-soon{margin:0;padding:1.25rem 0;color:var(--pf-muted);font-size:.9rem}.dash-feature-panel{margin-top:auto}.dash-feature-panel[hidden]{display:none}.dash-feature-guide{margin:0 0 .75rem;color:var(--pf-muted);font-size:.9rem;font-weight:600}.dash-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.dash-feature-card{display:flex;flex-direction:column;min-height:9.5rem;padding:1.25rem 1.35rem;border:1px solid var(--pf-border);border-radius:var(--radius);background:#fff;color:inherit;text-decoration:none;box-shadow:var(--shadow);transition:border-color .15s ease,box-shadow .15s ease}.dash-feature-card:hover{border-color:var(--pf-accent);box-shadow:0 2px 8px rgba(16,42,131,.08)}.dash-feature-card-title{margin:0 0 .45rem;font-size:1.05rem;font-weight:800;color:var(--pf-text)}.dash-feature-card-desc{margin:0;flex:1;font-size:.88rem;line-height:1.45;color:var(--pf-muted)}.dash-kit-nav{margin-top:1.25rem}.dash-kit-nav-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.15rem}.dash-kit-nav-label{margin:0}.dash-kit-clear{flex-shrink:0;margin:0;padding:.15rem .35rem;border:none;border-radius:var(--radius-sm);background:0 0;color:var(--pf-muted);font-family:inherit;font-size:.72rem;font-weight:600;cursor:pointer}.dash-kit-clear:hover{color:var(--pf-accent);background:rgba(37,99,235,.08)}.dash-instructor-nav{margin-top:1.25rem}.dash-feature-crumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 .75rem;font-size:.82rem;color:var(--pf-muted)}.dash-feature-crumb a{color:var(--pf-accent);font-weight:600}.dash-placeholder{max-width:36rem}.dash-placeholder-badge{display:inline-block;margin:0 0 .75rem;padding:.2rem .55rem;border-radius:999px;background:#eff6ff;color:var(--pf-accent);font-size:.72rem;font-weight:700}.dash-placeholder-text{margin:0 0 1.25rem;font-size:.9rem;line-height:1.5;color:var(--pf-muted)}.dash-theme-toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.dash-theme-toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dash-theme-toggle-track{display:block;width:2.25rem;height:1.25rem;border-radius:999px;background:#d1d5db;position:relative}.dash-theme-toggle-thumb{position:absolute;top:2px;left:2px;width:calc(1.25rem - 4px);height:calc(1.25rem - 4px);border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.15);transition:transform .2s}.dash-theme-toggle-input:checked+.dash-theme-toggle-track{background:var(--pf-primary)}.dash-theme-toggle-input:checked+.dash-theme-toggle-track .dash-theme-toggle-thumb{transform:translateX(1rem)}.dash-theme-toggle-input:focus-visible+.dash-theme-toggle-track{outline:2px solid var(--pf-accent);outline-offset:2px}html[data-dash-theme=dark] body[data-page=dashboard]{color-scheme:dark;--pf-bg:#2b2b2b;--pf-surface:#333333;--pf-text:#e0e0e0;--pf-muted:#a8a8a8;--pf-border:#4a4a4a;--pf-primary:#569cd6;--pf-primary-hover:#9cdcfe;--pf-accent:#569cd6;background:var(--pf-bg);color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar{background:var(--pf-surface);border-right-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar-head{border-bottom-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar-head .brand{color:#e0e0e0}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar-head .brand-logo{filter:invert(1) brightness(1.1)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar nav a{color:#ccc}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar nav a.active,html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar nav a:hover{background:#3c3c3c;color:#fff;box-shadow:none}html[data-dash-theme=dark] body[data-page=dashboard] .dash-sidebar-foot{background:#383838;border-top-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-user-name{color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-user-menu-hint{color:var(--pf-muted);border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-user-role{background:rgba(86,156,214,.18);color:#9cdcfe}html[data-dash-theme=dark] body[data-page=dashboard] .dash-feature-card{background:#383838;border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-empty,html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-panel{background:#383838;border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-status{background:rgba(86,156,214,.18);border-color:rgba(86,156,214,.35);color:#9cdcfe}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-status[data-state=connected]{background:rgba(16,185,129,.16);border-color:rgba(16,185,129,.35);color:#6ee7b7}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-status[data-state=error]{background:rgba(248,113,113,.16);border-color:rgba(248,113,113,.35);color:#fca5a5}html[data-dash-theme=dark] body[data-page=dashboard] .dash-feature-card:hover{border-color:var(--pf-accent)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-robot-intro-card,html[data-dash-theme=dark] body[data-page=dashboard] .dash-update-log{background:#383838;border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-robot-intro-card.is-active,html[data-dash-theme=dark] body[data-page=dashboard] .dash-robot-intro-card:hover{border-color:var(--pf-accent)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-update-log-item{border-bottom-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-update-log-type{background:rgba(86,156,214,.18);color:#9cdcfe}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn{background:#333;border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.ws-conn-status{background:#2b2b2b;color:#9ca3af}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=connected]{background:rgba(4,120,87,.25);color:#6ee7b7}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=connecting]{background:rgba(37,99,235,.2);color:#93c5fd}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.ws-conn-status[data-state=error]{background:rgba(185,28,28,.25);color:#fca5a5}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.btn{border-left-color:var(--pf-border);color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-action-buttons .ws-multi-btn>.btn:hover{background:#454545;color:#fff}html[data-dash-theme=dark] body[data-page=dashboard] .dash-placeholder-badge{background:rgba(86,156,214,.18);color:#9cdcfe}html[data-dash-theme=dark] body[data-page=dashboard] .dash-kit-clear:hover{background:rgba(86,156,214,.14)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-user-popover{background:#333;border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-popover-btn{background:#3c3c3c;border-color:var(--pf-border);color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-popover-btn:hover{border-color:var(--pf-accent);color:var(--pf-accent)}html[data-dash-theme=dark] body[data-page=dashboard] .dash-theme-toggle-track{background:#4a4a4a}html[data-dash-theme=dark] body[data-page=dashboard] .dash-theme-toggle-input:checked+.dash-theme-toggle-track{background:var(--pf-accent)}html[data-dash-theme=dark] body[data-page=dashboard] .card,html[data-dash-theme=dark] body[data-page=dashboard] .stat-card{background:var(--pf-surface);border-color:var(--pf-border)}html[data-dash-theme=dark] body[data-page=dashboard] .stat-card .value{color:#9cdcfe}html[data-dash-theme=dark] body[data-page=dashboard] .btn-outline{background:0 0;border-color:var(--pf-border);color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .btn-outline:hover{border-color:var(--pf-accent);color:var(--pf-accent)}html[data-dash-theme=dark] body[data-page=dashboard] .btn-primary{background:#0e639c}html[data-dash-theme=dark] body[data-page=dashboard] .btn-primary:hover{background:#17b}html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-trigger,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-trigger{background-color:#404040;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e0e0e0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");border-color:var(--pf-border);color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-menu,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-menu{background:#333;border-color:var(--pf-border);box-shadow:0 4px 16px rgba(0,0,0,.35)}html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-option,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-option{color:var(--pf-text)}html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-option:focus-visible,html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-option:hover,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-option:focus-visible,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-option:hover{background:#404040}html[data-dash-theme=dark] body[data-page=dashboard] .birth-date-select-option.is-selected,html[data-dash-theme=dark] body[data-page=dashboard] .custom-select-option.is-selected{background:#094771;color:#fff}body[data-page=dashboard] .btn,body[data-page=dashboard] .card,body[data-page=dashboard] .dash-main,body[data-page=dashboard] .dash-sidebar,body[data-page=dashboard] .dash-sidebar nav a,body[data-page=dashboard] .dash-sidebar-foot,body[data-page=dashboard] .dash-sidebar-head .brand,body[data-page=dashboard] .dash-sidebar-head .brand-logo,body[data-page=dashboard] .dash-theme-toggle-track,body[data-page=dashboard] .dash-user-name,body[data-page=dashboard] .dash-user-role,body[data-page=dashboard] .stat-card{transition:none}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{padding:1.25rem;border:1px solid var(--pf-border);border-radius:var(--radius);background:#fff}.stat-card .label{font-size:.78rem;color:var(--pf-muted);text-transform:uppercase;letter-spacing:.05em}.stat-card .value{font-size:1.75rem;font-weight:900;color:var(--pf-primary);margin-top:.25rem}.admin-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:4px;background:#fef3c7;color:#92400e;margin-left:.5rem;vertical-align:middle}.status-pill{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table td,.data-table th{padding:.75rem 1rem;border-bottom:1px solid var(--pf-border);text-align:left}.data-table th{background:var(--pf-surface);font-size:.75rem;text-transform:uppercase;color:var(--pf-muted)}.site-footer{border-top:1px solid var(--pf-border);padding:2.5rem 0;margin-top:4rem;background:#0f172a;color:#94a3b8;font-size:.85rem}.site-footer .brand{color:#fff}.site-footer .brand-logo{filter:brightness(0) invert(1)}.site-footer a:hover{color:#fff}.site-footer--full{padding:2.5rem 0 1.5rem}.footer-main-grid{display:grid;grid-template-columns:1fr auto;gap:3rem 5rem;align-items:center;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.2)}.footer-brand-block{margin-bottom:0}.footer-tagline{margin:.75rem 0 1.5rem;color:#94a3b8;font-size:inherit;line-height:inherit}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#1e293b;color:#cbd5e1;transition:background .2s,color .2s}.footer-social-link:hover{background:#2563eb;color:#fff}.footer-main-right{text-align:right}.footer-rep-label{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.footer-rep-name{margin:0 0 1.25rem;font-size:1.5rem;font-weight:800;color:#fff}.footer-rep-email{margin:0;color:#94a3b8}.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;font-size:.8rem}.footer-copyright{margin:0;color:#64748b}.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;color:#64748b}.footer-legal a{color:inherit}.footer-legal-sep{color:rgba(100,116,139,.55);user-select:none}@media (max-width:768px){.footer-main-grid{grid-template-columns:1fr;gap:2.5rem;align-items:start}.footer-main-right{text-align:left}.footer-bar{flex-direction:column;align-items:flex-start}}.robot-summary-card{display:block;margin-bottom:1.25rem;color:inherit;transition:border-color .15s,box-shadow .15s;overflow:hidden}.robot-summary-card:hover{border-color:var(--pf-accent);box-shadow:0 4px 12px rgba(16,42,131,.08)}.robot-summary-card .card-body{display:grid;grid-template-columns:480px 1fr;gap:2rem;align-items:start}.robot-summary-card .robot-summary-content h2{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem;margin:.5rem 0;font-size:1.75rem;font-weight:900;line-height:1.2}.robot-summary-card .robot-summary-content h2 a{color:inherit;line-height:inherit}.robot-summary-card .robot-summary-content h2 a:hover{color:var(--pf-primary)}.robot-summary-card .robot-summary-pronounce{font-size:.95rem;font-weight:600;color:var(--pf-muted);line-height:1;transform:translateY(-.12em)}.robot-summary-card .robot-summary-lead{color:var(--pf-muted);margin-bottom:1rem}.robot-summary-card .robot-summary-features{color:#4b5563;font-size:.9rem;line-height:1.8;margin:.75rem 0 0;padding-left:1.25rem}.robot-summary-card .robot-buy-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 1.25rem;border-top:1px solid var(--pf-border);background:var(--pf-surface)}.robot-summary-card .robot-buy-row .price{margin:0;font-size:1.1rem;font-weight:800;color:var(--pf-text)}.robot-summary-card .robot-buy-row .price-vat{font-size:.78rem;font-weight:500;color:var(--pf-muted);margin-left:.35rem}.robot-summary-card .robot-buy-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.robot-summary-card .robot-buy-actions .qty-control{margin:0}#edu-inquiry{scroll-margin-top:var(--nav-h)}.edu-adoption-cta{background:var(--pf-primary);color:#fff;padding:3.5rem 0;margin-bottom:0}.edu-adoption-cta+.site-footer{margin-top:0;border-top:none}.edu-adoption-cta__inner{max-width:40rem;margin-inline:auto;text-align:center}.edu-adoption-cta h2{margin:0 0 .75rem;font-size:clamp(1.35rem, 3vw, 1.75rem);font-weight:800;line-height:1.35}.edu-adoption-cta p{margin:0 0 1.75rem;color:rgba(255,255,255,.82);font-size:1rem;line-height:1.6}.edu-adoption-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.btn-cta-light,.btn-cta-outline-light{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem 1.5rem;border-radius:999px;font-size:.88rem;font-weight:700;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.btn-cta-light{background:#fff;color:var(--pf-primary)}.btn-cta-light:hover{background:#f0f4ff}.btn-cta-outline-light{background:0 0;color:#fff;border-color:rgba(255,255,255,.45)}.btn-cta-outline-light:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.7)}.btn-cta-icon{flex-shrink:0}.edu-adoption-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.edu-adoption-contact__eyebrow{margin:0 0 .5rem;font-size:.875rem;font-weight:900;letter-spacing:.3em;text-transform:uppercase;color:#2563eb}.edu-adoption-contact__info h2{margin:0 0 1rem;font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:800;line-height:1.3;color:#111827}.edu-adoption-contact__lead{margin:0 0 1.25rem;color:#6b7280;font-size:1.125rem;line-height:1.6}.edu-adoption-contact__catalog-btn{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.75rem}.edu-adoption-contact__catalog-icon{flex-shrink:0}.edu-adoption-contact__details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.edu-adoption-contact__details li{display:flex;align-items:flex-start;gap:.85rem}.edu-adoption-contact__icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:#eff6ff;color:var(--pf-accent)}.edu-adoption-contact__detail-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pf-muted);margin-bottom:.2rem}.edu-adoption-contact__details a{color:var(--pf-text);font-weight:700}.edu-adoption-contact__details a:hover{color:var(--pf-primary)}.edu-adoption-contact__form-card{border:1px solid var(--pf-border);box-shadow:var(--shadow)}.edu-adoption-contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.edu-adoption-contact__form .form-group:last-of-type{margin-bottom:1.25rem}.edu-adoption-contact__form #edu-inquiry-message{min-height:calc(.9rem * 1.6 * 5 + 1.4rem)}.edu-adoption-contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width:900px){.edu-adoption-contact__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:560px){.edu-adoption-cta__actions{flex-direction:column;align-items:stretch}.btn-cta-light,.btn-cta-outline-light{width:100%}.edu-adoption-contact__form-row{grid-template-columns:1fr;gap:0}}.robot-summary-card .thumb-placeholder{width:480px;height:270px;flex-shrink:0;background:var(--pf-surface);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.75rem}.robot-summary-card .thumb-placeholder img{width:100%;height:100%;object-fit:contain}.robot-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin:1.5rem 0}.robot-detail-meta dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--pf-muted);margin-bottom:.25rem}.robot-detail-meta dd{margin:0;font-size:.9rem;font-weight:500}.robot-detail-section{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--pf-border)}.robot-detail-section h2{margin:0 0 1rem;font-size:1.1rem;font-weight:800}.breadcrumb{font-size:.85rem;color:var(--pf-muted);margin-bottom:1rem}.breadcrumb a{color:var(--pf-accent)}body.site-layout{display:flex;flex-direction:column;min-height:100vh}body.site-layout .site-footer{margin-top:0}body.site-layout>main{flex:1}.page-main{padding-bottom:4rem}.page-main:has(+ .edu-adoption-cta){padding-bottom:2rem}.account-page{flex:1;display:flex;flex-direction:column;padding:2.5rem 0}.account-layout{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;align-items:stretch;flex:1}.account-sidebar{position:sticky;top:calc(var(--nav-h) + 1rem);align-self:start;display:flex;flex-direction:column;background:#fff;border:1px solid var(--pf-border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.account-sidebar-body{flex:1;padding:1.25rem 1rem 1rem}.account-sidebar-title{margin:0 0 1rem;font-size:1.1rem;font-weight:800;color:var(--pf-primary)}.account-sidebar-body nav{display:flex;flex-direction:column;gap:.25rem}.account-sidebar-body nav a{padding:.55rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:#4b5563}.account-sidebar-body nav a.active,.account-sidebar-body nav a:hover{background:var(--pf-surface);color:var(--pf-primary)}.account-sidebar-extra{margin-top:1.25rem}.account-sidebar-foot{padding:.875rem 1rem;border-top:1px solid var(--pf-border);background:var(--pf-surface)}.account-sidebar-foot .btn{width:100%}.account-main{min-width:0;flex:1;display:flex;flex-direction:column}.profile-form-card{max-width:560px}.profile-panel-narrow{max-width:560px}.profile-role-field{display:flex;align-items:center;min-height:2.75rem;padding:0 .85rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:var(--pf-surface)}.profile-role-text{font-size:.9rem;color:var(--pf-text)}.profile-actions-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.profile-actions-row .btn{width:100%;padding-left:.5rem;padding-right:.5rem}.profile-actions-row--duo{grid-template-columns:repeat(2,1fr)}.account-sidebar-sub{margin:.35rem 0 0;font-size:.75rem;font-weight:600;color:var(--pf-muted)}.account-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.order-status-section{margin-bottom:.5rem}.order-status-heading{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:800;color:var(--pf-text)}.order-status-bar{display:inline-block;width:3px;height:1.1em;background:var(--pf-primary);border-radius:2px}.order-status-track{display:flex;align-items:center;justify-content:space-between;gap:.25rem;padding:1.25rem 1rem;background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:var(--radius)}.order-status-step{flex:1;text-align:center;min-width:0}.order-status-count{display:block;font-size:1.75rem;font-weight:900;line-height:1.2;color:var(--pf-muted);font-variant-numeric:tabular-nums}.order-status-step.is-active .order-status-count{color:var(--pf-primary)}.order-status-label{display:block;margin-top:.35rem;font-size:.72rem;font-weight:600;color:var(--pf-muted);white-space:nowrap}.order-status-chevron{flex-shrink:0;color:#d1d5db;font-size:1.1rem;font-weight:300;padding:0 .15rem;user-select:none}@media (max-width:700px){.order-status-track{flex-wrap:wrap;justify-content:center;gap:.75rem .5rem}.order-status-chevron{display:none}.order-status-step{flex:0 0 calc(33.33% - 0.5rem)}}@media (max-width:900px){.robot-summary-card .card-body{grid-template-columns:1fr}.robot-summary-card .thumb-placeholder{width:100%;height:auto;aspect-ratio:16/9}.robot-summary-card .robot-buy-row{flex-direction:column;align-items:stretch}.robot-summary-card .robot-buy-actions{justify-content:stretch}.robot-summary-card .robot-buy-actions .btn{flex:1}}.mobile-toggle{display:none;background:0 0;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem}@media (max-width:900px){.nav-links{display:none}.mobile-toggle{display:block}.landing-fold{min-height:auto}.hero{flex:none;padding:2.5rem 0}.hero-grid{grid-template-columns:1fr;align-items:start}.hero-left{order:1;max-width:none}.hero-slider{order:2;max-width:none}.product-grid,.stat-grid,.steps{grid-template-columns:1fr}.dash-home-grid{grid-template-columns:1fr}.dash-kit-control-row{grid-template-columns:1fr}.dash-feature-grid{grid-template-columns:1fr}.dash-robot-intro-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.dash-layout{grid-template-columns:1fr}.dash-sidebar{border-right:none;border-bottom:1px solid var(--pf-border)}.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.profile-actions-row{grid-template-columns:1fr}.profile-actions-row--duo{grid-template-columns:repeat(2,1fr)}.cart-total-bar{flex-wrap:wrap;justify-content:center;gap:.5rem 0;padding:.75rem}.cart-total-cell{flex:1 1 40%;min-height:4.5rem;border-right:none;border:1px solid var(--pf-border);border-radius:var(--radius-sm)}.cart-total-cell--final{flex-basis:100%}.cart-total-op{display:none}.cart-actions-row{grid-template-columns:1fr}}.site-popup-strip{position:fixed;top:calc(var(--nav-h) + .75rem);left:1rem;z-index:150;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;max-width:calc(100vw - 2rem);overflow-x:auto;padding-bottom:.25rem;pointer-events:none}.site-popup-strip[hidden]{display:none!important}.site-popup-card{pointer-events:auto;flex:0 0 auto;width:min(320px,calc(100vw - 2rem));background:var(--pf-bg);border:1px solid var(--pf-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1rem .85rem}.site-popup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.site-popup-header h2{margin:0;font-size:1rem;font-weight:800;color:var(--pf-primary);line-height:1.35}.site-popup-close{flex-shrink:0;width:1.75rem;height:1.75rem;border:none;background:0 0;color:var(--pf-muted);font-size:1.35rem;line-height:1;cursor:pointer;border-radius:var(--radius-sm)}.site-popup-close:hover{background:var(--pf-surface);color:var(--pf-text)}.site-popup-body{color:var(--pf-text);white-space:pre-wrap;line-height:1.6;font-size:.92rem;margin-bottom:.85rem}.site-popup-actions{display:flex;flex-wrap:wrap;gap:.4rem}.site-popup-actions .btn-sm{font-size:.82rem;padding:.35rem .65rem}.legal-page .page-header{margin-bottom:1.5rem}.legal-meta{margin:.35rem 0 0;font-size:.85rem;color:var(--pf-muted)}.legal-business{margin-bottom:1.25rem}.legal-business-title{margin:0 0 .75rem;font-size:1rem;font-weight:800;color:var(--pf-primary)}.legal-business-dl{margin:0;display:grid;gap:.45rem;font-size:.88rem}.legal-business-dl>div{display:grid;grid-template-columns:9rem 1fr;gap:.75rem}.legal-business-dl dt{margin:0;font-weight:700;color:var(--pf-muted)}.legal-business-dl dd{margin:0}.legal-doc .card-body{padding:1.5rem 1.25rem 2rem}.legal-lead{margin:0 0 1.5rem;padding:1rem 1.1rem;background:var(--pf-surface);border-radius:var(--radius-sm);font-size:.92rem;line-height:1.7}.legal-toc{margin-bottom:2rem;padding:1rem 1.1rem;border:1px solid var(--pf-border);border-radius:var(--radius-sm);background:#fff}.legal-toc h2{margin:0 0 .65rem;font-size:.95rem;font-weight:800}.legal-toc ol{margin:0;padding-left:1.25rem;font-size:.88rem;line-height:1.8}.legal-toc a{color:var(--pf-accent)}.legal-section{margin-bottom:2rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:800;color:var(--pf-primary)}.legal-section h3{margin:1rem 0 .5rem;font-size:.95rem;font-weight:700}.legal-section li,.legal-section p{font-size:.9rem;line-height:1.75}.legal-ol,.legal-section ul{margin:.5rem 0 0;padding-left:1.25rem}.legal-ol>li+li{margin-top:.35rem}.legal-table{width:100%;margin-top:.75rem;border-collapse:collapse;font-size:.85rem}.legal-table td,.legal-table th{border:1px solid var(--pf-border);padding:.55rem .65rem;text-align:left;vertical-align:top}.legal-table th{background:var(--pf-surface);font-weight:700}.legal-placeholder{padding:.65rem .75rem;border-left:3px solid var(--pf-warning);background:#fffbeb;font-size:.88rem;color:#92400e}.legal-note{margin-top:.75rem;font-size:.88rem;color:var(--pf-muted)}@media (max-width:640px){.legal-business-dl>div{grid-template-columns:1fr;gap:.15rem}.legal-table{display:block;overflow-x:auto}}.legal-trigger-link{appearance:none;border:none;padding:0;margin:0;font:inherit;color:var(--pf-accent);text-decoration:underline;text-underline-offset:2px;background:0 0;cursor:pointer;vertical-align:baseline}.legal-trigger-link:hover{color:var(--pf-primary)}.form-check .legal-trigger-link{display:inline}body.legal-modal-open{overflow:hidden}.legal-modal-root{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:1rem}.legal-modal-root[hidden]{display:none!important}.legal-modal-backdrop{position:absolute;inset:0;background:rgba(17,24,39,.45)}.legal-modal-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(88vh,920px);display:flex;flex-direction:column;background:var(--pf-bg);border:1px solid var(--pf-border);border-radius:var(--radius);box-shadow:0 20px 48px rgba(0,0,0,.18)}.legal-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--pf-border);flex-shrink:0}.legal-modal-header h2{margin:0;font-size:1.15rem;font-weight:800;color:var(--pf-primary);line-height:1.35}.legal-modal-close{flex-shrink:0;width:2rem;height:2rem;border:none;border-radius:var(--radius-sm);background:0 0;color:var(--pf-muted);font-size:1.35rem;line-height:1;cursor:pointer}.legal-modal-close:hover{background:var(--pf-surface);color:var(--pf-text)}.legal-modal-body{overflow-y:auto;padding:1rem 1.25rem 1.25rem;flex:1;min-height:0}.legal-modal-body .legal-business{margin-bottom:1rem}.legal-modal-body .legal-business .card-body{padding:.85rem 1rem}.legal-modal-body .legal-lead{margin-bottom:1rem;font-size:.88rem}.legal-modal-body .legal-toc{margin-bottom:1.25rem}.legal-modal-body .legal-section{margin-bottom:1.25rem}.legal-modal-body .legal-section h2{font-size:1rem}.legal-modal-footer{display:flex;justify-content:flex-end;padding:.75rem 1.25rem 1rem;border-top:1px solid var(--pf-border);flex-shrink:0}@media (max-width:640px){.legal-modal-root{padding:.5rem}.legal-modal-dialog{max-height:92vh}}