@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--bg-color:#f9f9f9;--text-color:#333;--toolbar-bg:#ffffffd1;--toolbar-border:#0f172a1a;--toolbar-muted:#0f172a80;--toolbar-surface:#ffffffad;--toolbar-surface-strong:#ffffffeb;--shadow:0 18px 50px #0f172a1f;--accent:#2b70f5;--accent-light:#2b70f51a;--danger:#d9485f}@media (prefers-color-scheme:dark){:root{--bg-color:#121212;--text-color:#fff;--toolbar-bg:#18181bd1;--toolbar-border:#ffffff1f;--toolbar-muted:#ffffff8f;--toolbar-surface:#27272ac7;--toolbar-surface-strong:#3f3f46f5;--shadow:0 8px 32px #00000080;--accent:#6eb7ff;--accent-light:#6eb7ff1a;--danger:#ff6b81}}body{background-color:var(--bg-color);color:var(--text-color);margin:0;font-family:Inter,sans-serif;overflow:hidden}button{color:inherit;font-family:inherit}.toolbar{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);box-shadow:var(--shadow);z-index:1050;box-sizing:border-box;border-radius:20px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.45rem;width:max-content;max-width:calc(100vw - 2.5rem);padding:.45rem .6rem;display:flex;position:fixed;bottom:.85rem;left:50%;transform:translate(-50%)}.toolbar-section{flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.toolbar-divider{background:var(--toolbar-border);border-radius:1px;flex-shrink:0;align-self:center;width:1.5px;height:24px;margin:0 .2rem}.tool-btn{cursor:pointer;letter-spacing:-.01em;width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px;color:var(--text-color);box-shadow:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.92rem;font-weight:600;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:flex}.tool-btn svg{flex-shrink:0}.tool-btn:hover{background:var(--toolbar-surface);border-color:#0000}.tool-btn.active{background:color-mix(in srgb, var(--accent) 12%, transparent);border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.tool-btn-secondary{background:0 0;border-color:#0000}.tool-btn-recent{color:var(--accent)}.tool-btn-danger{color:var(--danger)}.tool-btn-danger:hover{background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger);border-color:#0000}.tool-btn:disabled{opacity:.45;cursor:default;transform:none}.toolbar-popover{z-index:1000;position:absolute;bottom:calc(100% + 14px);left:50%;transform:translate(-50%)}.toolbar-popover-table{width:max-content;max-width:min(94vw,680px);max-height:calc(100vh - 5.5rem);animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeInCenter;z-index:1200!important;position:fixed!important;bottom:calc(.85rem + 62px)!important;left:50%!important;transform:translate(-50%)!important}@media (width<=480px){.toolbar-popover-table{max-height:calc(100vh - 5rem);bottom:calc(max(.6rem, env(safe-area-inset-bottom,.6rem)) + 52px + 8px)!important}}:root{--periodic-size:30px;--periodic-gap:3px;--periodic-font:.82rem}.periodic-table-container{grid-template-columns:repeat(18, var(--periodic-size));gap:var(--periodic-gap);background:var(--toolbar-bg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);border:1px solid var(--toolbar-border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;border-radius:16px;max-width:min(94vw,660px);max-height:75vh;padding:.85rem;display:grid;overflow:auto}.periodic-table-container::-webkit-scrollbar{width:6px;height:6px}.periodic-table-container::-webkit-scrollbar-track{background:0 0}.periodic-table-container::-webkit-scrollbar-thumb{background:var(--toolbar-border);border-radius:3px}.periodic-table-container::-webkit-scrollbar-thumb:hover{background:var(--toolbar-muted)}.periodic-element-btn{width:var(--periodic-size);height:var(--periodic-size);color:var(--text-color);border:1px solid var(--toolbar-border);font-family:inherit;font-weight:600;font-size:var(--periodic-font);cursor:pointer;box-sizing:border-box;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .1s,background .2s,box-shadow .2s;display:flex}.periodic-element-btn:hover{z-index:2;transform:scale(1.12);box-shadow:0 2px 8px #00000026}.periodic-element-btn.active{color:#fff;box-shadow:0 0 0 2px var(--accent)}.menu-dropdown{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);width:220px;box-shadow:var(--shadow);z-index:1001;border-radius:12px;flex-direction:column;gap:.25rem;padding:.75rem;animation:.2s ease-out menuFadeIn;display:flex;position:absolute;top:3.5rem;left:0}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes popoverFadeInCenter{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}@keyframes popoverFadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.menu-item{cursor:pointer;color:var(--text-color);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;transition:background .2s;display:flex}.menu-item:hover{background:var(--accent-light)}.menu-item input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--accent)}.menu-header{opacity:.4;text-transform:uppercase;letter-spacing:.05em;padding:.4rem .75rem;font-size:.75rem;font-weight:700}.menu-btn{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--toolbar-border);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:0;transition:all .2s;display:flex}.menu-btn:hover{background:var(--toolbar-surface);transform:translateY(-1px)}.menu-btn span{background:var(--text-color);border-radius:1px;width:16px;height:2px;display:block}.brand-bubble{z-index:1000;background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);box-sizing:border-box;height:48px;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:.75rem;padding:0 1rem 0 .5rem;display:flex;position:fixed;top:1.5rem;left:1.5rem}.brand-bubble .menu-btn{background:var(--toolbar-surface);box-shadow:none;border:1px solid #0000}.brand-bubble .menu-btn:hover{background:var(--toolbar-surface-strong)}.brand-bubble .menu-dropdown{width:220px;top:calc(100% + .75rem);left:0}.toolbar-popover-menu{border:1px solid var(--toolbar-border);background:var(--toolbar-bg);-webkit-backdrop-filter:blur(22px)saturate(1.4);width:max-content;min-width:210px;box-shadow:var(--shadow);color:var(--text-color);border-radius:18px;padding:.75rem;animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeInCenter}.toolbar-popover-rings{min-width:280px}.toolbar-menu-label{text-transform:uppercase;letter-spacing:.08em;color:var(--toolbar-muted);margin-bottom:.8rem;padding:0 .4rem;font-size:.7rem;font-weight:700;display:block}.toolbar-template-list{flex-direction:column;gap:.35rem;display:flex}.toolbar-template-item{background:var(--toolbar-surface);width:100%;color:var(--text-color);cursor:pointer;text-align:left;box-sizing:border-box;border:1px solid #0000;border-radius:12px;flex-direction:row;align-items:center;gap:.65rem;padding:.6rem .8rem;font-family:inherit;transition:all .15s;display:flex}.toolbar-template-item:hover{background:var(--toolbar-surface-strong);border-color:var(--toolbar-border);color:var(--text-color);transform:translate(2px)}.toolbar-template-item.is-active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.toolbar-template-item.is-active .toolbar-template-title{color:var(--accent)}.toolbar-template-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.top-header{z-index:100;pointer-events:none;justify-content:space-between;align-items:center;height:48px;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.top-header>*{pointer-events:auto}.mode-switcher{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--toolbar-border);box-shadow:var(--shadow);border-radius:24px;padding:.25rem;display:flex}.mode-btn{color:var(--text-color);opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:.4rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.mode-btn:hover{opacity:.8}.mode-btn.active{background:var(--accent);color:#fff;opacity:1;box-shadow:0 2px 8px #3b82f666}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-color);border:1px solid var(--toolbar-border);border-radius:16px;width:90%;max-width:400px;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 10px 40px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{margin:0;font-size:1.25rem;font-weight:700}.modal-close{color:var(--text-color);opacity:.5;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.modal-close:hover{opacity:1}.settings-section{margin-bottom:1.5rem}.settings-section h3{text-transform:uppercase;letter-spacing:.05em;opacity:.5;margin-bottom:.75rem;font-size:.8rem}.settings-row,.settings-toggle{border-bottom:1px solid var(--toolbar-border);justify-content:space-between;align-items:center;padding:.75rem 0;font-weight:500;display:flex}.settings-toggle{cursor:pointer}.settings-row select{background:var(--toolbar-surface);border:1px solid var(--toolbar-border);color:var(--text-color);border-radius:4px;padding:.25rem .5rem}.export-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.export-grid .tool-btn{background:var(--toolbar-surface);border:1px solid var(--toolbar-border);border-radius:8px;width:100%;height:40px}.export-grid .tool-btn:hover{background:var(--toolbar-surface-strong)}.explore-panel{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--toolbar-border);width:280px;box-shadow:var(--shadow);z-index:90;border-radius:12px;padding:1rem;position:absolute;top:5rem;left:1rem}.explore-panel h3{margin:0 0 .25rem;font-size:1.1rem}.explore-panel p{opacity:.6;margin:0 0 1rem;font-size:.8rem}.explore-list{flex-direction:column;gap:.5rem;max-height:60vh;display:flex;overflow-y:auto}.explore-item{background:var(--toolbar-surface);border:1px solid var(--toolbar-border);cursor:grab;border-radius:8px;padding:.75rem;transition:all .2s}.explore-item:hover{background:var(--toolbar-surface-strong);transform:translateY(-2px)}.explore-item:active{cursor:grabbing}.explore-item h4{color:var(--brand);margin:0 0 .25rem;font-size:.9rem}.explore-item p{margin:0;font-size:.75rem}.brand-bubble{display:none}.toolbar-template-title{color:var(--text-color);font-size:.9rem;font-weight:600}.toolbar-template-meta{color:var(--toolbar-muted);margin-top:.1rem;font-size:.72rem}.ad-container{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--toolbar-border);width:180px;box-shadow:var(--shadow);z-index:50;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:fixed;bottom:8rem;left:2rem}.ad-label{text-transform:uppercase;letter-spacing:.5px;opacity:.5;font-size:.75rem;font-weight:600}.ad-text{font-size:.9rem;font-weight:500}.ad-link{color:var(--accent);font-size:.9rem;font-weight:600;text-decoration:none}.intelligence-panel-container{z-index:1005;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:fixed;top:5rem;right:1.25rem}.intelligence-panel{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--toolbar-border);width:260px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;max-height:calc(100vh - 8rem);padding:0;animation:.2s ease-out menuFadeIn;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.intelligence-panel-header{box-sizing:border-box;border-bottom:1px solid var(--toolbar-border);justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 1rem;display:flex}.intelligence-panel-content{flex-direction:column;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.intelligence-panel-collapsed{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);width:260px;height:48px;box-shadow:var(--shadow);color:var(--text-color);cursor:pointer;box-sizing:border-box;border-radius:16px;justify-content:space-between;align-items:center;padding:0 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.intelligence-panel-collapsed:hover{background:var(--toolbar-surface-strong);transform:translateY(-1px)}.search-bar-container{z-index:1100;flex-direction:column;gap:.75rem;width:calc(100% - 600px);min-width:300px;max-width:380px;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.search-input{border:1px solid var(--toolbar-border);background:var(--toolbar-bg);-webkit-backdrop-filter:blur(24px);width:100%;height:48px;color:var(--text-color);box-shadow:var(--shadow);box-sizing:border-box;border-radius:30px;outline:none;padding:0 1.25rem;font-size:1.05rem;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.brand-logo-container{align-items:center;gap:.75rem;display:flex}@media (width<=1024px){.brand-title{display:none!important}.brand-bubble{gap:0;justify-content:center!important;width:48px!important;min-width:48px!important;padding:0!important}.brand-logo-wrapper{display:none!important}.intelligence-panel-collapsed{border-radius:16px!important;justify-content:center!important;width:48px!important;height:48px!important;padding:0!important}.intelligence-panel-collapsed .collapsed-text{display:none}.intelligence-panel-collapsed svg{margin:0!important}.search-bar-container{width:calc(100% - 12rem)}}.toolbar-more-menu{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(22px)saturate(1.4);border:1px solid var(--toolbar-border);width:max-content;min-width:200px;max-width:min(88vw,270px);max-height:70vh;box-shadow:var(--shadow);color:var(--text-color);z-index:1000;box-sizing:border-box;border-radius:18px;flex-direction:column;padding:.75rem;animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeInUp;display:flex;position:absolute;bottom:calc(100% + 14px);left:auto;right:.5rem;overflow-y:auto;transform:none}.toolbar-more-menu .toolbar-template-item{border-radius:10px;gap:.45rem;padding:.45rem .55rem;font-size:.82rem}.toolbar-more-menu .toolbar-template-title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.toolbar-more-divider{background:var(--toolbar-border);width:100%;height:1px;margin:.45rem 0 .55rem}.toolbar-more-action-btn{width:100%;height:38px;color:var(--text-color);cursor:pointer;box-sizing:border-box;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.6rem;padding:0 .65rem;font-family:inherit;font-size:.84rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:flex}.toolbar-more-action-btn:hover{background:var(--toolbar-surface-strong);border-color:var(--toolbar-border)}.toolbar-more-action-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.toolbar-more-action-btn:disabled{opacity:.45;cursor:default}.toolbar-more-row{flex-wrap:wrap;gap:.45rem;margin-bottom:.4rem;display:flex}.toolbar-more-grid{grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:.4rem;display:grid}.toolbar-more-col{flex-direction:column;gap:.3rem;margin-bottom:.4rem;display:flex}@media (width<=768px){.search-bar-container{width:calc(100% - 22rem);min-width:180px}.search-bar-container>div:last-child{max-height:50vh;overflow-y:auto}.toolbar-popover-menu{max-height:60vh;overflow-y:auto}.toolbar-popover{max-width:calc(100vw - 1rem)}.intelligence-panel-collapsed{border-radius:16px!important;justify-content:center!important;width:48px!important;height:48px!important;padding:0!important}.intelligence-panel-collapsed .collapsed-text{display:none}.intelligence-panel-collapsed svg{margin:0!important}.intelligence-panel{width:230px}}@media (width<=480px){.search-bar-container{width:calc(100% - 1.5rem);max-width:none;min-width:unset;top:4rem}.header-add-panel-btn,.brand-title{display:none!important}.mode-btn{padding:.35rem .85rem;font-size:.82rem}.top-header{left:.6rem;right:.6rem}.modal-content{width:95%;padding:1.25rem}}canvas{touch-action:none;display:block}.history-rail-container{z-index:1050;box-sizing:border-box;flex-direction:column;align-items:center;gap:.5rem;width:max-content;display:flex;position:fixed;bottom:.85rem;left:1.25rem}.history-rail-bar{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);box-shadow:var(--shadow);box-sizing:border-box;border-radius:20px;justify-content:center;align-items:center;width:max-content;padding:.35rem;display:flex}.history-rail-toggle{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;color:var(--text-color);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,color .15s,transform .1s;display:flex}.history-rail-toggle:hover{background:var(--toolbar-surface-strong);border-color:var(--border-color)}.history-rail-toggle.active{background:color-mix(in srgb, var(--accent) 14%, var(--toolbar-bg));border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.history-rail-drawer{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(22px)saturate(1.4);border:1px solid var(--toolbar-border);box-shadow:var(--shadow);color:var(--text-color);box-sizing:border-box;border-radius:20px;flex-direction:column;align-items:center;gap:.35rem;width:calc(46px + .9rem);max-height:60vh;padding:.45rem;animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeInUp;display:flex;overflow:hidden auto}.history-rail-drawer::-webkit-scrollbar{width:4px}.history-rail-drawer::-webkit-scrollbar-track{background:0 0}.history-rail-drawer::-webkit-scrollbar-thumb{background:var(--toolbar-border);border-radius:2px}.history-rail-header{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:.05rem 0 .1rem;display:flex}.history-rail-title{text-transform:uppercase;letter-spacing:.02em;color:var(--toolbar-muted);-webkit-user-select:none;user-select:none;font-size:.52rem;font-weight:700;line-height:1}.history-pin-btn{width:44px;height:32px;color:var(--toolbar-muted);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.history-pin-btn svg{flex-shrink:0;width:18px;height:18px}.history-pin-btn:hover{background:var(--toolbar-surface-strong);border-color:var(--toolbar-border);color:var(--text-color)}.history-pin-btn.active,.history-pin-btn.is-pinned{background:color-mix(in srgb, var(--accent) 15%, var(--toolbar-surface));border-color:color-mix(in srgb, var(--accent) 40%, transparent);color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 25%, transparent)}.history-rail-actions{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:2px;width:100%;display:flex}.history-rail-actions .tool-btn{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:calc(50% - 1px);min-width:0;max-width:22px;height:32px;min-height:32px;max-height:32px;padding:0;display:flex}.history-rail-actions .tool-btn svg{flex-shrink:0;width:14px;height:14px}.history-rail-divider{background:var(--toolbar-border);flex-shrink:0;width:100%;height:1px;margin:.15rem 0}.history-rail-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--toolbar-muted);-webkit-user-select:none;user-select:none;align-self:center;margin:.1rem 0 .05rem;font-size:.52rem;font-weight:700;line-height:1}.history-rail-items{flex-direction:column;align-items:center;gap:.35rem;width:100%;display:flex}.history-rail-items .tool-btn{border-radius:12px;width:44px;min-width:44px;max-width:44px;height:44px;font-size:.88rem}.history-rail-empty{color:var(--toolbar-muted);text-align:center;white-space:nowrap;padding:.25rem 0;font-size:.72rem}.help-guide-container{z-index:1050;box-sizing:border-box;flex-direction:column;align-items:center;width:max-content;display:flex;position:fixed;bottom:.85rem;right:1.25rem}.help-guide-bar{background:var(--toolbar-bg);-webkit-backdrop-filter:blur(18px)saturate(1.3);border:1px solid var(--toolbar-border);box-shadow:var(--shadow);box-sizing:border-box;border-radius:20px;justify-content:center;align-items:center;width:max-content;padding:.35rem;display:flex}.help-guide-toggle{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;color:var(--text-color);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,color .15s;display:flex}.help-guide-toggle:hover{background:var(--toolbar-surface-strong);border-color:var(--border-color)}.help-guide-toggle.active{background:color-mix(in srgb, var(--accent) 14%, var(--toolbar-bg));border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.quick-guide-modal{box-sizing:border-box;flex-direction:column;max-width:520px;max-height:85vh;display:flex}.quick-guide-content{flex-direction:column;gap:1.15rem;max-height:calc(85vh - 130px);padding-right:.35rem;display:flex;overflow-y:auto}.quick-guide-section{flex-direction:column;gap:.5rem;display:flex}.quick-guide-section-header{text-transform:uppercase;letter-spacing:.04em;color:var(--toolbar-muted);align-items:center;gap:.45rem;font-size:.85rem;font-weight:700;display:flex}.quick-guide-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (width<=480px){.quick-guide-grid{grid-template-columns:1fr}}.quick-guide-card{background:var(--toolbar-surface);border:1px solid var(--toolbar-border);border-radius:10px;flex-direction:column;gap:.2rem;padding:.65rem .75rem;font-size:.82rem;display:flex}.quick-guide-card strong{color:var(--text-color);font-size:.85rem}.quick-guide-card span{color:var(--toolbar-muted);font-size:.78rem;line-height:1.35}.quick-guide-shortcuts{background:var(--toolbar-surface);border:1px solid var(--toolbar-border);border-radius:10px;flex-direction:column;padding:.4rem .75rem;display:flex}.quick-guide-shortcut-row{border-bottom:1px solid color-mix(in srgb, var(--toolbar-border) 60%, transparent);justify-content:space-between;align-items:center;padding:.45rem 0;font-size:.84rem;display:flex}.quick-guide-shortcut-row:last-child{border-bottom:none}.shortcut-keys{align-items:center;gap:.25rem;font-size:.78rem;display:flex}.shortcut-keys kbd{background:var(--toolbar-surface-strong);border:1px solid var(--toolbar-border);border-radius:5px;padding:.15rem .45rem;font-family:inherit;font-size:.75rem;font-weight:600;box-shadow:0 1px 2px #0000000f}.quick-guide-list{color:var(--toolbar-muted);flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;font-size:.82rem;line-height:1.4;display:flex}.quick-guide-list strong{color:var(--text-color)}.quick-guide-footer{width:100%;margin-top:.5rem}
