:root{--accent: #4f7f59;--accent-hover: #426d4b;--accent-soft: #e9eee6;--accent-border: #cad9c8;--accent-focus: 79 127 89;--page-background: #f6f5ef;--surface: #fffefa;--text: #20231f;--muted-text: #656a63;--border: #dedfd8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--page-background);font-synthesis:none;text-rendering:optimizeLegibility}:root[data-accent-theme=blue]{--accent: #5b7484;--accent-hover: #4c6372;--accent-soft: #e7ecef;--accent-border: #c8d2d8;--accent-focus: 91 116 132}:root[data-accent-theme=yellow]{--accent: #826d3e;--accent-hover: #705d34;--accent-soft: #f0ecdf;--accent-border: #d9cfb5;--accent-focus: 130 109 62}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;min-height:100dvh;background:var(--page-background)}button,input{font:inherit}button{min-height:44px}button:focus-visible,input:focus-visible{outline:3px solid rgb(var(--accent-focus) / 24%);outline-offset:2px}.auth-page,.loading-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:var(--page-background)}.auth-card{width:min(100%,26rem);padding:clamp(1.5rem,5vw,2.25rem);border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 6px 20px #2d342b0f}.auth-brand,.loading-mark,.shell-brand-mark{display:inline-grid;place-items:center;border:1px solid var(--accent-border);border-radius:8px;color:var(--accent);background:var(--accent-soft);font-weight:750;letter-spacing:-.03em}.auth-brand,.loading-mark{width:2.75rem;height:2.75rem}.auth-card h1,.workspace-panel h1{margin:0;color:var(--text);font-size:clamp(1.7rem,6vw,2.1rem);line-height:1.18;letter-spacing:-.03em}.eyebrow{margin:1.25rem 0 .45rem;color:var(--accent);font-size:.74rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.auth-intro,.workspace-panel p{color:var(--muted-text);line-height:1.6}.auth-intro{margin:.75rem 0 1.4rem}.auth-form{display:grid;gap:.65rem}.auth-form label{margin-top:.4rem;color:#343934;font-size:.88rem;font-weight:700}.auth-form input{width:100%;min-height:2.9rem;padding:.7rem .8rem;border:1px solid #cfd1ca;border-radius:6px;color:var(--text);background:#fff}.auth-form input:hover:not(:disabled){border-color:#aeb4ab}.auth-form input:disabled{color:#7a7f78;background:#f2f2ee}.primary-button,.secondary-button,.sidebar-logout,.mobile-logout{border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.primary-button{margin-top:.8rem;border:1px solid var(--accent);color:#fff;background:var(--accent)}.primary-button:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.secondary-button{border:1px solid #c9cbc4;color:#3a433a;background:var(--surface)}.secondary-button:hover:not(:disabled){border-color:#aeb3aa;background:#f5f5f0}button:disabled{cursor:not-allowed;opacity:.62}.error-message,.notice-message{margin:.9rem 0;padding:.75rem .8rem;border-radius:6px;line-height:1.45;overflow-wrap:anywhere}.error-message{border:1px solid #dfc1bd;color:#7a332e;background:#fff4f2}.notice-message{border:1px solid #c8d8c6;color:#35603d;background:#f1f6ef}.field-hint{margin:-.2rem 0 .1rem;color:#737870;font-size:.8rem}.loading-page{align-content:center;gap:.7rem;color:#5d685d;font-weight:650}.app-shell{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:15rem minmax(0,1fr);background:#f8f7f2}.desktop-sidebar{height:100vh;height:100dvh;position:sticky;top:0;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;border-right:1px solid var(--border);color:#30352f;background:var(--surface)}.shell-brand{display:flex;align-items:center;gap:.65rem;color:var(--text);font-weight:760;letter-spacing:-.02em}.shell-brand-mark{width:2.15rem;height:2.15rem;flex:0 0 auto;border-radius:7px}.desktop-nav{display:grid;gap:.3rem;margin-top:1.75rem}.nav-item{min-height:2.65rem;display:flex;align-items:center;padding:.6rem .75rem;border-radius:6px;color:#666c64}.nav-item-active{color:var(--accent);background:var(--accent-soft)}.sidebar-footer{display:grid;gap:1rem}.locale-switcher{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;align-self:flex-start}.locale-switcher-compact{align-self:auto}.locale-btn{font-size:.8rem;font-weight:600;padding:.25rem .6rem;min-height:auto;border:none;border-radius:0;background:transparent;color:var(--muted-text);cursor:pointer;transition:background .15s,color .15s;line-height:1.5}.locale-btn:hover{background:var(--accent-soft)}.locale-btn-active{background:var(--accent);color:#fff}.locale-btn-active:hover{background:var(--accent-hover)}.auth-locale,.public-share-locale{display:flex;justify-content:flex-end;margin-bottom:.5rem}.theme-switcher{display:grid;gap:.5rem}.theme-label{color:#747a72;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.theme-options{display:flex;gap:.35rem}.theme-option{width:42px;min-height:42px;display:inline-grid;place-items:center;padding:0;border:1px solid #d1d3cc;border-radius:6px;background:var(--surface);cursor:pointer}.theme-option:hover{border-color:#a9aea6;background:#f5f5f0}.theme-option[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 1px var(--accent)}.theme-swatch{width:16px;height:16px;border:1px solid rgb(32 35 31 / 12%);border-radius:4px}.theme-swatch-green{background:#6f8e73}.theme-swatch-blue{background:#738897}.theme-swatch-yellow{background:#a18c5c}.theme-switcher-compact{display:flex;align-items:center}.theme-switcher-compact .theme-label{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.sidebar-account{padding-top:1rem;border-top:1px solid #e1e2dc}.account-name,.account-email{margin:0;overflow-wrap:anywhere}.account-name{color:#2b302a;font-weight:700}.account-email{margin-top:.2rem;color:#777d75;font-size:.8rem}.sidebar-logout,.mobile-logout{border:1px solid #c8cbc3;color:#435043;background:var(--surface)}.sidebar-logout{width:100%;margin-top:.9rem}.sidebar-logout:hover:not(:disabled),.mobile-logout:hover:not(:disabled){border-color:#9fa69c;background:#f2f3ed}.shell-stage{min-width:0}.mobile-header{display:none}.shell-main{min-width:0;padding:clamp(1.25rem,4vw,3rem)}.shell-error{max-width:54rem;margin:0 auto 1rem}.workspace-panel{width:min(100%,54rem);margin:0 auto;padding:clamp(1.5rem,5vw,2.5rem);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.workspace-panel .eyebrow{margin-top:0}.workspace-panel p:last-child{max-width:42rem;margin-bottom:0}@media(max-width:47.99rem){.auth-page{align-items:start;padding:1rem}.auth-card{margin-top:4vh;padding:1.3rem}.app-shell{display:block}.desktop-sidebar{display:none}.mobile-header{display:block;position:sticky;top:0;z-index:10;padding:.65rem 1rem 0;border-bottom:1px solid var(--border);color:#2b302a;background:var(--surface)}.mobile-header-row,.mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.mobile-logout{min-width:5.5rem;padding:.5rem .7rem}.mobile-nav{min-height:3.2rem;margin-top:.5rem;border-top:1px solid #ecece6;color:#70766e;font-size:.82rem}.mobile-nav-item{color:var(--accent);font-weight:700;background:none;border:none;min-height:auto;padding:.25rem .4rem;cursor:pointer;font-size:.82rem}.mobile-nav-links{display:flex;gap:.5rem}.mobile-nav .theme-options{gap:.2rem}.mobile-nav .theme-option{width:44px;min-height:44px}.shell-main{padding:1rem}.workspace-panel{padding:1.25rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.admin-page{width:min(100%,64rem);margin:0 auto;display:grid;gap:1rem}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-header h1{margin:0;font-size:clamp(1.4rem,4vw,1.8rem);letter-spacing:-.025em}.admin-form{display:grid;gap:.75rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.admin-form-title{margin:0;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.admin-form-row{display:grid;gap:.35rem}.admin-form-row label{font-size:.85rem;font-weight:700;color:#343934}.admin-form-row input,.admin-form-row select{border:1px solid #cfd1ca;border-radius:6px;padding:.65rem .75rem;font-size:.95rem;background:#fff;color:var(--text)}.admin-form-row select{min-height:2.6rem}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.admin-form-actions .primary-button{margin-top:0}.admin-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.admin-table-wrapper:after{content:"";display:block;clear:both}.admin-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-table th{padding:.7rem .65rem;border-bottom:1px solid var(--border);color:#4a4f48;font-size:.78rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;text-align:left;white-space:nowrap;background:#fbfaf5}.admin-table td{padding:.6rem .65rem;border-bottom:1px solid #eeefe9;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#faf9f4}.admin-cell-email{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-cell-date{white-space:nowrap;color:var(--muted-text);font-size:.82rem}.admin-cell-actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-cell-actions button{min-height:36px;padding:.35rem .65rem;font-size:.82rem;margin-top:0}.admin-action-reset{border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;padding:.4rem .75rem;min-height:38px;font-size:.85rem}.admin-action-reset:hover:not(:disabled){background:#5b6f3a;border-color:#5b6f3a}.admin-action-reset:focus-visible{outline:3px solid rgb(var(--accent-focus) / 28%);outline-offset:2px}.admin-action-reset:disabled{cursor:not-allowed;opacity:.62}.admin-hint{margin:0 0 .75rem;padding:.7rem .9rem;border:1px solid var(--accent-border);border-radius:6px;background:var(--accent-soft);color:#3a433a;font-size:.9rem;line-height:1.45}.admin-empty{text-align:center;color:var(--muted-text);padding:1.5rem}.admin-status-active{color:#35603d;font-weight:700}.admin-status-disabled{color:#7a332e;font-weight:700}.admin-table select{border:1px solid #cfd1ca;border-radius:4px;padding:.3rem .45rem;font-size:.82rem;background:#fff;color:var(--text);min-height:32px}@media(max-width:47.99rem){.admin-header{flex-direction:column;align-items:stretch}.admin-header .primary-button{width:100%}.admin-form-actions{flex-direction:column}.admin-form-actions .primary-button,.admin-form-actions .secondary-button{width:100%}.admin-cell-actions{flex-direction:column}.admin-cell-actions button{width:100%}}.notes-page{display:grid;gap:1rem;width:min(100%,60rem);margin:0 auto}.sidebar-welcome{margin:1.25rem 0 0;color:var(--muted-text);font-size:.82rem}.notes-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.notes-toolbar h1{margin:0;font-size:clamp(1.4rem,4vw,1.8rem);letter-spacing:-.025em}.notes-list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.notes-list-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.notes-list-item:hover{border-color:var(--accent-border);background:var(--accent-soft)}.notes-list-meta{margin:0;color:var(--muted-text);font-size:.78rem}.notes-list-title{margin:0;font-weight:700}.notes-list-snippet{margin:.25rem 0 0;color:var(--muted-text);font-size:.85rem;overflow-wrap:anywhere}.notes-list-link{border:none;background:transparent;padding:0;min-height:auto;text-align:left;cursor:pointer;color:inherit}.notes-list-link:hover{color:var(--accent)}.notes-empty{border:1px dashed var(--border);border-radius:6px;padding:1.5rem;background:var(--surface);color:var(--muted-text);text-align:center}.note-editor{display:grid;gap:1rem;width:min(100%,60rem);margin:0 auto}.note-editor-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.note-editor-summary{min-width:0;flex:1 1 auto}.note-editor-title{margin:0;font-size:clamp(1.4rem,4vw,1.8rem);letter-spacing:-.025em}.note-editor-meta{margin:0;color:var(--muted-text);font-size:.85rem;overflow-wrap:anywhere;word-break:break-word;max-width:min(100%,32rem)}.note-editor-form{display:grid;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:clamp(1rem,3vw,1.5rem);background:var(--surface)}.note-editor-row{display:grid;gap:.4rem}.note-editor-row label{font-size:.85rem;font-weight:700;color:#343934}.note-editor-row input,.note-editor-row textarea{border:1px solid #cfd1ca;border-radius:6px;padding:.65rem .75rem;font-size:.95rem;background:#fff;color:var(--text)}.note-editor-row textarea{min-height:14rem;resize:vertical;font-family:inherit}.note-editor-row input:focus-visible,.note-editor-row textarea:focus-visible{border-color:var(--accent);outline:3px solid rgb(var(--accent-focus) / 24%)}.note-editor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.note-editor-actions .danger-button{margin-left:auto}.danger-button{border:1px solid #c9a7a2;border-radius:6px;color:#7a332e;background:#fff;font-weight:700;cursor:pointer;padding:.55rem .85rem;min-height:44px}.danger-button:hover:not(:disabled){background:#fbe7e4}.danger-button:disabled{cursor:not-allowed;opacity:.62}@media(max-width:47.99rem){.notes-toolbar{flex-direction:column;align-items:stretch}.note-editor-actions .danger-button{margin-left:0;width:100%}}.share-settings{display:grid;gap:.7rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.share-settings-title{margin:0;font-size:1.05rem;color:var(--text);letter-spacing:-.02em}.share-settings-link-row{display:grid;gap:.35rem}.share-settings-link-row input{border:1px solid #cfd1ca;border-radius:6px;padding:.55rem .7rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;background:#f6f6f0;color:var(--text)}.share-settings-form{display:grid;gap:.5rem}.share-settings-form input[type=password]{border:1px solid #cfd1ca;border-radius:6px;padding:.65rem .75rem;font-size:.95rem;background:#fff;color:var(--text)}.share-settings-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.share-settings-actions .primary-button{margin-top:0}@media(max-width:47.99rem){.share-settings-actions .primary-button,.share-settings-actions .secondary-button{width:100%;min-height:48px}}.public-share-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:var(--page-background)}.public-share-card{width:min(100%,32rem);padding:clamp(1.5rem,5vw,2.25rem);border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 6px 20px #2d342b0f}.public-share-card-readonly{width:min(100%,42rem)}.public-share-title{margin:0;color:var(--text);font-size:clamp(1.4rem,5vw,1.7rem);letter-spacing:-.025em}.public-share-eyebrow{display:inline-block;color:var(--accent);font-size:.74rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.public-share-intro{margin:.6rem 0 1.4rem;color:var(--muted-text);line-height:1.55}.public-share-status{margin:.6rem 0 0;color:var(--muted-text);line-height:1.55}.public-share-form{display:grid;gap:.55rem}.public-share-form label{color:#343934;font-size:.88rem;font-weight:700}.public-share-form input[type=password]{width:100%;min-height:2.9rem;padding:.7rem .8rem;border:1px solid #cfd1ca;border-radius:6px;background:#fff;color:var(--text);font-size:1rem}.public-share-form input[type=password]:focus-visible{border-color:var(--accent);outline:3px solid rgb(var(--accent-focus) / 24%)}.public-share-form .primary-button{margin-top:.5rem;min-height:48px}.public-share-header{display:grid;gap:.35rem;margin-bottom:.9rem}.public-share-note-title{margin:0;color:var(--text);font-size:clamp(1.4rem,5vw,1.75rem);line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.public-share-meta{margin:0;color:var(--muted-text);font-size:.85rem;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.public-share-readonly-tag{margin:.8rem 0 0;color:#35603d;font-size:.82rem;font-weight:700;letter-spacing:.04em}@media(max-width:47.99rem){.public-share-page{align-items:start;padding:1rem}.public-share-card{margin-top:2vh}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rich-text-editor{display:grid;gap:.5rem;border:1px solid var(--border);border-radius:6px;background:#fff}.rich-text-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.4rem;border-bottom:1px solid var(--border);background:var(--accent-soft);border-top-left-radius:6px;border-top-right-radius:6px}.rich-text-tool{min-width:36px;min-height:36px;padding:0 .5rem;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--text);font-weight:700;cursor:pointer}.rich-text-tool:hover:not(:disabled){border-color:var(--accent-border);background:#fff}.rich-text-tool.active{border-color:var(--accent);background:#fff;color:var(--accent)}.rich-text-tool:disabled{cursor:not-allowed;opacity:.55}.rich-text-content{padding:1.1rem 1.25rem;min-height:22.5rem;display:flex;flex-direction:column;gap:.6rem;font-family:inherit;color:var(--text);line-height:1.6;font-size:1rem}.rich-text-block{padding:.35rem .5rem;border-radius:6px;cursor:text;flex-shrink:0}.rich-text-block:last-child{flex:1;display:flex;flex-direction:column}.rich-text-block-selected{background:var(--accent-soft);outline:1px dashed var(--accent-border)}.rich-text-inline-input{width:100%;border:none;outline:none;background:transparent;font:inherit;color:inherit;padding:.2rem 0}.rich-text-inline-input:focus-visible{outline:none}.rich-text-content textarea.rich-text-inline-input{white-space:pre-wrap;overflow-wrap:break-word;resize:none;display:block;min-height:12rem;line-height:1.6;flex:1}.rich-text-paragraph,.rich-text-heading{margin:0}.rich-text-paragraph{flex:1;display:flex;flex-direction:column}.rich-text-heading{font-weight:700;color:var(--text);letter-spacing:-.02em}.rich-text-heading[level],.rich-text-content h1.rich-text-heading,.rich-text-content h2.rich-text-heading,.rich-text-content h3.rich-text-heading{margin:0}.rich-text-content h1.rich-text-heading{font-size:1.55rem}.rich-text-content h2.rich-text-heading{font-size:1.3rem}.rich-text-content h3.rich-text-heading{font-size:1.1rem}.rich-text-bullet-list,.rich-text-ordered-list{margin:0;padding-left:1.2rem;display:grid;gap:.25rem}.rich-text-checklist{margin:0;padding:0;list-style:none;display:grid;gap:.3rem}.rich-text-checklist-item{display:flex;align-items:flex-start;gap:.5rem}.rich-text-checklist-item input[type=checkbox]{margin-top:.35rem;accent-color:var(--accent)}.rich-text-list-item{padding:0}.save-status{margin:0;font-size:.82rem;font-weight:600;white-space:nowrap}.save-status-saving{color:var(--muted-text)}.save-status-saved{color:#35603d}.save-status-failed{color:#7a332e}.save-status-retry{margin-left:.4rem;padding:.25rem .6rem;border:1px solid #dfc1bd;border-radius:4px;color:#7a332e;background:#fff4f2;font-size:.78rem;font-weight:700;cursor:pointer;min-height:30px}.save-status-retry:hover{background:#fbe7e4}.note-editor-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.rich-text-content a{color:var(--accent);text-decoration:underline}.rich-text-content a:hover{text-decoration:none}.note-editor-save-strip{display:contents}@media(max-width:47.99rem){.note-editor-header{align-items:stretch}.note-editor-header-actions{width:100%;justify-content:flex-start;gap:.6rem;padding-top:.4rem;border-top:1px solid var(--border)}.note-editor-header-actions .save-status{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.note-editor-header-actions .secondary-button{min-height:44px;flex:0 0 auto}.note-editor-actions{flex-direction:column;align-items:stretch}.note-editor-actions .primary-button,.note-editor-actions .secondary-button{width:100%;min-height:48px;margin-top:0}.note-editor-actions .secondary-button{margin-top:.5rem}.save-status{font-size:.85rem}.save-status-failed{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.save-status-retry{min-height:36px;padding:.4rem .7rem}.rich-text-editor{gap:.4rem}.rich-text-toolbar{padding:.35rem .3rem;gap:.2rem}.rich-text-tool{min-width:40px;min-height:40px}.rich-text-content{min-height:45vh;padding:.9rem .85rem}}.notes-search-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.notes-search-form input[type=search]{flex:1 1 12rem;min-width:0;min-height:2.6rem;padding:.55rem .7rem;border:1px solid #cfd1ca;border-radius:6px;background:#fff;color:var(--text)}.notes-search-form input[type=search]:focus-visible{border-color:var(--accent);outline:3px solid rgb(var(--accent-focus) / 24%)}.notes-search-form button{min-height:36px}.notes-filters{display:grid;gap:.85rem;padding:clamp(.75rem,2vw,1rem);border:1px solid var(--border);border-radius:8px;background:#fbfaf5}.notes-filters-tags,.date-filter{display:grid;gap:.45rem}.notes-filters-label,.date-filter-label{color:#4a4f48;font-size:.78rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.notes-tag-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none}.notes-tag-chip{border:1px solid var(--accent-border);border-radius:999px;padding:.25rem .7rem;background:var(--accent-soft);color:#3a433a;font-size:.78rem;cursor:pointer;min-height:28px}.notes-tag-chip:hover:not(:disabled){border-color:var(--accent)}.notes-tag-chip-active{border-color:var(--accent);background:var(--accent);color:#fff}.date-filter{display:grid;gap:.5rem}.date-filter-row{display:grid;grid-template-columns:6rem 1fr;align-items:center;gap:.5rem}.date-filter-row input,.date-filter-row select{min-height:2.5rem;padding:.45rem .6rem;border:1px solid #cfd1ca;border-radius:6px;background:#fff;color:var(--text)}.notes-filters-reset{justify-self:start;min-height:36px}.notes-groups{display:grid;gap:1.1rem}.notes-group{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:clamp(.85rem,2vw,1.15rem)}.notes-group-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.notes-group-title{margin:0;font-size:1rem;letter-spacing:-.01em;color:var(--text)}.notes-group-count{color:var(--muted-text);font-size:.78rem;font-weight:700;border:1px solid var(--border);border-radius:999px;padding:.05rem .5rem;background:var(--accent-soft)}.notes-list-tags{display:flex;flex-wrap:wrap;gap:.3rem;list-style:none;margin:.4rem 0 0;padding:0}.notes-list-tag{border:1px solid var(--accent-border);border-radius:999px;padding:.1rem .55rem;background:var(--accent-soft);color:#3a433a;font-size:.74rem}.tag-selector{display:grid;gap:.65rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.tag-selector-title{margin:0;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.tag-selector-list{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.tag-selector-item{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:6px;padding:.45rem .6rem;background:#fbfaf5}.tag-selector-choice{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;min-width:0}.tag-selector-label{font-weight:700;color:var(--text)}.tag-selector-rename{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.tag-selector-rename input{border:1px solid #cfd1ca;border-radius:6px;padding:.3rem .5rem;background:#fff}.tag-selector-actions{display:flex;gap:.35rem}.tag-selector-action{min-height:32px;padding:.2rem .6rem;font-size:.78rem;margin-top:0}.tag-selector-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tag-selector-form label{color:#343934;font-size:.88rem;font-weight:700}.tag-selector-form input{flex:1 1 10rem;min-height:2.6rem;padding:.55rem .7rem;border:1px solid #cfd1ca;border-radius:6px;background:#fff}.tag-selector-form button{min-height:36px}@media(max-width:47.99rem){.notes-search-form{flex-direction:column;align-items:stretch}.notes-search-form input[type=search],.notes-tag-selector-actions,.tag-selector-actions{width:100%}.tag-selector-action{flex:1 1 auto}.date-filter-row{grid-template-columns:1fr}.notes-group{padding:.9rem}}
