.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;min-width:280px;max-width:380px;display:flex;position:fixed}.toast-container-top-right{top:1.25rem;right:1.25rem}.toast-container-top-left{top:1.25rem;left:1.25rem}.toast-container-top-center{top:1.25rem;left:50%;transform:translate(-50%)}.toast-container-bottom-right{bottom:1.25rem;right:1.25rem}.toast-container-bottom-left{bottom:1.25rem;left:1.25rem}.toast-container-bottom-center{bottom:1.25rem;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;background:#fff;border-radius:12px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000005}.toast-enter{animation:.3s forwards slide-in}.toast-exit{animation:.3s forwards slide-out}@keyframes slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-container-top-left .toast-enter{animation:.3s forwards slide-in-left}.toast-container-bottom-right .toast-enter{animation:.3s forwards slide-in-right}.toast-container-bottom-left .toast-enter{animation:.3s forwards slide-in-left}.toast-container-top-center .toast-enter,.toast-container-bottom-center .toast-enter{animation:.3s forwards slide-in-down}@keyframes slide-in-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-content{align-items:center;gap:.75rem;padding:1rem;display:flex}.toast-icon{flex-shrink:0;font-size:1.25rem}.toast-message{color:#1a202c;word-break:normal;overflow-wrap:anywhere;flex:1;font-size:.875rem;line-height:1.4}.toast-close{cursor:pointer;color:#718096;background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:1rem;transition:color .2s}.toast-close:hover{color:#2d3748}.toast-progress{background:#0000001a;height:3px;transition:width 10ms linear}.toast-success .toast-progress{background:#48bb78}.toast-error .toast-progress{background:#f56565}.toast-warning .toast-progress{background:#ed8936}.toast-info .toast-progress{background:#4299e1}.toast-success{border-left:4px solid #48bb78}.toast-error{border-left:4px solid #f56565}.toast-warning{border-left:4px solid #ed8936}.toast-info{border-left:4px solid #4299e1}@media (width<=640px){.toast-container{min-width:auto;max-width:calc(100% - 2rem);left:1rem;right:1rem}.toast-container-top-center,.toast-container-bottom-center{left:1rem;right:1rem;transform:none}.toast-container-top-center{top:1rem}.toast-container-bottom-center{bottom:1rem}}@media (prefers-reduced-motion:reduce){.toast-enter,.toast-exit{animation:none}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:16px;outline:none;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.modal-fade-in{animation:.2s ease-out fade-in}.modal-slide-up{animation:.3s ease-out slide-up}.modal-overlay-exit{animation:.2s ease-out forwards fade-out}.modal-container-exit{animation:.2s ease-out forwards slide-down}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.modal-close-btn{cursor:pointer;color:#718096;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#2d3748;background-color:#f7fafc}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.modal-btn-primary{color:#fff;background:#667eea}.modal-btn-primary:hover{background:#5a67d8;transform:translateY(-1px)}.modal-btn-secondary{color:#4a5568;background:#e2e8f0}.modal-btn-secondary:hover{background:#cbd5e0}.modal-btn-danger{color:#fff;background:#f56565}.modal-btn-danger:hover{background:#e53e3e}.modal-container-sm{max-width:400px}.modal-container-lg{max-width:800px}.modal-container-xl{max-width:1140px}.modal-container-full{max-width:95vw;max-height:95vh}@media (width<=640px){.modal-container{max-width:calc(100% - 2rem);max-height:85vh}.modal-header,.modal-body{padding:1rem}}@media (prefers-reduced-motion:reduce){.modal-fade-in,.modal-slide-up,.modal-overlay-exit,.modal-container-exit{animation:none}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{max-width:900px;margin:0 auto;padding:2rem 1rem}header{text-align:center;color:#fff;margin-bottom:2rem}header h1{text-shadow:2px 2px 4px #0000001a;margin-bottom:.5rem;font-size:2.5rem}header p{opacity:.95;font-size:1rem}.toast-demo-controls{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.toast-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.toast-buttons button{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:transform .1s,opacity .2s}.toast-buttons button:hover{opacity:.9;transform:translateY(-1px)}.btn{color:#fff}.btn-success{background:#48bb78}.btn-error{background:#f56565}.btn-warning{background:#ed8936}.btn-info{background:#4299e1}.btn-demo{background:#667eea}.position-controls{align-items:center;gap:.5rem;display:flex}.position-controls select{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#2d3748;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.5rem;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;outline:none}.modal-demo-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.modal-demo-btn:hover{background:#5a67d8;transform:translateY(-1px)}.modal-demo-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.modal-demo-section h3{color:#1a202c;margin-top:0;margin-bottom:.5rem}.modal-demo-description{color:#4a5568;margin-bottom:1rem;font-size:.875rem;line-height:1.5}
