.twenty-layout{background-color:var(--kf-bg-color);width:100%;min-height:100vh;color:var(--kf-text-primary);font-family:var(--kf-font-sans);flex-direction:column;display:flex;position:relative;overflow-x:hidden;--kf-bg-color:#fff!important;--kf-text-primary:#111!important;--kf-text-secondary:#555!important;--kf-border-color:#e0e0df!important;--kf-accent-color:#1b17ff!important;--kf-font-sans:"Inter",sans-serif!important;--kf-font-serif:"Playfair Display",serif!important}.twenty-layout ::selection{background-color:var(--kf-accent-color);color:#fff}.twenty-layout a{color:inherit;text-decoration:none}.twenty-layout button{cursor:pointer;background:0 0;border:none;font-family:inherit}.twenty-nav{border-bottom:1px solid var(--kf-border-color);-webkit-backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;justify-content:space-between;align-items:stretch;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-left{align-items:stretch;display:flex}.nav-brand{border-right:1px solid var(--kf-border-color);align-items:center;gap:.5rem;padding-right:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.brand-icon{background:0 0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.nav-links{align-items:stretch;display:flex}.nav-link{color:var(--kf-text-secondary);border-right:1px solid var(--kf-border-color);align-items:center;padding:0 1.5rem;font-size:.85rem;font-weight:500;transition:color .2s;display:flex}.nav-link:hover{color:var(--kf-accent-color)}.nav-right{align-items:stretch;display:flex}.social-links{border-left:1px solid var(--kf-border-color);border-right:1px solid var(--kf-border-color);align-items:stretch;display:flex}.social-link{color:var(--kf-text-secondary);align-items:center;gap:.5rem;padding:0 1rem;font-size:.85rem;font-weight:500;transition:background .2s;display:flex}.social-link:hover{background:#00000005}.discord-count{color:#1b17ff;background:#eef1f6;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.login-btn{color:var(--kf-text-primary);border-right:1px solid var(--kf-border-color);align-items:center;padding:0 1.5rem;font-size:.85rem;font-weight:500;display:flex}.get-started-btn{color:#fff;background:var(--kf-accent-color);align-items:center;padding:0 1.5rem;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.get-started-btn:hover{opacity:.9}.mobile-nav-toggle{cursor:pointer;color:#111;background:0 0;border:none;display:none}.mobile-menu-overlay{z-index:99;background:#fff;animation:.3s ease-out forwards slideDown;position:fixed;inset:64px 0 0;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{flex-direction:column;padding:2rem;display:flex}.mobile-nav-link{color:#111;border-bottom:1px solid #0000000f;padding:1rem 0;font-size:1.25rem;font-weight:500;text-decoration:none}.mobile-menu-divider{background:#0000000f;height:1px;margin:1rem 0}.mobile-started-btn{text-align:center;border-radius:8px;justify-content:center;margin-top:1rem;padding:1rem}@media (max-width:768px){.twenty-nav{padding:0 1rem}.hide-on-mobile{display:none!important}.mobile-nav-toggle{justify-content:center;align-items:center;display:flex}}.hero-section{text-align:center;flex-direction:column;align-items:center;padding:6rem 2rem 4rem;display:flex;position:relative}.decorative-wave{opacity:.4;z-index:0;pointer-events:none;width:200px;height:400px;position:absolute;top:10%}.wave-left{left:5%}.wave-right{right:5%;transform:scaleX(-1)}.hero-content{z-index:10;max-width:800px;position:relative}.hero-title-group{margin-bottom:1.5rem}.title-serif{font-family:var(--kf-font-serif);color:#111;font-size:5rem;font-weight:400;line-height:1.1}.title-sans{font-family:var(--kf-font-sans);letter-spacing:-.03em;color:#111;font-size:5rem;font-weight:600;line-height:1.1}.hero-subtitle{color:var(--kf-text-secondary);max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary-pill{background:var(--kf-accent-color);color:#fff;letter-spacing:.05em;border-radius:9999px;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #4f46e54d}.btn-primary-pill:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-outline-pill{color:#111;letter-spacing:.05em;background:0 0;border:1px solid #111;border-radius:9999px;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.btn-outline-pill:hover{background:#f0f0f0}.dashboard-showcase{z-index:10;width:90%;max-width:1200px;margin:4rem auto 2rem;position:relative}.mac-window{background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 60px #00000014,0 0 0 1px #0000000d}.mac-header{border-bottom:1px solid var(--kf-border-color);background:#fff;align-items:center;gap:.5rem;height:48px;padding:0 1.5rem;display:flex}.mac-dots{gap:6px;display:flex}.mac-dot{border-radius:50%;width:12px;height:12px}.dot-red,.dot-yellow,.dot-green{background:#1b17ff;border:1px solid #1b17ff}.mac-content{height:600px;display:flex}.sidebar{border-right:1px solid var(--kf-border-color);background:#fff;width:240px;padding:1rem}.sidebar-item{color:var(--kf-text-secondary);border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.2rem;padding:.5rem;font-size:.85rem;display:flex}.sidebar-item.active{color:var(--kf-text-primary);background:#f0f0f0;font-weight:500}.main-view{background:#fff;flex:1;padding:2rem}.board-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.kanban-board{gap:1.5rem;display:flex}.kanban-column{background:#fff;border-radius:8px;flex:1;min-height:400px;padding:1rem}.kanban-card{background:#fff;border-radius:6px;margin-bottom:1rem;padding:1rem;box-shadow:0 2px 5px #0000000d,0 0 0 1px #00000005}.card-title{margin-bottom:.5rem;font-size:.9rem;font-weight:600}.card-badge{color:#1b17ff;background:#eef1f6;border-radius:4px;padding:.2rem .4rem;font-size:.7rem;display:inline-block}.ai-chat-window{z-index:20;background:#fff;border-radius:12px;flex-direction:column;width:320px;animation:6s ease-in-out infinite floatChat;display:flex;position:absolute;bottom:-2rem;right:-2rem;box-shadow:0 20px 40px #00000026,0 0 0 1px #0000000d}@keyframes floatChat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.chat-header{border-bottom:1px solid var(--kf-border-color);align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;font-weight:600;display:flex}.chat-body{flex-direction:column;gap:1rem;padding:1rem;display:flex}.chat-bubble{border-radius:8px;padding:.8rem;font-size:.85rem;line-height:1.4}.bubble-user{background:#f5f5f5;border-bottom-right-radius:0;align-self:flex-end}.bubble-ai{border:1px solid var(--kf-border-color);background:#fff;border-bottom-left-radius:0;align-self:flex-start}.oc-section-wrapper{background:0 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden}.global-animated-bg{z-index:-1;pointer-events:none;position:fixed;inset:0}.global-blob{filter:blur(80px);opacity:.8;border-radius:50%;animation:15s ease-in-out infinite alternate floatBlob;position:absolute}.blob-1{background:#e5e5e5;width:40vw;height:40vw;animation-delay:0s;top:10%;left:10%}.blob-2{background:#d4d4d4;width:50vw;height:50vw;animation-delay:-5s;bottom:10%;right:5%}.blob-3{background:#a3a3a3;width:30vw;height:30vw;animation-delay:-10s;top:40%;left:50%}@keyframes floatBlob{0%{transform:translate(0)scale(1)}33%{transform:translate(5vw,-8vh)scale(1.1)}66%{transform:translate(-3vw,5vh)scale(.9)}to{transform:translate(0)scale(1)}}.offline-conversion-section{width:100%;max-width:1200px;margin:0 auto;padding:8rem 2rem}.offline-conversion-section.relative-z{z-index:10;position:relative}.oc-header{text-align:center;max-width:800px;margin:0 auto 5rem}.oc-eyebrow{color:var(--kf-text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.oc-title{color:#111;letter-spacing:-.03em;margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1.1}.oc-desc{color:var(--kf-text-secondary);max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.6}.oc-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.oc-left{background:#1b17ff;border-radius:12px;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.oc-right{flex-direction:column;justify-content:center;display:flex}.oc-tag{color:var(--kf-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.oc-subtitle{color:#111;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.2}.oc-text{color:var(--kf-text-secondary);font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.oc-split{grid-template-columns:1fr}}.team-marquee-section{background:0 0;flex-direction:column;align-items:center;padding:6rem 0;display:flex;overflow:hidden}.marquee-container{-webkit-user-select:none;user-select:none;gap:3rem;width:100vw;max-width:100%;margin-top:3rem;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-track{flex-shrink:0;justify-content:space-around;gap:3rem;min-width:100%;animation:20s linear infinite scrollMarquee;display:flex}.team-member-card{flex-direction:column;align-items:center;min-width:140px;display:flex}.team-member-card img{object-fit:cover;border:3px solid #fff;border-radius:50%;width:80px;height:80px;margin-bottom:1rem;box-shadow:0 10px 20px #00000014}.member-name{color:#111;margin-bottom:.2rem;font-size:1rem;font-weight:600}.member-role{color:var(--kf-text-secondary);font-size:.85rem}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - 3rem))}}.section-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:8rem 2rem}.tag-label{color:var(--kf-text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:flex}.tag-square{background:#1b17ff;width:10px;height:10px}.section-title{color:#111;margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.title-highlight{font-family:var(--kf-font-serif);font-style:italic;font-weight:400}.title-strong{font-family:var(--kf-font-sans);letter-spacing:-.02em;font-weight:600}.problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.fullwidth-why-kuno{color:#111;background:0 0;border-top:1px solid #eee;border-bottom:1px solid #eee;flex-direction:column;justify-content:center;align-items:center;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.fw-network-bg{z-index:0;flex-direction:column;justify-content:space-evenly;display:flex;position:absolute;inset:0}.fullwidth-why-kuno:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#00000008 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fw-track{background:linear-gradient(90deg,#0000,#0000001a,#0000);width:100%;height:1px;position:relative}.fw-dot{background:#111;border-radius:50%;width:3px;height:3px;animation:linear infinite dotMove;position:absolute;top:-1px;box-shadow:0 0 10px 2px #000c}.track-1 .fw-dot{animation-duration:6s;animation-delay:0s}.track-2 .fw-dot{animation-duration:9s;animation-direction:reverse;animation-delay:3s;left:auto;right:0}.track-3 .fw-dot{animation-duration:4.5s;animation-delay:1s}.track-4 .fw-dot{animation-duration:7.5s;animation-direction:reverse;animation-delay:5s;left:auto;right:0}.track-5 .fw-dot{animation-duration:11s;animation-delay:2s}.track-6 .fw-dot{animation-duration:5.5s;animation-direction:reverse;animation-delay:6s;left:auto;right:0}.track-7 .fw-dot{animation-duration:7s;animation-delay:4s}@keyframes dotMove{0%{opacity:0;transform:translate(-5vw)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(105vw)}}.fw-content{z-index:10;text-align:center;-webkit-backdrop-filter:blur(12px);background:#fff6;border:1px solid #0000001a;border-radius:24px;max-width:900px;padding:4rem;position:relative;box-shadow:0 30px 60px #0000000d}.fw-title{color:#111;margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.fw-title .title-highlight{font-family:var(--kf-font-serif);color:#111111e6;font-style:italic;font-weight:400}.fw-text-block p{color:#111111b3;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.fw-link{color:#111;border-bottom:1px solid #111;margin-top:1.5rem;padding-bottom:2px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.fw-link:hover{color:var(--kf-accent-color);border-bottom-color:var(--kf-accent-color)}@media (max-width:768px){.fw-content{padding:2rem}.fw-title{font-size:2.5rem}}.capabilities-section{color:#111;border-top:1px solid var(--kf-border-color);border-bottom:1px solid var(--kf-border-color);background:0 0;width:100vw;margin:4rem calc(50% - 50vw);padding:8rem 0;position:relative;overflow:hidden}.capabilities-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite gridMove;position:absolute;inset:-100%;transform:perspective(1000px)rotateX(60deg)translateY(-100px)translateZ(-200px)}@keyframes gridMove{0%{transform:perspective(1000px)rotateX(60deg)translateY(0)translateZ(-200px)}to{transform:perspective(1000px)rotateX(60deg)translateY(60px)translateZ(-200px)}}.capabilities-header{z-index:10;text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto;padding:0 2rem;position:relative}.capabilities-title{color:#111;font-size:3.5rem;line-height:1.1;font-family:var(--kf-font-sans);letter-spacing:-.02em;margin-bottom:1.5rem}.capabilities-grid{z-index:10;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.capability-block{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000f;border-radius:20px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.capability-block:hover{border-color:#6366f14d;transform:translateY(-5px);box-shadow:0 20px 40px #0000000a}.capability-icon{color:#1b17ff;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.capability-title{color:#111;font-size:1.2rem;font-weight:700;font-family:var(--kf-font-sans);margin-bottom:.8rem}.capability-desc{color:#555;font-size:.95rem;line-height:1.6}.problem-text-block{border-bottom:1px dashed var(--kf-border-color);margin-bottom:2rem;padding-bottom:2rem}.problem-text-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.problem-text-block h3{margin-bottom:.5rem;font-size:1.25rem}.problem-text-block p{color:var(--kf-text-secondary);line-height:1.6}.folder-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.folder-card{border:1px solid var(--kf-border-color);background:#fff;border-radius:0 16px 16px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;box-shadow:0 10px 30px #00000008}.folder-card:hover{border-color:#111;transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.folder-card:before{content:"";border:1px solid var(--kf-border-color);clip-path:polygon(0 0,85% 0,100% 100%,0 100%);background:#fff;border-bottom:none;border-radius:12px 12px 0 0;width:140px;height:30px;transition:border-color .3s;position:absolute;top:-30px;left:-1px}.folder-card:hover:before{border-color:#111}.folder-card-icon{border:1px solid var(--kf-border-color);background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;transition:all .3s;display:flex}.folder-card:hover .folder-card-icon{color:#fff;background:#111;border-color:#111}.folder-card h3{color:#111;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.folder-card p{color:#555;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.read-story-btn{color:#111;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.ticker-section{background:0 0;flex-direction:column;gap:1.5rem;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:6rem 0;display:flex;position:relative;overflow:hidden}.ticker-section:before,.ticker-section:after{content:"";z-index:2;pointer-events:none;width:200px;position:absolute;top:0;bottom:0}.ticker-section:before{background:linear-gradient(90deg,#fff,#fff0);left:0}.ticker-section:after{background:linear-gradient(270deg,#fff,#fff0);right:0}.ticker-track{gap:1.5rem;width:max-content;animation:30s linear infinite scrollTicker;display:flex}.ticker-track.reverse{animation-duration:35s;animation-direction:reverse}.ticker-track:hover{animation-play-state:paused}.ticker-pill{border:1px solid var(--kf-border-color);font-family:var(--kf-font-sans);color:#111;white-space:nowrap;cursor:default;background:#fff;border-radius:9999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #00000008}.ticker-pill:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.ticker-pill svg{color:var(--kf-text-secondary)}.ticker-pill.green{color:#111;background:#fff;border-color:#e5e5e5}.ticker-pill.green svg{color:#555}.ticker-pill.blue{color:#1b17ff;background:#1b17ff0d;border-color:#1b17ff}.ticker-pill.blue svg{color:#1b17ff}.ticker-pill.purple{color:#fff;background:#111;border-color:#111}.ticker-pill.purple svg{color:#fff}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.gradient-text-multi{background:linear-gradient(135deg,#111 0%,#1b17ff 50% 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gtm-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.integration-card{z-index:10;background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #0000000d}.integration-card:hover{transform:translateY(-8px)}.integration-card.hover-blue:hover{box-shadow:0 20px 50px #3b82f626,0 0 0 1px #3b82f633}.integration-card.hover-yellow:hover{box-shadow:0 20px 50px #eab30826,0 0 0 1px #eab30833}.integration-card.hover-purple:hover{box-shadow:0 20px 50px #a855f726,0 0 0 1px #a855f733}.integration-icon-wrapper{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2.5rem;display:flex;box-shadow:0 4px 15px #0000001a}.blue-gradient,.yellow-gradient,.purple-gradient{background:linear-gradient(135deg,#1b17ff,#1b17ff)}.integration-header{margin-bottom:2rem}.integration-tag{letter-spacing:.1em;border-radius:6px;margin-bottom:1.2rem;padding:6px 10px;font-size:.65rem;font-weight:800;display:inline-block}.blue-tag{color:#1b17ff;background:#eff6ff}.yellow-tag{color:#1b17ff;background:#fefce8}.purple-tag{color:#1b17ff;background:#faf5ff}.integration-header h3{color:#111;font-size:1.4rem;font-weight:700;font-family:var(--kf-font-sans);margin-bottom:.8rem}.integration-header p{color:var(--kf-text-secondary);font-size:.95rem;line-height:1.6}.integration-body{flex-direction:column;flex:1;display:flex}.integration-body ul{flex:1;margin:0 0 2.5rem;padding:0;list-style:none}.integration-body li{color:#444;align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:.9rem;line-height:1.5;display:flex}.integration-link{color:#111;border-bottom:1px solid #0000;margin-top:auto;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.integration-link:hover{opacity:.7;border-bottom-color:#111}.testimonials-section{grid-template-columns:1fr 2fr;gap:4rem;margin-top:4rem;display:grid}.spiral-graphic{background:repeating-radial-gradient(circle at 0 0,#0000,#0000 10px,#6366f11a 10px 20px);border-radius:12px;align-items:flex-end;height:300px;padding:1rem;display:flex}.carousel-nav{align-items:center;gap:1rem;display:flex}.testimonial-quote{font-family:var(--kf-font-serif);color:#111;margin-bottom:2rem;font-size:2.5rem;font-style:italic;line-height:1.2}.testimonial-author{font-size:1rem;font-weight:600}.testimonial-role{color:var(--kf-text-secondary);font-size:.85rem}.faq-section{color:#fff;background:#0a0a0a;margin-top:8rem;padding:8rem 2rem}.faq-container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.faq-left h2{margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.faq-accordion{border-top:1px solid #ffffff1a}.faq-item{cursor:pointer;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.faq-item:hover{color:#aaa}.site-footer{border-top:1px solid var(--kf-border-color);background:#fff;padding:4rem 2rem}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-col h4{text-transform:uppercase;color:var(--kf-text-secondary);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-link{color:var(--kf-text-primary);margin-bottom:1rem;font-size:.9rem;transition:color .2s;display:block}.footer-link:hover{color:#1b17ff}.footer-brand{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.pricing-section{border-top:1px solid var(--kf-border-color);background:0 0;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.pricing-header{text-align:center;max-width:600px;margin-bottom:4rem}.pricing-grid{grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:900px;display:grid}.pricing-card{border:1px solid var(--kf-border-color);border-radius:12px;flex-direction:column;padding:3rem 2rem;display:flex;box-shadow:0 4px 20px #00000005}.pricing-card.pro{border-color:#111;position:relative;box-shadow:0 10px 40px #00000014}.pricing-card.pro:before{content:"RECOMMENDED";color:#fff;letter-spacing:.05em;background:#111;border-radius:9999px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.pricing-price{font-size:3rem;font-family:var(--kf-font-serif);margin-bottom:.5rem;font-weight:500}.pricing-duration{color:var(--kf-text-secondary);margin-bottom:1.5rem;font-size:.9rem}.pricing-desc{color:var(--kf-text-secondary);border-bottom:1px solid var(--kf-border-color);margin-bottom:2rem;padding-bottom:2rem;font-size:.95rem;line-height:1.5}.pricing-features{flex-direction:column;flex:1;gap:1rem;margin-bottom:2.5rem;display:flex}.pricing-feature{color:#333;align-items:flex-start;gap:.8rem;font-size:.9rem;line-height:1.4;display:flex}.pricing-btn{text-align:center;border:1px solid #111;border-radius:8px;width:100%;padding:1rem;font-size:.95rem;font-weight:600;transition:all .2s}.pricing-btn-outline{color:#111;background:0 0}.pricing-btn-outline:hover{background:#f5f5f5}.pricing-btn-solid{color:#fff;background:#111}.pricing-btn-solid:hover{background:#333}.hiw-timeline{flex-direction:column;gap:4rem;width:100%;max-width:900px;display:flex;position:relative}.hiw-step{align-items:flex-start;gap:3rem;display:flex}.hiw-step-left{flex-direction:column;align-items:center;height:100%;display:flex;position:relative}.hiw-step-number{color:#fff;z-index:2;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.hiw-step-line{z-index:1;border-left:2px dotted #ccc;width:2px;position:absolute;top:36px;bottom:-4rem;left:17px}.hiw-step-content{flex:1;padding-top:.5rem}.hiw-step-visual{background:#f3f4f6;border-radius:12px;flex:1.5;justify-content:center;align-items:center;min-height:180px;padding:2rem;display:flex;position:relative;overflow:hidden}.hiw-diagram-nodes{align-items:center;gap:2rem;display:flex}.hiw-node-col{flex-direction:column;gap:1rem;display:flex}.hiw-node{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 6px #0000000d}.hiw-node-center{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.hiw-action-btn{border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.hiw-action-btn.lost{color:#555;background:#fff;border:1px solid #ddd}.hiw-action-btn.won{color:#fff;background:#111;border:1px solid #111}.hiw-roas-box{background:#fff;border-radius:8px;flex-direction:column;gap:.8rem;padding:1rem;display:flex;box-shadow:0 4px 10px #0000000d}.roas-row{align-items:center;gap:.8rem;display:flex}.hiw-optimizing-btn{color:#fff;background:#111;border-radius:24px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;display:flex}@media (max-width:1024px){.hiw-step{flex-direction:column;gap:1.5rem}.hiw-step-line{display:none}.hiw-step-left{align-items:flex-start;height:auto}.problem-grid,.folder-cards-grid,.toolkit-section,.gtm-grid,.testimonials-section,.faq-container,.footer-container,.pricing-grid{flex-direction:column;grid-template-columns:1fr}.toolkit-nav{width:100%;margin-bottom:2rem;display:flex;position:relative;top:0;overflow-x:auto}}.internal-dashboard-layout{width:100vw;height:100vh;font-family:var(--kf-font-sans);background:#fff;display:flex;overflow:hidden}.internal-sidebar{background:#171821;border-right:none;flex-direction:column;width:260px;padding:1.5rem 1rem;display:flex}.sidebar-brand{cursor:pointer;color:#fff;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem;font-size:.95rem;font-weight:600;display:flex}.sidebar-brand .ml-auto{color:#6a6b7f;margin-left:auto}.sidebar-nav{flex-direction:column;gap:.2rem;display:flex}.sidebar-link{color:#8a8b9f;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .8rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#fff;background:#252836;font-weight:600;box-shadow:0 4px 12px #0000001a}.sidebar-link.text-red{color:#ff6b6b}.sidebar-link.text-red:hover{color:#ff6b6b;background:#ff6b6b1a}.sidebar-section-title{color:#5a5b6f;text-transform:uppercase;letter-spacing:.05em;margin:1.5rem 0 .5rem .8rem;font-size:.65rem;font-weight:700}.client-account-btn{cursor:pointer;text-align:left;color:#555;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.client-account-btn:hover{color:#111;background:#0000000a}.client-account-btn.active{color:#1b17ff;background:#f5f8ff;border:1px solid #1b17ff;box-shadow:0 1px 2px #00000005}.status-dot.blue{background:#1b17ff;border-color:#1b17ff}.internal-main{background:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.internal-topbar{z-index:100;background:#fff;border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.topbar-search{background:#f5f5f5;border-radius:8px;align-items:center;gap:.5rem;width:300px;padding:.4rem .8rem;display:flex}.search-input{color:#333;background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.search-shortcut{color:#aaa;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.1rem .3rem;font-size:.7rem}.topbar-left{align-items:center;gap:1rem;display:flex}.mobile-menu-btn,.mobile-close-btn{cursor:pointer;color:#333;background:0 0;border:none;padding:.5rem;display:none}.user-menu-wrapper{cursor:pointer;position:relative}.user-avatar{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px}.user-dropdown{z-index:200;background:#fff;border:1px solid #00000014;border-radius:12px;width:220px;padding:.5rem 0;position:absolute;top:40px;right:0;box-shadow:0 10px 25px #0000001a}.dropdown-item{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;font-size:.85rem;text-decoration:none;transition:background .2s;display:flex}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.text-red{color:#1b17ff}.dropdown-item.text-red:hover{background:#fef2f2}.dropdown-divider{background:#0000000f;height:1px;margin:.4rem 0}.leads-view-container{background:#fff;flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.leads-toolbar{background:#fff;border-bottom:1px solid #0000000f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex}.leads-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.lead-tab{color:#555;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.lead-tab:hover{background:#0000000a}.lead-tab.active{color:#111;background:#fff;border:1px solid #0000001a;box-shadow:0 1px 2px #00000005}.status-dot{border:1.5px solid;border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.open{border-color:#666}.status-dot.red{background:#1b17ff;border-color:#1b17ff}.leads-actions{flex-wrap:wrap;gap:.5rem;display:flex}.leads-action-btn{color:#444;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;transition:all .2s;display:flex}.leads-action-btn:hover{background:#f5f5f5}.add-lead-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.add-lead-btn:hover{background:#333}.table-wrapper{flex:1;overflow:auto}.leads-table{border-collapse:collapse;text-align:left;border-left:1px solid #0000000f;border-right:1px solid #0000000f;width:100%;min-width:800px;font-size:.85rem}.leads-table th{color:#666;z-index:10;white-space:nowrap;background:#fff;border:1px solid #0000000f;padding:.8rem 1rem;font-weight:500;position:sticky;top:0}.leads-table th svg{color:#aaa;vertical-align:middle;margin-left:.2rem}.leads-table td{color:#333;vertical-align:middle;border:1px solid #0000000f;padding:.8rem 1rem}.leads-table tbody tr:hover{background:#fcfcfc}.col-checkbox{text-align:center;width:40px}.col-expires{white-space:nowrap;font-weight:500}.channel-icon{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:inline-flex}.channel-icon.ms{background:#1b17ff}.channel-icon.meta{background:#1b17ff;font-size:1rem}.channel-icon.google{background:#1b17ff}.currency-input{background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:space-between;align-items:center;width:80px;padding:.2rem .5rem;display:inline-flex}.currency-input .currency-code{color:#aaa;font-size:.65rem}.action-buttons{align-items:center;gap:.3rem;display:flex}.action-buttons button{cursor:pointer;color:#fff;border:none;border-radius:4px;align-items:center;gap:.2rem;padding:.3rem .5rem;font-size:.75rem;font-weight:600;transition:opacity .2s;display:flex}.action-buttons button:hover{opacity:.8}.btn-lost{background:#ef4444}.btn-won{background:#10b981}.btn-star{background:#f5f5f5;color:#f59e0b!important;border:1px solid #eaeaea!important;padding:.3rem!important}.table-pagination{background:#fff;border-top:1px solid #0000000f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex}.pagination-controls{align-items:center;gap:.8rem;display:flex}.rows-select{border:1px solid #e0e0e0;border-radius:4px;outline:none;padding:.1rem .3rem;font-size:.8rem}.page-btn{cursor:pointer;color:#444;background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.page-btn.disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.internal-dashboard-layout{flex-direction:column}.internal-topbar{padding:0 1rem}.mobile-menu-btn,.mobile-close-btn{display:block}.internal-sidebar{z-index:1000;width:280px;height:100vh;padding:1rem;transition:left .3s;position:fixed;top:0;left:-100%;box-shadow:5px 0 25px #0000001a}.internal-sidebar.open{border-right:none;left:0}.hide-on-mobile{display:none!important}.leads-table{min-width:100%}.leads-toolbar{padding:.8rem 1rem}.table-pagination{flex-direction:column;align-items:flex-start;padding:.8rem 1rem}}.new-dashboard-view{flex-direction:column;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 3rem;display:flex}.dashboard-top-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.dashboard-title-area{align-items:center;gap:.5rem;display:flex}.dashboard-title{color:#111;margin:0;font-size:1.5rem;font-weight:600}.dashboard-filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.filter-group{color:#444;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;transition:background .2s;display:flex}.filter-group:hover{background:#fff}.toggle-group{background:#f0f0f0;border:1px solid #0000000d;border-radius:6px;padding:2px;display:flex}.toggle-group .toggle-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;font-weight:500;transition:all .2s}.toggle-group .toggle-btn.active{color:#111;background:#fff;box-shadow:0 1px 2px #0000000d}.date-filter .date-range-text{color:#888;margin-left:.2rem;font-weight:400}.dashboard-metrics-grid{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}.metrics-panel{background:#fff;border:1px solid #00000014;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.panel-header{color:#111;border-bottom:1px solid #0000000f;padding:1rem 1.2rem;font-size:.9rem;font-weight:600}.flex-between{justify-content:space-between;align-items:center;display:flex}.metrics-row{flex:1;display:flex}.metric-box{border-right:1px solid #0000000f;flex-direction:column;flex:1;justify-content:center;padding:1.2rem;display:flex}.metric-box:last-child{border-right:none}.metric-box.active-bg{background:#fff}.metric-icon{margin-bottom:1rem}.metric-value{color:#111;margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.metric-label{color:#666;font-size:.8rem;font-weight:500}.dashboard-panel{background:#fff;border:1px solid #00000014;border-radius:8px;overflow:hidden}.view-btn{cursor:pointer;color:#444;background:#fff;border:1px solid #0000001a;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.8rem;display:flex}.view-btn:hover{background:#f5f5f5}.dashboard-table-wrapper{overflow-x:auto}.dashboard-data-table{border-collapse:collapse;text-align:right;width:100%;min-width:900px;font-size:.8rem}.dashboard-data-table th{color:#666;white-space:nowrap;border-bottom:1px solid #0000000f;padding:.8rem 1rem;font-weight:500}.dashboard-data-table th:first-child{text-align:left}.dashboard-data-table th svg{vertical-align:middle;opacity:.5;margin-left:.2rem}.dashboard-data-table td{color:#333;border-bottom:1px solid #0000000a;padding:.8rem 1rem}.dashboard-data-table td:first-child{text-align:left;background:#fff;border-right:1px solid #0000000f}.dashboard-data-table tbody tr:hover{background:#fff}.charts-grid-wrapper{flex-direction:column;gap:1.5rem;display:flex}.chart-panel{padding-bottom:1rem}.chart-title{color:#111;font-size:.95rem;font-weight:600}.chart-subtitle{color:#666;margin-top:.2rem;font-size:.8rem}.chart-actions{align-items:center;gap:.5rem;display:flex}.mock-chart-area{height:250px;padding:1.5rem;display:flex;position:relative}.mock-y-axis{color:#888;text-align:right;border-right:1px dashed #0000001a;flex-direction:column;justify-content:space-between;width:40px;padding-right:1rem;font-size:.7rem;display:flex}.mock-y-axis.dual{border-right:none;flex-direction:row;width:80px}.mock-y-axis.dual .y-col{border-right:1px dashed #0000001a;flex-direction:column;justify-content:space-between;width:40px;padding-right:.5rem;display:flex}.mock-bars{flex:1;justify-content:space-between;align-items:flex-end;height:calc(100% - 20px);padding-left:1rem;display:flex;position:relative}.mock-bar-column{flex-direction:column;justify-content:flex-end;align-items:center;width:5%;height:100%;display:flex}.mock-bar{background:#1b17ff;border-radius:2px 2px 0 0;width:100%;transition:height .3s}.mock-bar.solid-teal{background:#1b17ff}.mock-x-label{color:#888;white-space:nowrap;margin-top:.5rem;font-size:.65rem}.mock-stacked-bar{border-radius:2px 2px 0 0;flex-direction:column-reverse;width:100%;display:flex;overflow:hidden}.stack-segment{width:100%}.mock-line-area{flex:1;height:calc(100% - 20px);padding-left:1rem;position:relative}.mock-lines-svg{width:100%;height:100%}.chart-legend{color:#555;gap:1.5rem;font-size:.8rem;display:flex}.chart-legend.centered{justify-content:center}.legend-item{align-items:center;gap:.4rem;display:flex}.dot{border-radius:50%;width:8px;height:8px;display:inline-block}.bg-blue-500,.bg-cyan-400,.bg-green-500,.bg-blue-400,.bg-emerald-300,.bg-amber-600,.bg-red-500{background:#1b17ff}.text-blue-500,.text-green-500,.text-cyan-500{color:#1b17ff}.donuts-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.donut-panel{position:relative}.donut-wrapper{justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.circular-chart{width:200px;height:200px}.donut-center-text{text-align:center;position:absolute}.donut-percentage{color:#111;font-size:1.5rem;font-weight:700}.donut-subtitle{color:#666;font-size:.8rem}.donut-labels{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.donut-label{background:#fff;border-radius:4px;padding:2px 4px;font-size:.7rem;font-weight:600;position:absolute}@media (max-width:1024px){.dashboard-metrics-grid,.donuts-row{grid-template-columns:1fr}.new-dashboard-view{padding:1.5rem 1rem}}.agency-settings-view{align-items:flex-start;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 3rem;display:flex}.settings-sidebar{background:#fff;border:1px solid #00000014;border-radius:12px;flex-shrink:0;width:260px;padding:1.5rem}.settings-title{color:#111;margin:0 0 .2rem;font-size:1.25rem;font-weight:600}.settings-subtitle{color:#666;margin:0 0 1.5rem;font-size:.85rem}.settings-nav{flex-direction:column;gap:.4rem;display:flex}.settings-link{text-align:left;color:#555;cursor:pointer;letter-spacing:.5px;background:0 0;border:1px solid #0000;border-radius:8px;padding:.8rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.settings-link:hover{color:#111;background:#f5f5f5}.settings-link.active{color:#111;background:#fff;border:1px solid #0000001a;box-shadow:0 1px 2px #00000005}.settings-content{flex:1}.settings-panel{background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.panel-title{color:#111;margin:0;font-size:1.25rem;font-weight:600}.panel-title.large{margin-bottom:.2rem;font-size:1.5rem}.panel-subtitle{color:#666;margin:0 0 2rem;font-size:.95rem}.account-inputs{flex-wrap:wrap;gap:1rem;display:flex}.settings-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.settings-input{color:#111;background:#fff;border:1px solid #00000026;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s}.settings-input:focus{border-color:#1b17ff}.readonly-input{color:#555;cursor:default;background:#fff}.readonly-input:focus{border-color:#00000026}.settings-action-row{align-items:center;gap:1rem;display:flex}.settings-btn-primary{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#1b17ff;border:none;border-radius:8px;align-self:flex-start;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.settings-btn-primary:hover{opacity:.9}.settings-btn-secondary{color:#111;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:1px solid #0003;border-radius:8px;align-self:flex-start;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;transition:background .2s}.settings-btn-secondary:hover{background:#f5f5f5}.settings-list-card{background:#fff;border:1px solid #00000014;border-radius:8px;padding:1.5rem}.list-item{flex-direction:column;gap:.3rem;display:flex}.list-item-title{color:#111;font-size:.95rem;font-weight:600}.list-item-subtitle{color:#666;font-size:.85rem}.schema-section{margin-bottom:1.5rem}.schema-section-title{color:#555;letter-spacing:.5px;margin-bottom:1rem;font-size:.75rem;font-weight:700}.schema-pills{flex-wrap:wrap;gap:.5rem;display:flex}.schema-pill{color:#333;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #0003;border-radius:20px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:background .2s}.schema-pill:hover{background:#f0f0f0}.settings-empty-state{color:#666;background:#fff;border:1px solid #00000014;border-radius:8px;padding:1.5rem;font-size:.9rem}.settings-empty-state.centered{text-align:center}.uppercase-text{text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.premium-subscription-card{background:#fff;border:1px solid #00000014;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.premium-card-left{align-items:center;gap:1rem;display:flex}.premium-icon-box{background:#eef2ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.premium-title{color:#111;margin:0 0 .2rem;font-size:1.1rem;font-weight:600}.premium-subtitle{color:#666;letter-spacing:.5px;margin:0;font-size:.75rem;font-weight:600}.premium-btn{color:#1b17ff;background:#eef2ff;border:none}.premium-btn:hover{opacity:1;background:#1b17ff}.billing-section-header{color:#555;letter-spacing:.5px;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.8rem;font-weight:700;display:flex}.mt-4{margin-top:2rem}.integrations-panel{flex-direction:column;display:flex}.integration-card{background:#f9fafb;border:1px solid #00000014;border-radius:12px;flex-direction:column;width:100%;max-width:450px;padding:1.5rem;display:flex;position:relative}.integration-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.integration-icon-wrapper{background:#fff;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 2px 4px #00000005}.integration-logo{object-fit:contain;width:28px;height:28px}.integration-badge{color:#1b17ff;background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.integration-name{color:#111;margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.integration-desc{color:#555;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.integration-setup-btn{color:#fff;cursor:pointer;background:#1b17ff;border:none;border-radius:8px;width:100%;padding:.9rem;font-size:.95rem;font-weight:500;transition:opacity .2s}.integration-setup-btn:hover{opacity:.9}@media (max-width:768px){.agency-settings-view{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.settings-sidebar{width:100%}.settings-form-grid{grid-template-columns:1fr}.premium-subscription-card{flex-direction:column;align-items:flex-start}}.features-bento-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.features-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-bento-grid{grid-template-columns:1fr}}.bento-card{flex-direction:column;display:flex}.bento-visual{background:#f5f5f5;border:1px solid #0000000a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:180px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.bento-card h4{color:#111;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.bento-card p{color:#555;font-size:.9rem;line-height:1.5}.bento-icons-row{gap:.5rem;display:flex}.bento-icon-box{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 5px #0000000d}.bento-user-circle{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bento-dropdown-ui{background:#fff;border:1px solid #0000000d;border-radius:8px;width:80%;padding:.5rem;box-shadow:0 4px 15px #0000000d}.dropdown-header{color:#555;border-bottom:1px solid #eee;align-items:center;gap:.4rem;margin-bottom:.2rem;padding:.5rem;font-size:.7rem;display:flex}.dropdown-item{color:#555;border-radius:4px;align-items:center;gap:.4rem;padding:.5rem;font-size:.75rem;display:flex}.dropdown-item.active{color:#111;background:#f0f0f0;font-weight:600}.bento-pill{color:#111;z-index:2;background:#e5e5e5;border-radius:16px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:flex}.bento-line{background:#ddd;width:30px;height:2px}.bento-black-box{z-index:2;background:#111;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bento-black-box.large{border-radius:12px;width:56px;height:56px}.bento-lock-badge{z-index:3;background:#111;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:50px;right:80px}.bento-chart-card{background:#fff;border:1px solid #0000000d;border-radius:8px;width:85%;padding:1rem;box-shadow:0 4px 15px #0000000d}.bento-user-card{background:#fff;border:1px solid #0000000d;border-radius:8px;gap:1rem;width:85%;margin-top:1.5rem;padding:1rem;display:flex;box-shadow:0 4px 15px #0000000d}.bento-avatar{background:#111;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bento-user-info{flex-direction:column;gap:.3rem;display:flex}.u-name{align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.u-email{color:#666;align-items:center;gap:.3rem;margin-bottom:.5rem;font-size:.65rem;display:flex}.u-tag{border-radius:4px;align-items:center;gap:.3rem;width:fit-content;padding:.2rem .4rem;font-size:.6rem;font-weight:600;display:inline-flex}.u-tag.hot{color:#111;background:#e5e5e5}.u-tag.lost{color:#555;background:#f5f5f5}.bento-shield{justify-content:center;align-items:center;display:flex;position:relative}.shield-check{background:#555;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:0;right:-5px}.bento-timeline{flex-direction:column;gap:1rem;display:flex}.t-item{align-items:flex-start;gap:.8rem;display:flex;position:relative}.t-item:not(:last-child):after{content:"";background:#ddd;width:1px;position:absolute;top:12px;bottom:-1rem;left:5px}.t-dot{z-index:2;border-radius:50%;width:10px;height:10px;margin-top:2px}.t-dot.sync{background:#111}.t-dot.won{background:#555}.t-dot.qual{background:#aaa}.t-content{color:#111;font-size:.7rem}.t-content span{color:#888;font-size:.6rem}.login-view-container{width:100vw;min-height:100vh;font-family:var(--kf-font-sans);background-color:#fff;background-image:radial-gradient(at 15% 110%,#e2e2e2 0%,#0000 50%),radial-gradient(at 85% -10%,#ebebeb 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-back-btn{color:#666;cursor:pointer;z-index:10;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;transition:color .2s;display:flex;position:absolute;top:2rem;left:2rem}.login-back-btn:hover{color:#111}.login-card{z-index:10;flex-direction:column;width:100%;max-width:400px;padding:2rem;display:flex}.login-logo{justify-content:center;margin-bottom:1.5rem;display:flex}.login-title{color:#111;text-align:center;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.login-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:.9rem}.login-link{color:#111;font-weight:500;text-decoration:none}.login-link:hover{text-decoration:underline}.login-oauth-group{gap:.8rem;margin-bottom:1.5rem;display:flex}.oauth-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;height:40px;font-size:.85rem;font-weight:500;transition:background .2s,border-color .2s;display:flex;box-shadow:0 1px 2px #00000005}.oauth-btn:hover{background:#fafafa;border-color:#d0d0d0}.login-divider{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.divider-line{background:#eaeaea;flex:1;height:1px}.divider-text{color:#888;text-transform:lowercase;font-size:.75rem}.login-form{flex-direction:column;gap:1rem;display:flex}.input-group{flex-direction:column;gap:.4rem;display:flex}.input-group label{color:#555;font-size:.8rem;font-weight:500}.input-group input{color:#111;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;height:40px;padding:0 .8rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #00000005}.input-group input:focus{border-color:#111;box-shadow:0 0 0 1px #111}.login-submit-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;width:100%;height:40px;margin-top:.5rem;font-size:.9rem;font-weight:500;transition:background .2s,transform .1s;box-shadow:0 2px 4px #0000001a}.login-submit-btn:hover{background:#333}.login-submit-btn:active{transform:scale(.98)}.login-footer{text-align:center;color:#888;margin-top:1.5rem;font-size:.75rem;line-height:1.5}.login-footer a{color:#555;text-underline-offset:2px;text-decoration:underline}.login-footer a:hover{color:#111}
