.ttp-portal{--ink:#1d2529;--muted:#657178;--line:#e4e8ea;--soft:#f6f8f8;--brand:#1d2529;--good:#217a4b;max-width:1120px;margin:42px auto;font-family:inherit;color:var(--ink);box-sizing:border-box}.ttp-portal *{box-sizing:border-box}.ttp-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:26px}.ttp-heading h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:8px 0 10px}.ttp-heading p{max-width:760px;color:var(--muted);font-size:17px;line-height:1.6}.ttp-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:750;color:var(--muted)}.ttp-back{display:block;margin-bottom:20px;text-decoration:none;color:var(--muted)}
.ttp-login-shell{min-height:65vh;display:grid;place-items:center}.ttp-login-card{width:min(480px,100%);padding:40px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.08)}.ttp-site-logo{margin-bottom:28px}.ttp-site-logo img{max-height:64px;width:auto}.ttp-login-card h2{font-size:38px;margin:8px 0}.ttp-login-card>p{color:var(--muted);margin-bottom:28px}.ttp-login-card label{display:block;font-weight:700;margin-bottom:7px}.ttp-login-card input[type=text],.ttp-login-card input[type=password]{width:100%;border:1px solid #cfd5d8;border-radius:10px;padding:13px;margin-bottom:17px;font:inherit}.ttp-login-card .login-remember label{font-weight:400}.ttp-login-card .button{width:100%;background:var(--brand);color:#fff;border:0;border-radius:10px;padding:13px 17px;font:inherit;font-weight:750;cursor:pointer}.ttp-login-card .login-password,.ttp-login-card .login-username{margin:0}
.ttp-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.ttp-project-card,.ttp-section-card,.ttp-review,.ttp-form,.ttp-existing,.ttp-progress-card,.ttp-task,.ttp-completed{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.04)}.ttp-project-card{padding:28px;text-decoration:none;color:inherit;min-height:220px;display:flex;flex-direction:column}.ttp-project-card>span{color:var(--muted);font-size:13px}.ttp-project-card h3{font-size:25px;margin:12px 0 22px;flex:1}.ttp-project-card small{display:block;color:var(--muted);margin:8px 0 20px}.ttp-project-card strong{font-size:14px}.ttp-mini-progress,.ttp-progress-track{height:9px;background:#edf0f1;border-radius:99px;overflow:hidden}.ttp-mini-progress i,.ttp-progress-track i{display:block;height:100%;background:var(--good);border-radius:inherit}
.ttp-progress-card{padding:24px 28px;margin-bottom:34px}.ttp-progress-card>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;gap:15px}.ttp-progress-card strong{font-size:22px}.ttp-progress-card span{color:var(--muted)}.ttp-progress-track{height:12px}.ttp-task-header{margin:4px 0 14px}.ttp-task-header h3{font-size:28px;margin:5px 0}.ttp-task-list,.ttp-completed-list{display:grid;gap:12px}.ttp-task{padding:20px;display:grid;grid-template-columns:40px 1fr auto;gap:17px;align-items:center}.ttp-task-check{width:36px;height:36px;border:2px solid #cfd6d9;border-radius:50%;display:grid;place-items:center;font-weight:900;color:var(--good)}.ttp-task.is-complete{box-shadow:none;background:#fafbfb}.ttp-task.is-complete .ttp-task-check{border-color:var(--good)}.ttp-task-copy h4{font-size:20px;margin:6px 0}.ttp-task-copy p{margin:0;color:var(--muted);line-height:1.45}.ttp-status{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:750;background:var(--soft);border-radius:99px;padding:6px 9px}.ttp-all-done{padding:28px;border:1px dashed #bdc9c4;border-radius:16px;background:#f7fbf8}.ttp-all-done strong,.ttp-all-done span{display:block}.ttp-all-done span{color:var(--muted);margin-top:6px}.ttp-completed{margin-top:28px;padding:0;overflow:hidden}.ttp-completed summary{cursor:pointer;padding:18px 22px;font-weight:750}.ttp-completed-list{padding:0 14px 14px}.ttp-completed .ttp-task{border-radius:12px}
.ttp-primary,.ttp-secondary{display:inline-block;border:0;border-radius:10px;padding:12px 17px;text-decoration:none!important;font-weight:750;cursor:pointer;font:inherit}.ttp-primary{background:var(--brand);color:#fff!important}.ttp-secondary{background:#eef1f2;color:var(--ink)!important}.ttp-empty,.ttp-flash{padding:20px;border-radius:10px;background:var(--soft);border:1px solid var(--line)}.ttp-flash{margin-bottom:20px;background:#eef8f1;border-color:#d5e9da}
.ttp-form{padding:28px}.ttp-save-note{display:flex;justify-content:flex-end;margin-bottom:18px;color:var(--muted);font-size:12px}.ttp-input{margin-bottom:27px}.ttp-input>label:first-child{display:block;font-weight:750;margin-bottom:7px}.ttp-input label em{font-style:normal;color:#9b332d;font-size:11px;margin-left:5px;text-transform:uppercase;letter-spacing:.06em}.ttp-optional{font-size:11px;color:var(--muted);font-weight:500;margin-left:5px}.ttp-input>small{display:block;color:var(--muted);margin:-2px 0 10px;line-height:1.45}.ttp-input input[type=text],.ttp-input input[type=email],.ttp-input input[type=tel],.ttp-input input[type=url],.ttp-input input[type=number],.ttp-input input[type=date],.ttp-input textarea,.ttp-input select,.ttp-review textarea,.ttp-review select{width:100%;border:1px solid #cfd5d8;border-radius:9px;padding:12px 13px;background:#fff;color:var(--ink);font:inherit}.ttp-input textarea{line-height:1.55;resize:vertical}.ttp-choice{display:block!important;font-weight:400!important;margin:9px 0!important}.ttp-upload-zone{display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:145px;padding:22px!important;border:2px dashed #cad2d5;border-radius:14px;background:#fafbfb;text-align:center;cursor:pointer}.ttp-upload-zone:hover{border-color:#87959b}.ttp-upload-zone strong{font-size:17px}.ttp-upload-zone span{color:var(--muted);margin-top:5px;font-weight:400}.ttp-upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ttp-file-preview,.ttp-current-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;margin-top:10px}.ttp-current-files{margin:0 0 10px}.ttp-current-files a,.ttp-preview-item{border:1px solid var(--line);border-radius:10px;padding:9px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:7px;min-width:0}.ttp-current-files img,.ttp-preview-item img{width:100%;height:95px;object-fit:cover;border-radius:7px}.ttp-preview-item span,.ttp-current-files span{font-size:12px;overflow-wrap:anywhere}.ttp-file-icon{height:95px;display:grid;place-items:center;background:var(--soft);border-radius:7px;font-size:11px!important;font-weight:800}.ttp-replace{margin-top:12px!important;color:var(--muted)}.ttp-form-actions{margin-top:32px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.ttp-existing{padding:20px;margin-bottom:18px}.ttp-existing-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.ttp-existing-title h3{margin:0 0 12px}.ttp-existing-title span{color:var(--muted);font-size:13px}.ttp-existing>a{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:13px 0;text-decoration:none;color:inherit}.ttp-new-entry{margin:0 0 18px;padding:15px 18px;background:var(--soft);border-radius:10px}.ttp-new-entry strong,.ttp-new-entry span{display:block}.ttp-new-entry span{color:var(--muted);font-size:13px;margin-top:3px}
.ttp-review{padding:25px;margin-bottom:18px;display:grid;grid-template-columns:1fr minmax(300px,420px);gap:30px}.ttp-review h3{font-size:23px;margin:8px 0}.ttp-review p{color:var(--muted);line-height:1.5}.ttp-review form label{display:block;font-weight:700;margin-bottom:15px}.ttp-review form select,.ttp-review form textarea{margin-top:6px}
@media(max-width:760px){.ttp-portal{margin:22px 14px}.ttp-heading{align-items:flex-start;flex-direction:column}.ttp-login-card{padding:28px 22px}.ttp-task{grid-template-columns:34px 1fr}.ttp-task>.ttp-primary{grid-column:1/-1;text-align:center}.ttp-progress-card>div:first-child{align-items:flex-start;flex-direction:column}.ttp-review{grid-template-columns:1fr}.ttp-form{padding:20px}.ttp-form-actions{flex-direction:column-reverse}.ttp-form-actions button{width:100%}.ttp-current-files,.ttp-file-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ttp-needs-changes{border-left:4px solid currentColor}.ttp-due{display:block;margin-top:8px;font-weight:600}.ttp-help-field{margin-top:28px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}


/* Development homepage created by TTP Client Content Portal */
.ttp-ccp-dev-shell{box-sizing:border-box;min-height:72vh;display:flex;align-items:center;justify-content:center;padding:48px 20px;font-family:inherit}
.ttp-ccp-dev-shell *{box-sizing:border-box}
.ttp-ccp-dev-card{width:min(820px,100%);padding:52px;border:1px solid #e2e6ea;border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.07);text-align:center}
.ttp-ccp-dev-brand{margin:0 auto 24px}
.ttp-ccp-dev-logo{max-width:220px;height:auto}
.ttp-ccp-dev-kicker{margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.65}
.ttp-ccp-dev-card h1{margin:0 auto 18px;font-size:clamp(30px,5vw,50px);line-height:1.08}
.ttp-ccp-dev-lead{max-width:650px;margin:0 auto 32px;font-size:18px;line-height:1.65}
.ttp-ccp-dev-owner{margin-top:32px;padding:30px;border-radius:14px;background:#f6f7f8}
.ttp-ccp-dev-owner h2{margin:0 0 10px;font-size:23px}
.ttp-ccp-dev-owner p{max-width:600px;margin:0 auto 20px;line-height:1.6}
.ttp-ccp-dev-button{display:inline-block;padding:14px 24px;border-radius:8px;background:#1d2327;color:#fff!important;text-decoration:none!important;font-weight:700}
.ttp-ccp-dev-button:hover{opacity:.9}
.ttp-ccp-dev-help{margin-top:18px!important;margin-bottom:0!important;font-size:13px;opacity:.7}
@media(max-width:600px){.ttp-ccp-dev-shell{padding:24px 14px}.ttp-ccp-dev-card{padding:30px 20px}.ttp-ccp-dev-owner{padding:22px 16px}}


/* === TTP CCP 1.4 standalone development + portal shell === */
html,body.ttp-ccp-template-body{margin:0!important;min-height:100%;background:#f5f7fa}
body.ttp-ccp-template-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;color:#18212f}
.ttp-ccp-template-body #wpadminbar{display:none}
html:has(body.ttp-ccp-template-body){margin-top:0!important}

.ttp-ccp-standalone{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:46px 22px;background:
radial-gradient(circle at 15% 20%,rgba(70,101,255,.11),transparent 34%),
radial-gradient(circle at 90% 85%,rgba(85,190,170,.10),transparent 32%),
linear-gradient(145deg,#f8fafc,#eef2f6)}
.ttp-ccp-development-card{position:relative;z-index:2;width:min(1040px,100%);background:rgba(255,255,255,.92);border:1px solid rgba(23,34,49,.09);border-radius:28px;box-shadow:0 28px 90px rgba(22,31,44,.12);padding:46px 52px;backdrop-filter:blur(18px)}
.ttp-ccp-development-top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:34px;border-bottom:1px solid #e9edf2}
.ttp-ccp-site-logo{max-width:220px;max-height:72px;width:auto;height:auto}
.ttp-ccp-site-name{font-size:21px;font-weight:800;letter-spacing:-.02em}
.ttp-ccp-status-pill{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#eef7f3;color:#215d4c;font-size:12px;font-weight:750}
.ttp-ccp-status-pill i{width:8px;height:8px;border-radius:50%;background:#3ab58a;box-shadow:0 0 0 5px rgba(58,181,138,.12)}
.ttp-ccp-development-copy{max-width:810px;padding:58px 0 42px}
.ttp-ccp-eyebrow{display:block;margin-bottom:12px;color:#657184;font-size:12px;line-height:1;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.ttp-ccp-development-copy h1{margin:0 0 20px;font-size:clamp(40px,6vw,67px);line-height:1.02;letter-spacing:-.045em;color:#17202d}
.ttp-ccp-development-copy p{max-width:700px;margin:0;font-size:19px;line-height:1.7;color:#5b6676}
.ttp-ccp-owner-panel{display:grid;grid-template-columns:64px 1fr;gap:25px;padding:32px;border:1px solid #e5eaf0;border-radius:20px;background:#fafbfd}
.ttp-ccp-owner-icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#17202d;color:#fff;font-size:26px}
.ttp-ccp-owner-content h2{margin:2px 0 9px;font-size:27px;letter-spacing:-.025em}
.ttp-ccp-owner-content p{max-width:710px;margin:0 0 22px;color:#5e6978;line-height:1.65}
.ttp-ccp-primary-button{display:inline-flex;align-items:center;gap:12px;padding:14px 20px;border-radius:11px;background:#17202d;color:#fff!important;text-decoration:none!important;font-weight:750;box-shadow:0 10px 24px rgba(23,32,45,.15);transition:.2s ease}
.ttp-ccp-primary-button:hover{transform:translateY(-1px);box-shadow:0 13px 30px rgba(23,32,45,.2)}
.ttp-ccp-owner-content small{display:block;margin-top:14px;color:#7a8492}
.ttp-ccp-development-credit{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding-top:32px;color:#7a8593;font-size:12px}
.ttp-ccp-development-credit .ttp-ccp-developer-logo,.ttp-ccp-portal-credit .ttp-ccp-developer-logo{max-width:96px;max-height:30px;width:auto;height:auto}
.ttp-ccp-development-credit strong,.ttp-ccp-portal-credit strong{color:#3a4451}

.ttp-ccp-portal-frame{min-height:100vh;background:linear-gradient(160deg,#f7f9fb,#eef2f6);display:flex;flex-direction:column}
.ttp-ccp-portal-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:15px max(24px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.92);border-bottom:1px solid #e7ebf0;backdrop-filter:blur(14px)}
.ttp-ccp-portal-brand{text-decoration:none;color:#17202d;display:flex;align-items:center}
.ttp-ccp-portal-brand .ttp-ccp-site-logo{max-height:48px;max-width:190px}
.ttp-ccp-portal-userbar{display:flex;align-items:center;gap:16px;font-size:13px;color:#667181}
.ttp-ccp-portal-userbar a{color:#17202d;font-weight:700;text-decoration:none}
.ttp-ccp-portal-main{width:min(1180px,calc(100% - 40px));margin:0 auto;flex:1;padding:52px 0 70px}
.ttp-ccp-portal-credit{min-height:58px;display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-top:1px solid #e3e8ed;color:#85909d;font-size:11px;background:rgba(255,255,255,.72)}

.ttp-ccp-portal-main .ttp-login-shell{min-height:calc(100vh - 260px);display:flex;align-items:center;justify-content:center;padding:30px 0}
.ttp-ccp-portal-main .ttp-login-card{width:min(500px,100%);padding:42px;border-radius:24px;background:#fff;border:1px solid #e5e9ee;box-shadow:0 24px 70px rgba(22,31,44,.10)}
.ttp-login-card .ttp-site-logo{text-align:center;margin:0 0 25px}
.ttp-login-card .ttp-kicker{display:block;text-align:center;color:#778290;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:800}
.ttp-login-card h2{text-align:center;margin:10px 0 8px;font-size:34px;letter-spacing:-.035em}
.ttp-login-card>p{text-align:center;margin:0 0 27px;color:#6c7786;line-height:1.6}
.ttp-login-card form p{margin:0 0 16px}
.ttp-login-card label{display:block;margin-bottom:7px;color:#344051;font-size:13px;font-weight:700}
.ttp-login-card input[type=text],.ttp-login-card input[type=password]{width:100%;min-height:48px;padding:10px 13px;border:1px solid #d9dfe7;border-radius:10px;background:#fff;font-size:15px;outline:none}
.ttp-login-card input[type=text]:focus,.ttp-login-card input[type=password]:focus{border-color:#7e8ca0;box-shadow:0 0 0 3px rgba(74,92,116,.09)}
.ttp-login-card .login-remember label{display:flex;align-items:center;gap:8px;font-weight:500}
.ttp-login-card .login-submit{margin-top:22px}
.ttp-login-card .button-primary{width:100%;min-height:50px;border:0;border-radius:11px;background:#17202d;color:#fff;font-size:15px;font-weight:750;cursor:pointer}

@media(max-width:700px){
 .ttp-ccp-development-card{padding:28px 22px;border-radius:20px}
 .ttp-ccp-development-top{align-items:flex-start;flex-direction:column;padding-bottom:25px}
 .ttp-ccp-development-copy{padding:40px 0 30px}
 .ttp-ccp-development-copy h1{font-size:40px}
 .ttp-ccp-owner-panel{grid-template-columns:1fr;padding:24px}
 .ttp-ccp-owner-icon{width:50px;height:50px}
 .ttp-ccp-portal-header{padding:13px 20px}
 .ttp-ccp-portal-main{width:min(100% - 28px,1180px);padding-top:30px}
 .ttp-ccp-portal-main .ttp-login-card{padding:30px 22px}
}

.ttp-designer-preview-banner{display:flex;align-items:flex-start;gap:16px;margin:0 0 24px;padding:16px 18px;border:1px solid #ddc36a;border-radius:12px;background:#fff9e1;color:#544514}
.ttp-designer-preview-banner strong{white-space:nowrap}
.ttp-designer-preview-banner span{line-height:1.5}
@media(max-width:650px){.ttp-designer-preview-banner{display:block}.ttp-designer-preview-banner strong{display:block;margin-bottom:5px}}

.ttp-ccp-developer-link{display:inline-flex;align-items:center;gap:9px;color:inherit!important;text-decoration:none!important}
.ttp-ccp-developer-link:hover{opacity:.78}

.ttp-preview-readonly{position:relative}
.ttp-preview-readonly input,.ttp-preview-readonly textarea,.ttp-preview-readonly select,.ttp-preview-readonly button,.ttp-preview-readonly .ttp-upload-zone{pointer-events:none;opacity:.78}
.ttp-preview-review{padding:18px;border-radius:12px;background:#f6f8fa;border:1px solid #e1e6eb;color:#5e6976}
.ttp-forgot-password{text-align:center!important;margin:16px 0 0!important}
.ttp-forgot-password a{color:#4e5a69;text-decoration:none;font-size:13px;font-weight:650}
.ttp-forgot-password a:hover{text-decoration:underline}
