:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff}*{margin:0;padding:0;box-sizing:border-box}body,#root{min-height:100vh}.page{min-height:100vh;background:#f7f8fa;padding:2rem 1.5rem}.site-header{max-width:1100px;margin:0 auto;padding:1.5rem 2rem;border-radius:999px;background:#3d066d;box-shadow:0 12px 40px #0f172a14;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:.01em}.nav-links{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:600;padding:.5rem .9rem;border-radius:999px;transition:background-color .15s ease,color .15s ease}.nav-links a:hover{background:#ffffff26;color:#fff}.nav-links .cta{border:1px solid #ffffff;color:#fff}.nav-links .cta:hover{background:#fff3;color:#fff}.logout-btn{background:transparent;border:1px solid #ffffff;padding:.5rem .9rem;border-radius:999px;color:#fff;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.logout-btn:hover{background:#ffffff2e}main{max-width:1100px;margin:2rem auto 0;display:flex;flex-direction:column;gap:2rem}.hero{background:linear-gradient(120deg,#3d066d,#5a1b9b);color:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 16px 48px #3d066d40}.eyebrow{letter-spacing:.08em;text-transform:uppercase;font-weight:700;font-size:.75rem;margin-bottom:.5rem;opacity:.9}.hero h1{font-size:2rem;margin-bottom:.75rem}.subtext{max-width:600px;line-height:1.6;opacity:.92}.cta-row{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border-radius:12px;font-weight:700;text-decoration:none;color:#fff}.primary-btn{background:#fff;color:#3d066d;border:1px solid #ffffff}.primary-btn:hover{background:#f3e9ff}.ghost-btn{border:1px solid rgba(255,255,255,.6);background:transparent}.ghost-btn:hover{background:#ffffff1f}.auth{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.auth-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 32px #0f172a1a;display:flex;flex-direction:column;gap:1rem}.auth-card h2{margin:0;color:#0f172a}.auth-form{display:flex;flex-direction:column;gap:.65rem}.auth-form label{font-weight:600;color:#0f172a}.auth-form input{padding:.8rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input:focus{outline:none;border-color:#3d066d;box-shadow:0 0 0 3px #3d066d26}.auth-form button{margin-top:.25rem;padding:.85rem;border-radius:10px;border:none;background:#3d066d;color:#fff;font-weight:700;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.auth-form button:hover{background:#2d0452}.auth-form button:active{transform:translateY(1px)}.dashboard{width:100%}.dashboard-layout{display:grid;grid-template-columns:260px 1fr;gap:1.25rem}.sidebar{background:#3d066d;color:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 12px 36px #3d066d47;display:flex;flex-direction:column;gap:1.25rem}.user-chip{display:flex;align-items:center;gap:.8rem}.avatar{width:44px;height:44px;border-radius:50%;background:#ffffff26;display:grid;place-items:center;font-weight:700;font-size:1.1rem}.chip-label{font-size:.8rem;opacity:.8;margin:0}.chip-name{font-weight:700;margin:0}.side-nav{display:flex;flex-direction:column;gap:.4rem}.side-link{width:100%;text-align:left;color:#fff;text-decoration:none;padding:.75rem .9rem;border-radius:12px;transition:background-color .15s ease;border:none;background:transparent;cursor:pointer;font-weight:600}.side-link:hover,.side-link.active{background:#ffffff29}.dashboard-main{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 12px 36px #0f172a14;display:flex;flex-direction:column;gap:1.25rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.outline{border:1px solid #3d066d;background:transparent;color:#3d066d;padding:.65rem 1rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#f8f5fb;border:1px solid #ede6f6;border-radius:14px;padding:1rem}.stat-label{font-size:.9rem;color:#4b5563}.stat-value{font-size:1.8rem;font-weight:800;color:#3d066d}.stat-sub{color:#6b7280;margin-top:.25rem}.panel{border:1px solid #e2e8f0;border-radius:14px;padding:1rem}.blank-panel{border:1px dashed #d1d5db;border-radius:14px;padding:1.25rem;min-height:320px;display:flex;flex-direction:column;gap:1rem}.blank-area{flex:1;border:1px dashed #e5e7eb;border-radius:12px;background:#f9fafb;display:grid;place-items:center}.facebook-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem 1.2rem;border-radius:10px;border:none;background:#1877f2;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #1877f259;transition:transform .1s ease,box-shadow .15s ease,background-color .15s ease}.facebook-btn:hover{background:#0f5bd4;box-shadow:0 12px 30px #1877f273}.facebook-btn:active{transform:translateY(1px)}.facebook-btn.large{width:100%;justify-content:center;padding:1rem}.connect-panel{border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background:#fff;min-height:360px}.connect-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.connect-body{display:grid;gap:.9rem}.connect-step{display:flex;gap:.8rem;align-items:center;background:#f8f5fb;border:1px solid #ede6f6;padding:.8rem .9rem;border-radius:12px}.step-badge{width:32px;height:32px;border-radius:10px;background:#3d066d;color:#fff;display:grid;place-items:center;font-weight:800}.step-title{font-weight:700;margin:0}.step-text{margin:0;color:#4b5563;line-height:1.4}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.panel-title{font-weight:700}.activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.activity-list li{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#0f172a}.time{margin-left:auto;font-size:.85rem;color:#6b7280;font-weight:500}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot.success{background:#22c55e}.dot.warn{background:#f59e0b}.dot.neutral{background:#6366f1}.ghost-btn.small{border-color:#e2e8f0;color:#0f172a;padding:.45rem .75rem;font-weight:600}@media(max-width:640px){.site-header{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.hero{padding:2rem 1.5rem}.dashboard-layout{grid-template-columns:1fr}}
