@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&display=swap";.clay-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf4;border:3px solid #ffffffd1;border-radius:26px;padding:28px;transition:transform .24s,box-shadow .24s,border-color .24s;box-shadow:10px 12px #59c36a14,0 18px 34px #59c36a1f,inset 0 2px #fffc,inset 0 -3px #59c36a14}.clay-card:hover{transform:none;box-shadow:10px 12px #59c36a14,0 18px 34px #59c36a1f,inset 0 2px #fffc,inset 0 -3px #59c36a14}.clay-btn{cursor:pointer;border:3px solid #ffffffb3;border-radius:18px;outline:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:16px;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex;box-shadow:0 10px #59c36a1f,0 16px 28px #59c36a1f}.clay-btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px #59c36a38,0 16px 28px #59c36a33}.clay-btn-primary:hover{transform:translateY(-3px);box-shadow:0 13px #59c36a3d,0 20px 34px #59c36a3d}.clay-btn-secondary{color:var(--text);background:#fffef6;box-shadow:0 10px #59c36a14,0 16px 28px #59c36a14}.clay-btn-secondary:hover{background:#fff;transform:translateY(-3px)}.clay-btn-danger{color:#fff;background:#e85d45;box-shadow:0 10px #e74c3c33,0 16px 28px #e74c3c2e}.clay-btn-danger:hover{transform:translateY(-3px);box-shadow:0 13px #e74c3c38,0 20px 34px #e74c3c38}.clay-btn-success{background:var(--accent3);color:#fff;box-shadow:0 10px #34d3992e,0 16px 28px #34d3992e}.clay-btn-success:hover{transform:translateY(-3px)}.clay-btn-sm{border-radius:14px;padding:8px 18px;font-size:14px}.clay-btn-lg{border-radius:22px;padding:16px 36px;font-size:18px}.clay-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.clay-input,.clay-textarea,.clay-select{width:100%;color:var(--text);background:#fffef8;border:3px solid #fffc;border-radius:18px;outline:none;padding:12px 18px;font-size:15px;transition:border-color .24s,box-shadow .24s,transform .24s;box-shadow:inset 0 2px #ffffffe6,0 10px 24px #59c36a14}.clay-input:focus,.clay-textarea:focus,.clay-select:focus{border-color:#59c36aeb;box-shadow:inset 0 2px #fffffff5,0 0 0 4px #59c36a29,0 14px 28px #59c36a1f}.clay-textarea{resize:vertical;min-height:100px;line-height:1.6}.clay-badge{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffd1;border:2px solid #ffffffd9;border-radius:20px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:800;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex;box-shadow:0 6px #59c36a14,0 10px 18px #59c36a1a}.clay-badge:hover{transform:none}.clay-badge.active{background:var(--primary);color:#fff;border-color:#0000;box-shadow:0 7px #59c36a33,0 12px 20px #59c36a33}.clay-progress{background:#59c36a24;border:2px solid #ffffffb3;border-radius:999px;width:100%;height:14px;overflow:hidden;box-shadow:inset 0 2px 4px #59c36a14}.clay-progress-bar{background:var(--primary);border-radius:999px;height:100%;transition:width .5s;box-shadow:0 0 18px #59c36a38}.container{max-width:1200px;margin:0 auto;padding:0 24px}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes typing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes recording{0%,to{box-shadow:0 0 #e74c3c66}50%{box-shadow:0 0 0 10px #e74c3c00}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeIn{animation:.5s forwards fadeIn}.animate-slideUp{animation:.5s forwards slideUp}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse{animation:2s ease-in-out infinite pulse}.page-wrapper{min-height:100vh;padding-top:80px;padding-bottom:48px}.page-header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:32px;padding:18px 0;display:flex}.page-header h1{color:var(--text);font-size:28px;font-weight:800}.page-header .back-btn{cursor:pointer;color:var(--text);background:#fffef6;border:3px solid #ffffffc7;border-radius:16px;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s;display:flex;box-shadow:0 8px #59c36a14,0 14px 24px #59c36a14}.consultation-summary-card{background:#fffef6}.consultation-summary-card__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.consultation-summary-card__title{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:800}.consultation-summary-card__meta,.consultation-summary-note{color:var(--text-light);font-size:13px;line-height:1.7}.consultation-summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px;display:grid}.consultation-summary-block{background:#ffffffb8;border:2px solid #ffffffc7;border-radius:18px;min-height:100%;padding:14px 16px;box-shadow:inset 0 2px #ffffffdb,0 10px 22px #59c36a14}.consultation-summary-label{color:var(--text);margin-bottom:10px;font-size:13px;font-weight:800}.consultation-summary-tags{flex-wrap:wrap;gap:8px;display:flex}.consultation-summary-text{color:var(--text);font-size:14px;line-height:1.8}.chat-panel__body{scrollbar-width:thin;scrollbar-color:#59c36a2e transparent}.chat-panel__textarea::placeholder{color:#495d4894}@media (width<=768px){.consultation-summary-grid{grid-template-columns:1fr}.chat-panel__header{gap:12px}.chat-panel__actions{justify-content:space-between;width:100%}.chat-panel__body{padding:18px 16px}.chat-panel__input{padding:12px 14px}.chat-panel__input-wrap{gap:10px;padding:10px}.chat-panel__textarea{font-size:14px}}.page-header .back-btn:hover{background:#fff;transform:translateY(-2px)}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.loading-spinner{border:3px solid #59c36a33;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.error-container{text-align:center;padding:60px 20px}.error-container h3{color:var(--text);margin-bottom:8px}.error-container p{color:var(--text-light);margin-bottom:20px}.empty-state{text-align:center;color:var(--text-light);padding:60px 20px}.empty-state .icon{background:#e7f0d8;border:3px solid #ffffffd1;border-radius:28px;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:16px;display:inline-flex;box-shadow:0 12px 24px #74b96d14}.severity-bar{align-items:center;gap:12px;margin:8px 0;display:flex}.severity-bar .bar-bg{background:#59c36a1f;border:2px solid #ffffffbf;border-radius:12px;flex:1;height:24px;overflow:hidden;box-shadow:inset 0 2px 4px #59c36a14}.severity-bar .bar-fill{border-radius:12px;height:100%;transition:width .8s}.severity-bar .bar-label{min-width:60px;font-size:14px;font-weight:600}.rating-stars{color:#ffd93d;letter-spacing:2px;font-size:16px}.home-page{position:relative;overflow:hidden}.home-page:before,.home-page:after{content:"";z-index:-1;border-radius:36px;position:fixed}.home-page:before{background:#7ed9572e;width:240px;height:240px;top:120px;left:-80px}.home-page:after{background:#52c7ff24;width:260px;height:260px;top:300px;right:-60px}.home-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;margin:20px 20px 0;padding:14px 24px;position:sticky;top:12px}.home-header__brand{align-items:center;gap:16px;display:flex}.home-header__logo{object-fit:contain;background:#fffef6;border:3px solid #ffffffb3;border-radius:18px;width:56px;height:56px;padding:6px;box-shadow:0 8px #59c36a14}.home-header__title{margin:0;font-size:20px;font-weight:800}.home-header__subtitle{color:var(--text-light);margin:2px 0 0;font-size:13px}.home-hero{padding:72px 20px 24px;position:relative}.home-hero__grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:28px;display:grid}.home-hero__single{max-width:100%}.hero-panel{padding:34px;position:relative;overflow:hidden}.hero-panel--main{background:#edf4dc}.hero-panel--preview{background:#edf5f7}.home-pill{color:var(--primary);background:#e6f0d2;border:2px solid #fffc;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 8px #59c36a14}.home-hero__title{letter-spacing:-.02em;margin:18px 0 16px;font-size:clamp(27.2px,4vw,44.8px);line-height:1.12}.home-hero__title-accent{color:var(--accent4)}.home-hero__desc{max-width:920px;color:var(--text-light);margin:0;font-size:clamp(15px,2vw,18px);line-height:1.9}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.home-hero__cta{align-items:center}.hero-actions--stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.hero-stat{background:#fffef6;border:2px solid #fffc;border-radius:22px;flex-direction:column;justify-content:center;min-height:108px;padding:18px 16px;display:flex}.hero-stat--action{text-align:left;cursor:pointer;width:100%;transition:transform .22s,box-shadow .22s}.hero-stat--action:hover{transform:translateY(-2px);box-shadow:inset 0 2px #ffffffd6,0 14px 28px #59c36a1a}.hero-stat__value{font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1;display:block}.hero-stat__label{color:var(--text-light);margin-top:6px;font-size:13px;display:block}.preview-card{background:#fff;border:3px solid #fffc;border-radius:28px;padding:28px;position:relative;overflow:hidden;box-shadow:0 16px 32px #59c36a1f}.preview-card__tag{color:var(--primary-dark);background:#59c36a24;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex}.preview-card__title{margin:14px 0 8px;font-size:22px}.preview-card__meta{color:var(--text-light);justify-content:space-between;gap:12px;font-size:14px;display:flex}.preview-card__meter{margin-top:18px}.preview-card__footer{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.preview-card__emoji{background:#e4efd1;border:3px solid #fffc;border-radius:24px;justify-content:center;align-items:center;width:68px;height:68px;font-size:34px;display:inline-flex;box-shadow:0 10px 24px #74b96d1a}.section-shell{padding:20px 20px 56px}.content-stage{position:relative}.content-stage:before{content:"";z-index:-2;background:0 0;position:fixed;inset:0}.section-intro{max-width:720px;margin-bottom:24px}.section-intro h1,.section-intro h2{margin:0 0 8px}.section-intro p{color:var(--text-light)}.step-dots{align-items:center;gap:8px;display:flex}.step-dots__item{background:#59c36a2e;border:2px solid #ffffffbf;border-radius:999px;height:14px;transition:width .3s,background .3s}.step-dots__item.is-active{background:var(--primary)}.panel-note{background:#59c36a14;border:2px solid #ffffffb8;border-radius:18px;padding:14px 18px;box-shadow:0 10px 20px #59c36a14}.option-card{cursor:pointer;background:#fffef7;border:3px solid #ffffffd1;border-radius:22px;align-items:center;gap:12px;padding:14px 18px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.option-card.is-selected{border-color:#59c36acc;transform:translateY(-1px);box-shadow:0 0 0 4px #59c36a24,0 16px 28px #59c36a1f}.page-surface{background:#fffdf5;border:3px solid #ffffffd1;border-radius:28px;box-shadow:0 18px 34px #59c36a1f}.info-stack{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.info-chip{border:3px solid #ffffffc2;border-radius:18px;padding:16px 18px;font-size:15px;line-height:1.75;box-shadow:0 10px 22px #59c36a14}.info-chip--primary{color:var(--text);background:#59c36a1a}.info-chip--accent{color:var(--text-light);background:#ffd84a24}.page-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-top:8px;display:flex}.page-toolbar__title{margin:0 0 6px;font-size:30px}.page-toolbar__desc{color:var(--text-light);margin:0}.page-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.article-search{width:100%;max-width:480px;position:relative}.article-search__icon{color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.article-card{flex-direction:column;min-height:100%;padding:26px;display:flex}.article-card__content{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex}.article-card__category{color:#fff;border-radius:14px;align-self:flex-start;align-items:center;margin-bottom:12px;padding:5px 11px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffff2e}.article-card__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:18px;line-height:1.4;display:-webkit-box;overflow:hidden}.article-card__meta{color:var(--text-light);margin-bottom:10px;font-size:12px}.article-card__summary{color:var(--text-light);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.article-card__audience,.article-card__hint{background:#ffffffb8;border:2px solid #ffffffc7;border-radius:18px;padding:14px 16px}.article-card__section-title{color:var(--primary);margin-bottom:6px;font-size:13px;font-weight:800}.article-card__section-text,.article-card__hint{color:var(--text);font-size:14px;line-height:1.7}.article-card__takeaways{flex-direction:column;gap:8px;display:flex}.article-card__takeaway-item{color:var(--text);gap:8px;font-size:14px;line-height:1.7;display:flex}.article-card__takeaway-dot{color:var(--primary);font-weight:800}.article-card__actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.article-detail-layer{z-index:120;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.article-detail-layer__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#211c1538;border:none;position:absolute;inset:0}.article-detail-panel{z-index:1;width:min(860px,100%);max-height:calc(100vh - 48px);position:relative;overflow:auto}.article-detail-panel__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.article-detail-panel__title{color:var(--text);margin:12px 0 10px;font-size:28px;line-height:1.3}.article-detail-panel__body{flex-direction:column;display:flex}.article-detail-panel__footer{justify-content:flex-start;margin-top:20px;display:flex}.course-page{min-height:100vh;padding-bottom:48px}.course-page__header{z-index:100;border-radius:28px;margin:16px 16px 0;padding:14px 20px;position:sticky;top:12px}.course-page__body{max-width:860px;margin:0 auto;padding:36px 24px 0}.course-page__hero{text-align:center;padding:24px 24px 34px}.course-page__location{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 20px;display:inline-flex}.course-page__location-badge{border-radius:999px;align-items:center;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.course-page__location-text{color:var(--text);font-size:14px;font-weight:800}.course-page__units{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:920px;margin:0 auto 24px;display:grid}.course-page__unit-card{text-align:left;background:#ffffffbd;border:3px solid #ffffffc7;border-radius:20px;padding:16px;box-shadow:0 10px 22px #59c36a14}.course-page__unit-title{margin-bottom:6px;font-size:14px;font-weight:800}.course-page__unit-meta{color:var(--text-light);font-size:12px;line-height:1.6}.course-page__hero-icon{width:88px;height:88px;color:var(--primary);background:#e4efd1;border:3px solid #fffc;border-radius:28px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex;box-shadow:0 14px 28px #74b96d14}.course-page__chapter-groups{flex-direction:column;gap:18px;display:flex}.course-page__chapter-group{flex-direction:column;gap:10px;display:flex}.course-page__chapter-group-title{font-size:14px;font-weight:800}.course-page__chapter-tabs{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none;gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.course-page__chapter-tabs::-webkit-scrollbar{display:none}.course-page__chapter-tabs.is-dragging{cursor:grabbing}.course-page__chapter-tab{white-space:nowrap;background:#fffef7;border:3px solid #ffffffc7;border-radius:16px;padding:11px 18px;font-size:13px;font-weight:800;box-shadow:0 8px #59c36a14}.course-page__chapter-tab.is-active{color:#fff;box-shadow:0 10px #59c36a29}.course-page__content{padding:30px}.course-page__text{color:var(--text);max-width:none;margin:0 0 24px;font-size:16px;line-height:2}.course-page__paragraph{margin:0 0 18px}.course-page__paragraph:last-child{margin-bottom:0}.course-page__highlight,.course-page__tip,.course-page__case,.course-page__exercise,.course-page__summary{border:3px solid #ffffffc7;border-radius:22px;max-width:none;margin:0 0 24px;padding:20px 24px;box-shadow:0 12px 24px #59c36a14}.course-page__highlight{background:#eef4df}.course-page__tip{background:#f7efc8}.course-page__case{background:#eef6fb}.course-page__exercise{background:#f6f2df}.course-page__summary{background:#f2f7e7}.course-page__tip.is-focused,.course-page__case.is-focused,.course-page__exercise.is-focused,.course-page__summary.is-focused{box-shadow:0 0 0 4px #74b96d24,0 12px 24px #59c36a1f}.course-page__block-title{margin-bottom:10px;font-size:15px;font-weight:800}.course-page__block-body{color:var(--text);font-size:15px;line-height:1.85}.course-page__exercise-item{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.course-page__exercise-item:last-child{margin-bottom:0}.course-page__exercise-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:9px}.course-page__media{border:3px solid #ffffffd1;border-radius:22px;max-width:none;margin:0 0 24px;overflow:hidden;box-shadow:0 14px 26px #74b96d14}.course-page__caption{color:var(--text-light);text-align:center;background:#fffef8;padding:12px 16px;font-size:13px}.course-illustration{padding:18px}.course-illustration__panel{border:3px solid #ffffffc7;border-radius:24px;min-height:280px;padding:26px;box-shadow:inset 0 2px #fffc}.course-illustration__eyebrow{color:#fff;border-radius:999px;align-items:center;margin-bottom:18px;padding:8px 16px;font-size:13px;font-weight:800;display:inline-flex}.course-illustration__title{margin:0 0 18px;font-size:28px;line-height:1.35}.course-illustration__summary{color:var(--text-light);margin-bottom:16px;font-size:15px;line-height:1.8}.course-illustration__lines{flex-direction:column;gap:12px;margin-bottom:22px;display:flex}.course-illustration__line{color:var(--text);align-items:flex-start;gap:10px;font-size:15px;line-height:1.7;display:flex}.course-illustration__line-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:8px}.course-illustration__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.course-illustration__card{text-align:center;min-height:88px;color:var(--text);cursor:pointer;background:#ffffffd9;border:3px solid #ffffffc2;border-radius:20px;justify-content:center;align-items:center;padding:16px;font-size:15px;font-weight:800;transition:transform .18s,box-shadow .18s;display:flex}.course-illustration__card:hover{transform:none}.course-illustration__card--accent{color:#fff}.course-illustration__preview{background:#ffffffc2;border:3px solid #ffffffbd;border-radius:20px;margin-top:18px;padding:18px 18px 20px}.course-illustration__preview-title{margin-bottom:10px;font-size:15px;font-weight:800}.course-illustration__preview-text p{color:var(--text);margin:0 0 10px;font-size:14px;line-height:1.75}.course-illustration__preview-text p:last-child{margin-bottom:0}.course-illustration__preview-btn{color:#fff;cursor:pointer;border:none;border-radius:14px;margin-top:14px;padding:10px 16px;font-size:13px;font-weight:800;box-shadow:0 8px 18px #59c36a2e}.course-page__complete-btn{color:#fff;cursor:pointer;border:3px solid #ffffffc2;border-radius:18px;align-items:center;gap:10px;padding:14px 36px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px #59c36a1f,0 18px 32px #59c36a24}.course-page__complete-btn:hover{transform:translateY(-2px)}.course-page__complete-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.course-page__congrats{text-align:center;background:#fffdf5;border:3px solid #ffffffd1;border-radius:28px;padding:60px 20px;box-shadow:0 18px 34px #74b96d1a}.course-page__congrats-icon{width:96px;height:96px;color:var(--accent4);background:#f6ebbf;border:3px solid #ffffffd1;border-radius:30px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.course-page__nav{justify-content:space-between;gap:12px;margin-top:16px;display:flex}.chat-shell{flex-direction:column;height:calc(100vh - 80px);padding:16px 16px 20px;display:flex;position:relative}.chat-shell__inner{border-radius:30px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-panel__body{min-height:0}.category-strip{scrollbar-width:thin}.section-heading{text-align:center;max-width:640px;margin:0 auto 36px}.section-heading h2{margin:0 0 10px;font-size:30px}.section-heading p{color:var(--text-light);font-size:16px}.feature-tile{padding:32px;position:relative;overflow:hidden}.feature-tile:before{content:none}.feature-tile:after{content:"";background:color-mix(in srgb, var(--card-accent) 32%, #fff 68%);border-radius:28px;width:120px;height:120px;position:absolute;top:-18px;right:-10px;transform:rotate(18deg)}.feature-tile__icon{z-index:1;background:color-mix(in srgb, var(--card-accent) 18%, #fff 82%);border:2px solid color-mix(in srgb, var(--ink-stroke,#5a5247) 30%, white 70%);width:84px;height:84px;box-shadow:0 8px 16px color-mix(in srgb, var(--card-accent) 14%, transparent);border-radius:28px;justify-content:center;align-items:center;margin-bottom:20px;font-size:38px;display:inline-flex;position:relative}.feature-tile h3{z-index:1;margin:0 0 10px;font-size:24px;position:relative}.feature-tile p{z-index:1;color:var(--text-light);margin:0;position:relative}.feature-tile__link{z-index:1;color:var(--card-accent);align-items:center;gap:8px;margin-top:22px;font-size:14px;font-weight:800;display:inline-flex;position:relative}.course-card{text-align:left;cursor:pointer}.course-card__top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.course-card__emoji{background:#e7f0d8;border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;font-size:30px;display:inline-flex}.course-card__progress{min-width:58px;color:var(--primary);text-align:center;background:#e5efdf;border-radius:16px;padding:8px 10px;font-size:13px;font-weight:800}.course-card h4{margin:0 0 8px;font-size:17px}.course-card p{color:var(--text-light);margin:0 0 16px;font-size:13px}.course-card__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.course-card__facts--compact{grid-template-columns:1fr}.course-card__fact{background:#ffffffb8;border:3px solid #ffffffc2;border-radius:18px;flex-direction:column;gap:4px;padding:12px 14px;display:flex;box-shadow:inset 0 1px #ffffffd1}.course-card__fact strong{color:var(--text);font-size:18px;line-height:1}.course-card__fact span{color:var(--text-light);font-size:12px;font-weight:700}.progress-demo{width:100%;max-width:none;margin:0}.progress-demo--wide{padding:30px 32px}.progress-row+.progress-row{margin-top:24px}.progress-row__meta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.testimonial-card{flex-direction:column;gap:16px;display:flex}.testimonial-card__avatar{background:#e4efd1;border:3px solid #ffffffd6;border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;font-size:34px;display:inline-flex}.testimonial-card p{color:var(--text-light);margin:0;font-style:italic}.cta-panel{text-align:center;background:#eef4df;padding:56px 40px;position:relative;overflow:hidden}.cta-panel__badge{color:var(--primary);background:#ffffffdb;border-radius:999px;margin-bottom:16px;padding:10px 16px;font-size:13px;font-weight:800;display:inline-flex}.cta-panel h2{margin:0 0 14px;font-size:34px}.cta-panel p{max-width:560px;color:var(--text-light);margin:0 auto 28px}.home-footer{color:var(--text);background:#f0f5e3;border:3px solid #ffffffd1;border-radius:36px;margin:0 20px 20px;padding:48px 0 0;box-shadow:0 24px 40px #59c36a24}.home-footer__brand{text-align:center;margin-bottom:48px}.home-footer__brandline{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.home-footer__brandline img{object-fit:contain;filter:brightness(4);width:38px;height:38px}.home-footer__title{color:var(--text);font-size:18px;font-weight:800}.home-footer__desc{max-width:680px;color:var(--text-light);margin:0 auto;font-size:14px;line-height:1.9}.home-footer__section h4{color:var(--text);margin:0 0 16px;font-size:15px}.home-footer__grid{align-items:start}.home-footer__section ul{margin:0;padding:0;list-style:none}.home-footer__section li{color:var(--text-light);flex-direction:column;gap:4px;margin-bottom:14px;font-size:13px;line-height:1.75;display:flex}.home-footer__section li strong{color:var(--text);font-size:13px;font-weight:800}.home-footer__section li span{color:var(--text-light)}.chat-panel__body>.consultation-summary-card:not(.consultation-summary-card--modal){display:none}.consultation-summary-card--modal{display:block}.home-footer__bottom{text-align:center;border-top:1px solid #59c36a1f;margin-top:48px;padding:28px 0 10px}.home-footer__links{justify-content:center;align-items:center;gap:20px;margin-top:20px;margin-bottom:16px;display:flex}.home-footer__disclaimer,.home-footer__copyright{color:color-mix(in srgb, var(--text-light) 70%, white 30%);font-size:12px}.home-footer__disclaimer{max-width:860px;margin:0 auto;line-height:1.9}.clay-card,.clay-btn,.clay-badge,.home-pill,.feature-tile__icon,.course-card__emoji,.course-card__progress,.course-card__fact,.course-page__unit-card,.course-page__chapter-tab,.course-illustration__card,.course-illustration__preview,.course-page__location-badge{--ink-stroke:#5a5247}.clay-card{border-width:2px;border-color:var(--ink-stroke);box-shadow:0 16px 28px #59c36a14,inset 0 2px #fffc,inset 0 -3px #59c36a14}.clay-card:hover{box-shadow:0 16px 28px #59c36a14,inset 0 2px #fffc,inset 0 -3px #59c36a14}.clay-btn{border-width:2px;border-color:var(--ink-stroke);box-shadow:0 12px 20px #59c36a0f,inset 0 1px #ffffffb8}.clay-btn-primary,.clay-btn-danger,.clay-btn-success{box-shadow:0 14px 22px #59c36a14,inset 0 1px #ffffff29}.clay-btn-primary:hover,.clay-btn-danger:hover,.clay-btn-success:hover,.clay-btn-secondary:hover{box-shadow:0 16px 26px #59c36a14,inset 0 1px #fff3}.clay-badge,.home-pill,.course-page__location-badge{border-width:1.5px;border-color:var(--ink-stroke);box-shadow:0 6px 12px #59c36a0f}.clay-badge.active{border-color:var(--ink-stroke);box-shadow:0 8px 14px #59c36a14}.feature-tile__icon,.course-card__emoji,.course-card__progress,.course-card__fact,.course-page__unit-card,.course-page__chapter-tab,.course-illustration__card,.course-illustration__preview{border-color:var(--ink-stroke);border-width:2px}.feature-tile__icon,.course-card__emoji,.course-card__progress,.course-card__fact,.course-page__unit-card,.course-page__chapter-tab,.course-illustration__card{box-shadow:0 8px 14px #59c36a0d}.feature-tile__icon{border-color:color-mix(in srgb, var(--ink-stroke) 30%, white 70%);box-shadow:0 8px 14px color-mix(in srgb, var(--card-accent) 12%, transparent);border-width:2px}.course-page__chapter-tab.is-active{box-shadow:0 10px 16px #59c36a14}@media (width<=1024px){.home-hero__grid,.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-actions--stats{grid-template-columns:1fr}}@media (width<=768px){.container{padding:0 18px}.home-header{margin:14px 14px 0;padding:14px 18px;top:8px}.home-hero{padding:42px 14px 16px}.home-hero__grid,.grid-2,.grid-3,.grid-4,.hero-stats,.hero-actions--stats{grid-template-columns:1fr}.hero-panel,.cta-panel{padding:26px 22px}.home-hero__cta{flex-direction:column;align-items:stretch}.home-hero__cta .clay-btn{width:100%}.section-shell{padding:12px 14px 42px}.page-toolbar{flex-direction:column;align-items:flex-start;gap:14px}.page-toolbar__title{font-size:26px}.article-search{max-width:none}.course-page__header,.course-page__body,.chat-shell{margin:12px 12px 0;padding-left:14px;padding-right:14px}.course-page__content{padding:22px}.course-page__units{grid-template-columns:1fr}.course-page__location{justify-content:center}.course-page__header{flex-wrap:wrap;align-items:flex-start;top:8px}.course-page__text,.course-page__highlight,.course-page__tip,.course-page__case,.course-page__exercise,.course-page__summary,.course-page__media{max-width:100%}.course-illustration__panel{min-height:auto;padding:20px}.course-illustration__title{font-size:22px}.course-illustration__cards{grid-template-columns:1fr}.course-page__nav{flex-direction:column}.course-page__chapter-tabs{gap:8px;margin-bottom:22px}.course-page__chapter-tab{padding:10px 14px}.article-card{padding:22px}.article-detail-layer{align-items:flex-end;padding:14px}.article-detail-panel{max-height:calc(100vh - 20px)}.article-detail-panel__header{flex-direction:column;align-items:stretch}.course-card__facts{grid-template-columns:1fr}.category-strip{margin-right:-6px;padding-bottom:12px!important}.page-actions{align-items:stretch}.page-actions .clay-btn{width:100%}.chat-shell{height:calc(100vh - 76px);padding-bottom:16px}.chat-panel__header{padding:14px 16px!important}.chat-panel__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.chat-panel__actions>:last-child{grid-column:1/-1;width:100%}.chat-panel__body{padding:16px!important}.chat-panel__input{padding:12px 14px!important}.chat-panel__input-wrap{gap:8px!important}.chat-panel__textarea{min-height:42px!important;font-size:14px!important}.home-footer{border-radius:28px;margin:0 14px 14px;padding-top:40px}.home-footer__grid{grid-template-columns:1fr!important}.home-footer__links{flex-wrap:wrap;gap:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app,.app *,.app :before,.app :after{box-shadow:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#74b96d;--primary-light:#a7d59d;--primary-dark:#4e8e57;--secondary:#e8c766;--secondary-light:#f4e2a5;--accent1:#7cb9d8;--accent1-light:#b7dbeb;--accent2:#e1b16a;--accent2-light:#efcf9a;--accent3:#96c77a;--accent3-light:#c5e0b6;--accent4:#d8a36a;--accent4-light:#e8c49a;--bg:#f4f8e8;--bg-soft:#fcfbf2;--bg-white:#fff;--text:#355244;--text-light:#67806e;--text-lighter:#a4b7aa;--shadow-light:#fffffff2;--shadow-dark:#4e8e5724;--shadow-inset-light:#ffffffd1;--shadow-inset-dark:#4e8e570f;--border-light:#ffffffc7;--glass-bg:#ffffffc2;--surface-strong:#fffffff0;--font-sans:"Nunito", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", system-ui, -apple-system, sans-serif;--font-display:"Fredoka", "Nunito", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-mono:"SF Mono", "Fira Code", Consolas, monospace;--radius-sm:14px;--radius-md:18px;--radius-lg:26px;--radius-xl:36px;--transition:all .3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f8e8;min-height:100vh;line-height:1.6}#root{min-height:100vh}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.01em}img{max-width:100%;height:auto}button{cursor:pointer;font-family:var(--font-sans);border:none;outline:none}input,textarea,select{font-family:var(--font-sans);outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#74b96d47;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#74b96d6b}
