.wizard-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:3rem;padding:0 1rem;flex-wrap:wrap}.wizard-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.wizard-step-number{width:40px;height:40px;border-radius:50%;background:var(--color-gray-200);color:var(--color-gray-500);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:.3s}.wizard-step.active .wizard-step-number,.wizard-step.completed .wizard-step-number{background:var(--color-accent);color:#fff}.wizard-step.completed .wizard-step-number::after{content:'\2713';font-size:1.25rem}.wizard-step.completed .wizard-step-number{font-size:0}.wizard-step-label{font-size:.75rem;font-weight:600;color:var(--color-gray-500);text-align:center;max-width:80px}.wizard-step.active .wizard-step-label{color:var(--color-primary)}.wizard-step-connector{width:60px;height:3px;background:var(--color-gray-200);margin:0 .5rem 1.5rem;transition:background .3s}.wizard-step.completed+.wizard-step-connector{background:var(--color-accent)}@media (max-width:640px){.wizard-step-connector{width:30px}.wizard-step-label{font-size:.65rem;max-width:60px}.wizard-step-number{width:32px;height:32px;font-size:.875rem}}.wizard-content{position:relative}.wizard-panel{display:none;animation:.3s fadeIn}.wizard-panel.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-200);gap:1rem;flex-wrap:wrap}.wizard-actions .btn{display:inline-flex;align-items:center;gap:.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:var(--color-primary);margin-bottom:.5rem;font-size:.95rem}.form-hint{font-size:.8rem;color:var(--color-gray-500);margin-top:.25rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);background:#fff;color:var(--color-text-primary);transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-input:focus,.form-select:focus{outline:0;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(117,195,44,.15)}.form-range{width:100%;height:8px;-webkit-appearance:none;appearance:none;background:var(--color-gray-200);border-radius:4px;outline:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--color-accent);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:transform .2s}.form-range::-webkit-slider-thumb:hover{transform:scale(1.1)}.form-range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--color-accent);cursor:pointer;border:none}.range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-gray-500);margin-top:.25rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;transition:.2s;font-weight:500}.checkbox-item:hover{border-color:var(--color-accent)}.checkbox-item:has(input:checked){background:rgba(117,195,44,.1);border-color:var(--color-accent);color:var(--color-primary)}.checkbox-item input{accent-color:var(--color-accent);width:18px;height:18px}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;transition:.2s}.radio-item:hover{border-color:var(--color-accent)}.radio-item:has(input:checked){background:rgba(117,195,44,.08);border-color:var(--color-accent)}.radio-item input{accent-color:var(--color-accent);width:20px;height:20px;margin-top:2px;flex-shrink:0}.radio-content{display:flex;flex-direction:column;gap:.25rem}.radio-title{font-weight:600;color:var(--color-primary)}.radio-desc{font-size:.85rem;color:var(--color-gray-500)}.exam-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-200)}.exam-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.exam-stat{text-align:center;padding:1rem;background:var(--color-gray-50);border-radius:var(--radius-md)}.exam-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-accent)}.exam-stat-label{display:block;font-size:.75rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.exam-domains{display:flex;flex-direction:column;gap:.5rem}.exam-domain{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-gray-50);border-radius:var(--radius-md)}.exam-domain-weight{font-weight:700;color:var(--color-accent);min-width:45px}.exam-domain-name{color:var(--color-text-primary);font-weight:500}.plan-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.plan-header h2{margin-bottom:.25rem}.plan-actions{display:flex;gap:.5rem;flex-wrap:wrap}.plan-actions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem}.plan-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.plan-summary-stat{background:#fff;padding:1.5rem 1rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md)}.plan-summary-value{display:block;font-size:2rem;font-weight:700;color:var(--color-primary)}.plan-summary-label{display:block;font-size:.75rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}@media (max-width:768px){.plan-summary{grid-template-columns:repeat(2,1fr)}}.plan-timeline{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.timeline-week{border-bottom:1px solid var(--color-gray-100)}.timeline-week:last-child{border-bottom:none}.timeline-week-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--color-gray-50);cursor:pointer;transition:background .2s}.timeline-week-header:hover{background:var(--color-gray-100)}.timeline-week-title{font-weight:700;color:var(--color-primary)}.timeline-week-dates{font-size:.85rem;color:var(--color-gray-500)}.timeline-week-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.timeline-week.expanded .timeline-week-toggle{transform:rotate(180deg)}.timeline-week-content{display:none;padding:0}.timeline-week.expanded .timeline-week-content{display:block}.timeline-day{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--color-gray-100)}.timeline-day-date{min-width:80px;text-align:center}.timeline-day-dow{display:block;font-size:.75rem;font-weight:600;color:var(--color-gray-500);text-transform:uppercase}.timeline-day-num{display:block;font-size:1.25rem;font-weight:700;color:var(--color-primary)}.timeline-day-content{flex:1}.timeline-day-topic{font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.timeline-day-desc{font-size:.85rem;color:var(--color-gray-500)}.timeline-day-badge{display:inline-block;padding:.25rem .5rem;font-size:.7rem;font-weight:600;border-radius:var(--radius-sm);text-transform:uppercase}.timeline-day-badge.study{background:rgba(117,195,44,.15);color:var(--color-accent-dark)}.timeline-day-badge.practice{background:rgba(59,130,246,.15);color:#2563eb}.timeline-day-badge.review{background:rgba(245,158,11,.15);color:#d97706}.timeline-day-badge.exam{background:rgba(220,38,38,.15);color:#dc2626}.progress-overview{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:2rem;flex-wrap:wrap}.progress-ring-container{position:relative;width:150px;height:150px}.progress-ring{transform:rotate(-90deg)}.progress-ring-bg{fill:none;stroke:var(--color-gray-200);stroke-width:10}.progress-ring-fill{fill:none;stroke:var(--color-accent);stroke-width:10;stroke-linecap:round;stroke-dasharray:408.4;stroke-dashoffset:408.4;transition:stroke-dashoffset .5s}.progress-ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-ring-text span:first-child{display:block;font-size:1.75rem;font-weight:700;color:var(--color-primary)}.progress-ring-text span:last-child{display:block;font-size:.75rem;color:var(--color-gray-500)}.progress-stats{display:flex;gap:2rem;flex-wrap:wrap}.progress-stat{text-align:center}.progress-stat-value{display:block;font-size:2rem;font-weight:700;color:var(--color-primary)}.progress-stat-label{display:block;font-size:.75rem;color:var(--color-gray-500)}.progress-calendar{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-title{font-weight:700;color:var(--color-primary)}.calendar-nav{display:flex;gap:.5rem}.calendar-nav button{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-gray-200);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.calendar-nav button:hover{background:var(--color-gray-100)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-weekday{text-align:center;font-size:.7rem;font-weight:600;color:var(--color-gray-500);text-transform:uppercase;padding:.5rem 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:.2s;position:relative}.calendar-day:hover:not(.empty):not(.disabled){background:var(--color-gray-100)}.calendar-day.empty{cursor:default}.calendar-day.disabled{color:var(--color-gray-300);cursor:not-allowed}.calendar-day.today{border:2px solid var(--color-accent)}.calendar-day.study-day{background:rgba(117,195,44,.1)}.calendar-day.completed{background:var(--color-accent);color:#fff}.calendar-day.completed::after{content:'\2713';position:absolute;bottom:2px;right:2px;font-size:.6rem}.modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal.hidden{display:none}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.modal-content{position:relative;background:#fff;border-radius:var(--radius-lg);padding:2rem;max-width:500px;width:100%;box-shadow:var(--shadow-xl)}.modal-content h3{margin-bottom:.5rem}.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:var(--color-gray-100);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:var(--color-gray-200)}.share-link-group{display:flex;gap:.5rem;margin-top:1rem}.share-link-group .form-input{flex:1}.reminder-status{text-align:center;padding:2rem 1rem}.reminder-status-icon{color:var(--color-gray-400);margin-bottom:1rem}.reminder-status-icon svg{width:48px;height:48px;margin:0 auto}.reminder-status.enabled .reminder-status-icon{color:var(--color-accent)}@media print{.footer,.header,.modal,.plan-actions,.skip-link,.wizard-actions,.wizard-progress{display:none!important}body{background:#fff!important}.section{padding:1rem 0!important}.plan-summary,.plan-timeline,.progress-calendar{box-shadow:none!important;border:1px solid #ddd!important}.timeline-week-content{display:block!important}.timeline-week-toggle{display:none!important}@page{margin:1cm}}@media (max-width:640px){.exam-stats{grid-template-columns:1fr}.plan-header{flex-direction:column}.progress-overview{flex-direction:column;gap:2rem}.progress-stats{justify-content:center}}