:root{color:#2f2f3a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff7ed;font-family:system-ui,Segoe UI,Roboto,sans-serif}body{min-width:320px;min-height:100vh;margin:0}p{margin:0}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}.app{color:#2f2f3a;background:linear-gradient(135deg,#fff7ed,#fdf2f8,#eef2ff);flex-direction:column;align-items:center;min-height:100vh;padding:20px;display:flex}.app__intro{text-align:center;flex-direction:column;justify-content:center;max-width:700px;min-height:60vh;display:flex}button,input{font-family:inherit}button{cursor:pointer;transition:transform .2s,box-shadow .2s}button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #2f2f3a1f}.app--larger-text{zoom:1.15}.app--reduce-motion,.app--reduce-motion *{transition:none!important;animation:none!important}.welcome__card{text-align:center;background:linear-gradient(#f7f3ec,#f0eadb);border:1px solid #e0cca899;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:480px;margin:0 auto;padding:48px 40px;display:flex;box-shadow:0 10px 30px #1c1b1914}.welcome__icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.welcome__icon-wrap--green{background:#eaf3de;box-shadow:0 0 0 8px #3b6d111f,0 0 28px 6px #3b6d1140}.welcome__icon-wrap--pink{background:#fbeaf0;box-shadow:0 0 0 8px #9935561f,0 0 28px 6px #99355640}.welcome__icon--green{color:#3b6d11}.welcome__icon--pink{color:#993556}.welcome__heading{color:#1c1b19;margin:0 0 10px;font-size:30px;line-height:1.25}.welcome__subtext{color:#1c1b19;margin:0 0 20px;font-size:17px;line-height:1.55}.welcome__streak-badge{color:#3b6d11;background:#eaf3de;border-radius:999px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-flex}.welcome__cta{color:#fbeaf0;background:#993556;border:none;border-radius:14px;align-items:center;gap:8px;padding:16px 32px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:0 4px #72243e}.welcome__cta:hover{background:#8a2f4d;transform:none;box-shadow:0 4px #72243e}.welcome__cta:active{transform:translateY(4px);box-shadow:0 0 #72243e}.welcome__cta:focus-visible{outline-offset:3px;outline:3px solid #1c1b19}.welcome__badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.welcome__badge{border-radius:999px;padding:6px 14px;font-size:14px;font-weight:600}.welcome__badge--pink{color:#993556;background:#fbeaf0}.welcome__badge--green{color:#3b6d11;background:#eaf3de}.welcome__signup-prompt{color:#5b574d;margin:14px 0 0;font-size:14px}.welcome__inline-link{font:inherit;color:#993556;cursor:pointer;background:0 0;border:none;padding:12px 2px;font-weight:600;text-decoration:underline;display:inline-block}.welcome__inline-link:hover{opacity:.7}.welcome__inline-link:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #1c1b19}.welcome__signin-link{margin-top:8px}.app__auth-link{color:#2f2f3a;font:inherit;cursor:pointer;background:0 0;border:none;padding:12px 4px;text-decoration:underline;display:inline-block}.app__auth-link:hover{opacity:.7}.app__auth-link:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #1c1b19}@media screen and (width<=600px){.welcome__card{padding:36px 24px}.welcome__heading{font-size:26px}.welcome__subtext{font-size:16px}.welcome__cta{justify-content:center;width:100%;padding:14px 24px}}.auth-form{text-align:left;flex-direction:column;gap:12px;display:flex}.auth-form__input{color:#1c1b19;background:#fff;border:1px solid #e4dcc8;border-radius:10px;padding:12px 14px;font-size:16px}.auth-form__input:focus-visible{outline-offset:2px;border-color:#3b6d11;outline:3px solid #3b6d11}.auth-form__submit{color:#fbeaf0;cursor:pointer;background:#993556;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;padding:12px 20px;font-size:16px;font-weight:600;display:inline-flex}.auth-form__submit:hover:not(:disabled){background:#8a2f4d}.auth-form__submit[disabled]{cursor:not-allowed;opacity:.75}.auth-form__submit:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.auth-form__spinner{border:2px solid #fbeaf066;border-top-color:#fbeaf0;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite auth-form-spin;display:inline-block}@keyframes auth-form-spin{to{transform:rotate(360deg)}}.auth-form__error{color:#b3261e;margin:0;font-size:14px;font-weight:600}.dashboard{flex-direction:column;gap:28px;width:100%;max-width:800px;margin:0 auto;padding-top:40px;display:flex}.dashboard__title{text-align:center;color:#1c1b19;margin:0 0 6px;font-size:36px;line-height:1.2}.dashboard__subtitle{text-align:center;color:#5b574d;margin:0;font-size:17px;line-height:1.5}.dashboard__quote{background:linear-gradient(#fbeaf0,#f7f3ec);border:1px solid #99355640;border-radius:16px;align-items:flex-start;gap:12px;padding:22px 26px;display:flex}.dashboard__quote-icon{color:#993556;flex-shrink:0;margin-top:3px}.dashboard__quote-text{color:#993556;margin:0;font-size:18px;font-style:italic;line-height:1.6}.dashboard__stats{gap:16px;display:flex}.dashboard__stat{text-align:center;background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:22px;display:flex}.dashboard__stat--link{cursor:pointer;text-decoration:none;transition:box-shadow .15s,border-color .15s}.dashboard__stat--link:hover{border-color:#3b6d11;box-shadow:0 4px 12px #3b6d1126}.dashboard__stat--link:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.dashboard__stat-icon--green{color:#3b6d11}.dashboard__stat-icon--pink{color:#993556}.dashboard__stat-value{color:#1c1b19;font-size:28px;font-weight:800;line-height:1.1}.dashboard__stat-label{text-transform:uppercase;letter-spacing:.04em;color:#5b574d;font-size:13px;font-weight:700}.dashboard__section-heading{color:#1c1b19;align-items:center;gap:8px;margin:0 0 14px;font-size:20px;display:flex}.dashboard__empty{color:#5b574d;text-align:center;background:#f7f3ec;border:1px solid #e4dcc8;border-radius:12px;margin:0;padding:20px;font-size:16px}.dashboard__recent-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.dashboard__recent-card{background:#fff;border:1px solid #e4dcc8;border-radius:12px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.dashboard__recent-title{color:#1c1b19;font-size:16px;font-weight:700}.dashboard__recent-simple{color:#5b574d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.dashboard__links{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.dashboard__link{border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.dashboard__link--primary{color:#fff;background:#3b6d11}.dashboard__link--primary:hover{background:#2f5a0d}.dashboard__link--secondary{color:#993556;background:#fff;border:1px solid #993556}.dashboard__link--secondary:hover{background:#fbeaf0}.dashboard__link:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.dashboard__recommend-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.dashboard__recommend-card{color:#1c1b19;background:#fff;border:1px solid #e4dcc8;border-radius:12px;align-items:center;padding:14px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:flex}.dashboard__recommend-card:hover{border-color:#3b6d11;box-shadow:0 4px 12px #3b6d1126}.dashboard__recommend-card:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.dashboard__recommend-cta,.dashboard__recommend-form,.dashboard__recommend-stage{background:#f7f3ec;border:1px solid #e4dcc8;border-radius:12px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;display:flex}.dashboard__recommend-text{color:#5b574d;align-items:center;gap:8px;margin:0;font-size:15px;line-height:1.5;display:flex}.dashboard__recommend-label{color:#1c1b19;font-size:14px;font-weight:700}.dashboard__recommend-form-row{gap:10px;width:100%;display:flex}.dashboard__recommend-input{border:1px solid #e4dcc8;border-radius:10px;flex:1;padding:10px 14px;font-family:inherit;font-size:15px}.dashboard__recommend-input:focus-visible{outline-offset:1px;outline:3px solid #1c1b19}.dashboard__recommend-skip{color:#5b574d;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.dashboard__recommend-stage-options{flex-wrap:wrap;gap:10px;display:flex}.dashboard__recommend-stage-button{color:#993556;cursor:pointer;background:#fff;border:1px solid #993556;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600}.dashboard__recommend-stage-button:hover{background:#fbeaf0}.dashboard__recommend-stage-button:disabled{opacity:.6;cursor:default}.dashboard__recommend-stage-button:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}@media screen and (width<=600px){.dashboard{gap:22px;padding-top:24px}.dashboard__title{font-size:28px}.dashboard__stats{flex-direction:column}.dashboard__recent-grid,.dashboard__recommend-grid{grid-template-columns:1fr}.dashboard__recommend-form-row{flex-direction:column}.dashboard__link{justify-content:center;width:100%}}.home{text-align:center;flex-direction:column;gap:16px;width:100%;max-width:700px;display:flex}.home__title{margin:0;font-size:40px;line-height:1.2}.home__description{margin:0;font-size:18px;line-height:1.5}.home__form{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.home__input{color:#1c1b19;background:#fff;border:2px solid #e4dcc8;border-radius:14px;width:380px;max-width:100%;padding:16px 20px;font-size:18px}.home__input:focus-visible{outline-offset:2px;border-color:#3b6d11;outline:3px solid #3b6d11}.home__input:disabled{cursor:not-allowed;opacity:.7;background:#f7f3ec}.home__button{color:#fff;background:#3b6d11;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #3b6d1140}.home__button:hover:not(:disabled){background:#2f5a0d}.home__button:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.home__button:disabled{cursor:not-allowed;opacity:.85}.home__button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite home__spin;display:inline-block}.home__loading{background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;align-items:center;gap:14px;padding:32px 20px;display:flex}.home__loading-spinner{border:3px solid #eaf3de;border-top-color:#3b6d11;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite home__spin;display:inline-block}.home__loading-text{color:#5b574d;margin:0;font-size:16px;font-weight:600}@keyframes home__spin{to{transform:rotate(360deg)}}.home__error{margin:0;font-size:16px;font-weight:600}.home__card{text-align:left;border:1px solid #ccc;border-radius:12px;padding:24px}.home__subject-confirm{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.home__subject-confirm-label{text-transform:uppercase;letter-spacing:.03em;color:#5b574d;font-size:14px;font-weight:700}.home__examples{flex-direction:column;gap:14px;margin-top:16px;display:flex}.home__examples-label{text-transform:uppercase;letter-spacing:.04em;color:#5b574d;margin:0;font-size:14px;font-weight:700}.home__examples-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home__example-card{text-align:left;cursor:pointer;font:inherit;color:inherit;background:#fff;border:1px solid #e4dcc8;border-radius:12px;flex-direction:column;gap:12px;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.home__example-card:hover{border-color:#993556;transform:translateY(-2px);box-shadow:0 8px 20px #1c1b191a}.home__example-card:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.home__example-title{color:#1c1b19;font-size:18px;font-weight:700}.home__example-simple{background:#eaf3de;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.home__example-simple-label{text-transform:uppercase;letter-spacing:.04em;color:#3b6d11;font-size:12px;font-weight:700}.home__example-simple-text{color:#1c1b19;font-size:15px;line-height:1.5}.home__browse-chips{flex-wrap:wrap;gap:10px;display:flex}.home__browse-chip{color:#1c1b19;cursor:pointer;background:#fff;border:1px solid #e4dcc8;border-radius:999px;padding:10px 18px;font-size:15px;font-weight:600;transition:border-color .15s,color .15s}.home__browse-chip:hover{color:#993556;border-color:#993556}.home__browse-chip:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.home__browse-clear{color:#5b574d;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:600;text-decoration:underline}.home__empty{color:#5b574d;background:#f7f3ec;border:1px solid #e4dcc8;border-radius:12px;margin:0;padding:16px;font-size:15px;line-height:1.5}@media screen and (width<=700px){.home__examples-grid{grid-template-columns:1fr}}@media screen and (width<=600px){.home__input{flex-directions:column;align-items:center;width:100%;max-width:320px}.home__button{width:100%;max-width:320px}.home__title{font-size:32px}}.study-card{--tan:#f7f3ec;--white:#fff;--border:#e4dcc8;--text:#1c1b19;--text-muted:#5b574d;--green-bg:#eaf3de;--green-accent:#3b6d11;--pink-accent:#993556;--pink-bg:#f7e3ea;--pink-border:#e9c3d1;--divider:#ece6d8;--focus-ring:#1c1b19;background:var(--tan);color:var(--text);text-align:left;border-radius:12px;padding:20px;font-size:16px;line-height:1.6}.study-card__inner{background:var(--white);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:20px;padding:24px;display:flex}.study-card__title{color:var(--text);margin:0;font-size:26px;line-height:1.25}.study-card__badges{flex-wrap:wrap;gap:8px;margin-top:-8px;display:flex}.study-card__pill{text-transform:uppercase;letter-spacing:.03em;border:1px solid #0000;border-radius:999px;align-items:center;padding:4px 12px;font-size:13px;font-weight:600;line-height:1.4;display:inline-flex}.study-card__pill--difficulty{background:var(--green-bg);color:var(--green-accent);border-color:#d5e6c2}.study-card__pill--category{background:var(--pink-bg);color:var(--pink-accent);border-color:var(--pink-border)}.study-card__pill--clickable{font:inherit;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,transform .15s}.study-card__pill--clickable:hover:not(:disabled){background:var(--pink-accent);color:var(--white)}.study-card__pill--clickable:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.study-card__pill--clickable:disabled{cursor:not-allowed;opacity:.6}.study-card__simple{background:var(--green-bg);border-radius:10px;padding:18px 20px}.study-card__simple-label{text-transform:uppercase;letter-spacing:.04em;color:var(--green-accent);align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:700;display:flex}.study-card__simple-icon{width:18px;height:18px;color:var(--green-accent);flex-shrink:0}.study-card__simple-definition{color:var(--text);margin:0;font-size:16px;line-height:1.6}.study-card__accordion{border-top:1px solid var(--divider)}.study-card__accordion-item{border-bottom:1px solid var(--divider)}.study-card__accordion-heading{margin:0}.study-card__accordion-button{cursor:pointer;width:100%;font:inherit;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 4px;display:flex}.study-card__accordion-button:hover:not(:disabled){color:var(--pink-accent)}.study-card__accordion-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;border-radius:6px}.study-card__accordion-button:disabled{cursor:not-allowed;opacity:.6}.study-card__accordion-label{text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.study-card__section-icon{width:17px;height:17px;color:var(--pink-accent);flex-shrink:0}.study-card__chevron{width:18px;height:18px;color:var(--pink-accent);flex-shrink:0;transition:transform .2s}.study-card__chevron--open{transform:rotate(180deg)}.study-card__accordion-panel{flex-direction:column;gap:10px;padding:0 4px 18px 36px;display:flex}.study-card__accordion-panel[hidden]{display:none}.study-card__accordion-panel p{color:var(--text);margin:0;font-size:16px;line-height:1.6}.study-card__code{border:1px solid var(--border);background:#f4f1e8;border-radius:10px;margin:0;padding:14px 16px;overflow-x:auto}.study-card__code code{color:var(--text);white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:16px;line-height:1.5}.study-card__related-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 10px;font-size:14px;font-weight:700}.study-card__related-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.study-card__actions{flex-wrap:wrap;gap:12px;padding-top:4px;display:flex}.study-card__save-button,.study-card__delete-button{cursor:pointer;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600}.study-card__save-button{background:var(--green-accent);border:1px solid var(--green-accent);color:var(--white)}.study-card__save-button:hover:not(:disabled){background:#2f5a0d;border-color:#2f5a0d}.study-card__save-button:disabled{cursor:not-allowed;background:#a9c294;border-color:#a9c294}.study-card__delete-button{background:var(--white);border:1px solid var(--pink-accent);color:var(--pink-accent)}.study-card__delete-button:hover:not(:disabled){background:var(--pink-bg)}.study-card__delete-button:disabled{cursor:not-allowed;opacity:.6}.study-card__save-button:focus-visible,.study-card__delete-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media screen and (width<=600px){.study-card{padding:14px}.study-card__inner{gap:16px;padding:18px}.study-card__title{font-size:22px}.study-card__simple{padding:14px 16px}.study-card__accordion-panel{padding-left:4px}}.auth-modal__backdrop{z-index:1000;background:#1c1b1973;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal__panel{text-align:left;background:#fff;border:1px solid #e4dcc8;border-radius:18px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 20px 50px #1c1b1940}.auth-modal__close{color:#5b574d;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:22px;line-height:1;display:flex;position:absolute;top:10px;right:10px}.auth-modal__close:hover{background:#f7f3ec}.auth-modal__close:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.auth-modal__heading{color:#1c1b19;margin:0 0 8px;padding-right:36px;font-size:22px;line-height:1.3}.auth-modal__subtext{color:#5b574d;margin:0 0 20px;font-size:15px;line-height:1.5}.auth-modal__toggle{font:inherit;color:#993556;cursor:pointer;background:0 0;border:none;margin:4px auto 0;padding:12px;font-size:14px;text-decoration:underline;display:block}.auth-modal__toggle:hover{opacity:.7}.auth-modal__toggle:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #1c1b19}@media screen and (width<=600px){.auth-modal__panel{padding:24px}}.subject-picker{color:#1c1b19;background:#fff;border:1px solid #e4dcc8;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:15px}.subject-picker:focus-visible{outline-offset:2px;border-color:#3b6d11;outline:3px solid #3b6d11}.subject-picker:disabled{cursor:not-allowed;opacity:.7}.saved{text-align:center;width:100%;max-width:900px;padding-top:60px}.saved__title{margin:0 0 16px;font-size:40px;line-height:1.2}.saved__description{max-width:650px;margin:0 auto 32px;font-size:18px;line-height:1.5}.saved__empty{font-size:18px}.saved__topics{gap:20px;display:grid}.saved__topic-block{text-align:left;flex-direction:column;gap:10px;display:flex}.saved__uncategorized{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.saved__uncategorized-pill{text-transform:uppercase;letter-spacing:.03em;color:#5b574d;background:#ece6d8;border:1px solid #ddd3ba;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600}.saved__assign-link{font:inherit;color:#993556;cursor:pointer;background:0 0;border:none;padding:10px 4px;font-size:14px;font-weight:600;text-decoration:underline}.saved__assign-link:hover{opacity:.7}.saved__assign-link:focus-visible{outline-offset:2px;border-radius:4px;outline:3px solid #1c1b19}.saved__assign-link:disabled{cursor:not-allowed;opacity:.6}@media screen and (width<=600px){.saved{padding-top:40px}.saved__title{font-size:32px}.saved__description{font-size:16px}}.about{text-align:center;color:#1c1b19;width:100%;max-width:700px;padding-top:80px}.about__title{margin:0 0 28px;font-size:40px;line-height:1.2}.about__brand{color:#993556}.about__content{text-align:left;flex-direction:column;gap:18px;display:flex}.about__content p{color:#1c1b19;margin:0;font-size:18px;line-height:1.7}.about__content strong{color:#3b6d11}.about__image-circle{border:4px solid #99355680;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto 24px;display:flex;overflow:hidden}.about__image{object-fit:cover;object-position:40% center;width:140%;height:140%;display:block}@media screen and (width<=600px){.about{padding-top:48px}.about__title{font-size:32px}.about__content p{font-size:16px}.about__image-circle{width:150px;height:150px;margin-bottom:20px}}.settings{flex-direction:column;gap:10px;width:100%;max-width:640px;margin:0 auto;padding-top:40px;display:flex}.settings__title{text-align:center;color:#1c1b19;margin:0;font-size:32px;line-height:1.2}.settings__subtitle{text-align:center;color:#5b574d;margin:0 0 20px;font-size:16px;line-height:1.5}.settings__loading{text-align:center;color:#5b574d;font-size:16px}.settings__form{flex-direction:column;gap:20px;display:flex}.settings__group{background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;gap:12px;padding:22px 24px;display:flex}.settings__group-title{color:#1c1b19;align-items:center;gap:8px;margin:0;font-size:18px;display:flex}.settings__group-title svg{color:#993556;flex-shrink:0}.settings__group-hint{color:#5b574d;margin:-6px 0 0;font-size:14px}.settings__select{color:#1c1b19;background:#fff;border:1px solid #e4dcc8;border-radius:10px;width:100%;max-width:260px;padding:10px 14px;font-size:16px}.settings__select:focus-visible{outline-offset:2px;border-color:#3b6d11;outline:3px solid #3b6d11}.settings__fieldset{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.settings__legend{text-transform:uppercase;letter-spacing:.03em;color:#5b574d;margin-bottom:2px;padding:0;font-size:14px;font-weight:700}.settings__radio-row{flex-wrap:wrap;gap:14px;display:flex}.settings__radio{color:#1c1b19;align-items:center;gap:6px;font-size:15px;display:flex}.settings__radio input{accent-color:#993556;width:16px;height:16px}.settings__toggle-row{border-top:1px solid #f0ebdd;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;display:flex}.settings__toggle-row:first-of-type{border-top:none;padding-top:0}.settings__toggle-label{flex-direction:column;gap:2px;display:flex}.settings__toggle-title{color:#1c1b19;font-size:15px;font-weight:600}.settings__toggle-hint{color:#5b574d;font-size:13px}.settings__switch{flex-shrink:0;width:44px;height:26px;display:inline-block;position:relative}.settings__switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.settings__switch-track{pointer-events:none;background:#e4dcc8;border-radius:999px;transition:background .15s;position:absolute;inset:0}.settings__switch-track:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #1c1b194d}.settings__switch input:checked+.settings__switch-track{background:#3b6d11}.settings__switch input:checked+.settings__switch-track:before{transform:translate(18px)}.settings__switch input:focus-visible+.settings__switch-track{outline-offset:2px;outline:3px solid #1c1b19}.settings__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.settings__save-button{color:#fbeaf0;background:#993556;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:16px;font-weight:600;display:inline-flex}.settings__save-button:hover:not(:disabled){background:#8a2f4d}.settings__save-button:disabled{opacity:.75;cursor:not-allowed}.settings__save-button:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.settings__save-confirmation{color:#3b6d11;align-items:center;gap:6px;font-size:15px;font-weight:600;display:inline-flex}.settings__save-error{color:#b3261e;font-size:15px;font-weight:600}@media screen and (width<=600px){.settings{padding-top:24px}.settings__title{font-size:26px}.settings__group{padding:18px}}.feedback{flex-direction:column;gap:10px;width:100%;max-width:640px;margin:0 auto;padding-top:40px;display:flex}.feedback__title{text-align:center;color:#1c1b19;margin:0;font-size:32px;line-height:1.2}.feedback__subtitle{text-align:center;color:#5b574d;margin:0 0 20px;font-size:16px;line-height:1.5}.feedback__form{background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:28px;padding:22px 24px;display:flex}.feedback__label{text-transform:uppercase;letter-spacing:.03em;color:#5b574d;font-size:14px;font-weight:700}.feedback__textarea,.feedback__input{font:inherit;color:#1c1b19;resize:vertical;background:#fff;border:1px solid #e4dcc8;border-radius:10px;width:100%;padding:10px 14px;font-size:16px}.feedback__textarea:focus-visible,.feedback__input:focus-visible{outline-offset:2px;border-color:#3b6d11;outline:3px solid #3b6d11}.feedback__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:6px;display:flex}.feedback__submit-button{color:#fbeaf0;cursor:pointer;background:#993556;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:16px;font-weight:600;display:inline-flex}.feedback__submit-button:hover:not(:disabled){background:#8a2f4d}.feedback__submit-button:disabled{opacity:.75;cursor:not-allowed}.feedback__submit-button:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.feedback__confirmation{color:#3b6d11;font-size:15px;font-weight:600}.feedback__error{color:#b3261e;font-size:15px;font-weight:600}.feedback__list{flex-direction:column;gap:12px;display:flex}.feedback__list-title{color:#1c1b19;align-items:center;gap:8px;margin:0;font-size:18px;display:flex}.feedback__list-title svg{color:#993556;flex-shrink:0}.feedback__list-status{color:#5b574d;font-size:15px}.feedback__list-items{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.feedback__list-item{background:#fff;border:1px solid #e4dcc8;border-radius:12px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.feedback__list-message{color:#1c1b19;white-space:pre-wrap;margin:0;font-size:16px;line-height:1.6}.feedback__list-date{color:#5b574d;font-size:13px}@media screen and (width<=600px){.feedback{padding-top:24px}.feedback__title{font-size:26px}.feedback__form{padding:18px}}.subjects{flex-direction:column;gap:10px;width:100%;max-width:760px;margin:0 auto;padding-top:40px;display:flex}.subjects__title{text-align:center;color:#1c1b19;margin:0;font-size:32px;line-height:1.2}.subjects__subtitle{text-align:center;color:#5b574d;margin:0 0 20px;font-size:16px;line-height:1.5}.subjects__empty{color:#5b574d;text-align:center;background:#f7f3ec;border:1px solid #e4dcc8;border-radius:12px;margin:0;padding:20px;font-size:16px}.subjects__groups{flex-direction:column;gap:20px;display:flex}.subjects__group{background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;gap:14px;padding:20px 24px;display:flex}.subjects__group-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.subjects__group-name{color:#1c1b19;margin:0;font-size:20px}.subjects__group-count{text-transform:uppercase;letter-spacing:.03em;color:#993556;white-space:nowrap;font-size:13px;font-weight:700}.subjects__group-topics{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.subjects__topic-card{background:#f7f3ec;border:1px solid #e4dcc8;border-radius:10px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.subjects__topic-title{color:#1c1b19;font-size:15px;font-weight:700}.subjects__topic-simple{color:#5b574d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}@media screen and (width<=600px){.subjects{padding-top:24px}.subjects__title{font-size:26px}.subjects__group{padding:16px}.subjects__group-topics{grid-template-columns:1fr}}.header__subjects-dropdown{color:#1c1b19;cursor:pointer;background:#fff;border:1px solid #e4dcc8;border-radius:10px;padding:10px 14px;font-size:15px;font-weight:600}.header__subjects-dropdown:hover:not(:disabled){border-color:#993556}.header__subjects-dropdown:focus-visible{outline-offset:2px;outline:3px solid #1c1b19}.header__subjects-dropdown:disabled{opacity:.5;cursor:not-allowed}@media screen and (width<=600px){.header__subjects-dropdown{width:100%}}.header{width:100%;margin:0 auto 32px}.header__nav{background:#fff;border:1px solid #e4dcc8;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex;box-shadow:0 4px 14px #1c1b1914}.header__brand-group{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.header__brand{color:#1c1b19;letter-spacing:.01em;font-size:20px;font-weight:800}.header__links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.header__link{color:#1c1b19;border-radius:10px;padding:10px 16px;font-size:16px;font-weight:600;line-height:1.3;text-decoration:none;transition:color .15s}.header__link:hover{color:#993556}.header__link--disabled,.header__link--disabled:hover{color:#1c1b19;opacity:.5;cursor:not-allowed}.header__link--active{color:#993556;text-underline-offset:6px;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}.header__link:focus-visible,.header__signout:focus-visible{outline-offset:2px;border-radius:10px;outline:3px solid #1c1b19}.header__signout{color:#993556;background:#fff;border:1px solid #993556;border-radius:10px;margin-left:4px;padding:10px 18px;font-size:16px;font-weight:600;line-height:1.3}.header__signout:hover:not(:disabled){background:#f7e3ea}.header__signout:disabled{opacity:.5;cursor:not-allowed}@media screen and (width<=600px){.header__nav{flex-flow:column;align-items:stretch;gap:4px;padding:14px}.header__brand-group{flex-direction:column;margin-bottom:4px}.header__brand{text-align:center}.header__links{flex-direction:column;gap:4px}.header__link,.header__signout{text-align:center;width:100%;margin-left:0}}
