:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 24px;--radius-pill: 999px;--shadow-sm: 3px 3px 0 #111111;--shadow-md: 4px 4px 0 #111111;--shadow-lg: 6px 6px 0 #111111;--border-color: #111111;--bg: #f4efe6;--text: #14213d;--muted: rgba(20, 33, 61, .72);--panel: #f8f6f1;--surface: #ffffff;--surface-soft: #fffdf8;--surface-hover: #fffaf1;--button-dark: #111111;--button-dark-text: #fff8e7;--overlay: rgba(17, 17, 17, .45);--divider: rgba(17, 17, 17, .18);--focus-ring: rgba(20, 33, 61, .12);--danger-bg: #991b1b;--danger-bg-hover: #b42318;--danger-border: #7f1d1d;--danger-soft: #fff1f2;--danger-text: #fff8e7;--tag-linux: #d9f99d;--tag-git: #fdba74;--tag-php: #c4b5fd;--tag-javascript: #fde68a;--tag-devops: #93c5fd;--tag-career: #ddd6fe;--container-max: 1320px;--content-gap: 24px;--section-gap: 18px;--sticky-top: 20px;color:var(--text);background:var(--bg)}[data-theme=dark]{--border-color: #0b1220;--bg: #081427;--text: #edf2f7;--muted: rgba(237, 242, 247, .78);--panel: #14233c;--surface: #1c2d4a;--surface-soft: #213554;--surface-hover: #263d60;--button-dark: #f3f4f6;--button-dark-text: #0b1220;--overlay: rgba(3, 8, 20, .6);--divider: rgba(255, 255, 255, .16);--focus-ring: rgba(96, 165, 250, .16)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%;background:var(--bg);color:var(--text)}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden;transition:background .25s ease,color .25s ease}img,svg,video,canvas{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:none;background:none}a{color:inherit;text-decoration:none}.appShell{width:100%;max-width:var(--container-max);margin:0 auto;padding:28px 20px 48px;overflow-x:clip}.panel{width:100%;min-width:0;border:3px solid var(--border-color);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-lg)}.stickyPanel{position:sticky;top:var(--sticky-top);height:fit-content}.rightColumn{min-width:0}.rightColumnTopTools{position:sticky;top:16px;z-index:30;display:flex;justify-content:flex-end;margin-bottom:14px;pointer-events:auto}.topHeader{display:flex;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;justify-content:center;gap:16px;margin-bottom:18px}.topHeader>:first-child{justify-self:start;min-width:0}.topHeader>:nth-child(2){justify-self:center;min-width:0}.topHeader>:last-child{justify-self:end;min-width:0}.brandMini{display:flex;justify-content:center;min-width:0}.headerActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;min-width:0}.userGreeting{font-size:.92rem;font-weight:700;color:var(--muted);word-break:break-word}.headerGhostButton,.headerPrimaryButton,.modalCloseButton,.socialButton,.authTabButton,.themeToggle,.tagAddButton,.newTagSaveButton,.noteCopyButton,.paginationButton,.focus-audio-icon-btn,.focus-audio-play-btn,.focus-audio-load-btn,.noteFormSecondaryButton,.saveButton,.noteDeletePopoverCancel,.noteDeletePopoverDanger,.noteDeleteClose{appearance:none;-webkit-appearance:none}.headerGhostButton,.headerPrimaryButton,.themeToggle{min-height:44px;padding:10px 14px;border:3px solid var(--border-color);border-radius:14px;font-weight:800;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.headerGhostButton,.themeToggle{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.headerPrimaryButton{background:var(--button-dark);color:var(--button-dark-text);box-shadow:var(--shadow-sm)}.headerGhostButton:hover,.headerPrimaryButton:hover,.themeToggle:hover,.socialButton:hover,.authTabButton:hover,.modalCloseButton:hover,.saveButton:hover,.newTagSaveButton:hover,.tagAddButton:hover,.noteCopyButton:hover:not(:disabled),.paginationButton:hover:not(:disabled),.focus-audio-icon-btn:hover:not(:disabled),.focus-audio-play-btn:hover:not(:disabled),.focus-audio-load-btn:hover,.noteFormSecondaryButton:hover,.noteDeletePopoverCancel:hover,.noteDeletePopoverDanger:hover:not(:disabled),.noteDeleteClose:hover{transform:translate(-2px,-2px)}.noteDeletePopoverCancel:hover{background:var(--surface-hover)}.noteDeletePopoverCancel:active,.noteDeletePopoverDanger:active,.noteDeleteClose:active{transform:translate(0)}.hero{margin-bottom:18px}.eyebrow{display:inline-flex;align-items:center;max-width:100%;margin:0 0 10px;padding:6px 12px;border:2px solid var(--border-color);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.hero h1{margin:0 0 10px;max-width:900px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;font-weight:900;letter-spacing:-.05em;color:var(--text);text-wrap:balance}.heroText{margin:0;max-width:760px;font-size:.98rem;color:var(--muted)}.dashboardLayout{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:var(--content-gap);align-items:start;width:100%;overflow:visible}.resultsColumn{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;overflow:visible}.resultsTopSticky{position:sticky;top:var(--sticky-top);z-index:40;display:flex;flex-direction:column;gap:16px;padding-bottom:16px;isolation:isolate}.resultsTopSticky:before{content:"";position:absolute;inset:-22px -8px 12px;background:var(--bg);z-index:-1;border-radius:20px}.searchWrap{margin-bottom:0}.searchInput{width:100%;min-width:0;padding:16px 18px;border:3px solid var(--border-color);border-radius:18px;background:var(--surface-soft);color:var(--text);box-shadow:var(--shadow-md);font-size:1rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.searchInput::placeholder{color:var(--muted)}.searchInput:focus{background:var(--surface);border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-md)}.noteForm{position:relative;display:flex;flex-direction:column;gap:0;min-width:0;padding:18px}.noteForm.isEditMode:after{content:"Editing";position:absolute;top:18px;right:18px;padding:6px 10px;border:2px solid var(--border-color);border-radius:var(--radius-pill);background:#fde68a;color:#111;font-size:.72rem;font-weight:900;letter-spacing:.02em}.formHeader{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px;min-width:0}.formHeader h2{margin:0 0 4px;font-size:1.9rem;line-height:1.05;color:var(--text)}.formHeader p{margin:0;color:var(--muted);font-size:.95rem}.formBadge{display:grid;place-items:center;flex-shrink:0;width:52px;height:52px;border:3px solid var(--border-color);border-radius:16px;background:#ffd54f;box-shadow:var(--shadow-sm);font-size:1.4rem}.tagSelector{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px}.tag{display:inline-flex;align-items:center;max-width:100%;padding:5px 10px;border:2px solid var(--border-color);border-radius:var(--radius-pill);font-size:.78rem;font-weight:800;text-transform:lowercase;color:#111}.tag-linux{background:var(--tag-linux)}.tag-git{background:var(--tag-git)}.tag-php{background:var(--tag-php)}.tag-javascript{background:var(--tag-javascript)}.tag-devops{background:var(--tag-devops)}.tag-career{background:var(--tag-career)}.tagButton{cursor:pointer;transition:transform .12s ease,box-shadow .15s ease}.tagButton:hover{transform:translateY(-1px)}.tagSelected{box-shadow:2px 2px 0 var(--border-color)}.tagAddButton{display:inline-grid;place-items:center;flex-shrink:0;width:34px;height:34px;border:3px solid var(--border-color);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);box-shadow:2px 2px 0 var(--border-color);cursor:pointer;font-size:1.2rem;font-weight:900}.newTagRow{display:flex;gap:8px;margin-bottom:14px;min-width:0}.newTagInput{flex:1;min-width:0;padding:10px 12px;border:3px solid var(--border-color);border-radius:14px;background:var(--surface);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.newTagInput:focus{background:var(--surface);border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-sm)}.newTagSaveButton{flex-shrink:0;min-height:44px;padding:10px 14px;border:3px solid var(--border-color);border-radius:14px;background:var(--button-dark);color:var(--button-dark-text);box-shadow:var(--shadow-sm);cursor:pointer;font-weight:800}.fieldGroup{margin-bottom:10px;min-width:0}.fieldGroup label{display:block;margin-bottom:8px;font-size:.92rem;font-weight:800;color:var(--text)}.fieldGroup input,.fieldGroup textarea,.fieldGroup select{width:100%;min-width:0;padding:10px 12px;border:3px solid var(--border-color);border-radius:14px;background:var(--surface);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.fieldGroup input::placeholder,.fieldGroup textarea::placeholder{color:var(--muted)}.fieldGroup textarea{resize:vertical;min-height:140px}.fieldGroup input:focus,.fieldGroup textarea:focus,.fieldGroup select:focus{background:var(--surface);border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-sm)}.devEditorShell{margin-top:2px;min-width:0;border:3px solid var(--border-color);border-radius:18px;overflow:hidden;background:#0f1722;box-shadow:var(--shadow-sm);transition:border-color .18s ease,box-shadow .18s ease}.devEditorShell:focus-within{border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-sm)}.devEditorTopbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#0a1018;border-bottom:2px solid rgba(255,255,255,.08)}.devEditorDots{display:flex;align-items:center;gap:8px}.devEditorDot{display:inline-block;width:10px;height:10px;border-radius:var(--radius-pill)}.devEditorDotRed{background:#ff5f57}.devEditorDotYellow{background:#febc2e}.devEditorDotGreen{background:#28c840}.devEditorFilename{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem;font-weight:700;color:#e6edf3b8}.devEditorBody{background:#0f1722}.devEditorBody .cm-editor{background:#0f1722!important;color:#e6edf3!important;border:none!important;outline:none!important;font-family:JetBrains Mono,Fira Code,monospace}.devEditorBody .cm-editor.cm-focused{outline:none!important}.devEditorBody .cm-scroller{font-family:JetBrains Mono,Fira Code,monospace;line-height:1.7;padding:0}.devEditorBody .cm-content{padding:16px 18px!important;font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;caret-color:#58a6ff}.devEditorBody .cm-cursor{border-left-color:#58a6ff!important}.devEditorBody .cm-placeholder{color:#e6edf361!important;font-style:normal}.devEditorBody .cm-selectionBackground,.devEditorBody ::selection{background:#58a6ff38!important}.devEditorBody .cm-activeLine{background:transparent!important}.devEditorBody .cm-gutters{background:#0f1722!important;color:#e6edf34d!important;border:none!important}.devEditorBody .cm-tooltip{border:1px solid rgba(255,255,255,.08);background:#111827!important;color:#e6edf3!important}.noteFormActions{display:flex;align-items:center;gap:12px;margin-top:auto}.saveButton{flex:1;min-height:48px;margin-top:0;padding:14px 16px;border:3px solid #111111;border-radius:16px;background:#111;color:#fff8e7;box-shadow:4px 4px #111;font-weight:800;cursor:pointer;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.noteFormSecondaryButton{flex-shrink:0;min-width:110px;min-height:48px;padding:0 16px;border:3px solid var(--border-color);border-radius:16px;background:linear-gradient(180deg,var(--surface) 0%,var(--panel) 100%);color:var(--text);box-shadow:var(--shadow-sm);font-weight:800;letter-spacing:-.01em;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.noteFormSecondaryButton:active,.saveButton:active{transform:translate(0)}.noteFormSecondaryButton:focus-visible,.saveButton:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.resultsPanel{position:relative;z-index:1;width:100%;min-width:0;padding:28px 24px 24px}.resultsHeader{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.resultsHeader h2{margin:0;font-size:2rem;line-height:1.05;color:var(--text)}.resultsCount{flex-shrink:0;padding:8px 12px;border:2px solid var(--border-color);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:.85rem;font-weight:800;white-space:nowrap}.notesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}.noteCard{position:relative;min-width:0;padding:16px;border:3px solid var(--border-color);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-md);transition:transform .15s ease,background .15s ease}.noteCard:hover{transform:translate(-2px,-2px);background:var(--surface-hover)}.noteCardSnippet{display:flex;flex-direction:column;gap:12px;min-height:220px}.noteCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.noteCardTools{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.noteToolButton{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:2px solid var(--border-color);border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease,transform .15s ease,box-shadow .18s ease}.noteToolButton:hover{background:var(--surface-soft);color:var(--text);box-shadow:2px 2px 0 var(--border-color)}.noteToolButton:active{transform:translate(0);box-shadow:none}.noteToolButton:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.noteToolButtonDanger:hover{background:var(--danger-soft);color:#be123c}.noteTitle{margin:0 0 8px;color:var(--text);font-size:1.08rem;line-height:1.15;font-weight:900;word-break:break-word;overflow-wrap:anywhere}.noteReminder{margin:0;font-size:.94rem;color:var(--muted)}.noteDivider{width:100%;height:2px;margin:14px 0;background:var(--divider);opacity:1}.noteDescription,.noteDescriptionPreview{margin:0;color:var(--muted);line-height:1.45}.noteDescription{font-size:.95rem}.noteDescriptionPreview{display:-webkit-box;overflow:hidden;min-height:2.7em;font-size:.91rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.noteCommandRow{display:flex;align-items:center;gap:10px;min-width:0}.noteCommandInline{display:block;flex:1;width:100%;min-width:0;margin:0;padding:9px 11px;border:2px solid var(--divider);border-radius:12px;background:var(--panel);color:var(--text);font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.9rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.noteCopyButton{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;min-width:44px;height:40px;padding:0;border:3px solid var(--border-color);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.noteCopyButton:active:not(:disabled){transform:translate(0);box-shadow:2px 2px 0 var(--border-color)}.noteCopyButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.noteCopyButton.isCopied{background:#d9f99d;color:#111}.noteMeta{display:flex;flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.75rem;border-top:1px dashed var(--divider)}.noteDate{margin:0;font-size:.84rem;color:var(--muted)}.noteDate span{font-weight:700;color:var(--text)}.noteDeletePopover{position:absolute;right:25px;z-index:30;width:min(350px,calc(100% - 24px));padding:10px;border:3px solid var(--border-color);border-radius:14px;background:var(--panel);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:8px;animation:noteDeletePopoverIn .16s ease;opacity:.98;top:5%}@keyframes noteDeletePopoverIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.noteDeletePopoverHeader{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:2px}.noteDeletePopoverTitle{margin:0;font-size:.88rem;font-weight:900;line-height:1.1;color:var(--text)}.noteDeleteClose{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:2px solid var(--border-color);border-radius:9px;background:var(--surface);color:var(--muted);box-shadow:2px 2px 0 var(--border-color);cursor:pointer;transition:transform .15s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.noteDeletePopoverText{margin:0;font-size:.82rem;line-height:1.35;color:var(--muted)}.noteDeletePopoverCode{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 10px;border:2px solid var(--divider);border-radius:11px;background:var(--surface-soft);color:var(--text);font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.77rem;line-height:1.3}.noteDeletePopoverInput{width:100%;min-width:0;height:42px;padding:0 12px;border:3px solid var(--border-color);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-size:.88rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.noteDeletePopoverInput::placeholder{color:var(--muted)}.noteDeletePopoverInput:focus{background:var(--surface);border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-sm)}.noteDeletePopoverActions{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:2px}.noteDeletePopoverCancel,.noteDeletePopoverDanger{min-height:36px;min-width:84px;padding:0 12px;border-radius:11px;font-weight:800;font-size:.9rem;cursor:pointer;transition:transform .15s ease,background .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease}.noteDeletePopoverCancel{border:2px solid var(--border-color);background:var(--surface);color:var(--text);box-shadow:2px 2px 0 var(--border-color)}.noteDeletePopoverDanger{border:2px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text);box-shadow:2px 2px 0 var(--danger-border)}.noteDeletePopoverDanger:hover:not(:disabled){background:var(--danger-bg-hover)}.noteDeletePopoverDanger:disabled{opacity:.42;cursor:not-allowed;transform:none}.paginationBar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:20px}.paginationButton{min-width:42px;min-height:42px;padding:0 12px;border:3px solid var(--border-color);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-weight:800;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .2s ease,color .2s ease}.paginationButtonActive{background:var(--button-dark);color:var(--button-dark-text)}.paginationButton:disabled{opacity:.45;cursor:not-allowed;transform:none}.skeletonBlock{position:relative;display:block;overflow:hidden;background:#d9d9d9;border-radius:8px}.skeletonBlock:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff8c,#fff0);animation:shimmerMove 2.2s infinite}@keyframes shimmerMove{to{transform:translate(100%)}}.skeletonTag{width:78px;height:24px;border-radius:var(--radius-pill)}.skeletonTitle{width:72%;height:24px;margin-top:1rem}.skeletonReminder{width:46%;height:16px;margin-top:.75rem}.skeletonLine{width:100%;height:12px;margin-top:.65rem}.skeletonLineLg{width:92%;margin-top:1rem}.skeletonLineSm{width:68%}.skeletonMeta{width:42%;height:12px;border-radius:6px}.skeletonMetaSm{width:34%}.isLoading .noteDivider{opacity:.45}.focus-audio-bar{width:100%;min-width:0;display:flex;flex-direction:column;gap:12px;margin:0;padding:14px 18px;border:3px solid var(--border-color);border-radius:24px;background:var(--panel);box-shadow:var(--shadow-md)}.focus-audio-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;min-width:0}.focus-audio-badge{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:8px 14px;border:3px solid var(--border-color);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-size:.9rem;font-weight:800;white-space:nowrap}.focus-audio-input-group{display:flex;align-items:center;gap:10px;flex:1 1 320px;min-width:0}.focus-audio-input{flex:1;min-width:0;height:42px;padding:0 14px;border:3px solid var(--border-color);border-radius:14px;background:var(--surface-soft);color:var(--text);box-shadow:var(--shadow-sm);font-size:.96rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.focus-audio-input::placeholder{color:var(--muted)}.focus-audio-input:focus{background:var(--surface);border-color:var(--text);box-shadow:0 0 0 4px var(--focus-ring),var(--shadow-sm)}.focus-audio-load-btn{flex-shrink:0;min-height:42px;padding:0 16px;border:3px solid var(--border-color);border-radius:14px;background:var(--button-dark);color:var(--button-dark-text);box-shadow:var(--shadow-sm);font-size:.95rem;font-weight:800;cursor:pointer}.focus-audio-track-inline{display:flex;align-items:center;gap:8px;flex:1;min-width:0;color:var(--text)}.focus-audio-track-inline__label{flex-shrink:0;font-size:.92rem;font-weight:800;color:var(--muted);white-space:nowrap}.focus-audio-track-inline__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;color:var(--text)}.focus-audio-controls-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.focus-audio-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:3px solid var(--border-color);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-size:.95rem;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .2s ease}.focus-audio-play-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:3px solid var(--border-color);border-radius:14px;background:#ffd54f;color:#111;box-shadow:var(--shadow-sm);font-size:1rem;font-weight:900;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .2s ease}.focus-audio-icon-btn:disabled,.focus-audio-play-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.focus-audio-volume__slider{width:100px;accent-color:#f3c44a;cursor:pointer}.focus-audio-error{margin:0;font-size:.88rem;color:#b42318;font-weight:700}.focus-audio-player-hidden{position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.emptyState{padding:32px 20px;border:3px dashed var(--border-color);border-radius:20px;background:var(--surface);text-align:center}.emptyState h3{margin:0 0 8px;font-size:1.4rem;color:var(--text)}.emptyState p{margin:0;color:var(--muted)}.modalOverlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px;overflow-y:auto;background:var(--overlay);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.authModal{position:relative;width:min(100%,560px);max-height:calc(100vh - 40px);overflow-y:auto;padding:22px;border:3px solid var(--border-color);border-radius:24px;background:var(--panel);box-shadow:8px 8px 0 var(--border-color)}.modalCloseButton{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:3px solid var(--border-color);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;font-size:1.2rem;font-weight:900}.authModalHeader{margin-bottom:18px;padding-right:56px}.authModalHeader h2{margin:0 0 6px;font-size:1.8rem;line-height:1.1;color:var(--text)}.authModalHeader p{margin:0;color:var(--muted)}.authTabs{display:flex;gap:10px;margin-bottom:18px}.authTabButton{flex:1;min-height:46px;padding:12px;border:3px solid var(--border-color);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;font-weight:800}.authTabButtonActive{background:#ffd54f;color:#111}.authPanelBody{display:flex;flex-direction:column;gap:14px}.socialAuthButtons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.socialButton{min-height:46px;padding:12px;border:3px solid var(--border-color);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;font-weight:800}.authDivider{position:relative;margin:4px 0;text-align:center}.authDivider:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--divider)}.authDivider span{position:relative;padding:0 10px;background:var(--panel);color:var(--muted);font-size:.88rem}.authForm{display:flex;flex-direction:column;gap:10px}.authError{margin:0;color:#b42318;font-size:.92rem;font-weight:700}.authInfo{margin:0;color:#60a5fa;font-size:.92rem;font-weight:700}@media(max-width:1180px){.dashboardLayout{grid-template-columns:1fr}.stickyPanel,.resultsTopSticky{position:static;top:auto}.resultsTopSticky{padding-bottom:0}.resultsTopSticky:before{display:none}.notesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.appShell{padding:22px 16px 36px}.topHeader{grid-template-columns:1fr;align-items:start;gap:12px}.topHeader>:first-child,.topHeader>:nth-child(2),.topHeader>:last-child,.brandMini{justify-self:start}.headerActions{width:100%;justify-content:flex-start}.hero h1{max-width:100%;font-size:clamp(2rem,7vw,2.8rem)}.formHeader h2,.resultsHeader h2{font-size:1.7rem}.resultsHeader{flex-direction:column;align-items:flex-start}}@media(max-width:760px){.appShell{padding:18px 14px 32px}.hero{margin-bottom:16px}.hero h1{font-size:clamp(1.85rem,9vw,2.35rem);line-height:1.04}.heroText{font-size:.95rem}.dashboardLayout{gap:18px}.panel{border-radius:18px;box-shadow:var(--shadow-md)}.noteForm,.resultsPanel{padding:16px}.formHeader{margin-bottom:18px}.formHeader h2,.resultsHeader h2{font-size:1.45rem}.formBadge{width:46px;height:46px;font-size:1.2rem}.notesGrid{grid-template-columns:1fr}.noteCard{padding:14px}.noteCardSnippet{min-height:auto}.noteDeletePopover{left:14px;right:14px;width:auto}.noteCommandRow{flex-direction:row;align-items:center}.noteCopyButton{width:44px;min-width:44px}.paginationBar{gap:8px}.paginationButton{min-width:40px;padding:0 10px}.focus-audio-bar{padding:14px;border-radius:20px}.focus-audio-row{align-items:stretch}.focus-audio-input-group{width:100%;min-width:0;flex-direction:column;align-items:stretch}.focus-audio-input,.focus-audio-load-btn,.focus-audio-track-inline,.focus-audio-controls-inline{width:100%}.socialAuthButtons{grid-template-columns:1fr}.authTabs,.newTagRow{flex-direction:column}.newTagSaveButton{width:100%}.noteDeletePopover{left:14px;right:14px;top:5%;width:auto;opacity:.96}}@media(max-width:560px){.appShell{padding:16px 12px 28px}.topHeader{gap:10px}.headerActions{gap:8px}.headerGhostButton,.headerPrimaryButton,.themeToggle,.userGreeting{width:100%}.eyebrow{white-space:normal}.formHeader{flex-direction:column;gap:10px}.formBadge{width:44px;height:44px}.tagSelector{gap:6px}.tag{font-size:.75rem;padding:5px 9px}.searchInput{padding:14px 16px;font-size:.96rem}.fieldGroup input,.fieldGroup textarea,.fieldGroup select,.newTagInput{padding:10px 11px}.resultsCount{width:100%;text-align:center;white-space:normal}.noteTitle{font-size:1rem}.noteCommandInline{font-size:.84rem}.noteFormActions{flex-direction:column-reverse;align-items:stretch;gap:10px}.noteFormSecondaryButton,.saveButton{width:100%}.focus-audio-badge{width:100%;justify-content:center;white-space:normal}.focus-audio-track-inline{flex-direction:column;align-items:flex-start}.focus-audio-track-inline__label,.focus-audio-track-inline__title{white-space:normal}.focus-audio-volume__slider{width:100%;max-width:180px}.authModal{padding:18px 16px;border-radius:20px}.authModalHeader{padding-right:48px}.authModalHeader h2{font-size:1.45rem}}@media(max-width:400px){.appShell{padding-inline:10px}.headerGhostButton,.headerPrimaryButton,.themeToggle,.socialButton,.authTabButton,.saveButton,.noteFormSecondaryButton,.newTagSaveButton{font-size:.92rem}.hero h1{font-size:1.75rem}.noteForm,.resultsPanel{padding:14px}.paginationButton{min-width:38px;min-height:38px}.focus-audio-icon-btn{width:38px;height:38px}.focus-audio-play-btn{width:42px;height:42px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
