.stu{width:100%;min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);background:#f6f7fb;flex-direction:column;display:flex}.stu-top{background:0 0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.stu-top .brand-tiny{letter-spacing:.32px;color:var(--text-helper);text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.stu-top .brand-tiny .dot{background:var(--interactive);width:8px;height:8px}.stu .leave-btn{border:1px solid var(--border-subtle-01);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--duration-fast-02) var(--motion-standard-productive);background:0 0;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.stu .leave-btn:hover{border-color:var(--border-strong-01);color:var(--text-primary);background:#fff}.stu .leave-btn svg{width:14px;height:14px}.stu-body{flex:1;place-items:center;padding:16px 32px 32px;display:grid}.stu-foot{text-align:center;color:var(--text-helper);letter-spacing:.16px;padding:16px 32px 24px;font-size:12px}.stu-foot strong{color:var(--support-error);font-weight:600}.stu .paper{border:1px solid var(--border-subtle-00);background:#fff;width:100%;max-width:520px;padding:40px;box-shadow:0 1px 2px #0000000a}.stu .paper-lock{background:var(--blue-10);width:56px;height:56px;color:var(--interactive);place-items:center;margin:0 auto 16px;display:grid}.stu .paper h2{text-align:center;letter-spacing:-.2px;margin:0 0 8px;font-size:26px;font-weight:400;line-height:1.2}.stu .paper .sub-cap{text-align:center;color:var(--text-secondary);letter-spacing:.16px;margin:0 0 28px;font-size:13px}.stu .privacy-points{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.stu .pp{color:var(--text-primary);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:13px;line-height:1.5;display:grid}.stu .pp .check{background:var(--green-70);color:#fff;place-items:center;width:18px;height:18px;margin-top:1px;display:grid}.stu .id-callout{background:var(--blue-10);border-left:3px solid var(--support-info);color:var(--text-primary);margin-bottom:24px;padding:12px 14px;font-size:13px;line-height:1.5}.stu .id-callout .id{font-family:var(--font-mono);border:1px solid var(--blue-20);letter-spacing:.32px;background:#fff;padding:1px 8px}.stu .paper .btn-row{flex-direction:column;gap:12px;display:flex}.stu .or-divider{color:var(--text-helper);letter-spacing:.32px;text-transform:uppercase;align-items:center;gap:12px;margin:16px 0;font-size:11px;display:flex}.stu .or-divider:before,.stu .or-divider:after{content:"";background:var(--border-subtle-00);flex:1;height:1px}.stu .resume-btn-wrap{position:relative}.stu .finger{color:var(--interactive);animation:1.4s ease-in-out infinite stu-finger;position:absolute;top:50%;right:-32px;transform:translateY(-50%)}@keyframes stu-finger{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(-50%)translate(-6px)}}.stu .ghost-link{text-align:center;border-top:1px solid var(--border-subtle-00);color:var(--text-secondary);margin-top:24px;padding-top:20px;font-size:13px;text-decoration:none;display:block}.stu .ghost-link:hover{color:var(--interactive)}.stu .resume-cap{color:var(--text-secondary);margin:0 0 6px;font-size:12px}.stu .magic-input{font-family:var(--font-mono);background:var(--field-01);border:1px solid #0000;border-bottom:1px solid var(--border-strong-01);letter-spacing:.32px;width:100%;color:var(--text-primary);outline:none;padding:12px;font-size:14px}.stu .magic-input:focus{border:2px solid var(--focus);padding:11px}.stu .magic-input::placeholder{color:var(--text-placeholder);font-style:italic}.stu .word-counter{color:var(--text-helper);letter-spacing:.32px;text-transform:uppercase;justify-content:space-between;margin-top:6px;font-size:11px;font-weight:600;display:flex}.stu .word-counter .ok{color:var(--green-70)}.stu .resume-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.stu .resolved-icon{width:64px;height:64px;color:var(--green-70);background:#defbe6;place-items:center;margin:0 auto 16px;display:grid}.stu .stu-btn{font-family:var(--font-sans);text-transform:none;cursor:pointer;min-height:48px;transition:background var(--duration-fast-02) var(--motion-standard-productive), color var(--duration-fast-02) var(--motion-standard-productive), border-color var(--duration-fast-02) var(--motion-standard-productive);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:400;display:inline-flex}.stu .stu-btn-primary{background:var(--interactive);color:var(--text-inverse)}.stu .stu-btn-primary:hover{background:var(--interactive-hover)}.stu .stu-btn-primary:disabled{background:var(--text-disabled);cursor:not-allowed}.stu .stu-btn-tertiary{color:var(--interactive);border:1px solid var(--interactive);background:0 0}.stu .stu-btn-tertiary:hover{background:var(--interactive);color:var(--text-inverse)}.stu .stu-btn-ghost{color:var(--interactive);background:0 0;border-color:#0000}.stu .stu-btn-ghost:hover{background:var(--background-hover)}.stu .chat-shell{background:#f6f7fb;flex-direction:column;width:100%;height:100%;display:flex}.stu .chat-header{border-bottom:1px solid var(--border-subtle-00);background:#fff;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.stu .chat-header .left{align-items:center;gap:12px;display:inline-flex}.stu .chat-header .stk-mark{background:var(--interactive);color:#fff;letter-spacing:.5px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:grid}.stu .chat-header .title{font-size:14px;font-weight:600}.stu .chat-header .title .tag{color:var(--text-helper);letter-spacing:.32px;text-transform:uppercase;margin-left:8px;font-size:12px;font-weight:400}.stu .chat-header .right{align-items:center;gap:12px;display:inline-flex}.stu .offline-chip{color:#684e00;letter-spacing:.32px;background:#fcf4d6;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.stu .offline-chip .pulse{background:#b28600;width:6px;height:6px;animation:1.4s infinite stu-pulse}@keyframes stu-pulse{0%,to{opacity:1}50%{opacity:.4}}.stu .chat-stage{flex:1;place-items:stretch stretch;min-height:0;padding:16px 24px 24px;display:grid;position:relative}.stu .chat-frame{border:1px solid var(--border-subtle-00);background:#fff;flex-direction:column;width:100%;max-width:760px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.stu .cf-head{border-bottom:1px solid var(--border-subtle-00);background:#fff;align-items:center;gap:10px;padding:12px 16px;display:flex}.stu .cf-head .label{color:var(--text-secondary);font-size:13px}.stu .cf-head .id-chip{font-family:var(--font-mono);background:var(--layer-selected-01);letter-spacing:.32px;padding:4px 10px;font-size:12px}.stu .cf-head .spacer{flex:1}.stu .cf-head .icon-btn{cursor:pointer;width:32px;height:32px;color:var(--icon-secondary);background:0 0;border:none;place-items:center;display:grid}.stu .cf-head .icon-btn.flag{color:var(--support-error)}.stu .cf-head .icon-btn:hover{background:var(--background-hover)}.stu .cf-magic{background:var(--blue-10);cursor:pointer;border-bottom:1px solid var(--blue-20);align-items:center;gap:10px;padding:10px 16px;font-size:13px;display:flex}.stu .cf-magic .words{font-family:var(--font-mono);color:var(--blue-80);font-weight:500}.stu .cf-magic .cap{color:var(--text-secondary);font-size:12px}.stu .cf-alert{border-left:3px solid var(--support-error);background:#fff1f1;grid-template-columns:24px 1fr;align-items:start;gap:10px;padding:12px 14px;font-size:13px;display:grid}.stu .cf-alert .icon{color:var(--support-error)}.stu .cf-stream{background:var(--gray-10);flex-direction:column;flex:1;gap:6px;min-height:280px;padding:16px;display:flex;overflow-y:auto}.stu .msg-row{flex-direction:column;gap:2px;max-width:72%;display:flex}.stu .msg-row.own{align-self:flex-end;align-items:flex-end}.stu .msg-row.in{align-self:flex-start}.stu .msg-row.system{align-self:center;align-items:center;max-width:100%}.stu .bubble{word-wrap:break-word;animation:stu-bubble-rise .24s var(--motion-entrance-expressive) both;padding:10px 14px;font-size:14px;line-height:1.4}.stu .bubble.own{background:var(--interactive);color:#fff;border-radius:18px 18px 4px}.stu .bubble.in{border:1px solid var(--border-subtle-00);background:#fff;border-radius:18px 18px 18px 4px}.stu-counselor .bubble.own{background:var(--gray-90);color:#fff}@keyframes stu-bubble-rise{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.stu .typing{border:1px solid var(--border-subtle-00);animation:stu-bubble-rise .24s var(--motion-entrance-expressive) both;background:#fff;border-radius:18px 18px 18px 4px;align-items:center;gap:4px;padding:12px 16px;display:inline-flex}.stu .typing .d{background:var(--text-helper);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite stu-typing-bounce}.stu .typing .d:first-child{animation-delay:0s}.stu .typing .d:nth-child(2){animation-delay:.18s}.stu .typing .d:nth-child(3){animation-delay:.36s}@keyframes stu-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.stu .system-pill{background:var(--layer-selected-01);color:var(--text-helper);letter-spacing:.32px;padding:4px 12px;font-size:12px}.stu .meta-line{color:var(--text-helper);align-items:center;gap:6px;font-size:11px;display:flex}.stu .tick{align-items:center;display:inline-flex}.stu .tick svg{width:14px;height:14px}.stu .tick.read svg{color:#80deea}.stu .cf-pending{background:var(--layer-01);border-top:1px solid var(--border-subtle-00);align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.stu .cf-pending .x{cursor:pointer;color:var(--icon-secondary);background:0 0;border:none;margin-left:auto;padding:4px}.stu .cf-comp{border-top:1px solid var(--border-subtle-00);background:#fff;align-items:end;gap:8px;padding:10px 12px;display:flex}.stu .cf-comp .icon-btn{cursor:pointer;width:40px;height:40px;color:var(--icon-secondary);background:0 0;border:none;place-items:center;display:grid}.stu .cf-comp textarea{font-family:var(--font-sans);border:1px solid var(--border-subtle-01);background:var(--field-01);resize:none;border-radius:6px;outline:none;flex:1;min-height:40px;max-height:120px;padding:10px 14px;font-size:14px}.stu .cf-comp textarea:focus{border-color:var(--focus)}.stu .cf-comp .send{background:var(--interactive);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.stu .cf-comp .send svg{width:16px;height:16px}.stu .cf-comp .send:disabled{background:var(--gray-30);color:var(--gray-50);cursor:not-allowed}.stu .rep-paper{border:1px solid var(--border-subtle-00);background:#fff;width:100%;max-width:640px;padding:40px;box-shadow:0 1px 2px #0000000a}.stu .lock-mini{background:var(--blue-10);width:48px;height:48px;color:var(--interactive);place-items:center;margin:0 auto 12px;display:grid}.stu .rep-paper h2{text-align:center;margin:0 0 4px;font-size:22px;font-weight:400}.stu .rep-paper .sub-cap{text-align:center;color:var(--text-secondary);margin:0 0 24px;font-size:13px}.stu .stepper-m{display:block}.stu .stepper-d{display:none}@media (width>=640px){.stu .stepper-m{display:none}.stu .stepper-d{display:grid}}.stu .stepper-d{border-top:1px solid var(--border-subtle-00);grid-template-columns:repeat(5,1fr);margin:0 0 24px}.stu .stepper-d .seg{border-top:2px solid var(--border-subtle-00);letter-spacing:.32px;text-transform:uppercase;color:var(--text-helper);text-align:center;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-sans);background:0 0;border-bottom:none;border-left:none;border-right:none;margin-top:-2px;padding:12px 0 0}.stu .stepper-d .seg.done{color:var(--green-70);border-top-color:var(--green-70)}.stu .stepper-d .seg.active{color:var(--text-primary);border-top-color:var(--interactive)}.stu .stepper-d .seg .num{font-family:var(--font-mono);margin-right:6px;display:inline-block}.stu .stepper-m{margin-bottom:24px}.stu .stepper-m .row1{letter-spacing:.32px;text-transform:uppercase;color:var(--text-helper);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px;font-weight:600;display:flex}.stu .stepper-m .back{cursor:pointer;color:var(--interactive);font-size:12px;font-family:var(--font-sans);letter-spacing:.16px;background:0 0;border:none}.stu .stepper-m .label2{margin-bottom:8px;font-size:16px;font-weight:600}.stu .stepper-m .progress{background:var(--gray-20);border-radius:3px;height:6px;overflow:hidden}.stu .stepper-m .progress-fill{background:var(--interactive);height:100%;transition:width var(--duration-moderate-01) var(--motion-standard-productive)}.stu .step-prompt{color:var(--text-primary);margin:0 0 16px;font-size:14px}.stu .cat-btn{text-align:left;border:1px solid var(--border-subtle-01);width:100%;font-family:var(--font-sans);cursor:pointer;color:var(--text-primary);transition:all var(--duration-fast-02) var(--motion-standard-productive);background:#fff;justify-content:space-between;align-items:center;margin-bottom:8px;padding:14px 16px;font-size:14px;display:flex}.stu .cat-btn:hover{border-color:var(--interactive);background:var(--blue-10)}.stu .cat-btn.active{background:var(--interactive);color:#fff;border-color:var(--interactive)}.stu .cat-btn .arrow{color:var(--text-helper)}.stu .cat-btn.active .arrow{color:#fff}.stu .text-area{font-family:var(--font-sans);background:var(--field-01);border:1px solid #0000;border-bottom:1px solid var(--border-strong-01);resize:vertical;width:100%;min-height:140px;color:var(--text-primary);outline:none;padding:12px;font-size:14px;line-height:1.5}.stu .text-area:focus{border:2px solid var(--focus);padding:11px}.stu .char-count{color:var(--text-helper);letter-spacing:.32px;justify-content:flex-end;margin-top:4px;font-size:11px;display:flex}.stu .ev-uploader{border:2px dashed var(--border-subtle-01);text-align:center;background:var(--layer-01);margin-bottom:16px;padding:32px 16px}.stu .ev-uploader .icon{color:var(--icon-secondary);margin-bottom:8px}.stu .ev-uploader p{color:var(--text-secondary);margin:0 0 12px;font-size:13px}.stu .ev-list{flex-direction:column;gap:6px;margin-bottom:8px;display:flex}.stu .ev-item{background:var(--layer-01);border-left:2px solid var(--interactive);grid-template-columns:24px 1fr auto auto;align-items:center;gap:12px;padding:10px 14px;font-size:13px;display:grid}.stu .ev-item .name{font-family:var(--font-mono);font-size:12px}.stu .ev-item .size{color:var(--text-helper);font-size:12px}.stu .ev-item .x{cursor:pointer;color:var(--icon-secondary);background:0 0;border:none;padding:4px}.stu .skip-link{cursor:pointer;color:var(--interactive);font-size:13px;font-family:var(--font-sans);background:0 0;border:none}.stu .review-row{border-bottom:1px solid var(--border-subtle-00);grid-template-columns:140px 1fr;align-items:start;gap:16px;padding:12px 0;font-size:13px;display:grid}.stu .review-row:last-of-type{border-bottom:none}.stu .review-row .k{color:var(--text-helper);letter-spacing:.16px;font-weight:600}.stu .review-row .v{color:var(--text-primary);white-space:pre-wrap}.stu .anon-row{color:var(--green-70);background:#defbe6;align-items:center;gap:8px;margin:16px 0;padding:12px 14px;font-size:13px;display:flex}.stu .footer-row{border-top:1px solid var(--border-subtle-00);justify-content:space-between;gap:8px;margin-top:24px;padding-top:20px;display:flex}.stu .footer-row .right{gap:8px;display:inline-flex}.stu .footer-row .stu-btn{width:auto}.stu .ref-block{background:var(--blue-10);border:1px solid var(--blue-20);grid-template-columns:1fr auto;align-items:center;gap:12px;margin:16px 0;padding:16px 20px;display:grid}.stu .ref-block .k{letter-spacing:.32px;text-transform:uppercase;color:var(--text-helper);margin-bottom:4px;font-size:11px;font-weight:600}.stu .ref-block .v{font-family:var(--font-mono);letter-spacing:.32px;color:var(--blue-90);font-size:22px}.stu .success-icon{width:56px;height:56px;color:var(--green-70);background:#defbe6;place-items:center;margin:0 auto 16px;display:grid}.stu .anon-chip{background:var(--layer-selected-01);color:var(--text-secondary);letter-spacing:.32px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.stu .copy-btn{border:1px solid var(--border-subtle-01);cursor:pointer;width:36px;height:36px;color:var(--icon-secondary);background:0 0;place-items:center;display:grid}@media (width<=720px){.stu-top,.stu-body,.stu-foot{padding-left:16px;padding-right:16px}.stu .paper,.stu .rep-paper{padding:24px}.stu .review-row{grid-template-columns:1fr;gap:4px}}
