.tp-modal *{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html.tp-modal-open,body.tp-modal-open{overflow:hidden!important;position:fixed;width:100%;height:100%}.tp-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tp-modal.active{opacity:1;visibility:visible}.tp-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tp-container{position:relative;width:95%;max-width:900px;height:90vh;max-height:700px;margin:5vh auto;background:#fff;border-radius:12px;box-shadow:0 10px 50px #0000004d;display:flex;flex-direction:column;overflow:hidden}.tp-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#233354;color:#fff;border-bottom:4px solid #d6c390;flex-shrink:0}.tp-header-left{display:flex;align-items:center;gap:16px}.tp-logo{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}.tp-header h2{font-size:18px;font-weight:600;margin-bottom:2px;color:#fff}.tp-header p{font-size:13px;opacity:.9;color:#d6c390;margin:0}.tp-close-btn{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.tp-close-btn:hover{background:#ffffff1a}.tp-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.tp-preview-section{background:#f5f5f5;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.tp-preview-nav{display:flex;align-items:center;gap:12px}.tp-nav-btn{width:36px;height:36px;border:2px solid #233354;background:#fff;border-radius:50%;cursor:pointer;font-size:18px;font-weight:700;color:#233354;display:flex;align-items:center;justify-content:center;transition:all .2s}.tp-nav-btn:hover:not(:disabled){background:#233354;color:#fff}.tp-nav-btn:disabled{opacity:.3;cursor:not-allowed}.tp-preview-indicator{font-size:14px;font-weight:600;color:#233354}.tp-preview-indicator span{color:#8d0801}.tp-plate-preview{background-image:url(/cdn/shop/files/a_KPrW_gold.png?v=1744245276);background-size:cover;background-position:center;background-color:#d4af37;border:3px solid #b8941f;border-radius:4px;padding:12px 24px;width:100%;max-width:380px;min-height:70px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:inset 0 2px 5px #ffffff4d,inset 0 -2px 5px #0003,0 5px 15px #0003;position:relative;overflow:hidden}.tp-preview-line{font-family:Arial,sans-serif;color:#000;font-size:14px;line-height:1.3;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.2);word-break:break-word}.tp-table-section{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.tp-plates-list{display:flex;flex-direction:column;gap:12px}.tp-plate-card{background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:16px;transition:all .2s}.tp-plate-card:focus-within,.tp-plate-card.active{border-color:#233354;box-shadow:0 2px 8px #23335426}.tp-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tp-plate-number{font-size:14px;font-weight:700;color:#233354;background:#f0f2f5;padding:4px 12px;border-radius:20px}.tp-remove-btn{width:28px;height:28px;border:none;background:#dc3545;color:#fff;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s}.tp-remove-btn:hover{background:#c82333;transform:scale(1.1)}.tp-card-inputs{display:flex;flex-direction:column;gap:10px}.tp-input-group{display:flex;flex-direction:column;gap:4px}.tp-input-group label{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.tp-input{width:100%;padding:10px 12px;border:2px solid #e5e5e5;border-radius:6px;font-size:15px;font-family:inherit;transition:border-color .2s}.tp-input:focus{outline:none;border-color:#233354}.tp-input[readonly]{background:#f5f5f5;color:#666}.tp-input::placeholder{color:#adb5bd}.tp-repeat-section{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin-bottom:12px}.tp-repeat-title{font-size:13px;font-weight:600;color:#495057;margin-bottom:10px}.tp-repeat-options{display:flex;flex-wrap:wrap;gap:16px}.tp-checkbox-group{display:flex;align-items:center;gap:8px;cursor:pointer}.tp-checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#233354}.tp-checkbox-group label{font-size:14px;color:#495057;cursor:pointer;-webkit-user-select:none;user-select:none}.tp-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8f9fa;border-top:1px solid #e5e5e5;gap:12px;flex-shrink:0}.tp-footer-left{display:flex;flex-direction:column;gap:0}.tp-price-display{display:flex;align-items:baseline;gap:6px}.tp-total-price{font-size:22px;font-weight:700;color:#233354}.tp-each-price{font-size:12px;color:#6c757d}.tp-footer-center{display:flex;flex-direction:column;align-items:center;gap:0}.tp-quantity-display{font-size:20px;font-weight:700;color:#233354}.tp-quantity-label{font-size:11px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.tp-footer-right{display:flex;gap:10px}.tp-btn{padding:12px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s;white-space:nowrap}.tp-btn-secondary{background:#d6c390;color:#233354}.tp-btn-secondary:hover{background:#c9b67d}.tp-btn-primary{background:#233354;color:#fff}.tp-btn-primary:hover{background:#344a79}.tp-notification{position:fixed;top:20px;right:20px;background:#28a745;color:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 5px 20px #0000004d;z-index:1000001;font-weight:600;display:flex;align-items:center;gap:12px;animation:tp-slideIn .3s ease;max-width:90%}.tp-notification.error{background:#dc3545}@keyframes tp-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.tp-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:100}.tp-spinner{width:40px;height:40px;border:4px solid #e5e5e5;border-top-color:#233354;border-radius:50%;animation:tp-spin .8s linear infinite}@keyframes tp-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.tp-container{width:100%;height:100%;max-height:100%;margin:0;border-radius:0}.tp-header{padding:12px 16px}.tp-header h2{font-size:16px}.tp-logo{width:40px;height:40px}.tp-preview-section{padding:16px}.tp-plate-preview{padding:10px 20px;min-height:60px}.tp-preview-line{font-size:12px}.tp-table-section,.tp-plate-card{padding:12px}.tp-input{padding:10px;font-size:16px}.tp-footer{padding:12px 16px;flex-wrap:wrap;gap:10px}.tp-footer-left{flex:1}.tp-total-price{font-size:18px}.tp-each-price{font-size:11px}.tp-footer-center{flex-direction:row;gap:6px}.tp-quantity-display{font-size:18px}.tp-footer-right{width:100%;flex-direction:column}.tp-btn{width:100%;padding:14px 20px}.tp-repeat-options{flex-direction:column;gap:10px}}.tp-trigger-wrapper{margin:20px 0}.tp-trigger-btn{width:100%;padding:16px 24px;background:#233354;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:10px}.tp-trigger-btn:hover{background:#344a79;transform:translateY(-2px);box-shadow:0 5px 15px #2333544d}.tp-trigger-btn svg{width:20px;height:20px}.tp-hidden-fields{display:none}
/*# sourceMappingURL=/cdn/shop/t/20/assets/trophy-plates.css.map */
