*{box-sizing:border-box;margin:0;padding:0}.dsp-container{display:flex;justify-content:center;align-items:center;padding:15px}.dsp-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:400px;width:100%;padding:20px;text-align:center}.dsp-icon-container{margin-bottom:15px}.dsp-icon-success{color:#2ecc71;width:48px;height:48px}.dsp-icon-error{color:#e74c3c;width:48px;height:48px}.dsp-icon-pending{color:#f1c40f;width:48px;height:48px}.dsp-title{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.dsp-message{font-size:.9rem;color:#7f8c8d;line-height:1.4;margin-bottom:15px}.dsp-loading{font-size:.85rem;color:#95a5a6;animation:dsp-pulse 1.5s infinite}.dsp-error{font-size:.85rem;color:#e74c3c;margin-bottom:15px}.dsp-details{border-top:1px solid #ecf0f1;padding-top:12px;margin-bottom:15px;text-align:left}.dsp-details-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.dsp-details-item{font-size:.85rem;color:#34495e;margin-bottom:6px}.dsp-details-label{font-weight:600}.dsp-button{display:block;background-color:#3498db;color:#fff;padding:10px;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background-color .2s ease}.dsp-button:hover{background-color:#2980b9}@media (max-width:480px){.dsp-card{padding:15px;max-width:95%}.dsp-title{font-size:1.2rem}.dsp-message{font-size:.85rem}.dsp-icon-error,.dsp-icon-pending,.dsp-icon-success{width:40px;height:40px}.dsp-details-title{font-size:.95rem}.dsp-details-item{font-size:.8rem}.dsp-button{padding:8px;font-size:.85rem}}@keyframes dsp-pulse{0%,to{opacity:1}50%{opacity:.6}}