.tasks-kanban-page{--kanban-accent:#6857ed;background:#f7f8fb;height:calc(100dvh - 64px);min-height:0;padding:18px 28px 20px;overflow:hidden;box-sizing:border-box}.tasks-kanban-wrap{display:flex;flex-direction:column;width:100%;height:100%;max-width:1540px;margin:0 auto}.tasks-kanban-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:62px;padding:0 2px 16px;border-bottom:1px solid #e6e7ed}.tasks-kanban-heading{min-width:0}.tasks-kanban-heading button{padding:0;border:0;background:transparent;color:#6655e8;font-size:13px;font-weight:700}.tasks-kanban-heading button:hover{text-decoration:underline}.tasks-kanban-heading button span{padding:0 5px;color:#a49ccf}.tasks-kanban-title-row{display:flex;align-items:center;gap:10px;margin-top:5px}.tasks-kanban-title-row h1{margin:0;color:#202331;font-size:25px;letter-spacing:-.35px}.tasks-kanban-title-row span{min-width:27px;padding:3px 8px;border-radius:999px;background:#ece9ff;color:#6655e8;font-size:12px;font-weight:750;text-align:center}.tasks-kanban-progress{display:grid;gap:7px;width:190px;color:#7b8190;font-size:12px}.tasks-kanban-progress b{color:#5547ce}.tasks-kanban-progress i{height:5px;overflow:hidden;border-radius:99px;background:#e7e4fa}.tasks-kanban-progress i span{display:block;height:100%;border-radius:inherit;background:#6d5dfc;transition:width .2s ease}.tasks-kanban-toolbar{display:flex;align-items:center;gap:10px;padding:14px 2px 12px}.tasks-kanban-search{width:min(340px,34vw);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dfe1e8;border-radius:8px;background:#fff;color:#8b91a0}.tasks-kanban-search:focus-within{border-color:#8f82ed;box-shadow:0 0 0 3px rgba(109,93,252,.1)}.tasks-kanban-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#343947;font-size:13px}.tasks-kanban-search button{padding:2px;border:0;background:transparent;color:#858b98;font-size:18px}.tasks-kanban-add{height:38px;margin-left:auto;padding:0 15px;border:1px solid #6554e9;border-radius:8px;background:#6857ed;color:#fff;font-size:12px;font-weight:700;box-shadow:0 5px 12px rgba(82,66,205,.16)}.tasks-kanban-add:hover{background:#5849dc}.kanban-task-modal{width:min(520px,100%)}.kanban-task-modal form{padding:22px;display:grid;gap:18px}.kanban-task-modal label{display:grid;gap:7px;color:#444a58;font-size:12px;font-weight:700}.kanban-task-modal input,.kanban-task-modal select{width:100%;height:44px;box-sizing:border-box;padding:0 12px;border:1px solid #dfe1e8;border-radius:9px;outline:0;background:#fff;color:#303543;font:inherit;font-weight:500}.kanban-task-modal input:focus,.kanban-task-modal select:focus{border-color:#8f82ed;box-shadow:0 0 0 3px rgba(109,93,252,.1)}.kanban-task-modal footer{padding-top:4px;display:flex;justify-content:flex-end;gap:9px}.kanban-task-modal footer button{min-width:104px;height:40px;padding:0 14px;border:1px solid #dfe1e8;border-radius:8px;background:#fff;color:#535a68;font-weight:700}.kanban-task-modal footer .primary{border-color:#6857ed;background:#6857ed;color:#fff}.kanban-task-modal footer .primary:disabled{opacity:.5;cursor:not-allowed}.tasks-kanban-error{min-height:40px;margin-bottom:10px;padding:8px 10px 8px 13px;border:1px solid #efc7cc;border-radius:8px;background:#fff4f5;color:#a33d48;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.tasks-kanban-error button{width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:inherit;font-size:18px}.tasks-kanban-board{flex:1;min-height:0;overflow-x:hidden;overflow-y:hidden}.tasks-kanban-board .cept-board-view{width:100%;height:100%;min-height:0;overflow:hidden}.tasks-kanban-board .cept-board-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:14px;padding:0;min-width:0}.tasks-kanban-board .cept-board-column{width:auto;min-width:0;border:1px solid #ececf1;border-radius:12px;background:#f6f7f9}.tasks-kanban-board .cept-board-column:nth-child(2){background:#fffaf0}.tasks-kanban-board .cept-board-column:nth-child(3){background:#f1faf5}.tasks-kanban-board .cept-board-column.is-drag-over{border-color:#9b8ef4;background:#f0edff;box-shadow:inset 0 0 0 2px rgba(104,87,237,.1)}.tasks-kanban-board .cept-board-column-header{min-height:48px;padding:12px 14px 7px}.tasks-kanban-board .cept-board-column-title{color:#454b5a;font-size:14px}.tasks-kanban-board .cept-board-column-count{background:rgba(104,87,237,.09);color:#7668d4}.tasks-kanban-board .cept-board-column-cards{gap:9px;padding:3px 10px 12px}.tasks-kanban-board .cept-board-add-card{margin:2px 10px 8px;border:1px dashed #d8d4f4;border-radius:7px;color:#6556d8;background:rgba(255,255,255,.55)}.tasks-kanban-board .cept-board-add-card:hover{border-color:#9689ec;background:#f4f1ff}.tasks-kanban-board .cept-board-column-empty{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;text-align:center;color:#989daa}.tasks-kanban-board .cept-board-column-empty>span{width:28px;height:28px;display:grid;place-items:center;border:1px dashed #c9cbd4;border-radius:50%;color:#aaaeb9}.tasks-kanban-board .cept-board-column-empty b{margin-top:9px;color:#686e7c;font-size:12px}.tasks-kanban-board .cept-board-column-empty small{max-width:190px;margin-top:4px;font-size:10px;line-height:1.4}.tasks-kanban-board .cept-board-card{min-height:88px;padding:14px;border:1px solid #e5e6ec;border-radius:9px;box-shadow:0 2px 5px rgba(30,35,60,.035)}.tasks-kanban-board .cept-board-card:hover{border-color:#cfc9f5;box-shadow:0 7px 16px rgba(50,42,110,.08);transform:translateY(-1px)}.tasks-kanban-board .cept-board-card.has-accent .cept-board-card-accent,.tasks-kanban-board .cept-board-card.is-selected .cept-board-card-accent{background:var(--kanban-accent)}.tasks-kanban-board .cept-board-card-title{color:#343947;font-size:13px;line-height:1.4}.tasks-kanban-board .cept-board-avatar{background:#ece8ff;color:#5f50ca}.tasks-kanban-board .cept-board-chip--date{background:#f1f2f6;color:#6f7685}.tasks-kanban-board .cept-board-chip--tag{background:#efecff;color:#6454d7}.tasks-kanban-board .cept-board-card-check.is-done,.tasks-kanban-board .cept-board-card-select.is-done .cept-board-card-check{border-color:#50ae70;background:#50ae70}.tasks-kanban-board .cept-board-card:focus-visible,.tasks-kanban-heading button:focus-visible{outline:2px solid #5143d9;outline-offset:2px}.tasks-kanban-empty{height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#858b98}.tasks-kanban-empty>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#ece9ff;color:#6556d8;font-size:24px;font-weight:750}.tasks-kanban-empty h2{margin:14px 0 0;color:#343a48;font-size:18px}.tasks-kanban-empty p{max-width:390px;margin:6px 0 0;font-size:13px;line-height:1.5}.tasks-kanban-empty button{height:38px;margin-top:16px;padding:0 15px;border:1px solid #6857ed;border-radius:8px;background:#6857ed;color:#fff;font-weight:700}.tasks-kanban-mobile-tabs{display:none}@media (max-width:700px){.tasks-kanban-page{padding:18px}.tasks-kanban-progress{display:none}.tasks-kanban-board{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none}.tasks-kanban-board::-webkit-scrollbar{display:none}.tasks-kanban-board .cept-board-view{width:100%;min-width:0;height:auto;overflow:visible}.tasks-kanban-board .cept-board-columns{display:grid;grid-template-columns:1fr;width:100%;min-width:0;height:auto;gap:12px;padding:0 2px 8px}.tasks-kanban-board .cept-board-column{width:100%;min-width:0;height:auto;min-height:220px;max-height:none}.tasks-kanban-board .cept-board-column-cards{overflow:visible}.tasks-kanban-mobile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:2px 0 10px;padding:4px;border-radius:10px;background:#ebecef}.tasks-kanban-mobile-tabs button{min-width:0;min-height:44px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:#707685;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700}.tasks-kanban-mobile-tabs button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-kanban-mobile-tabs button b{min-width:20px;padding:2px 5px;border-radius:99px;background:rgba(104,87,237,.08);color:#7162db;font-size:10px}.tasks-kanban-mobile-tabs button.active{background:#fff;color:#5547ce;box-shadow:0 2px 7px rgba(34,39,65,.09)}.tasks-kanban-board .cept-board-column{display:none}.tasks-kanban-board.mobile-column-0 .cept-board-column:first-child,.tasks-kanban-board.mobile-column-1 .cept-board-column:nth-child(2),.tasks-kanban-board.mobile-column-2 .cept-board-column:nth-child(3){display:flex}}@media (max-width:600px){.tasks-kanban-page{height:calc(100dvh - 64px);padding:10px 0 8px}.tasks-kanban-wrap{max-width:none}.tasks-kanban-hero{min-height:58px;padding:4px 2px 12px}.tasks-kanban-hero,.tasks-kanban-mobile-tabs,.tasks-kanban-toolbar{margin-inline:12px}.tasks-kanban-title-row h1{font-size:21px}.tasks-kanban-toolbar{flex-wrap:wrap;padding-top:10px}.tasks-kanban-search{width:100%;height:44px}.tasks-kanban-search input{font-size:16px}.tasks-kanban-search button{min-width:36px;min-height:36px}.tasks-kanban-add{width:100%;height:44px;margin-left:0}.tasks-kanban-board .cept-board-columns{width:100%;gap:10px;padding:0 12px 8px}.tasks-kanban-board .cept-board-column{width:100%;min-width:0}.tasks-kanban-board .cept-board-card{min-height:96px}.tasks-kanban-board .cept-board-add-card{min-height:44px}.tasks-kanban-board .cept-board-mobile-move{display:grid;grid-template-columns:44px 44px;justify-content:end;gap:6px;margin-top:6px}.tasks-kanban-board .cept-board-mobile-move span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.tasks-kanban-board .cept-board-mobile-move button{width:44px;height:44px;border:1px solid #ddd9f8;border-radius:8px;background:#f7f5ff;color:#5e4fd5;font-size:17px}.tasks-kanban-board .cept-board-mobile-move button:last-child{justify-self:end}.tasks-kanban-board .cept-board-mobile-move button:disabled{opacity:.3}.tasks-kanban-empty{padding-inline:24px}.kanban-task-modal{width:100%}.kanban-task-modal form{flex:1;padding:20px 18px}.kanban-task-modal input,.kanban-task-modal select{height:48px;font-size:16px}.kanban-task-modal footer{margin-top:auto;display:grid;grid-template-columns:1fr 1fr}.kanban-task-modal footer button{width:100%;height:46px}}@media (prefers-reduced-motion:reduce){.tasks-kanban-board .cept-board-card{transition:none}.tasks-kanban-board .cept-board-card:hover{transform:none}}.landing-product-demo{--demo-nav:220px;height:100%;display:grid;grid-template-rows:76px minmax(0,1fr);overflow:hidden;background:#f7f8fb;color:#171923;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;text-align:left;position:relative}.lorym-auto-cursor{position:absolute;top:-4px;left:-6px;z-index:80;width:30px;height:34px;opacity:0;pointer-events:none;transition:transform .92s cubic-bezier(.2,.78,.22,1),opacity .18s ease;filter:drop-shadow(0 5px 7px rgba(32,28,74,.28))}.lorym-auto-cursor.is-visible{opacity:1}.lorym-auto-cursor svg{position:relative;z-index:2;width:28px;height:32px;overflow:visible;fill:#fff;stroke:#29243d;stroke-width:1.8;stroke-linejoin:round;transition:transform .16s ease;transform-origin:6px 5px}.lorym-auto-cursor.is-clicking svg{transform:scale(.82)}.lorym-auto-cursor i{position:absolute;z-index:1;left:2px;top:2px;width:22px;height:22px;border:2px solid #7666ff;border-radius:50%;opacity:0;transform:scale(.3)}.lorym-auto-cursor.is-clicking i{animation:lorym-cursor-click .5s ease-out}@keyframes lorym-cursor-click{0%{opacity:.9;transform:scale(.3)}to{opacity:0;transform:scale(1.8)}}.landing-product-demo--hero{grid-template-rows:minmax(0,1fr)}.landing-product-demo *{box-sizing:border-box}.lorym-demo-guide{padding:11px 16px;display:grid;grid-template-columns:168px minmax(430px,1fr) auto;align-items:center;gap:16px;border-bottom:1px solid #e7e9ef;background:#fff}.lorym-demo-guide>div{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;column-gap:8px}.lorym-demo-guide>div>span{grid-column:1/-1;color:#8a90a0;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.lorym-demo-guide strong{color:#252936;font-size:17px;letter-spacing:-.25px}.lorym-demo-guide small{padding:3px 7px;border-radius:99px;background:#f0edff;color:#6253d9;font-size:9px;font-weight:750;white-space:nowrap}.lorym-demo-guide ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(7,1fr);list-style:none}.lorym-demo-guide li{position:relative;display:flex;align-items:center;gap:5px;color:#9499a6;font-size:8px;font-weight:650;white-space:nowrap}.lorym-demo-guide li:before{content:"";position:absolute;top:50%;right:calc(100% - 1px);width:calc(100% - 27px);height:1px;background:#e1e3ea}.lorym-demo-guide li:first-child:before{display:none}.lorym-demo-guide li>span{position:relative;z-index:1;width:24px;height:24px;display:grid;place-items:center;border:1px solid #dfe1e8;border-radius:50%;background:#fff;font-size:9px}.lorym-demo-guide li.active{color:#5547ce}.lorym-demo-guide li.active>span{border-color:#6d5dfc;background:#6d5dfc;color:#fff;box-shadow:0 0 0 4px #f0edff}.lorym-demo-guide li.done>span{border-color:#bfe3ce;background:#eaf8f0;color:#258255}.lorym-demo-guide-actions{display:flex;gap:6px}.lorym-demo-guide-actions button{min-width:56px;height:30px;padding:0 9px;border:1px solid #dfe1e8;border-radius:7px;background:#fff;color:#555c6d;font-size:8px;font-weight:750}.lorym-demo-guide-actions button:last-child{border-color:#6d5dfc;background:#6d5dfc;color:#fff}.lorym-demo-guide-actions button:disabled{opacity:.4;cursor:not-allowed}.lorym-demo-guide-actions button:focus-visible{outline:2px solid #6d5dfc;outline-offset:2px}.landing-product-demo .lorym-demo-app{min-height:0;height:100%;grid-template-columns:var(--demo-nav) minmax(0,1fr);font-size:12px;line-height:1.45}.landing-product-demo .lorym-demo-sidebar{position:relative;inset:auto;width:var(--demo-nav);min-height:0;padding:13px 11px 11px;z-index:2}.landing-product-demo .brand{height:36px;padding:0 7px 9px;font-size:17px}.landing-product-demo .brandmark{width:23px;height:23px;border-radius:7px}.landing-product-demo .create-btn{height:36px;margin:5px 2px 9px;border-radius:9px;font-size:11px}.landing-product-demo .nav{gap:3px}.landing-product-demo .nav-item{height:31px;padding:0 9px;gap:9px;border-radius:8px;font-size:10px}.landing-product-demo .nav-item svg{width:15px;height:15px}.landing-product-demo .nav-item .count{font-size:8px}.landing-product-demo .side-title{margin:12px 8px 4px;font-size:8px}.landing-product-demo .space-mini{height:29px;padding:0 8px;font-size:9px}.landing-product-demo .plan-card{padding:9px;border-radius:9px;cursor:default}.landing-product-demo .plan-card strong{margin-bottom:2px;font-size:9px}.landing-product-demo .plan-row{margin:4px 0;font-size:7px}.landing-product-demo .bar{height:4px}.landing-product-demo .user-row{margin-top:7px;padding-top:6px;cursor:default}.landing-product-demo .avatar{width:26px;height:26px;font-size:9px}.landing-product-demo .user-meta b{font-size:9px}.landing-product-demo .user-meta span{font-size:7px}.landing-product-demo .main-shell{min-width:0;height:100%;grid-column:2}.landing-product-demo .topbar{height:48px;min-height:48px;padding:0 13px}.landing-product-demo .top-actions{margin-left:auto}.landing-product-demo .icon-btn{width:31px;height:31px}.landing-product-demo .icon-btn svg{width:15px;height:15px}.landing-product-demo .primary-sm{min-height:31px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;overflow:visible;font-size:9px;line-height:1.2;white-space:nowrap}.landing-product-demo .primary-sm svg{width:13px;height:13px;flex:0 0 auto}.landing-product-demo .mobile-menu{display:none}.lorym-demo-bell{position:relative}.lorym-demo-bell>span{position:absolute;top:1px;right:1px;min-width:13px;height:13px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#ef5c67;color:#fff;font-size:6px}.lorym-demo-page{min-height:0;flex:1;overflow:hidden;animation:lorym-demo-in .28s ease both}@keyframes lorym-demo-in{0%{opacity:0;transform:translateY(4px)}}.landing-product-demo .page{height:100%;min-height:0;overflow:hidden}.landing-product-demo .page-head{padding:15px 22px 10px}.landing-product-demo .page-head h1{margin:0;font-size:18px}.landing-product-demo .page-head p{margin:2px 0 0;font-size:9px}.landing-product-demo .inbox-wrap{max-width:none;padding:0 22px 20px}.landing-product-demo .capture-hero{padding:18px;grid-template-columns:1.35fr .65fr;gap:16px;border-radius:14px}.landing-product-demo .capture-copy .badge{padding:4px 7px;font-size:8px}.landing-product-demo .capture-copy h2{margin:8px 0 4px;max-width:530px;font-size:22px}.landing-product-demo .capture-copy p{margin:0 0 11px;font-size:10px}.lorym-demo-processing{margin:0 0 10px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.lorym-demo-processing span{min-height:23px;padding:0 5px;display:flex;align-items:center;gap:4px;border-radius:6px;background:#f1f2f6;color:#858b99;font-size:7px;font-weight:700}.lorym-demo-processing i{width:14px;height:14px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:6px;font-style:normal}.lorym-demo-processing span.active{background:#f0edff;color:#5e4fd5}.landing-product-demo .capture-actions{gap:7px}.landing-product-demo .capture-action{position:relative;min-height:91px;padding:10px 8px 11px;border-radius:9px}.landing-product-demo .capture-action svg{width:24px;height:24px}.landing-product-demo .capture-action b{font-size:9px}.landing-product-demo .capture-action>span{position:absolute;right:5px;bottom:-8px;left:5px;padding:3px 5px;border-radius:6px;background:#6857ed;color:#fff;font-size:7px;font-weight:750;text-align:center;box-shadow:0 5px 12px rgba(82,66,205,.22)}.landing-product-demo .lorym-demo-primary-action{border:2px solid #8f82ed;background:#faf9ff;box-shadow:0 0 0 4px rgba(109,93,252,.08)}.landing-product-demo .record-widget{padding:12px;border-radius:11px}.landing-product-demo .record-orb{width:46px;height:46px;margin-bottom:8px;box-shadow:0 0 0 7px #eeeaff,0 0 0 12px #f7f5ff}.landing-product-demo .record-orb svg{width:18px;height:18px}.landing-product-demo .record-widget h3{margin:7px 0 3px;font-size:10px}.landing-product-demo .record-widget p{font-size:8px}.landing-product-demo .record-widget button{height:30px;margin-top:8px;font-size:8px}.landing-product-demo .section-head{margin:14px 0 7px}.landing-product-demo .section-head h2{font-size:11px}.landing-product-demo .link-btn{font-size:8px}.landing-product-demo .recent-grid{gap:7px}.landing-product-demo .lorym-demo-recents{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-product-demo .recent-card{padding:9px;border-radius:9px}.landing-product-demo .file-icon{width:27px;height:27px;border-radius:7px}.landing-product-demo .recent-card h3{margin:7px 0 2px;font-size:9px}.landing-product-demo .recent-card p{height:auto;font-size:8px}.landing-product-demo .card-foot{margin-top:6px;font-size:7px}.lorym-demo-notes-import-scene,.lorym-demo-upload-scene{position:relative;height:100%;overflow:hidden}.lorym-demo-notes-import-scene>.page{filter:saturate(.75)}.lorym-demo-notes-import-scene .lorym-demo-modal-backdrop{align-items:start;padding-top:46px}.lorym-demo-upload-scene>.page{filter:saturate(.75)}.lorym-demo-modal-backdrop{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:18px;background:rgba(25,28,40,.38);backdrop-filter:blur(2px)}.lorym-demo-upload-modal{width:min(510px,84%);overflow:hidden;border:1px solid #e1e3ea;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(20,24,38,.24);overscroll-behavior:contain}.lorym-demo-upload-modal>header{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e9ef}.lorym-demo-upload-modal>header h2{margin:0;font-size:14px}.lorym-demo-upload-modal>header button{width:29px;height:29px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#6f7585}.lorym-demo-upload-modal>header svg{width:15px}.lorym-demo-notes-import{width:min(650px,88%);max-height:calc(100% - 64px);overflow:hidden;border:1px solid #e1e3ea;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(20,24,38,.24)}.lorym-demo-notes-import>header{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e9ef}.lorym-demo-notes-import>header h2{margin:0;font-size:14px}.lorym-demo-notes-import>header button{width:29px;height:29px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#6f7585}.lorym-demo-notes-import>header svg{width:15px}.lorym-demo-notes-import-body{padding:13px 15px 14px;display:grid;gap:10px}.lorym-demo-template-field{display:grid;gap:4px;color:#4f5666;font-size:8px;font-weight:800}.lorym-demo-template-field>button{height:32px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid #dfe2e9;border-radius:8px;background:#fafbfc;color:#2d3340;font-size:9px;font-weight:650}.lorym-demo-template-field svg{width:12px}.lorym-demo-import-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:9px}.lorym-demo-import-list,.lorym-demo-import-preview{min-height:145px;overflow:hidden;border:1px solid #e2e4eb;border-radius:9px;background:#fff}.lorym-demo-import-list-head{min-height:28px;padding:0 9px;border-bottom:1px solid #e6e8ee;background:#f6f7fa;color:#7a8090;font-size:7px;font-weight:750;text-transform:uppercase}.lorym-demo-import-list-head,.lorym-demo-import-list>button{display:grid;grid-template-columns:68px 1fr;align-items:center}.lorym-demo-import-list>button{width:100%;min-height:47px;padding:7px 9px;border:0;border-bottom:1px solid #eceef2;background:#fff;color:#343947;text-align:left}.lorym-demo-import-list>button.active{background:#f3f0ff}.lorym-demo-import-list>button span{color:#6d5dfc;font-size:7px}.lorym-demo-import-list>button strong{font-size:8px}.lorym-demo-import-preview{padding:11px;display:grid;align-content:start;gap:4px}.lorym-demo-import-preview span{margin-top:4px;color:#8a90a0;font-size:7px;font-weight:750}.lorym-demo-import-preview strong{padding:7px 8px;border:1px solid #e3e5eb;border-radius:6px;background:#fafbfc;font-size:8px}.lorym-demo-import-preview p{margin:0;padding:8px;border:1px solid #e3e5eb;border-radius:6px;background:#fafbfc;color:#5d6473;font-size:7px;line-height:1.45}.lorym-demo-notes-import-body>footer{padding-top:10px;display:flex;justify-content:flex-end;gap:7px;border-top:1px solid #e7e9ef}.lorym-demo-notes-import-body>footer>button{min-height:31px;padding:0 11px;border:1px solid #dfe1e8;border-radius:7px;background:#fff;color:#555c6d;font-size:8px;font-weight:750}.lorym-demo-notes-import-body>footer>.primary-sm{border-color:#6d5dfc;background:#6d5dfc;color:#fff}.lorym-demo-source-tabs{margin:12px 14px 0;padding:3px;display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:8px;background:#f1f2f6}.lorym-demo-source-tabs button{height:29px;border:0;border-radius:6px;background:transparent;color:#747a89;font-size:8px;font-weight:700}.lorym-demo-source-tabs button.active{background:#fff;color:#343947;box-shadow:0 2px 7px rgba(35,42,72,.08)}.lorym-demo-dropzone{margin:12px 14px 14px;min-height:210px;padding:24px;display:grid;place-items:center;align-content:center;gap:7px;border:1px dashed #bdb4ff;border-radius:11px;background:#faf9ff;text-align:center}.lorym-demo-dropzone>svg{width:34px;height:34px;color:#6d5dfc}.lorym-demo-dropzone h3{margin:0;font-size:12px}.lorym-demo-dropzone p{margin:0;color:#7a8090;font-size:8px}.lorym-demo-dropzone button{min-height:32px;margin-top:5px;padding:0 13px;border:0;border-radius:7px;background:#6d5dfc;color:#fff;font-size:8px;font-weight:750;box-shadow:0 7px 18px rgba(109,93,252,.22)}.lorym-demo-upload-progress{min-height:265px;padding:28px 30px;display:grid;justify-items:center;align-content:center;gap:8px;text-align:center}.lorym-demo-upload-progress>span{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#f0edff;color:#6d5dfc}.lorym-demo-upload-progress h3{margin:0;font-size:13px}.lorym-demo-upload-progress strong{font-size:9px}.lorym-demo-upload-progress>div{width:100%;height:6px;overflow:hidden;border-radius:99px;background:#eceef3}.lorym-demo-upload-progress>div i{display:block;width:88%;height:100%;border-radius:inherit;background:#6d5dfc;animation:lorym-demo-upload 1.45s ease-out both}.lorym-demo-upload-progress p{margin:0;color:#747a89;font-size:8px}@keyframes lorym-demo-upload{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}.landing-product-demo .workspace-grid{height:100%;grid-template-columns:240px minmax(0,1fr)}.landing-product-demo .library-head{padding:14px 12px 9px}.landing-product-demo .crumb{font-size:8px}.landing-product-demo .library-title h2{font-size:16px}.landing-product-demo .filter-row{margin-top:6px}.landing-product-demo .chip{height:23px;padding:0 8px;font-size:8px}.landing-product-demo .record-list{height:auto;max-height:none;padding:6px;overflow:hidden}.landing-product-demo .record-item{padding:9px;grid-template-columns:31px minmax(0,1fr);gap:7px}.landing-product-demo .record-thumb{width:31px;height:31px}.landing-product-demo .record-item h4{margin-bottom:2px;font-size:9px}.landing-product-demo .record-item p{font-size:7px}.landing-product-demo .record-meta{margin-top:4px;font-size:7px}.landing-product-demo .editor-top{height:46px;padding:0 12px}.landing-product-demo .editor-title b{font-size:9px}.landing-product-demo .editor-title span{font-size:7px}.landing-product-demo .editor-content{grid-template-columns:minmax(0,1fr) 270px}.landing-product-demo .transcript-area{padding:16px 19px 24px;overflow:hidden}.landing-product-demo .doc-title{margin-bottom:4px;font-size:19px}.landing-product-demo .doc-meta{font-size:8px}.landing-product-demo .player{margin:12px 0 9px;padding:8px;gap:8px;border-radius:9px}.landing-product-demo .play-btn{width:29px;height:29px}.landing-product-demo .wave{height:21px}.landing-product-demo .wave i{width:2px}.landing-product-demo .timeline-top{margin-bottom:2px;font-size:7px}.landing-product-demo .speed-btn{height:24px;font-size:8px}.landing-product-demo .tabs{gap:14px;margin-bottom:10px}.landing-product-demo .tab{height:29px;font-size:8px}.landing-product-demo .transcript-block{gap:8px;margin-bottom:10px}.landing-product-demo .speaker{width:23px;height:23px;font-size:7px}.landing-product-demo .utterance-head{margin-bottom:2px}.landing-product-demo .utterance-head b{font-size:8px}.landing-product-demo .timestamp{font-size:7px}.landing-product-demo .utterance p{font-size:8px;line-height:1.45}.landing-product-demo .note-panel{display:block;padding:14px;overflow:hidden;border-left:1px solid #e7e9ef;background:#fbfbfd}.lorym-demo-summary-head{margin-bottom:10px;display:flex;align-items:center;gap:8px}.lorym-demo-summary-head>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#f0edff;color:#6d5dfc}.lorym-demo-summary-head h3{margin:1px 0 0;font-size:10px}.lorym-demo-summary-head small{color:#6d5dfc;font-size:6px;font-weight:750;text-transform:uppercase}.landing-product-demo .summary-card{margin-bottom:8px;padding:9px 10px}.landing-product-demo .summary-card h3{margin-bottom:4px;font-size:9px}.landing-product-demo .summary-card p,.landing-product-demo .summary-card ul{font-size:7px;line-height:1.45}.landing-product-demo .summary-card ul{padding-left:13px}.landing-product-demo .lorym-demo-create-tasks{width:100%;min-height:34px;justify-content:center;font-size:9px;box-shadow:0 7px 18px rgba(109,93,252,.2)}.lorym-demo-action-hint{margin:6px 0 0;color:#777d8d;font-size:7px;text-align:center}.lorym-demo-person{min-height:43px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;border-bottom:1px solid #e7e9ef}.lorym-demo-person>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f0edff;color:#5e4fd5;font-size:7px;font-weight:800}.lorym-demo-person>div{display:grid}.lorym-demo-person strong{font-size:8px}.lorym-demo-person small{color:#8a90a0;font-size:6px}.lorym-demo-person button{border:0;background:transparent;color:#6d5dfc;font-size:7px}.landing-product-demo .tasks-kanban-page{height:100%;padding:15px 20px}.landing-product-demo .tasks-kanban-wrap{max-width:none}.landing-product-demo .tasks-kanban-hero{min-height:48px;padding-bottom:8px}.landing-product-demo .tasks-kanban-heading button{font-size:8px}.landing-product-demo .tasks-kanban-title-row h1{font-size:18px}.landing-product-demo .tasks-kanban-title-row span{font-size:8px}.landing-product-demo .tasks-kanban-progress{width:150px;font-size:8px}.lorym-demo-board-select{min-height:48px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e7e9ef;border-radius:9px;background:#fff}.lorym-demo-board-select>span{color:#737989;font-size:8px;font-weight:700}.lorym-demo-board-select button{height:29px;padding:0 9px;display:flex;align-items:center;gap:6px;border:1px solid #dfe1e8;border-radius:7px;background:#fafbfc;color:#343947;font-size:8px}.lorym-demo-board-select svg{width:12px}.lorym-demo-task-review{margin-top:8px;display:grid;gap:6px}.lorym-demo-task-review article{min-height:63px;padding:7px 9px;display:grid;grid-template-columns:auto minmax(150px,1fr) 115px 100px;align-items:center;gap:8px;border:1px solid #e2e4eb;border-radius:9px;background:#fff}.lorym-demo-task-check{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#eaf8f0;color:#278558}.lorym-demo-task-review article>div{display:grid}.lorym-demo-task-review strong{font-size:8px}.lorym-demo-task-review small{color:#8b91a0;font-size:6px}.lorym-demo-task-review label{display:grid;gap:2px;color:#8b91a0;font-size:6px;font-weight:700}.lorym-demo-task-review input,.lorym-demo-task-review select{width:100%;height:27px;padding:0 6px;border:1px solid #e0e2e8;border-radius:6px;background:#fafbfc;color:#3b4150;font-size:7px}.lorym-demo-task-footer{margin-top:8px;display:flex;align-items:center;gap:10px}.lorym-demo-task-footer p{margin:0;color:#6f7585;font-size:8px}.lorym-demo-task-footer button{margin-left:auto;display:flex;align-items:center;gap:5px}.lorym-demo-success{min-height:49px;margin:2px 0 9px;padding:7px 9px;display:flex;align-items:center;gap:9px;border:1px solid #cdebd9;border-radius:9px;background:#f1faf5}.lorym-demo-success>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#2fa66b;color:#fff}.lorym-demo-success strong{font-size:9px}.lorym-demo-success p{margin:1px 0 0;color:#68786f;font-size:7px}.lorym-demo-success button{margin-left:auto;border:0;background:transparent;color:#267e54;font-size:8px;font-weight:750}.landing-product-demo .tasks-kanban-toolbar{min-height:38px;padding:6px 0}.landing-product-demo .tasks-kanban-search{width:210px;height:30px}.landing-product-demo .tasks-kanban-search input{font-size:8px}.landing-product-demo .tasks-kanban-add{height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;overflow:visible;font-size:8px;line-height:1.2;white-space:nowrap}.landing-product-demo .tasks-kanban-board{min-height:0;height:calc(100% - 154px)}.landing-product-demo .cept-board-columns{gap:8px}.landing-product-demo .cept-board-column{min-height:170px;border-radius:9px}.landing-product-demo .cept-board-column-header{min-height:35px;padding:8px 9px 4px;display:flex;align-items:center;gap:5px}.landing-product-demo .cept-board-column-title{font-size:9px;font-weight:750}.landing-product-demo .cept-board-column-count{padding:1px 5px;border-radius:99px;font-size:7px}.landing-product-demo .cept-board-column-cards{padding:3px 7px 8px}.landing-product-demo .cept-board-card{position:relative;min-height:72px;padding:9px;overflow:hidden}.landing-product-demo .cept-board-card-accent{position:absolute;inset:0 auto 0 0;width:3px;background:#d9dce5}.landing-product-demo .cept-board-card.is-selected .cept-board-card-accent{background:#2fa66b}.landing-product-demo .cept-board-card-title{font-size:8px;font-weight:700}.lorym-demo-card-meta{margin-top:10px;display:flex;align-items:center}.landing-product-demo .cept-board-chip{padding:3px 6px;border-radius:99px;font-size:7px}.landing-product-demo .cept-board-avatar{width:20px;height:20px;margin-left:auto;display:grid;place-items:center;border-radius:50%;font-size:7px;font-weight:750}.landing-product-demo .cept-board-add-card{min-height:27px;font-size:8px}.lorym-demo-document{padding:17px 20px;background:#fff}.lorym-demo-document>header{min-height:48px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #e7e9ef}.lorym-demo-document>header span{color:#8b91a0;font-size:7px}.lorym-demo-document>header h1{margin:2px 0 10px;font-size:18px}.lorym-demo-document>header>div:last-child{display:flex;gap:5px}.lorym-demo-document>header button{height:29px;padding:0 8px;display:flex;align-items:center;gap:4px;border:1px solid #dfe1e8;border-radius:7px;background:#fff;color:#565d6d;font-size:7px}.lorym-demo-document>header button svg{width:12px}.lorym-demo-document-body{min-height:0;flex:1;display:grid;align-content:start;gap:10px;padding:12px 0 0;overflow:hidden}.lorym-demo-document-body>article{padding:4px 6px 8px;overflow:hidden}.landing-product-demo .lorym-demo-document-body>article>h2{margin:14px 0 5px;font-size:11px!important;line-height:1.25;letter-spacing:0}.lorym-demo-document-body li,.lorym-demo-document-body p{color:#555c6d;font-size:8px;line-height:1.55}.lorym-demo-document-body ul{margin:0;padding-left:16px}.lorym-demo-document .lorym-demo-success{margin:0}@media (max-width:900px){.landing-product-demo{--demo-nav:58px}.lorym-demo-guide{grid-template-columns:140px 1fr auto;padding-inline:12px;gap:10px}.lorym-demo-guide li{font-size:0}.landing-product-demo .lorym-demo-sidebar{width:var(--demo-nav);padding-inline:7px}.landing-product-demo .brand{justify-content:center;padding-inline:0;font-size:0}.landing-product-demo .create-btn{width:36px;margin-inline:auto;font-size:0}.landing-product-demo .nav-item{justify-content:center;padding:0;font-size:0}.landing-product-demo .nav-item .count,.landing-product-demo .plan-card,.landing-product-demo .side-title,.landing-product-demo .spaces-mini,.landing-product-demo .user-meta{display:none}.landing-product-demo .user-row{justify-content:center;padding-inline:0}.landing-product-demo .workspace-grid{grid-template-columns:190px minmax(0,1fr)}.landing-product-demo .editor-content{grid-template-columns:minmax(0,1fr) 230px}}@media (max-width:640px){.landing-product-demo{--demo-nav:0px;grid-template-rows:148px minmax(0,1fr)}.lorym-demo-guide{grid-template-columns:1fr;gap:8px;padding:11px 12px}.lorym-demo-guide>div{grid-template-columns:1fr auto}.lorym-demo-guide ol{gap:4px}.lorym-demo-guide li{display:grid;justify-items:center;gap:3px;font-size:7px;text-align:center;white-space:normal}.lorym-demo-guide-actions{justify-content:flex-end}.lorym-demo-guide li:before{top:12px;right:calc(50% + 12px);width:calc(100% - 24px)}.landing-product-demo .lorym-demo-app{grid-template-columns:1fr}.landing-product-demo .lorym-demo-sidebar{display:none}.landing-product-demo .main-shell{grid-column:1}.landing-product-demo .topbar{height:43px;min-height:43px}.landing-product-demo .mobile-menu{display:grid}.landing-product-demo .page-head{padding:12px 13px 8px}.landing-product-demo .inbox-wrap{padding:0 13px 13px}.landing-product-demo .capture-hero{grid-template-columns:1fr;padding:13px}.landing-product-demo .capture-copy h2{font-size:18px}.landing-product-demo .capture-actions{grid-template-columns:1fr}.landing-product-demo .capture-action{display:none}.landing-product-demo .lorym-demo-primary-action{min-height:76px;display:grid}.landing-product-demo .lorym-demo-recents,.landing-product-demo .record-widget,.landing-product-demo .section-head{display:none}.lorym-demo-upload-modal{width:94%}.lorym-demo-dropzone{min-height:190px;padding:18px 12px}.lorym-demo-upload-progress{min-height:230px;padding:22px 18px}.lorym-demo-notes-import{width:94%}.lorym-demo-notes-import-scene .lorym-demo-modal-backdrop{padding-top:24px}.lorym-demo-import-layout{grid-template-columns:1fr}.lorym-demo-import-preview{display:none}.landing-product-demo .workspace-grid{grid-template-columns:1fr}.landing-product-demo .library-pane{display:none}.landing-product-demo .editor-content{grid-template-columns:1fr;overflow:auto}.landing-product-demo .transcript-area{display:none}.landing-product-demo .note-panel{border-left:0}.landing-product-demo .tasks-kanban-page{padding:12px}.landing-product-demo .tasks-kanban-progress,.landing-product-demo .tasks-kanban-search{display:none}.lorym-demo-task-review article{grid-template-columns:auto 1fr}.lorym-demo-document-body>article,.lorym-demo-document>header>div:last-child,.lorym-demo-task-footer p,.lorym-demo-task-review label{display:none}.lorym-demo-success{align-items:flex-start}.lorym-demo-success button{align-self:center}.landing-product-demo .tasks-kanban-board{height:calc(100% - 156px)}.landing-product-demo .cept-board-columns{grid-template-columns:1fr}.landing-product-demo .cept-board-column{display:none}.landing-product-demo .cept-board-column:nth-child(2){display:block}}@media (prefers-reduced-motion:reduce){.lorym-demo-page{animation:none}.lorym-auto-cursor{display:none}.lorym-demo-upload-progress>div i{animation:none}}