.dark-theme{background-color:#141414;color:#fff}.dark-theme .backdrop{background-size:cover;background-position:center top;background-repeat:no-repeat;position:relative}.dark-theme .backdrop .backdrop-overlay{background:linear-gradient(to bottom,#14141480,#141414e6);padding:3rem 0}.dark-theme .section-heading h2:after{background-color:#e94560}.dark-theme .card{background-color:#1f1f1f}.dark-theme .card p{color:#b3b3b3}.dark-theme .btn-secondary{color:#fff;border:2px solid #e94560}.dark-theme .btn-secondary:hover{background-color:#e9456033}body{background-color:#fdfdfd;margin:0;font-family:Architects Daughter,serif;padding:0;overflow-x:hidden}.hero-gradient{background:linear-gradient(135deg,#e9456026,#1a1a2e1a,#e9456033);border-radius:8px;position:relative;overflow:hidden}.hero-gradient:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}.striking-card{position:relative;background:linear-gradient(145deg,#fffffff2,#f9f9f9fa);border-radius:8px;box-shadow:0 8px 25px #00000014,0 3px 10px #0000000a;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.striking-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e94560,#ff6b8a,#e94560);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.striking-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001f,0 8px 25px #e9456026}.striking-card:hover:before{transform:scaleX(1)}.pulse-animation{animation:pulse 2s infinite}.fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.stagger-animation:nth-child(1){animation-delay:.1s}.stagger-animation:nth-child(2){animation-delay:.2s}.stagger-animation:nth-child(3){animation-delay:.3s}.stagger-animation:nth-child(4){animation-delay:.4s}.stagger-animation:nth-child(5){animation-delay:.5s}.stagger-animation:nth-child(6){animation-delay:.6s}.enhanced-button{background:linear-gradient(135deg,#e94560,#ff4d6d);border:none;border-radius:30px;padding:.875rem 2rem;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 15px #e945604d}.enhanced-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.enhanced-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e9456066}.enhanced-button:hover:before{left:100%}.enhanced-button:active{transform:translateY(0)}.striking-empty-state{background:linear-gradient(135deg,#e945600d,#1a1a2e08);border:2px dashed rgba(233,69,96,.2);border-radius:8px;position:relative;overflow:hidden}.striking-empty-state:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(233,69,96,.1) 0%,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}.striking-empty-state .content{position:relative;z-index:1;justify-items:center}.dark-theme .striking-card{background:linear-gradient(145deg,#1f1f1ff2,#191919fa)}.dark-theme .striking-card:hover{box-shadow:0 20px 40px #0000004d,0 8px 25px #e9456033}.dark-theme .hero-gradient{background:linear-gradient(135deg,#e9456033,#1f1f1f4d,#e9456040)}.dark-theme .striking-empty-state{background:linear-gradient(135deg,#e945601a,#1f1f1f4d);border-color:#e945604d}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:400px}@media (max-width: 768px){.toast-container{top:10px;right:10px;left:10px;max-width:none}}.toast{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #0000001a;background:#fff;border-left:4px solid;pointer-events:auto;animation:slideInRight .3s ease-out;min-width:300px}@media (max-width: 768px){.toast{min-width:auto}}.toast .toast-content{display:flex;align-items:center;gap:8px;flex:1}.toast .toast-icon{font-size:18px;font-weight:700;flex-shrink:0}.toast .toast-message{font-size:14px;line-height:1.4;color:var(--text-primary, #1a1a1a);word-break:break-word}.toast .toast-close{background:none;border:none;cursor:pointer;font-size:18px;color:#666;padding:0;margin-left:12px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.toast .toast-close:hover{background-color:#0000001a}.toast .toast-close span{line-height:1}.toast-success{border-left-color:#10b981;background:#f0fdf4}.toast-success .toast-icon{color:#10b981}.toast-error{border-left-color:#ef4444;background:#fef2f2}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left-color:#f59e0b;background:#fffbeb}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-left-color:#3b82f6;background:#eff6ff}.toast-info .toast-icon{color:#3b82f6}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (prefers-color-scheme: dark){.toast{background:var(--surface-dark, #1f2937);box-shadow:0 4px 12px #0000004d}.toast .toast-message{color:var(--text-primary-dark, #f9fafb)}.toast .toast-close{color:#9ca3af}.toast .toast-close:hover{background-color:#ffffff1a}.toast-success{background:#064e3b}.toast-error{background:#7f1d1d}.toast-warning{background:#78350f}.toast-info{background:#1e3a8a}}.font-primary{font-family:Architects Daughter,serif}.font-secondary{font-family:"Source Sans 3",sans-serif}h1,h2,h3,h4,h5,h6{font-family:Architects Daughter,serif}p,span,a,button,input,textarea,.body-text{font-family:"Source Sans 3",sans-serif}.nav-link{font-family:"Source Sans 3",sans-serif;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{font-family:"Source Sans 3",sans-serif;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;border:none;border-radius:4px;cursor:pointer;transition:all .3s}.btn svg{width:16px;height:16px}.btn-primary{background-color:#e94560;color:#fff}.btn-primary:hover{background-color:#d03a50}.btn-secondary{background-color:transparent;color:#1a1a2e;border:2px solid #e94560}.btn-secondary:hover{background-color:#e945601a}.btn-secondary.active{background-color:#e94560;color:#fff}.btn-tab{background-color:transparent;color:#1a1a2e;border:2px solid #e94560;padding:.7rem 1.5rem;margin:0;border-radius:30px;cursor:pointer;font-family:Architects Daughter,serif;font-weight:700;transition:all .3s;white-space:nowrap;flex-shrink:0;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.btn-tab:hover{background-color:#e945601a}.btn-tab.active{background-color:#e94560;color:#fff}@media (max-width: 768px){.btn-tab{padding:.6rem 1.2rem;font-size:.9rem;border-width:1.5px}}@media (max-width: 480px){.btn-tab{padding:.5rem 1rem;font-size:.85rem;border-width:1px;min-width:80px}}.btn-category{background-color:transparent;color:#1a1a2e;border:1px solid #e94560;padding:.5rem 1rem;margin:0 .5rem .5rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s}.btn-category:hover{background-color:#e945601a}.btn-category.active{background-color:#e94560;color:#fff}.btn-pagination{background-color:transparent;color:#1a1a2e;border:1px solid #e94560;padding:.5rem 1rem;margin:0 .3rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s;min-width:40px}.btn-pagination:hover:not([disabled]){background-color:#e945601a}.btn-pagination:active:not([disabled]){background-color:#e94560;color:#fff}.btn-pagination.active{background-color:#e94560;color:#fff}.btn-pagination.page-number{font-weight:700}.btn-pagination[disabled]{opacity:.5;cursor:not-allowed;border-color:#ccc;color:#999}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.loading-container .loading-spinner{width:50px;height:50px;border:5px solid rgba(233,69,96,.2);border-top:5px solid #e94560;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{color:#666;font-size:1.2rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;background-color:#e945601a;border-radius:8px;padding:2rem;text-align:center}.error-container p{color:#e94560;font-size:1.2rem;margin-bottom:1rem}.error-container button{margin-top:1rem;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.info-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;align-items:center}.info-card .info-label{font-size:.9rem;color:#6c757d;margin-bottom:.5rem;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.info-card .info-value{font-size:1.5rem;font-weight:700;color:#212529}.stat-card{background-color:#fff;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.stat-card:hover{transform:translateY(-2px)}.stat-card .stat-number{display:block;font-size:2rem;font-weight:700;color:#e94560;margin-bottom:.5rem}.stat-card .stat-label{font-size:.9rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}.empty-state svg{color:#666;margin-bottom:1.5rem;opacity:.7}.empty-state h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.empty-state p{font-size:1.1rem;color:#666;margin-bottom:2rem;max-width:400px}.history-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.history-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}}@media (max-width: 480px){.history-stats{grid-template-columns:1fr}}.progress-container{flex:1;min-width:200px}.progress-container .progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-container .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .3s ease}.progress-container .progress-text{font-size:.9rem;color:#6c757d;font-weight:600}.timer{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border-radius:8px;font-weight:700;font-size:1.1rem;box-shadow:0 2px 8px #0000001a}.timer .timer-icon{font-size:1.2rem}.timer.text-green-500{color:#28a745;border-left:4px solid #28a745}.timer.text-yellow-500{color:#ffc107;border-left:4px solid #ffc107}.timer.text-red-500{color:#dc3545;border-left:4px solid #dc3545;animation:pulse 1s infinite}.answer-option{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px solid #e9ecef;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.answer-option:hover:not(:disabled){border-color:#007bff;background:#f8f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff26}.answer-option:disabled{cursor:not-allowed;opacity:.6}.answer-option .answer-letter{width:32px;height:32px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.answer-option .answer-text{flex:1;font-size:1.1rem}.answer-option.selected{border-color:#007bff;background:#e3f2fd}.answer-option.selected .answer-letter{background:#007bff;color:#fff}.answer-option.correct{border-color:#28a745;background:#d4edda}.answer-option.correct .answer-letter{background:#28a745;color:#fff}.answer-option.incorrect{border-color:#dc3545;background:#f8d7da}.answer-option.incorrect .answer-letter{background:#dc3545;color:#fff}.badge{padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge.badge-easy{background:#d4edda;color:#155724}.badge.badge-medium{background:#fff3cd;color:#856404}.badge.badge-hard{background:#f8d7da;color:#721c24}.badge.badge-category{background:#e9ecef;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;color:#495057}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.error-container .error-icon{font-size:4rem;margin-bottom:1rem}.error-container h3{color:#dc3545;margin-bottom:1rem}.error-container .error-message{color:#6c757d;margin-bottom:2rem;max-width:500px}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.text-green-500{color:#28a745}.text-blue-500{color:#007bff}.text-yellow-500{color:#ffc107}.text-red-500{color:#dc3545}.score-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.9rem}.score-circle.score-excellent{background-color:#28a745}.score-circle.score-good{background-color:#17a2b8}.score-circle.score-average{background-color:#ffc107;color:#212529}.score-circle.score-needs-improvement{background-color:#dc3545}.media-type{display:inline-block;background-color:#e94560;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase}.accordion-toggle{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(233,69,96,.1)}.accordion-toggle .toggle-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#e945600d;border:1px solid rgba(233,69,96,.2);border-radius:4px;color:#e94560;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.accordion-toggle .toggle-btn:hover{background-color:#e945601a;border-color:#e945604d}.accordion-toggle .toggle-btn svg{transition:transform .3s;flex-shrink:0}.accordion-toggle .toggle-btn svg.rotated{transform:rotate(180deg)}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;color:#1a1a2e;margin-bottom:.5rem}@media (max-width: 768px){.page-header h1{font-size:2rem}}@media (max-width: 480px){.page-header h1{font-size:1.8rem}}.page-header .page-subtitle{font-size:1.2rem;color:#666;margin:0}.questions-accordion{background-color:#fdfdfd80;border-radius:4px;overflow:hidden}.questions-accordion .questions-header{padding:1rem;background-color:#e945600d;border-bottom:1px solid rgba(233,69,96,.1)}.questions-accordion .questions-header h4{margin:0;color:#e94560;font-size:1.1rem}.questions-accordion .questions-list .question-item{padding:1rem;border-bottom:1px solid rgba(102,102,102,.1)}.questions-accordion .questions-list .question-item:last-child{border-bottom:none}.questions-accordion .questions-list .question-item.correct{border-left:3px solid #28a745}.questions-accordion .questions-list .question-item.incorrect{border-left:3px solid #dc3545}.questions-accordion .questions-list .question-item .question-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.questions-accordion .questions-list .question-item .question-header .question-number{font-weight:600;color:#e94560;background-color:#e945601a;padding:.25rem .75rem;border-radius:4px;font-size:.85rem}.questions-accordion .questions-list .question-item .question-header .question-result .correct-icon{color:#28a745}.questions-accordion .questions-list .question-item .question-header .question-result .incorrect-icon{color:#dc3545}.questions-accordion .questions-list .question-item .question-content .question-text{font-size:1rem;font-weight:500;color:#1a1a2e;margin-bottom:1rem;line-height:1.5}.questions-accordion .questions-list .question-item .question-content .answer-details{margin-bottom:1rem}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-label,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-label{font-weight:600;font-size:.9rem;color:#666;min-width:100px;flex-shrink:0}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-text,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-text{font-size:.9rem;padding:.25rem .5rem;border-radius:4px}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-text.correct,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-text.correct{background-color:#28a7451a;color:#28a745;border:1px solid rgba(40,167,69,.3)}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-text.incorrect,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-text.incorrect{background-color:#dc35451a;color:#dc3545;border:1px solid rgba(220,53,69,.3)}.questions-accordion .questions-list .question-item .question-content .answer-details .explanation{margin-top:.75rem;padding:.75rem;background-color:#e945600d;border-radius:4px;border-left:3px solid #e94560}.questions-accordion .questions-list .question-item .question-content .answer-details .explanation .explanation-label{font-weight:600;font-size:.9rem;color:#e94560;display:block;margin-bottom:.5rem}.questions-accordion .questions-list .question-item .question-content .answer-details .explanation .explanation-text{font-size:.9rem;color:#666;line-height:1.4;margin:0}.questions-accordion .questions-list .question-item .question-content .question-meta{display:flex;gap:.75rem}.questions-accordion .questions-list .question-item .question-content .question-meta span{font-size:.8rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.questions-accordion .questions-list .question-item .question-content .question-meta span.difficulty{background-color:#17a2b81a;color:#17a2b8;border:1px solid rgba(23,162,184,.3)}.questions-accordion .questions-list .question-item .question-content .question-meta span.category{background-color:#ffc1071a;color:#ffc107;border:1px solid rgba(255,193,7,.3)}@media (max-width: 768px){.questions-accordion .questions-header{padding:.75rem}.questions-accordion .questions-header h4{font-size:1rem}.questions-accordion .questions-list .question-item{padding:.75rem}.questions-accordion .questions-list .question-item .question-header .question-number{font-size:.8rem;padding:.2rem .6rem}.questions-accordion .questions-list .question-item .question-content .question-text{font-size:.95rem}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer{flex-direction:column;gap:.25rem}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-label,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-label{min-width:auto}.questions-accordion .questions-list .question-item .question-content .answer-details .user-answer .answer-text,.questions-accordion .questions-list .question-item .question-content .answer-details .correct-answer .answer-text{font-size:.85rem}.questions-accordion .questions-list .question-item .question-content .answer-details .explanation{padding:.6rem}.questions-accordion .questions-list .question-item .question-content .answer-details .explanation .explanation-label,.questions-accordion .questions-list .question-item .question-content .answer-details .explanation .explanation-text{font-size:.85rem}.questions-accordion .questions-list .question-item .question-content .question-meta{gap:.5rem}.questions-accordion .questions-list .question-item .question-content .question-meta span{font-size:.75rem;padding:.2rem .4rem}}@media (max-width: 480px){.questions-accordion .questions-list .question-item{padding:.6rem}.questions-accordion .questions-list .question-item .question-content .question-text{font-size:.9rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:3rem}.stats-grid .stat-card{background:#f8f9fa;padding:1.5rem;border-radius:12px}.stats-grid .stat-card .stat-label{display:block;font-size:.9rem;color:#6c757d;margin-bottom:.5rem;text-transform:uppercase;font-weight:600}.stats-grid .stat-card .stat-value{font-size:1.8rem;font-weight:700;color:#212529;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2}.achievements-section{margin-bottom:3rem}.achievements-section h4{margin-bottom:1.5rem;color:#f39c12;font-size:1.5rem}.achievements-section .achievements-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.achievements-section .achievements-grid .achievement-badge{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;box-shadow:0 4px 12px #f39c124d}.review-section{text-align:left;margin-bottom:3rem}.review-section h4{text-align:center;margin-bottom:2rem;color:#495057;font-size:1.5rem}.review-section .questions-review{display:grid;gap:1.5rem}.review-section .questions-review .review-question{border:2px solid #e9ecef;border-radius:12px;padding:1.5rem}.review-section .questions-review .review-question.correct{border-color:#28a745;background:#f8fff9}.review-section .questions-review .review-question.incorrect{border-color:#dc3545;background:#fff5f5}.review-section .questions-review .review-question .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-section .questions-review .review-question .review-header .question-number{font-weight:700;color:#495057}.review-section .questions-review .review-question .review-header .result-icon{font-size:1.5rem;font-weight:700}.review-section .questions-review .review-question .review-question-text{margin-bottom:1rem;font-weight:600;color:#212529}.review-section .questions-review .review-question .review-answers .correct-answer{color:#28a745;margin-bottom:.5rem}.review-section .questions-review .review-question .review-answers .your-answer{color:#dc3545;margin-bottom:.5rem}.review-section .questions-review .review-question .review-answers .explanation{color:#6c757d;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e9ecef}@keyframes fadeInSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:1000px;padding-top:2rem;padding-bottom:2rem}}@keyframes slideUp{0%{opacity:1;max-height:1000px;padding-top:2rem;padding-bottom:2rem}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}
