*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fa;color:#0f172a}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1}.site-header{background:#fff;border-bottom:1px solid #e2e8f0}.site-header-inner{max-width:1340px;margin:0 auto;padding:12px 48px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px;position:relative}.brand{text-decoration:none}.brand-logo-wrap{display:inline-flex;align-items:center}.brand-logo-image{width:120px;height:auto;display:block}.site-title{margin:0;font-size:22px;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.site-title-link{text-decoration:none;color:inherit}.auth-btn{border:0;background:transparent;padding:0;cursor:pointer;line-height:1;justify-self:end;margin-left:auto}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-btn-kakao{display:inline-flex;align-items:center}.auth-loading-placeholder{justify-self:end;margin-left:auto;width:220px;height:40px;border:1px solid #e2e8f0;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.auth-login-controls{display:inline-flex;align-items:center;gap:8px;justify-self:end;margin-left:auto}.auth-login-controls.is-flat{padding:0;border:0;background:transparent;box-shadow:none}.auth-login-controls.is-flat .auth-btn-admin-quick{border-color:#dbe4ef;background:#fff;box-shadow:none}.kakao-login-wrap{display:inline-flex;align-items:center}.kakao-login-image{height:auto;display:block}.kakao-login-desktop{width:164px}.kakao-login-mobile{width:54px;display:none}.auth-user-controls{display:inline-flex;align-items:center;gap:8px;min-height:40px;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none;justify-self:end;margin-left:auto;min-width:0;max-width:100%}.auth-admin-shortcuts{position:relative;display:inline-flex}.auth-user-action-admin{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8}.auth-user-action-admin:hover{background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#1e40af}.auth-admin-caret{margin-left:6px;font-size:11px}.auth-admin-shortcuts-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:min(320px,calc(100vw - 32px));padding:8px;border:1px solid #dbe4ef;border-radius:16px;background:hsla(0,0%,100%,.98);box-shadow:0 20px 44px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-gap:6px;gap:6px}.auth-admin-shortcut-group{display:grid;grid-gap:8px;gap:8px}.auth-admin-shortcut-group+.auth-admin-shortcut-group{padding-top:10px;border-top:1px solid #e2e8f0}.auth-admin-shortcut-group-label{padding:2px 6px 0;font-size:11px;font-weight:800;letter-spacing:.04em;color:#64748b}.auth-admin-shortcut-group-items{display:grid;grid-gap:6px;gap:6px}.auth-admin-shortcut-link{display:grid;grid-gap:2px;gap:2px;padding:12px 13px;border-radius:12px;text-decoration:none;border:1px solid transparent;background:linear-gradient(180deg,#fff,#f8fbff);transition:border-color .18s ease,background .18s ease,transform .18s ease}.auth-admin-shortcut-link strong{font-size:13px;font-weight:800;color:#0f172a}.auth-admin-shortcut-link span{font-size:12px;line-height:1.45;color:#64748b}.auth-admin-shortcut-link:focus-visible,.auth-admin-shortcut-link:hover{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe);transform:translateY(-1px)}.auth-btn-admin-quick{border:1px solid #dbe4ef;background:#fff;color:#0f172a;font-size:12px;font-weight:700;border-radius:8px;padding:9px 10px}.auth-btn-admin-quick:hover{background:#f8fafc}.auth-user-identity{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:min(38vw,320px);padding:0;background:transparent;border-right:0}.auth-user-name{min-width:0;max-width:100%;padding:0;height:auto;font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-user-action{min-height:36px;border:1px solid #dbe4ef;background:#fff;color:#334155;font-size:13px;font-weight:700;font-family:inherit;border-radius:10px;padding:0 14px;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.auth-user-action-profile:hover{background:#f8fafc;color:#0f172a}.auth-user-action-logout{border-color:#fecdd3;background:linear-gradient(180deg,#fff1f2,#ffe4e6);color:#be123c}.auth-user-action-logout:hover{background:linear-gradient(180deg,#ffe4e6,#fecdd3);color:#9f1239}.auth-user-action:disabled{opacity:.6;cursor:not-allowed}.auth-user-controls.is-flat{gap:8px}.auth-user-controls.is-flat .auth-user-identity{max-width:min(38vw,320px)}.auth-user-controls.is-flat .auth-user-action{border-color:#dbe4ef;background:#fff;box-shadow:none;color:#334155}.auth-user-controls.is-flat .auth-user-action-profile:hover{background:#f8fafc}.auth-user-controls.is-flat .auth-user-action-logout{background:#fff;border-color:#fecdd3;color:#e11d48}.auth-user-controls.is-flat .auth-user-action-logout:hover{background:#fff1f2}.auth-profile-overlay{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.44)}.auth-profile-modal{width:min(420px,100%);border:1px solid #dbe4ef;border-radius:14px;background:#fff;box-shadow:0 20px 44px rgba(15,23,42,.28)}.auth-profile-modal-compact{width:min(380px,100%)}.auth-profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.auth-profile-header h2{margin:0;font-size:20px;font-weight:800}.auth-profile-close{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;cursor:pointer}.auth-profile-form{padding:14px 16px 6px;display:flex;flex-direction:column;gap:8px}.auth-profile-form label{font-size:13px;font-weight:700;color:#334155}.auth-profile-form input{height:42px;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;font-size:14px;color:#111827}.auth-profile-form input:focus{outline:1px solid #2563eb;border-color:#2563eb}.auth-profile-checkbox{display:inline-flex;align-items:center;gap:8px;margin-top:2px;font-size:13px;font-weight:700;color:#334155;cursor:pointer}.auth-profile-checkbox input{width:16px;height:16px;margin:0;accent-color:#2563eb}.auth-profile-error,.auth-profile-help{margin:0;font-size:12px}.auth-profile-help{color:#64748b}.auth-profile-error{color:#dc2626;font-weight:700}.auth-profile-feedback{margin:-2px 0 0;font-size:12px;font-weight:700}.auth-profile-feedback.success{color:#15803d}.auth-profile-feedback.pending{color:#2563eb}.auth-profile-feedback.error{color:#dc2626}.auth-profile-grid{display:grid;grid-gap:10px;gap:10px;padding:6px 0 2px}.auth-profile-row{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff)}.auth-profile-label{font-size:12px;font-weight:700;color:#64748b}.auth-profile-value{font-size:14px;color:#0f172a;word-break:break-word}.auth-profile-actions{margin-top:2px;display:flex;justify-content:flex-end;gap:8px}.auth-profile-btn{border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer}.auth-profile-btn.secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}.auth-profile-btn:disabled,.auth-profile-close:disabled,.auth-profile-withdraw:disabled{opacity:.6;cursor:not-allowed}.auth-profile-danger{margin:8px 16px 16px;padding:12px;border:1px solid #fee2e2;background:#fff7f7;border-radius:10px;display:grid;grid-gap:6px;gap:6px}.auth-profile-danger strong{color:#991b1b;font-size:13px}.auth-profile-danger p{margin:0;color:#7f1d1d;font-size:12px}.auth-profile-danger label{font-size:12px;font-weight:700;color:#991b1b}.auth-profile-danger input{height:36px;border:1px solid #fecaca;border-radius:8px;padding:0 10px;font-size:13px;color:#991b1b}.auth-profile-danger input:focus{outline:1px solid #ef4444;border-color:#ef4444}.auth-profile-withdraw{justify-self:end;border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:8px;font-size:12px;font-weight:700;padding:7px 10px;cursor:pointer}.global-nav{background:transparent}.global-nav-inner{max-width:1340px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;position:relative}.global-nav-inner>a,.nav-dropdown-trigger{display:flex;width:100%;align-items:center;justify-content:center;min-height:52px;text-decoration:none;font-size:18px;font-weight:600;line-height:1.2;background:transparent;padding:0 16px;text-align:center;transition:color .2s;position:relative;z-index:8}.nav-hover-gauge{position:absolute;left:0;top:0;bottom:0;background:#2563eb;border-radius:0;opacity:0;pointer-events:none;transition:transform .2s ease,width .2s ease,opacity .14s ease;z-index:5}.nav-hover-gauge.visible{opacity:1}.nav-dropdown-trigger{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-family:inherit;color:inherit;background:transparent}.global-nav-inner>:last-child{border-right:none}.global-nav-inner>a:focus-visible,.global-nav-inner>a:hover,.nav-dropdown:hover .nav-dropdown-trigger{color:#fff;background:transparent}.nav-dropdown{position:relative;display:flex}.nav-dropdown.locked .nav-dropdown-trigger:after{content:" 🔒";font-size:12px}.nav-dropdown-menu{position:absolute;left:-1px;right:-1px;top:calc(100% + 1px);transform:none;display:none;border:1px solid #e2e8f0;border-top:none;background:#fff;z-index:30;min-width:0;width:auto;max-width:none}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:52px;padding:0 16px;border-top:1px solid #f1f5f9;font-size:18px;font-weight:600;white-space:nowrap;letter-spacing:-.01em;transition:background .2s,color .2s}.nav-dropdown-menu a:hover{background:#2563eb;color:#fff}.page-container{width:100%;max-width:1340px;margin:0 auto;padding:40px}.panel{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:20px;margin-bottom:16px}.panel h2,.panel h3{margin:0 0 10px;font-size:28px;line-height:1.2}.panel p{margin:0}.hero-panel p{font-size:16px;color:#475569}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.quick-card{border:1px solid #dbe4ef;border-radius:10px;padding:14px;text-decoration:none;display:flex;flex-direction:column;gap:4px;background:#fff}.quick-card:hover{background:#f8fafc}.quick-card strong{font-size:16px}.quick-card span{font-size:13px;color:#64748b}.as-legacy-shell{padding:22px}.as-search-section{margin-bottom:24px}.as-search-box{display:flex;align-items:center;background:#fff;border-radius:12px;padding:12px 16px;border:1px solid #dbe4ef;max-width:420px}.as-search-icon{color:#94a3b8;margin-right:10px;font-size:18px;line-height:1}.as-modal-search-box input,.as-search-box input{width:100%;border:none;outline:none;background:transparent;font-size:15px;color:#0f172a}.as-modal-search-box input::placeholder,.as-search-box input::placeholder{color:#94a3b8}.as-search-clear{border:none;background:transparent;color:#94a3b8;font-size:16px;cursor:pointer;padding:4px}.as-category-tabs{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.as-tab-btn{padding:10px 18px;border:1px solid #e2e8f0;background:#fff;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;color:#64748b;transition:all .2s}.as-tab-btn:hover{background:#f1f5f9}.as-tab-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.as-course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px}.as-course-card{border:none;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.08);transition:transform .2s,box-shadow .2s;cursor:pointer;text-align:left;padding:0}.as-course-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(15,23,42,.12)}.as-card-thumbnail{height:250px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.as-card-thumbnail img{width:100%;height:100%;object-fit:contain}.as-card-category{position:absolute;top:12px;left:12px;background:rgba(15,23,42,.65);color:#fff;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.as-card-content{padding:18px 20px}.as-card-content h3{margin:0 0 8px;color:#0f172a;font-size:18px}.as-card-content p{margin:0;color:#64748b;font-size:14px}.as-no-results{text-align:center;padding:60px 20px;color:#64748b}.as-no-results-icon{font-size:46px;margin-bottom:12px}.as-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.58);z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px}.as-modal{background:#fff;border-radius:20px;width:min(900px,100%);height:min(90vh,820px);display:flex;flex-direction:column;border:1px solid #e2e8f0}.as-modal-header{padding:22px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:16px}.as-modal-header h2{margin:0;font-size:22px;color:#0f172a}.as-modal-close{width:40px;height:40px;border:none;border-radius:50%;background:#f1f5f9;color:#334155;font-size:20px;cursor:pointer}.as-modal-search{padding:16px 24px;border-bottom:1px solid #e2e8f0}.as-modal-search-box{display:flex;align-items:center;background:#f1f5f9;border-radius:10px;padding:10px 14px}.as-tag-toggle-row{display:flex;justify-content:center;padding:4px 24px;border-top:1px solid #e2e8f0;background:#fff}.as-tag-toggle-row.collapsed{border-bottom:1px solid #e2e8f0}.as-tag-toggle-btn{width:54px;height:24px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.as-tag-toggle-btn svg{width:18px;height:18px;fill:none;stroke:#64748b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.as-tag-toggle-btn svg.collapsed{transform:rotate(180deg)}.as-tag-filter{padding:12px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:12px}.as-tag-chips-wrap{position:relative;flex:1 1;min-width:0}.as-tag-chips{display:flex;flex-wrap:wrap;gap:8px}.as-tag-chip{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:7px 14px;font-size:13px;color:#475569;cursor:pointer;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent}.as-tag-chip.active{background:#2563eb;border-color:#2563eb;color:#fff}.as-tag-chip:focus{outline:none}.as-tag-chip:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.as-tag-reset{border:none;background:#f97316;color:#fff;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.as-modal-body-wrap{position:relative;flex:1 1;min-height:0}.as-modal-body{height:100%;padding:24px;overflow-y:auto}.as-modal-scroll-fade{position:absolute;left:24px;right:24px;bottom:0;height:46px;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 74%)}.as-modal-scroll-top-btn{position:absolute;right:20px;bottom:20px;width:42px;height:42px;border:none;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(37,99,235,.35);cursor:pointer}.as-modal-scroll-top-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.global-scroll-top-btn{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:none;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(37,99,235,.34);cursor:pointer;z-index:900}.global-scroll-top-btn.with-ai-fab,.global-scroll-top-btn.with-support-fab{bottom:84px}.global-scroll-top-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.as-content-list{display:flex;flex-direction:column;gap:12px}.as-content-item{border:1px solid #e2e8f0;border-radius:12px;background:#fff;width:100%;padding:16px 18px;justify-content:space-between;cursor:pointer;text-align:left}.as-content-item,.as-content-leading{display:flex;align-items:center;gap:14px}.as-content-leading{min-width:0}.as-content-icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.as-content-icon-doc,.as-content-icon-pdf{background:#cfe1f7}.as-content-icon-video{background:#f7d8da}.as-content-icon-sway{background:#e4dcfb}.as-content-icon svg{width:30px;height:30px;fill:none;stroke:#1e293b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.as-content-item:hover{border-color:#3b82f6;background:#eff6ff}.as-content-text{min-width:0;display:flex;flex-direction:column;gap:6px}.as-content-text strong{font-size:19px;color:#0f172a}.as-content-text span{font-size:14px;color:#94a3b8;font-weight:600}.as-content-arrow{color:#94a3b8;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,color .2s ease}.as-content-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.as-content-item:hover .as-content-arrow{color:#64748b;transform:translateX(2px)}.as-modal-empty{border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;text-align:center;padding:30px 16px}.as-fullscreen-overlay{position:fixed;inset:0;background:rgba(15,23,42,.72);z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.as-fullscreen-content{width:min(1200px,100%);height:min(92vh,860px);background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;display:flex;flex-direction:column}.as-fullscreen-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff}.as-fullscreen-title{flex:1 1;min-width:0;color:#0f172a;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.as-fullscreen-close{width:34px;height:34px;border:none;border-radius:50%;background:#f1f5f9;color:#334155;font-size:18px;cursor:pointer;flex-shrink:0}.as-fullscreen-iframe{width:100%;height:100%;border:none;background:#fff}.sr-shell{color:#0f172a}.sr-admin-menu{display:flex;justify-content:flex-end;margin-bottom:14px}.sr-admin-link{border:1px solid #cfd9e8;background:#fff;color:#334155;border-radius:10px;padding:9px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.sr-admin-link:hover{border-color:#94a3b8;color:#0f172a;background:#f8fafc}.sr-title{font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1.3;margin-bottom:18px!important}.sr-section{margin-bottom:20px}.sr-section:last-child{margin-bottom:0}.sr-product-section{animation:sr-panel-fade-in .24s ease both}@keyframes sr-panel-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sr-section h3{margin:0 0 14px;font-size:26px;font-weight:800;letter-spacing:-.01em}.sr-inputs{display:block}.sr-inputs.collapsed{display:none}.sr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.sr-card{width:100%;border:1px solid #d6dfeb;background:#fff;border-radius:14px;color:#0f172a;display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:16px;font-weight:600;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.sr-card:hover{border-color:#3b82f6;background:#f1f5f9}.sr-card.active{border-color:#3b82f6;background:#eff6ff;transform:translateY(-1px)}.sr-card-image{width:42px;height:42px;object-fit:contain;flex-shrink:0}.sr-summary{overflow:hidden;max-height:0;opacity:0;margin-bottom:0;transition:max-height .35s ease,opacity .25s ease}.sr-summary.visible{max-height:420px;opacity:1;margin-bottom:18px}.sr-summary-primary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px}.sr-summary-main{display:flex;align-items:center;gap:14px;min-width:0}.sr-summary-image{object-fit:contain;flex-shrink:0}.sr-summary-image,.sr-summary-image-secondary{width:62px;height:62px}.sr-summary-main strong,.sr-summary-secondary strong{font-size:24px;line-height:1;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.sr-summary-divider{border-top:1px solid #e2e8f0}.sr-summary-secondary{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding:14px 0;margin-bottom:10px}.sr-summary-tertiary{border-bottom:none;margin-bottom:0}.sr-summary-change{border:none;background:none;color:#2563eb;font-size:14px;font-weight:600;padding:0;cursor:pointer}.sr-summary-model-head{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sr-summary-model-links{display:inline-flex;align-items:center;gap:6px}.sr-summary-model-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:8px;border:1px solid #bfdbfe;text-decoration:none;font-size:12px;font-weight:700;line-height:1;transition:border-color .16s ease,background .16s ease,color .16s ease}.sr-summary-model-link.is-shortcut{background:#eff6ff;color:#1d4ed8}.sr-summary-model-link.is-quote{border-color:#dbe4ef;background:#fff;color:#334155}.sr-summary-model-link.is-shortcut:hover{border-color:#93c5fd;background:#dbeafe}.sr-summary-model-link.is-quote:hover{border-color:#cbd5e1;background:#f8fafc}.sr-summary-model-link:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.sr-symptom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.sr-symptom-card{width:100%;border:1px solid #d6dfeb;background:#fff;border-radius:14px;color:#0f172a;text-align:left;font-size:15px;font-weight:600;line-height:1.4;padding:16px;cursor:pointer;transition:border-color .2s,background .2s}.sr-symptom-card:hover{border-color:#3b82f6;background:#eff6ff}.sr-symptom-actions{display:flex;justify-content:center;margin-top:14px}.sr-more-btn{border:1px solid #d6dfeb;background:#fff;color:#334155;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:border-color .2s,background .2s}.sr-more-btn:hover{border-color:#3b82f6;background:#eff6ff}.deck-spec-page{max-width:1400px}.deck-spec-panel{border:1px solid #dbe4ef;border-radius:14px;background:#f6f7f9;padding:48px 44px 44px}.deck-spec-toolbar{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.deck-spec-back-btn{min-height:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font-size:13px;font-weight:700;padding:0 12px;cursor:pointer}.deck-spec-back-btn:hover{background:#f8fafc;border-color:#94a3b8}.deck-spec-doc-links{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.deck-spec-doc-link{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;text-decoration:none;font-size:13px;font-weight:700;padding:0 12px}.deck-spec-doc-link:hover{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.deck-spec-doc-link.active{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.deck-spec-panel h2{margin:0 0 28px;font-size:32px;line-height:1.05;letter-spacing:-.02em}.deck-spec-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:42px;gap:42px;align-items:start}.deck-spec-table{width:100%;border-collapse:collapse}.deck-spec-table td,.deck-spec-table th{border-bottom:1px solid #d6dbe3;padding:18px 0;vertical-align:top}.deck-spec-table th{width:140px;color:#0f172a;font-size:18px;font-weight:800;text-align:left;line-height:1.3}.deck-spec-table td{color:#6b7280;font-size:19px;font-weight:500;line-height:1.3}.deck-spec-figure{margin:0;min-height:100%;display:flex;align-items:flex-end;justify-content:center}.deck-spec-figure img{width:min(100%,560px);height:auto;display:block;object-fit:contain}.qa-shell{border-radius:16px;border-color:#d5deea;background:radial-gradient(1200px 540px at 100% -10%,rgba(37,99,235,.08),hsla(0,0%,100%,0)),radial-gradient(980px 480px at -10% 20%,rgba(14,165,233,.06),hsla(0,0%,100%,0)),#fff;padding:26px}.qa-head h2{margin:0 0 8px;font-size:30px;line-height:1.1;letter-spacing:-.02em}.qa-head p{margin:0;color:#475569;font-size:15px;line-height:1.5}.qa-progress-wrap{margin-top:20px;border:1px solid #dbe4ef;border-radius:12px;padding:10px 12px;background:rgba(248,250,252,.86)}.qa-progress-label{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.qa-progress-label strong{font-size:13px}.qa-progress-label span{font-size:12px;color:#64748b;font-weight:700}.qa-progress-track{width:100%;height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden}.qa-progress-fill{display:block;height:100%;background:linear-gradient(90deg,#0369a1,#2563eb 48%,#1d4ed8);border-radius:inherit;transition:width .3s ease}.qa-question-stage{margin-top:18px;max-width:940px;margin-left:auto;margin-right:auto}.qa-question-card{border:1px solid #dbe7f5;border-radius:14px;background:#f9fcff;padding:14px;min-height:100%;box-shadow:0 8px 20px rgba(15,23,42,.04)}.qa-question-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.qa-question-index{border:1px solid #bfdbfe;background:#eff6ff}.qa-question-index,.qa-question-step{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;color:#1d4ed8;font-size:11px;font-weight:800;padding:0 9px}.qa-question-step{background:#eaf3ff;border:1px solid #bfdbfe}.qa-question-card h3{margin:10px 0 6px;font-size:19px;line-height:1.2;letter-spacing:-.01em}.qa-question-card p{margin:0 0 10px;color:#64748b;font-size:13px}.qa-option-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.qa-option-card{width:100%;border:1px solid #d7e3f2;border-radius:11px;background:#fcfeff;text-align:left;padding:10px 11px;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.qa-option-card strong{display:block;font-size:14px;line-height:1.2}.qa-option-card span{display:block;margin-top:3px;font-size:12px;color:#64748b}.qa-option-card:hover{border-color:#93c5fd;background:#f1f7ff;transform:translateY(-1px)}.qa-option-card.active{border-color:#1d4ed8;background:#e9f3ff;box-shadow:inset 0 0 0 1px rgba(29,78,216,.14),0 8px 18px rgba(29,78,216,.08)}.qa-question-actions{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.qa-stage-btn{min-height:40px;border:1px solid #1d4ed8;border-radius:0;background:#1d4ed8;color:#fff;font-size:13px;font-weight:800;padding:0 14px;cursor:pointer}.qa-stage-btn.subtle{border-color:#cbd5e1;background:#fff;color:#334155}.qa-stage-btn:hover{background:#1e40af;border-color:#1e40af}.qa-stage-btn.subtle:hover{background:#f8fafc;border-color:#94a3b8}.qa-stage-btn:disabled{opacity:.5;cursor:not-allowed}.qa-stage-hint{margin:0 0 0 auto;font-size:12px;font-weight:700;color:#64748b}.qa-block-message{margin-top:16px;border:1px dashed #cbd5e1;border-radius:12px;min-height:62px;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;font-size:14px;font-weight:700;color:#64748b;background:#f8fafc}.qa-result-block{margin-top:22px}.qa-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.qa-result-copy{min-width:0}.qa-result-head h3{margin:0 0 6px;font-size:24px;line-height:1.1}.qa-result-head p{margin:0;color:#64748b;font-size:14px}.qa-reset-btn{min-height:36px;border:1px solid #cbd5e1;border-radius:0;background:#fff;color:#334155;font-size:12px;font-weight:800;padding:0 12px;cursor:pointer}.qa-reset-btn:hover{border-color:#94a3b8;background:#f8fafc}.qa-model-row{--qa-model-card-width:clamp(300px,31vw,374px);margin-top:12px;display:grid;grid-auto-flow:column;grid-auto-columns:var(--qa-model-card-width);grid-gap:12px;gap:12px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px;scroll-behavior:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;cursor:-webkit-grab;cursor:grab}.qa-model-row::-webkit-scrollbar{display:none}.qa-model-card{position:relative;perspective:1200px;min-height:270px;border:0;background:transparent;padding:0;cursor:pointer}.qa-model-inner{display:block;position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform 1s cubic-bezier(.22,.7,.2,1);will-change:transform}.qa-model-card:hover .qa-model-inner{transform:rotateX(180deg)}.qa-model-face{position:absolute;inset:0;display:flex;flex-direction:column;gap:8px;border:1px solid #d6e2ef;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f3f8ff);-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:14px;min-height:270px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.qa-model-card:hover .qa-model-face{border-color:#b8d5f8;box-shadow:0 14px 28px rgba(37,99,235,.14)}.qa-model-card.active .qa-model-face{border-width:3px;border-color:#2563eb;background:linear-gradient(180deg,#f4f9ff,#eaf3ff);box-shadow:0 14px 28px rgba(37,99,235,.18)}.qa-model-front{align-items:center;justify-content:flex-start;padding-top:16px}.qa-model-front img{width:114px;height:114px;object-fit:contain}.qa-model-front em{font-style:normal;font-size:12px;font-weight:700;color:#64748b;width:100%;margin-top:12px}.qa-model-front strong{font-size:19px;line-height:1.1;letter-spacing:-.01em;width:100%;margin-top:2px}.qa-model-front p{font-size:13px;line-height:1.45;color:#475569;width:100%;margin:4px 0 0}.qa-model-back{transform:rotateX(180deg);gap:10px;justify-content:center;background:linear-gradient(180deg,#f5faff,#eaf3ff)}.qa-model-meta strong{display:block;font-size:13px;margin-bottom:6px;text-align:center}.qa-model-lines{display:grid;grid-gap:4px;gap:4px}.qa-model-lines span{font-size:12px;color:#334155}.qa-model-tags{gap:6px;flex-wrap:wrap;align-items:stretch}.qa-model-tags,.qa-model-tags span{display:flex;justify-content:center}.qa-model-tags span{flex-grow:0;flex-shrink:1;flex-basis:calc(33.333% - 6px);min-width:88px;align-items:center;text-align:center;min-height:22px;border-radius:999px;border:1px solid #bfdbfe;background:#fff;color:#1e3a8a;font-size:11px;font-weight:700;line-height:1.2;padding:5px 6px}.qa-selected-summary{margin-top:12px;border:1px solid #dbe4ef;border-radius:12px;padding:11px;background:#f8fbff}.qa-selected-summary strong{font-size:14px}.qa-selected-pills{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.qa-selected-pills span{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;padding:0 9px}.qa-selected-links{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.qa-selected-link-row{border:1px solid #dbe4ef;border-radius:11px;background:#f8fbff;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.qa-selected-link-row strong{font-size:13px}.qa-selected-link-actions{display:inline-flex;align-items:center;gap:6px}.qa-selected-link-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border-radius:0;border:1px solid #cbd5e1;background:#fff;color:#334155;text-decoration:none;font-size:12px;font-weight:700;padding:0 10px}.qa-selected-link-actions a:hover{border-color:#94a3b8;background:#f8fafc}.qa-submit-form{margin-top:20px;border:1px solid #d9e5f3;border-radius:14px;background:#fbfdff;padding:16px}.qa-form-lock-message{margin-top:16px;border:1px dashed #cbd5e1;border-radius:12px;min-height:62px;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;font-size:14px;font-weight:700;color:#64748b;background:#f8fafc}.qa-submit-form h3{margin:0 0 6px;font-size:24px}.qa-submit-form p{margin:0 0 12px;color:#64748b;font-size:14px}.qa-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:start}.qa-field{display:flex;flex-direction:column;gap:7px;min-width:0}.qa-field-title{min-height:20px;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:800;line-height:1.2;color:#0f172a}.qa-field-title em{font-style:normal;color:#dc2626;font-weight:900}.qa-field input,.qa-field textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;min-height:46px;background:#fdfefe;padding:0 13px;font-size:14px;line-height:1.2;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.qa-note-field{margin-top:12px}.qa-field textarea{resize:vertical;min-height:126px;padding:12px 13px}.qa-field input::placeholder,.qa-field textarea::placeholder{color:#64748b}.qa-field input:focus,.qa-field textarea:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12);background:#fff}.qa-submit-btn{margin-top:12px;min-height:42px;border:1px solid #1d4ed8;border-radius:0;background:#1d4ed8;color:#fff;font-size:14px;font-weight:800;padding:0 14px;cursor:pointer}.qa-submit-btn:hover{background:#1e40af;border-color:#1e40af}.qa-submit-btn:disabled{opacity:.65;cursor:not-allowed}.qa-submit-message{margin:10px 0 0!important;font-size:13px;font-weight:700}.qa-submit-message.success{color:#166534}.qa-submit-message.error{color:#b91c1c}.info-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.info-table td,.info-table th{border-bottom:1px solid #e2e8f0;padding:12px 14px;text-align:left;vertical-align:top}.info-table tr:last-child td,.info-table tr:last-child th{border-bottom:none}.info-table th{width:180px;background:#f8fafc;border-right:1px solid #e2e8f0}.highlight-line{display:block;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;background:#f8fafc;font-weight:700}.highlight-line:before{content:"|";margin-right:6px}.level-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-top:12px}.level-table td,.level-table th{border-bottom:1px solid #e2e8f0;padding:12px 14px;text-align:left;vertical-align:top}.level-table tr:last-child td,.level-table tr:last-child th{border-bottom:none}.level-table th{width:96px;background:#f8fafc;border-right:1px solid #e2e8f0;font-weight:800}.curriculum-graphic{margin-top:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:14px}.curriculum-steps{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));grid-gap:10px;gap:10px;overflow-x:auto;padding-bottom:4px}.curriculum-step{border:1px solid #dbe4ef;border-radius:10px;background:#fff;padding:12px}.curriculum-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #bfdbfe;color:#1d4ed8;background:#eff6ff;font-size:11px;font-weight:800;letter-spacing:.02em;padding:4px 8px;margin-bottom:8px}.curriculum-step h4{margin:0 0 6px;font-size:16px;color:#0f172a}.curriculum-step p{margin:0;font-size:14px;line-height:1.45;color:#475569}.curriculum-note{margin:10px 2px 0!important;font-size:12px;color:#64748b}.subtle-text{color:#64748b;margin-bottom:12px!important;font-size:14px}.notice-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.notice-header-row h2{margin:0}.notice-admin-actions{border-top:1px solid #e2e8f0;padding:10px 14px 12px;display:flex;justify-content:flex-end;gap:8px}.notice-admin-btn{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:8px;font:inherit;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer}.notice-admin-btn.subtle{border-color:#cbd5e1;background:#fff;color:#0f172a}.notice-admin-btn.danger{border-color:#fecdd3;background:#fff1f2;color:#be123c}.notice-active-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#334155}.notice-list{display:flex;flex-direction:column;gap:10px}.notice-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden;font-family:inherit}.notice-item summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:700;font-family:inherit}.notice-item summary::-webkit-details-marker{display:none}.notice-meta{font-size:12px;color:#64748b;font-weight:700}.notice-body{padding:12px 14px 14px;border-top:1px solid #e2e8f0;color:#334155;font-family:inherit;font-size:14px;line-height:1.55;white-space:pre-line}.materials-stack{display:flex;flex-direction:column;gap:8px}.materials-group{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.materials-group summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;font-weight:700}.materials-group summary::-webkit-details-marker{display:none}.materials-list{border-top:1px solid #e2e8f0;padding:8px;display:grid;grid-gap:8px;gap:8px}.materials-item{border:1px solid #e2e8f0;border-radius:8px;padding:12px;text-decoration:none;background:#fff;color:#0f172a;width:100%;font:inherit;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.materials-item:hover{background:#f8fafc}.classroom-materials-hero{border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:12px}.classroom-materials-title{margin:0;font-size:30px;line-height:1.2}.support-note{margin-bottom:10px!important;font-size:14px;color:#64748b}.support-access-note{margin-bottom:10px;font-size:13px;color:#475569}.support-board-wrap{position:relative;min-height:calc(100vh - 260px)}.support-board-shell{position:relative;border:1px solid #e2e8f0;border-radius:12px;background:#fff;min-height:inherit;padding:16px 16px 84px}.support-board-shell.suggest-inline{padding-bottom:16px}.support-list{display:flex;flex-direction:column;gap:8px}.inquiry-admin-filters{margin:12px 0 14px;border:1px solid #dbe4ef;border-radius:10px;background:#f8fafc;padding:10px;display:grid;grid-gap:8px;gap:8px}.inquiry-admin-filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.inquiry-admin-filters-grid input{min-height:38px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:13px;padding:0 10px;outline:none}.inquiry-admin-filters-grid input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.16)}.inquiry-admin-filters-actions{display:flex;justify-content:flex-end;gap:8px}.inquiry-admin-filters-grid .support-category-select{min-width:0}.support-list-empty{border:1px dashed #cbd5e1;border-radius:10px;padding:14px 12px;text-align:center;color:#64748b;background:#fff}.inquiry-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.inquiry-item summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-weight:700}.inquiry-item summary::-webkit-details-marker{display:none}.inquiry-title-wrap{min-width:0;display:flex;flex-direction:column;gap:4px}.inquiry-title-main{min-width:0;display:inline-flex;align-items:center;gap:8px}.inquiry-category-tag{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #dbe4ef;background:#f8fafc;color:#334155;font-size:11px;font-weight:700;line-height:1;padding:4px 9px}.inquiry-category-tag.repair{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.inquiry-category-tag.staff{border-color:#d9f99d;background:#f7fee7;color:#3f6212}.inquiry-category-tag.classroom{border-color:#ddd6fe;background:#f5f3ff;color:#6d28d9}.inquiry-category-tag.suggest{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.inquiry-meta{font-size:12px;color:#64748b}.inquiry-body{border-top:1px solid #e2e8f0;padding:12px 14px;color:#334155;white-space:pre-line}.inquiry-comments{border-top:1px solid #e2e8f0;padding:12px 14px 14px;display:grid;grid-gap:10px;gap:10px}.inquiry-comments strong{font-size:13px;color:#0f172a}.inquiry-comment-list{display:grid;grid-gap:8px;gap:8px}.inquiry-comment-item{border:1px solid #dbe4ef;border-radius:10px;background:#fff;padding:9px 10px;display:grid;grid-gap:6px;gap:6px}.inquiry-comment-item.admin{border-color:#dbe4ef;background:#f8fafc}.inquiry-comment-item.mine{border-color:#60a5fa;background:#eff6ff}.inquiry-comment-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.inquiry-comment-author{color:#0f172a;font-size:12px;font-weight:700}.inquiry-comment-head small{color:#64748b;font-size:11px}.inquiry-comment-item p{margin:0;color:#334155;font-size:14px;line-height:1.5;white-space:pre-line}.support-admin-section{margin-top:16px}.support-admin-section-title{margin:0 0 10px;font-size:18px;font-weight:800;color:#0f172a}.support-admin-reply{margin:10px 14px 0;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;padding:10px 12px;display:grid;grid-gap:6px;gap:6px}.support-admin-reply strong{font-size:13px;color:#1d4ed8}.support-admin-reply p{margin:0;font-size:14px;color:#1e3a8a;white-space:pre-line}.support-admin-reply small{color:#64748b;font-size:11px}.support-admin-empty{margin:10px 14px 0;border:1px dashed #cbd5e1;border-radius:10px;padding:10px 12px;color:#64748b;font-size:13px}.support-admin-reply-form{margin:10px 14px 12px;border:1px solid #dbe4ef;border-radius:10px;padding:10px;background:#f8fafc;display:grid;grid-gap:8px;gap:8px}.support-admin-reply-form label{font-size:12px;font-weight:700;color:#334155;font-family:inherit}.support-admin-textarea{width:100%;min-height:84px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:14px;line-height:1.5;font-family:inherit;padding:9px 10px;resize:vertical;outline:none}.support-admin-textarea:focus{border-color:#2563eb}.support-admin-actions{display:flex;justify-content:flex-end}.support-pagination{margin-top:12px;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.support-page-btn{min-width:34px;height:34px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;font-size:13px;font-weight:700;padding:0 10px;cursor:pointer}.support-page-btn:disabled{opacity:.5;cursor:not-allowed}.support-page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.support-write-fab{position:absolute;right:16px;bottom:16px;border:none;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;padding:12px 18px;box-shadow:0 8px 20px rgba(37,99,235,.28);cursor:pointer;z-index:4}.support-write-fab:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.support-compose{position:fixed;inset:0;z-index:980;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.45)}.support-form{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc}.support-form-standalone{width:min(700px,100%);max-height:calc(100vh - 36px);overflow-y:auto;background:#fff;border:1px solid #dbe4ef;box-shadow:0 16px 40px rgba(15,23,42,.25)}.support-form-title{margin:0 0 12px;font-size:20px;font-weight:700}.support-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.support-form-group:last-child{margin-bottom:0}.support-category-select{position:relative}.support-category-trigger{width:100%;min-height:44px;border:1px solid #c5d3e6;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font:inherit;font-size:14px;font-weight:600;padding:10px 12px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.78)}.support-category-trigger:hover{border-color:#94a3b8}.support-category-trigger svg{width:16px;height:16px;stroke:#64748b;stroke-width:2.2;fill:none;transition:transform .16s ease}.support-category-trigger.open svg{transform:rotate(180deg)}.support-category-trigger-compact{min-height:38px;border-radius:8px;font-size:13px;padding:8px 10px}.support-category-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;border:1px solid #dbe4ef;border-radius:10px;background:#fff;padding:6px;box-shadow:0 14px 26px rgba(15,23,42,.18);display:grid;grid-gap:4px;gap:4px}.support-category-menu-compact{top:calc(100% + 4px);border-radius:8px;padding:4px}.support-category-option{border:0;border-radius:8px;background:transparent;color:#0f172a;font:inherit;font-size:14px;font-weight:600;text-align:left;padding:9px 10px;cursor:pointer}.support-category-option:hover{background:#f1f5f9}.support-category-option.active{background:#eff6ff;color:#1d4ed8}.support-category-option-compact{border-radius:6px;font-size:13px;padding:8px 9px}.support-form input,.support-form textarea{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:14px;padding:10px 11px;outline:none}.support-category-trigger:focus-visible,.support-form input:focus,.support-form textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px rgba(37,99,235,.16)}.support-form textarea{min-height:120px;resize:vertical}.support-form-footer{margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.support-btn{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer}.support-btn.secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}.site-footer{margin-top:auto;background:#fff;border-top:1px solid #e2e8f0}.site-footer-inner{max-width:1340px;margin:0 auto;padding:28px 48px 36px;display:grid;grid-gap:10px;gap:10px}.footer-brand-image{width:128px;height:auto;display:block}.site-footer p{margin:0}.footer-row{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center}.footer-row small{color:#94a3b8}.footer-row a{color:#6b7280;text-decoration:none;font-size:13px;font-weight:700}@media (max-width:900px){.site-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:10px 36px}.site-title{font-size:18px}.brand-logo-image{width:108px}.global-nav-inner{padding:0 36px;grid-template-columns:repeat(5,minmax(0,1fr))}.nav-hover-gauge{display:none}.global-nav-inner>a,.nav-dropdown-trigger{font-size:13px;min-height:46px;padding:0 4px}.nav-dropdown-menu{left:50%;right:auto;transform:translateX(-50%);min-width:110px;width:max-content;max-width:min(132px,calc(100vw - 12px))}.nav-dropdown:hover .nav-dropdown-menu{display:none}.nav-dropdown.open .nav-dropdown-menu{display:block}.nav-dropdown:hover .nav-dropdown-trigger{background:#fff;color:inherit}.nav-dropdown.open .nav-dropdown-trigger{background:#2563eb;color:#fff}.nav-dropdown-menu a{min-height:44px;padding:0 10px;font-size:13px}.kakao-login-desktop{display:none}.kakao-login-mobile{display:block}.auth-user-controls{min-height:34px;gap:6px}.auth-loading-placeholder{width:120px;height:34px}.qa-shell{padding:18px}.qa-head h2{font-size:26px}.qa-question-stage{max-width:none}.qa-model-row{--qa-model-card-width:300px}.qa-form-grid{grid-template-columns:1fr}.auth-login-controls{gap:6px}.auth-user-identity{max-width:min(44vw,280px);padding:0;gap:0}.auth-user-name{font-size:12px}.auth-user-action{min-height:34px;padding:0 9px;font-size:12px}.auth-admin-shortcuts-menu{top:calc(100% + 8px);width:min(280px,calc(100vw - 24px));padding:7px}.auth-admin-shortcut-link{padding:11px 12px}.auth-btn-admin-quick{padding:7px 8px;font-size:11px}.page-container{padding:20px 32px 30px}.panel{padding:16px}.classroom-materials-title,.panel h2,.panel h3{font-size:22px}.as-legacy-shell{padding:16px}.as-category-tabs,.as-search-section{margin-bottom:18px}.as-category-tabs{gap:8px}.as-tab-btn{padding:9px 14px;font-size:13px}.as-course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.as-card-thumbnail{height:190px}.as-modal-overlay{padding:12px}.as-modal{height:min(92vh,820px)}.as-modal-header{padding:16px}.as-fullscreen-overlay{padding:12px}.as-fullscreen-content{height:min(94vh,900px)}.as-fullscreen-header{padding:10px 12px}.as-fullscreen-title{font-size:16px}.as-modal-body,.as-modal-search,.as-tag-filter,.as-tag-toggle-row{padding-left:16px;padding-right:16px}.as-modal-scroll-fade{left:16px;right:16px}.as-modal-scroll-top-btn{right:16px;bottom:16px;width:40px;height:40px}.global-scroll-top-btn{right:16px;bottom:16px;width:42px;height:42px}.global-scroll-top-btn.with-ai-fab,.global-scroll-top-btn.with-support-fab{bottom:74px}.sr-title{font-size:30px;margin-bottom:20px!important}.sr-section h3{font-size:22px}.sr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-symptom-grid{grid-template-columns:1fr}.sr-summary-main strong,.sr-summary-secondary strong{font-size:20px}.sr-summary-model-link{min-height:28px;font-size:12px;padding:0 10px}.deck-spec-panel{padding:34px 30px 30px}.deck-spec-toolbar{margin-bottom:18px}.deck-spec-back-btn,.deck-spec-doc-link{min-height:32px;font-size:12px;padding:0 10px}.deck-spec-panel h2{font-size:26px;margin-bottom:20px}.deck-spec-layout{grid-template-columns:1fr;gap:28px}.deck-spec-table td,.deck-spec-table th{padding:14px 0}.deck-spec-table th{width:118px;font-size:15px}.deck-spec-table td{font-size:16px}.deck-spec-figure img{width:min(100%,460px)}.quick-grid{grid-template-columns:1fr}.info-table th{width:110px}.level-table th{width:86px}.curriculum-steps{grid-template-columns:1fr;overflow-x:visible}.support-board-wrap{min-height:calc(100vh - 220px)}.support-board-shell{padding:12px 12px 76px}.support-board-shell.suggest-inline{padding-bottom:12px}.inquiry-admin-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-write-fab{right:12px;bottom:12px;padding:11px 16px;font-size:13px}.support-compose{padding:12px}.support-form-standalone{max-height:calc(100vh - 24px)}.footer-row{grid-template-columns:1fr}.site-footer-inner{padding:28px 36px 36px}}@media (max-width:640px){.site-header-inner{padding:10px 28px}.site-title{display:none}.global-nav-inner{padding:0 28px;border-left:none;border-right:none}.auth-user-controls{min-height:32px;gap:5px}.auth-loading-placeholder{width:94px;height:32px}.auth-user-identity{max-width:min(52vw,240px);padding:0;gap:0}.auth-user-name{font-size:11px}.auth-user-action{min-height:32px;padding:0 8px;font-size:11px}.auth-admin-shortcuts-menu{right:-8px;width:min(252px,calc(100vw - 16px))}.auth-admin-shortcut-link span{font-size:11px}.auth-login-controls{gap:4px}.auth-btn-admin-quick{padding:6px 7px;font-size:10px}.inquiry-admin-filters-grid{grid-template-columns:1fr}.inquiry-admin-filters-actions{justify-content:flex-start}.auth-profile-overlay{padding:10px}.auth-profile-header h2{font-size:18px}.global-nav-inner>a,.nav-dropdown-trigger{font-size:12px;min-height:44px}.nav-dropdown-menu{min-width:102px;max-width:min(126px,calc(100vw - 10px))}.nav-dropdown-menu a{min-height:40px;font-size:12px;padding:0 8px}.page-container{padding:20px 24px}.qa-shell{padding:14px}.qa-head h2{font-size:22px}.qa-question-card h3{font-size:17px}.qa-question-actions{flex-direction:column;align-items:stretch}.qa-stage-btn{width:100%}.qa-stage-hint{margin-left:0;width:100%;text-align:center}.qa-result-head{flex-direction:column;align-items:stretch}.qa-reset-btn{width:100%}.qa-result-head h3,.qa-submit-form h3{font-size:20px}.qa-model-card,.qa-model-face{min-height:254px}.qa-model-front{padding-top:12px}.qa-model-front img{width:102px;height:102px}.qa-selected-link-row{align-items:flex-start}.as-course-grid{grid-template-columns:1fr}.as-card-thumbnail{height:220px}.as-modal-overlay{padding:8px}.as-modal{width:100%;height:94vh;border-radius:16px}.as-fullscreen-overlay{padding:8px}.as-fullscreen-content{width:100%;height:94vh;border-radius:14px}.as-fullscreen-header{padding:10px;gap:8px}.as-fullscreen-title{font-size:14px}.as-modal-header h2{font-size:18px}.as-content-text strong{font-size:16px}.as-content-text span{font-size:13px}.as-content-item{padding:13px 14px}.as-content-leading{gap:11px}.as-content-icon{width:48px;height:48px;border-radius:12px}.as-content-icon svg{width:24px;height:24px}.as-tag-filter{gap:8px;align-items:stretch;flex-direction:column}.as-tag-chips{max-height:82px;overflow-y:auto;align-content:flex-start;padding-right:2px;padding-bottom:12px}.as-tag-chips-wrap.show-fade:after{content:"";position:absolute;left:0;right:0;bottom:0;height:12px;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 70%,#fff)}.as-tag-toggle-btn{width:50px;height:22px}.as-modal-scroll-fade{left:14px;right:14px;height:40px}.as-modal-scroll-top-btn{right:12px;bottom:12px;width:38px;height:38px}.as-modal-scroll-top-btn svg{width:18px;height:18px}.global-scroll-top-btn{right:12px;bottom:12px;width:40px;height:40px}.global-scroll-top-btn.with-ai-fab,.global-scroll-top-btn.with-support-fab{bottom:68px}.global-scroll-top-btn svg{width:18px;height:18px}.as-tag-reset{width:100%}.sr-grid{grid-template-columns:1fr}.sr-title{font-size:26px}.sr-summary-primary,.sr-summary-secondary{align-items:flex-start}.sr-summary-main strong,.sr-summary-secondary strong{font-size:18px;white-space:normal}.sr-summary-model-head{align-items:flex-start;gap:8px}.sr-summary-model-links{gap:5px}.sr-summary-model-link{min-height:24px;font-size:11px;padding:0 8px}.deck-spec-panel{padding:24px 18px 20px}.deck-spec-toolbar{gap:10px;margin-bottom:12px}.deck-spec-doc-links{width:100%}.deck-spec-back-btn,.deck-spec-doc-link{min-height:30px;font-size:11px;padding:0 9px}.deck-spec-panel h2{font-size:22px;margin-bottom:14px}.deck-spec-layout{gap:18px}.deck-spec-table td,.deck-spec-table th{padding:10px 0}.deck-spec-table th{width:82px;font-size:13px}.deck-spec-table td{font-size:14px}.sr-summary-change{font-size:12px}.site-footer-inner{padding:24px 28px 32px}}.ai-chat-modal_overlay__mf5IN{position:fixed;inset:0;z-index:995;display:flex;align-items:flex-end;justify-content:flex-end;padding:16px;background:rgba(15,23,42,.32)}.ai-chat-modal_modal__F_E_Q{width:min(430px,calc(100vw - 24px));height:min(720px,calc(100vh - 32px));border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 22px 44px rgba(15,23,42,.3);display:flex;flex-direction:column;overflow:hidden}.ai-chat-modal_header__dhzF1{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.ai-chat-modal_header__dhzF1 strong{font-size:15px;font-weight:800;color:#0f172a}.ai-chat-modal_closeButton__B4rJF{border:1px solid #dbe4ef;background:#fff;color:#334155;width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ai-chat-modal_body__CSfXd{flex:1 1;min-height:0;display:flex;flex-direction:column;padding:10px;background:#fff}.ai-chat-modal_chatHostWrap__Sd5If{position:relative;flex:1 1;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;min-height:0;background:#fff}.ai-chat-modal_chatHost__pU_Ve{height:100%;min-height:0}.ai-chat-modal_chatHost__pU_Ve openai-chatkit{display:block;width:100%;height:100%;min-height:0}.ai-chat-modal_chatkitElement__s4d5J{display:block}.ai-chat-modal_error__PyWL_,.ai-chat-modal_loading__RHSE6{position:absolute;inset:0;display:grid;place-items:center;padding:16px;text-align:center;font-size:13px}.ai-chat-modal_loading__RHSE6{color:#475569;background:rgba(248,250,252,.9)}.ai-chat-modal_error__PyWL_{gap:10px;color:#991b1b;background:hsla(0,86%,97%,.92)}.ai-chat-modal_error__PyWL_ p{margin:0;white-space:pre-line}.ai-chat-modal_error__PyWL_ button{border:1px solid #fca5a5;background:#fff;color:#991b1b;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer}@media (max-width:900px){.ai-chat-modal_overlay__mf5IN{padding:12px}.ai-chat-modal_modal__F_E_Q{width:min(420px,calc(100vw - 20px));height:min(700px,calc(100vh - 24px))}}@media (max-width:640px){.ai-chat-modal_overlay__mf5IN{align-items:stretch;justify-content:stretch;padding:8px}.ai-chat-modal_modal__F_E_Q{width:100%;height:100%;border-radius:12px}}.ai-chat-fab_fab__BXS6x{position:fixed;right:22px;bottom:22px;z-index:910;border:none;border-radius:999px;background:#0f172a;color:#fff;min-height:46px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,.34);cursor:pointer}.ai-chat-fab_fab__BXS6x svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width:900px){.ai-chat-fab_fab__BXS6x{right:16px;bottom:16px}}@media (max-width:520px){.ai-chat-fab_fab__BXS6x{right:12px;bottom:12px;min-height:42px;padding:9px 12px;font-size:12px;gap:6px}}