/* Owner dashboard and native WooCommerce account styling. Nexar Web Services. */
.cth-account-area,.cth-owner-dashboard{padding-top:48px;padding-bottom:120px;font-weight:400}
.cth-owner-intro{font-weight:400}
.cth-owner-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:25px;border-bottom:1px solid #dfe6dd}
.cth-owner-nav a{padding:10px 18px;border-radius:30px;font-size:13px;font-weight:650}
.cth-owner-nav a.is-active{background:#123f46;color:white}
.cth-owner-nav a:hover{background:#dceee4;color:#123f46}
.cth-owner-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:42px}
.cth-owner-stats>div{padding:24px 28px;border:1px solid #dfe6dd;background:white;border-radius:30px}
.cth-owner-stats>div:last-child{background:#deefe4}
.cth-owner-stats span{font-size:12px;font-weight:650;display:block;line-height:1.5}
.cth-owner-stats strong{font-size:48px;line-height:1.3;letter-spacing:-2px;display:block;margin-top:8px}
.cth-owner-section-title{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:30px 0}
.cth-owner-section-title h2{font-size:38px;margin-top:10px}
.cth-owner-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:30px;background:#e4eee4;color:#174e50;font-size:11px;font-weight:650;line-height:1.4}
.cth-owner-pill--live{background:#dcefe0;color:#235837}.cth-owner-pill--offline{background:#fff0de;color:#793e18}.cth-owner-pill--live::before,.cth-owner-pill--offline::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;margin-right:7px}.cth-owner-listing__copy .cth-owner-listing-status{margin-top:7px;font-size:12px;line-height:1.5;color:#52665d}.cth-owner-payment-action{text-align:center;max-width:225px;white-space:normal}
.cth-owner-panel{padding:38px;border:1px solid #dde5dc;border-radius:30px;background:white}
.cth-owner-panel h2{font-size:34px}.cth-owner-panel>p{margin:16px 0 26px;color:var(--cth-muted)}
.cth-owner-empty{text-align:center;padding:50px 30px}.cth-owner-empty>p{max-width:560px;margin:20px auto 25px}.cth-owner-empty .cth-feature-icon{margin-bottom:22px}
.cth-owner-list{display:grid;gap:20px}
.cth-owner-listing{display:grid;grid-template-columns:200px minmax(0,1fr) auto;gap:26px;align-items:center;background:#fff;padding:16px;border:1px solid #dde5dc;border-radius:30px}
.cth-owner-listing>img,.cth-owner-photo-empty{width:200px;height:150px;object-fit:cover;border-radius:30px}
.cth-owner-photo-empty{display:grid;place-items:center;background:#e5eee4;font-size:55px;color:#4c7d78}
.cth-owner-listing__copy h3{font-size:25px;margin:12px 0 9px}.cth-owner-listing__copy>p{font-size:13px;color:var(--cth-muted)}
.cth-owner-listing__actions{padding:0 12px;display:flex;flex-direction:column;gap:10px;align-items:center}
.cth-owner-listing__actions .cth-text-link{font-size:12px}
.cth-owner-upgrade{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;background:#dfede1;border-radius:30px;padding:40px;margin-top:45px}
.cth-owner-upgrade h2{font-size:34px;margin:13px 0}.cth-owner-upgrade p{font-size:14px;max-width:560px}
.cth-owner-upgrade form{display:flex;flex-direction:column;gap:12px}.cth-owner-upgrade label{font-size:12px;font-weight:650}
.cth-owner-upgrade .cth-number-input{margin:0;width:100%;max-width:100%}.cth-owner-upgrade .cth-text-link{font-size:12px;margin-top:12px}
.cth-owner-alert{border:1px solid #bdd4c9;border-radius:20px;background:#e5f2e9;padding:18px 24px;margin:20px 0;font-size:14px}
.cth-owner-alert--error{border-color:#e5b4a1;background:#fff0e8;color:#7f3d30}
.cth-owner-editor{margin-top:26px}.cth-owner-editor h2{margin-bottom:14px}.cth-owner-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.cth-owner-form-wide{grid-column:1/-1}.cth-owner-editor label{display:block;font-size:13px;font-weight:650;color:#234f53}
.cth-owner-editor input:not([type=checkbox]):not([type=hidden]),.cth-owner-editor textarea,.cth-owner-editor select{display:block;width:100%;border:1px solid #cfdcd4;border-radius:18px;background:#fbfcf8;color:#123f46;padding:13px 16px;margin-top:9px;font:inherit;font-weight:400;min-width:0}
.cth-owner-editor textarea{resize:vertical;line-height:1.65}.cth-owner-editor :is(input,textarea,select):focus-visible{outline:3px solid #92d5c7;outline-offset:3px}
.cth-owner-features{padding:22px 0;border:0;border-top:1px solid #dfe6dd;margin:30px 0 0;display:flex;flex-wrap:wrap;gap:22px}.cth-owner-features legend{font-weight:700;font-size:16px;padding-right:15px}
.cth-owner-editor input[type=checkbox],.cth-owner-delete input[type=checkbox]{accent-color:#1a5960;width:17px;height:17px;vertical-align:middle;margin-right:7px}
.cth-owner-upload{border:1px dashed #bfd2c9;background:#f4f8f1;border-radius:24px;padding:25px;margin:18px 0 28px}.cth-owner-upload h3{font-size:23px;margin-bottom:20px}.cth-owner-upload img{margin:0 0 20px;max-width:250px}.cth-owner-upload label{margin-top:18px}
.cth-owner-save{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:15px}.cth-site .cth-button--outline,.cth-site .cth-button--outline:visited{background:transparent;color:#123f46}.cth-site .cth-button--outline:hover{background:#e5efe6;color:#123f46}
.cth-owner-delete{margin-top:24px;border:1px solid #dec8bd;border-radius:24px;padding:22px 28px}.cth-owner-delete summary{cursor:pointer;font-weight:650}.cth-owner-delete p{font-size:13px;margin:18px 0}.cth-owner-delete form{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cth-owner-delete label{font-size:13px}
.cth-site .cth-owner-delete-link,.cth-site .cth-owner-delete-link:visited{color:#933b30}.cth-owner-delete-editor{margin-top:24px}
.cth-owner-delete-confirmation{scroll-margin-top:150px;max-width:720px;margin:26px auto 0;border-color:#e3c5b9}.cth-owner-delete-confirmation .cth-eyebrow{color:#7d3b30;margin:0 0 14px}.cth-owner-delete-confirmation .cth-owner-delete-title{font-size:21px;font-weight:700;color:#123f46;margin:20px 0;overflow-wrap:anywhere}
.cth-owner-delete-check{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;border-radius:20px;background:#fff0e8;font-size:14px;cursor:pointer}.cth-owner-delete-check input{flex:0 0 18px;width:18px;height:18px;margin:3px 0 0;accent-color:#933b30}.cth-owner-delete-buttons{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap;margin-top:24px}
.cth-site .cth-button--delete{background:#933b30;color:#fff}.cth-site .cth-button--delete:hover{background:#702d25;color:#fff}.cth-owner-delete-confirmation :is(input,button,a):focus-visible{outline:3px solid #1a5960;outline-offset:4px}
.cth-owner-overview{background:#e1efe4;border-radius:30px;padding:32px;margin-top:28px}.cth-owner-overview h2{font-size:34px;margin-top:12px}.cth-owner-overview p{margin:20px 0}
/* Keep WooCommerce's native forms, endpoints and extension hooks. */
.cth-account-area .woocommerce{display:flow-root}.cth-account-area .woocommerce-MyAccount-navigation{float:left;width:215px}.cth-account-area .woocommerce-MyAccount-content{float:none;width:auto;margin-left:250px;min-width:0}
.cth-account-area .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:10px;background:white;border:1px solid #dce4da;border-radius:30px}
.cth-account-area .woocommerce-MyAccount-navigation li{margin:4px 0;padding:0}.cth-account-area .woocommerce-MyAccount-navigation a{display:block;padding:13px 18px;font-weight:650;font-size:13px;border-radius:30px}.cth-account-area .woocommerce-MyAccount-navigation .is-active a{background:#123f46;color:white}
.cth-account-area .woocommerce h2{font-size:31px;margin-bottom:22px}.cth-account-area .woocommerce h3{font-size:25px}.cth-account-area .woocommerce p{margin:0 0 20px}.cth-account-area .woocommerce a:not(.button){text-decoration:underline;text-underline-offset:3px}.cth-account-area .woocommerce-MyAccount-navigation a{text-decoration:none!important}
.cth-account-area .woocommerce .u-columns{display:flex;gap:28px}.cth-account-area .woocommerce .u-column1,.cth-account-area .woocommerce .u-column2{float:none;flex:1;min-width:0;width:auto}
.cth-account-area .woocommerce form.login,.cth-account-area .woocommerce form.register{background:#fff;padding:30px;border:1px solid #dce4da;border-radius:30px;margin:0 0 24px}
.cth-account-area .woocommerce label{font-size:13px;font-weight:600;display:block}.cth-account-area .woocommerce input.input-text,.cth-account-area .woocommerce textarea,.cth-account-area .woocommerce select{font:inherit;border:1px solid #cbdad0;border-radius:18px;background:#fff;padding:13px 16px;min-height:48px;width:100%;max-width:100%;color:#123f46;box-sizing:border-box}
.cth-account-area .woocommerce input[type=checkbox]{accent-color:#1a5960}.cth-account-area .woocommerce .form-row{padding:0;margin-bottom:20px}.cth-account-area .woocommerce .show-password-input{top:12px}
.cth-account-area .woocommerce :is(button.button,a.button,input.button){display:inline-flex;align-items:center;justify-content:center;background:#123f46;border:1px solid #123f46;border-radius:30px;color:#fff;padding:15px 24px;min-height:48px;line-height:1.4;font-size:13px;font-weight:650;text-decoration:none}
.cth-account-area .woocommerce table.shop_table{border:1px solid #d8e4db;border-radius:20px;font-size:13px;background:#fff;border-collapse:separate}.cth-account-area .woocommerce table :is(td,th){padding:14px}.cth-account-area .woocommerce fieldset{border:1px solid #d8e4db;border-radius:22px;padding:22px;margin:24px 0}.cth-account-area .woocommerce fieldset legend{padding:0 12px}
.cth-account-area .woocommerce :is(.woocommerce-info,.woocommerce-message,.woocommerce-error){border-radius:18px;background:#e5f0e5;font-size:14px}.cth-account-area .woocommerce .woocommerce-error{background:#fff0e8}.cth-account-area .woocommerce-privacy-policy-text{font-size:12px;color:var(--cth-muted)}
@media(max-width:850px){.cth-owner-listing{grid-template-columns:150px 1fr}.cth-owner-listing>img,.cth-owner-photo-empty{width:150px;height:140px}.cth-owner-listing__actions{grid-column:2;align-items:flex-start;padding:0}.cth-owner-upgrade{grid-template-columns:1fr;gap:25px}.cth-owner-upgrade>div:last-child{max-width:360px}.cth-account-area .woocommerce-MyAccount-navigation{float:none;width:100%;margin-bottom:28px}.cth-account-area .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap}.cth-account-area .woocommerce-MyAccount-content{margin-left:0}.cth-account-area .woocommerce .u-columns{flex-direction:column}.cth-owner-stats>div{padding:18px}}
@media(max-width:580px){.cth-owner-form-grid{grid-template-columns:1fr}.cth-owner-stats{gap:9px}.cth-owner-stats>div{border-radius:22px;padding:15px 11px}.cth-owner-stats span{font-size:10px}.cth-owner-stats strong{font-size:36px}.cth-owner-panel{padding:25px 20px}.cth-owner-panel h2,.cth-owner-section-title h2{font-size:30px}.cth-owner-section-title{flex-direction:column;align-items:flex-start}.cth-owner-listing{grid-template-columns:1fr;gap:20px;padding:14px}.cth-owner-listing>img,.cth-owner-photo-empty{width:100%;height:210px}.cth-owner-listing__actions{grid-column:auto;flex-direction:row;align-items:center;flex-wrap:wrap}.cth-owner-listing__copy{padding:0 8px}.cth-owner-upgrade{padding:28px 22px}.cth-owner-upgrade h2{font-size:30px}.cth-owner-nav{gap:5px}.cth-owner-nav a{font-size:12px;padding:9px 12px}.cth-owner-editor .cth-owner-save{justify-content:stretch}.cth-owner-save .cth-button{flex:1}.cth-account-area .woocommerce form.login,.cth-account-area .woocommerce form.register{padding:25px 20px}.cth-owner-upload{padding:20px 15px}}

.cth-owner-stats strong.cth-owner-stat-word{font-size:clamp(16px,2.3vw,30px);letter-spacing:-.3px;overflow-wrap:anywhere}

/* The bar indicates ongoing work, not an estimated upload percentage. */
body.cth-owner-is-saving{overflow:hidden}
.cth-owner-saving[hidden]{display:none!important}
.cth-owner-saving{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;overflow:auto;padding:24px;background:rgba(12,45,49,.72);backdrop-filter:blur(6px);color:#123f46;outline:none}
.cth-owner-saving__card{width:min(100%,510px);padding:38px 36px;border:1px solid #d9e7dc;border-radius:30px;background:#fffaf2;text-align:center;box-shadow:0 24px 90px #092b3440}
.cth-owner-saving__icon{display:block;width:76px;height:76px;margin:0 auto 20px;border-radius:24px}
.cth-owner-saving .cth-eyebrow{margin:0 0 12px;color:#38645d;font-size:11px;letter-spacing:.15em}
.cth-site .cth-owner-saving h2{margin:0 0 17px;font-size:clamp(25px,4vw,32px);line-height:1.2;letter-spacing:-.6px;color:#123f46}
.cth-owner-saving [data-owner-saving-message]{margin:0;font-size:15px;line-height:1.7;color:#335955}
.cth-owner-saving__bar{position:relative;overflow:hidden;height:10px;margin:27px 0 23px;border-radius:30px;background:#dcebe2}
.cth-owner-saving__bar::after{content:"";position:absolute;inset:0 auto 0 0;width:42%;border-radius:inherit;background:#1a5960;animation:cth-owner-saving-progress 1.4s ease-in-out infinite alternate}
.cth-owner-saving .cth-owner-saving__hint{margin:0;font-size:12px;line-height:1.7;color:#45635e}
.cth-owner-save button:disabled{cursor:wait;opacity:.65}
@keyframes cth-owner-saving-progress{0%{transform:translateX(0)}100%{transform:translateX(138%)}}
@media(prefers-reduced-motion:reduce){.cth-owner-saving__bar::after{animation:none;left:29%}}
@media(max-width:480px){.cth-owner-saving{padding:18px}.cth-owner-saving__card{padding:28px 22px}.cth-owner-saving__icon{width:64px;height:64px;margin-bottom:18px}}
