
:root{--g:#0f7658;--gd:#123f35;--g2:#12a879;--lime:#e6ec12;--bg:#f3f7f5;--muted:#71807b;--border:#d7e2de;--white:#fff;--shadow:0 24px 70px rgba(15,77,61,.14)}
.fcc-shell{width:min(1140px,calc(100% - 28px));margin:28px auto 80px;color:var(--gd)}
.fcc-hero{padding:50px;border-radius:28px;display:grid;grid-template-columns:1.35fr .65fr;gap:28px;color:#fff;background:linear-gradient(145deg,var(--g),var(--g2));box-shadow:var(--shadow)}
.fcc-hero.compact{grid-template-columns:1fr}
.fcc-eyebrow{margin:0 0 14px;font-size:13px;font-weight:900;letter-spacing:.2em}
.fcc-eyebrow.dark{color:var(--g)}
.fcc-login-gate{display:flex;align-items:center;justify-content:center;min-height:60vh}
.fcc-login-gate-inner{max-width:480px;text-align:center}
.fcc-login-gate-inner h1{font-size:28px;margin:0 0 12px}
.fcc-login-gate-inner p{color:var(--gd);opacity:.75;margin:0 0 24px}
.fcc-login-gate-inner .fcc-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:0 28px}
.fcc-hero h1{margin:0;color:#fff;font-size:clamp(48px,7vw,76px);line-height:.98;letter-spacing:-.04em}
.fcc-hero>div>p:last-child{max-width:760px;margin:18px 0 0;font-size:18px;line-height:1.6}
.fcc-score-card{padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:20px;background:rgba(255,255,255,.12)}
.fcc-score-card strong,.fcc-score-card span,.fcc-score-card small{display:block}
.fcc-score-card strong{font-size:20px;margin-bottom:14px}
.fcc-score-card span{padding:9px 0;border-top:1px solid rgba(255,255,255,.14)}
.fcc-score-card small{margin-top:12px;opacity:.85}
.fcc-tabs{display:flex;gap:10px;margin:22px 0}
.fcc-tabs a{padding:11px 16px;border-radius:999px;background:#fff;color:var(--muted);font-weight:900;text-decoration:none}
.fcc-tabs a.active{background:var(--gd);color:#fff}
.fcc-progress{display:flex;align-items:center;justify-content:center;gap:12px;margin:26px 0}
.fcc-progress span{display:flex;align-items:center;gap:8px;color:#93a09c;font-weight:800}
.fcc-progress span.active{color:var(--g)}
.fcc-progress b{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#dfe9e5}
.fcc-progress span.active b{background:var(--g);color:#fff}
.fcc-progress i{width:80px;height:2px;background:#dfe9e5}
.fcc-panel{padding:36px;border-radius:24px;background:#fff;box-shadow:0 14px 44px rgba(15,77,61,.08)}
.fcc-step{display:none}.fcc-step.active{display:block}
.fcc-heading{text-align:center;max-width:760px;margin:0 auto 28px}
.fcc-heading h2{margin:0;color:var(--gd);font-size:40px;letter-spacing:-.025em}
.fcc-heading p:last-child{color:var(--muted);font-size:17px}
.fcc-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fcc-type-card{min-height:205px;padding:24px;border:1px solid var(--border);border-radius:18px;display:flex;flex-direction:column;text-align:left;background:#fff;color:var(--gd);cursor:pointer;transition:.18s ease}
.fcc-type-card:hover,.fcc-type-card.selected{transform:translateY(-3px);border-color:var(--g);box-shadow:0 16px 36px rgba(15,77,61,.10)}
.fcc-type-card>span{font-size:36px}.fcc-type-card strong{margin-top:auto;font-size:22px}.fcc-type-card small{margin-top:8px;color:var(--muted);line-height:1.45}.fcc-type-card em{margin-top:18px;color:var(--g);font-style:normal;font-weight:900}
.fcc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fcc-form-grid label{display:block;color:var(--gd);font-weight:800}
.fcc-form-grid label.wide{grid-column:1/-1}
.fcc-checkbox-group{grid-column:1/-1}
.fcc-checkbox-group-label{display:block;color:var(--gd);font-weight:800;margin-bottom:10px}
.fcc-checkbox-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px 14px}
.fcc-checkbox-item{display:flex;align-items:center;gap:8px;font-weight:400;color:inherit}
.fcc-checkbox-item input{width:17px;height:17px;flex:none}
.fcc-form-grid label>span{display:block;margin-bottom:8px}
.fcc-form-grid label>small{display:block;margin-top:7px;color:var(--muted);font-weight:500}
.fcc-form input,.fcc-form textarea,.fcc-form select{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:12px;background:#fff;padding:13px 14px;font-size:16px;font-family:inherit}
.fcc-form input{height:52px}.fcc-form textarea{resize:vertical}
.fcc-form input:focus,.fcc-form textarea:focus,.fcc-form select:focus{outline:3px solid rgba(15,118,88,.12);border-color:var(--g)}
.fcc-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}
.fcc-primary,.fcc-secondary{min-height:52px;padding:0 22px;border-radius:12px;font-size:16px;font-weight:900;cursor:pointer}
.fcc-primary{border:0;background:var(--lime);color:var(--gd)}
.fcc-secondary{border:1px solid var(--border);background:#fff;color:var(--gd)}
.fcc-upload{position:relative;padding:30px;border:2px dashed #bfd2cb;border-radius:18px;text-align:center;background:#f9fbfa}
.fcc-upload input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.fcc-upload strong,.fcc-upload span{display:block}.fcc-upload strong{font-size:20px;color:var(--gd)}.fcc-upload span{margin-top:7px;color:var(--muted)}
.fcc-photo-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.fcc-photo-preview figure{margin:0;position:relative;padding-top:70%;border-radius:14px;overflow:hidden;background:#e7efec}
.fcc-photo-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.fcc-review{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.fcc-review-item{padding:16px;border-radius:14px;background:var(--bg)}
.fcc-review-item.wide{grid-column:1/-1}
.fcc-review-item span,.fcc-review-item strong{display:block}.fcc-review-item span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.fcc-review-item strong{margin-top:6px;white-space:pre-wrap}
.fcc-confirm{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:18px;border-radius:14px;background:#eef6f2;line-height:1.5}.fcc-confirm input{width:22px;height:22px;flex:0 0 auto}
.fcc-message{margin-top:18px;padding:14px 16px;border-radius:12px;background:#fff0ef;color:#972f2a;font-weight:800}
.fcc-success{text-align:center;padding:50px 24px}.fcc-success>div{width:76px;height:76px;margin:0 auto 20px;border-radius:999px;display:grid;place-items:center;background:var(--lime);font-size:34px;font-weight:900}.fcc-success h2{font-size:40px;color:var(--gd)}.fcc-success p{max-width:620px;margin:14px auto;color:var(--muted);font-size:17px;line-height:1.6}.fcc-success a,.fcc-empty a,.fcc-login-required a{display:inline-flex;min-height:52px;margin-top:18px;padding:0 22px;align-items:center;border-radius:12px;background:var(--g);color:#fff;text-decoration:none;font-weight:900}
.fcc-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fcc-listing-card{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(15,77,61,.08)}
.fcc-card-image{height:190px;background:#dfeae6 center/cover no-repeat}
.fcc-card-body{padding:20px}.fcc-status{display:inline-block;padding:7px 10px;border-radius:999px;background:#eef3f1;color:var(--gd);font-size:12px;font-weight:900}.fcc-status.publish{background:#e8f7ef;color:#146a50}.fcc-status.pending{background:#fff7d8;color:#7f6410}.fcc-status.draft{background:#fff0ef;color:#972f2a}
.fcc-card-body small{display:block;margin-top:12px;color:var(--g);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.fcc-card-body h3{margin:8px 0;color:var(--gd);font-size:23px}.fcc-card-body p{color:var(--muted);line-height:1.5}.fcc-card-footer{display:flex;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #edf2f0}.fcc-card-footer span{font-weight:900;color:var(--g)}.fcc-card-footer a{color:var(--gd);font-weight:900;text-decoration:none}.fcc-card-footer em{color:var(--muted);font-style:normal}
.fcc-empty,.fcc-login-required{padding:52px;text-align:center;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,77,61,.08)}.fcc-empty h2,.fcc-login-required h1{color:var(--gd);font-size:34px}.fcc-empty p{color:var(--muted)}
.fcc-honeypot{position:absolute!important;left:-9999px!important}
@media(max-width:820px){.fcc-shell{width:calc(100% - 20px);margin-top:12px}.fcc-hero{padding:34px 26px;grid-template-columns:1fr}.fcc-score-card{margin-top:8px}.fcc-progress i{width:26px}.fcc-progress span{font-size:12px}.fcc-panel{padding:26px 18px}.fcc-type-grid,.fcc-card-grid,.fcc-form-grid,.fcc-review{grid-template-columns:1fr}.fcc-form-grid label.wide,.fcc-review-item.wide{grid-column:auto}.fcc-photo-preview{grid-template-columns:repeat(2,1fr)}.fcc-actions{flex-direction:column-reverse}.fcc-primary,.fcc-secondary{width:100%}}
