.cc-account{max-width:1000px;margin:24px auto 64px;padding:0 16px;color:#374151;box-sizing:border-box}.cc-account *,.cc-account *:before,.cc-account *:after{box-sizing:border-box}.cc-account--wide{max-width:1200px}.cc-account-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:20px}.cc-account-title{font-size:28px;font-weight:600;color:#111827;margin:0;line-height:1.2}.cc-account-title-count{color:#6b7280;font-weight:400;font-size:20px;margin-left:8px}.cc-account-subtitle{font-size:13px;color:#6b7280;margin:6px 0 0}.cc-account-header-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:575px){.cc-account-header-actions{width:100%}.cc-account-header-actions .cc-account-btn{flex:1}}.cc-account-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a;padding:24px;margin-bottom:16px}.cc-account-card-title{font-size:15px;font-weight:600;color:#111827;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.cc-account-card--flex{display:flex;flex-direction:column}.cc-account-card--flex .form-content{flex:1}.cc-account-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.cc-account-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:860px){.cc-account-grid-2,.cc-account-grid-3{grid-template-columns:1fr}}.cc-account .form-field{margin-bottom:14px;border:0}.cc-account .form-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:5px}.cc-account .required{color:#ef4f4f;margin-left:2px}.cc-account input:not([type=submit]):not([type=checkbox]):not([type=radio]),.cc-account select,.cc-account textarea{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;color:#111827;outline:none;transition:border-color .15s ease}.cc-account input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.cc-account select:focus,.cc-account textarea:focus{border-color:#6b7280;box-shadow:none}.cc-account input::placeholder{color:#9ca3af;opacity:1}.cc-account-btn,.cc-account input[type=submit]{display:inline-block;background:#ef4f4f;border:1px solid #ef4f4f;color:#fff;font-size:13px;font-weight:600;line-height:1.2;padding:11px 18px;border-radius:8px;text-align:center;text-decoration:none;cursor:pointer;transition:background .15s ease}.cc-account-btn:hover,.cc-account-btn:focus-visible,.cc-account input[type=submit]:hover,.cc-account input[type=submit]:focus-visible{background:#f47373;border-color:#f47373;color:#fff}.cc-account-btn--full{width:100%}.cc-account-btn--bottom{margin-top:auto}.cc-account-btn--outline,.cc-account input[type=submit].cc-account-btn--outline{background:#fff;border:1px solid #d1d5db;color:#374151}.cc-account-btn--outline:hover,.cc-account-btn--outline:focus-visible,.cc-account input[type=submit].cc-account-btn--outline:hover,.cc-account input[type=submit].cc-account-btn--outline:focus-visible{background:#f9fafb;border-color:#9ca3af;color:#111827}.cc-account-link{display:inline-block;background:none;border:0;padding:0;font-size:13px;font-weight:600;color:#6b7280;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cc-account-link:hover{color:#374151}.cc-account .error,.cc-account .error-message,.cc-account-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5;margin-bottom:14px}.cc-account .success,.cc-account .success-message,.cc-account-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5;margin-bottom:14px}.cc-account .error:before,.cc-account .success:before{content:none!important;display:none!important}.cc-account .message-text{display:block}.cc-account-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;font-size:13px;color:#374151;line-height:1.6}.cc-account-chip{display:inline-block;background:#f3f4f6;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;color:#6b7280}.cc-account-checklist{list-style:none;margin:0;padding:0}.cc-account-checklist li{position:relative;padding-left:20px;margin-bottom:6px;font-size:13px;color:#6b7280;line-height:1.6}.cc-account-checklist li:before{content:"\2713";position:absolute;left:0;color:#047857;font-weight:700}.cc-account-nav-btn{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .15s ease,background .15s ease}.cc-account-nav-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.cc-account-nav-btn.active{background:#f3f4f6;border-color:#9ca3af;color:#111827}.cc-account-nav-btn svg{width:18px;height:18px;flex-shrink:0;color:#6b7280}.cc-account-badge{display:inline-block;background:#f3f4f6;color:#6b7280;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.cc-account-badge--green{background:#ecfdf5;color:#047857}.cc-account-badge--amber{background:#fffbeb;color:#b45309}.cc-account-badge--red{background:#fef2f2;color:#b91c1c}.cc-account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}@media(max-width:900px){.cc-account-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.cc-account-stats{grid-template-columns:1fr}}.cc-account-stat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a;padding:14px 16px;text-align:center}.cc-account-stat-value{font-size:18px;font-weight:700;color:#111827;line-height:1.2}.cc-account-stat-label{font-size:12px;color:#6b7280;margin-top:3px}.cc-account-empty{text-align:center;padding:40px 16px}.cc-account-empty-icon{color:#d1d5db;margin-bottom:12px}.cc-account-empty-icon svg{width:56px;height:56px}.cc-account-empty-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 6px}.cc-account-empty-text{font-size:14px;color:#6b7280;line-height:1.5;margin:0 auto 16px;max-width:460px}.cc-account-rows{list-style:none;margin:0;padding:0}.cc-account-row{position:relative;padding:14px 4px;border-bottom:1px solid #f3f4f6}.cc-account-row:last-child{border-bottom:0;padding-bottom:4px}.cc-account-row:first-child{padding-top:4px}.cc-account-row-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cc-account-row:hover{background:#f9fafb}.cc-account-table-wrap{overflow-x:auto}.cc-account-table{width:100%;border-collapse:collapse;font-size:14px}.cc-account-table th{text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;padding:10px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap}.cc-account-table td{padding:12px;color:#374151;border-bottom:1px solid #f3f4f6;vertical-align:middle}.cc-account-table tr:last-child td{border-bottom:0}.cc-account-table td strong{color:#111827}.cc-account-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#11182780;z-index:1000;align-items:center;justify-content:center;padding:16px}.cc-account-popup-overlay.active{display:flex}.cc-account-popup-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 24px #00000026;padding:24px;width:100%;max-width:460px;max-height:90vh;overflow-y:auto}.cc-account-popup-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.cc-account-popup-subtext{font-size:13px;color:#6b7280;line-height:1.6;margin:0 0 16px}.cc-account-muted{color:#6b7280}.cc-account-small{font-size:13px}@media(max-width:480px){.cc-account{margin-top:12px}.cc-account-card{padding:16px}.cc-account-title{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/132/assets/cc-account.css.map */
