@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#382d29;background:#f7f1e9;font-synthesis:none}*{box-sizing:border-box}body{min-width:320px;margin:0;background:radial-gradient(circle at 6% 0%,#ead9c7 0,transparent 26rem),#f7f1e9}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(100% - 2rem,1040px);margin:0 auto;padding:2.7rem 0 4.5rem}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.7rem}.eyebrow{margin:0 0 .5rem;color:#a94434;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,h4,p{margin-top:0}h1{margin-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.2rem,4.8vw,3.5rem);line-height:1.08;letter-spacing:-.05em}h2{font-size:1.35rem;letter-spacing:-.025em}h3{margin-bottom:.35rem;font-size:1rem}h4{margin:1.5rem 0 .8rem;color:#794f43;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.subtitle,.muted{color:#7b706a;line-height:1.6}.subtitle{max-width:38rem;margin-bottom:0}.card{margin-bottom:1rem;padding:1.4rem;border:1px solid #eadfd5;border-radius:16px;background:#ffffffe6;box-shadow:0 10px 26px #482d1f0e}.card-accent{border:0;background:linear-gradient(135deg,#6c332c,#a74838);color:#fff;box-shadow:0 18px 35px #84372b38}.card-accent .muted{color:#fee9df}.section-title{display:flex;align-items:center;gap:.65rem;margin-bottom:1.1rem}.section-icon{display:grid;width:2.15rem;height:2.15rem;place-items:center;border-radius:9px;background:#f8e7df;color:#a94434;font-size:1rem}.card-accent .section-icon{background:#ffffff29;color:#fff}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:0;border-radius:9px;padding:.72rem 1.05rem;background:#a94434;color:#fff;font-size:.9rem;font-weight:700;box-shadow:0 6px 13px #933a2d2e;transition:transform .18s,background .18s,box-shadow .18s}button:hover,.button:hover{background:#8f382b;box-shadow:0 9px 18px #933a2d38;transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.button-secondary{background:#f1e8df;color:#664b41;box-shadow:none}.button-secondary:hover{background:#eadbd0;box-shadow:none}.button-light{background:#fffaf6;color:#913b2e;box-shadow:none}.button-light:hover{background:#fff;box-shadow:none}input,textarea{width:100%;margin-bottom:.8rem;border:1px solid #dfd2c7;border-radius:9px;outline:0;padding:.8rem .9rem;background:#fffdfb;color:#382d29;font-size:.95rem;transition:border .15s,box-shadow .15s}input:focus,textarea:focus{border-color:#bc6656;box-shadow:0 0 0 3px #b85b4924}textarea{min-height:118px;resize:vertical;line-height:1.5}input[type=file]{padding:.55rem;background:#fffaf6}input[type=radio]{width:auto;margin:0 .55rem 0 0;accent-color:#a94434}.back-link{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.5rem;color:#7d6259;font-size:.9rem;font-weight:700}.back-link:hover{color:#a94434}.notice{margin:1rem 0;padding:.8rem .95rem;border-left:3px solid #b33f32;border-radius:8px;background:#fff0ed;color:#8f3026;font-size:.9rem;line-height:1.45}.notice.success{border-color:#628460;background:#edf5e9;color:#3e673c}.auth-page{display:grid;min-height:100vh;place-items:center;padding:1.5rem}.auth-panel{width:min(100%,960px);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid #dfd0c3;border-radius:24px;background:#fff;box-shadow:0 25px 70px #4c2d1d29}.auth-intro{position:relative;overflow:hidden;padding:clamp(2rem,6vw,4.5rem);background:#5e302a;color:#fff}.auth-intro:after{position:absolute;right:-5rem;bottom:-8rem;width:22rem;height:22rem;border:2.7rem solid rgba(244,193,160,.22);border-radius:50%;content:""}.brand{position:relative;z-index:1;display:flex;align-items:center;gap:.7rem;font-weight:700}.brand-mark{display:grid;width:2.25rem;height:2.25rem;place-items:center;border-radius:8px;background:#f3c9aa;color:#6a302a;font-family:Fraunces,Georgia,serif;font-size:1.2rem;font-weight:700}.auth-copy{position:relative;z-index:1;margin-top:7.5rem}.auth-copy h1{font-size:clamp(2.45rem,4vw,3.6rem)}.auth-copy p{max-width:26rem;color:#f8dcd0;font-size:1rem;line-height:1.65}.auth-form{align-self:center;padding:clamp(2rem,5vw,4rem)}.auth-form h2{margin-bottom:.35rem;font-family:Fraunces,Georgia,serif;font-size:1.85rem}.auth-switch{margin-top:1.4rem;padding:0;background:transparent;color:#a94434;box-shadow:none;font-weight:700}.auth-switch:hover{background:transparent;box-shadow:none;transform:none;text-decoration:underline}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:1rem}.course-card{min-height:165px;margin:0;background:linear-gradient(145deg,#fff,#fff9f4);transition:transform .18s,box-shadow .18s,border .18s}.course-card:hover{border-color:#d6a99c;box-shadow:0 14px 28px #74392c1f;transform:translateY(-3px)}.course-card .course-arrow{float:right;color:#b44a39;font-size:1.25rem}.course-card strong{display:block;margin:.8rem 0 .45rem;font-size:1.1rem}.course-card p{color:#806f68;font-size:.9rem;line-height:1.5}.course-symbol{display:grid;width:2.4rem;height:2.4rem;place-items:center;border-radius:10px;background:#f4e0d4;color:#a94434}.empty-state{padding:3rem 1.5rem;border:1px dashed #d6b6a5;border-radius:16px;color:#806f68;text-align:center}.create-course{display:flex;gap:.7rem;align-items:flex-start}.create-course input{margin:0}.detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:1rem;align-items:start}.material-caption{margin:1.2rem 0 .55rem;color:#7b706a;font-size:.86rem;font-weight:600}.document-count{margin:.75rem 0 0;color:#a94434;font-size:.86rem;font-weight:700}.action-stack{display:grid;gap:.75rem}.action-stack .button,.action-stack button{width:100%}.concept{position:relative;margin-top:1rem;padding:1rem 1rem 1rem 1.15rem;border-left:3px solid #cf7a68;border-radius:0 10px 10px 0;background:#fff8f3}.concept p{margin:.45rem 0 0;color:#766863;line-height:1.55}.mnemonic{color:#a94434!important;font-size:.9rem}.quiz-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:1.7rem;color:#806f68;font-size:.9rem}.quiz-question{padding:1.35rem}.question-number{display:inline-flex;margin-bottom:.7rem;color:#a94434;font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.question-text{margin-bottom:1.1rem;font-size:1.03rem;line-height:1.55}.answer-option{display:block;margin-bottom:.6rem;padding:.75rem .85rem;border:1px solid #e5d8cf;border-radius:9px;color:#5f514b;cursor:pointer;transition:border .15s,background .15s}.answer-option:hover{border-color:#d6a296;background:#fff8f4}.score-hero{margin-bottom:1rem;padding:2rem;border-radius:18px;background:linear-gradient(125deg,#64322c,#ad4a39);color:#fff;box-shadow:0 15px 34px #71342a38}.score-label{margin:0;color:#f9d9cb;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.score-hero h1{margin:.3rem 0 0;font-size:clamp(3rem,8vw,5rem)}.topic-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none}.topic-list li{padding:.4rem .65rem;border-radius:99px;background:#f6e5dc;color:#9a4032;font-size:.82rem;font-weight:700}@media (max-width: 700px){.container{width:min(100% - 1.5rem,1040px);padding-top:2rem}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:1.35rem}.auth-panel,.detail-grid{grid-template-columns:1fr}.auth-copy{margin-top:3.5rem}.auth-form{padding:2rem}.create-course{flex-direction:column}.create-course button{width:100%}}.highlight{position:relative;display:inline-block;white-space:nowrap}.highlight:after{content:"";position:absolute;left:-3%;right:-3%;bottom:.02em;height:.34em;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M2 14 C 40 6, 90 18, 130 9 C 155 4, 178 12, 198 7' stroke='%23c1503f' stroke-width='11' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:.5}.auth-intro .highlight:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M2 14 C 40 6, 90 18, 130 9 C 155 4, 178 12, 198 7' stroke='%23f3c9aa' stroke-width='11' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");opacity:.65}.predicted-block{margin-top:1.4rem;padding-top:1.2rem;border-top:1px dashed #e5d5c8}.predicted-block h4{margin:0 0 .8rem}.predicted-item{margin-bottom:1rem;padding:.9rem 1rem;border-radius:10px;background:#fbf3ec}.predicted-item strong{display:block;margin-bottom:.35rem;color:#4a3728}.predicted-item p{margin:0;color:#766863;font-size:.92rem;line-height:1.55}.app-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem min(2rem,5vw);border-bottom:1px solid #eadfd5;background:#ffffffb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:10}.app-topbar-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:#4a3728}.app-topbar .brand-mark{display:grid;width:1.9rem;height:1.9rem;place-items:center;border-radius:7px;background:#f4e0d4;color:#a94434;font-family:Fraunces,Georgia,serif;font-size:1rem;font-weight:700}.hint{margin:-.35rem 0 0;color:#f8dcd0;font-size:.78rem;line-height:1.4}.card:not(.card-accent) .hint{color:#9a8b83}.button-disabled{background:#ffffff1f;color:#ffffff80;box-shadow:none;cursor:not-allowed;pointer-events:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #a94434;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}
