.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(59,40,3,.7);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:var(--space-lg);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:var(--templo-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-small{width:100%;max-width:400px}.modal-medium{width:100%;max-width:600px}.modal-large{width:100%;max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xl);border-bottom:1px solid var(--templo-border-light)}.modal-header h2{margin:0;font-size:var(--text-2xl);color:var(--templo-text-primary);font-family:var(--font-primary),var(--font-fallback)}.modal-close{background:none;border:none;font-size:2rem;color:var(--templo-text-muted);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all var(--transition-base)}.modal-close:hover{background-color:var(--templo-bg-secondary);color:var(--templo-brown-dark)}.modal-body{padding:var(--space-xl)}.success-modal{text-align:center;padding:var(--space-2xl);max-width:500px;width:100%}.success-icon{margin-bottom:var(--space-lg);animation:bounceIn .6s ease-out}.icon-card-success:before,.icon-check-success:before,.icon-success:before{content:"";display:inline-block;width:64px;height:64px;background-size:contain;background-repeat:no-repeat}.icon-check-success:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C4A77D' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E")}.icon-card-success:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C4A77D' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E")}.icon-success:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C4A77D' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-4h2v2h-2zm1-10c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/svg%3E")}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-modal h2{color:var(--templo-brown-dark);margin-bottom:var(--space-md);font-size:var(--text-2xl)}.success-message{color:var(--templo-text-secondary);margin-bottom:var(--space-xl);font-size:var(--text-lg);line-height:1.6}.success-modal .btn-primary{width:100%;padding:var(--space-md) var(--space-xl);font-size:var(--text-base)}@media (max-width:768px){.modal-overlay{padding:var(--space-md)}.modal-content{max-height:85vh}.modal-body,.modal-header{padding:var(--space-lg)}.success-modal{padding:var(--space-xl)}.icon-card-success:before,.icon-check-success:before,.icon-success:before{width:48px;height:48px}}