.stcp-wrap{--stcp-primary:#f88452;--stcp-primary-hover:#eb6f39;--stcp-soft-bg:#fff1ea;--stcp-soft-border:#ffd1bd;--stcp-focus:rgba(248,132,82,.15);--stcp-shadow:rgba(248,132,82,.22)}

.stcp-wrap{max-width:1180px;margin:38px auto 28px;padding:0 16px;font-family:Arial,Helvetica,sans-serif;color:#101828}
.stcp-header{text-align:center;margin:12px 0 22px;padding-top:8px}
.stcp-header h1{margin:0 0 8px;font-size:40px;line-height:1.12}
.stcp-header p{max-width:850px;margin:auto;color:#667085;font-size:16px;line-height:1.6}
.stcp-card{background:#fff;border:1px solid #e6eaf0;border-radius:24px;padding:22px;box-shadow:0 14px 38px rgba(16,24,40,.08);margin-bottom:18px}
.stcp-layout{display:grid;grid-template-columns:1fr 380px;gap:18px}
.stcp-main,.stcp-side{display:grid;gap:14px}
.stcp-picker-card,.stcp-section{background:#f8fafc;border:1px solid #e6eaf0;border-radius:20px;padding:16px}
.stcp-color-hero{height:132px;border-radius:20px;background:var(--stcp-primary);display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;box-sizing:border-box;color:#fff;box-shadow:inset 0 -45px 70px rgba(0,0,0,.14);margin-bottom:14px}
.stcp-color-hero strong{font-size:34px;letter-spacing:.7px;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.18)}
.stcp-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.stcp-side-controls{grid-template-columns:1fr}
.stcp-field label{display:block;font-weight:900;color:#344054;margin-bottom:7px}
.stcp-field input,.stcp-field select{width:100%;border:1px solid #d0d5dd;border-radius:14px;padding:11px 12px;font-size:15px;box-sizing:border-box;background:#fff;outline:none}
.stcp-field input[type=color]{height:48px;padding:5px}
.stcp-field input:focus,.stcp-field select:focus{border-color:var(--stcp-primary);box-shadow:0 0 0 4px var(--stcp-focus)}
.stcp-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px;margin-bottom:0}
.stcp-picker-card .stcp-actions{margin-top:12px}
.stcp-btn{border:none;background:var(--stcp-primary);color:#fff;padding:11px 15px;border-radius:13px;font-weight:900;cursor:pointer;transition:.2s}
.stcp-btn:hover{background:var(--stcp-primary-hover);transform:translateY(-1px)}
.stcp-soft{background:#f2f4f7;color:#344054}
.stcp-soft:hover{background:#e4e7ec;color:#344054}
.stcp-values{display:grid;gap:9px}
.stcp-value{display:grid;grid-template-columns:64px 1fr auto;gap:9px;align-items:center;background:#fff7f2;border:1px solid var(--stcp-soft-border);border-radius:15px;padding:10px 11px}
.stcp-value span{font-weight:900;color:#7c2d12}
.stcp-value code{font-family:Consolas,Monaco,monospace;color:#7c2d12;word-break:break-all;font-size:13px}
.stcp-value button{border:none;background:var(--stcp-primary);color:#fff;border-radius:10px;padding:8px 11px;font-weight:900;cursor:pointer}
.stcp-section h2,.stcp-note h2{margin:0 0 12px;font-size:21px;color:#101828}
.stcp-palette-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}
.stcp-palette-tab{border:1px solid #e6eaf0;background:#fff;color:#344054;border-radius:12px;padding:9px 10px;font-weight:900;cursor:pointer}
.stcp-palette-tab.active,.stcp-palette-tab:hover{background:var(--stcp-primary);color:#fff;border-color:var(--stcp-primary)}
.stcp-palette{display:grid;grid-template-columns:1fr;gap:9px}
.stcp-swatch{height:62px;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:8px;color:#fff;font-weight:900;text-shadow:0 1px 4px rgba(0,0,0,.35);cursor:pointer;box-shadow:0 8px 18px rgba(16,24,40,.10)}
.stcp-gradient-box{height:116px;border-radius:18px;background:linear-gradient(90deg,var(--stcp-primary),#0f172a);margin-bottom:12px;border:1px solid #e6eaf0}
.stcp-note{margin-top:16px;background:var(--stcp-primary);color:#fff;border:none;border-radius:22px;padding:18px;box-shadow:0 14px 36px var(--stcp-shadow)}
.stcp-note h2{color:#fff}
.stcp-note p{line-height:1.65;margin:0 0 8px}
.stcp-note ul{margin:0;padding-left:20px;line-height:1.8}
.stcp-status{margin-top:16px;background:var(--stcp-primary);color:#fff;border-radius:20px;padding:18px;font-size:17px;font-weight:900}
.stcp-seo{background:#fff;border:1px solid #e6eaf0;border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(16,24,40,.05)}
.stcp-seo h2{margin:0 0 10px;font-size:24px}
.stcp-seo p{color:#475467;line-height:1.7;margin:0}
@media(max-width:980px){
.stcp-layout{grid-template-columns:1fr}
.stcp-palette{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
.stcp-header h1{font-size:34px}
.stcp-controls{grid-template-columns:1fr}
.stcp-value{grid-template-columns:1fr}
.stcp-actions .stcp-btn{width:100%}
.stcp-palette{grid-template-columns:1fr 1fr}
.stcp-palette-tabs{grid-template-columns:1fr}
.stcp-color-hero{height:110px}
.stcp-color-hero strong{font-size:28px}
}


/* v1.6 note cleanup */
.stcp-note{
background:transparent !important;
color:#475467 !important;
border:1px solid #e6eaf0 !important;
box-shadow:none !important;
padding:18px !important;
margin-top:16px !important;
}

.stcp-note h2{
color:#101828 !important;
}

.stcp-note ul{
color:#475467 !important;
}
