.home-page .main-content{padding:0}.home-page .section{padding:6rem 0;overflow:hidden}.home-page .section-title{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;text-align:center;background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.05))}.home-page .section-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto 4rem;text-align:center;color:var(--text-color)}.home-page .hero{padding:8rem 0;text-align:center}.home-page .hero-title{font-size:3.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-page .hero-subtitle{font-size:1.3rem;max-width:800px;margin:0 auto 2.5rem;color:var(--text-color);font-weight:400}.home-page .hero-actions{display:flex;justify-content:center;align-items:center;gap:1.5rem}.home-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.home-page .feature-card{background:var(--surface-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:var(--border-radius-lg);padding:2.5rem;text-align:center;box-shadow:0 8px 30px var(--shadow-color);border:2px solid var(--border-color);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.home-page .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px var(--shadow-hover-color)}.home-page .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:18px;margin-bottom:1.5rem;background:var(--primary-gradient);color:#fff;box-shadow:0 10px 20px var(--shadow-color)}.home-page .feature-icon svg{width:36px;height:36px;fill:currentColor}.home-page .feature-title{font-size:1.5rem;font-weight:700;color:var(--heading-color);margin-bottom:1rem}.home-page .cta-section{background:var(--primary-gradient);border-radius:var(--border-radius-lg);padding:4rem 2.5rem;margin:4rem auto;text-align:center;box-shadow:0 20px 50px var(--shadow-hover-color)}.home-page .cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.home-page .cta-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;color:#fffc}@media (max-width: 768px){.home-page .section{padding:4rem 0}.home-page .hero{padding:5rem 0}.home-page .hero-title{font-size:2.5rem}.home-page .hero-subtitle{font-size:1.1rem}.home-page .hero-actions{flex-direction:column}.home-page .section-title{font-size:2.2rem}}.wizard-page .wizard-container{background:var(--surface-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:var(--border-radius-lg);box-shadow:0 15px 40px var(--shadow-color);border:2px solid var(--border-color);overflow:hidden;margin-top:2rem}.wizard-page .wizard-progress{display:flex;background-color:#00000005;border-bottom:1px solid var(--input-border-color)}.wizard-page .wizard-step{flex:1;text-align:center;padding:1rem;color:#a0aec0;font-weight:600;font-size:.9rem;position:relative;cursor:pointer;transition:color .3s ease}.wizard-page .wizard-step:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .4s ease}.wizard-page .wizard-step.active{color:var(--heading-color)}.wizard-page .wizard-step.active:after{transform:scaleX(1)}.wizard-page .wizard-step.completed{color:var(--heading-color)}.wizard-page .wizard-step.completed:not(.active):hover{color:#004d40}.wizard-page .wizard-content{padding:2.5rem 3rem}.wizard-page .wizard-form-step{display:none}.wizard-page .wizard-form-step.active{display:block;animation:stepFadeIn .5s ease-out}@keyframes stepFadeIn{0%{opacity:0}to{opacity:1}}.wizard-page .step-title{font-size:1.8rem;font-weight:700;color:var(--heading-color);margin-bottom:.5rem}.wizard-page .step-subtitle{font-size:1rem;color:var(--text-color);margin-bottom:2.5rem}.wizard-page .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.wizard-page .form-group{display:flex;flex-direction:column}.wizard-page .form-group.full-width{grid-column:1 / -1}.wizard-page .form-label{font-weight:600;color:var(--heading-color);margin-bottom:.5rem;font-size:.95rem}.wizard-page .form-label.required:after{content:"*";color:#f44336;margin-left:4px}.file-upload-area{border:2px dashed #00838f;border-radius:12px;padding:2rem;text-align:center;background-color:#f0f7f8;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.file-upload-area:hover{background-color:#e0f7fa;border-color:#006064}.upload-label{cursor:pointer;display:block}.upload-icon{font-size:2.5rem;margin-bottom:.5rem}.upload-text{font-size:1.1rem;font-weight:600;color:#00838f;margin-bottom:.2rem}.upload-hint{font-size:.9rem;color:#666}.divider-text{text-align:center;color:#999;margin:1.5rem 0;font-size:.9rem;position:relative}.divider-text:before,.divider-text:after{content:"";display:inline-block;width:60px;height:1px;background:#e0e0e0;vertical-align:middle;margin:0 10px}.wizard-page .form-input,.wizard-page .form-select,.wizard-page .form-textarea{width:100%;padding:.8rem 1rem;font-size:1rem;border:1px solid var(--input-border-color);background-color:var(--input-bg-color);border-radius:12px;transition:all .2s ease;font-family:inherit}.wizard-page .form-input:focus,.wizard-page .form-select:focus,.wizard-page .form-textarea:focus{outline:none;border-color:var(--input-focus-color);box-shadow:0 0 0 3px #0097a733}.wizard-page .form-textarea{min-height:200px;resize:vertical;line-height:1.6;font-family:SF Mono,Courier New,monospace;font-size:.9rem}.wizard-page .form-hint{font-size:.85rem;color:var(--text-color);margin-top:.5rem;background-color:#f0f7f8;padding:.5rem 1rem;border-radius:8px}.wizard-page .radio-group,.wizard-page .checkbox-group{display:flex;gap:1rem;margin-top:.25rem;flex-wrap:wrap}.wizard-page .radio-group label,.wizard-page .checkbox-group label{display:inline-block;padding:.6rem 1.2rem;border:1px solid var(--input-border-color);border-radius:10px;cursor:pointer;transition:all .2s ease;background-color:var(--input-bg-color)}.wizard-page .radio-group input[type=radio],.wizard-page .checkbox-group input[type=checkbox]{display:none}.wizard-page .radio-group input:checked+label,.wizard-page .checkbox-group input:checked+label{background:#e0f7fa;border-color:var(--input-focus-color);color:var(--heading-color);font-weight:600}.wizard-page .dynamic-list-group{display:flex;align-items:flex-end;gap:1rem}.wizard-page .dynamic-list-group .form-group{flex-grow:1}.wizard-page .rest-days-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.wizard-page .rest-day-item{display:flex;justify-content:space-between;align-items:center;background-color:var(--input-bg-color);padding:.5rem 1rem;border-radius:8px;border:1px solid var(--input-border-color)}.wizard-page .remove-btn{cursor:pointer;color:#f44336;font-weight:700;background:none;border:none;font-size:1.2rem}.wizard-page .wizard-actions{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--input-border-color)}.wizard-page .btn:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;box-shadow:none;transform:none}.wizard-page .loader-container{text-align:center;padding:4rem 2rem}.wizard-page .loader{display:inline-block;width:60px;height:60px;border:5px solid rgba(0,151,167,.2);border-top-color:#0097a7;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.wizard-page .loader-text{font-size:1.2rem;font-weight:600;color:var(--heading-color)}@media (max-width: 768px){.wizard-page .wizard-content{padding:2rem 1.5rem}.wizard-page .form-grid{grid-template-columns:1fr}.wizard-page .wizard-step{font-size:.8rem;padding:.8rem .5rem}.wizard-page .form-group.full-width[style*=grid-template-columns]{grid-template-columns:1fr!important}}.plan-page .plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.plan-page .plan-title-group h1{font-size:2.5rem;font-weight:800;color:var(--heading-color);margin:0}.plan-page .plan-title-group p{font-size:1.1rem;color:var(--text-color);margin:0}.plan-version-badge{font-size:.85rem;font-weight:600;background:var(--surface-color);color:var(--heading-color);padding:.3rem .8rem;border-radius:20px;border:1px solid var(--border-color);box-shadow:0 2px 5px #0000000d}.plan-subtitle{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:.8rem}.plan-badges{display:flex;gap:.8rem}.plan-subject{font-size:1.1rem;color:var(--text-color);font-weight:500}.plan-mode-badge{font-size:.85rem;font-weight:600;background:linear-gradient(135deg,#00acc1,#00838f);color:#fff;padding:.3rem .8rem;border-radius:20px;box-shadow:0 2px 5px #00838f4d;letter-spacing:.5px}.plan-page .plan-actions{display:flex;gap:1rem}.plan-page .btn-outline{background:transparent;color:#00acc1;border:2px solid #00acc1;transition:all .3s ease}.plan-page .btn-outline:hover{background:#00acc1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00acc140}.plan-page .summary-card{background:var(--surface-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:var(--border-radius-lg);padding:2rem;box-shadow:0 8px 30px var(--shadow-color);border:2px solid var(--border-color);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.plan-page .summary-item{text-align:center}.plan-page .summary-item .value{font-size:2rem;font-weight:700;color:#00838f}.plan-page .summary-item .label{font-size:.9rem;color:var(--text-color);font-weight:500}.plan-page .view-switcher{display:flex;justify-content:center;margin-bottom:2.5rem;background:#e0f7fa;padding:.5rem;border-radius:12px}.plan-page .view-switcher .btn{border-radius:8px;flex-grow:1;max-width:150px;background:transparent;color:var(--text-color)}.plan-page .view-switcher .btn.active{background:#fff;color:var(--heading-color);box-shadow:0 4px 10px #0000001a}.plan-page .plan-view{display:none;animation:viewFadeIn .5s ease-out}.plan-page .plan-view.active{display:block}@keyframes viewFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.plan-page .calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;padding:1rem}.plan-page .calendar-header{text-align:center;padding:.5rem;font-weight:600;background:#f1f8e9;color:#2e7d32;border-radius:4px}.plan-page .calendar-day{min-height:120px;background:#fff;border:1px solid #f0f0f0;padding:5px;position:relative;border-radius:6px;transition:all .2s}.plan-page .calendar-day:hover{box-shadow:0 4px 12px #00000014;z-index:2}.plan-page .calendar-day.other-month{background:#fafafa;border:none}.plan-page .calendar-day.is-holiday{background-color:#fff8e1;border-color:#ffe082}.calendar-holiday-mark{font-size:.7rem;background:#ff6f00;color:#fff;padding:1px 3px;border-radius:3px;margin-left:4px}.plan-page .day-number{font-size:.9rem;font-weight:600;margin-bottom:5px;color:var(--text-color)}.plan-page .day-task{font-size:.75rem;padding:2px 4px;margin-bottom:2px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:#fff}.task-learn{background:#00acc1}.task-practice{background:#2e7d32}.task-review{background:#ff8f00}.task-break{background:#78909c;color:#fff}.more-tasks{font-size:.75rem;color:#00838f;text-align:center;margin-top:4px;cursor:pointer;font-weight:500;padding:2px 0;border-radius:4px;transition:background-color .2s}.more-tasks:hover{background-color:#e0f7fa;color:#006064}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem}.calendar-controls .btn{background:#fff;color:#00acc1;border:1px solid #b2ebf2;padding:.6rem 1.5rem;font-size:.9rem;border-radius:20px;transition:all .3s ease;box-shadow:0 2px 5px #00000005}.calendar-controls .btn:hover{background:#00acc1;color:#fff;border-color:#00acc1;transform:translateY(-2px);box-shadow:0 4px 12px #00acc140}.current-date-label{font-size:1.2rem;font-weight:600;color:var(--heading-color)}.week-view-scroll-container{overflow-x:auto;padding-bottom:10px}.week-view-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;min-width:1000px}.week-view-scroll-container .calendar-controls{min-width:1000px}.week-day-column{background:var(--surface-color);border-radius:8px;padding:10px;min-height:400px;border:1px solid var(--border-color)}.week-day-header{text-align:center;font-weight:700;padding-bottom:10px;border-bottom:1px solid var(--border-color);margin-bottom:10px;color:var(--heading-color)}.week-day-header span{display:block;font-size:.8rem;font-weight:400;color:#666}.week-task-item{margin-bottom:8px;cursor:pointer}.week-task-card{padding:8px;border-radius:6px;color:#fff;box-shadow:0 2px 4px #0000001a}.week-task-card h4{margin:0 0 4px;font-size:.9rem}.task-title-mini{margin:0;font-size:.75rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.duration-badge{display:inline-block;font-size:.7rem;background:#0003;padding:1px 4px;border-radius:4px;margin-top:4px}.list-view-container{max-width:800px;margin:0 auto}.timeline-style{position:relative;padding-left:20px}.timeline-item{display:flex;margin-bottom:2rem;position:relative}.timeline-marker-column{display:flex;flex-direction:column;align-items:center;margin-right:1.5rem;position:relative;min-width:24px}.timeline-line{position:absolute;top:24px;bottom:-2rem;width:2px;background-color:#e0e0e0;z-index:0}.timeline-item:last-child .timeline-line{display:none}.timeline-dot{width:24px;height:24px;border-radius:50%;background-color:#fff;border:2px solid #00838f;z-index:1;display:flex;justify-content:center;align-items:center;color:#00838f;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.timeline-dot:hover{transform:scale(1.1);background-color:#e0f7fa}.timeline-item.is-today .timeline-dot{background-color:#e65100;border-color:#e65100;color:#fff;box-shadow:0 0 0 4px #e6510033}.timeline-content{flex-grow:1;background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;transition:all .3s ease}.timeline-item.is-today .timeline-content{border-color:#ffcc80;box-shadow:0 4px 15px #e651001a}.timeline-item.is-expanded .timeline-content{box-shadow:0 8px 20px #00000014;border-color:#b2ebf2}.timeline-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;cursor:pointer;transition:background-color .2s}.timeline-header:hover{background-color:#f9f9f9}.timeline-tasks{border-top:1px solid #f0f0f0;background:#fafafa;padding:1rem;animation:slideDown .3s ease-out}.list-day-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.list-day-header-right{display:flex;align-items:center;gap:1rem}.list-stat-item{display:flex;flex-direction:column;align-items:center;min-width:40px}.stat-value{font-size:1.1rem;font-weight:700;color:#00838f;line-height:1.2}.stat-label{font-size:.7rem;color:#888}.stat-divider{width:1px;height:20px;background-color:#e0e0e0}.task-count-badge,.list-day-summary{display:none}.list-day-badges{display:flex;gap:.5rem}.list-day-date{margin:0;font-size:1.1rem;color:var(--heading-color);font-weight:600}.today-badge{font-size:.7rem;background:#e65100;color:#fff;padding:2px 8px;border-radius:12px}.holiday-badge{font-size:.7rem;background:#fff3e0;color:#e65100;padding:2px 8px;border-radius:12px;font-weight:400}.list-task-item{display:flex;align-items:flex-start;background:#fff;padding:1rem;border-radius:8px;margin-bottom:.8rem;box-shadow:0 1px 3px #0000000d;transition:transform .2s;cursor:pointer;border:1px solid transparent}.list-task-item:last-child{margin-bottom:0}.list-task-item:hover{transform:translate(5px);border-color:#b2ebf2}.list-task-time{width:60px;font-size:.9rem;color:#555;font-weight:500;flex-shrink:0}.list-task-type-badge{font-size:.8rem;padding:2px 8px;border-radius:12px;margin-right:1rem;color:#fff;flex-shrink:0}.list-task-content{flex-grow:1}.list-task-title{font-weight:600;color:var(--heading-color);margin-bottom:4px}.list-task-chapter{font-size:.8rem;color:#888}.list-task-duration{font-size:.8rem;color:#00838f;font-weight:500;width:80px;text-align:right;flex-shrink:0}.empty-future-text{text-align:center;padding:3rem;color:#90a4ae;background:#f5f5f5;border-radius:12px;margin-top:2rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-overlay.visible{opacity:1;pointer-events:auto}.modal-container{background:#fff;width:90%;max-width:600px;border-radius:16px;box-shadow:0 20px 50px #0003;overflow:hidden;transform:scale(.9);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.modal-overlay.visible .modal-container{transform:scale(1)}.modal-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:flex-start;background:#f9f9f9}.modal-title-group{flex-grow:1}.modal-task-type-badge{display:inline-block;font-size:.8rem;padding:4px 10px;border-radius:20px;color:#fff;margin-bottom:.5rem}.modal-title{margin:0;font-size:1.5rem;color:var(--heading-color)}.modal-close-btn{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#999}.modal-body{padding:2rem;max-height:60vh;overflow-y:auto}.modal-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;background:#f5f5f5;padding:1.5rem;border-radius:12px}.modal-meta-item strong{display:block;font-size:.85rem;color:#666;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.modal-meta-item span{font-size:1.1rem;font-weight:600;color:var(--heading-color)}.modal-learning-content{line-height:1.6;color:var(--text-color)}.modal-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:1rem;background:#f9f9f9}.qr-code-container{width:200px;height:200px;background:#f0f0f0;margin:2rem auto;display:flex;justify-content:center;align-items:center;border-radius:12px;position:relative;overflow:hidden}.qr-code-placeholder{color:#999}.qr-code-status{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#00838f}.qr-code-status svg{width:64px;height:64px;margin-bottom:1rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #eee;border-radius:8px;cursor:pointer;transition:all .2s}.history-item:hover{border-color:#b2ebf2;background:#e0f7fa}.history-item.active{border-color:#00acc1;background:#e0f7fa;box-shadow:0 2px 8px #00acc11a}.history-item-left{display:flex;align-items:center;gap:1rem}.history-version{font-weight:700;color:#00838f;font-size:1.1rem}.history-date{color:#888;font-size:.9rem}.history-item-right{display:flex;align-items:center;gap:1rem}.history-summary{font-size:.9rem;color:#555;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.current-badge{font-size:.75rem;background:#00acc1;color:#fff;padding:2px 6px;border-radius:4px}:root{--primary-gradient: linear-gradient(135deg, #00acc1 0%, #0097a7 100%);--text-gradient: linear-gradient(135deg, #00838f 0%, #00acc1 100%);--background-gradient: linear-gradient(135deg, #f0fdff 0%, #e0f7fa 100%);--surface-color: rgba(255, 255, 255, .95);--text-color: #546e7a;--heading-color: #00695c;--border-color: rgba(0, 131, 143, .15);--input-bg-color: #f7fafc;--input-border-color: #e2e8f0;--input-focus-color: #0097a7;--shadow-color: rgba(0, 172, 193, .15);--shadow-hover-color: rgba(0, 172, 193, .25);--border-radius-lg: 24px;--border-radius-pill: 50px;--task-learn-bg: #e0f7fa;--task-learn-text: #00796b;--task-practice-bg: #e8f5e9;--task-practice-text: #388e3c;--task-review-bg: #fff3e0;--task-review-text: #f57c00}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hirgano Sans GB,Microsoft YaHei,sans-serif;background:var(--background-gradient);color:var(--text-color);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative}body:before,body:after{content:"";position:fixed;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:-1}body:before{width:500px;height:500px;top:-150px;right:-150px;animation:float 10s ease-in-out infinite}body:after{width:400px;height:400px;bottom:-100px;left:-100px;animation:float 12s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-20px) scale(1.1)}}.app-shell{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;padding:0}.content-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{padding:.8rem 2rem;border:none;border-radius:var(--border-radius-pill);font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;letter-spacing:.5px}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 10px 25px var(--shadow-color)}.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 15px 35px var(--shadow-hover-color);color:#fff}.btn-secondary{background:#fffc;color:var(--heading-color);box-shadow:0 4px 15px #0000000d;border:1px solid var(--border-color)}.btn-secondary:hover{background:#fff;transform:translateY(-3px);color:var(--heading-color)}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.main-header{background-color:#ffffffb3;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border-color);padding:1.25rem 2.5rem;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.main-footer{background-color:transparent;color:#00695c;padding:4rem 2.5rem 3rem;text-align:center}.footer-container{max-width:1400px;margin:0 auto}.logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--heading-color);font-weight:600;font-size:1.3rem}.logo-icon{width:36px;height:36px;color:#0097a7}.footer-nav-links{list-style:none;display:flex;justify-content:center;gap:2.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:0}.footer-nav-links a{color:var(--heading-color);text-decoration:none;transition:color .2s ease;font-weight:500}.footer-nav-links a:hover{color:#004d40}.footer-legal-info{font-size:.9rem;color:#00796b}.footer-legal-info a{color:#00796b;text-decoration:none}.footer-legal-info a:hover{text-decoration:underline;color:#004d40}.footer-legal-info span{padding:0 .75rem;color:#00796b66}@media (max-width: 768px){.main-header,.main-footer{padding:1.5rem}}
