*{box-sizing:border-box;margin:0;padding:0;font-family:'Inter',sans-serif}
body{background:#fff;color:#111827;-webkit-font-smoothing:antialiased;min-height:200vh;overflow-x:hidden}
.cw-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}

.cw-vbg{position:fixed;inset:32px 0 0;width:100%;height:calc(100% - 32px);overflow:hidden;pointer-events:none;z-index:0}
.cw-vbg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.cw-nav{position:fixed;top:56px;left:0;right:0;z-index:50;display:flex;justify-content:center;padding:0 24px}
.cw-nav-pill{display:inline-flex;align-items:center;gap:18px;background:rgba(255,255,255,0.7);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,0.8);border-radius:9999px;padding:10px 12px 10px 18px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}
@media(min-width:768px){.cw-nav-pill{gap:32px;padding:10px 12px 10px 20px}}
.cw-logo{display:inline-flex;align-items:center;cursor:pointer}
.cw-nav-links{display:none;align-items:center;gap:28px}
@media(min-width:768px){.cw-nav-links{display:flex}}
.cw-nav-links a{font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:color .15s}
.cw-nav-links a:hover{color:#111827}
.cw-nav-cta{position:relative;background:#fff;color:#111827;border:none;border-radius:9999px;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.05),0 0 0 1.5px transparent;transition:background .15s}
.cw-nav-cta:hover{background:#f9fafb}
.cw-nav-cta::before{content:'';position:absolute;inset:0;border-radius:9999px;padding:1.5px;background:linear-gradient(135deg,#F59E0B,#3B82F6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}

@keyframes cw-popup{from{opacity:0;transform:translateY(16px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes cw-spin{to{transform:rotate(360deg)}}

.cw-hero{position:relative;z-index:10;min-height:100vh;padding:144px 24px 64px;display:flex;flex-direction:column;align-items:center;text-align:center}
@media(min-width:640px){.cw-hero{padding-top:160px}}
.cw-h1{font-size:clamp(36px,5.5vw,60px);font-weight:500;letter-spacing:-0.04em;line-height:1.05;color:#111827;max-width:680px;margin-bottom:32px}
.cw-h1-muted{color:#a1a1aa}
.cw-sub{font-size:16px;color:#6b7280;line-height:1.6;max-width:380px;margin-bottom:48px}

.cw-popups{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;padding:0 16px}
.cw-popup{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,0.85);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,0.6);border-radius:18px;padding:14px 20px;width:100%;max-width:380px;box-shadow:0 4px 16px rgba(0,0,0,0.04);opacity:0;animation:cw-popup 0.6s cubic-bezier(0.16,1,0.3,1) var(--d,0s) forwards}
.cw-popup-ic{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px}
.cw-popup-t{flex:1;text-align:left;font-size:13px;font-weight:500;color:#374151;white-space:nowrap}
@media(min-width:640px){.cw-popup-t{font-size:14px}}
.cw-popup-ring{flex-shrink:0;display:inline-flex;animation:cw-spin 1.4s linear infinite}

/* SHOWCASE */
.cw-show{position:relative;z-index:20;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,0.95) 30%,#fff)}
@media(min-width:768px){.cw-show{padding:64px 64px 96px}}
.cw-show-card{position:relative;width:100%;max-width:1280px;border-radius:24px;overflow:hidden;min-height:480px}
@media(min-width:768px){.cw-show-card{border-radius:32px;min-height:680px}}
.cw-show-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.cw-show-grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.4) 50%,transparent 100%);z-index:1}
.cw-show-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;padding:24px;height:100%;min-height:480px}
@media(min-width:768px){.cw-show-content{flex-direction:row;align-items:stretch;padding:32px;min-height:680px}}
.cw-show-l{flex:1;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.cw-show-h{font-size:clamp(24px,3.5vw,44px);font-weight:500;line-height:1.15;letter-spacing:-0.02em;margin-bottom:18px;color:#fff}
.cw-show-p{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.6;max-width:420px}
@media(min-width:768px){.cw-show-p{font-size:16px}}
.cw-dashboard{flex:1;background:#fff;border-top-left-radius:18px;border:1px solid #f3f4f6;box-shadow:0 12px 32px rgba(0,0,0,0.18);padding:18px;display:flex;flex-direction:column;gap:16px;max-width:560px;align-self:flex-end;transform:scale(0.85);transform-origin:bottom right}
@media(min-width:768px){.cw-dashboard{padding:28px;transform:scale(1)}}
.cw-dash-top{display:flex;align-items:center;gap:14px}
.cw-dash-icon{width:42px;height:42px;border-radius:10px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;color:#4b5563}
.cw-dash-info{flex:1}
.cw-dash-lbl{font-size:12px;color:#9ca3af;font-weight:500}
.cw-dash-val{font-size:22px;font-weight:700;color:#111827;letter-spacing:-0.02em}
.cw-dash-val small{font-size:11px;font-weight:400;color:#9ca3af;margin-left:4px}
.cw-dash-pill{font-size:11px;color:#374151;background:#f3f4f6;border-radius:6px;padding:5px 10px;font-weight:500}
.cw-chart{aspect-ratio:5/2.25;background:#fff;width:100%}
.cw-chart svg{display:block;width:100%;height:100%}
.cw-channels{display:flex;flex-direction:column;gap:10px;border-top:1px solid #f3f4f6;padding-top:16px}
.cw-ch-h{font-size:13px;font-weight:600;color:#374151}
.cw-ch-row{display:flex;align-items:center;gap:10px;font-size:13px}
.cw-ch-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;font-weight:700;font-size:12px;flex-shrink:0}
.cw-ch-name{flex:1;color:#9ca3af;font-size:11px}
.cw-ch-name strong{color:#111827;font-weight:600;font-size:13px;margin-right:6px}
.cw-ch-val{font-weight:600;color:#111827}
.cw-ch-up{color:#10b981;font-size:12px;font-weight:500}
.cw-ch-down{color:#ef4444;font-size:12px;font-weight:500}
