.shell{min-height:100vh;display:flex;flex-direction:column;padding:0}.shell-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--surface);border-bottom:1px solid #e2e8f0}.shell-brand h1{margin:0;color:var(--text-head);font-size:1.35rem}.shell-tabs{display:flex;gap:0;padding:0 1.25rem;background:var(--surface);border-bottom:1px solid #e2e8f0}.shell-tabs .tab{border:none;border-radius:0;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent}.shell-tabs .tab.active{background:transparent;color:var(--accent);border-bottom-color:var(--accent)}.shell-error{margin:.75rem 1.25rem 0}.shell-body{flex:1;display:flex;gap:0;min-height:0}.shell-sidebar{width:220px;flex-shrink:0;border-radius:0;box-shadow:none;border-right:1px solid #e2e8f0;padding:.75rem 0}.side-menu{display:flex;flex-direction:column}.side-menu-item{display:block;padding:.55rem 1.25rem;color:var(--text);text-decoration:none;font-size:.92rem;border-left:3px solid transparent}.side-menu-item:hover{background:#f8fafc}.side-menu-item.active{background:#f0fdf4;color:var(--accent-hover);border-left-color:var(--accent);font-weight:600}.shell-main{flex:1;padding:1.25rem;overflow:auto;min-width:0}.page-card{min-height:calc(100vh - 180px)}.page-header{margin-bottom:1rem}.page-header-with-action{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.page-header-action{flex-shrink:0;text-decoration:none}.page-header h2{margin:0 0 .25rem;color:var(--text-head);font-size:1.15rem}.section-block{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.section-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.connect-block{max-width:420px}.connect-block h3{margin-top:0;color:var(--text-head)}.op-password-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.inline-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.settings-list{margin:0}.settings-list dt{font-weight:600;color:var(--text-head);margin-top:.75rem}.settings-list dt:first-child{margin-top:0}.settings-list dd{margin:.25rem 0 0}.subtitle,.hint,.muted{color:#64748b;font-size:.9rem}.inline-hint{margin-left:.35rem;white-space:nowrap}.actions{display:flex;flex-wrap:wrap;gap:.25rem}.credentials-table td.col-actions{flex-wrap:nowrap}.actions .btn{padding:.25rem .5rem;font-size:.75rem}.pwd-cell{font-size:.85rem;white-space:nowrap}.notes-cell{font-size:.9rem;color:var(--muted, #666)}.credentials-table{table-layout:fixed;width:100%}.credentials-table .col-purpose,.credentials-table .col-category{width:5.5rem;min-width:5.5rem;white-space:nowrap}.credentials-table .col-actions{width:11.5rem;min-width:11.5rem;white-space:nowrap}.credentials-table .col-password{width:9rem}.credentials-table .col-site{width:14%}.credentials-table .col-label,.credentials-table .col-account{width:12%}.credentials-table .col-notes{width:18%}.cell-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:0}.credentials-table .col-purpose,.credentials-table .col-category,.credentials-table .col-actions,.credentials-table .col-password{max-width:none}.btn-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.75rem}.op-pwd-input{width:140px;padding:.35rem .5rem;font-size:.85rem}.danger-text{color:var(--danger)}code{font-size:.85em}.onenote-page .form-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.onenote-page .form-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;min-width:200px}.onenote-page .form-row input{padding:.4rem .5rem}.onenote-page .section-title{margin:0 0 .5rem;font-size:.95rem;color:var(--text-head)}.onenote-page .auth-pending.inner{padding:1rem;background:#f8fafc}.onenote-page .user-code{font-size:1.25rem;letter-spacing:.15em;font-weight:700}.onenote-layout{display:grid;grid-template-columns:160px 160px 180px 1fr;gap:.75rem;min-height:420px}.onenote-col h4,.onenote-preview h4{margin:0 0 .5rem;font-size:.85rem;color:var(--text-head)}.onenote-list{list-style:none;margin:0;padding:0;max-height:360px;overflow:auto;border:1px solid #e2e8f0;border-radius:6px}.onenote-item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:.45rem .6rem;font-size:.82rem;cursor:pointer;border-bottom:1px solid #f1f5f9}.onenote-item:hover{background:#f8fafc}.onenote-item.active{background:#f0fdf4;color:var(--accent-hover);font-weight:600}.onenote-preview{border:1px solid #e2e8f0;border-radius:6px;padding:.75rem;min-width:0}.preview-toolbar{justify-content:space-between;margin-bottom:.5rem}.onenote-html{max-height:480px;overflow:auto;padding:.5rem;background:#fff;font-size:.9rem;line-height:1.5}@media(max-width:960px){.onenote-layout{grid-template-columns:1fr 1fr}.onenote-preview{grid-column:1 / -1}}.onenote-workspace{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f3f2f1;min-height:560px}.onenote-search-wrap{position:relative;margin-bottom:12px}.onenote-search-panel{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 4px);max-height:360px;overflow:auto;background:#fff;border:1px solid #edebe9;border-radius:8px;box-shadow:0 8px 24px #0f172a1f}.onenote-search-panel-head{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #f1f5f9;background:#fafafa}.onenote-search-item{cursor:pointer;padding:8px 12px!important}.onenote-search-item:hover{background:#f8f5ff}.onenote-search-snippet{margin-top:4px;font-size:12px;color:#64748b;line-height:1.5}.onenote-workspace .ant-layout-header,.onenote-workspace .ant-layout-footer{background:#fff}.onenote-nav-sections,.onenote-nav-pages{height:100%;overflow:auto;background:#faf9f8}.onenote-nav-sections,.onenote-nav-pages{border-right:1px solid #edebe9}.onenote-nav-header{padding:10px 12px;border-bottom:1px solid #edebe9;background:#fff}.onenote-section-item{display:flex;align-items:stretch;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;padding:0;min-height:36px}.onenote-section-item:hover{background:#f3f2f1}.onenote-section-item.active{background:#e8e6ff}.onenote-section-item .accent{width:4px;flex-shrink:0}.onenote-section-item .label{flex:1;padding:8px 10px;font-size:13px;color:#323130;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onenote-page-item{display:block;width:100%;border:none;background:transparent;text-align:left;padding:8px 12px;cursor:pointer;border-bottom:1px solid #f3f2f1}.onenote-page-item:hover{background:#f3f2f1}.onenote-page-item.active{background:#e8e6ff;font-weight:600}.onenote-page-item .title{font-size:13px;color:#323130;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onenote-page-item .meta{font-size:11px;color:#a19f9d;margin-top:2px}.onenote-canvas-scroll{height:100%;overflow:auto;background:#f3f2f1;padding:24px}.onenote-canvas-page{position:relative;margin:0 auto;background:#fff;box-shadow:0 2px 8px #00000014;min-height:720px}.onenote-block{position:absolute;box-sizing:border-box;padding:2px 4px 2px 20px;border:1px solid transparent;border-radius:2px;cursor:default;min-height:24px}.onenote-block.flow{position:relative;left:auto!important;top:auto!important;width:auto!important;margin:0 48px 16px;padding-left:4px}.onenote-block-grip{position:absolute;left:0;top:0;bottom:0;width:18px;border:none;background:transparent;color:#a19f9d;cursor:grab;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;border-radius:2px 0 0 2px}.onenote-block-grip:hover{background:#7719aa14;color:#7719aa}.onenote-block.selected .onenote-block-grip,.onenote-block:hover .onenote-block-grip{opacity:1}.onenote-block.dragging{z-index:20;opacity:.92;box-shadow:0 4px 16px #7719aa2e}.onenote-block.dragging .onenote-block-grip{cursor:grabbing;opacity:1}.onenote-block.readonly{padding-left:4px}.onenote-block.editing{cursor:text;padding-left:4px}.onenote-block.editing .onenote-block-grip{display:none}.onenote-block.title .onenote-block-body{font-size:28px;font-weight:600;line-height:1.3;color:#323130}.onenote-block:hover{border-color:#c4b5fd;background:#7719aa08}.onenote-block.selected{border-color:#7719aa;background:#7719aa0d;box-shadow:0 0 0 1px #7719aa26}.onenote-block.editing{border-color:#7719aa;background:#fff}.onenote-block-body{font-family:Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#323130;outline:none;min-height:1em}.onenote-block-body img{max-width:100%;height:auto}.onenote-block-body p{margin:0 0 .5em}.onenote-block-body ol,.onenote-block-body ul{margin:0;padding-left:1.4em}.onenote-canvas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;border-bottom:1px solid #edebe9;background:#fff;min-height:48px}.onenote-canvas-toolbar .page-title{margin:0;font-size:14px;font-weight:600;color:#323130}.onenote-add-block{padding:12px 16px;border-top:1px solid #edebe9;background:#faf9f8}:root{--bg: #f0f4f8;--surface: #fff;--accent: #16a34a;--accent-hover: #15803d;--text: #334155;--text-head: #0f172a;--danger: #ef4444;--warn: #f59e0b;--radius: 10px;--shadow: 0 4px 12px rgba(0, 0, 0, .07);font-family:Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select{font:inherit}.btn{border:none;border-radius:8px;padding:.5rem 1rem;cursor:pointer;background:var(--accent);color:#fff}.btn:hover{background:var(--accent-hover)}.btn.secondary{background:#e2e8f0;color:var(--text-head)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.25rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.running{background:#dcfce7;color:#166534}.badge.stopped{background:#fee2e2;color:#991b1b}.badge.pending{background:#fef3c7;color:#92400e}.expiry-warn{color:var(--warn);font-weight:600}.expiry-danger{color:var(--danger);font-weight:600}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.6rem .5rem;border-bottom:1px solid #e2e8f0;text-align:left}th{color:var(--text-head);font-weight:600}input,select{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .65rem}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tab{padding:.5rem 1rem;border-radius:8px;background:transparent;border:1px solid #cbd5e1;cursor:pointer;text-decoration:none;color:inherit}.tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.error{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--surface);border-radius:var(--radius);padding:1.25rem;width:min(480px,92vw);box-shadow:var(--shadow)}.modal h3{margin-top:0;color:var(--text-head)}.form-row{margin-bottom:.75rem}.form-row label{display:block;margin-bottom:.25rem;font-size:.85rem}.table-wrap{overflow-x:auto}
