.cosmopay-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:24px;width:100%;max-width:500px;padding:32px;display:flex;box-shadow:0 8px 32px #0006}.cosmopay-title{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.cosmopay-summary-list{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:16px;margin-bottom:24px;padding-bottom:24px;display:flex}.cosmopay-item{justify-content:space-between;align-items:center;display:flex}.cosmopay-item-info{flex-direction:column;display:flex}.cosmopay-item-name{color:#fff;font-weight:500}.cosmopay-item-qty{color:#ffffff80;font-size:13px}.cosmopay-item-price{color:#fff;font-weight:600}.cosmopay-total-row{color:#fff;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;display:flex}.cosmopay-total-price{color:#009ee3}.cosmopay-badge{color:#009ee3;background:#009ee31a;border:1px solid #009ee34d;border-radius:100px;align-items:center;gap:6px;margin-top:16px;padding:6px 12px;font-size:12px;display:inline-flex}.cosmopay-button-container{flex-direction:column;min-height:48px;display:flex}.loading-pulse{background:#ffffff0d;border-radius:6px;height:48px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.cosmopay-value-selection{flex-direction:column;gap:20px;animation:.5s ease-out fadeIn;display:flex}.cosmopay-presets-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.preset-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:14px;font-weight:600;transition:all .2s}.preset-button:hover{background:#009ee31a;border-color:#009ee3;transform:translateY(-2px)}.preset-button.active{background:#009ee3;border-color:#009ee3;box-shadow:0 0 15px #009ee366}.custom-value-wrapper{flex-direction:column;gap:8px;display:flex;position:relative}.custom-value-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:16px 16px 16px 40px;font-size:18px;font-weight:700;transition:border-color .2s}.custom-value-input:focus{border-color:#009ee3}.currency-symbol{color:#fff6;font-weight:700;position:absolute;top:42px;left:16px}.confirm-button{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#009ee3,#007bb1);border:none;border-radius:12px;width:100%;margin-top:10px;padding:16px;font-weight:800;transition:all .3s}.confirm-button:hover{filter:brightness(1.1);box-shadow:0 0 20px #009ee34d}.confirm-button:disabled{opacity:.5;cursor:not-allowed}.payment-stage-summary{background:#009ee30d;border:1px dashed #009ee34d;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;display:flex}.edit-value-btn{text-transform:uppercase;color:#009ee3;cursor:pointer;background:0 0;border:1px solid #009ee34d;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
