:root{color-scheme:light;--admin-bg:#f3f6fb;--admin-panel:#fff;--admin-panel-muted:#f8fafc;--admin-border:#dbe3ef;--admin-text:#18212f;--admin-soft:#66758b;--admin-primary:#2563eb;--admin-primary-dark:#1d4ed8;--admin-success:#0f9f6e;--admin-warning:#d97706;--admin-danger:#dc2626;--admin-shadow:0 18px 40px rgba(15,23,42,.08)}*{box-sizing:border-box}#__nuxt,body,html{background:var(--admin-bg);color:var(--admin-text);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;margin:0;min-height:100%}body{font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.admin-shell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#0f172a,#172554);color:#e5edf9;display:flex;flex-direction:column;gap:28px;padding:28px 20px}.admin-brand{display:grid;gap:8px}.admin-brand strong{font-size:22px;font-weight:700}.admin-brand span{color:#e5edf9b8;line-height:1.6}.admin-nav{display:grid;gap:8px}.admin-nav a{align-items:center;border-radius:12px;color:#e5edf9d1;display:flex;min-height:44px;padding:0 14px;transition:background .2s ease,color .2s ease}.admin-nav a.router-link-active{background:#ffffff24;color:#fff}.admin-sidebar__hint{background:#ffffff14;border-radius:14px;color:#e5edf9c7;line-height:1.6;margin-top:auto;padding:14px}.admin-main{min-width:0;padding:28px 32px 40px}.admin-topbar{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.admin-page-title{display:grid;gap:8px}.admin-page-title h1{font-size:30px;line-height:1.2;margin:0}.admin-page-title p{color:var(--admin-soft);margin:0}.admin-topbar__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.admin-button,.admin-button--danger,.admin-button--secondary,.admin-link{align-items:center;border:1px solid transparent;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;min-height:40px;padding:0 16px}.admin-button{background:var(--admin-primary);color:#fff}.admin-button:hover{background:var(--admin-primary-dark)}.admin-button--secondary,.admin-link{background:#fff;border-color:var(--admin-border);color:var(--admin-text)}.admin-button--danger{background:#fff1f2;border-color:#fecdd3;color:var(--admin-danger)}.admin-button--danger:disabled,.admin-button--secondary:disabled,.admin-button:disabled{cursor:not-allowed;opacity:.6}.admin-grid{display:grid;gap:20px}.admin-grid--two{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.admin-panel{background:var(--admin-panel);border:1px solid var(--admin-border);border-radius:18px;box-shadow:var(--admin-shadow);padding:22px}.admin-panel__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.admin-panel__header h2,.admin-panel__header h3{font-size:18px;margin:0}.admin-panel__header p{color:var(--admin-soft);margin:6px 0 0}.admin-form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid--single{grid-template-columns:minmax(0,1fr)}.admin-field{display:grid;gap:8px}.admin-field--full{grid-column:1/-1}.admin-field span{color:var(--admin-soft);font-size:13px;font-weight:600}.admin-input,.admin-select,.admin-textarea{background:#fff;border:1px solid var(--admin-border);border-radius:12px;color:var(--admin-text);min-height:42px;padding:10px 12px;width:100%}.admin-textarea{min-height:120px;resize:vertical}.admin-checkbox{align-items:center;display:flex;gap:10px;min-height:42px;padding:0 4px}.admin-checkbox input{height:16px;width:16px}.admin-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.admin-message{color:var(--admin-soft)}.admin-error{color:var(--admin-danger)}.admin-card-list{display:grid;gap:14px}.admin-card{background:var(--admin-panel-muted);border:1px solid var(--admin-border);border-radius:16px;padding:18px}.admin-card__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.admin-card__title{font-size:16px;font-weight:700}.admin-stat{color:var(--admin-text);font-size:28px;font-weight:700;margin:12px 0 0}.admin-toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.admin-table-wrap{background:#fff;border:1px solid var(--admin-border);border-radius:16px;overflow:auto}.admin-table{border-collapse:collapse;min-width:900px;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid var(--admin-border);padding:14px 16px;text-align:left;vertical-align:top}.admin-table th{background:#f8fafc;color:var(--admin-soft);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.admin-table tbody tr:hover{background:#f8fbff}.admin-table__actions{display:flex;flex-wrap:wrap;gap:10px}.admin-status{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;min-height:28px;padding:0 10px}.admin-status[data-status=paid],.admin-status[data-status=success]{background:#e7f8ef;color:var(--admin-success)}.admin-status[data-status=none],.admin-status[data-status=pending]{background:#fff6e7;color:var(--admin-warning)}.admin-status[data-status=closed],.admin-status[data-status=failed]{background:#fff1f2;color:var(--admin-danger)}.admin-desc-list{display:grid;gap:14px}.admin-desc-list__item{align-items:start;border-bottom:1px solid var(--admin-border);display:grid;gap:12px;grid-template-columns:128px minmax(0,1fr);padding-bottom:14px}.admin-desc-list__item:last-child{border-bottom:none;padding-bottom:0}.admin-desc-list__item dt{color:var(--admin-soft);font-weight:600}.admin-code,.admin-desc-list__item dd{margin:0;word-break:break-word}.admin-code{background:#0f172a;border-radius:14px;color:#e2e8f0;font-size:12px;line-height:1.65;padding:14px;white-space:pre-wrap}@media(max-width:1200px){.admin-grid--two{grid-template-columns:minmax(0,1fr)}}@media(max-width:960px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{gap:18px;padding:20px 16px}.admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-main{padding:20px 16px 28px}.admin-desc-list__item,.admin-form-grid{grid-template-columns:1fr}.admin-desc-list__item{gap:6px}}.admin-page{margin:0 auto;max-width:1200px}.admin-page-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.admin-page-header h1{font-size:24px;font-weight:700;margin:0}.admin-page-header p{color:var(--admin-soft);font-size:14px;margin:0}.page-enter-active,.page-leave-active{transition:opacity .1s ease}.page-enter-from,.page-leave-to{opacity:0}.admin-nav__item{align-items:center;border-radius:12px;color:#e5edf9b3;display:flex;font-size:14px;font-weight:500;min-height:44px;padding:0 14px;text-decoration:none;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.admin-nav__item:hover{background:#ffffff14;color:#fff}.admin-nav__item.router-link-active{background:#2563eb4d;color:#93c5fd}:root{--report-border:#dde4f0;--report-text:#18212f;--report-soft:#68778d;--report-primary:#1f5eff;--report-danger:#d92d20;--report-panel:#fff;--report-shadow:0 18px 38px rgba(15,23,42,.08)}.report-actions{display:flex;flex-wrap:wrap;gap:12px}.report-button,.report-button--danger,.report-button--secondary{align-items:center;border:1px solid transparent;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;min-height:42px;padding:0 16px}.report-button{background:var(--report-primary);color:#fff}.report-button--secondary{background:#fff;border-color:var(--report-border);color:var(--report-text)}.report-button--danger{background:#fff1f1;border-color:#fdc7c7;color:var(--report-danger)}.report-button--danger:disabled,.report-button--secondary:disabled,.report-button:disabled{cursor:not-allowed;opacity:.65}.report-grid{display:grid;gap:20px}.report-grid--two{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)}.report-panel{background:var(--report-panel);border:1px solid var(--report-border);border-radius:18px;box-shadow:var(--report-shadow);padding:22px}.report-panel h2,.report-panel h3{margin:0 0 14px}.report-form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.report-field{display:grid;gap:8px}.report-field--full{grid-column:1/-1}.report-field span{color:var(--report-soft);font-size:13px;font-weight:600}.report-input,.report-select,.report-textarea{background:#fff;border:1px solid var(--report-border);border-radius:12px;color:var(--report-text);min-height:42px;padding:10px 12px;width:100%}.report-textarea{min-height:160px;resize:vertical}.report-textarea--prompt{min-height:320px}.report-textarea--style{font-family:SFMono-Regular,JetBrains Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.7;min-height:260px}.report-message{color:var(--report-soft)}.report-error{color:var(--report-danger)}.report-preview{background:#fff;border:1px solid var(--report-border);border-radius:18px;overflow:hidden}.report-preview__meta{background:#f8fbff;border-bottom:1px solid var(--report-border);padding:18px 20px}.report-preview-phone{background:radial-gradient(circle at top,rgba(52,92,174,.06),transparent 26%),linear-gradient(180deg,#f3f6fb,#e9eef7);padding:20px}.report-mobile-page--preview{background:#1f2430;border-radius:32px;box-shadow:0 26px 50px #0f172a2e;min-height:auto;padding:12px 10px 14px}.report-mobile-shell--preview{padding:0;width:min(100%,420px)}.report-mobile-card--preview{border-radius:24px;min-height:720px}.report-mobile-card--preview .report-mobile-topbar{background:#ffffff61;border-bottom:1px solid rgba(147,104,47,.16);min-height:56px}.report-mobile-streaming{color:#4a4034;padding:12px 10px 18px}.report-mobile-streaming__status{color:#9e6b2e;font-size:13px;font-weight:700;margin-bottom:10px}.report-mobile-streaming pre{color:#4b4338;font:inherit;font-size:17px;line-height:1.85;margin:0;text-indent:2em;white-space:pre-wrap;word-break:break-word}.report-mobile-streaming__cursor{animation:report-stream-caret 1s steps(1) infinite;background:linear-gradient(180deg,#d98532,#b96c24);border-radius:2px;display:inline-block;height:18px;margin-left:6px;vertical-align:middle;width:10px}@keyframes report-stream-caret{0%,49%{opacity:1}50%,to{opacity:.15}}.report-render-scope{color:#2a3240;line-height:1.75;padding:22px 20px 30px}.report-render-scope .report-summary{background:linear-gradient(180deg,#eef4ff,#f7fbff);border-radius:14px;margin-bottom:18px;padding:18px}.report-render-scope .report-summary h1{font-size:24px;margin:0 0 12px}.report-render-scope .report-summary p{margin:6px 0 0}.report-table-wrap{border:1px solid var(--report-border);border-radius:16px;overflow:auto}.report-table{background:#fff;border-collapse:collapse;min-width:880px;width:100%}.report-table td,.report-table th{border-bottom:1px solid var(--report-border);padding:14px 16px;text-align:left;vertical-align:top}.report-table th{background:#f8fbff;color:var(--report-soft);font-size:12px;letter-spacing:.03em;text-transform:uppercase}.report-table__actions{display:flex;flex-wrap:wrap;gap:8px}.report-status{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;min-height:28px;padding:0 10px}.report-status[data-status=active],.report-status[data-status=success]{background:#e6f8ee;color:#0f9f6e}.report-status[data-status=draft],.report-status[data-status=pending]{background:#fff6e8;color:#cb6e17}.report-status[data-status=archived],.report-status[data-status=failed]{background:#fff1f1;color:var(--report-danger)}.report-upload{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.report-mobile-page{background:radial-gradient(circle at top,rgba(156,104,42,.08),transparent 28%),linear-gradient(180deg,#efdfc1,#ead6b0 48%,#e6d0a5);min-height:100vh}.report-mobile-shell{margin:0 auto;padding:14px 12px 92px;position:relative;width:min(100%,560px)}.report-mobile-card{background:radial-gradient(circle at 18% 20%,hsla(0,0%,100%,.3),transparent 24%),radial-gradient(circle at 80% 30%,rgba(177,129,70,.08),transparent 24%),linear-gradient(180deg,#f6e9c7fa,#efdcb1fa);border-radius:14px;box-shadow:inset 0 0 0 1px #96662d29,0 20px 42px #67451c2e;min-height:100vh;overflow:hidden;position:relative}.report-mobile-card:before{border:1px solid rgba(158,111,54,.16);content:"";inset:14px;pointer-events:none;position:absolute}.report-mobile-scroll{background:linear-gradient(180deg,#d3a96c,#b98643 52%,#d8b67c);border-radius:999px;box-shadow:inset 0 4px 7px #ffffff3d,inset 0 -4px 8px #58371338,0 8px 16px #603c1629;height:28px;margin:0 14px;position:relative;z-index:2}.report-mobile-scroll:after,.report-mobile-scroll:before{background:radial-gradient(circle at 35% 35%,#f4d5a7 0,#bc8746 58%,#885725);border-radius:50%;content:"";height:18px;position:absolute;top:3px;width:18px}.report-mobile-scroll:before{left:-8px}.report-mobile-scroll:after{right:-8px}.report-mobile-scroll--top{margin-top:10px}.report-mobile-scroll--bottom{margin-bottom:10px;margin-top:12px}.report-mobile-topbar{align-items:center;background:transparent;border-bottom:0;display:flex;justify-content:center;min-height:52px;padding:0 16px}.report-mobile-topbar__title{color:#674926;font-size:17px;font-weight:700}.report-mobile-body{padding:8px 14px 18px}.report-mobile-teacher-card{align-items:center;background:linear-gradient(180deg,#fffaf0fa,#fff6e3f5);border:1px solid rgba(212,173,112,.55);border-radius:10px;box-shadow:0 8px 20px #a57a4014;display:grid;gap:14px;grid-template-columns:64px minmax(0,1fr) auto;margin-bottom:12px;padding:12px 14px;position:relative}.report-mobile-teacher-card:after,.report-mobile-teacher-card:before{border-top:2px solid rgba(222,180,118,.72);content:"";height:12px;position:absolute;top:10px;width:12px}.report-mobile-teacher-card:before{border-left:2px solid rgba(222,180,118,.72);left:10px}.report-mobile-teacher-card:after{border-right:2px solid rgba(222,180,118,.72);right:10px}.report-mobile-teacher-card__avatar{align-items:center;background:linear-gradient(180deg,#fbf3df,#edd2a0);border:1px solid rgba(203,157,90,.6);border-radius:50%;color:#91652f;display:flex;font-size:28px;font-weight:700;height:64px;justify-content:center;width:64px}.report-mobile-teacher-card__body strong{color:#6c4c21;display:block;font-size:18px;font-weight:700;margin-bottom:6px}.report-mobile-teacher-card__body p{color:#4f4133;font-size:14px;line-height:1.7;margin:0}.report-mobile-teacher-card__action{background:linear-gradient(180deg,#ff7d3d,#ff5a1f);border:0;border-radius:14px;box-shadow:0 10px 18px #ff652433;color:#fff;font-size:15px;font-weight:700;padding:14px 16px}.report-mobile-section-title{align-items:center;background:linear-gradient(180deg,#c08a56,#b37b47);color:#fffaf1;display:flex;font-size:17px;font-weight:700;gap:10px;justify-content:center;margin-bottom:14px;min-height:56px}.report-mobile-section-title span{background:#fff5e6eb;height:1px;position:relative;width:34px}.report-mobile-section-title span:after{background:#fff5e6eb;border-radius:50%;content:"";height:6px;position:absolute;right:-8px;top:-3px;width:6px}.report-mobile-paper{background:radial-gradient(circle at 10% 20%,hsla(0,0%,100%,.16),transparent 24%),radial-gradient(circle at 82% 72%,rgba(165,118,59,.08),transparent 22%),linear-gradient(180deg,#f8eccef5,#f1e1bdf5);padding:0;position:relative}.report-mobile-paper:after,.report-mobile-paper:before{background:linear-gradient(180deg,#91652e29,#7754260d,#91652e24);bottom:0;content:"";position:absolute;top:0;width:9px}.report-mobile-paper:before{left:0}.report-mobile-paper:after{right:0}.report-mobile-data-table,.report-mobile-profile-card{background:#fffbf2e6;border:1px solid rgba(206,166,102,.74);border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff52;margin:0 12px 14px}.report-mobile-profile-card{padding:18px 18px 14px}.report-mobile-profile-card__head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.report-mobile-profile-card__line{align-items:flex-start;color:#564538;display:flex;font-size:15px;gap:6px;line-height:1.65;margin-bottom:10px}.report-mobile-profile-card__line strong{color:#6d4f2b;flex:none}.report-mobile-profile-card__edit{background:#fff7ebeb;border:1px solid rgba(202,145,79,.72);border-radius:10px;color:#9e6230;font-size:14px;font-weight:700;padding:8px 14px}.report-mobile-data-table{overflow:hidden}.report-mobile-data-table table{border-collapse:collapse;width:100%}.report-mobile-data-table td,.report-mobile-data-table th{border:1px solid rgba(221,189,140,.82);color:#574739;font-size:14px;line-height:1.5;padding:12px 8px;text-align:center}.report-mobile-data-table thead th{background:#f8e5c3eb;color:#734f26;font-weight:700}.report-mobile-data-table tbody td:first-child{background:#faebd0bd;color:#7b5832;font-weight:700;width:72px}.report-mobile-content-paper{background:radial-gradient(circle at 16% 14%,hsla(0,0%,100%,.42),transparent 22%),radial-gradient(circle at 84% 26%,hsla(37,49%,60%,.16),transparent 26%),radial-gradient(circle at 30% 72%,rgba(173,122,57,.08),transparent 28%),linear-gradient(180deg,#f7edd1,#f2e1b9 46%,#ecd7a6);border:1px solid rgba(203,163,100,.54);border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff3d,0 10px 22px #a2773e14;margin:0 12px;overflow:hidden;padding:18px 12px 24px;position:relative}.report-mobile-content-paper:after,.report-mobile-content-paper:before{background:radial-gradient(circle at center,rgba(170,118,49,.18) 0,rgba(170,118,49,.08) 40%,transparent 72%);bottom:0;content:"";filter:blur(.2px);opacity:.7;position:absolute;top:0;width:14px}.report-mobile-content-paper:before{left:-2px}.report-mobile-content-paper:after{right:-2px}.report-mobile-content-paper__inner{position:relative;z-index:1}.report-mobile-render{background:transparent;border-left:0;border-right:0;color:#4b4a48;line-height:1.78;margin:0;padding:0 10px 8px;position:relative}.report-mobile-render .report-summary{background:transparent;border:1px solid rgba(198,163,106,.46);border-bottom-color:#b1895257;border-radius:10px;margin:0 0 18px;padding:12px 14px}.report-mobile-render .report-summary h1{color:#6f512d;font-size:18px;margin:0 0 8px}.report-mobile-render .report-summary p{color:#8b6840;font-size:13px;margin:4px 0 0}.report-mobile-render p{font-size:18px;font-weight:500;line-height:1.8;margin:0 0 18px;text-indent:2em}.report-mobile-render h2,.report-mobile-render h3{color:#7f391d;font-size:20px;margin:24px 0 14px}.report-mobile-render section{background:#fffcf470;border:1px solid rgba(198,163,106,.42);border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff38;margin-bottom:18px;padding:14px 16px 10px;position:relative}.report-mobile-render section:last-child p:last-child{margin-bottom:0}.report-mobile-mailbar{align-items:center;background:linear-gradient(180deg,#f7e7d6,#f1d8bc);border-radius:999px;color:#8d6647;display:flex;font-size:12px;gap:12px;justify-content:space-between;margin:18px 10px 0;padding:10px 16px}.report-mobile-mailbar button{background:transparent;border:0;color:#cb7328;font-weight:700}.report-empty{color:var(--report-soft);padding:40px 20px;text-align:center}@media(max-width:1100px){.report-grid--two{grid-template-columns:1fr}}@media(max-width:900px){.report-admin-shell{grid-template-columns:1fr}.report-admin-sidebar{padding:20px 16px}.report-admin-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.report-admin-main{padding:20px 16px 32px}.report-form-grid{grid-template-columns:1fr}.report-page-header{display:grid}.report-mobile-intro{grid-template-columns:56px minmax(0,1fr)}.report-mobile-teacher{grid-column:1/-1}.report-mobile-profile__head{flex-wrap:wrap}.report-mobile-teacher-card{grid-template-columns:56px minmax(0,1fr)}.report-mobile-teacher-card__action{grid-column:1/-1;width:100%}.report-mobile-profile-card__head{align-items:flex-start;flex-direction:column}.report-preview-phone{padding:12px}}
