:root{--bg: #edf2ef;--ink: #1c1a17;--muted: #6b635a;--accent: #e07a38;--pane: #f5f8f6;--shadow: rgba(26, 22, 18, .12);--border: rgba(26, 22, 18, .1);--menu-bg: #f5f8f6;--menu-border: rgba(74, 92, 83, .15);--user-chat-bg: rgba(108, 139, 110, .14);--chat-depth-bg: #edf2ef;--chat-depth-fg: #4d5953;--chat-depth-muted: #6f7d76;--surface-elevated: #f7faf8;--surface-code: #edf3ef;--accent-tint-soft: rgba(108, 139, 110, .1);--accent-tint-strong: rgba(108, 139, 110, .18);--workspace-toggle-active: #527255}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at top,#f5f8f6,#edf2ef 45%,#e3ebe7);overflow:hidden;overscroll-behavior:none}html.trust-mode-html,body.trust-mode{height:auto!important;min-height:100%}body.trust-mode{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:auto;background:radial-gradient(circle at top,#f5f8f6,#edf2ef 45%,#e3ebe7)}body.trust-mode.trust-workspace-work{background:radial-gradient(circle at top,#eef2f7,#e4eaf2 45%,#d9e1ec);--menu-bg: #f3f6fb;--menu-border: rgba(24, 45, 76, .14);--trust-footer-chip-bg: #d9e1ec;--workspace-toggle-active: #4671b4}body.trust-mode.trust-workspace-life{background:radial-gradient(circle at top,#f5f8f6,#edf2ef 45%,#e3ebe7);--menu-bg: #f5f8f6;--menu-border: rgba(74, 92, 83, .15);--trust-footer-chip-bg: #e3ebe7;--workspace-toggle-active: #527255}button,input,textarea{font-family:inherit}.app{min-height:100vh;height:100vh;display:flex;flex-direction:column}.app.workspace-life{background:radial-gradient(circle at top,#f5f8f6,#edf2ef 45%,#e3ebe7);--menu-bg: #f5f8f6;--menu-border: rgba(74, 92, 83, .15);--user-chat-bg: rgba(108, 139, 110, .14);--chat-depth-bg: #edf2ef;--chat-depth-fg: #4d5953;--chat-depth-muted: #6f7d76;--surface-elevated: #f7faf8;--surface-code: #edf3ef;--accent-tint-soft: rgba(108, 139, 110, .1);--accent-tint-strong: rgba(108, 139, 110, .18);--workspace-toggle-active: #527255}.app.workspace-work{background:radial-gradient(circle at top,#eef2f7,#e4eaf2 45%,#d9e1ec);--menu-bg: #f3f6fb;--menu-border: rgba(24, 45, 76, .14);--user-chat-bg: rgba(70, 113, 180, .16);--chat-depth-bg: #edf3fb;--chat-depth-fg: #2f3f59;--chat-depth-muted: #5f718e;--surface-elevated: #f6f9fd;--surface-code: #e8eff9;--accent-tint-soft: rgba(70, 113, 180, .1);--accent-tint-strong: rgba(70, 113, 180, .18);--workspace-toggle-active: #4671b4}.topbar{display:flex;align-items:center;justify-content:flex-start;padding:20px 0 0 27px;position:relative;border-bottom:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.auth-status{margin-left:auto;display:inline-flex;align-items:center;gap:12px;padding-right:32px;font-size:.8rem;color:var(--muted)}.auth-status button{border:1px solid var(--border);background:var(--menu-bg);color:#5b544c;border-radius:999px;padding:4px 10px;font-size:.75rem;cursor:pointer}.user-menu{margin-left:auto;position:relative;padding-right:27px;margin-top:2px}.user-avatar{width:28px;height:28px;border-radius:50%;border:1px solid var(--menu-border);background:var(--menu-bg);color:var(--ink);font-weight:600;font-size:.7rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.user-avatar:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:4px}.workspace-toggle{position:absolute;right:70px;top:22px;display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:999px;border:1px solid var(--border);background:#fff;flex-shrink:0}.workspace-toggle button{border:none;background:transparent;color:#5b544c;padding:4px 10px;border-radius:999px;font-size:.75rem;cursor:pointer;font-family:inherit}.workspace-toggle button.active{background:#1c1a17;color:#fff}.workspace-toggle button.active{background:var(--workspace-toggle-active)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:27px;background:var(--menu-bg);border:1px solid var(--menu-border);box-shadow:0 12px 30px -20px #00000059;border-radius:12px;padding:10px 12px;min-width:220px;z-index:20;display:flex;flex-direction:column;gap:8px}.user-email{font-size:.8rem;color:var(--muted);word-break:break-all}.user-signout{border:1px solid var(--border);background:#fff;color:#5b544c;border-radius:999px;padding:6px 12px;font-size:.75rem;cursor:pointer;align-self:flex-end}.auth-gate,.auth-loading{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;background:#14121066}.auth-loading{color:#fdf6ee;font-size:.9rem;letter-spacing:.02em}.auth-panel{width:min(380px,90vw);background:var(--surface-elevated);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 40px -20px var(--shadow)}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-back{border:none;background:transparent;color:#5b544c;font-size:.8rem;cursor:pointer;align-self:flex-start;padding:0}.auth-panel h2{margin:0;font-size:1.1rem;text-align:center;color:#1b1a18}.auth-subtitle{margin:0;color:var(--muted);font-size:.85rem;text-align:center}.auth-panel label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:var(--muted)}.auth-input-row{position:relative;display:flex;align-items:center}.auth-panel input{border:1px solid var(--border);border-radius:12px;padding:8px 10px;font-size:.85rem;background:#fff;width:100%}.auth-panel input.error{border-color:#b24026}.auth-toggle{position:absolute;right:8px;border:none;background:transparent;font-size:.75rem;color:#5b544c;cursor:pointer;padding:4px 6px}.auth-provider{border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;font-size:.85rem;color:#2b2b2b;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.auth-provider:disabled{opacity:.6;cursor:not-allowed}.auth-provider-icon{width:18px;height:18px;display:block}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;color:#9b948b;font-size:.75rem;text-transform:lowercase}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#0000001a}.auth-link{border:none;background:transparent;color:#0b5fff;font-size:.75rem;cursor:pointer;align-self:flex-start;padding:0}.auth-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:#2b2b2b}.auth-checkbox input{width:16px;height:16px}.auth-terms{margin:0;padding:10px;font-size:.72rem;color:var(--muted);line-height:1.4}.auth-terms a{color:inherit;text-decoration:underline}.auth-captcha{display:flex;flex-direction:column;gap:6px}.auth-captcha-hidden{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.auth-error{color:#b24026;font-size:.8rem}.auth-notice{color:#2b2b2b;font-size:.8rem}.auth-actions{display:flex}.auth-actions button{border:none;border-radius:999px;padding:10px 12px;background:#4671b4;color:#fff;font-size:.8rem;cursor:pointer;width:100%}.brand img{height:30px;width:auto;display:block}.status{position:absolute;right:32px;display:flex;gap:8px;align-items:center;color:var(--muted)}.status strong{color:var(--ink);font-weight:600}.status.warning{color:#b24026}.main{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr) min-content;column-gap:0;row-gap:24px;padding:20px 27px;flex:1;min-height:0;overflow:hidden;position:relative}.pane{display:flex;flex-direction:column;gap:20px;min-height:0;overflow:hidden;grid-row:1}.pane-divider{grid-row:1;cursor:col-resize;position:relative;touch-action:none}.left-pane{border-right:none;padding-right:0;flex:1}.footer{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:#9b948b;padding:0;line-height:1;height:min-content}.footer-left{display:flex;gap:7px;align-items:center}.footer-right{text-align:right;display:inline-flex;align-items:center;gap:7px}.right-pane{background:#fff;border-radius:18px 0 0 18px;padding:15px;border:none;box-shadow:none;min-height:360px;display:flex;flex-direction:column}.pane-title{color:#a09a92;font-size:.9rem;letter-spacing:.02em;margin-bottom:4px}.capture-area{flex:1;width:100%;min-height:240px;border:none;background:transparent;resize:none;font-family:Space Grotesk,sans-serif;font-size:.86rem;font-weight:400;line-height:1.5;padding:6px 2px;color:var(--ink);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.capture-area::-webkit-scrollbar{width:8px}.capture-area::-webkit-scrollbar-track{background:transparent}.capture-area::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.capture-area:focus{outline:none}.toolbar{display:flex;gap:12px}.toolbar input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-elevated)}.toolbar button,.composer button,.suggested-item button,.drawer button{padding:10px 14px;border-radius:10px;border:none;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 20px -12px var(--shadow)}.toolbar button:disabled,.composer button:disabled{opacity:.6;cursor:not-allowed}.card{background:transparent;border-radius:0;padding:0;box-shadow:none;border:none}.card h3{margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-weight:600}.section-header{margin:0 0 10px}.section-toggle{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit}.section-toggle:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:4px;border-radius:6px}.section-title{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.75rem;text-transform:uppercase}.chevron{width:7px;height:7px;border-right:2px solid #7c756d;border-bottom:2px solid #7c756d;box-sizing:border-box;display:inline-block;transform:translate(1px) rotate(-45deg);transform-origin:center;transition:transform .15s ease;margin-top:0;margin-left:1px}.chevron.expanded{transform:translate(1px) rotate(45deg)}.list-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:transparent;text-align:left;cursor:pointer;transition:opacity .18s ease,transform .18s ease}.list-item.stack{align-items:flex-start}.stack-text{display:flex;flex-direction:column;gap:4px}.theme-pills{display:flex;flex-wrap:wrap;gap:6px 3px;min-height:0;max-height:140px;overflow:auto}.topics-empty,.tasks-empty{font-size:.75rem;color:#a7a19a;margin-top:8px}.topics-tree{margin-top:8px;font-size:.75rem;color:#7c756d}.topic-tree-filter{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.topic-tree-filter input{width:min(320px,100%);border:1px solid var(--menu-border);background:#fff;color:var(--ink);border-radius:8px;padding:7px 10px;font-size:.75rem;appearance:none;-webkit-appearance:none;box-shadow:none}.topic-tree-filter input[type=search]::-webkit-search-decoration,.topic-tree-filter input[type=search]::-webkit-search-cancel-button,.topic-tree-filter input[type=search]::-webkit-search-results-button,.topic-tree-filter input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.topic-tree-filter input:focus{outline:none;border-color:#0000003d;box-shadow:0 0 0 1px #0000001a}.topic-tree-filter-hint{font-size:.68rem;color:#9b948b}.topic-clusters{display:flex;flex-wrap:wrap;gap:0}.topic-cluster{background:transparent;border-radius:0;padding:12px 8px;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.06);width:100%}.topic-cluster:last-child{border-bottom:none}.topic-cluster.compact{width:calc(33.333% - 8px)}.topic-cluster-center{opacity:1}.topic-cluster-node.depth-1{opacity:.9}.topic-cluster-node.depth-2{opacity:.8}.topic-cluster-node.depth-3{opacity:.7}.topic-cluster-node.depth-4{opacity:.6}.topic-cluster-node.depth-5{opacity:.5}.topic-cluster-node.depth-6{opacity:.4}.topic-cluster.is-drop-target{background:var(--accent-tint-soft)}.topic-cluster-line{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0;font-size:.78rem;color:#5b544c}.topic-cluster-center{font-size:.78rem;font-weight:700;color:#000;padding:0;text-transform:uppercase;letter-spacing:.03em}.topic-cluster-node{background:transparent;color:#5b544c;padding:0;border-radius:0;line-height:1.7;display:inline-flex;align-items:center;font-size:.75rem;font-weight:520;gap:0}.topic-cluster-node.is-drop-target{background:var(--accent-tint-soft);padding:2px 6px;border-radius:10px}.topic-unclustered{margin-top:10px;padding-top:6px;border-top:1px solid rgba(0,0,0,.06)}.topic-unclustered-label{display:block;font-size:.7rem;color:#9b948b;margin-bottom:6px}.topic-unclustered-list{display:flex;flex-wrap:wrap;gap:8px}.topic-unclustered-item{font-size:.78rem;color:#5b544c}.topic-divider{color:#c7bfb5;margin:0 4px}.topic-cluster-node[draggable=true],.topic-cluster-center[draggable=true]{cursor:grab}.topic-cluster-node[draggable=true]:active,.topic-cluster-center[draggable=true]:active{cursor:grabbing}.topic-cluster-node:hover,.topic-cluster-center:hover{text-decoration:underline}.topic-clickable{cursor:pointer}.topic-clickable:hover{opacity:.75}.footer-link{background:transparent;border:none;color:var(--chat-depth-fg);font-size:.7rem;cursor:pointer;padding:0;margin:-2px .5px 0;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-separator{color:#a79f95;font-size:.7rem;margin:-2px .5px 0}.legal-page{min-height:100vh;background:transparent;color:#231f1a;padding:28px 20px 152px}.legal-header{width:min(980px,100%);margin:0 auto 18px}.legal-brand{display:inline-flex;align-items:center;text-decoration:none}.legal-logo{height:30px;width:auto}.legal-section{width:min(600px,100%);margin:0 auto 26px}.legal-layout{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px}.legal-tabs{position:sticky;top:22px;align-self:start;display:flex;flex-direction:column;gap:6px}.legal-tab-button{border:1px solid rgba(28,26,23,.14);border-radius:10px;padding:10px 12px;background:#ffffff85;color:#3b352f;text-align:left;font-size:.82rem;line-height:1.3;cursor:pointer}.legal-tab-button[aria-current=page]{background:var(--workspace-toggle-active);color:#fff;border-color:transparent}.legal-content{min-width:0}.legal-content .legal-section{width:min(640px,100%);margin:0 0 26px}.legal-section h1{margin:0 0 8px;font-size:1.2rem}.legal-section h2{margin:14px 0 6px;font-size:.95rem}.legal-section p{margin:0 0 1rem;font-size:.85rem;line-height:1.7}.legal-danger-action{color:inherit;text-decoration:underline;cursor:pointer}.legal-danger-action:hover{color:inherit}.legal-delete-inline{margin-top:.5rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.legal-delete-inline input{border:1px solid rgba(28,26,23,.2);border-radius:8px;padding:6px 10px;font-size:.8rem;width:170px;height:32px;box-sizing:border-box}.legal-delete-confirm,.legal-delete-cancel{padding:6px 12px;border-radius:12px;border:none;background:#1c1a17;color:#fff;font:inherit;line-height:1.2;cursor:pointer;height:32px;box-sizing:border-box}.drawer .legal-delete-confirm,.drawer .legal-delete-cancel{background:#1c1a17;color:#fff;border:none;border-radius:8px;padding:0 10px;font:inherit;font-weight:inherit;font-size:.75rem;text-transform:uppercase;line-height:1;box-shadow:none;height:30px;box-sizing:border-box}.legal-delete-confirm:disabled,.legal-delete-cancel:disabled{background:#9b948b;color:#fff;cursor:default}.drawer .legal-delete-confirm:disabled,.drawer .legal-delete-cancel:disabled{background:#9b948b;color:#fff}.legal-delete-error{margin-top:.5rem;color:#b24026;font-size:.78rem}.legal-delete-inline code{line-height:1.5}.legal-section code{display:inline-block;padding:.08rem .38rem;border-radius:6px;background:#1c1a1714;border:1px solid rgba(28,26,23,.12);font-size:.8em}.legal-summary{margin:0 0 12px;padding:0;font-size:.82rem;line-height:1.55;color:var(--workspace-toggle-active)}.legal-linkedin{color:#0f53ff;font-weight:500}.legal-separator{padding:0 .42rem}.legal-signature{margin-top:2rem!important}.legal-block-break{height:10px}.legal-updated{color:#7c756d;margin-bottom:1rem!important}.legal-footer{width:min(640px,100%);margin:8px 0 0;text-align:left;font-size:.72rem;color:#7c756d}.legal-fixed-footer{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:min(980px,calc(100% - 40px));padding-left:244px;text-align:left;font-size:.72rem;color:#7c756d;pointer-events:none;z-index:6}.legal-fixed-footer-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:10px;background:var(--trust-footer-chip-bg, transparent);border:none}@media(max-width:840px){.legal-layout{grid-template-columns:1fr;gap:14px}.legal-tabs{position:static;flex-direction:row;flex-wrap:wrap}.legal-fixed-footer{padding-left:0}}.howto-overlay{position:fixed;inset:0;z-index:48;background:#080a0f8f}.howto-highlight{position:fixed;border:2px solid rgba(255,255,255,.78);border-radius:14px;box-shadow:0 0 0 1px #080a0f80,0 22px 32px -22px #000000f2;pointer-events:none}.howto-card{position:fixed;background:#fff;color:#201d19;border-radius:14px;border:1px solid rgba(32,29,25,.12);box-shadow:0 32px 52px -30px #000000e6;padding:16px 18px}.howto-step-label{font-size:.7rem;color:#867f76;margin-bottom:6px}.howto-card h3{margin:0 0 8px;font-size:1.05rem}.howto-card p{margin:0;font-size:.84rem;line-height:1.52;color:#4e4740}.howto-secondary-copy{margin-top:8px!important}.howto-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.howto-primary,.howto-secondary{border-radius:999px;border:none;font-size:.78rem;padding:7px 12px;cursor:pointer}.howto-primary{background:#1c1a17;color:#fff}.howto-secondary{background:transparent;color:#5b544c;border:1px solid rgba(0,0,0,.12)}.topics-header{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;margin-bottom:10px}.topics-menu-button{border:none;background:transparent;padding:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.topics-menu-button.active{box-shadow:0 0 0 1px #0003;background:#0000000a;padding-right:5px;margin-right:1px}.topics-menu-button img{width:14px;height:14px;display:block;opacity:.8;margin:0 1px 0 0}.topics-menu{position:absolute;right:0;top:48px;display:grid;gap:10px;padding:14px;font-size:.7rem;color:#7c756d;background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:10px;box-shadow:0 10px 20px -16px #0000004d;z-index:2}.topics-menu label{display:grid;grid-template-columns:84px 100px auto;align-items:center;gap:6px;white-space:nowrap;justify-items:start}.topics-menu input[type=range]{width:100px;accent-color:#9b948b;margin:0;align-self:center}.topics-menu input[type=range]::-webkit-slider-runnable-track{height:2px;background:#0003;border-radius:999px}.topics-menu input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#5b544c;margin-top:-6px}.topics-menu input[type=range]::-moz-range-track{height:2px;background:#0003;border-radius:999px}.topics-menu input[type=range]::-moz-range-thumb{width:10px;height:10px;border-radius:50%;border:none;background:#5b544c}.topics-value{color:#9b948b;text-align:right;min-width:28px}.topics-refresh{border:none;background:transparent;color:#5b544c;font-size:.7rem;cursor:pointer;padding:4px 0 0;text-align:right}.theme-pill{border:none;background:#fff;padding:4px 8px;border-radius:999px;font-size:.7rem;cursor:pointer;color:var(--ink)}.theme-pill:hover{background:#fff}.list-item:hover{border-color:transparent;background:#fff6}.action-item{position:relative}.action-buttons{display:inline-flex;gap:8px;opacity:0;transition:opacity .15s ease;position:relative;align-items:center}.action-item:hover .action-buttons{opacity:1}.action-items .list-item{padding:2px 32px 2px 0;border-radius:0;justify-content:flex-start;gap:12px;position:relative;cursor:default}.action-items .list-item:hover{background:transparent;border-color:transparent}.action-items .action-item{align-items:flex-start;z-index:1}.action-items .action-item.drop-target:before{content:"";position:absolute;left:0;right:0;top:-2px;border-top:2px solid rgba(70,113,180,.55)}.action-items .action-item.menu-open{z-index:10}.action-items{position:relative;overflow:visible;z-index:1}.action-items-list{max-height:none;overflow:visible;scrollbar-color:rgba(0,0,0,.22) transparent}.action-items-list::-webkit-scrollbar-track{background:transparent}@media(max-height:900px){.action-items-list{max-height:min(32vh,260px);overflow:hidden}.action-items-list.scrollable{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.22) transparent}.action-items-list.scrollable::-webkit-scrollbar{width:8px}.action-items-list.scrollable::-webkit-scrollbar-track{background:transparent}.action-items-list.scrollable::-webkit-scrollbar-thumb{background:#00000038;border-radius:999px}}@media(max-width:960px){.action-items-list{max-height:180px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.22) transparent}.action-items-list::-webkit-scrollbar{width:8px}.action-items-list::-webkit-scrollbar-track{background:transparent}.action-items-list::-webkit-scrollbar-thumb{background:#00000038;border-radius:999px}.tasks-resize-handle{display:none}.action-items .action-item.menu-open{z-index:2000}}.tasks-area{min-height:35px}.tasks-resize-handle{height:8px;margin-top:2px;cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:transparent}.action-items .action-buttons{opacity:1;transition:none;position:absolute;right:2px;top:2px;margin:0}.action-items .action-buttons .ghost{font-size:.6rem;padding:3px 6px;cursor:pointer}.action-date-inline{font-size:.75rem;color:#a7a19a;margin-left:10px}.action-drag-handle,.action-drag-spacer{width:12px;height:18px;margin-top:-2px;margin-left:-2px;flex:0 0 auto}.action-drag-handle{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:grab;color:#a7a19a}.action-drag-handle:active,.action-drag-handle.dragging{cursor:grabbing}.action-drag-handle:disabled{cursor:default;opacity:.4}.action-drag-icon{width:2px;height:2px;border-radius:50%;background:currentColor;display:block;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor,4px 0 0 currentColor,4px 4px 0 currentColor,4px 8px 0 currentColor}.action-check{width:18px;height:18px;border-radius:6px;border:1px solid rgba(0,0,0,.18);background:#fff;box-shadow:0 6px 10px -8px var(--shadow);cursor:pointer;flex:0 0 auto;transition:border-color .15s ease,background .15s ease;margin-top:2px}.action-check:hover{border-color:var(--menu-border);background:var(--chat-depth-bg)}.action-items .action-content{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;gap:4px}.action-title-row{width:100%;min-width:0}.action-items .action-title{font-size:.75rem;line-height:1.2;cursor:pointer;min-width:0;display:inline}.action-items .action-title.editable{max-width:100%}.action-title-row.editing .action-title{display:block;width:80%;max-width:80%}.action-title-input{display:block;width:100%;min-width:0;font:inherit;line-height:inherit;color:inherit;border:1px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;padding:4px 7px;resize:none;overflow:hidden;white-space:pre-wrap;outline:none}.action-title-input:focus{border-color:#00000059}@media(max-width:960px){.action-title-input{font-size:16px}}.action-items .action-date{font-size:.75rem;color:#a7a19a}.action-buttons .ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#4a453f;box-shadow:none;padding:4px 8px;border-radius:999px;font-size:.75rem}.action-buttons .dismiss-icon{width:18px;height:18px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:1.35rem;font-weight:700}.action-menu-button{border:none;background:transparent;color:#4a453f;display:inline-flex;align-items:center;justify-content:center;line-height:1;width:24px;height:24px;padding:0;cursor:pointer}.action-menu-dots{width:3px;height:3px;border-radius:50%;background:currentColor;display:block;box-shadow:-5px 0 0 currentColor,5px 0 0 currentColor}.action-menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:10px;box-shadow:0 10px 20px -16px #0000004d;display:grid;gap:6px;padding:8px;z-index:1000;min-width:160px}.action-menu button{border:none;background:transparent;color:var(--ink);text-align:left;font-size:.75rem;padding:4px 6px;border-radius:8px;cursor:pointer}.action-menu button:hover{background:#0000000f}@media(max-width:960px){.action-menu{z-index:5000;min-width:180px;max-width:calc(100vw - 24px)}}.action-item.removing{opacity:0;transform:translate(8px);pointer-events:none}.meta{color:var(--muted);font-size:.85rem}.muted{color:var(--muted);margin:0}.badge{background:var(--accent-tint-strong);color:var(--accent);padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-inline{display:inline-flex;align-items:center;gap:6px}.badge-dismiss{border:none;background:transparent;color:var(--accent);font-weight:700;cursor:pointer;padding:0;line-height:1}.composer{display:none}.image-indicator{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;color:var(--muted);font-size:.85rem}.suggested{margin-top:18px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.suggested-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.suggested-header h4{margin:0}.suggested-item{display:grid;grid-template-columns:1fr auto;align-items:start;gap:12px;padding:10px 0}.suggested-item button{padding:8px 12px;border-radius:999px;background:#2a2621}.suggested .ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#4a453f;box-shadow:none}.stream{background:#fff;border-radius:18px;padding:18px;border:none;flex:1;overflow:auto}.chat-section{background:transparent;border-radius:0;padding:12px 0 0;border:none;box-shadow:none;display:flex;flex-direction:column;gap:16px;flex:1;border-top:1px solid rgba(0,0,0,.06);min-height:0;overflow:hidden;position:relative}.chat-controls{display:flex;justify-content:center;padding-bottom:6px}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;min-height:0;padding-right:10px;scrollbar-gutter:stable;background:transparent;position:relative;z-index:0}.chat-messages.fade{-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18px,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 18px,#000 100%)}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.chat-messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat-message{padding:10px 14px;border-radius:12px;border:none;width:100%;font-family:Helvetica,Arial,sans-serif;line-height:1.3rem;font-size:.85rem}.chat-message.user{background:var(--user-chat-bg);align-self:flex-end;max-width:80%;padding:8px 12px}.chat-message.user.slash-command p{font-family:IBM Plex Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.85rem;color:#5a3a1e}.chat-message.assistant{background:transparent;border:none;border-radius:0;padding:0;align-self:stretch;max-width:100%}.typing-indicator{padding:4px 0;display:flex;align-items:center}.tasks-loading,.topics-loading{margin-left:6px;margin-top:6px}.typing-indicator .dot{width:8px;height:8px;border-radius:50%;background:#3b3732;animation:blink 1s infinite ease-in-out}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.chat-message p{margin:0;white-space:pre-wrap;line-height:1.4rem}.chat-markdown ul{margin:.4rem 0 .4rem 1.1rem;padding:0}.chat-markdown ol{margin:.4rem 0 .4rem 1.4rem;padding:0;list-style-position:outside}.chat-markdown ol li{padding-left:.2rem}.chat-markdown li{margin:.25rem 0 .5rem;line-height:1.2rem}.chat-markdown strong{font-weight:600}.chat-entry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin:.5rem 0}.chat-entry-card{background:#fff;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(0,0,0,.06);font-size:.8rem}.chat-entry-summary{color:#2f2b27}.entry-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.entry-date{font-size:.72rem;color:#a7a19a}.view-button{background:none;border:1px solid rgba(0,0,0,.12);padding:2px 8px;border-radius:999px;color:#4a453f;cursor:pointer;font-family:inherit;font-size:.75rem}.entry-content{white-space:normal;word-break:break-word;overflow-wrap:anywhere;font-family:Space Grotesk,sans-serif;font-size:.86rem;line-height:1.5;background:transparent;padding:0;border-radius:0;border:none}.entry-content p{margin:0 0 .65rem}.entry-content p:last-child{margin-bottom:0}.entry-date-inline{margin-bottom:14px}.entry-content .entry-spacer{height:.65rem}.entry-content .entry-list{margin:.4rem 0 .8rem 1.2rem;padding:0;list-style-position:outside}.entry-content .entry-list li{margin:.15rem 0}.entry-content a{color:#3b3732;text-decoration:underline}.chat-input{display:flex;flex-direction:column;gap:8px;align-items:stretch;margin-top:auto;padding:15px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.08)}.chat-input input{flex:1;padding:8px 4px;border-radius:8px;border:none;background:transparent}.chat-input textarea{flex:1;padding:10px 6px;border-radius:8px;border:none;background:#fff;resize:none;line-height:1.4;overflow:hidden;text-align:left;width:100%;min-height:calc(1.4em + 12px)}.chat-input textarea:focus{outline:none}.chat-input-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.clear-chat{background:transparent;border:1px solid rgba(0,0,0,.12);color:#4a453f;box-shadow:none;padding:3px 8px;border-radius:999px;font-size:.7rem;cursor:pointer}.clear-chat:disabled{opacity:.4;cursor:default}.icon-button{width:32px;height:32px;border-radius:10px;border:none;background:#fff;color:#3b3732;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px -10px var(--shadow)}.icon-button img{width:16px;height:16px;display:block}.attach-button{background:#f7f7f7}.send-button{background:var(--ink);color:#fff;width:auto;padding:0 14px;border-radius:999px;font-weight:200;box-shadow:0 10px 20px -12px var(--shadow)}.icon-button:disabled{opacity:.4;cursor:default}.composer-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:auto}.composer-footer .add-button{padding:10px 16px;border-radius:999px;border:none;background:var(--ink);color:#fff;font-weight:200;cursor:pointer;box-shadow:0 10px 20px -12px var(--shadow)}.save-row{display:flex;align-items:center;gap:12px;width:100%;justify-content:space-between}.save-row-left,.save-row-right{display:flex;align-items:center;gap:12px}.save-note{font-size:.75rem;color:#9b948b;margin:0 8px;opacity:1;transition:opacity .22s ease}.save-note.dismissing{opacity:0}.import-input{display:none}.import-button{padding:10px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#4a453f;font-weight:200;cursor:pointer;box-shadow:0 10px 20px -12px var(--shadow)}.import-status{font-size:.75rem;color:#9b948b}.drawer{position:fixed;inset:0;z-index:30;background:#14121066;display:flex;justify-content:flex-end;padding:32px}.drawer-content{width:min(420px,90vw);background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:20px;padding:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px -20px var(--shadow)}.drawer-entry{width:min(50vw,calc(100vw - 64px))}@media(max-width:800px){.drawer-entry{width:calc(100vw - 64px)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.drawer-header.drawer-header-trust{justify-content:flex-end}.drawer-header h3{margin:0;font-size:1rem}.drawer .close{width:32px;height:32px;border-radius:50%;border:1px solid var(--menu-border);background:var(--menu-bg);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;box-shadow:none;font-size:1.1rem;line-height:1;padding:0}.drawer-topic{padding:16px;font-size:.8rem;width:calc(100vw - 64px);max-width:none;max-height:calc(100vh - 64px);background:var(--menu-bg);border:1px solid var(--menu-border)}.drawer-topic .drawer-header{margin-bottom:8px;padding:0 8px}.drawer-topic .drawer-header h3{font-size:.9rem}.drawer-body{overflow:auto;padding-right:2px}.drawer-body::-webkit-scrollbar{width:8px}.drawer-body::-webkit-scrollbar-track{background:transparent}.drawer-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.drawer-body{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.drawer-topic .drawer-body{margin-top:4px}.topic-tree-empty{margin:10px 0 0 8px}.trust-modal-content{padding:2px 6px 4px}.trust-modal-content .legal-layout{width:100%;grid-template-columns:150px minmax(0,1fr);gap:22px}.trust-modal-content .legal-tabs{top:0}.trust-modal-content .legal-content{max-width:640px}.drawer .legal-tab-button{padding:10px 12px;border-radius:10px;border:1px solid var(--menu-border);background:var(--menu-bg);color:var(--ink);font-size:.82rem;font-weight:500;line-height:1.3;text-align:left;box-shadow:none}.drawer .legal-tab-button[aria-current=page]{background:var(--workspace-toggle-active);color:#fff;border-color:transparent}@media(max-width:840px){.trust-modal-content .legal-layout{grid-template-columns:1fr;gap:14px}.trust-modal-content .legal-tabs{position:static;flex-direction:row;flex-wrap:wrap;gap:8px}}.drawer pre{white-space:pre-wrap;font-family:Literata,serif;background:var(--surface-code);padding:12px;border-radius:12px;border:1px solid var(--border)}.drawer blockquote{margin:8px 0;padding:8px 12px;border-left:3px solid var(--accent);background:var(--accent-tint-soft)}.images{margin-top:12px;display:grid;gap:10px}.image-row{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center}.image-row img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.task-actions{display:flex;gap:10px;margin-top:12px}.danger{background:#c44a2f}@media(max-width:960px){.main{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 16px minmax(0,1fr) min-content;row-gap:0}.pane-divider{display:block;grid-row:2;grid-column:1;height:24px;cursor:row-resize;margin-top:0}.left-pane{border-right:none;padding-right:0}.right-pane{grid-row:1;min-height:0;height:100%;overflow:hidden;padding-bottom:10px}.capture-area{min-height:0}.left-pane{grid-row:3;min-height:0;padding-top:10px}.footer{grid-row:4;margin-top:12px}.topbar{flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}.user-menu{position:absolute;right:32px;top:20px;margin-left:0;padding-right:0}.status{position:static}.workspace-toggle{right:82px;top:20px}}@media(max-width:600px){html,body{height:100%}body{overflow:hidden;position:fixed;width:100%}html.frontsite-mode-html,body.frontsite-mode{height:auto}body.frontsite-mode{overflow-y:auto!important;overflow-x:hidden!important;position:static!important;width:auto!important}html.trust-mode-html,body.trust-mode{height:auto}body.trust-mode{overflow-y:auto!important;overflow-x:hidden!important;position:static!important;width:auto!important}.topbar{padding-left:20px}.user-menu{right:20px}.workspace-toggle{right:58px}.user-dropdown{right:0}.app{height:100svh;min-height:100svh}.main{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;padding:12px 16px calc(28px + env(safe-area-inset-bottom));overflow:hidden;grid-template-rows:none!important;grid-template-columns:none!important}.pane-divider{display:none}.right-pane{flex:0 0 28vh}.left-pane{flex:1 1 auto}.right-pane,.left-pane{min-height:0;overflow:hidden}.left-pane{justify-content:flex-start}.stream{flex:1;min-height:0;overflow:auto}.capture-area{min-height:120px;max-height:22vh}.chat-section{flex:1;min-height:0}.chat-input{margin-top:auto;position:static}.chat-input textarea{min-height:calc(1.2em + 8px);max-height:90px;font-size:16px}.topics-card{display:none}.howto-card{width:calc(100vw - 20px)!important;left:10px!important}.footer{display:none}}@media(max-width:600px)and (pointer:coarse){.capture-area{font-size:16px}}@media(max-width:600px)and (pointer:fine){.capture-area{font-size:.86rem}}.chat-depth{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;color:var(--chat-depth-muted);margin-top:3px;position:relative}.chat-depth-menu{position:relative}.chat-depth-trigger{border:none;background:var(--chat-depth-bg);color:var(--chat-depth-fg);font-size:.75rem;padding:4px 10px;min-width:90px;border-radius:999px;font-family:inherit;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.chat-depth-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--chat-depth-fg);flex:0 0 auto}.chat-depth-dropdown{position:absolute;right:0;bottom:calc(100% + 8px);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 10px 24px -16px #0006;display:grid;gap:2px;padding:6px;min-width:126px;z-index:4000}.chat-depth-dropdown button{border:none;background:transparent;color:var(--ink);text-align:left;font-size:.75rem;font-family:inherit;padding:6px 8px;border-radius:8px;cursor:pointer}.chat-depth-dropdown button:hover{background:#0000000d}.chat-depth-dropdown button.selected{background:var(--chat-depth-bg);color:var(--chat-depth-fg);font-weight:600}@media(max-width:960px){.chat-depth-trigger,.chat-depth-dropdown button{font-size:.75rem}}html.frontsite-mode-html,body.frontsite-mode{height:auto!important;min-height:100%;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:auto;background:#000}.frontsite-page{position:relative;min-height:100vh;color:#fff;isolation:isolate}.frontsite-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.frontsite-page>main{position:relative;z-index:1}.frontsite-page>main{padding-top:84px}.frontsite-bg-warm{position:absolute;inset:0;background:#000}.frontsite-bg-warm:before{content:"";position:absolute;left:-45vw;top:-45vh;width:190vw;height:190vh;background-image:url(/landing/frontsite-bg.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center;transform:rotate(300deg);transform-origin:center;opacity:.25;filter:saturate(.85) contrast(1.05)}.frontsite-bg-warm:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0003,#00000080 40%,#000000bd)}.frontsite-bg-cool{position:absolute;top:33%;right:0;width:66%;height:50%;opacity:.25;filter:blur(80px)}.frontsite-header{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:20;width:min(1120px,calc(100% - 96px));margin:0;padding:28px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:12px;isolation:isolate;--frontsite-header-progress: 0}.frontsite-header:before{content:"";position:absolute;left:50%;top:0;width:100vw;height:calc(100% + 34px);transform:translate(-50%);pointer-events:none;background:linear-gradient(180deg,#000000b8,#0000006b 55%,#0000);opacity:calc(.2 + (var(--frontsite-header-progress) * .8));-webkit-backdrop-filter:blur(calc(var(--frontsite-header-progress) * 6px));backdrop-filter:blur(calc(var(--frontsite-header-progress) * 6px));transition:opacity .12s linear,backdrop-filter .12s linear;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 72%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(180deg,#000 0% 72%,#0000)}.frontsite-header>*{position:relative;z-index:1}.frontsite-logo{height:32px;width:auto;filter:brightness(0) invert(1)}.frontsite-header-actions{display:inline-flex;align-items:center;gap:10px}.frontsite-hero{width:min(900px,calc(100% - 48px));margin:0 auto;padding:35px 0 10px;text-align:center}.frontsite-hero h1{margin:0 auto;max-width:670px;padding:10px;font-size:clamp(2.6rem,7vw,5.2rem);line-height:1;letter-spacing:-.03em}.frontsite-hero p{margin:22px auto 34px;max-width:600px;color:#ffffffd6;font-size:clamp(1rem,2vw,1.35rem);font-weight:100;line-height:1.3}.frontsite-primary,.frontsite-ghost{border-radius:20px;border:none;font:inherit;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.frontsite-primary{background:#fff;color:#111723;padding:13px 22px;box-shadow:0 14px 30px -20px #000000a6}.frontsite-primary-small{padding:9px 14px;font-size:.92rem}.frontsite-ghost{background:#ffffff14;border:1px solid rgba(255,255,255,.35);color:#fff;padding:8px 13px}.frontsite-primary:hover,.frontsite-ghost:hover{transform:translateY(-1px);opacity:.95}.frontsite-mock{background:transparent;padding:60px 50px 30px}.frontsite-mock-frame{width:min(1140px,100%);margin:0 auto;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 32px 55px -36px #000000e6}.frontsite-mock-frame img{width:100%;height:auto;display:block}.frontsite-problem-solution-band{background:#33383e69;color:#fff;padding:60px 0}.frontsite-problem-solution{width:min(1120px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px}.frontsite-problem-solution-single{display:block;text-align:center;width:min(900px,calc(100% - 48px));font-weight:100}.frontsite-chip{display:inline-block;padding:7px 13px;border-radius:999px;background:#fff;font-size:.85rem;border:1px solid rgba(0,0,0,.07)}.frontsite-problem-solution h2{margin:14px 0 10px;font-size:clamp(1.7rem,4vw,3.3rem);line-height:1.1;color:#fff}.frontsite-problem-solution p{margin:0;color:#ffffffdb;line-height:1.75}.frontsite-problem-solution .frontsite-chip{background:#ffffff1f;border-color:#ffffff40;color:#fff}.frontsite-problem-solution-single p{margin-top:12px}.frontsite-features{width:100%;background:transparent;color:#fff;padding:50px 50px 90px}.frontsite-feature-grid{width:min(1140px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;align-items:stretch}.frontsite-feature-card{display:grid;grid-template-rows:minmax(0,1fr) auto;row-gap:18px;padding:0;height:100%}.frontsite-feature-image-card{overflow:hidden;border-radius:10px;border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 50px -35px #0009;aspect-ratio:1080 / 640;height:auto;width:100%;margin:0 auto;background:#0000001f;display:flex;align-items:flex-start;justify-content:flex-start}.frontsite-feature-image-card-capture,.frontsite-feature-image-card-ai,.frontsite-feature-image-card-workspace{padding:0}.frontsite-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:center;gap:0}.frontsite-feature-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)}.frontsite-feature-reverse .frontsite-feature-image{order:2}.frontsite-feature-reverse .frontsite-feature-copy{order:1}.frontsite-feature-image{overflow:hidden;line-height:0;height:clamp(300px,34vw,520px);box-shadow:0 24px 50px -35px #0009}.frontsite-feature-image-left{border-radius:0 24px 24px 0}.frontsite-feature-image-right{border-radius:24px 0 0 24px}.frontsite-feature-image-knowledge{border-radius:0 24px 24px 0!important}.frontsite-feature-copy{width:min(520px,calc(100vw - 48px))}.frontsite-feature-copy-left{justify-self:end;padding-right:38px}.frontsite-feature-copy-right{justify-self:start;padding-left:38px}.frontsite-feature-image img{width:100%;height:100%;display:block;object-fit:cover}.frontsite-feature-shot-left{width:153.846%;max-width:none;margin-left:0}.frontsite-feature-shot-right{width:153.846%;max-width:none;margin-left:-40%}.frontsite-feature-shot{display:block;width:100%;max-width:100%;height:auto}.frontsite-feature-shot-capture{margin:8px 0 0 8px;width:calc(100% - 8px);border-top-left-radius:8px}.frontsite-feature-shot-ai{margin:8px;width:calc(100% - 16px);border-radius:8px}.frontsite-feature-shot-workspace{margin:8px 8px 0 0;width:calc(100% - 8px);border-top-right-radius:8px}.frontsite-feature-copy-card{width:75%;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:flex-start;text-align:center}.frontsite-feature-copy-card h3{margin:10px 0 20px;font-size:2rem;line-height:1.1;min-height:2.2em;color:#fff}.frontsite-feature-heading-icon{display:inline-block;width:1em;height:1em;vertical-align:-.2em}.frontsite-feature-eyebrow{margin:0 0 8px;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#ffffffad}.frontsite-feature-copy-card p{margin:0;color:#ffffffd6;line-height:1.3;font-size:1rem;font-weight:100}.frontsite-feature-copy h3{margin:14px 0 10px;font-size:clamp(2.1rem,5vw,4.2rem);line-height:1;color:#fff}.frontsite-feature-copy p{margin:0;color:#ffffffd6;line-height:1.75;font-size:1.04rem}.frontsite-features .frontsite-chip{background:#ffffff1f;border-color:#ffffff40;color:#fff}.frontsite-footer-cta{width:min(760px,calc(100% - 48px));margin:0 auto;padding:60px 0;text-align:center}.frontsite-footer-cta p{margin:0 0 24px;font-size:clamp(1.25rem,3.4vw,2.15rem);font-style:italic;letter-spacing:-.02em;line-height:1.45;color:#ffffffeb}.frontsite-meta-footer{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:0 0 50px;font-size:.7rem;color:#9b948b;line-height:1;text-align:center;display:flex;justify-content:center;align-items:center;gap:8px}.frontsite-meta-footer a{color:#b6afa7;text-decoration:none}.frontsite-meta-footer a:hover{color:#d1cac2}@media(max-width:1200px){.frontsite-feature-grid{width:min(1040px,100%);grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.frontsite-feature-card{align-items:center}.frontsite-feature-copy-card{width:88%}.frontsite-feature-copy-card h3{font-size:1.75rem}.frontsite-feature-copy-card p{font-size:.94rem}.frontsite-feature-image-card{width:100%}}@media(max-width:900px){.frontsite-bg-warm:before{left:-78vw;top:-62vh;width:270vw;height:230vh}.frontsite-header{width:calc(100% - 56px);padding-top:20px}.frontsite-page>main{padding-top:74px}.frontsite-hero,.frontsite-problem-solution,.frontsite-footer-cta,.frontsite-meta-footer{width:calc(100% - 28px)}.frontsite-features{width:100%}.frontsite-mock{padding:50px 45px}.frontsite-problem-solution,.frontsite-feature,.frontsite-feature-reverse{grid-template-columns:1fr;gap:24px}.frontsite-feature-grid{grid-template-columns:1fr;gap:36px}.frontsite-feature-image-card{width:72%}.frontsite-feature-reverse .frontsite-feature-image,.frontsite-feature-reverse .frontsite-feature-copy{order:initial}.frontsite-features{margin:0 auto;padding:20px 50px 88px}.frontsite-feature-image,.frontsite-feature-image-left,.frontsite-feature-image-right{height:auto;border-radius:16px}.frontsite-feature-copy,.frontsite-feature-copy-left,.frontsite-feature-copy-right{width:100%;justify-self:auto;padding:0}.frontsite-feature-image img{height:auto}.frontsite-header-actions{gap:8px}.frontsite-primary-small,.frontsite-ghost{font-size:.84rem;padding:7px 10px}.frontsite-hero p{padding-inline:50px;box-sizing:border-box}}@media(min-width:700px)and (max-width:900px){.frontsite-header,.frontsite-hero,.frontsite-problem-solution,.frontsite-footer-cta,.frontsite-meta-footer{width:calc(100% - 72px)}.frontsite-mock{padding:50px 64px}.frontsite-features{padding:68px 64px 88px}.frontsite-feature-copy-card{width:min(560px,82%)}.frontsite-feature-image-card{width:66%}}@media(max-width:768px){.frontsite-feature-image-card{width:90%}}
