.section-header{margin-bottom:var(--space-12)}.section-header-center{text-align:center}.section-header-left{text-align:start}.section-subtitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent-500);margin-bottom:var(--space-3);font-weight:500;display:inline-block;position:relative}[dir=rtl] .section-subtitle{letter-spacing:normal}.section-header-center .section-subtitle:before,.section-header-center .section-subtitle:after{content:"";background:var(--color-accent-500);width:30px;height:1px;position:absolute;top:50%}.section-header-center .section-subtitle:before{inset-inline-end:calc(100% + 15px)}.section-header-center .section-subtitle:after{inset-inline-start:calc(100% + 15px)}.section-title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-white);margin-bottom:var(--space-4);line-height:1.2}.section-title .accent{color:var(--color-accent-500)}.section-description{font-size:var(--text-lg);color:var(--color-gray-500);max-width:600px;line-height:1.7}.section-header-center .section-description{margin:0 auto}.section-header-light .section-title{color:var(--color-primary-900)}.section-header-light .section-description{color:var(--color-gray-700)}@media (max-width:768px){.section-header{margin-bottom:var(--space-8)}.section-title{font-size:var(--text-3xl)}.section-description{font-size:var(--text-base)}}@media (max-width:480px){.section-header{margin-bottom:var(--space-6)}.section-title{font-size:var(--text-2xl)}.section-description{font-size:var(--text-sm)}}
.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:var(--space-4);z-index:var(--z-modal-backdrop);background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--color-primary-800);border:1px solid var(--glass-border);border-radius:var(--radius-xl);width:100%;max-height:90vh;z-index:var(--z-modal);flex-direction:column;animation:.3s slideUp;display:flex;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-sm{max-width:400px}.modal-md{max-width:500px}.modal-lg{max-width:700px}.modal-xl{max-width:900px}.modal-header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;display:flex}.modal-title{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-white);margin:0}.modal-close{border:1px solid var(--glass-border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-gray-500);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--color-white);background:#ffffff0d;border-color:#fff3}.modal-body{padding:var(--space-6);overflow-y:auto}.modal-footer{gap:var(--space-3);padding:var(--space-5) var(--space-6);border-top:1px solid var(--glass-border);justify-content:flex-end;display:flex}
.toast-container{bottom:var(--space-6);gap:var(--space-3);z-index:var(--z-tooltip);flex-direction:column;max-width:400px;display:flex;position:fixed;inset-inline-end:var(--space-6)}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-primary-800);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:.3s slideInRight;display:flex}[dir=rtl] .toast{animation:.3s slideInLeft}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-success .toast-icon{color:var(--color-success)}.toast-error .toast-icon{color:var(--color-error)}.toast-warning .toast-icon{color:var(--color-warning)}.toast-info .toast-icon{color:var(--color-info)}.toast-content{flex:1;min-width:0}.toast-title{color:var(--color-white);margin-bottom:var(--space-1);font-weight:600}.toast-message{font-size:var(--text-sm);color:var(--color-gray-400);line-height:1.4}.toast-close{width:24px;height:24px;color:var(--color-gray-500);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-close:hover{color:var(--color-white);background:#ffffff1a}.toast-success{border-inline-start:3px solid var(--color-success)}.toast-error{border-inline-start:3px solid var(--color-error)}.toast-warning{border-inline-start:3px solid var(--color-warning)}.toast-info{border-inline-start:3px solid var(--color-info)}@media (max-width:480px){.toast-container{left:var(--space-4);right:var(--space-4);bottom:var(--space-4);max-width:none}}
