@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";html,body,#root{color:#071437;text-rendering:optimizelegibility;min-height:100%;margin:0;font-family:Inter,sans-serif}:root{--fs-text:#111827;--fs-muted:#4b5563;--fs-line:#e5e7eb;--fs-white:#fff;--fs-bg:#f9fafb;--fs-primary:#4f46e5;--fs-primary-strong:#4338ca;--fs-indigo-soft:#eef2ff;--fs-blue-soft:#eff6ff;--fs-purple-soft:#f5f3ff;--fs-orange-soft:#fff7ed;--fs-green-soft:#ecfdf5;--fs-shadow:0 10px 30px #11182714}*{box-sizing:border-box}body{color:var(--fs-text);background:var(--fs-white);margin:0;font-family:Inter,sans-serif}.fs-page{background:var(--fs-white);min-height:100vh}.fs-container{width:min(1280px,100% - 2rem);margin:0 auto}.fs-nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7ebd9;position:fixed;top:0;left:0;right:0}.fs-nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.fs-brand-wrap{align-items:center;gap:10px;display:inline-flex}.fs-brand-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:inline-flex;box-shadow:0 10px 20px #4f46e540}.fs-brand{color:#111827;font-size:1.25rem;font-weight:700}.fs-nav-links{align-items:center;gap:28px;display:flex}.fs-nav-link{color:#4b5563;cursor:pointer;background:0 0;border:0;padding:0;font-size:.95rem;font-weight:500;transition:color .2s}.fs-nav-link:hover{color:#111827}.fs-btn{cursor:pointer;border:0;border-radius:12px;font-family:Inter,sans-serif;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.fs-btn:hover{transform:translateY(-1px)}.fs-btn-primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:.72rem 1.25rem;box-shadow:0 8px 18px #4f46e547}.fs-btn-primary:hover{box-shadow:0 12px 22px #4f46e552}.fs-btn-lg{padding:.95rem 2rem;font-size:1rem}.fs-btn-ghost{background:var(--fs-white);color:var(--fs-text);border:1px solid var(--fs-line);padding:.95rem 2rem}.fs-btn-soft{color:#3730a3;background:#e0e7ff;padding:.85rem 1.4rem}.fs-btn-white{color:#4f46e5;background:#fff;border-radius:0 12px 12px 0;padding:.85rem 1.35rem}.fs-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.fs-hero{background:linear-gradient(#fff 0%,#f9fafb 100%);padding-top:136px;padding-bottom:88px;position:relative;overflow:hidden}.fs-hero:before,.fs-hero:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.fs-hero:before{filter:blur(42px);background:#818cf84d;width:288px;height:288px;top:96px;left:-96px}.fs-hero:after{filter:blur(42px);background:#c084fc47;width:320px;height:320px;top:150px;right:-96px}.fs-hero-center{text-align:center;max-width:960px;margin:0 auto}.fs-pill{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin:0 auto;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.fs-hero-title{color:#111827;max-width:900px;margin:1.45rem auto 0;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.05}.fs-hero-title span{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.fs-hero-subtitle{color:#4b5563;max-width:760px;margin:1.55rem auto 0;font-size:1.2rem;line-height:1.7}.fs-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2.2rem;display:flex}.fs-hero-meta{color:#059669;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.1rem;margin-top:1.2rem;font-size:.94rem;display:flex}.fs-message{color:#1f2937;max-width:840px;margin:.7rem auto 0;font-size:.9rem}.fs-demo-shell{width:min(896px,100%);margin:3.25rem auto 0;position:relative}.fs-demo-frame{border-radius:24px;overflow:hidden;box-shadow:0 26px 44px #4f46e538}.fs-demo-content{color:#6d28d9;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);justify-content:center;align-items:center;min-height:28rem;font-size:1.125rem;font-weight:600;display:flex}.fs-orb{pointer-events:none;border-radius:999px;position:absolute}.fs-orb-a{opacity:.4;background:#a78bfa;width:64px;height:64px;top:-24px;right:-24px}.fs-orb-b{opacity:.4;background:#93c5fd;width:80px;height:80px;bottom:-24px;left:-32px}.fs-section{padding:80px 0}.fs-section-white{background:#fff}.fs-section-muted{background:#f9fafb}.fs-section-head{text-align:center;max-width:768px;margin:0 auto}.fs-section-head h2{color:#111827;margin:0;font-size:clamp(2rem,4.2vw,3rem);font-weight:700;line-height:1.15}.fs-section-head h2 span{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text}.fs-section-head p{color:#4b5563;margin:1rem auto 0;font-size:1.12rem;line-height:1.7}.fs-grid{gap:32px;display:grid}.fs-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:64px}.fs-feature-card,.fs-testimonial{box-shadow:var(--fs-shadow);border:1px solid #e5e7ebcc;border-radius:20px;padding:32px}.fs-feature-card h3{color:#111827;margin:0;font-size:1.25rem}.fs-feature-card p{color:#4b5563;margin:14px 0 0;line-height:1.72}.fs-feature-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:1.05rem;display:inline-flex}.fs-feature-1{background:linear-gradient(160deg,#eef2ff,#f5f3ff)}.fs-feature-2{background:linear-gradient(160deg,#eff6ff,#dbeafe)}.fs-feature-3{background:linear-gradient(160deg,#f0fdf4,#dcfce7)}.fs-feature-4{background:linear-gradient(160deg,#fff7ed,#ffedd5)}.fs-feature-5{background:linear-gradient(160deg,#fef2f2,#fee2e2)}.fs-feature-6{background:linear-gradient(160deg,#f3e8ff,#ede9fe)}.fs-grid-pricing{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;margin-top:64px}.fs-price-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;height:100%;min-height:560px;padding:32px;display:flex;position:relative;box-shadow:0 14px 34px #11182714}.fs-price-body{flex-direction:column;flex:1;gap:20px;display:flex}.fs-price-card.is-popular{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#0000;box-shadow:0 24px 50px #4f46e559}.fs-popular-badge{color:#111827;background:#facc15;border-radius:999px;padding:.4rem .9rem;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.fs-price-head h3{margin:0;font-size:1.5rem}.fs-price-head p{color:#4b5563;margin:10px 0 0}.fs-price-card.is-popular .fs-price-head p{color:#ffffffe0}.fs-price-value{margin-top:16px;font-size:2.95rem;font-weight:800;line-height:1}.fs-price-value span{color:#6b7280;margin-left:6px;font-size:1rem;font-weight:500}.fs-price-card.is-popular .fs-price-value span{color:#ffffffe6}.fs-price-card ul{color:#374151;flex:1;align-content:start;gap:13px;margin:0;padding:0;list-style:none;display:grid}.fs-price-card.is-popular ul{color:#fffffff5}.fs-price-btn{border-radius:12px;margin-top:auto;padding:.95rem 1.25rem;font-size:.97rem}.fs-price-btn.is-dark{color:#fff;background:#111827}.fs-price-btn.is-light{color:#4f46e5;background:#fff}.fs-stars{letter-spacing:1px;color:#f59e0b;font-size:1rem}.fs-testimonial{background:#fff}.fs-testimonial-1{border-top:4px solid #818cf8}.fs-testimonial-2{border-top:4px solid #60a5fa}.fs-testimonial-3{border-top:4px solid #c084fc}.fs-testimonial-quote{color:#374151;margin:18px 0 0;line-height:1.75}.fs-person{align-items:center;gap:12px;margin-top:22px;display:flex}.fs-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:700;display:inline-flex}.fs-person-name{color:#111827;margin:0;font-weight:700}.fs-person-role{color:#6b7280;margin:2px 0 0;font-size:.9rem}.fs-newsletter{background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:80px 0}.fs-newsletter-inner{text-align:center;color:#fff}.fs-newsletter-inner h2{margin:0;font-size:clamp(1.95rem,4vw,3rem);font-weight:700}.fs-newsletter-inner p{color:#ffffffe0;max-width:670px;margin:1rem auto 0;font-size:1.12rem;line-height:1.7}.fs-newsletter-form{justify-content:center;align-items:stretch;max-width:560px;margin:2rem auto 0;display:flex}.fs-newsletter-form input{border:0;border-radius:12px 0 0 12px;flex:1;min-height:50px;padding:0 1rem;font-size:1rem}.fs-newsletter-form input:focus,.fs-contact-form input:focus,.fs-contact-form textarea:focus{outline-offset:1px;outline:2px solid #6366f180}.fs-newsletter-inner small{color:#ffffffbf;margin-top:14px;display:block}.fs-apps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:64px;display:grid}.fs-app-card{box-shadow:var(--fs-shadow);background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px}.fs-app-card h3{color:#111827;margin:0;font-size:1.22rem}.fs-app-card p{color:#4b5563;margin:10px 0 0;line-height:1.7}.fs-social-cta-list{gap:10px;margin-top:18px;display:grid}.fs-social-cta{text-align:left;width:100%;padding:.78rem .95rem}.fs-social-empty{color:#6b7280;margin:0;font-size:.92rem}.fs-contact-layout{grid-template-columns:1fr 1fr;gap:48px;margin-top:64px;display:grid}.fs-contact-list{gap:20px;display:grid}.fs-contact-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:14px;padding:20px;display:flex}.fs-contact-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.fs-contact-item h3{margin:0;font-size:1.05rem}.fs-contact-item p{color:#4b5563;margin:4px 0 0}.fs-contact-form{box-shadow:var(--fs-shadow);background:#fff;border:1px solid #e5e7eb;border-radius:18px;gap:16px;padding:28px;display:grid}.fs-contact-form label{color:#374151;margin-bottom:8px;font-size:.92rem;font-weight:600;display:block}.fs-contact-form input,.fs-contact-form textarea{color:#111827;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:.8rem .95rem;font-family:Inter,sans-serif;font-size:.96rem}.fs-contact-form textarea{resize:vertical;min-height:120px}.fs-footer{color:#d1d5db;background:#111827;padding:64px 0 30px}.fs-footer .fs-container{background:#111827;border-radius:26px}.fs-footer-grid{grid-template-columns:1.3fr repeat(3,minmax(0,1fr));gap:32px;display:grid}.fs-footer-brand-wrap{margin-bottom:12px}.fs-footer-brand{color:#fff;font-size:1.2rem;font-weight:700}.fs-footer-text{color:#9ca3af;max-width:280px;margin:0;line-height:1.7}.fs-footer h4{color:#fff;margin:0;font-size:1rem}.fs-footer a{color:#9ca3af;margin-top:10px;font-size:.93rem;text-decoration:none;display:block}.fs-footer a:hover{color:#fff}.fs-footer-bottom{color:#9ca3af;text-align:center;border-top:1px solid #374151;margin-top:42px;padding-top:20px;font-size:.9rem}.page{background:linear-gradient(#fff 0%,#f9fafb 100%);min-height:100vh;padding:24px;font-family:Inter,sans-serif}.card{box-shadow:var(--fs-shadow);background:#fff;border:1px solid #e5e7eb;border-radius:18px}.section-wrap{width:min(1180px,100%);margin:0 auto}.onboarding{margin-top:12vh;padding:42px}.eyebrow{color:#6366f1;letter-spacing:.08em;margin:0;font-size:.8rem;font-weight:700}.subtitle{color:#4b5563;margin:12px 0 0}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.cta{cursor:pointer;border:0;border-radius:10px;padding:.75rem 1.1rem;font-family:Inter,sans-serif;font-weight:700}.cta.primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.cta.secondary{color:#111827;background:#fff;border:1px solid #d1d5db}.checkout-message{color:#1f2937;margin-top:14px}.ops{margin-top:48px;padding:32px}.ops h2{margin:0;font-size:1.4rem}.meta{background:#eff4ff;border:1px solid #dbe6ff;border-radius:14px;margin-top:16px;padding:14px 16px}.meta p{color:#2d3f61;margin:6px 0}.socials-panel{border-top:1px solid #d6def0;margin-top:20px;padding-top:14px}.socials-panel h3{color:#1e3258;margin:0 0 10px;font-size:1.05rem}.social-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.socials-btn{color:#fff;cursor:pointer;background:linear-gradient(130deg,#115a93,#1b80ba);border:0;border-radius:9px;padding:9px 13px;font-weight:700}.socials-btn:hover{filter:brightness(1.06)}.socials-btn:disabled{opacity:.6;cursor:not-allowed}.socials-btn.danger{background:linear-gradient(130deg,#932b2b,#bf3939)}.socials-hint{color:#42526f;margin:0 0 12px;font-size:.92rem}@media (width<=1150px){.fs-grid-3,.fs-grid-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-price-card.is-popular{transform:none}.fs-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=840px){.fs-nav-inner{flex-direction:column;gap:14px;height:auto;padding:14px 0}.fs-nav-links{flex-wrap:wrap;justify-content:center;gap:16px}.fs-hero{padding-top:168px}.fs-grid-3,.fs-grid-pricing,.fs-contact-layout,.fs-footer-grid,.fs-apps-grid{grid-template-columns:1fr}.fs-price-card{min-height:auto}.fs-newsletter-form{flex-direction:column;gap:10px}.fs-newsletter-form input,.fs-btn-white{border-radius:12px}}@media (width<=640px){.fs-container{width:min(1280px,100% - 1.25rem)}.fs-section{padding:62px 0}.fs-feature-card,.fs-price-card,.fs-testimonial,.fs-contact-form{padding:22px}.onboarding,.ops{padding:22px 16px}.social-row{flex-direction:column;align-items:flex-start}}.wp-workspace{margin-top:24px}.wp-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;display:grid}.wp-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.wp-panel h3{color:#1e3258;margin:0 0 6px}.wp-hint{color:#6b7280;margin:0 0 12px;font-size:.88rem}.wp-form{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.wp-form label{color:#374151;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;display:flex}.wp-form input{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:.9rem}.wp-form-row{gap:12px;display:flex}.wp-checkbox-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.wp-checkbox-label{color:#374151;font-size:.82rem;font-weight:700}.wp-checkbox{color:#374151;align-items:center;gap:5px;font-size:.85rem;display:flex}.wp-btn{cursor:pointer;border:0;border-radius:9px;padding:9px 14px;font-weight:700}.wp-btn:disabled{opacity:.6;cursor:not-allowed}.wp-btn-primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);align-self:flex-start}.wp-btn-success{color:#fff;background:linear-gradient(130deg,#157a4a,#1fa866)}.wp-btn-danger{color:#fff;background:linear-gradient(130deg,#932b2b,#bf3939)}.wp-message{color:#1f2937;margin:0 0 12px;font-size:.88rem}.wp-list{flex-direction:column;gap:12px;max-height:520px;display:flex;overflow-y:auto}.wp-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px}.wp-item-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.wp-item-head-main{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.wp-item-head strong{color:#111827;margin-right:8px}.wp-channel-pill{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:2px 10px;font-size:.72rem;font-weight:700;display:inline-block}.wp-item-date{color:#9ca3af;font-size:.78rem}.wp-item-headline{color:#1f2937;margin:8px 0 2px;font-weight:700}.wp-item-caption{color:#374151;margin:4px 0;font-size:.9rem}.wp-item-hashtags{color:#6366f1;margin:4px 0;font-size:.82rem}.wp-item-meta{color:#4b5563;margin:6px 0 0;font-size:.82rem}.wp-item-meta-danger{color:#b91c1c}.wp-item-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.wp-reason-input{border:1px solid #d1d5db;border-radius:8px;flex:1;min-width:160px;padding:7px 10px;font-size:.85rem}.wp-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;margin-left:8px;padding:2px 9px;font-size:.72rem;font-weight:700;display:inline-block}.wp-badge-neutral{color:#374151;background:#e5e7eb}.wp-badge-info{color:#1d4ed8;background:#dbeafe}.wp-badge-success{color:#15803d;background:#dcfce7}.wp-badge-danger{color:#b91c1c;background:#fee2e2}.wp-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.wp-filter-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:600}.wp-filter-btn.is-active{color:#fff;background:#4f46e5;border-color:#4f46e5}@media (width<=900px){.wp-grid{grid-template-columns:1fr}}.wp-panel-full{grid-column:1/-1}.wp-overview-grid{grid-template-columns:340px 1fr;align-items:start;gap:20px;display:grid}@media (width<=1000px){.wp-overview-grid{grid-template-columns:1fr}}.wp-panel-titlebar{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.wp-panel-titlebar h3{color:#1e3258;margin:0}.wp-inline-link{color:#4f46e5;white-space:nowrap;font-size:.85rem;font-weight:700;text-decoration:none}.wp-inline-link:hover{text-decoration:underline}.wp-sidebar-panel{position:sticky;top:0}.wp-sidebar-subheading{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:14px 0 8px;font-size:.75rem;font-weight:800}.wp-sidebar-list{max-height:none;overflow-y:visible}.wp-item-compact{padding:10px 12px}.wp-item-compact .wp-item-actions{margin-top:8px}.wp-item{border-left:4px solid #e5e7eb}.wp-item-accent-neutral{border-left-color:#9ca3af}.wp-item-accent-approved{border-left-color:#6366f1}.wp-item-accent-info{border-left-color:#3b82f6}.wp-item-accent-success{border-left-color:#16a34a}.wp-item-accent-danger{border-left-color:#dc2626}.wp-hashtag-row{flex-wrap:wrap;gap:6px;margin:8px 0 0;display:flex}.wp-hashtag-chip{color:#4338ca;background:#eef2ff;border-radius:999px;padding:2px 9px;font-size:.76rem;font-weight:600}.wp-date-group{flex-direction:column;gap:12px;display:flex}.wp-date-group+.wp-date-group{margin-top:6px}.wp-date-group-heading{text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:6px;font-size:.78rem;font-weight:800}.wp-date-group:first-child .wp-date-group-heading{border-top:none;padding-top:0}.gi-shell{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.gi-toolbar{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.gi-toolbar h3{color:#1e3258;margin:0 0 4px}.gi-pagination{white-space:nowrap;align-items:center;gap:10px;padding-top:4px;display:flex}.gi-page-range{color:#6b7280;font-size:.82rem}.gi-page-btn{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:30px;height:30px;font-size:1rem;line-height:1}.gi-page-btn:disabled{opacity:.4;cursor:not-allowed}.gi-page-btn:hover:not(:disabled){background:#f3f4f6}.gi-tabs{border-bottom:1px solid #e5e7eb;gap:6px;margin:14px 0 12px;display:flex}.gi-tab{color:#6b7280;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:.85rem;font-weight:600}.gi-tab:hover{color:#111827}.gi-tab.is-active{color:#4f46e5;border-bottom-color:#4f46e5}.gi-body{grid-template-columns:380px 1fr;align-items:start;gap:16px;display:grid}@media (width<=900px){.gi-body{grid-template-columns:1fr}}.gi-list{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;max-height:620px;display:flex;overflow:hidden auto}.gi-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;display:flex;position:relative}.gi-row:hover{background:#f9fafb}.gi-row.is-selected{background:#eef2ff}.gi-row.is-unread .gi-row-author,.gi-row.is-unread .gi-row-snippet{color:#111827;font-weight:700}.gi-row:not(.is-unread) .gi-row-author,.gi-row:not(.is-unread) .gi-row-snippet{color:#6b7280;font-weight:500}.gi-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:inline-flex}.gi-avatar-lg{width:44px;height:44px;font-size:1.1rem}.gi-row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.gi-row-top{justify-content:space-between;gap:8px;display:flex}.gi-row-author{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.gi-row-time{color:#9ca3af;flex-shrink:0;font-size:.75rem}.gi-row-bottom{gap:6px;min-width:0;display:flex}.gi-row-provider{text-transform:capitalize;color:#9ca3af;flex-shrink:0;font-size:.72rem}.gi-row-snippet{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.gi-unread-dot{background:#4f46e5;border-radius:50%;width:8px;height:8px;position:absolute;top:12px;right:10px}.gi-reading-pane{background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-height:300px;padding:20px}.gi-reading-head{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.gi-reading-title{color:#111827;font-size:1.05rem;font-weight:700}.gi-reading-provider{color:#6b7280;text-transform:capitalize;font-size:.85rem;font-weight:500}.gi-reading-meta{align-items:center;gap:10px;margin-top:6px;display:flex}.gi-reading-content{color:#1f2937;margin:0 0 14px;font-size:.95rem;line-height:1.6}.gi-reading-reply{background:#f9fafb;border-radius:10px;margin-bottom:12px;padding:10px 12px}.wp-card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;margin-bottom:24px;display:grid}.wp-campaign-card{flex-direction:column;display:flex}.wp-campaign-stats{color:#4b5563;flex-wrap:wrap;gap:12px;margin:8px 0;font-size:.82rem;display:flex}.wp-campaign-stat strong{color:#111827}.wp-hashtag-chip-channel{color:#374151;background:#f3f4f6}.wp-hashtag-chip-day{color:#047857;background:#ecfdf5}.wp-days-hint{width:100%;margin:0}.wp-monitoring-row{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;display:flex}.wp-monitoring-label{color:#374151;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.wp-monitoring-label input{border:1px solid #d1d5db;border-radius:8px;width:80px;padding:6px 8px;font-size:.85rem}.wp-insights-row{background:#f9fafb;border-radius:8px;flex-wrap:wrap;gap:10px;margin:8px 0;padding:8px 10px;display:flex}.wp-insights-stat{color:#374151;font-size:.8rem}.wp-insights-stat-highlight{color:#4338ca;font-weight:700}.wp-insights-stat-muted{color:#9ca3af;margin-left:auto}.wp-edit-item-form{background:#f9fafb;border-radius:8px;margin:8px 0;padding:10px}.wp-edit-item-form textarea{resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:.9rem}.wiki-toolbar{margin-bottom:10px}.wiki-search-input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:10px 14px;font-size:.92rem}.wiki-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.wiki-category-group{margin-bottom:20px}.wiki-category-heading{text-transform:uppercase;letter-spacing:.05em;color:#4f46e5;margin:0 0 8px;font-size:.8rem;font-weight:800}.wiki-article{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden}.wiki-article-header{color:#1f2937;text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:.92rem;font-weight:700;display:flex}.wiki-article-header:hover{background:#f9fafb}.wiki-article-toggle{color:#4f46e5;flex-shrink:0;font-weight:800}.wiki-article-body{color:#374151;border-top:1px solid #f3f4f6;padding:4px 16px 16px;font-size:.9rem;line-height:1.65}.wiki-article-body p{margin:8px 0}.wiki-list{flex-direction:column;gap:6px;margin:8px 0;padding-left:22px;display:flex}.wiki-inline-code{color:#4338ca;background:#eef2ff;border-radius:5px;padding:1px 6px;font-family:SFMono-Regular,Consolas,monospace;font-size:.85em}.wiki-code-block{color:#e5e7eb;background:#111827;border-radius:8px;margin:10px 0;padding:12px 14px;font-size:.82rem;overflow-x:auto}.wiki-code-block code{font-family:SFMono-Regular,Consolas,monospace}.wp-provider-identity{align-items:center;gap:10px;display:flex}.wp-provider-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.wp-form-section-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-top:6px;font-size:.72rem;font-weight:800}.wp-form-section-label:first-child{margin-top:0}.wp-campaign-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:16px}.wp-proposals-heading{margin-top:4px;margin-bottom:0}.wp-proposals-heading h4{color:#1e3258;margin:0}.fs-inline-link{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.auth-page{background:linear-gradient(#fff 0%,#f9fafb 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Inter,sans-serif;display:flex}.auth-card{width:min(420px,100%);box-shadow:var(--fs-shadow);background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:14px;padding:36px;display:flex}.auth-card h1{margin:0 0 8px;font-size:1.6rem}.auth-field{color:#374151;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.auth-field input{border:1px solid #d1d5db;border-radius:9px;padding:10px 12px;font-size:.95rem;font-weight:400}.auth-message{color:#b91c1c;margin:0;font-size:.88rem}.auth-footer{color:#4b5563;text-align:center;margin:4px 0 0;font-size:.88rem}.auth-footer a{color:#4f46e5;font-weight:700}.dash-shell{background:#f9fafb;min-height:100vh;font-family:Inter,sans-serif;display:flex}.dash-nav{color:#fff;background:#111827;flex-direction:column;flex-shrink:0;width:240px;padding:20px 16px;display:flex}.dash-brand{margin-bottom:24px;font-size:1.1rem;font-weight:800}.dash-nav-links{flex-direction:column;flex:1;gap:6px;display:flex}.dash-link{color:#d1d5db;border-radius:8px;padding:10px 12px;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.dash-link:hover{color:#fff;background:#1f2937}.dash-link.is-active{color:#fff;background:#4f46e5}.dash-user{border-top:1px solid #374151;margin-top:14px;padding-top:14px}.dash-user-email{word-break:break-all;margin:0;font-size:.85rem;font-weight:600}.dash-user-role{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin:2px 0 10px;font-size:.75rem}.dash-logout{color:#f3f4f6;cursor:pointer;background:0 0;border:1px solid #374151;border-radius:8px;width:100%;padding:8px 10px;font-weight:600}.dash-logout:hover{background:#1f2937}.dash-content{flex:1;padding:28px;overflow-y:auto}@media (width<=720px){.dash-shell{flex-direction:column}.dash-nav{flex-direction:row;align-items:center;gap:12px;width:100%;padding:12px 16px}.dash-nav-links{flex-direction:row;flex:none}.dash-user{border-top:none;margin:0;padding:0}}
