*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:2px solid #3182ce;outline-offset:2px}.skip-link{background:#000;color:#fff;left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;z-index:1000}.skip-link:focus{top:6px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-contrast:high){body{background-color:#fff;color:#000}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.auth-layout{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.auth-layout__container{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:400px;padding:2rem;position:relative;width:100%;z-index:10}.auth-layout__brand{margin-bottom:2rem;text-align:center}.auth-layout__logo{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.auth-layout__tagline{color:#64748b;font-size:.875rem;line-height:1.4}.auth-layout__content{margin-bottom:2rem}.auth-layout__footer{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.auth-layout__footer p{color:#64748b;font-size:.75rem}.auth-layout__background{inset:0;overflow:hidden;position:absolute}.auth-layout__pattern{animation:float 20s ease-in-out infinite;background-image:radial-gradient(circle at 25% 25%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,hsla(0,0%,100%,.1) 0,transparent 50%);background-size:100px 100px;inset:0;position:absolute}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:640px){.auth-layout{padding:1rem}.auth-layout__container{max-width:100%;padding:1.5rem}.auth-layout__logo{font-size:1.75rem}}@media (prefers-contrast:high){.auth-layout{background:#000}.auth-layout__container{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.auth-layout__pattern{animation:none}}.main-layout{background-color:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.main-layout__header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:40}.main-layout__header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.main-layout__menu-button{background:none;border:none;border-radius:.375rem;cursor:pointer;display:none;padding:.5rem}.main-layout__menu-button:hover{background-color:#f7fafc}.main-layout__menu-button:focus{outline:2px solid #3182ce;outline-offset:2px}.main-layout__menu-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");background-size:100% 100%;display:block;height:1.5rem;width:1.5rem}.main-layout__logo{color:#1a202c;font-size:1.5rem;font-weight:700;text-decoration:none}.main-layout__logo:hover{color:#3182ce}.main-layout__header-actions{align-items:center;display:flex;gap:1rem}.main-layout__offline-indicator{background-color:#fed7d7;border-radius:.375rem;color:#c53030;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.main-layout__user-menu{align-items:center;display:flex;gap:.75rem}.main-layout__logout-button,.main-layout__user-name{color:#4a5568;font-weight:500}.main-layout__logout-button{background-color:#e2e8f0;border:none;border-radius:.375rem;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.main-layout__logout-button:hover{background-color:#cbd5e0}.main-layout__logout-button:focus{outline:2px solid #3182ce;outline-offset:2px}.main-layout__logout-button:disabled{cursor:not-allowed;opacity:.5}.main-layout__sidebar{background:#fff;border-right:1px solid #e2e8f0;height:100vh;left:0;padding-top:5rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:16rem;z-index:30}.main-layout__sidebar--open{transform:translateX(0)}.main-layout__nav{padding:1rem}.main-layout__nav-list{list-style:none;margin:0;padding:0}.main-layout__nav-item{margin-bottom:.25rem}.main-layout__nav-link{align-items:center;border-radius:.5rem;color:#4a5568;display:flex;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s}.main-layout__nav-link:hover{background-color:#f7fafc;color:#2d3748}.main-layout__nav-link--active{background-color:#ebf8ff;color:#3182ce;font-weight:500}.main-layout__nav-icon{font-size:1.25rem;text-align:center;width:1.5rem}.main-layout__nav-label{font-weight:500}.main-layout__sidebar-overlay{background-color:rgba(0,0,0,.5);inset:0;position:fixed;z-index:20}.main-layout__main{display:flex;flex:1 1;flex-direction:column;margin-left:0;transition:margin-left .3s ease-in-out}.main-layout__content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1.5rem;width:100%}@media (min-width:1024px){.main-layout__menu-button{display:none}.main-layout__sidebar{padding-top:0;position:static;transform:translateX(0)}.main-layout__main{margin-left:16rem}.main-layout__sidebar-overlay{display:none}}@media (max-width:1023px){.main-layout__menu-button{display:block}.main-layout__content,.main-layout__header-content{padding:1rem}.main-layout__user-name{display:none}}@media (max-width:768px){.main-layout__logo{font-size:1.25rem}.main-layout__logout-button{font-size:.875rem;padding:.375rem .75rem}}@media (prefers-contrast:high){.main-layout__header{border-bottom-width:2px}.main-layout__sidebar{border-right-width:2px}}@media (prefers-reduced-motion:reduce){.main-layout__main,.main-layout__nav-link,.main-layout__sidebar{transition:none}}.loading-spinner{display:inline-block;position:relative}.loading-spinner__circle{animation:loading-spinner-rotate 1s linear infinite;border-radius:50%;border-style:solid;display:inline-block}.loading-spinner--small .loading-spinner__circle{border-width:2px;height:16px;width:16px}.loading-spinner--medium .loading-spinner__circle{border-width:3px;height:24px;width:24px}.loading-spinner--large .loading-spinner__circle{border-width:4px;height:40px;width:40px}.loading-spinner--primary .loading-spinner__circle{border-color:#3182ce transparent}.loading-spinner--secondary .loading-spinner__circle{border-color:#64748b transparent}.loading-spinner--white .loading-spinner__circle{border-color:#fff transparent}@keyframes loading-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.loading-spinner__circle{animation:none;border-color:#3182ce}}.auth-page{width:100%}.auth-page__header{margin-bottom:2rem;text-align:center}.auth-page__title{color:#1a202c;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.auth-page__subtitle{color:#64748b;font-size:1rem;line-height:1.5}.auth-page__footer{margin-top:1.5rem;text-align:center}.auth-page__link-text{color:#64748b;font-size:.875rem}.auth-page__link{color:#3182ce;font-weight:500;text-decoration:none}.auth-page__link:hover{color:#2c5aa0;text-decoration:underline}.auth-form{width:100%}.auth-form__error{background-color:#fed7d7;border:1px solid #feb2b2;border-radius:.5rem;color:#c53030;font-size:.875rem;padding:.75rem 1rem}.auth-form__error,.auth-form__field{margin-bottom:1.5rem}.auth-form__label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.auth-form__optional{color:#9ca3af;font-weight:400}.auth-form__input{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.auth-form__input:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1);outline:none}.auth-form__input--error{border-color:#e53e3e}.auth-form__input--error:focus{border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1)}.auth-form__password-field{position:relative}.auth-form__password-toggle{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.auth-form__password-toggle:hover{color:#374151}.auth-form__password-toggle:focus{border-radius:.25rem;outline:2px solid #3182ce;outline-offset:2px}.auth-form__field-error{color:#e53e3e;display:block;font-size:.75rem;margin-top:.25rem}.auth-form__submit{align-items:center;background-color:#3182ce;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:2rem;padding:.875rem 1rem;transition:background-color .2s;width:100%}.auth-form__submit:hover:not(:disabled){background-color:#2c5aa0}.auth-form__submit:focus{outline:2px solid #3182ce;outline-offset:2px}.auth-form__submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.auth-page__title{font-size:1.5rem}.auth-form__field{margin-bottom:1.25rem}.auth-form__input{padding:.625rem .875rem}.auth-form__submit{padding:.75rem 1rem}}@media (prefers-contrast:high){.auth-form__input,.auth-form__input:focus{border-width:2px}}@media (prefers-reduced-motion:reduce){.auth-form__input,.auth-form__submit{transition:none}}.page-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.page-loading p{color:#64748b;font-size:1.1rem}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state__icon{font-size:4rem;margin-bottom:1rem}.empty-state__title{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.empty-state__message{color:#64748b;font-size:1rem;line-height:1.6;max-width:400px}.dashboard-page{margin:0 auto;max-width:1200px}.dashboard-header{margin-bottom:2rem}.dashboard-header__title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-header__tagline{color:#6366f1;font-size:1.1rem;font-style:italic;font-weight:500;margin-bottom:.5rem}.dashboard-header__date{color:#64748b;font-size:1rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem}.dashboard-card--featured,.dashboard-card--full-width{grid-column:1/-1}.dashboard-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.dashboard-card__title{color:#1a202c;font-size:1.25rem;font-weight:600}.dashboard-card__badge{background-color:#ebf8ff;border-radius:1rem;color:#3182ce;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.dashboard-card__content{flex:1 1}.dashboard-card__empty{color:#64748b;font-style:italic}.dashboard-card__empty,.dashboard-card__loading{align-items:center;display:flex;justify-content:center;padding:2rem}.progress-bar{background-color:#e2e8f0;border-radius:.25rem;height:.5rem;margin-bottom:1rem;overflow:hidden;width:100%}.progress-bar--large{height:.75rem}.progress-bar__fill{background:linear-gradient(90deg,#3182ce,#63b3ed);height:100%;transition:width .3s ease}.plan-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.plan-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.plan-stat__label{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.plan-stat__value{color:#1a202c;font-size:1.5rem;font-weight:600}.next-tasks__title{color:#1a202c;font-size:1rem;font-weight:600;margin-bottom:.75rem}.task-list{display:flex;flex-direction:column;gap:.5rem}.task-item{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem}.task-item__content{display:flex;flex-direction:column;gap:.25rem}.task-item__type{color:#64748b;font-size:.75rem;font-weight:500}.task-item__topic{color:#1a202c;font-size:.875rem;font-weight:500}.task-item__duration{color:#64748b;font-size:.875rem;font-weight:500}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;flex-direction:column;padding:1rem;text-align:center}.stat-item__value{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-item__value--improving{color:#059669}.stat-item__value--declining{color:#dc2626}.stat-item__label{color:#64748b;font-size:.875rem}.profile-summary{display:flex;flex-direction:column;gap:.75rem}.profile-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.5rem 0}.profile-item:last-child{border-bottom:none}.profile-item__label{color:#64748b;font-size:.875rem;font-weight:500}.profile-item__value{color:#1a202c;font-size:.875rem;font-weight:600}.profile-item__badge{background-color:#e2e8f0;border-radius:1rem;color:#4a5568;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.profile-item__badge--premium{background-color:#fef3c7;color:#92400e}.insights-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.insight-section{margin-bottom:1.5rem}.insight-section__title{color:#1a202c;font-size:1rem;font-weight:600;margin-bottom:.75rem}.subject-tags{display:flex;flex-wrap:wrap;gap:.5rem}.subject-tag{border-radius:1rem;font-size:.875rem;font-weight:500;padding:.375rem .75rem}.subject-tag--strong{background-color:#d1fae5;color:#065f46}.subject-tag--weak{background-color:#fee2e2;color:#991b1b}.tasks-page{margin:0 auto;max-width:1200px}.tasks-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.tasks-header,.tasks-header__content{align-items:center;display:flex;justify-content:space-between}.tasks-header__content{width:100%}.tasks-header__title{color:#1a202c;font-size:2rem;font-weight:700}.date-picker{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;padding:.5rem .75rem}.date-picker:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1);outline:none}.plan-overview{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);margin-bottom:2rem;padding:1.5rem}.plan-overview__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1.5rem}.task-sections{display:flex;flex-direction:column;gap:2rem}.task-section__title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.task-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.task-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem;transition:transform .2s,box-shadow .2s}.task-card:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.15);transform:translateY(-2px)}.task-card--completed{background-color:#f8fafc;opacity:.8}.task-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.task-card__type{align-items:center;display:flex;gap:.5rem}.task-card__icon{font-size:1.25rem}.task-card__type-text{color:#64748b;font-size:.875rem;font-weight:500}.task-card__status{border-radius:1rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.task-card__status--default{background-color:#f1f5f9;color:#64748b}.task-card__status--warning{background-color:#fef3c7;color:#92400e}.task-card__status--success{background-color:#d1fae5;color:#065f46}.task-card__title{color:#1a202c;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.task-card__meta,.task-card__subject{color:#64748b;font-size:.875rem;margin-bottom:1rem}.task-card__meta{display:flex;flex-wrap:wrap;gap:1rem}.task-card__actions{display:flex;gap:.5rem}.task-action-btn{border:none;border-radius:.5rem;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem 1rem;transition:background-color .2s}.task-action-btn--start{background-color:#3182ce;color:#fff}.task-action-btn--start:hover{background-color:#2c5aa0}.task-action-btn--complete{background-color:#059669;color:#fff}.task-action-btn--complete:hover{background-color:#047857}.analytics-page{margin:0 auto;max-width:1200px}.analytics-header__title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.analytics-header__subtitle{color:#64748b;font-size:1rem}.analytics-content{display:flex;flex-direction:column;gap:2rem}.analytics-overview{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.analytics-card{border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.analytics-card__icon{background-color:#f8fafc;border-radius:.75rem;height:3rem;width:3rem}.analytics-card__content{flex:1 1}.analytics-card__title{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.analytics-card__value{color:#1a202c}.analytics-card__value--improving{color:#059669}.analytics-card__value--declining{color:#dc2626}.analytics-card__value--stable{color:#64748b}.analytics-section{border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem}.analytics-section__title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.subject-performance{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.subject-group__title{color:#1a202c;font-size:1rem;font-weight:600;margin-bottom:1rem}.subject-list{display:flex;flex-direction:column;gap:.75rem}.subject-item{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;gap:1rem;padding:.75rem}.subject-item__name{color:#1a202c;font-size:.875rem;font-weight:500;min-width:100px}.subject-item__bar{background-color:#e2e8f0;border-radius:.25rem;flex:1 1;height:.5rem;overflow:hidden}.subject-item__progress{height:100%;transition:width .3s ease}.subject-item--strong .subject-item__progress{background-color:#059669}.subject-item--weak .subject-item__progress{background-color:#dc2626}.subject-item__score{color:#1a202c;font-size:.875rem;font-weight:600;min-width:40px;text-align:right}.insight-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.insight-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.insight-card__title{color:#1a202c;font-size:.875rem}.insight-card__badge{border-radius:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.insight-card__badge--good{background-color:#d1fae5;color:#065f46}.insight-card__badge--info{background-color:#dbeafe;color:#1e40af}.insight-card__badge--excellent{background-color:#fef3c7;color:#92400e}.insight-card__description{color:#64748b;font-size:.875rem}.recommendation-item{align-items:flex-start;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.recommendation-item__icon{background-color:#fff;border-radius:.5rem;font-size:1.5rem;height:2.5rem;width:2.5rem}.recommendation-item__content{flex:1 1}.recommendation-item__title{color:#1a202c;font-size:1rem;font-weight:600;margin-bottom:.25rem}.recommendation-item__description{color:#64748b;font-size:.875rem;line-height:1.5}.profile-page{margin:0 auto;max-width:800px}.profile-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.profile-header,.profile-header__content{align-items:center;display:flex;justify-content:space-between}.profile-header__content{width:100%}.profile-header__title{color:#1a202c;font-size:2rem;font-weight:700}.profile-action-btn,.profile-action-group{display:flex;gap:.5rem}.profile-action-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:background-color .2s}.profile-action-btn--primary{background-color:#3182ce;color:#fff}.profile-action-btn--primary:hover:not(:disabled){background-color:#2c5aa0}.profile-action-btn--secondary{background-color:#e2e8f0;color:#4a5568}.profile-action-btn--secondary:hover:not(:disabled){background-color:#cbd5e0}.profile-action-btn:disabled{cursor:not-allowed;opacity:.6}.profile-sections{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem}.profile-section__title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.profile-form__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.profile-form__field{display:flex;flex-direction:column;gap:.5rem}.profile-form__label{color:#374151;font-size:.875rem;font-weight:500}.profile-form__input{border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}.profile-form__input:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1);outline:none}.profile-form__value{align-items:center;background-color:#f8fafc;border-radius:.5rem;color:#1a202c;display:flex;font-size:.875rem;min-height:2.75rem;padding:.75rem}.mood-indicator{border-radius:1rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.mood-indicator--normal{background-color:#e2e8f0;color:#4a5568}.mood-indicator--motivated{background-color:#d1fae5;color:#065f46}.mood-indicator--stressed{background-color:#fef3c7;color:#92400e}.mood-indicator--burnt-out{background-color:#fee2e2;color:#991b1b}.account-status{display:flex;flex-direction:column;gap:1rem}.status-item{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem}.status-item__label{color:#64748b;font-size:.875rem;font-weight:500}.status-item__badge{border-radius:1rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.status-item__badge--basic{background-color:#e2e8f0;color:#4a5568}.status-item__badge--premium{background-color:#fef3c7;color:#92400e}.status-item__value{color:#1a202c;font-size:.875rem;font-weight:600}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-card--featured,.dashboard-card--full-width{grid-column:1}.plan-stats{flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:1fr}.tasks-header__content{align-items:flex-start;flex-direction:column;gap:1rem}.analytics-overview,.insights-grid,.subject-performance,.task-grid{grid-template-columns:1fr}.profile-header__content{align-items:flex-start;flex-direction:column;gap:1rem}.profile-form__row{grid-template-columns:1fr}}@media (prefers-contrast:high){.analytics-card,.analytics-section,.dashboard-card,.profile-section,.task-card{border-width:2px}}.analytics-view-toggle{background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:0;padding:1rem 2rem}.view-toggle-buttons{display:flex;gap:.5rem;margin:0 auto;max-width:1400px}.view-toggle-button{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.view-toggle-button:hover{background:#f9fafb;border-color:#9ca3af}.view-toggle-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.basic-analytics{margin:0 auto;max-width:1400px;padding:2rem}@media (prefers-reduced-motion:reduce){.progress-bar__fill,.subject-item__progress,.task-card{transition:none}}.enhanced-analytics-dashboard{background-color:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.analytics-header{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.analytics-header__content h1{font-size:2rem;font-weight:700;margin:0 0 .5rem}.analytics-header__subtitle{font-size:1.1rem;margin:0;opacity:.9}.exam-type-filter{display:flex;flex-direction:column;gap:.5rem}.exam-type-filter label{font-size:.9rem;font-weight:500}.exam-type-select{background:#fff;border:none;border-radius:6px;color:#374151;font-size:.9rem;min-width:150px;padding:.5rem 1rem}.analytics-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.analytics-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.analytics-card:hover{box-shadow:0 8px 15px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.analytics-card__icon{align-items:center;background:#f3f4f6;border-radius:12px;display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.analytics-card__title{color:#6b7280;font-size:.9rem;font-weight:500;margin:0 0 .5rem}.analytics-card__value{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.analytics-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:2rem;padding:2rem}.analytics-section__title{border-bottom:2px solid #e5e7eb;color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.5rem}.exam-type-performance-chart{grid-gap:2rem;display:grid;gap:2rem}.exam-type-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.exam-type-card__header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.exam-type-card__title{color:#111827;font-size:1.2rem;font-weight:600;margin:0}.performance-indicator{align-items:center;border-radius:20px;display:flex;font-weight:600;gap:.5rem;padding:.5rem 1rem}.performance-indicator.performance-positive{background:#dcfce7;color:#166534}.performance-indicator.performance-negative{background:#fef2f2;color:#dc2626}.performance-indicator.performance-neutral{background:#f3f4f6;color:#374151}.exam-type-card__content{padding:1.5rem}.performance-comparison{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.performance-section__title{color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem}.performance-metrics{gap:.5rem}.metric{align-items:center;display:flex;justify-content:space-between}.consistency-comparison__title{color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem}.consistency-bar{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:80px 1fr 60px;margin-bottom:.5rem}.consistency-bar__label{color:#6b7280;font-size:.9rem;font-weight:500}.consistency-bar__track{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.consistency-bar__fill{border-radius:4px;height:100%;transition:width .3s ease}.consistency-bar__fill--internal{background:#3b82f6}.consistency-bar__fill--external{background:#10b981}.consistency-bar__value{color:#111827;font-size:.9rem;font-weight:600;text-align:right}.subject-breakdown__title{color:#374151;font-size:1rem;font-weight:600;margin:2rem 0 1rem}.subject-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.subject-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.subject-item__name{color:#111827;display:block;font-weight:600;margin-bottom:.5rem}.subject-item__scores{display:flex;gap:1rem}.subject-score{align-items:center;display:flex;font-size:.8rem;gap:.25rem}.subject-score--internal .subject-score__value{color:#3b82f6;font-weight:600}.subject-score--external .subject-score__value{color:#10b981;font-weight:600}.subject-score__label{color:#6b7280}.overall-comparison{background:#f9fafb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.overall-comparison__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.overall-comparison__title{color:#111827;font-size:1.2rem;font-weight:600;margin:0}.overall-difference{align-items:center;border-radius:20px;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.overall-difference.difference-positive{background:#dcfce7;color:#166534}.overall-difference.difference-negative{background:#fef2f2;color:#dc2626}.overall-difference.difference-neutral{background:#f3f4f6;color:#374151}.overall-comparison__message{color:#6b7280;font-size:1rem;margin:0}.subject-differences{margin-bottom:2rem}.subject-differences__title{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.subject-differences__grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.subject-difference-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.subject-difference-item__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.subject-difference-item__name{color:#111827;font-size:1.1rem;font-weight:600}.subject-difference-item__value{align-items:center;border-radius:16px;display:flex;font-weight:600;gap:.5rem;padding:.25rem .75rem}.subject-difference-item__value.difference-positive{background:#dcfce7;color:#166534}.subject-difference-item__value.difference-negative{background:#fef2f2;color:#dc2626}.subject-difference-item__value.difference-neutral{background:#f3f4f6;color:#374151}.difference-bar{margin-bottom:1rem}.difference-bar__track{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;position:relative}.difference-bar__fill{border-radius:4px;height:100%;transition:all .3s ease}.difference-bar__fill.difference-positive{background:#10b981}.difference-bar__fill.difference-negative{background:#ef4444}.difference-bar__fill.difference-neutral{background:#6b7280}.difference-bar__labels{display:flex;justify-content:space-between;margin-top:.5rem}.difference-bar__label{color:#6b7280;font-size:.8rem}.subject-difference-item__interpretation{margin-top:1rem}.interpretation{border-radius:20px;font-size:.8rem;font-weight:500;padding:.5rem 1rem}.interpretation--significant{background:#fef2f2;color:#dc2626}.interpretation--moderate{background:#fef3c7;color:#d97706}.interpretation--minor{background:#dcfce7;color:#166534}.performance-insights__title{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.insights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.insight-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.insight-card__icon{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.insight-card__title{color:#111827;font-size:1rem;font-weight:600;margin:0 0 .5rem}.insight-card__description{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.performance-controls{background:#f9fafb;border-radius:8px;display:flex;gap:2rem;margin-bottom:2rem;padding:1rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{color:#374151;font-size:.9rem;font-weight:500}.control-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.9rem;min-width:120px;padding:.5rem 1rem}.subject-performance-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.subject-performance-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.subject-performance-card:hover{box-shadow:0 8px 15px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.subject-performance-card__header{align-items:flex-start;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.subject-info{display:flex;flex-direction:column;gap:.5rem}.subject-name{color:#111827;font-size:1.1rem;font-weight:600;margin:0}.exam-type-badge{background:#e5e7eb;border-radius:12px;color:#374151;font-size:.8rem;font-weight:500;padding:.25rem .75rem;width:-webkit-fit-content;width:fit-content}.subject-score{border-radius:8px;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.subject-score.score-excellent{background:#dcfce7;color:#166534}.subject-score.score-good{background:#dbeafe;color:#1d4ed8}.subject-score.score-average{background:#fef3c7;color:#d97706}.subject-score.score-needs-improvement{background:#fef2f2;color:#dc2626}.subject-performance-card__content{padding:1.5rem}.performance-metrics{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.metric__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.metric__label{color:#6b7280;font-size:.9rem;font-weight:500}.metric__value{align-items:center;color:#111827;display:flex;font-weight:600;gap:.25rem}.metric__value.trend-positive{color:#166534}.metric__value.trend-negative{color:#dc2626}.metric__value.trend-neutral{color:#6b7280}.metric__value.consistency-high{color:#166534}.metric__value.consistency-medium{color:#d97706}.metric__value.consistency-low{color:#dc2626}.metric__bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.metric__fill{border-radius:3px;height:100%;transition:width .3s ease}.metric__fill--accuracy{background:#3b82f6}.metric__fill.consistency-high{background:#10b981}.metric__fill.consistency-medium{background:#f59e0b}.metric__fill.consistency-low{background:#ef4444}.performance-indicators{display:flex;flex-wrap:wrap;gap:.5rem}.indicator{align-items:center;border-radius:12px;display:flex;font-size:.8rem;font-weight:500;gap:.25rem;padding:.25rem .75rem}.indicator--excellent{background:#fef3c7;color:#d97706}.indicator--improving{background:#dcfce7;color:#166534}.indicator--consistent{background:#dbeafe;color:#1d4ed8}.indicator--needs-attention{background:#fef2f2;color:#dc2626}.performance-summary{background:#f9fafb;border-radius:12px;margin-top:2rem;padding:1.5rem}.performance-summary__title{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-stat{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.summary-stat__label{color:#6b7280;font-size:.9rem}.summary-stat__value{color:#111827;font-weight:600}.cross-exam-type-insights{display:flex;flex-direction:column;gap:2rem}.insight-category{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.insight-category__title{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.1rem;font-weight:600;margin:0;padding:1rem 1.5rem}.insight-list{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.insight-item{border-left:4px solid;border-radius:8px;display:flex;gap:1rem;padding:1rem}.insight-item.insight-positive{background:#f0fdf4;border-left-color:#22c55e}.insight-item.insight-warning{background:#fffbeb;border-left-color:#f59e0b}.insight-item.insight-neutral{background:#f8fafc;border-left-color:#64748b}.insight-item.insight-action{background:#eff6ff;border-left-color:#3b82f6}.insight-item.insight-info{background:#f0f9ff;border-left-color:#0ea5e9}.insight-item__icon{align-items:center;background:#fff;border-radius:6px;display:flex;flex-shrink:0;font-size:1.2rem;height:32px;justify-content:center;width:32px}.insight-item__text{color:#374151;line-height:1.5;margin:0}.insight-actions{background:#f9fafb;border-radius:12px;margin-top:2rem;padding:1.5rem}.insight-actions__title{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.action-list{display:flex;flex-direction:column;gap:1rem}.action-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.action-item__checkbox{flex-shrink:0;margin-top:.125rem}.action-item__checkbox input[type=checkbox]{accent-color:#3b82f6;height:18px;width:18px}.action-item__text{color:#374151;line-height:1.5;margin:0}.insights-summary{margin-top:2rem}.insights-summary__title{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.summary-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.summary-card__icon{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.summary-card__title{color:#111827;font-size:1rem;font-weight:600;margin:0 0 .5rem}.summary-card__description{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.error-patterns{display:flex;flex-direction:column;gap:1rem}.error-pattern-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.error-pattern-item__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.error-pattern-item__type{color:#111827;font-size:1.1rem;font-weight:600;margin:0}.error-pattern-item__frequency{background:#fef2f2;border-radius:12px;color:#dc2626;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.error-pattern-item__subjects{color:#6b7280;font-size:.9rem}.recommendations{display:flex;flex-direction:column;gap:1rem}.recommendation-item{background:#f9fafb;border:1px solid #e5e7eb;border-left:4px solid #3b82f6;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.recommendation-item__icon{align-items:center;background:#fff;border-radius:6px;display:flex;flex-shrink:0;font-size:1.2rem;height:32px;justify-content:center;width:32px}.recommendation-item__text{color:#374151;line-height:1.5;margin:0}.enhanced-analytics-empty,.enhanced-analytics-error,.enhanced-analytics-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.enhanced-analytics-empty p,.enhanced-analytics-error p,.enhanced-analytics-loading p{color:#6b7280;font-size:1.1rem;margin:1rem 0 0}.enhanced-analytics-empty h3,.enhanced-analytics-error h3{color:#111827;font-size:1.5rem;margin:1rem 0 .5rem}.empty-icon,.error-icon{font-size:3rem;margin-bottom:1rem}.retry-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.retry-button:hover{background:#2563eb}.no-comparison-data,.no-insights,.no-subject-data{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.no-comparison-data__icon,.no-insights__icon,.no-subject-data__icon{font-size:2.5rem;margin-bottom:1rem}.no-comparison-data__title,.no-insights__title,.no-subject-data__title{color:#374151;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.no-comparison-data__message,.no-insights__message,.no-subject-data__message{color:#6b7280;line-height:1.5;margin:0}@media (max-width:768px){.enhanced-analytics-dashboard{padding:1rem}.analytics-header{align-items:stretch;flex-direction:column;gap:1rem}.analytics-overview,.performance-comparison{grid-template-columns:1fr}.performance-comparison{gap:1rem}.performance-controls{flex-direction:column;gap:1rem}.insights-grid,.subject-grid,.subject-performance-grid,.summary-grid,.summary-stats{grid-template-columns:1fr}}.App,.app-loading{display:flex;flex-direction:column;min-height:100vh}.app-loading{align-items:center;gap:1rem;justify-content:center}.app-loading p{color:#64748b;font-size:1.1rem}.not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.not-found h1{color:#1a202c;font-size:2.5rem;margin-bottom:1rem}.not-found p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.not-found a{background-color:#3182ce;border-radius:.5rem;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.not-found a:hover{background-color:#2c5aa0}.not-found a:focus{outline:2px solid #3182ce;outline-offset:2px}
/*# sourceMappingURL=main.e967cb18.css.map*/