:root{color-scheme:light;--bg:#f6f7f9;--panel:#fff;--line:#e6e8ee;--line-strong:#d8dce5;--text:#171a21;--subtle-text:#6f7785;--muted:rgba(17,24,39,.05);--accent:#1d4ed8;--accent-strong:#1e40af;--accent-soft:rgba(29,78,216,.12);--tool-size:54px;--canvas-width:620px;--canvas-height:620px}*{box-sizing:border-box}body{margin:0;min-width:360px;background:#f3f4f6;color:var(--text);font-family:SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.editor-shell{display:grid;padding:0}.editor,.editor-shell{width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}.editor{position:relative;background:#fff}.toolbar{gap:0;padding:0;background:#fff;scrollbar-width:none}.toolbar,.toolbar-group{display:flex;min-width:0;min-height:0}.toolbar-top .toolbar-group{position:relative;flex-direction:row;flex:0 0 auto}.toolbar-left .toolbar-group,.toolbar-right .toolbar-group{position:relative;flex-direction:column;flex:0 0 auto}.toolbar-top .toolbar-group+.toolbar-group{border-left:none}.toolbar-top .toolbar-group+.toolbar-group:before{content:"";position:absolute;left:0;top:50%;width:1px;height:80%;background:var(--line);transform:translateY(-50%)}.toolbar-left .toolbar-group+.toolbar-group,.toolbar-right .toolbar-group+.toolbar-group{border-top:none}.toolbar-left .toolbar-group+.toolbar-group:before,.toolbar-right .toolbar-group+.toolbar-group:before{content:"";position:absolute;top:0;left:50%;width:80%;height:1px;background:var(--line);transform:translateX(-50%)}.toolbar-top{position:absolute;top:0;left:var(--tool-size);right:var(--tool-size);height:var(--tool-size);min-width:0;min-height:0;align-items:center;border-bottom:1px solid var(--line);overflow-x:auto;overflow-y:hidden}.toolbar-top::-webkit-scrollbar{display:none}.toolbar-left{left:0;border-right:1px solid var(--line)}.toolbar-left,.toolbar-right{position:absolute;top:var(--tool-size);bottom:0;display:block;width:var(--tool-size);height:auto;min-width:0;min-height:0;overflow:hidden}.toolbar-right{right:0;border-left:1px solid var(--line)}.toolbar-viewport{display:block;width:100%;height:100%;min-height:0;max-height:100%;overflow-y:scroll;overflow-x:hidden;scrollbar-width:none;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.toolbar-viewport::-webkit-scrollbar{display:none}.toolbar-stack{display:block;width:100%}.toolbar-left .toolbar-group,.toolbar-right .toolbar-group{width:100%;flex-shrink:0}.toolbar::-webkit-scrollbar{display:none}.toolbar-corner{background:#fff}.toolbar-corner-top-left{left:0;border-right:1px solid var(--line)}.toolbar-corner-top-left,.toolbar-corner-top-right{position:absolute;top:0;width:var(--tool-size);height:var(--tool-size);border-bottom:1px solid var(--line)}.toolbar-corner-top-right{right:0;border-left:1px solid var(--line)}.color-button,.tool-button{display:grid;place-items:center;width:var(--tool-size);min-width:var(--tool-size);height:var(--tool-size);min-height:var(--tool-size);padding:0;border:none;border-radius:0;background:transparent;color:var(--text);cursor:pointer;transition:background-color .12s ease,border-color .12s ease;text-align:center}.tool-button svg{width:22px;height:22px;flex:0 0 auto}#clear svg{color:#e03131}.toolbar-text{display:block;line-height:1;font-size:1rem;font-weight:500}.toolbar-charge-text{display:inline-flex;align-items:flex-start;gap:1px;font-size:1.12rem;font-weight:600;letter-spacing:-.02em}.toolbar-charge-text sup{font-size:.92em;line-height:1;transform:translateY(-.28em)}.color-button:hover,.tool-button:hover{background:var(--muted)}.atom-button.is-selected,.color-button.is-selected,.tool-button.is-selected{background:#eef1f6}.atom-button.is-selected .toolbar-text,.tool-button.is-selected .toolbar-text,.tool-button.is-selected svg,.toolbar-left .mode-button:not([data-mode=ion-plus]):not([data-mode=ion-minus]) .toolbar-text,.toolbar-left .mode-button:not([data-mode=ion-plus]):not([data-mode=ion-minus]) svg,.toolbar-right .atom-button .toolbar-text{color:var(--selected-color,var(--text))}.toolbar-left .mode-button[data-mode=ion-minus] .toolbar-text,.toolbar-left .mode-button[data-mode=ion-plus] .toolbar-text{color:var(--text)}.tool-button:disabled{opacity:.35;cursor:default}.color-button{flex:0 0 auto}.color-picker-button .color-dot{background:conic-gradient(#e03131 0deg 120deg,var(--accent) 120deg 240deg,#fcc419 240deg 1turn)}.color-picker-button .color-dot svg{width:15px;height:15px;color:#fff;opacity:.95}.toolbar-menu{position:relative;flex:0 0 auto}.toolbar-menu-popover{position:fixed;z-index:80;display:none;min-width:220px;padding:8px;border:1px solid var(--line);border-radius:0;background:hsla(0,0%,100%,.96);box-shadow:0 18px 40px rgba(17,26,33,.14)}.toolbar-menu-backdrop{position:fixed;inset:0;z-index:119;border:none;background:transparent}.toolbar-menu.is-open .toolbar-menu-popover{display:grid;grid-gap:6px;gap:6px}.toolbar-bond-length-popover,.toolbar-color-popover{min-width:240px}.toolbar-color-picker{display:grid;grid-gap:10px;gap:10px;padding:4px}.toolbar-color-surface{position:relative;height:136px;border:1px solid var(--line);cursor:crosshair;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,transparent)}.toolbar-color-hue-knob,.toolbar-color-surface-knob{position:absolute;width:14px;height:14px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px rgba(17,26,33,.24);transform:translate(-50%,-50%);pointer-events:none}.toolbar-color-hue{position:relative;height:16px;border:1px solid var(--line);cursor:ew-resize;background:linear-gradient(90deg,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.toolbar-color-hue-knob{top:50%}.toolbar-menu-field{display:grid;grid-gap:6px;gap:6px;padding:4px}.toolbar-menu-field span{font-size:.78rem;font-weight:600;color:var(--subtle-text)}.toolbar-menu-input{width:100%;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);font:inherit}.toolbar-menu-input:focus{outline:2px solid var(--accent-soft);outline-offset:0;border-color:var(--accent)}.toolbar-menu-range{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:24px;margin:0;background:transparent;cursor:pointer}.toolbar-menu-range:focus{outline:none}.toolbar-menu-range::-webkit-slider-runnable-track{height:4px;background:linear-gradient(90deg,var(--accent) 0,var(--accent) var(--range-progress,0),#d8dce5 var(--range-progress,0),#d8dce5 100%)}.toolbar-menu-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin-top:-6px;border:2px solid var(--accent);border-radius:0;background:#fff}.toolbar-menu-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--accent-soft)}.toolbar-menu-range::-moz-range-track{height:4px;border:none;background:#d8dce5}.toolbar-menu-range::-moz-range-progress{height:4px;background:var(--accent)}.toolbar-menu-range::-moz-range-thumb{width:16px;height:16px;border:2px solid var(--accent);border-radius:0;background:#fff}.toolbar-menu-range:focus::-moz-range-thumb{box-shadow:0 0 0 3px var(--accent-soft)}.toolbar-menu-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.toolbar-menu-item{display:flex;align-items:center;width:100%;min-height:40px;padding:0 12px;border:none;border-radius:0;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.toolbar-menu-item-label{display:block;min-width:0;color:inherit;opacity:1;visibility:visible;white-space:nowrap}.toolbar-menu-item-secondary{color:var(--subtle-text)}.toolbar-menu-item:hover{background:var(--muted)}.color-dot{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.color-dot svg{width:16px;height:16px;color:#fff;opacity:0}.color-button.is-selected .color-dot svg{opacity:1}.canvas{width:var(--canvas-width);height:var(--canvas-height);background:transparent;cursor:pointer;touch-action:none}.canvas-stage{position:absolute;top:var(--tool-size);left:var(--tool-size);right:var(--tool-size);bottom:0;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;background:transparent}.editor[data-mode=move] .canvas{cursor:-webkit-grab;cursor:grab}@media (max-width:860px){.editor-shell{overflow:hidden}}.editor-page,.icons-page,.landing-page{min-height:100vh;padding:32px}.editor-page,.icons-page{display:grid;grid-gap:20px;gap:20px;align-content:start}.editor-page .editor-shell{min-height:auto;padding:0;place-items:start center}.workspace{height:100vh;display:grid;grid-template-columns:var(--workspace-left-width,288px) minmax(720px,1fr) var(--workspace-right-width,320px);background:#f4f5f7;overflow:hidden}.workspace-sidebar{position:relative;display:grid;grid-template-rows:58px minmax(0,1fr);height:100%;min-height:0;background:#f8f8fa;min-width:0;overflow:visible}.workspace-sidebar-right{border-left:1px solid var(--line);z-index:2;overflow:visible}.workspace-sidebar-left{border-right:1px solid var(--line)}.workspace-sidebar-header{display:flex;align-items:center;justify-content:space-between;min-width:0;background:transparent;border-bottom:1px solid var(--line);padding:0 18px}.workspace-sidebar-headline{display:inline-flex;align-items:center;gap:10px;min-width:0;font-size:.95rem;font-weight:600;color:var(--text)}.workspace-sidebar-headline svg{width:18px;height:18px;flex:0 0 auto}.workspace-panel-close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:transparent;color:var(--text)}.workspace-panel-close svg{width:18px;height:18px}.workspace-sidebar-body{display:grid;align-content:start;justify-items:stretch;min-width:0;min-height:0;overscroll-behavior:contain;color:var(--subtle-text);font-size:.95rem}.workspace-sidebar-body,.workspace-sidebar-right .workspace-sidebar-body{overflow-y:auto;overflow-x:visible}.workspace-sidebar-body::-webkit-scrollbar{display:none}.workspace-sidebar-body p{margin:0;width:100%;text-align:center;padding:24px 16px}.workspace-history-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));grid-gap:18px;gap:18px;width:100%;padding:18px;align-self:start;justify-self:stretch}.workspace-history-item{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);cursor:pointer;transition:background .16s ease,border-color .16s ease}.workspace-history-item:focus-visible,.workspace-history-item:hover{background:#f9fafc;border-color:var(--line)}.workspace-history-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.workspace-history-item-svg-wrap{display:grid;place-items:center;width:72%;height:72%;min-width:0;min-height:0;overflow:hidden}.workspace-history-item-svg-wrap .workspace-history-item-svg{display:grid;place-items:center;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}.workspace-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));grid-gap:18px;gap:18px;width:100%;padding:18px;align-self:start;justify-self:stretch}.workspace-library-search{padding:18px 18px 0}.workspace-library-search-input{width:100%;min-height:42px;padding:0 12px 0 40px;border:1px solid var(--line);border-radius:0;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23939aa5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px 50%;background-size:16px 16px;color:var(--text);font-size:.95rem}.workspace-library-search-input:focus{outline:2px solid var(--accent);outline-offset:2px}.workspace-library-pagination{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:0 18px 18px}.workspace-library-pagination-button{min-height:38px;padding:0 14px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:.9rem;font-weight:600}.workspace-library-pagination-button:focus-visible:not(:disabled),.workspace-library-pagination-button:hover:not(:disabled){background:#f9fafc}.workspace-library-pagination-button:disabled{opacity:.45;cursor:not-allowed}.workspace-library-pagination-status{min-width:56px;text-align:center;color:var(--subtle-text);font-size:.9rem;font-weight:600}.workspace-library-item{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;border:none;border-radius:0;background:#fff;color:var(--text);cursor:pointer;transition:background .16s ease,border-color .16s ease}.workspace-library-item:focus-visible,.workspace-library-item:hover{background:#f9fafc;border-color:var(--line)}.workspace-library-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.workspace-library-item-svg{display:grid;place-items:center;width:72%;height:72%}.workspace-library-item-svg svg{display:block;width:100%;height:100%;overflow:visible}.workspace-library-item-svg svg :is(line,path,polyline,circle,rect){stroke:currentColor}.workspace-library-item-svg svg polygon{fill:currentColor;stroke:currentColor}.workspace-library-item-svg svg text{fill:currentColor}.workspace-library-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:clamp(16px,3vw,36px)}.workspace-library-modal-backdrop{position:absolute;inset:0;border:none;background:rgba(20,24,31,.52);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-library-modal-card{position:relative;z-index:1;display:flex;flex-direction:column;width:min(820px,100%);max-height:min(88vh,780px);overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 24px 72px rgba(15,18,24,.22)}.workspace-library-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 12px;border-bottom:1px solid var(--line)}.workspace-library-modal-titleblock{display:grid;grid-gap:10px;gap:10px;min-width:0}.workspace-library-modal-title{margin:0;color:var(--text);font-size:1.15rem;font-weight:700;line-height:1.25}.workspace-library-modal-tags{display:flex;flex-wrap:wrap;gap:8px}.workspace-library-modal-tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);background:#f9fafc;color:var(--subtle-text);font-size:.84rem;line-height:1}.workspace-library-modal-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:none;background:transparent;color:var(--text)}.workspace-library-modal-close svg{width:18px;height:18px}.workspace-library-modal-body{display:grid;flex:1 1 auto;min-height:0;grid-gap:18px;gap:18px;padding:18px;overflow-y:auto;overflow-x:hidden}.workspace-library-modal-preview{display:grid;place-items:center;min-height:280px;padding:18px;border:1px solid var(--line);background:#f8f8fa;overflow:hidden}.workspace-library-modal-svg{display:grid;place-items:center;width:min(100%,520px);min-width:0;overflow:hidden}.workspace-library-modal-svg svg{display:block;max-width:100%;width:auto;height:auto;max-height:44vh;overflow:visible}.workspace-library-modal-svg svg :is(line,path,polyline,circle,rect){stroke:currentColor}.workspace-library-modal-svg svg polygon{fill:currentColor;stroke:currentColor}.workspace-library-modal-svg svg text{fill:currentColor}.workspace-library-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.workspace-library-modal-action{min-height:44px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:.95rem;font-weight:600}.workspace-library-modal-action:focus-visible,.workspace-library-modal-action:hover{background:#f9fafc}.workspace-library-modal-action.is-primary{border-color:var(--accent);background:var(--accent);color:#fff}.workspace-library-modal-action.is-primary:focus-visible,.workspace-library-modal-action.is-primary:hover{background:var(--accent-strong)}.workspace-feedback{position:fixed;left:50%;top:24px;z-index:90;transform:translateX(-50%);min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(20,24,31,.1);background:rgba(20,24,31,.92);color:#fff;font-size:.92rem;font-weight:600;letter-spacing:.01em;box-shadow:0 12px 30px rgba(15,18,24,.22);pointer-events:none}@media (max-width:720px){.workspace-library-modal-actions{grid-template-columns:1fr}.workspace-library-modal-preview{min-height:220px}}.workspace-history-item-wrap{position:relative;overflow:hidden}.workspace-history-swipe-bg{position:absolute;top:0;right:0;bottom:0;width:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:20px;background:#e03131;color:#fff;pointer-events:none;transition:opacity .12s ease}.workspace-history-swipe-bg svg{width:20px;height:20px;flex:0 0 auto}.workspace-history-delete{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:#e03131;color:#fff;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .14s ease,background-color .12s ease}.workspace-history-delete svg{width:14px;height:14px;flex:0 0 auto}.workspace-history-delete:hover{background:#c92a2a}.workspace-history-item-wrap:hover .workspace-history-delete{opacity:1;pointer-events:auto}.workspace-history-item-svg{display:block;width:100%;aspect-ratio:auto;overflow:hidden}.workspace-history-item-svg svg{display:block;width:100%;height:auto;max-width:100%;max-height:100%;overflow:visible}.workspace-history-item-svg svg :is(line,path,polyline,circle,rect){stroke:currentColor}.workspace-history-item-svg svg polygon{fill:currentColor;stroke:currentColor}.workspace-history-item-svg svg text{fill:currentColor}.workspace-history-item-empty{font-size:.8rem;color:var(--subtle-text)}.workspace-main{display:grid;grid-template-rows:58px minmax(0,1fr);min-width:0;height:100%;background:#f6f7f9;position:relative;z-index:1}.workspace-header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;background:#fff;border-bottom:1px solid var(--line)}.workspace-header-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.workspace-language-menu,.workspace-smiles-menu{position:relative;flex:0 0 auto}.workspace-language-button,.workspace-smiles-button{display:inline-flex;align-items:center;justify-content:center;height:38px;border:none;border-radius:0;background:transparent;color:var(--text);gap:4px}.workspace-smiles-button{min-width:72px;padding:0 12px;font-weight:600;letter-spacing:.01em}.workspace-language-button{min-width:44px;padding:0 8px}.workspace-language-button:hover,.workspace-smiles-button:hover{background:var(--accent-soft);color:var(--accent-strong)}.workspace-language-button:hover svg,.workspace-smiles-button:hover svg{color:var(--accent)}.workspace-language-chevron{width:14px;height:14px;transition:transform .12s ease}.workspace-language-menu.is-open .workspace-language-chevron{transform:rotate(180deg)}.workspace-language-popover,.workspace-smiles-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:90;border:none;background:hsla(0,0%,100%,.98);box-shadow:0 18px 40px rgba(17,26,33,.14)}.workspace-smiles-popover{display:none;width:min(360px,calc(100vw - 24px));max-height:min(70vh,520px);padding:12px;overflow:auto}.workspace-language-popover{display:none;min-width:132px;padding:6px}.workspace-language-menu.is-open .workspace-language-popover,.workspace-smiles-menu.is-open .workspace-smiles-popover{display:grid;grid-gap:4px;gap:4px}.workspace-smiles-menu.is-open .workspace-smiles-popover{gap:10px}.workspace-smiles-label{font-size:.78rem;font-weight:600;color:var(--subtle-text);letter-spacing:.03em}.workspace-smiles-input{width:100%;min-height:40px;padding:10px 12px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);font:inherit;outline:none}.workspace-smiles-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.workspace-smiles-error{margin:0;font-size:.82rem;line-height:1.5;color:#c92a2a}.workspace-smiles-preview{display:grid;grid-gap:8px;gap:8px;width:100%;padding:12px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);text-align:left;cursor:pointer}.workspace-smiles-preview:hover{background:#f9fafc}.workspace-smiles-preview-art{display:grid;place-items:center;aspect-ratio:1/1;min-height:220px;overflow:hidden}.workspace-smiles-preview-art svg{display:block;width:100%;height:auto}.workspace-smiles-empty,.workspace-smiles-preview-caption{font-size:.82rem;line-height:1.5;color:var(--subtle-text)}.workspace-smiles-empty{padding:16px 12px;border:1px dashed var(--line);background:#fbfbfc}.workspace-language-option{width:100%;min-height:36px;padding:0 10px;border:none;background:transparent;color:var(--text);text-align:left}.workspace-language-option.is-selected,.workspace-language-option:hover{background:var(--muted)}.lang-label-long{display:inline}.lang-label-short{display:none}.workspace-header-logo{min-width:0;flex:1 1 auto}.workspace-header-logo-text{display:inline-flex;align-items:center;min-width:0;line-height:0}.workspace-header-logo-mark{display:block;width:165px;height:auto}.workspace-header-file-button{display:inline-flex;align-items:center;min-width:0;max-width:100%;padding:0;border:none;background:transparent;color:var(--text);font:inherit;font-weight:600;text-align:left;cursor:text}.workspace-header-file-button:hover{color:var(--accent)}.workspace-header-file-text{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace-header-file-input{width:min(100%,280px);max-width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);font:inherit;font-weight:600;outline:none}.workspace-header-file-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.workspace-mobile-backdrop,.workspace-mobile-drawer,.workspace-mobile-header,.workspace-mobile-sheet{display:none}.workspace-mobile-header{width:100%;border:none;background:transparent;color:var(--text);font:inherit}.workspace-mobile-header-main{width:auto;flex:0 0 auto;margin-left:auto}.workspace-mobile-header-main,.workspace-mobile-toggle{align-items:center;justify-content:flex-start;padding:0}.workspace-mobile-toggle{display:inline-flex;width:58px;height:58px;border:none;background:transparent;color:var(--text)}.workspace-mobile-header-library{align-items:center;justify-content:flex-start;gap:10px;min-height:58px;padding:0 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.workspace-mobile-library-label{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;font-weight:600}.workspace-mobile-library-label svg,.workspace-mobile-toggle svg{width:18px;height:18px}.workspace-canvas-pane{display:grid;padding:0;overflow:hidden;background:#f6f7f9}.workspace-canvas-pane,.workspace-canvas-pane .editor-shell{min-width:0;min-height:0}.workspace-mobile-backdrop{position:fixed;inset:0;z-index:70;border:none;background:rgba(17,26,33,.28);opacity:0;pointer-events:none;transition:opacity .18s ease}.workspace-mobile-drawer,.workspace-mobile-sheet{position:fixed;z-index:80;background:#f8f8fa;transition:transform .22s ease}.workspace-mobile-drawer{top:0;width:min(86vw,320px);transform:translateX(-100%)}.workspace-mobile-drawer,.workspace-mobile-sheet{left:0;bottom:0;display:grid;grid-template-rows:58px minmax(0,1fr)}.workspace-mobile-sheet{right:0;height:min(85vh,650px);border-top:1px solid var(--line);transform:translateY(100%)}.workspace-mobile-backdrop.is-open{opacity:1;pointer-events:auto}.workspace-mobile-drawer.is-open{box-shadow:18px 0 38px rgba(17,26,33,.16);transform:translateX(0)}.workspace-mobile-sheet.is-open{box-shadow:0 -18px 38px rgba(17,26,33,.16);transform:translateY(0)}.workspace-resizer{position:absolute;top:0;bottom:0;width:var(--workspace-resizer-width,6px);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;z-index:10}.workspace-resizer-left{right:calc(var(--workspace-resizer-width, 6px) / -2)}.workspace-resizer-right{left:calc(var(--workspace-resizer-width, 6px) / -2)}.workspace-resizer:before{content:"";position:absolute;inset:0;background:rgba(224,229,238,.95);opacity:0;transition:opacity .16s ease}.workspace-resizer-handle{display:none}.workspace-resizer:hover .workspace-resizer-handle,.workspace-resizer:hover:before,body.workspace-resizing .workspace-resizer .workspace-resizer-handle,body.workspace-resizing .workspace-resizer:before{opacity:1}body.workspace-resizing{cursor:col-resize}.landing-page{display:grid;grid-gap:0;gap:0;align-content:start;width:100%;padding:0 0 24px}.home-feature-section>*,.home-section>*{width:min(1200px,100%);margin-left:auto;margin-right:auto}.home-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:0;gap:0;align-items:stretch;padding:72px 0 64px max(0px,calc((100vw - 1248px) / 2))}.home-hero,.home-hero-copy{display:grid;overflow:visible}.home-hero-copy{align-content:start;grid-gap:18px;gap:18px;align-self:center;padding:0 56px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none}.home-hero-copy .eyebrow{margin-bottom:0}.home-hero-copy h1{margin:0;font-size:clamp(3rem,7vw,5.6rem);line-height:.95;letter-spacing:-.05em}.home-hero-copy .hero-copy{max-width:34rem}.home-hero-visual{position:relative;display:grid;justify-self:start;width:calc(100% + 12.5vw);min-height:100%;align-content:end;overflow:visible}.home-hero-laptop{position:relative;z-index:1;width:100%;margin:0;overflow:visible;padding-bottom:3.8%}.home-hero-laptop-screen-shell{position:relative;display:grid;padding:2% 2% 3.4%;border-radius:24px 24px 10px 10px;background:linear-gradient(180deg,#5a5a5d,#2f2f31 18%,#1d1d1f);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18),inset 0 -1px 0 rgba(0,0,0,.28),0 18px 38px rgba(31,28,24,.22)}.home-hero-laptop-camera{position:absolute;top:1.3%;left:50%;width:.9%;aspect-ratio:1;min-width:6px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(92,172,255,.8),hsla(0,0%,8%,.9) 55%,#050505 100%);transform:translateX(-50%);box-shadow:0 0 0 2px hsla(0,0%,100%,.06)}.home-hero-pc-frame{position:relative;overflow:hidden;border-radius:10px 10px 6px 6px;background:#0f1012;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04),inset 0 0 0 2px rgba(0,0,0,.35)}.home-hero-pc-frame:before{content:"";position:absolute;inset:0 auto 0 0;width:18%;background:linear-gradient(90deg,hsla(0,0%,100%,.12),transparent 78%);pointer-events:none;mix-blend-mode:screen}.home-hero-pc-media{display:block;width:100%;height:auto;max-width:none}.home-hero-laptop-base{position:relative;width:112%;height:4.4%;margin:-.4% 0 0 -6%;border-radius:0 0 28px 28px;background:linear-gradient(180deg,#d7dadf,#bcc1c9 38%,#9197a1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),inset 0 -1px 0 rgba(80,87,98,.28)}.home-hero-laptop-base:before{content:"";position:absolute;top:8%;left:50%;width:18%;height:34%;border-radius:0 0 999px 999px;background:linear-gradient(180deg,hsla(218,8%,53%,.55),rgba(238,240,244,.45));transform:translateX(-50%)}.home-hero-phone{position:absolute;left:4.5%;bottom:4%;z-index:3;width:20%;aspect-ratio:.54/1;min-width:120px;padding:1.1% 1.1% 1.8%;border-radius:28px;background:linear-gradient(180deg,#55585d,#1a1b1f 18%,#0d0e11);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18),inset 0 -1px 0 rgba(0,0,0,.35),0 22px 38px rgba(18,19,23,.28);transform:rotate(4deg)}.home-hero-phone:after{content:"";position:absolute;inset:auto 10% -4% 10%;height:10%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(22,23,26,.26),transparent 72%);filter:blur(8px);z-index:-1}.home-hero-phone-speaker{position:absolute;top:3.2%;left:50%;width:28%;height:2.4%;min-height:6px;border-radius:999px;background:linear-gradient(180deg,rgba(24,25,29,.92),rgba(63,67,74,.88));transform:translateX(-50%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.home-hero-phone-screen{height:100%;overflow:hidden;border-radius:22px;background:#0a0b0d;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04),inset 0 0 0 2px rgba(0,0,0,.4)}.home-hero-phone-image{display:block;width:100%;height:100%;object-fit:cover}.home-hero-laptop-shadow{position:absolute;left:7%;right:4%;bottom:0;height:7%;border-radius:50%;background:radial-gradient(ellipse at center,hsla(0,2%,9%,.24),transparent 72%);filter:blur(10px);z-index:-1}.home-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.home-stat{display:grid;grid-gap:4px;gap:4px;padding:16px;border:1px solid var(--line);border-radius:18px;background:hsla(0,0%,100%,.7)}.home-stat strong{color:var(--accent);font-size:1rem;line-height:1.2}.home-stat span{color:hsla(0,0%,7%,.7);font-size:.88rem;line-height:1.5}.home-feature-section{padding:104px 0 84px}.home-feature-section,.home-section{display:grid;grid-gap:28px;gap:28px;width:100%}.home-section{padding:96px 0}.home-problem-section{background:linear-gradient(180deg,rgba(255,249,244,.95),hsla(32,48%,94%,.88))}.home-solution-section{background:linear-gradient(180deg,rgba(246,250,255,.95),rgba(237,244,255,.88))}.home-feature-section{background:linear-gradient(180deg,rgba(246,251,248,.95),rgba(236,246,240,.88))}.home-benefit-section{background:linear-gradient(180deg,rgba(251,247,255,.95),rgba(244,239,253,.88))}.home-how-section{background:linear-gradient(180deg,rgba(255,250,245,.95),hsla(36,52%,94%,.88))}.home-cta-section{background:linear-gradient(180deg,rgba(247,249,252,.95),rgba(238,243,248,.88))}.home-benefit-grid,.home-feature-grid,.home-how-grid,.home-problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.home-how-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-gap:24px;gap:24px;align-items:center}.home-how-media{margin:0;width:min(100%,86%);justify-self:start;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:hsla(0,0%,100%,.86);box-shadow:0 18px 42px rgba(43,35,20,.08)}.home-how-image{display:block;width:100%;height:100%;object-fit:cover}.home-how-stack{display:grid;grid-gap:18px;gap:18px;align-content:center;align-self:center}.home-benefit-card,.home-how-step,.home-problem-card{display:grid;grid-gap:12px;gap:12px;padding:26px;border:1px solid var(--line);border-radius:26px;background:hsla(0,0%,100%,.82);box-shadow:0 14px 28px rgba(43,35,20,.06)}.home-how-step{grid-template-columns:auto minmax(0,1fr);gap:6px 16px;align-items:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-how-step .home-editor-index{grid-row:1/span 2;align-self:center;margin-top:0}.home-how-step h3{grid-column:2;align-self:start;margin:0}.home-how-step p{grid-column:2;margin:0;max-width:42rem;align-self:center}.home-benefit-card h3,.home-how-step h3,.home-pricing-card h3,.home-problem-card h3{margin:0;font-size:1.2rem;line-height:1.2}.home-benefit-card p,.home-how-step p,.home-pricing-card p,.home-problem-card p{margin:0;color:hsla(0,0%,7%,.72);line-height:1.7}.home-solution-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:24px;gap:24px;align-items:stretch}.home-spotlight-card{display:grid;grid-gap:18px;gap:18px;padding:34px;border:1px solid rgba(29,78,216,.16);border-radius:30px;background:radial-gradient(circle at top right,rgba(29,78,216,.14),transparent 24%),linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.78));box-shadow:0 18px 42px rgba(43,35,20,.08)}.home-spotlight-card-accent{border-color:rgba(29,78,216,.22)}.home-spotlight-kicker{margin:0;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.home-editor-panel h3,.home-metric-card h3,.home-spotlight-card h3{margin:0;font-size:clamp(1.45rem,2.4vw,2.3rem);line-height:1.08}.home-editor-item p,.home-editor-panel p,.home-metric-card p,.home-spotlight-card p{margin:0;color:hsla(0,0%,7%,.72);line-height:1.7}.home-inline-points{display:flex;flex-wrap:wrap;gap:10px}.home-editor-tags li,.home-inline-points span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(29,78,216,.16);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--accent-strong);font-size:.86rem;font-weight:600}.home-metric-stack{display:grid;grid-gap:18px;gap:18px}.home-metric-card,.home-solution-panel{display:grid;grid-gap:10px;gap:10px;padding:26px;border:1px solid var(--line);border-radius:24px;background:hsla(0,0%,100%,.82);box-shadow:0 14px 28px rgba(43,35,20,.06)}.home-metric-card strong,.home-solution-panel strong{color:var(--accent);font-size:1.35rem;line-height:1}.home-metric-card h3,.home-solution-panel h3{font-size:1.2rem}.home-editor-index{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;border-radius:50%;background:var(--accent-soft);color:var(--accent-strong);font-size:.9rem;font-weight:700}.home-editor-tags{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.home-cta-section{display:grid;padding-top:88px;padding-bottom:36px}.home-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:center;padding:36px 40px;border:1px solid rgba(29,78,216,.18);border-radius:32px;background:radial-gradient(circle at top right,rgba(29,78,216,.12),transparent 24%),hsla(0,0%,100%,.86);box-shadow:0 20px 50px rgba(43,35,20,.08)}.home-cta h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.1}.home-cta p{max-width:760px;margin:12px 0 0;color:hsla(0,0%,7%,.74);line-height:1.7}.site-frame{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at top left,var(--accent-soft),transparent 32%),linear-gradient(180deg,#f7f8fb 0,#eef1f6 100%)}.site-frame-band{width:100%}.site-frame-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1200px,calc(100% - 48px));margin:0 auto}.site-frame-band:first-child{position:fixed;inset:0 0 auto;z-index:30;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-frame-header{min-height:64px;padding:22px 0 10px}.site-frame-header-actions{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.site-frame-brand{display:inline-flex;align-items:center;min-width:0;line-height:0}.site-frame-brand-mark{display:block;width:165px;height:auto}.site-frame-nav{display:flex;gap:12px;flex-wrap:wrap}.site-frame-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line);background:hsla(0,0%,100%,.78);color:var(--text)}.site-frame-nav-link:focus-visible,.site-frame-nav-link:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.site-frame-content{width:100%;padding-top:82px}.site-frame-footer{padding:18px 0 24px;color:var(--subtle-text);font-size:.9rem}.library-page{display:grid;grid-gap:28px;gap:28px;padding:0 24px 24px}.library-page-hero{width:min(1200px,calc(100% - 48px));margin:0 auto}.library-page-description{display:block;max-width:760px;margin:0;color:hsla(0,0%,7%,.72);font-size:1.02rem;line-height:1.7}.library-page-highlight{color:var(--accent);font-size:1.12em;font-weight:700}.library-page-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:24px;gap:24px;width:min(1200px,calc(100% - 48px));margin:0 auto;align-items:start}.library-page-filters{display:none}.library-page-filters-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.library-page-filters-header-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.library-page-filters-title{margin:0;font-size:1.08rem;line-height:1.2}.library-page-filter-clear,.library-page-filter-close,.library-page-filter-toggle{display:inline-flex;align-items:center;justify-content:center;height:42px;min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--accent);cursor:pointer}.library-page-filter-clear:focus-visible,.library-page-filter-clear:hover,.library-page-filter-close:focus-visible,.library-page-filter-close:hover,.library-page-filter-toggle:focus-visible,.library-page-filter-toggle:hover{border-color:var(--accent);background:var(--accent-soft)}.library-page-filter-section{display:grid;grid-gap:10px;gap:10px}.library-page-filter-section-title{margin:0;color:var(--subtle-text);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.library-page-filter-list{display:flex;flex-wrap:wrap;gap:8px}.library-page-filter-list-scroll{max-height:320px;overflow:auto;padding-right:4px}.workspace-library-tag-filters{padding:0 18px 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.workspace-library-filter-clear{margin-left:auto}.workspace-library-tag-filters .library-page-filter-chip{width:100%;min-width:0}.workspace-library-tag-filters .library-page-filter-chip span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-page-filter-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:auto;flex:0 0 auto;min-height:36px;padding:0 12px;border:1px solid var(--line);background:#fff;color:var(--text);text-align:left;cursor:pointer}.library-page-filter-chip.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.library-page-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;padding:2px 6px;border-radius:999px;background:var(--muted);color:var(--subtle-text);font-size:.75rem;font-weight:700}.library-page-filter-chip.is-active .library-page-filter-count{background:rgba(29,78,216,.14);color:var(--accent)}.library-page-filters-empty{margin:0;color:var(--subtle-text);font-size:.92rem}.library-page-panel{display:grid;grid-gap:18px;gap:18px;width:100%;min-width:0;padding:24px;border:1px solid var(--line);background:hsla(0,0%,100%,.545);box-shadow:0 20px 50px rgba(43,35,20,.08)}.workspace-library-search-row{position:relative;display:flex;align-items:flex-start;gap:12px;width:100%;padding:18px 18px 0;z-index:3;overflow:visible}.library-page .workspace-library-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.library-page .workspace-library-item-svg{width:78%;height:78%}.library-page-empty{margin:0;padding:24px 18px;color:var(--subtle-text);text-align:center}.workspace-library-search{display:grid;grid-gap:8px;gap:8px;width:100%;padding:0;flex:1 1 auto;min-width:0}.library-page .workspace-library-search-actions{position:relative;display:none;flex:0 0 auto;padding:0}.library-page-filter-toggle{width:42px;min-width:42px;padding:0}.library-page-filter-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:min(320px,calc(100vw - 24px))}.library-page-filter-popover,.workspace-library-filter-popover{display:grid;max-height:min(70vh,560px);overflow:auto;padding:18px;border:1px solid var(--line);background:#fff;box-shadow:0 20px 50px rgba(43,35,20,.08)}.workspace-library-filter-popover{position:fixed;z-index:200;width:min(320px,calc(100vw - 32px))}.workspace-library-filter-backdrop{position:fixed;inset:0;z-index:199;border:none;background:transparent}@media (min-width:861px){.library-page-layout{grid-template-columns:minmax(240px,280px) minmax(0,1fr)}.library-page-filters{position:-webkit-sticky;position:sticky;top:98px;display:grid;grid-gap:18px;gap:18px;padding:20px;border:1px solid var(--line);background:hsla(0,0%,100%,.545);box-shadow:0 20px 50px rgba(43,35,20,.08)}}.hero{max-width:900px;padding:40px;border:1px solid var(--line);border-radius:28px;background:hsla(0,0%,100%,.82);box-shadow:0 20px 50px rgba(43,35,20,.08)}.hero h1,.page-head h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.hero-copy{max-width:680px;margin:18px 0 0;color:hsla(0,0%,7%,.75);font-size:1.05rem;line-height:1.7}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.hero-actions,.page-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.page-links a,.primary-link,.secondary-link,.section-head a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--line);background:hsla(0,0%,100%,.78)}.primary-link{background:var(--accent);color:#fff;border-color:var(--accent)}.primary-link:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.feature-grid,.template-grid{display:grid;grid-gap:16px;gap:16px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card,.template-card{padding:20px;border:1px solid var(--line);border-radius:20px;background:hsla(0,0%,100%,.8);box-shadow:0 12px 26px rgba(43,35,20,.05)}.feature-card-accent{border-color:rgba(29,78,216,.24);background:radial-gradient(circle at top right,rgba(29,78,216,.12),transparent 24%),hsla(0,0%,100%,.84)}.feature-card h2,.feature-card h3,.section-head h2{margin:0 0 10px;font-size:1.1rem}.feature-card p,.template-card em,.template-card span{margin:0;color:hsla(0,0%,7%,.7);line-height:1.6}.template-card{display:grid;grid-gap:8px;gap:8px}.template-card-large{min-height:150px}.template-card em{font-style:normal;color:var(--accent)}.template-strip{display:grid;grid-gap:16px;gap:16px}.page-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head{display:grid;grid-gap:10px;gap:10px;margin-bottom:20px}.section-head>div{display:grid;grid-gap:8px;gap:8px}.section-head>p{max-width:780px;margin:0}.icons-page .template-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media (max-width:860px){.editor-page,.icons-page,.landing-page{padding:16px}.landing-page{width:100%;padding:0 0 16px}.home-hero{grid-template-columns:1fr;padding:36px 0 28px}.home-hero-copy{padding:0 0 28px}.home-benefit-grid,.home-feature-grid,.home-how-grid,.home-how-layout,.home-pricing-layout,.home-problem-grid,.home-solution-layout,.home-stat-row{grid-template-columns:1fr}.home-feature-section,.home-section{padding:36px 0}.home-feature-section{padding-top:44px}.home-solution-panel,.home-spotlight-card{padding:24px}.home-cta{grid-template-columns:1fr;padding:28px}.home-cta-section{padding-top:40px;padding-bottom:12px}.section-head{gap:8px}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.workspace-resizer,.workspace-sidebar-left,.workspace-sidebar-right{display:none}.workspace-main{grid-column:1/-1;grid-row:1/2;min-height:auto;grid-template-rows:58px minmax(0,1fr);height:auto}.workspace-header{height:58px;position:relative;padding:0 14px;overflow:visible}.workspace-header-logo{position:absolute;top:0;right:188px;bottom:0;left:58px;display:flex;align-items:center;min-width:0;margin-left:0}.workspace-header-actions{position:absolute;top:10px;right:14px;z-index:2}.workspace-smiles-popover{position:fixed;top:68px;right:14px;left:14px;width:auto;max-height:calc(100vh - 82px)}.workspace-smiles-button{min-width:68px;padding:0 10px;font-size:.82rem}.lang-label-long{display:none}.lang-label-short{display:inline}.workspace-mobile-header-main{position:absolute;top:0;left:14px;bottom:0;width:58px;min-width:58px;max-width:58px;display:flex;align-items:center;margin-left:0;justify-content:flex-start;z-index:1}.workspace-header-file-button,.workspace-header-file-input{width:100%;max-width:100%}.workspace-mobile-header-library{grid-column:1/-1;grid-row:2/3;width:100%}.workspace-mobile-header{display:flex}.workspace-mobile-backdrop{display:block}.workspace-mobile-drawer,.workspace-mobile-sheet{display:grid}.workspace-mobile-header-library{display:flex}.workspace-history-delete{display:none}.library-page-hero,.library-page-layout,.site-frame-inner{width:min(1200px,calc(100% - 32px))}.site-frame-content{padding-top:78px}.library-page{padding:0 16px 16px;gap:18px}.library-page-layout{grid-template-columns:1fr}.library-page-filters{display:none}.library-page-panel{padding:18px}}@media (max-width:560px){.home-hero{padding:28px 0 22px}.home-hero-copy h1{font-size:clamp(2.6rem,12vw,4rem)}}@media (max-width:860px){.home-hero-visual,.landing-page{width:100%}.home-hero-pc-frame{width:100%;margin:4px 0 -16px}.home-hero-phone{left:2%;bottom:10%;width:26%;min-width:92px;border-radius:22px}.home-hero-phone-screen{border-radius:18px}.site-frame-content{padding-top:74px}.library-page{padding:0 12px 12px}.library-page-layout{gap:16px}.library-page-panel{padding:0;border:none;background:transparent;box-shadow:none}.library-page-hero{padding-top:4px}.library-page-hero,.library-page-layout{width:min(1200px,calc(100% - 24px))}.library-page .workspace-library-search-actions,.workspace-library-grid,.workspace-library-pagination,.workspace-library-search{padding-left:0;padding-right:0}.workspace-library-search-row{align-items:stretch}.library-page .workspace-library-search-actions{display:flex;padding-top:0;padding-right:0}.workspace-library-search{padding-top:0}}