:root{--primary:#2d6cdf;--primary-dark:#204fa5;--accent:#f9b234;--bg:#f7f8fb;--text:#1f2937;--muted:#6b7280;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body,html{height:100%}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);display:flex;flex-direction:column;min-height:100vh}a{color:inherit}header{background:#fff;border-bottom:1px solid #e5e7eb;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between}header h1{margin:0;font-size:1.5rem}main{padding:1.5rem;width:min(960px,100%);margin:0 auto;flex:1 1 auto;display:flex;flex-direction:column;gap:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:.75rem;background:var(--primary);color:#fff;border:none;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none}.button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 10px 20px rgba(32,79,165,.2)}.button-secondary{background:rgba(45,108,223,.12);color:var(--primary-dark);box-shadow:none;border:1px solid rgba(45,108,223,.3)}.button-secondary:hover{background:rgba(45,108,223,.2)}.card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 15px 30px rgba(15,23,42,.05)}input,select,textarea{width:100%;padding:.6rem .75rem;border-radius:.65rem;border:1px solid #d1d5db;margin-top:.35rem;margin-bottom:.85rem;font-size:1rem;font-family:inherit}.control{padding:.55rem .8rem;border-radius:.75rem;border:1px solid #d1d5db;background:#fff;font-weight:600;font-size:.95rem;margin:0}#chat-card{flex:1 1 auto;display:flex;flex-direction:column;gap:1rem;min-height:0}#chat-form label:not(.sr-only),#child-form label,#login-card label{display:block;font-weight:600;margin-top:.75rem}.field-error{display:block;color:#dc2626;font-size:.85rem;margin-top:.4rem}#transcripts{max-height:320px;overflow:auto;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fdfdff}.transcript-message{margin-bottom:1rem}.tutor-persona-card{display:flex;flex-direction:column;gap:1.25rem}.tutor-persona-card .profile-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.tutor-persona-card .profile-card{border:1px solid #e5e7eb;border-radius:.85rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#fdfdff;transition:border-color .15s ease,box-shadow .15s ease}.tutor-persona-card .profile-card.active{border-color:var(--primary);box-shadow:0 12px 24px rgba(45,108,223,.15)}.tutor-persona-card .profile-card.fallback{opacity:.75}.profile-card_header{display:flex;align-items:flex-start;gap:.75rem}.profile-card_header h4{margin:0;font-size:1.05rem}.profile-card_header .chip{padding:.2rem .6rem;border-radius:999px;background:rgba(45,108,223,.12);color:var(--primary-dark);font-weight:600;font-size:.75rem}.profile-card_header .chip.muted{background:#e5e7eb;color:var(--muted)}.profile-card_meta{display:flex;gap:1rem}.profile-card_meta div{flex:1 1}.profile-card_meta dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .35rem}.profile-card_meta dd{margin:0;font-weight:600}.profile-card_actions{display:flex;gap:.5rem;flex-wrap:wrap}.profile-card_actions .button.secondary{background:rgba(45,108,223,.1);color:var(--primary-dark);border:1px solid rgba(45,108,223,.2)}.profile-card_actions .button.danger{background:rgba(220,38,38,.15);color:#991b1b;border:1px solid rgba(220,38,38,.25)}.tutor-persona-card .persona-form{border:1px solid #e5e7eb;border-radius:.85rem;padding:1rem;background:#f8fafc;display:flex;flex-direction:column}.tutor-persona-card .persona-form label{font-weight:600}.tutor-persona-card .persona-form input[type=range]{width:100%;margin-bottom:.45rem}.tutor-persona-card .persona-form .checkbox{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.tutor-persona-card .persona-form_actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.success-message{color:#047857;font-weight:600}.muted.small{font-size:.85rem}.transcript-message .role{font-weight:600;color:var(--primary-dark)}.chat-area{position:relative}.chat-area,.chat-messages{flex:1 1 auto;min-height:0}.chat-messages{overflow-y:auto;background:linear-gradient(180deg,#f9fbff,#fff 40%);border-radius:1rem;box-shadow:inset 0 0 0 1px #e5e7eb;padding:1rem 1rem 160px}.chat-message{margin-bottom:1rem}.chat-message.student{text-align:right}.chat-message.student .bubble{background:linear-gradient(135deg,var(--primary) 0,#4f7adf 100%);color:#fff;border-radius:1.25rem 1.25rem .35rem 1.25rem;display:inline-block;padding:.75rem 1rem;max-width:75%;box-shadow:0 10px 25px rgba(45,108,223,.25)}.chat-message.tutor .bubble{background:transparent;border-radius:0;display:block;padding:0;max-width:100%;box-shadow:none;width:100%;position:relative}.chat-message.tutor .bubble.has-info-control{padding-top:2rem}.chat-message.tutor .bubble.is-loading{display:inline-flex;align-items:center;gap:.55rem}.assistant-block{display:block;margin:0}.assistant-markdown>:last-child{margin-bottom:0}.assistant-math-block{display:block}.assistant-math-inline{display:inline-block}.assistant-code pre{margin:0;padding:.9rem 1rem;border-radius:.75rem;background:#0f172a;color:#f8fafc;overflow:auto;font-size:.9rem}.assistant-code code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;display:block}.assistant-list ol,.assistant-list ul{margin:0;padding-left:1.4rem}.assistant-follow-up{border-radius:.75rem;background:rgba(45,108,223,.12);color:var(--primary-dark);padding:.65rem .85rem;font-weight:600}.drilldown-cta-group{display:flex;flex-wrap:wrap;gap:.5rem}.drilldown-button{border:1px solid rgba(45,108,223,.3);background:rgba(45,108,223,.12);color:var(--primary-dark);border-radius:999px;padding:.3rem .85rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s ease,transform .15s ease}.drilldown-button:hover{background:rgba(45,108,223,.22);transform:translateY(-1px)}.drilldown-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.drilldown-button.is-loading{cursor:wait;opacity:.6}.info-button{position:absolute;top:.5rem;right:.5rem;border:none;background:rgba(45,108,223,.12);color:var(--primary-dark);font-size:.7rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;cursor:pointer;transition:background .15s ease,transform .15s ease}.info-button:hover{background:rgba(45,108,223,.22);transform:translateY(-1px)}.info-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.spinner{width:1rem;height:1rem;border:2px solid rgba(45,108,223,.2);border-top:2px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}.loading-copy{display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:rgba(31,41,55,.4);z-index:1000}.modal[hidden]{display:none}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 25px 45px rgba(15,23,42,.2);max-width:min(640px,100%);width:100%;max-height:80vh;display:flex;flex-direction:column;padding:1.5rem;gap:1rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-header-actions{display:flex;align-items:center;gap:.5rem}.copy-feedback{font-size:.85rem;color:var(--muted)}.icon-button{border:none;background:rgba(45,108,223,.12);color:var(--primary-dark);font-size:1rem;padding:.35rem .6rem;border-radius:.6rem;cursor:pointer;transition:background .15s ease}.icon-button:hover{background:rgba(45,108,223,.22)}.icon-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}#raw-modal-content{margin:0;background:rgba(247,248,251,.9);border-radius:.75rem;padding:1rem;overflow:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;white-space:pre-wrap;word-break:break-word;max-height:calc(80vh - 120px);flex:1 1 auto}body.modal-open{overflow:hidden}.usage-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.9rem;color:var(--muted);margin-left:auto}.usage-summary strong{color:var(--primary-dark)}.usage-summary .chip{background:rgba(45,108,223,.12);padding:.25rem .55rem;font-size:.82rem;font-weight:600}.status-pill,.usage-summary .chip{color:var(--primary-dark);border-radius:999px}.status-pill{gap:.35rem;padding:.35rem .65rem;background:rgba(45,108,223,.1);font-size:.85rem}.status-pill,.subject-chip{display:inline-flex;align-items:center}.subject-chip{gap:.45rem;padding:.4rem .75rem;background:rgba(45,108,223,.08);color:var(--primary-dark);border-radius:999px;font-weight:600;font-size:.9rem;margin-top:.5rem;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:720px){main{padding:1.25rem}header{gap:.85rem}.chat-header,header{flex-direction:column}.chat-header{align-items:stretch;gap:.75rem}.chat-toolbar{width:100%}.chat-input-body{flex-direction:column!important}.chat-input-footer{flex-direction:column;align-items:stretch}.chat-input .button{width:100%;height:auto}}.chat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.chat-header h2{margin:0;font-size:1.4rem}.chat-header .muted{margin:.2rem 0 0}.chat-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.chat-toolbar select{flex:1 1 200px;max-width:260px;margin:0}.chat-input{position:-webkit-sticky;position:sticky;bottom:0;flex-direction:column;border-radius:1rem;border:1px solid #e5e7eb;background:hsla(0,0%,100%,.97);padding:.85rem;box-shadow:0 10px 35px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-top:.75rem}.chat-input,.chat-input-body{display:flex;gap:.75rem;align-items:stretch}.chat-input:not(.has-subject) .chat-input-body{flex-direction:column}.chat-input.has-subject .subject-field{flex:0 0 220px;max-width:260px}.chat-input .subject-field{display:flex;flex-direction:column;gap:.4rem}.chat-input .message-field{flex:1 1 auto;display:flex;flex-direction:column}.chat-input-footer{justify-content:space-between;gap:.6rem}.attachment-toolbar,.chat-input-footer{display:flex;flex-wrap:wrap;align-items:center}.attachment-toolbar{gap:.5rem}.chat-input .primary-submit{min-height:48px;padding-inline:1.4rem}.attachment-preview-list,.message-attachments{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.65rem}.attachment-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:.75rem;background:rgba(45,108,223,.08);border:1px solid rgba(45,108,223,.14);min-width:0}.attachment-thumb{width:52px;height:52px;object-fit:cover;border-radius:.6rem;background:#fff;flex-shrink:0}.attachment-icon{width:42px;height:42px;border-radius:.6rem;background:rgba(45,108,223,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--primary-dark);font-size:1.15rem;font-weight:700;flex-shrink:0}.attachment-icon:before{content:"📎"}.attachment-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.attachment-name{font-weight:600;font-size:.9rem;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-size,.attachment-status{font-size:.78rem;color:var(--muted)}.attachment-status{font-style:italic}.attachment-remove{border:none;background:rgba(15,23,42,.1);color:#111827;border-radius:999px;width:24px;height:24px;font-size:1rem;font-weight:600;cursor:pointer;margin-left:.25rem}.attachment-remove:hover{background:rgba(15,23,42,.18)}.attachment-open{margin-left:.5rem;font-size:.82rem;font-weight:600;color:var(--primary-dark);text-decoration:none;white-space:nowrap}.attachment-open:hover{text-decoration:underline}.camera-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1200}.camera-content{background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 35px 60px rgba(15,23,42,.35);display:flex;flex-direction:column;gap:1rem;width:min(480px,100%)}.camera-preview{width:100%;border-radius:1rem;background:#000;aspect-ratio:4/3;object-fit:cover}.camera-controls{display:flex;gap:.75rem;justify-content:flex-end}.camera-error{display:block;margin-top:-.5rem}.mobile-upload-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,6vh,2.5rem);z-index:1250}.mobile-upload-content{background:#fff;border-radius:1.25rem;padding:1.75rem;box-shadow:0 35px 60px rgba(15,23,42,.35);display:flex;flex-direction:column;align-items:center;gap:1rem;width:min(420px,100%);text-align:center;max-height:calc(100vh - 3rem);overflow-y:auto;overscroll-behavior:contain}.mobile-upload-title{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.mobile-upload-qr{width:220px;height:220px;border-radius:.75rem;border:1px solid rgba(15,23,42,.1);object-fit:contain}.mobile-upload-qr.placeholder{background:linear-gradient(120deg,rgba(148,163,184,.25),rgba(203,213,225,.45));animation:shimmer 1.4s ease-in-out infinite;background-size:400px 100%;background-position:0 0}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.mobile-upload-status{margin:0;font-size:.95rem;color:#334155}.mobile-upload-link{margin:-.35rem 0 0;font-size:.85rem;color:#2563eb;word-break:break-all}.mobile-upload-link a{color:#1d4ed8;font-weight:600;text-decoration:none}.mobile-upload-link a:hover{text-decoration:underline}.mobile-upload-countdown{margin:-.25rem 0 0;font-size:.9rem;font-weight:600;color:#0f172a}.mobile-upload-actions{display:flex;gap:.75rem;justify-content:center}@media (max-height:720px),(max-width:640px){.mobile-upload-modal{padding:1.25rem}.mobile-upload-content{margin-top:0;padding:1.5rem;width:min(420px,100%);max-height:calc(100vh - 2.5rem)}}.help-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;z-index:1250;padding:clamp(1.5rem,6vh,2.5rem)}.help-modal-content{background:#fff;border-radius:1.25rem;box-shadow:0 35px 60px rgba(15,23,42,.35);display:flex;flex-direction:column;width:min(820px,100%);max-height:calc(100vh - 3rem);overflow:hidden}.help-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.help-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.help-modal-body{flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem 2rem}.help-modal-footer{flex-shrink:0;padding:1.25rem 2rem 1.75rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.help-section{margin-bottom:2rem}.help-section:last-child{margin-bottom:0}.help-section h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:700;color:#0f172a}.help-section p{margin:0 0 .75rem;line-height:1.6;color:#334155}.help-section p:last-child{margin-bottom:0}.help-list{margin:.5rem 0;padding-left:1.5rem;list-style:disc;color:#334155}.help-list li{margin:.5rem 0;line-height:1.6}.help-list li strong{color:#0f172a;font-weight:600}.help-note{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:3px solid #f59e0b;padding:.85rem 1rem;border-radius:.5rem;margin-top:.75rem;font-size:.95rem}.help-note strong{color:#92400e}@media (max-width:768px){.help-modal-overlay{padding:1rem}.help-modal-content{width:100%;max-height:calc(100vh - 2rem)}.help-modal-header{padding:1.25rem 1.5rem 1rem}.help-modal-header h2{font-size:1.25rem}.help-modal-body{padding:1rem 1.5rem}.help-modal-footer{padding:1rem 1.5rem 1.25rem}.help-section{margin-bottom:1.5rem}.help-section h3{font-size:1.05rem}}.mobile-upload-page{min-height:100vh;background:linear-gradient(160deg,rgba(45,108,223,.08),rgba(14,116,144,.12));display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.mobile-upload-card{background:#fff;border-radius:1.5rem;padding:2rem;width:min(460px,100%);box-shadow:0 35px 60px rgba(15,23,42,.18);display:flex;flex-direction:column;gap:1.25rem;text-align:center}.mobile-upload-heading{margin:0;font-size:1.85rem;font-weight:700;color:#0f172a}.mobile-upload-subheading{margin:-.5rem 0 0;color:#475569;font-size:1rem}.mobile-upload-interaction{display:flex;flex-direction:column;gap:1rem;text-align:left}.mobile-upload-preview{width:100%;max-height:320px;border-radius:1.25rem;object-fit:cover;box-shadow:0 20px 45px rgba(15,23,42,.18)}.mobile-upload-placeholder{display:flex;align-items:center;justify-content:center;border:2px dashed rgba(45,108,223,.35);border-radius:1.25rem;min-height:220px;color:#475569;font-weight:600;padding:1.5rem;text-align:center;background:rgba(148,163,184,.1)}.mobile-upload-file{margin:-.25rem 0 .25rem;font-size:.92rem;color:#0f172a}.mobile-upload-controls{display:flex;flex-wrap:wrap;gap:.75rem}.mobile-upload-message{font-size:1rem;margin:0;color:#334155}.mobile-upload-success{color:#0369a1;font-weight:600;margin-top:.35rem}.chat-input input,.chat-input textarea{margin:0}.chat-input textarea{flex:1 1;resize:vertical;min-height:140px}.chat-input .button{min-height:44px;padding-inline:1.1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.is-hidden{display:none!important}.page{max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem;width:100%;flex:1 1;display:flex;flex-direction:column;gap:2rem}.button-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.button.accent{background:var(--accent);color:#1f2937}.parent-header{display:flex;align-items:center;gap:1rem}.parent-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.dashboard-tabs{display:flex;gap:.5rem;background:#fff;border-radius:1rem;padding:.5rem;box-shadow:0 15px 30px rgba(15,23,42,.05);flex-wrap:wrap}.tab-button{flex:1 1;min-width:140px;padding:.75rem 1.25rem;border:none;background:transparent;color:var(--muted);font-weight:600;font-size:.95rem;border-radius:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-button:hover{background:rgba(45,108,223,.08);color:var(--primary)}.tab-button.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px rgba(45,108,223,.25)}.tab-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}[role=tabpanel]{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.dashboard-tabs{flex-direction:column;gap:.5rem}.tab-button{min-width:unset;text-align:center}}.form-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}.form-error{color:#b91c1c;margin-top:.75rem}.creation-result{margin-top:1rem;background:#ecfdf5;border-radius:.75rem;padding:1rem;font-size:.95rem}.creation-result code{display:inline-block;background:rgba(31,41,55,.06);padding:.25rem .5rem;border-radius:.5rem;margin-top:.5rem}.child-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.child-button{width:100%;display:flex;justify-content:space-between;align-items:center}.child-button.is-selected{background:var(--primary);color:#fff}.transcript-list{display:flex;flex-direction:column;gap:1.5rem}.transcript-conversation{border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fff;box-shadow:0 5px 12px rgba(15,23,42,.05)}.transcript-messages{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.transcript-message{border-left:3px solid #d1d5db;padding-left:1rem}.transcript-message.assistant{border-left-color:var(--primary)}.role-label{font-weight:600;margin-bottom:.25rem}.parent-header .button{margin-left:auto}.child-portal main{display:flex;flex-direction:column;gap:2rem}.chat-area,.chat-card{display:flex;flex-direction:column;gap:1.5rem}.assistant-block-wrapper{display:flex;flex-direction:column;gap:.5rem}.assistant-block-wrapper+.assistant-block-wrapper{margin-top:.85rem}