@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Inter:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-outfit: "Outfit", sans-serif;--font-inter: "Inter", sans-serif;--color-base: #020203;--color-sidebar: #080809;--color-surface: rgba(13, 13, 15, .7);--color-elevated: rgba(22, 22, 26, .4);--color-accent: #3b82f6;--color-accent-glow: rgba(59, 130, 246, .4);--color-secondary: #0f1115;--color-text: #ffffff;--color-textSec: #a1a1aa;--color-muted: #52525b;--scofus-logo-core: #ffffff;--scofus-logo-segment: #3b82f6}.dark{--scofus-logo-core: #ffffff;--scofus-logo-segment: #3b82f6}.scofus-core{fill:var(--scofus-logo-core)}.scofus-segment{fill:var(--scofus-logo-segment);transition:all .3s cubic-bezier(.16,1,.3,1)}.sidebar-logo{--scofus-logo-core: #ffffff;--scofus-logo-segment: #3b82f6}body{margin:0;font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-smoothing:grayscale;background-color:var(--color-base);color:var(--color-text);letter-spacing:-.01em}h1,h2,h3,h4,.font-heading{font-family:var(--font-outfit)}.glass{background:#ffffff05;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);box-shadow:inset 0 1px 1px #ffffff0d}.glass-dark{background:#0009;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px -10px #000c}.glass-premium{background:#ffffff04;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.04);box-shadow:0 8px 32px #0000005e,inset 0 1px 1px #ffffff0d}.glass-card{background:linear-gradient(135deg,#ffffff08,#fff0);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);transition:all .5s cubic-bezier(.16,1,.3,1)}.glass-card:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff03);border-color:#ffffff1f;box-shadow:0 30px 60px -15px #00000080}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.animate-float{animation:float 10s ease-in-out infinite}.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:root{--color-brand-primary: #3b82f6;--color-brand-secondary: #8b5cf6;--glass-blur: 32px;--section-padding: 10rem}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:320px;gap:2rem}.bento-item-1{grid-column:span 2;grid-row:span 2}.bento-item-2{grid-column:span 2;grid-row:span 1}.bento-item-3,.bento-item-4{grid-column:span 1;grid-row:span 1}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:min-content}.bento-item-1,.bento-item-2,.bento-item-3,.bento-item-4{grid-column:span 1;grid-row:span 1}}.perspective-1000{perspective:1000px}.preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden;-webkit-backface-visibility:hidden}button,a,input,.interactive{transition:all .2s cubic-bezier(.4,0,.2,1)}:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.native-doc-editor h1{font-size:2.5rem;font-weight:800;margin-top:2rem;margin-bottom:1rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem;line-height:1.2}.native-doc-editor h2{font-size:1.8rem;font-weight:700;margin-top:1.8rem;margin-bottom:.8rem;color:#f3f4f6;line-height:1.3}.native-doc-editor h3{font-size:1.4rem;font-weight:600;margin-top:1.5rem;margin-bottom:.6rem;color:#e5e7eb}.native-doc-editor ul{margin-left:1.5rem;margin-bottom:1.2rem;list-style-type:disc}.native-doc-editor ol{margin-left:1.5rem;margin-bottom:1.2rem;list-style-type:decimal}.native-doc-editor li{margin-bottom:.4rem;padding-left:.2rem}.native-doc-editor strong{font-weight:700;color:#fff}.native-doc-editor em{font-style:italic;opacity:.9}.native-doc-editor div,.native-doc-editor p{margin-bottom:1rem;line-height:1.8}.native-doc-editor blockquote{border-left:4px solid #3b82f6;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#9ca3af}.unified-dashboard-root{font-family:Inter,sans-serif;background:#111113;color:#e8e8e8;overflow:hidden;height:100vh}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,.font-heading{font-family:Outfit,sans-serif}.sidebar-item{transition:all .15s ease;cursor:pointer;border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:10px;font-size:13px;color:#a0a0a0;font-weight:400}.sidebar-item:hover{background:#ffffff0d;color:#e8e8e8}.sidebar-item.active{background:transparent;color:#e8956f;position:relative}.sidebar-item.active:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:2px;height:18px;background:#b85230;border-radius:1px}.sidebar-item.active svg{color:#e8956f}.btn-orange{background:#b0b0b01f;border:1px solid rgba(232,149,111,.25);color:#b0b0b0;font-size:13px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .15s ease;font-weight:500}.btn-orange:hover{background:#e8956f33;border-color:#e8956f59}.av{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.av-xs{width:24px;height:24px;font-size:10px}.widget-card{background:#252528;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:24px;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.widget-card:hover{border-color:#ffffff1a;background:#2a2a2e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.command-center-widget-large .widget-card{min-height:280px;padding:28px}.command-center-widget-medium .widget-card{min-height:220px;padding:22px}.command-center-widget-small .widget-card{min-height:180px;padding:20px}.task-card{background:#2e2e32;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.task-card:hover{border-color:#ffffff24;background:#343438;box-shadow:0 4px 12px #00000040;transform:translateY(-1px)}.team-card{background:#252528;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 20px #0003}.team-card:hover{border-color:#ffffff1f;background:#2a2a2e;box-shadow:0 8px 30px #0000004d;transform:translateY(-1px)}.view-section{display:none!important}.view-section.active{display:flex!important;flex:1;flex-direction:column;height:100%;overflow:hidden}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.badge{font-size:11px;font-weight:600}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.fb-column{width:320px;height:100%;min-height:0;flex-shrink:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#232326,#1a1a1d);border-radius:16px;border:1px solid rgba(255,255,255,.08);max-height:calc(100vh - 220px);box-shadow:0 4px 20px #0006,0 0 0 1px #ffffff08 inset}.fb-column:hover{border-color:#ffffff1f;box-shadow:0 8px 30px #00000080,0 0 0 1px #ffffff0d inset}.fb-column.sortable-ghost{opacity:0}.fb-column.sortable-drag{box-shadow:0 8px 20px #00000080}.fb-column.collapsed{width:56px;min-width:56px}.fb-column.collapsed .fb-column-content{display:none}.fb-column.collapsed .fb-column-header{writing-mode:vertical-rl;text-orientation:mixed;padding:16px 8px}.fb-column-header{padding:16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px;cursor:grab;flex-shrink:0;background:#ffffff05;border-radius:16px 16px 0 0}.fb-column-header:active{cursor:grabbing}.fb-column-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px;display:flex;flex-direction:column;gap:10px;background:#00000026;margin:0 4px 4px;border-radius:0 0 12px 12px}.fb-task{flex-shrink:0;background:#2a2a2e;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:14px;cursor:pointer;position:relative;overflow:hidden}.fb-task:hover{border-color:#ffffff1f;background:#303035}.fb-task.sortable-ghost{opacity:0}.fb-task.sortable-drag{box-shadow:0 8px 20px #0006;z-index:9999}.fb-task.selected{border-color:#e8956f80;background:#e8956f14}.fb-task[data-priority=high]{border-left:3px solid #f87171;border-right:3px solid #f87171}.fb-task[data-priority=medium]{border-left:3px solid #fbbf24;border-right:3px solid #fbbf24}.fb-task[data-priority=low]{border-left:3px solid #60a5fa;border-right:3px solid #60a5fa}.fb-task.fb-task-priority-open{overflow:visible;z-index:50}.fb-task-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.fb-task:hover .fb-task-actions{opacity:1}.fb-task-action{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .15s ease}.fb-task-action:hover{background:#ffffff1a}.fb-task-action.delete:hover{background:#ef44444d}.fb-label{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.fb-add-task{flex-shrink:0;background:transparent;border:1px dashed rgba(255,255,255,.1);border-radius:10px;padding:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;color:#5c5c5c}.fb-add-task:hover{border-color:#fff3;background:#ffffff05;color:#a0a0a0}.fb-add-task.active{background:#2a2a2e;border:1px solid rgba(255,255,255,.1)}.fb-add-column{width:320px;flex-shrink:0;min-height:120px;background:transparent;border:2px dashed rgba(255,255,255,.08);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#5c5c5c}.fb-add-column:hover{border-color:#b0b0b04d;background:#b0b0b00d;color:#b0b0b0}.fb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .25s ease}.fb-modal-overlay.active{opacity:1;visibility:visible}.fb-modal{width:720px;max-width:90vw;max-height:85vh;background:#1c1c1f;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;overflow:hidden;display:flex;flex-direction:column;transform:scale(.95) translateY(20px);transition:transform .25s ease}.fb-modal-overlay.active .fb-modal{transform:scale(1) translateY(0)}.fb-modal-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:16px}.fb-modal-body{flex:1;overflow-y:auto;display:flex}.fb-modal-main{flex:1;padding:24px;border-right:1px solid rgba(255,255,255,.06)}.fb-modal-sidebar{width:260px;padding:24px;background:#18181b}.fb-subtask{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#252528;border-radius:8px;margin-bottom:8px;transition:all .15s ease}.fb-subtask:hover{background:#2a2a2e}.fb-subtask.completed .fb-subtask-text{text-decoration:line-through;color:#5c5c5c}.fb-comment{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.fb-comment:last-child{border-bottom:none}.fb-attachment{display:flex;align-items:center;gap:12px;padding:12px;background:#252528;border-radius:10px;margin-bottom:8px;transition:all .15s ease}.fb-attachment:hover{background:#2a2a2e}.fb-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;min-width:200px;box-shadow:0 20px 40px #0006;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.fb-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.fb-dropdown-item{padding:10px 12px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:13px;color:#a0a0a0;transition:all .15s ease}.fb-dropdown-item:hover{background:#ffffff0d;color:#e8e8e8}.fb-dropdown-item.selected{background:#e8956f1a;color:#b0b0b0}.fb-view-toggle{display:flex;background:#252528;border-radius:10px;padding:4px;border:1px solid rgba(255,255,255,.06)}.fb-view-btn{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:500;color:#a0a0a0;cursor:pointer;transition:all .15s ease}.fb-view-btn:hover{color:#e8e8e8}.fb-view-btn.active{background:#323236;color:#fff;border:1px solid rgba(255,255,255,.1)}.fb-progress{height:4px;background:#1a1a1a;border-radius:2px;overflow:hidden}.fb-progress-bar{height:100%;background:#b0b0b0;border-radius:2px;transition:width .3s ease}.fb-color-picker{display:flex;gap:8px;flex-wrap:wrap;padding:8px}.fb-color-option{width:24px;height:24px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .15s ease}.fb-color-option:hover{transform:scale(1.1)}.fb-color-option.selected{border-color:#fff}.fb-date-input{background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 12px;color:#e8e8e8;font-size:13px;width:100%;cursor:pointer}.fb-date-input:focus{outline:none;border-color:#e8956f80}.fb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#5c5c5c;text-align:center}.fb-kbd{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:10px;font-family:monospace;color:#a0a0a0}.rm-view-toggle{display:flex;background:#252528;border-radius:10px;padding:4px;border:1px solid rgba(255,255,255,.06)}.rm-view-btn{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:500;color:#a0a0a0;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px}.rm-view-btn:hover{color:#e8e8e8}.rm-view-btn.active{background:#b0b0b0;color:#fff}.rm-scale-toggle{display:flex;background:#1a1a1d;border-radius:8px;padding:3px;border:1px solid rgba(255,255,255,.06)}.rm-scale-btn{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:500;color:#5c5c5c;cursor:pointer;transition:all .15s ease}.rm-scale-btn:hover{color:#a0a0a0}.rm-scale-btn.active{background:#252528;color:#e8e8e8}.rm-filter-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#252528;border:1px solid rgba(255,255,255,.06);border-radius:8px;font-size:12px;color:#a0a0a0;cursor:pointer;transition:all .15s ease}.rm-filter-btn:hover{background:#2a2a2e;color:#e8e8e8;border-color:#ffffff1a}.rm-filter-btn.active{border-color:#e8956f66;color:#b0b0b0}.rm-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;min-width:220px;box-shadow:0 20px 40px #0006;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.rm-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.rm-dropdown-section{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.rm-dropdown-section:last-child{border-bottom:none}.rm-dropdown-label{font-size:10px;font-weight:600;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;padding:4px 12px}.rm-dropdown-item{padding:10px 12px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:13px;color:#a0a0a0;transition:all .15s ease}.rm-dropdown-item:hover{background:#ffffff0d;color:#e8e8e8}.rm-dropdown-item.selected{background:#e8956f1a;color:#b0b0b0}.rm-checkbox{width:16px;height:16px;border-radius:4px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.rm-dropdown-item.selected .rm-checkbox{background:#b0b0b0;border-color:#b0b0b0}.rm-timeline-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.rm-time-header{display:flex;border-bottom:1px solid rgba(255,255,255,.06);background:#1c1c1f;flex-shrink:0;position:sticky;top:0;z-index:10}.rm-time-label{width:200px;flex-shrink:0;padding:16px 20px;border-right:1px solid rgba(255,255,255,.06);font-size:11px;font-weight:600;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px}.rm-time-periods{flex:1;display:flex;overflow-x:auto}.rm-time-period{flex:1;min-width:120px;padding:12px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.04);transition:all .15s ease}.rm-time-period.current{background:#e8956f14}.rm-time-period-name{font-size:12px;font-weight:600;color:#e8e8e8;margin-bottom:2px}.rm-time-period.current .rm-time-period-name{color:#b0b0b0}.rm-time-period-sub{font-size:10px;color:#5c5c5c}.rm-time-period.current .rm-time-period-sub{color:#e8956fb3}.rm-swimlanes{flex:1;overflow-y:auto;overflow-x:hidden}.rm-swimlane{display:flex;border-bottom:1px solid rgba(255,255,255,.04);min-height:80px;transition:all .15s ease}.rm-swimlane:hover{background:#ffffff03}.rm-swimlane-label{width:200px;flex-shrink:0;padding:16px 20px;border-right:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:12px}.rm-swimlane-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rm-swimlane-info{flex:1;min-width:0}.rm-swimlane-name{font-size:13px;font-weight:600;color:#e8e8e8;margin-bottom:2px}.rm-swimlane-count{font-size:11px;color:#5c5c5c}.rm-track{flex:1;position:relative;padding:12px 0;display:flex;flex-direction:column;gap:8px}.rm-bar{position:absolute;height:36px;border-radius:8px;display:flex;align-items:center;padding:0 12px;gap:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;overflow:hidden;box-shadow:0 2px 8px #0003}.rm-bar:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;z-index:5}.rm-bar-progress{position:absolute;left:0;top:0;bottom:0;background:#ffffff1a;border-radius:8px 0 0 8px}.rm-bar-content{position:relative;z-index:1;display:flex;align-items:center;gap:8px;white-space:nowrap}.rm-bar-title{font-weight:500;overflow:hidden;text-overflow:ellipsis}.rm-bar-dates{font-size:10px;opacity:.7}.rm-bar-avatar{width:20px;height:20px;border-radius:50%;font-size:8px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto}.rm-bar.product{background:linear-gradient(135deg,#e8956f40,#d9774259);border:1px solid rgba(232,149,111,.4);color:#f5c4a8}.rm-bar.engineering{background:linear-gradient(135deg,#60a5fa40,#3b82f659);border:1px solid rgba(96,165,250,.4);color:#bfdbfe}.rm-bar.marketing{background:linear-gradient(135deg,#a78bfa40,#8b5cf659);border:1px solid rgba(167,139,250,.4);color:#ddd6fe}.rm-bar.design{background:linear-gradient(135deg,#fb923c40,#f9731659);border:1px solid rgba(251,146,60,.4);color:#fed7aa}.rm-bar.operations{background:linear-gradient(135deg,#34d39940,#10b98159);border:1px solid rgba(52,211,153,.4);color:#a7f3d0}.rm-today-line{position:absolute;top:0;bottom:0;width:2px;background:#b0b0b0;z-index:20;box-shadow:0 0 10px #e8956f80}.rm-today-line:before{content:"TODAY";position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:9px;font-weight:700;color:#b0b0b0;letter-spacing:.5px;background:#1c1c1f;padding:2px 6px;border-radius:4px}.rm-milestone{position:absolute;width:16px;height:16px;transform:rotate(45deg) translate(-50%);background:#b0b0b0;border:2px solid #1c1c1f;cursor:pointer;z-index:15;transition:all .15s ease}.rm-milestone:hover{transform:rotate(45deg) translate(-50%) scale(1.2)}.rm-milestone.completed{background:#34d399}.rm-milestone.upcoming{background:#60a5fa}.rm-dependencies{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.rm-dependency-line{stroke:#e8956f66;stroke-width:2;fill:none;stroke-dasharray:4 4}.rm-list-container{flex:1;overflow-y:auto;padding:24px}.rm-list-section{margin-bottom:32px}.rm-list-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;cursor:pointer;-webkit-user-select:none;user-select:none}.rm-list-header-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#e8956f1a;color:#b0b0b0;transition:all .15s ease}.rm-list-header.collapsed .rm-list-header-icon{transform:rotate(-90deg)}.rm-list-header-title{font-size:14px;font-weight:600;color:#e8e8e8}.rm-list-header-count{font-size:12px;color:#5c5c5c}.rm-list-header-line{flex:1;height:1px;background:#ffffff0f}.rm-list-items{display:flex;flex-direction:column;gap:8px}.rm-list-section.collapsed .rm-list-items{display:none}.rm-list-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#252528;border:1px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;transition:all .2s ease}.rm-list-item:hover{background:#2a2a2e;border-color:#ffffff1a;transform:translate(4px)}.rm-list-item-drag{width:20px;display:flex;flex-direction:column;gap:2px;cursor:grab;opacity:.3;transition:opacity .15s ease}.rm-list-item:hover .rm-list-item-drag{opacity:.6}.rm-list-item-drag span{width:100%;height:2px;background:#5c5c5c;border-radius:1px}.rm-list-item-status{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rm-list-item-status.completed{background:#34d399}.rm-list-item-status.in-progress{background:#b0b0b0;animation:pulse 2s infinite}.rm-list-item-status.planned{background:#60a5fa}.rm-list-item-status.upcoming{background:#5c5c5c}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.rm-list-item-main{flex:1;min-width:0}.rm-list-item-title{font-size:14px;font-weight:500;color:#e8e8e8;margin-bottom:4px}.rm-list-item-desc{font-size:12px;color:#5c5c5c}.rm-list-item-meta{display:flex;align-items:center;gap:20px}.rm-list-item-dates{font-size:11px;color:#5c5c5c;white-space:nowrap}.rm-list-item-progress{width:80px;height:4px;background:#1a1a1d;border-radius:2px;overflow:hidden}.rm-list-item-progress-bar{height:100%;background:#b0b0b0;border-radius:2px}.rm-list-item-avatars{display:flex;margin-left:-6px}.rm-list-item-avatar{width:24px;height:24px;border-radius:50%;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid #252528;margin-left:-6px}.rm-list-item-priority{font-size:10px;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.rm-list-item-priority.high{background:#ef444426;color:#f87171}.rm-list-item-priority.medium{background:#fbbf2426;color:#fbbf24}.rm-list-item-priority.low{background:#60a5fa26;color:#60a5fa}.rm-list-item-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.rm-list-item:hover .rm-list-item-actions{opacity:1}.rm-list-item-action{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;cursor:pointer;transition:all .15s ease}.rm-list-item-action:hover{background:#ffffff1a}.rm-list-item-action.delete:hover{background:#ef444433;color:#f87171}.rm-sidebar{width:280px;flex-shrink:0;border-left:1px solid rgba(255,255,255,.06);background:#1a1a1d;display:flex;flex-direction:column;overflow-y:auto}.rm-sidebar-section{padding:20px;border-bottom:1px solid rgba(255,255,255,.06)}.rm-sidebar-title{font-size:11px;font-weight:600;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.rm-milestone-timeline{position:relative;padding-left:20px}.rm-milestone-timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:#ffffff0f}.rm-milestone-item{position:relative;padding:12px 0 12px 20px}.rm-milestone-item:before{content:"";position:absolute;left:-15px;top:18px;width:10px;height:10px;border-radius:50%;background:#5c5c5c;border:2px solid #1a1a1d}.rm-milestone-item.completed:before{background:#34d399}.rm-milestone-item.current:before{background:#b0b0b0;box-shadow:0 0 10px #e8956f80}.rm-milestone-item.upcoming:before{background:#60a5fa}.rm-milestone-item-date{font-size:10px;color:#5c5c5c;margin-bottom:4px}.rm-milestone-item.current .rm-milestone-item-date{color:#b0b0b0}.rm-milestone-item-title{font-size:13px;font-weight:500;color:#e8e8e8}.rm-milestone-item.completed .rm-milestone-item-title{color:#5c5c5c;text-decoration:line-through}.rm-legend{display:flex;flex-direction:column;gap:10px}.rm-legend-item{display:flex;align-items:center;gap:10px;font-size:12px;color:#a0a0a0}.rm-legend-color{width:12px;height:12px;border-radius:4px}.rm-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rm-stat{background:#252528;border-radius:10px;padding:14px;text-align:center}.rm-stat-value{font-size:20px;font-weight:600;color:#e8e8e8;margin-bottom:2px}.rm-stat-label{font-size:10px;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px}.rm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .25s ease}.rm-modal-overlay.active{opacity:1;visibility:visible}.rm-modal{width:600px;max-width:90vw;max-height:85vh;background:#1c1c1f;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;overflow:hidden;display:flex;flex-direction:column;transform:scale(.95) translateY(20px);transition:transform .25s ease}.rm-modal-overlay.active .rm-modal{transform:scale(1) translateY(0)}.rm-modal-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.rm-modal-title{font-size:18px;font-weight:600;color:#e8e8e8}.rm-modal-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;cursor:pointer;transition:all .15s ease}.rm-modal-close:hover{background:#ffffff1a}.rm-modal-body{flex:1;overflow-y:auto;padding:24px}.rm-form-group{margin-bottom:20px}.rm-form-label{font-size:12px;font-weight:500;color:#a0a0a0;margin-bottom:8px;display:block}.rm-form-input{width:100%;padding:12px 14px;background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e8e8e8;font-size:14px;transition:all .15s ease}.rm-form-input:focus{outline:none;border-color:#e8956f80;background:#2a2a2e}.rm-form-input::placeholder{color:#5c5c5c}.rm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rm-form-select{width:100%;padding:12px 14px;background:#252528;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e8e8e8;font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235c5c5c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.rm-form-select:focus{outline:none;border-color:#e8956f80}.rm-form-slider{width:100%;margin-top:8px}.rm-form-slider-track{width:100%;height:6px;background:#252528;border-radius:3px;position:relative;cursor:pointer}.rm-form-slider-fill{height:100%;background:#b0b0b0;border-radius:3px}.rm-form-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#b0b0b0;border-radius:50%;border:2px solid #1c1c1f;cursor:grab}.rm-form-slider-value{font-size:12px;color:#b0b0b0;margin-top:8px;text-align:right}.rm-modal-footer{padding:20px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.rm-btn-delete{padding:10px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#f87171;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.rm-btn-delete:hover{background:#ef444433}.rm-btn-save{padding:10px 20px;background:#b0b0b0;border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.rm-btn-save:hover{background:#d97742}.rm-add-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#b0b0b01f;border:1px solid rgba(232,149,111,.25);border-radius:10px;color:#b0b0b0;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.rm-add-btn:hover{background:#e8956f33;border-color:#e8956f59}.rm-view{display:none;flex:1;overflow:hidden}.rm-view.active{display:flex}.inbox-container{display:flex;flex:1;height:100%;overflow:hidden}.inbox-filters{width:220px;flex-shrink:0;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;background:#1a1a1a}.inbox-filters-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.06)}.inbox-filters-title{font-size:11px;font-weight:700;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px}.inbox-filters-list{flex:1;overflow-y:auto;padding:12px}.inbox-filter-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .15s ease;margin-bottom:2px;color:#a0a0a0;font-size:13px}.inbox-filter-item:hover{background:#ffffff0d;color:#e8e8e8}.inbox-filter-item.active{background:#e8956f1a;color:#b0b0b0}.inbox-filter-item .filter-icon{width:18px;height:18px;flex-shrink:0}.inbox-filter-item .filter-count{margin-left:auto;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#ffffff14}.inbox-filter-item.active .filter-count{background:#e8956f33}.inbox-filter-item.priority .filter-count{background:#f8717133;color:#f87171}.inbox-filter-divider{height:1px;background:#ffffff0f;margin:12px 0}.inbox-list{flex:1;min-width:380px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.inbox-list-header{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:12px;flex-shrink:0}.inbox-search{flex:1;display:flex;align-items:center;gap:8px;background:#252525;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:8px 12px}.inbox-search input{flex:1;background:transparent;border:none;outline:none;color:#e8e8e8;font-size:13px}.inbox-search input::placeholder{color:#5c5c5c}.inbox-bulk-actions{display:flex;align-items:center;gap:4px}.inbox-bulk-btn{padding:8px;border-radius:6px;cursor:pointer;color:#5c5c5c;transition:all .15s ease}.inbox-bulk-btn:hover{background:#ffffff0d;color:#a0a0a0}.inbox-list-content{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:12px}.inbox-item{display:flex;gap:14px;padding:16px 20px;border-radius:12px;background:#282828;cursor:pointer;transition:all .15s ease;position:relative}.inbox-item:hover{background:#333}.inbox-item.active{background:#e8956f1f;border-left:3px solid #e8956f}.inbox-item.unread{background:#282828}.inbox-item.unread:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#9ca3af}.inbox-item-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:600}.inbox-item-avatar.task{background:#9ca3af33;color:#9ca3af}.inbox-item-avatar.mention{background:#a78bfa26;color:#a78bfa}.inbox-item-avatar.approval{background:#fb923c26;color:#fb923c}.inbox-item-avatar.update{background:#34d39926;color:#34d399}.inbox-item-avatar.email{background:#f472b626;color:#f472b6}.inbox-item-content{flex:1;min-width:0}.inbox-item-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.inbox-item-sender{font-size:13px;font-weight:600;color:#e8e8e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item-type{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.inbox-item-type.task{background:#9ca3af33;color:#9ca3af}.inbox-item-type.mention{background:#a78bfa26;color:#a78bfa}.inbox-item-type.approval{background:#fb923c26;color:#fb923c}.inbox-item-type.update{background:#34d39926;color:#34d399}.inbox-item-type.email{background:#f472b626;color:#f472b6}.inbox-item-title{font-size:14px;color:#e8e8e8;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item.unread .inbox-item-title{font-weight:600}.inbox-item-preview{font-size:12px;color:#6b6b6b;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.inbox-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.inbox-item-time{font-size:11px;color:#5c5c5c;white-space:nowrap}.inbox-item-priority{width:8px;height:8px;border-radius:50%}.inbox-item-priority.high{background:#f87171;box-shadow:0 0 8px #f8717166}.inbox-item-priority.medium{background:#fbbf24}.inbox-item-priority.low{background:#6b7280}.inbox-item-actions{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;gap:4px;opacity:0;transition:opacity .15s ease;background:#252525;border-radius:8px;padding:4px;border:1px solid rgba(255,255,255,.1)}.inbox-item:hover .inbox-item-actions{opacity:1}.inbox-item:hover .inbox-item-meta{opacity:0}.inbox-quick-action{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#a0a0a0;transition:all .15s ease}.inbox-quick-action:hover{background:#ffffff1a;color:#e8e8e8}.inbox-quick-action.archive:hover{background:#34d39933;color:#34d399}.inbox-quick-action.snooze:hover{background:#fb923c33;color:#fb923c}.inbox-quick-action.done:hover{background:#9ca3af33;color:#d1d5db}.inbox-detail{width:420px;flex-shrink:0;display:flex;flex-direction:column;background:#1a1a1a}.inbox-detail-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:14px}.inbox-detail-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}.inbox-detail-info{flex:1;min-width:0}.inbox-detail-sender{font-size:16px;font-weight:600;color:#e8e8e8;margin-bottom:2px}.inbox-detail-meta{font-size:12px;color:#5c5c5c;display:flex;align-items:center;gap:8px}.inbox-detail-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5c5c5c;transition:all .15s ease}.inbox-detail-close:hover{background:#ffffff0d;color:#a0a0a0}.inbox-detail-content{flex:1;overflow-y:auto;padding:20px}.inbox-detail-title{font-size:18px;font-weight:600;color:#e8e8e8;margin-bottom:16px;line-height:1.4}.inbox-detail-body{font-size:14px;color:#a0a0a0;line-height:1.7}.inbox-detail-body p{margin-bottom:12px}.inbox-detail-context{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.inbox-context-label{font-size:10px;font-weight:700;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.inbox-context-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#252525;border-radius:8px;margin-bottom:8px;font-size:13px;color:#a0a0a0}.inbox-detail-actions{padding:16px 20px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:8px;flex-wrap:wrap}.inbox-action-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.inbox-action-btn.primary{background:#b0b0b0;color:#fff;border:none}.inbox-action-btn.primary:hover{background:#d97742}.inbox-action-btn.secondary{background:#252525;color:#a0a0a0;border:1px solid rgba(255,255,255,.1)}.inbox-action-btn.secondary:hover{background:#333;color:#e8e8e8}.inbox-quick-reply{padding:16px 20px;border-top:1px solid rgba(255,255,255,.06)}.inbox-reply-input{display:flex;align-items:flex-end;gap:10px;background:#252525;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}.inbox-reply-input textarea{flex:1;background:transparent;border:none;outline:none;color:#e8e8e8;font-size:13px;resize:none;min-height:40px;max-height:120px;font-family:inherit}.inbox-reply-input textarea::placeholder{color:#5c5c5c}.inbox-reply-send{width:36px;height:36px;border-radius:8px;background:#b0b0b0;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.inbox-reply-send:hover{background:#d97742}.inbox-ai-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:9px;font-weight:600;background:#e8956f26;color:#b0b0b0;text-transform:uppercase;letter-spacing:.5px}.landing-premium{--lp-bg: #030304;--lp-surface: rgba(17, 17, 19, .4);--lp-glass: rgba(255, 255, 255, .03);--lp-border: rgba(255, 255, 255, .08);--lp-accent: #e8956f;--lp-accent-glow: rgba(232, 149, 111, .15);--lp-text: #ffffff;--lp-text-secondary: #a1a1aa;--lp-text-muted: #52525b;background:var(--lp-bg);background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px;color:var(--lp-text);font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;position:relative;overflow-x:hidden;letter-spacing:-.01em}.lp-orb{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none;opacity:.1}.lp-orb-1{top:-100px;left:-100px;background:var(--lp-accent)}.lp-orb-2{bottom:10%;right:-100px;background:#3b82f6}.lp-glass-card{background:var(--lp-surface);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--lp-border);border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 20px 40px -4px #0006,inset 0 1px 1px #ffffff0d;transition:border-color .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.lp-glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 100%);pointer-events:none}.lp-glass-card:hover{border-color:#e8956f66;box-shadow:0 4px 6px -1px #0000001a,0 12px 48px #e8956f26,inset 0 1px 1px #ffffff1a;transform:translateY(-8px)}.lp-flow-container{position:relative;max-width:1100px;margin:0 auto;padding:0 1.5rem}.lp-flow-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#ffffff0d;transform:translate(-50%);z-index:0}.lp-flow-progress{position:absolute;left:50%;width:2px;background:linear-gradient(to bottom,transparent,var(--lp-accent),var(--lp-accent));transform:translate(-50%);z-index:1;box-shadow:0 0 15px var(--lp-accent)}@media(max-width:768px){.lp-flow-line,.lp-flow-progress{left:2rem}}.lp-section{padding:12rem 0;position:relative;z-index:1}.lp-section-header{text-align:center;margin-bottom:8rem}.lp-section-title{font-size:clamp(3rem,10vw,5rem);font-weight:900;letter-spacing:-.05em;line-height:.9;margin-bottom:2.5rem;background:linear-gradient(180deg,#fff,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lp-section-desc{font-size:1.4rem;color:var(--lp-text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.lp-feature-item{display:flex;align-items:center;gap:6rem;margin-bottom:12rem}.lp-feature-item:nth-child(2n){flex-direction:row-reverse}.lp-feature-content{flex:1;max-width:480px}.lp-feature-visual{flex:1;height:420px;max-width:500px}.lp-feature-tagline{color:var(--lp-accent);font-weight:800;text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;margin-bottom:1.5rem;display:block}.lp-feature-title{font-size:3rem;font-weight:800;margin-bottom:2rem;letter-spacing:-.03em}.lp-feature-desc{font-size:1.2rem;color:var(--lp-text-secondary);line-height:1.8}.ll-flip-text-wrap{display:inline-block;overflow:hidden;vertical-align:bottom}.ll-flip-text{display:inline-block;white-space:pre}.ll-flip-char{display:inline-block;opacity:0;transform:rotateX(-90deg);transform-origin:50% 50% -.5em;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);backface-visibility:hidden}.ll-flip-text.visible .ll-flip-char{opacity:1;transform:rotateX(0)}.ll-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--lp-bg)}.ll-hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:blur(15px);opacity:0;transition:opacity 1.5s ease-in-out}.ll-hero-bg-video.loaded{opacity:1}.ll-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#03030499,#03030466,#030304cc);z-index:1;pointer-events:none}.ll-hero-content{position:relative;z-index:2;padding:6rem 1.5rem 5rem;max-width:900px;margin:0 auto;text-shadow:0 4px 12px rgba(0,0,0,.5)}.ll-badge{display:inline-block;padding:.4rem .8rem;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--lp-accent);background:#e8956f1a;border:1px solid rgba(232,149,111,.2);border-radius:9999px;margin-bottom:2rem}.ll-hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1;letter-spacing:-.04em;color:#fff;margin-bottom:2rem}.ll-hero p{font-size:1.25rem;color:#ffffffb3;max-width:650px;margin:0 auto 3rem;line-height:1.6}.ll-hero-waitlist{display:flex;justify-content:center;gap:.75rem;max-width:460px;margin:0 auto}.ll-waitlist-input{flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:.75rem;color:#fff;outline:none;font-size:1rem;transition:all .2s}.ll-waitlist-input:focus{border-color:var(--lp-accent);background:#ffffff0d}.ll-btn{padding:1rem 2rem;border-radius:.75rem;font-weight:700;transition:all .2s;border:none;cursor:pointer}.ll-btn-primary{background:var(--lp-accent);color:#000}.ll-btn-primary:hover{transform:scale(1.02);box-shadow:0 0 25px #e8956f66}.ll-waitlist-message{margin-top:1rem;font-size:.9rem}.ll-waitlist-message.success{color:var(--lp-accent)}.ll-animate-in{opacity:0;transform:translateY(20px);animation:llFadeUp 1s cubic-bezier(.22,1,.36,1) forwards}@keyframes llFadeUp{to{opacity:1;transform:translateY(0)}}.lp-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.lp-tool-card{padding:1.5rem;text-align:left}.lp-tool-icon{width:2.25rem;height:2.25rem;background:transparent;border:1px solid rgba(232,149,111,.2);border-radius:.6rem;display:flex;align-items:center;justify-content:center;color:var(--lp-accent);margin-bottom:1.25rem}.lp-tool-name{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.lp-tool-desc{font-size:.95rem;color:var(--lp-text-secondary);line-height:1.5}.lp-glow-text{text-shadow:0 0 30px rgba(232,149,111,.4)}@media(max-width:900px){.lp-feature-item,.lp-feature-item:nth-child(2n){flex-direction:column;gap:3rem;text-align:center}.lp-feature-visual{width:100%;height:340px}.lp-waitlist-input{width:100%}.lp-hero-waitlist{flex-direction:column;width:100%;max-width:400px}}.lp-mockup-window{width:100%;height:100%;display:flex;flex-direction:column;background:#0a0a0b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;position:relative;box-shadow:0 30px 60px -10px #000c}.lp-mockup-header{height:38px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;padding:0 1rem;gap:.5rem}.lp-mockup-dot{width:8px;height:8px;border-radius:50%;background:#ffffff1a}.lp-mockup-body{flex:1;display:flex;overflow:hidden}.lp-mockup-sidebar{width:100px;border-right:1px solid rgba(255,255,255,.05);padding:1.5rem .5rem;display:flex;flex-direction:column;gap:1rem}.lp-mockup-nav-item{height:6px;background:#ffffff0d;border-radius:3px;width:100%}.lp-mockup-nav-item.active{background:var(--lp-accent);opacity:.4}.lp-mockup-main{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative}.lp-mockup-text-bar{height:10px;background:#ffffff0d;border-radius:5px}.lp-mockup-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1rem}.lp-mockup-chat-bubble{align-self:flex-end;background:var(--lp-accent);color:#000;padding:.75rem 1rem;border-radius:1rem 1rem 0;font-size:.75rem;font-weight:700;max-width:80%;margin-top:auto;box-shadow:0 5px 15px #e8956f33}.lp-mockup-kanban{display:flex;gap:.75rem;height:100%}.lp-mockup-column{flex:1;background:#ffffff03;border-radius:.75rem;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.lp-mockup-task{height:40px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:.4rem}.lp-steps-grid{padding-top:4rem}.lp-testimonial{padding:2rem;background:#ffffff05;border-left:2px solid var(--lp-accent);border-radius:0 1.5rem 1.5rem 0}.lp-feature-item{justify-content:space-between;width:100%;max-width:100%}.lp-feature-content{max-width:480px;z-index:10}.lp-feature-visual{max-width:520px;z-index:5}.group[open] summary svg{transform:rotate(90deg)}#faq{overflow-anchor:none}.lp-faq-inner{min-height:820px}.lp-faq-item{transition:border-color .3s ease,box-shadow .3s ease}.lp-faq-item-open{background:#ffffff0d;border-color:#e8956f4d}summary::-webkit-details-marker{display:none}.lp-testimonial{border-left:2px solid var(--lp-accent);padding-left:2.5rem!important;position:relative;background:linear-gradient(90deg,rgba(232,149,111,.05),transparent)!important}.lp-stat-card{transition:all .4s ease}.lp-stat-card:hover{border-color:var(--lp-accent);box-shadow:0 10px 40px #e8956f1a;transform:translateY(-5px)}.lp-glass-card{transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}details[open].lp-glass-card{background:#ffffff0d;border-color:#e8956f4d}.lp-steps-grid{display:flex;flex-direction:column;gap:1.5rem}.lp-p{--lp-p-bg: #000000;--lp-p-accent: #0071e3;--lp-p-text: #f5f5f7;--lp-p-text-muted: #86868b;--lp-p-glass: rgba(22, 22, 23, .72);--lp-p-border: rgba(255, 255, 255, .1);--lp-p-border-bright: rgba(255, 255, 255, .2);--lp-p-radius: 12px;--lp-p-radius-lg: 20px;--lp-p-radius-xl: 32px;--lp-p-ease: cubic-bezier(.4, 0, .2, 1);--lp-p-font-tight: -.015em;--lp-p-font-extra-tight: -.03em;background:var(--lp-p-bg);color:var(--lp-p-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100vh;line-height:1.47059;font-weight:400;-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}.lp-p-bg-ambient{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:150vw;height:150vh;background:radial-gradient(circle at 20% 30%,rgba(0,113,227,.1) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(94,92,230,.08) 0%,transparent 40%);filter:blur(100px);z-index:0;pointer-events:none;opacity:.8}@keyframes orb-float{0%{transform:translate(0) rotate(0)}to{transform:translate(2%,2%) rotate(1deg)}}.lp-p-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#07070866;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--lp-p-border);transition:all .3s var(--lp-p-ease)}.lp-p-logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.25rem;letter-spacing:-.03em;color:var(--lp-p-text);text-decoration:none}.lp-p-logo-icon{width:2.25rem;height:2.25rem;filter:drop-shadow(0 0 8px var(--lp-p-accent-glow))}.lp-p-header-cta{font-size:.875rem;font-weight:700;color:#000;background:#fff;padding:.625rem 1.25rem;border-radius:100px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #ffffff1a}.lp-p-header-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fff3;background:#fff}.lp-p-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;z-index:1}.lp-p-hero-vid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(14px) brightness(.7);opacity:0;transition:opacity 1.4s var(--lp-p-ease)}.lp-p-hero-vid-on{opacity:1}.lp-p-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(5,5,6,.6) 50%,#050506 100%)}.lp-p-hero-box{position:relative;z-index:1;padding:2rem 1.5rem 5rem;max-width:42rem;margin:0 auto}.lp-p-hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lp-p-accent);margin-bottom:2rem;padding:.5rem 1rem;background:#e8956f1a;border:1px solid rgba(232,149,111,.2);border-radius:100px}.lp-p-hero-h1{font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.05em;line-height:.95;color:#fff;margin:0 0 1.5rem;background:linear-gradient(to bottom,#fff 40%,#ffffffb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lp-p-hero-p{font-size:1.25rem;color:var(--lp-p-text-muted);line-height:1.6;margin:0 0 3rem;font-weight:500;max-width:32rem;margin-inline:auto}.lp-p-hero-form{display:flex;justify-content:center;margin-bottom:4rem}.lp-glass-card{background:var(--lp-p-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--lp-p-border);border-radius:var(--lp-p-radius);transition:all .3s var(--lp-p-ease)}.lp-glass-card:hover{border-color:var(--lp-p-border-bright);background:#ffffff08;transform:translateY(-4px)}.lp-p-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:28rem;width:100%;margin:0 auto}.lp-p-input{flex:1;min-width:16rem;padding:1rem 1.5rem;font-size:1rem;font-family:inherit;font-weight:500;color:var(--lp-p-text);background:#ffffff08;border:1px solid var(--lp-p-border);border-radius:var(--lp-p-radius);outline:none;transition:all .25s ease}.lp-p-input:focus{border-color:var(--lp-p-accent);background:#ffffff0d;box-shadow:0 0 0 4px #e8956f1a}.lp-p-btn{padding:1rem 2rem;font-size:1rem;font-family:inherit;font-weight:700;color:#000;background:var(--lp-p-accent);border:none;border-radius:var(--lp-p-radius);cursor:pointer;transition:all .3s var(--lp-p-ease);box-shadow:0 8px 16px -4px var(--lp-p-accent-glow)}.lp-p-btn:hover:not(:disabled){background:var(--lp-p-accent-hover);transform:translateY(-2px);box-shadow:0 12px 24px -6px var(--lp-p-accent-glow)}.lp-p-main{position:relative;z-index:1}.lp-p-wrap{max-width:72rem;margin:0 auto;padding:0 2rem}.lp-p-wrap-narrow{max-width:48rem}.lp-p-block{padding:8rem 0}.lp-p-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--lp-p-accent);margin-bottom:1rem}.lp-p-lead{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;line-height:1.1;margin:0;letter-spacing:var(--lp-p-font-extra-tight)}.lp-p-h2{font-size:clamp(3rem,7vw,5rem);font-weight:700;letter-spacing:var(--lp-p-font-extra-tight);line-height:1.1;color:#fff;margin:0 0 1.5rem;background:linear-gradient(to bottom,#fff 60%,#ffffffb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lp-p-body{font-size:1.25rem;color:var(--lp-p-text-muted);line-height:1.5;margin:0;max-width:40rem;letter-spacing:var(--lp-p-font-tight)}.lp-bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;margin-top:4rem}.lp-bento-card{grid-column:span 12;position:relative;background:var(--lp-p-glass);border:1px solid var(--lp-p-border);border-radius:var(--lp-p-radius-xl);padding:3rem;overflow:hidden;transition:transform .6s var(--lp-p-ease),border-color .4s var(--lp-p-ease);display:flex;flex-direction:column}.lp-bento-card:hover{border-color:var(--lp-p-border-bright)}@media(min-width:1024px){.lp-bento-card-lg{grid-column:span 8}.lp-bento-card-sm{grid-column:span 4}.lp-bento-card-md{grid-column:span 6}}.lp-section-header{margin-bottom:4rem}.lp-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:4rem}.lp-feature-card{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.lp-feature-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid var(--lp-p-border);border-radius:12px;color:var(--lp-p-accent)}.lp-feature-h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.lp-feature-p{font-size:1rem;color:var(--lp-p-text-muted);line-height:1.6;margin:0}.lp-process-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:4rem}.lp-process-item{position:relative;padding:2rem;display:flex;flex-direction:column;gap:1rem}.lp-process-number{font-family:Plus Jakarta Sans,serif;font-size:4rem;font-weight:800;line-height:1;color:#fff;opacity:.05;position:absolute;top:1rem;right:2rem}.lp-p-faq{margin:2rem 0 0}.lp-p-faq-row{margin-bottom:.75rem}.lp-p-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;font-size:1.125rem;font-weight:700;font-family:inherit;color:var(--lp-p-text);background:var(--lp-p-glass);border:1px solid var(--lp-p-border);border-radius:12px;cursor:pointer;text-align:left;transition:all .3s ease}.lp-p-faq-q:hover{background:#ffffff08;border-color:var(--lp-p-border-bright)}.lp-p-faq-icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:#e8956f1a;border-radius:6px;color:var(--lp-p-accent);font-size:1rem;transition:transform .3s var(--lp-p-ease)}.lp-p-faq-a{font-size:1rem;color:var(--lp-p-text-muted);line-height:1.8;margin:0;padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .4s var(--lp-p-ease);opacity:0}.lp-p-faq-a-open{max-height:20rem;padding:1.5rem;opacity:1}.lp-p-cta{padding:10rem 2rem;text-align:center;position:relative;overflow:hidden}.lp-p-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(232,149,111,.05) 0%,transparent 70%)}.lp-p-cta-inner{max-width:36rem;margin:0 auto;position:relative;z-index:1}.lp-p-cta-h2{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;color:#fff;margin:0 0 1.5rem}.lp-p-foot{padding:4rem 2rem;border-top:1px solid var(--lp-p-border);background:#050506cc}.lp-p-foot-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:768px){.lp-p-header{padding:1rem 1.5rem}.lp-p-hero-box{padding-top:6rem}.lp-p-hero-h1{font-size:3.5rem}.lp-p-block{padding:6rem 0}.lp-p-form{flex-direction:column}.lp-p-input{min-width:0}.lp-feature-grid{grid-template-columns:1fr}.lp-process-list{grid-template-columns:1fr;gap:1.5rem}}.lp-v4-root{--bg-deep: #0e0e12;--bg-surface: #14141a;--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .15);--glass-bg: rgba(20, 20, 30, .4);--surface-soft: rgba(15, 23, 42, .9);--surface-elevated: rgba(15, 23, 42, 1);--glow-accent: #e8562e;--glow-pink: #f58d69;--glow-indigo: #ffbba1;--text-primary: #ffffff;--text-secondary: #94a3b8;--text-muted: #475569;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;background:var(--bg-deep);color:var(--text-primary);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:hidden;min-height:100vh;position:relative;scroll-behavior:smooth}.lp-v4-root[data-theme=light]{--bg-deep: #f5f5fb;--bg-surface: #ffffff;--glass-border: rgba(148, 163, 184, .35);--glass-highlight: rgba(255, 255, 255, .9);--glass-bg: rgba(255, 255, 255, .72);--surface-soft: rgba(248, 250, 252, .9);--surface-elevated: #ffffff;--glow-accent: #e8562e;--glow-pink: #f97316;--glow-indigo: #fbbf24;--text-primary: #0f172a;--text-secondary: #4b5563;--text-muted: #9ca3af}.lp-v4-root:before,.lp-v4-root:after{content:"";position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none;opacity:.15}.lp-v4-root:before{top:-200px;left:-200px;background:radial-gradient(circle,var(--glow-accent) 0%,transparent 70%)}.lp-v4-root:after{top:40%;right:-200px;background:radial-gradient(circle,var(--glow-pink) 0%,transparent 70%)}.lp-v4-grid-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-size:60px 60px;background-image:linear-gradient(to right,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.025) 1px,transparent 1px);z-index:0;pointer-events:none;mask-image:linear-gradient(to bottom,black 0%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%)}.lp-v4-content{position:relative;z-index:10}.premium-glass-panel{background:var(--glass-bg);backdrop-filter:blur(48px) saturate(180%);-webkit-backdrop-filter:blur(48px) saturate(180%);border:1px solid var(--glass-border);box-shadow:inset 0 1px 1px var(--glass-highlight),inset 0 0 40px #ffffff05,0 24px 48px -12px #000c,0 0 0 1px #00000080;border-radius:24px;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s}.premium-glass-panel:hover{border-color:#ffffff26;box-shadow:inset 0 1px 1px #ffffff40,inset 0 0 40px #ffffff0a,0 32px 64px -12px #000000e6,0 0 0 1px #00000080}.text-gradient{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-accent{background:linear-gradient(135deg,var(--glow-accent) 0%,var(--glow-indigo) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lp-v4-nav{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 48px);max-width:1200px;padding:12px 24px;background:#0a0a0f99;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border-radius:100px;border:1px solid var(--glass-border);box-shadow:0 8px 32px #0006,inset 0 1px 1px #ffffff1a}.nav-brand{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:.05em;color:#fff;text-decoration:none}.nav-logo-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--glow-accent),var(--glow-indigo));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;box-shadow:inset 0 2px 2px #fff6,0 4px 12px #38bdf866}.nav-links{display:flex;gap:32px;align-items:center}.nav-link{font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:16px}.nav-login{font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-login:hover{color:#fff}.theme-toggle{position:relative;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#0f172ab3;color:var(--text-secondary);font-size:11px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.theme-toggle-thumb{width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,var(--glow-accent),var(--glow-indigo));box-shadow:0 0 10px #e8562e99}.theme-toggle-label{text-transform:uppercase;letter-spacing:.08em}.lp-v4-root[data-theme=light] .theme-toggle{background:#ffffffd9;border-color:#94a3b899;color:var(--text-secondary);box-shadow:0 8px 20px #0f172a1f}.btn-glowing{background:#fff;color:#000;padding:10px 24px;border-radius:100px;font-family:var(--font-body);font-weight:600;font-size:14px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 0 #fff6,inset 0 -2px #0000001a;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-glowing:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.8),transparent 60%);opacity:0;transition:opacity .3s;pointer-events:none;mix-blend-mode:overlay}.btn-glowing:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fff3,inset 0 -2px #0000001a}.btn-glowing:hover:after{opacity:1}.btn-outline{background:#ffffff08;color:#fff;border:1px solid var(--glass-border);padding:14px 28px;border-radius:100px;font-family:var(--font-body);font-weight:500;font-size:15px;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-outline:hover{background:#ffffff14;border-color:#fff3}.lp-v4-root[data-theme=light] .lp-v4-nav{background:#ffffffe6;box-shadow:0 10px 35px #0f172a14,inset 0 1px #fffc}.lp-v4-root[data-theme=light] .nav-link:hover,.lp-v4-root[data-theme=light] .nav-login:hover{color:#111827}.lp-v4-root[data-theme=light] .btn-outline{background:#0f172a08;color:#111827;border-color:#94a3b866}.lp-v4-root[data-theme=light] .btn-outline:hover{background:#0f172a0f;border-color:#94a3b8b3}.lp-v4-root[data-theme=light] .stats-section{background:#fff9}.lp-v4-root[data-theme=light] .v4-footer{background:#0f172a0a}.nav-link:focus-visible,.nav-login:focus-visible,.btn-glowing:focus-visible,.btn-outline:focus-visible,.theme-toggle:focus-visible,.v4-waitlist-form input:focus-visible{outline:2px solid var(--glow-accent);outline-offset:3px}.v4-hero{min-height:100vh;padding:180px 40px 100px;display:flex;align-items:center;justify-content:space-between;gap:64px;max-width:1400px;margin:0 auto;position:relative}.hero-text-content{flex:1;max-width:600px;text-align:left}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:#e8562e1a;border:1px solid rgba(232,86,46,.2);color:var(--glow-accent);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:32px;box-shadow:inset 0 1px 1px #ffffff1a}.v4-hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.v4-hero p.hero-sub{font-size:clamp(14px,1.2vw,16px);color:var(--text-secondary);margin-bottom:48px;line-height:1.6;max-width:520px}.hero-cta-group{display:flex;align-items:center;gap:16px;margin-bottom:64px;flex-wrap:wrap}.v4-waitlist-form{display:flex;align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:6px 6px 6px 24px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:all .3s}.v4-waitlist-form:focus-within{border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff0d}.v4-waitlist-form input{background:transparent;border:none;outline:none;color:#fff;font-family:var(--font-body);font-size:15px;width:220px}.v4-waitlist-form input:-webkit-autofill,.v4-waitlist-form input:-webkit-autofill:hover,.v4-waitlist-form input:-webkit-autofill:focus,.v4-waitlist-form input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:white;transition:background-color 5000s ease-in-out 0s}.v4-waitlist-form.success input,.v4-waitlist-form.already input{color:#22c55e}.v4-waitlist-form.success input:-webkit-autofill,.v4-waitlist-form.already input:-webkit-autofill{-webkit-text-fill-color:#22c55e}.v4-waitlist-form input::placeholder{color:var(--text-muted)}.v4-waitlist-form button{padding:12px 28px}.hero-visual-container{flex:1.2;height:auto;min-height:460px;position:relative;perspective:2000px;display:flex;align-items:center;justify-content:center;padding-left:40px}.hero-dashboard-mock{--mock-bg: #1c1c21;--mock-surface: #25252b;--mock-surface-hover: #2d2d35;--mock-border: rgba(255,255,255,.06);--mock-text: rgba(255,255,255,.92);--mock-text-muted: rgba(255,255,255,.45);--mock-accent: #e8562e;width:100%;height:100%;border-radius:24px;background:radial-gradient(circle at top left,rgba(232,86,46,.2),transparent 55%),radial-gradient(circle at bottom right,rgba(148,163,184,.18),transparent 60%),var(--mock-bg);border:1px solid var(--mock-border);box-shadow:0 40px 90px -30px #000000f2,0 0 0 1px #0009,inset 0 1px #ffffff0f;backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);display:flex;flex-direction:column;overflow:hidden;transform:rotateX(10deg) translateY(0);transition:transform .8s cubic-bezier(.16,1,.3,1)}.hero-visual-container:hover .hero-dashboard-mock{transform:rotateX(2deg) translateY(-10px)}.mock-header{height:48px;border-bottom:1px solid var(--mock-border);display:flex;align-items:center;padding:0 20px;gap:8px;background:var(--mock-surface)}.mock-dot{width:10px;height:10px;border-radius:50%;background:#475569}.mock-dot.r{background:#ef4444}.mock-dot.y{background:#eab308}.mock-dot.g{background:#22c55e}.mock-body{flex:1;display:flex;padding:20px;gap:20px;background:var(--mock-bg)}.mock-sidebar{width:180px;min-width:180px;border-right:1px solid var(--mock-border);display:flex;flex-direction:column;gap:4px;padding-right:12px}.mock-sb-item{height:36px;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--mock-text-muted);font-size:12px;font-weight:500;transition:background .15s,color .15s}.mock-sb-item:hover{background:var(--mock-surface-hover);color:var(--mock-text)}.mock-sb-item.active{background:var(--mock-surface-hover);color:var(--mock-text);border-left:2px solid var(--mock-accent);margin-left:-2px;padding-left:14px}.mock-sb-section{font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--mock-text-muted);margin:16px 0 8px 12px}.mock-main{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.mock-kanban{display:flex;gap:12px;flex:1;min-height:220px}.mock-kanban-col{flex:1;min-width:0;background:var(--mock-surface);border:1px solid var(--mock-border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.mock-kanban-col-header{padding:10px 14px;font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--mock-text-muted);border-bottom:1px solid var(--mock-border)}.mock-kanban-col-body{padding:10px;display:flex;flex-direction:column;gap:8px;flex:1}.mock-kanban-card{background:var(--mock-bg);border:1px solid var(--mock-border);border-radius:8px;padding:10px 12px;font-size:11px;color:var(--mock-text);line-height:1.4}.mock-kanban-card .card-title{font-weight:600;margin-bottom:4px}.mock-kanban-card .card-meta{font-size:10px;color:var(--mock-text-muted)}.mock-widgets-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;flex:1}.mock-widget{background:var(--mock-surface);border:1px solid var(--mock-border);border-radius:10px;padding:14px}.mock-widget.large{grid-row:span 2}.mock-card-row{display:flex;gap:24px;height:140px}.mock-card,.mock-content-area{flex:1;border-radius:16px;background:var(--mock-surface);border:1px solid var(--mock-border)}.bento-section{padding:100px 24px;max-width:1248px;margin:0 auto}.section-header{text-align:center;margin-bottom:56px}.section-header h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,48px);font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.section-header p{font-size:16px;color:var(--text-secondary);max-width:600px;margin:0 auto}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:280px;gap:20px}.bento-box{padding:32px;display:flex;flex-direction:column;justify-content:space-between}.bento-box h3{font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:12px}.bento-box p{font-size:14px;color:var(--text-secondary);line-height:1.6}.bento-visual{flex:1;min-height:150px;margin-top:24px;border-radius:16px;position:relative;background:#0003;border:1px solid rgba(255,255,255,.05);overflow:hidden;display:flex;align-items:center;justify-content:center}.bento-large{grid-column:span 8}.bento-tall{grid-column:span 4;grid-row:span 2}.bento-medium{grid-column:span 4}.bento-wide{grid-column:span 8}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(8,1fr)}.bento-large{grid-column:span 8}.bento-tall{grid-column:span 4;grid-row:span 1}.bento-medium{grid-column:span 4}.bento-wide{grid-column:span 8}}@media(max-width:768px){.bento-grid{flex-direction:column;display:flex}.bento-box{min-height:400px}}.orbit-visual{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.orbit-center{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--glow-accent),var(--glow-indigo));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:24px;box-shadow:0 0 32px #38bdf866;z-index:10}.orbit-ring{position:absolute;border:1px dashed rgba(255,255,255,.1);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:spin linear infinite}.orbit-ring-1{width:160px;height:160px;animation-duration:20s}.orbit-ring-2{width:280px;height:280px;animation-duration:35s;animation-direction:reverse}.orbit-node{position:absolute;width:32px;height:32px;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:14px}.n1{top:-16px;left:calc(50% - 16px);color:#ea4335}.n2{bottom:-16px;left:calc(50% - 16px);color:#e01e5a}.n3{left:-16px;top:calc(50% - 16px);color:#25d366}.n4{right:-16px;top:calc(50% - 16px);color:#000;background:#fff}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.inbox-visual{width:100%;height:100%;padding:20px;display:flex;flex-direction:column;gap:12px}.inbox-item{width:100%;padding:12px 16px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:12px}.ib-avatar{width:32px;height:32px;border-radius:50%;background:var(--glow-pink)}.ib-lines{flex:1;display:flex;flex-direction:column;gap:6px}.ib-line-1{height:8px;width:60%;background:#fff3;border-radius:4px}.ib-line-2{height:6px;width:40%;background:#ffffff1a;border-radius:4px}.ib-badge{width:20px;height:20px;border-radius:4px;background:#ea433533;display:flex;align-items:center;justify-content:center;font-size:10px;color:#ea4335}.stats-section{padding:80px 24px;display:flex;justify-content:center;gap:64px;flex-wrap:wrap;text-align:center;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff03}.stat-item h4{font-family:var(--font-display);font-size:36px;font-weight:800;margin-bottom:8px;color:#fff}.stat-item p{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:600}.v4-cta{padding:120px 24px;text-align:center;position:relative}.cta-glow-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(232,86,46,.15) 0%,transparent 60%);filter:blur(60px);pointer-events:none;z-index:-1}.v4-cta h2{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.02em;margin-bottom:20px}.v4-cta p{font-size:16px;color:var(--text-secondary);max-width:500px;margin:0 auto 32px}.v4-footer{padding:40px 60px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.05);background:#00000080}.v4-footer-copy{font-size:14px;color:var(--text-muted)}.zigzag-section{padding:100px 0;max-width:1200px;margin:0 auto}.zigzag-row{display:flex;align-items:center;gap:100px;padding:120px 40px;border-bottom:1px solid rgba(255,255,255,.04);position:relative}.zigzag-row-reverse{flex-direction:row-reverse}.zigzag-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(232,86,46,.03),transparent);pointer-events:none}.zigzag-text{flex:1;max-width:520px}.zigzag-text h2{font-family:var(--font-display);font-size:clamp(24px,3vw,40px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.zigzag-body{font-size:15px;color:var(--text-secondary);line-height:1.75;margin-bottom:18px}.zigzag-body strong{color:#fff}.zigzag-body em{color:var(--glow-accent);font-style:normal}.zigzag-stats-row{display:flex;gap:32px;margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.zigzag-stat{display:flex;flex-direction:column;gap:6px}.stat-num{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--glow-accent);line-height:1}.stat-unit{font-size:.5em;font-weight:600;color:var(--glow-pink);margin-left:2px}.stat-label{font-size:12px;color:var(--text-muted);font-weight:500;max-width:100px;line-height:1.4}.zigzag-feature-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.feature-chip{padding:6px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;font-size:12px;color:var(--text-secondary);font-weight:500;transition:all .2s}.feature-chip:hover{background:#e8562e1a;border-color:#e8562e4d;color:#fff}.kbd-hint{display:inline-block;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:2px 8px;font-size:.9em;font-family:SF Mono,monospace;color:#fff}.zigzag-visual{flex:1;display:flex;justify-content:center;align-items:center}.converge-visual{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.converge-apps{position:absolute;top:0;right:0;bottom:0;left:0}.converge-app-chip{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + var(--cx)),calc(-50% + var(--cy)));padding:8px 20px;border-radius:100px;font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006,inset 0 1px 1px #ffffff1a;animation:chip-float 4s ease-in-out infinite;white-space:nowrap;opacity:.85}.converge-app-chip:nth-child(1){animation-delay:0s}.converge-app-chip:nth-child(2){animation-delay:.4s}.converge-app-chip:nth-child(3){animation-delay:.8s}.converge-app-chip:nth-child(4){animation-delay:1.2s}.converge-app-chip:nth-child(5){animation-delay:1.6s}.converge-app-chip:nth-child(6){animation-delay:2s}@keyframes chip-float{0%,to{transform:translate(calc(-50% + var(--cx)),calc(-50% + var(--cy)))}50%{transform:translate(calc(-50% + var(--cx) * .85),calc(-50% + var(--cy) * .85))}}.converge-center{position:relative;z-index:10;width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#e8562e,#ff9a74);box-shadow:0 0 60px #e8562e66,0 0 120px #e8562e26;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;animation:center-pulse 3s ease-in-out infinite}@keyframes center-pulse{0%,to{box-shadow:0 0 60px #e8562e66,0 0 120px #e8562e26}50%{box-shadow:0 0 80px #e8562e99,0 0 160px #e8562e33}}.converge-center-inner{display:flex;flex-direction:column;align-items:center;gap:2px}.converge-label{font-size:9px;font-weight:800;letter-spacing:2px;color:#ffffffb3}.scout-chat-mock{width:100%;max-width:400px;background:var(--surface-soft);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;box-shadow:0 32px 80px #0009,inset 0 1px 1px var(--glass-highlight)}.scout-chat-header{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;background:#ffffff05}.scout-chat-messages{padding:20px;display:flex;flex-direction:column;gap:16px;max-height:460px;overflow:hidden}.scout-msg{padding:12px 16px;border-radius:12px;font-size:13px;line-height:1.6;max-width:92%}.scout-msg.user{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);align-self:flex-end;border-bottom-right-radius:4px}.scout-msg.scout{background:#e8562e14;border:1px solid rgba(232,86,46,.15);color:var(--text-primary);align-self:flex-start;border-bottom-left-radius:4px}.scout-from{font-size:10px;color:#fff6;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.scout-action-list{margin-top:10px;display:flex;flex-direction:column;gap:6px}.scout-action{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--text-secondary);padding:6px 10px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.scout-action.done{color:#d1fae5}.scout-action-icon{color:#22c55e;font-weight:700;font-size:11px;margin-top:1px;flex-shrink:0}.search-palette-mock{width:100%;max-width:440px;background:var(--surface-soft);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px #000000b3,0 0 0 1px #ffffff0a}.search-palette-input{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.search-palette-kbd{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:2px 8px;font-size:11px;font-family:monospace;color:#ffffff80;letter-spacing:1px;white-space:nowrap}.search-palette-esc{font-size:10px;color:#ffffff4d;background:#ffffff0d;padding:2px 6px;border-radius:4px}.search-palette-results{padding:8px 0;max-height:460px;overflow:hidden}.search-result-group{padding:0 12px;margin-bottom:4px}.search-group-label{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;padding:8px 6px 4px}.search-result-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;margin-bottom:2px;transition:background .15s;cursor:pointer}.search-result-item.active,.search-result-item:hover{background:#ffffff0d}.search-result-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.search-result-content{flex:1;min-width:0}.search-result-title{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.search-result-sub{font-size:11px;color:var(--text-muted)}.search-result-enter{font-size:13px;color:#fff3;padding:2px 6px;border:1px solid rgba(255,255,255,.08);border-radius:4px;flex-shrink:0}.mock-header-left,.mock-header-right{display:flex;align-items:center;gap:8px}.mock-capture-btn{display:flex;align-items:center;gap:6px;background:#fff;color:#000;padding:6px 12px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.02em}.mock-search-wrap{flex:1;display:flex;justify-content:center}.mock-search-placeholder{background:#ffffff0f;border:1px solid var(--mock-border);width:260px;height:28px;border-radius:6px;display:flex;align-items:center;padding:0 12px;color:var(--mock-text-muted);font-size:11px}.mock-avatar{width:16px;height:16px;border-radius:50%;background:#fff3}.mock-avatar.accent{width:24px;height:24px;background:var(--mock-accent)}.mock-sb-icon{font-size:10px;opacity:.7}.mock-main-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.mock-greeting{font-size:15px;font-weight:400;color:var(--mock-text)}.mock-greeting strong{color:#fff}.mock-subline{font-size:10px;color:var(--mock-text-muted);margin-top:2px}.mock-datetime{text-align:right}.mock-time{font-size:18px;font-weight:300;color:var(--mock-text);letter-spacing:.02em}.mock-date{font-size:9px;font-weight:700;color:var(--mock-accent);letter-spacing:.08em;margin-top:2px}.v4-solutions,.v4-faq{padding:120px 24px;max-width:1200px;margin:0 auto}.v4-solutions h2,.v4-faq h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.02em}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.solution-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:40px 32px;transition:all .3s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.solution-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 20px 40px #0006,inset 0 1px 1px #ffffff1a}.solution-card h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.solution-card p{font-size:15px;color:var(--text-secondary);line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s}.faq-item:hover{background:#ffffff0a;border-color:#ffffff1a}.faq-item h4{font-size:18px;font-weight:600;color:#fff;margin-bottom:12px}.faq-item p{font-size:15px;color:var(--text-secondary);line-height:1.6}@media(max-width:1024px){.v4-hero{flex-direction:column;text-align:center;padding:140px 24px 60px;gap:40px}.hero-text-content{max-width:800px;display:flex;flex-direction:column;align-items:center}.hero-cta-group{justify-content:center}.hero-visual-container{width:100%;min-height:400px}.bento-grid{grid-template-columns:repeat(8,1fr)}.bento-large{grid-column:span 8}.bento-tall{grid-column:span 4;grid-row:span 1}.bento-medium{grid-column:span 4}.bento-wide{grid-column:span 8}.zigzag-row,.zigzag-row-reverse{flex-direction:column;gap:48px;padding:60px 24px}.zigzag-text{max-width:100%}.converge-visual{width:300px;height:300px}.scout-chat-mock,.search-palette-mock{max-width:100%}}@media(max-width:768px){.v4-footer{flex-direction:column;gap:24px;padding:40px 24px}.lp-v4-nav{width:calc(100% - 32px);padding:12px 16px}.nav-links{display:none}.hero-visual-container{min-height:300px}.bento-grid{flex-direction:column;display:flex}.bento-box{min-height:400px}.zigzag-row{padding:48px 20px}.zigzag-stats-row{gap:20px}.converge-visual{width:240px;height:240px}}
