.v41-page{--text:var(--ma-color-text);--text-muted:var(--ma-color-text-soft);--border:var(--ma-color-border);--radius-lg:var(--ma-radius-lg);--surface:var(--ma-color-surface);--surface-strong:var(--ma-color-surface-soft);--shadow-sm:var(--ma-shadow-sm);--accent:var(--ma-color-primary);--focus:var(--ma-color-primary);--success:var(--ma-color-success);--warning:var(--ma-color-warning);--danger:var(--ma-color-danger);width:min(1180px,100%);margin:0 auto;padding:30px 24px 64px;color:var(--text)}.v41-detail-head,.v41-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.v41-detail-head h1,.v41-hero h1{margin:5px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}.v41-detail-head p,.v41-hero p{margin:0;color:var(--text-muted)}.v41-hero .btn{min-height:48px;white-space:nowrap}.v41-toolbar{display:flex;align-items:flex-end;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);margin-bottom:20px}.v41-form label,.v41-reply label,.v41-toolbar label{display:grid;grid-gap:7px;gap:7px;font-weight:700}.v41-form input,.v41-form select,.v41-form textarea,.v41-reply textarea,.v41-toolbar select{min-height:46px;min-width:0;width:100%;border:1px solid var(--border);border-radius:12px;background:var(--surface-strong);color:var(--text);padding:10px 13px;font:inherit}.v41-toolbar span{margin-left:auto;color:var(--text-muted);padding-bottom:12px}.v41-ticket-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.v41-ticket-list article{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--accent) 5%,var(--surface)));box-shadow:var(--shadow-sm);overflow:hidden}.v41-ticket-list a{display:block;padding:20px;color:inherit;text-decoration:none;min-height:178px}.v41-ticket-list a:focus-visible{outline:3px solid var(--focus);outline-offset:-3px}.v41-ticket-list small{display:block;color:var(--text-muted);margin-top:12px}.v41-ticket-list h2{font-size:20px;margin:6px 0 18px}.v41-ticket-list footer{display:flex;gap:14px;align-items:center;color:var(--text-muted);font-size:14px}.v41-ticket-list footer span{display:flex;gap:6px;align-items:center}.v41-ticket-list footer svg{width:16px}.v41-ticket-list footer>svg{margin-left:auto}.v41-status{display:inline-flex;min-height:30px;align-items:center;padding:4px 10px;border-radius:999px;background:var(--surface-strong);color:var(--accent);font-size:13px;font-weight:800}.v41-status.status-closed,.v41-status.status-resolved{color:var(--success)}.v41-status.status-waiting_user{color:var(--warning)}.v41-skeleton{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.v41-skeleton i{height:178px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--surface),var(--surface-strong),var(--surface));background-size:200% 100%;animation:v41pulse 1.4s infinite}.v41-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin:24px 0}.v41-help,.v41-locked{display:flex;align-items:center;gap:14px;margin-top:24px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.v41-help>svg,.v41-locked>svg{color:var(--accent);width:30px;height:30px}.v41-help p,.v41-locked p{margin:4px 0 0;color:var(--text-muted)}.v41-help a,.v41-locked a{margin-left:auto}.v41-back{display:inline-flex;align-items:center;gap:7px;min-height:44px;color:var(--text-muted);text-decoration:none;margin-bottom:14px}.v41-create-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);grid-gap:22px;gap:22px}.v41-form{display:grid;grid-gap:18px;gap:18px;padding:24px}.v41-form textarea{min-height:190px;resize:vertical}.v41-form small,.v41-reply small{text-align:right;color:var(--text-muted);font-weight:500}.v41-actions{display:flex;justify-content:flex-end;gap:12px}.v41-guidance{padding:24px;height:max-content}.v41-guidance>svg{width:46px;height:46px;color:var(--accent)}.v41-guidance ul{display:grid;grid-gap:13px;gap:13px;padding:0;list-style:none}.v41-guidance li{display:flex;gap:8px}.v41-guidance li svg{width:18px;color:var(--success)}.v41-guidance p{color:var(--text-muted)}.v41-error,.v41-notice{display:flex;align-items:center;gap:8px;padding:13px 15px;border-radius:12px}.v41-error{background:color-mix(in srgb,var(--danger) 10%,transparent);color:var(--danger)}.v41-notice{background:color-mix(in srgb,var(--success) 10%,transparent);color:var(--success)}.v41-detail-head{padding:22px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.v41-detail-head small{display:inline-block;margin-left:10px;color:var(--text-muted)}.v41-detail-head p{display:flex;align-items:center;gap:7px}.v41-detail-head p svg{width:17px}.v41-thread{display:grid;grid-gap:14px;gap:14px;margin:20px 0}.v41-thread article{max-width:min(76%,720px);padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.v41-thread article.student{justify-self:end;background:color-mix(in srgb,var(--accent) 11%,var(--surface))}.v41-thread header{display:flex;justify-content:space-between;gap:20px;margin-bottom:9px}.v41-thread time{font-size:13px;color:var(--text-muted)}.v41-thread p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.v41-reply{display:grid;grid-template-columns:1fr auto;align-items:end;grid-gap:14px;gap:14px;padding:18px}.v41-reply textarea{min-height:110px;resize:vertical}.v41-reply button{min-height:48px}.v41-modal>div{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@keyframes v41pulse{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.v41-skeleton i{animation:none}}@media(max-width:760px){.v41-page{padding:20px 14px 100px}.v41-detail-head,.v41-hero{align-items:stretch;flex-direction:column}.v41-toolbar{display:grid;grid-template-columns:1fr;align-items:stretch}.v41-toolbar span{margin:0;padding:0;grid-column:1}.v41-create-layout,.v41-skeleton,.v41-ticket-list{grid-template-columns:1fr}.v41-ticket-list a{min-height:0}.v41-thread article{max-width:92%}.v41-reply{grid-template-columns:1fr}.v41-actions{flex-direction:column-reverse}.v41-actions .btn,.v41-help a,.v41-locked a{min-height:44px}.v41-help,.v41-locked{align-items:flex-start;flex-wrap:wrap}.v41-help a,.v41-locked a{margin-left:44px}.v41-detail-head .btn{width:100%}}.v41-guidance-art{display:grid;min-height:158px;margin:-8px -8px 18px;place-items:center;border-radius:16px;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 62%),var(--surface-strong)}.v41-guidance-art .design-artwork{width:178px;height:154px}.v41-guidance-art img{width:100%;height:100%;object-fit:contain}.v41-guidance h2{display:flex;align-items:center;gap:8px}.v41-guidance h2 svg{width:22px;color:var(--accent)}