.personal-workspace{color:var(--text,#19283e);margin-bottom:22px}.pw-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 2px 24px}.pw-heading h1{font-size:clamp(23px,2vw,32px);line-height:1.2;margin:7px 0}.pw-heading p{font-size:14px;color:var(--muted,#64748b);margin:0}.pw-capture{display:flex;align-items:center;gap:12px;border:1px solid var(--border,#dce4f0);background:var(--panel,#fff);border-radius:13px;padding:12px;box-shadow:0 4px 16px #142d5910}.pw-capture>span{display:grid;place-items:center;background:#edf2ff;color:#2454cb;border-radius:8px;width:35px;height:35px}.pw-capture input{flex:1;min-width:0;border:0!important;background:transparent!important;font-size:14px!important;box-shadow:none!important}.pw-capture select{max-width:115px;border:0;background:var(--panel,#fff);color:inherit;font-weight:650}.pw-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:16px 0}.pw-toolbar>span{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted,#64748b)}.pw-toolbar>div{display:flex;gap:6px}.pw-toolbar input{border:1px solid var(--border,#dce4f0);border-radius:8px;padding:7px 10px;font-size:12px;background:var(--panel,#fff);color:inherit;width:225px}.pw-columns{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:16px;align-items:start}.pw-column{border:1px solid var(--border,#dce4f0);border-radius:14px;background:var(--panel,#fff);overflow:hidden;min-width:0}.pw-column>header{padding:17px 16px 10px;display:flex;justify-content:space-between;align-items:center}.pw-column>header>div{display:flex;gap:8px;align-items:center}.pw-column h2{margin:0;font-size:17px}.pw-section-icon{display:grid;place-items:center;width:30px;height:30px;background:#fff4df;color:#996a1b;border-radius:9px}.pw-column-todo .pw-section-icon{background:#edf1ff;color:#375fd3}.pw-column-reminder .pw-section-icon{background:#e8f6f2;color:#167e6d}.pw-count{font-size:11px;color:var(--muted,#64748b);padding:2px 6px;border-radius:6px;background:var(--bg,#f4f6fa)}.pw-add{display:grid;place-items:center;border:1px solid var(--border,#dce4f0);border-radius:8px;background:var(--panel,#fff);color:inherit;width:30px;height:30px;cursor:pointer}.pw-tabs{display:flex;gap:4px;padding:0 14px 12px;border-bottom:1px solid var(--border,#dce4f0)}.pw-tabs button{border:0;background:transparent;font-size:11px;color:var(--muted,#64748b);padding:5px 8px;border-radius:6px;cursor:pointer}.pw-tabs .selected{background:#edf1ff;color:#2149bd;font-weight:700}.pw-list{padding:12px;max-height:440px;overflow:auto;display:grid;gap:10px}.pw-item{border:1px solid var(--border,#e2e7ef);border-radius:9px;padding:12px;min-width:0}.pw-note.color-sand{background:#fff9e9;color:#403729;border-color:#efe5c7}.pw-note.color-blue{background:#eef5ff;color:#233e66;border-color:#d9e5f6}.pw-note.color-mint{background:#eef9f3;color:#234c3c;border-color:#d7ebdf}.pw-note.color-rose{background:#fff1f3;color:#663442;border-color:#f0dce1}.pw-item-top{display:flex;align-items:start;gap:9px}.pw-title{background:none;border:0;text-align:left;padding:0;color:inherit;font-size:14px;line-height:1.45;font-weight:650;overflow-wrap:anywhere;cursor:pointer;flex:1}.pw-body{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55;margin:9px 0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pw-pinned{color:#a07824;font-size:12px}.pw-item-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:11px}.pw-small{border:0;background:transparent;color:inherit;opacity:.8;border-radius:5px;padding:4px 6px;font-size:11px;cursor:pointer}.pw-small:hover{background:#7184a018;opacity:1}.pw-check{height:21px;width:21px;flex:0 0 21px;border:1.5px solid #a6b5cb;border-radius:6px;background:transparent;color:white;padding:2px;cursor:pointer}.pw-check.checked{background:#278671;border-color:#278671}.pw-item.is-done .pw-title{text-decoration:line-through;color:var(--muted,#64748b)}.pw-due{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:11px;color:var(--muted,#64748b);margin:9px 0 0}.pw-due.is-due{color:#ac5722}.pw-empty{min-height:215px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 8px;color:var(--muted,#64748b)}.pw-empty>svg{width:25px;height:25px;opacity:.65;margin-bottom:12px}.pw-empty strong{font-size:13px;color:var(--text,#25334a)}.pw-empty p{font-size:12px;line-height:1.5;max-width:240px}.pw-empty .btn{margin-top:5px}.pw-loading{padding:40px;text-align:center}.pw-error{padding:10px 12px;background:#fff1f2;color:#9c2843;border-radius:8px;font-size:13px}.pw-editor{width:min(560px,calc(100vw - 24px));max-height:90dvh;overflow:auto;border:1px solid var(--border,#dce4f0);border-radius:16px;background:var(--panel,#fff);color:var(--text,#19283e);padding:24px;box-shadow:0 22px 80px #10223c40}.pw-editor::backdrop{background:#15263d65;backdrop-filter:blur(3px)}.pw-editor header{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.pw-editor h2{font-size:22px;margin:5px 0}.pw-editor form>label{display:grid;gap:7px;font-size:12px;font-weight:650;margin:15px 0}.pw-editor input:not([type=checkbox]),.pw-editor textarea,.pw-editor select{border:1px solid var(--border,#dce4f0);border-radius:8px;background:var(--panel,#fff);color:inherit;padding:10px;font:inherit;min-width:0}.pw-editor textarea{resize:vertical;line-height:1.6}.pw-note-settings{display:flex;gap:20px;align-items:center}.pw-note-settings label{display:grid;gap:6px;font-size:12px}.pw-note-settings .pw-pin-label{display:flex;align-items:center;gap:6px}.pw-time-shortcuts{display:flex;gap:7px;flex-wrap:wrap}.pw-time-shortcuts button{border:1px solid var(--border,#dce4f0);border-radius:6px;padding:6px 8px;background:var(--panel,#fff);color:inherit;font-size:11px;cursor:pointer}.pw-hint{font-size:11px;line-height:1.5;color:var(--muted,#64748b)}.pw-editor footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:23px}.pw-editor footer>span{margin-right:auto;max-width:145px;font-size:11px;line-height:1.4;color:var(--muted,#64748b)}.workspace-shared-summary{display:flex;align-items:center;gap:10px;padding:16px 0;cursor:pointer;font-size:16px;font-weight:700}.workspace-shared-summary small{font-size:12px;font-weight:400;color:var(--muted,#64748b)}.workspace-shared-tools .workspace-strip{margin-bottom:15px}.workspace-shared-tools .command-tile{min-height:78px}.pw-item:target{outline:2px solid #4568d8}.personal-workspace button:focus-visible,.personal-workspace input:focus-visible,.personal-workspace select:focus-visible{outline:2px solid #4064da;outline-offset:2px}@media(max-width:1100px){.pw-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-column-reminder{grid-column:1/-1}.pw-column-reminder .pw-list{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-column-reminder .pw-empty{grid-column:1/-1;min-height:140px}}@media(max-width:650px){.pw-heading{align-items:start;flex-direction:column;padding:12px 0 18px}.pw-columns{grid-template-columns:1fr}.pw-column-reminder .pw-list{grid-template-columns:1fr}.pw-toolbar{align-items:start;flex-direction:column}.pw-toolbar>div{width:100%}.pw-toolbar input{width:auto;flex:1;min-width:0}.pw-capture{gap:5px;padding:9px}.pw-capture>span{display:none}.pw-capture select{max-width:85px;font-size:12px}.pw-capture input{font-size:13px!important}.pw-list{max-height:370px}.pw-editor{padding:18px}.pw-editor footer{flex-wrap:wrap}.workspace-shared-summary{flex-wrap:wrap}.pw-column-reminder .pw-empty{min-height:200px}}
