*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg: #F5F3EF;--surface: #FFFFFF;--surface2: #F0EDE8;--border: #E2DDD6;--text: #1A1814;--text-muted: #7A7268;--accent: #1A1814;--accent-hover: #333;--tag-bg: #EAE6E0;--tag-text: #4A4640;--nav-active: #1A1814;--nav-inactive: #9A9288;--sidebar-w: 200px;--input-bg: #F8F6F2;--radius: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .04);--shadow-pdf: 0 4px 24px rgba(0, 0, 0, .12);--placeholder: #C0BAB2;--preview-bg: #ECEAE5;--toggle-bg: #E2DDD6;--toggle-knob: #FFFFFF;--toggle-knob-shadow: rgba(0, 0, 0, .15);--highlight-bg: #1A1814;--highlight-text: #F5F3EF;--highlight-muted: rgba(245, 243, 239, .6);--highlight-border: transparent;--bg-dark: #EDE9E3}html.dark{--bg: #141210;--surface: #1E1C19;--surface2: #262320;--border: #2E2B27;--text: #EDE9E3;--text-muted: #7A7570;--accent: #E8E2D8;--accent-hover: #F5F0E8;--tag-bg: #2A2723;--tag-text: #B0AAA0;--nav-active: #EDE9E3;--nav-inactive: #5A5750;--input-bg: #1A1815;--shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .2);--shadow-pdf: 0 4px 24px rgba(0, 0, 0, .5);--placeholder: #4A4844;--preview-bg: #181612;--toggle-bg: #3A3730;--toggle-knob: #E8E2D8;--toggle-knob-shadow: rgba(0, 0, 0, .4);--highlight-bg: #EDE9E3;--highlight-text: #141210;--highlight-muted: rgba(20, 18, 16, .6);--highlight-border: transparent;--bg-dark: #0E0C0A}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column;transition:background .25s,color .25s;overflow-x:hidden;max-width:100vw}#root{display:flex;flex-direction:column;flex:1;min-height:100vh;overflow-x:hidden;max-width:100vw}.btn-primary-theme{background:var(--highlight-bg)!important;color:var(--highlight-text)!important;border:none!important;cursor:pointer;font-family:inherit;font-weight:600;transition:opacity .15s}.btn-primary-theme:hover{opacity:.88}.btn-primary-theme:disabled{opacity:.55;cursor:not-allowed}.topnav{background:var(--surface);border-bottom:1px solid var(--border);height:52px;display:flex;align-items:center;padding:0 24px;gap:32px;position:sticky;top:0;z-index:100;transition:background .25s,border-color .25s}.brand{font-family:"DM Serif Display",serif;font-size:15px;color:var(--text);white-space:nowrap;flex-shrink:0}.topnav-links{display:flex;gap:4px;flex:1}.topnav-links a{text-decoration:none;font-size:13px;font-weight:500;color:var(--nav-inactive);padding:6px 12px;border-radius:6px;transition:all .15s}.topnav-links a.active{color:var(--text);background:var(--surface2)}.topnav-links a:hover:not(.active){color:var(--text)}.topnav-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-clear{background:none;border:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:12px;font-weight:500;padding:6px 14px;border-radius:6px;cursor:pointer;transition:all .15s}.btn-clear:hover{border-color:#bbb;color:var(--text)}.btn-share{background:none;border:1px solid var(--border);color:var(--text-muted);font-family:inherit;font-size:12px;padding:7px 14px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s}.btn-share:hover{border-color:var(--accent);color:var(--accent)}.btn-pdf{background:var(--accent);color:#fff;border:none;font-family:inherit;font-size:12px;font-weight:600;padding:7px 16px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:7px;transition:background .15s;letter-spacing:.01em}.btn-pdf:hover{background:var(--accent-hover)}.btn-pdf svg{width:13px;height:13px}html.dark .btn-pdf{background:#e8e2d8;color:#1a1814}html.dark .btn-pdf:hover{background:#f5f0e8}.topnav-icon{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s}.topnav-icon:hover{border-color:#bbb;color:var(--text)}.topnav-icon svg{width:15px;height:15px}.avatar{width:32px;height:32px;border-radius:50%;background:#d4c9b8;border:none;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#6b5f50;cursor:pointer;font-family:inherit}.theme-toggle{position:relative;width:36px;height:20px;flex-shrink:0;cursor:pointer}.theme-toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{position:absolute;inset:0;background:var(--toggle-bg);border-radius:20px;transition:background .25s;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.toggle-track svg{width:10px;height:10px;flex-shrink:0;transition:opacity .2s}.toggle-sun{color:#c8a04a;opacity:1}.toggle-moon{color:#8090b8;opacity:0}html.dark .toggle-sun{opacity:0}html.dark .toggle-moon{opacity:1}.toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--toggle-knob);border-radius:50%;box-shadow:0 1px 3px var(--toggle-knob-shadow);transition:transform .25s cubic-bezier(.4,0,.2,1),background .25s}html.dark .toggle-knob{transform:translate(16px)}.workspace{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);padding:20px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;transition:background .25s,border-color .25s}.sidebar-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:4px 8px 8px}.sidebar-version{font-size:10px;color:var(--nav-inactive);padding:0 8px 12px;border-bottom:1px solid var(--border);margin-bottom:8px}.sidebar-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:400;color:var(--nav-inactive);transition:all .15s;user-select:none}.sidebar-item.active{background:var(--surface2);color:var(--text);font-weight:500}.sidebar-item:hover:not(.active){color:var(--text);background:var(--surface2)}.sidebar-item svg{width:15px;height:15px;flex-shrink:0}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid var(--border);position:sticky;bottom:-20px;background:var(--surface);z-index:10}.help-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:12px;color:var(--nav-inactive);transition:all .15s}.help-item:hover{color:var(--text)}.help-item svg{width:14px;height:14px}.form-panel{flex:1;overflow-y:auto;padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:28px}.tab-section{width:100%;max-width:700px;display:flex;flex-direction:column;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{font-family:"DM Serif Display",serif;font-size:20px;color:var(--text);margin-bottom:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group.full{grid-column:1 / -1}.form-label{font-size:11px;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.form-input,.form-textarea{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius);padding:9px 12px;font-family:inherit;font-size:13px;color:var(--text);outline:none;width:100%;transition:background .25s,border-color .25s,color .25s,box-shadow .15s}.form-input::placeholder,.form-textarea::placeholder{color:var(--placeholder)}.form-input:focus,.form-textarea:focus{border-color:#b8b0a6;box-shadow:0 0 0 3px #1a18140d}.form-textarea{resize:vertical;min-height:88px;line-height:1.55}.tags-area{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tag{background:var(--tag-bg);color:var(--tag-text);font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px;display:flex;align-items:center;gap:5px;transition:background .25s,color .25s}.tag .tag-remove{cursor:pointer;opacity:.5;font-size:14px;line-height:1;transition:opacity .1s}.tag .tag-remove:hover{opacity:1}.tag-add-btn{background:none;border:1px dashed var(--border);color:var(--text-muted);font-family:inherit;font-size:12px;padding:4px 10px;border-radius:20px;cursor:pointer;transition:all .15s}.tag-add-btn:hover{border-color:#999;color:var(--text)}.tag-input{border:none;background:transparent;font-family:inherit;font-size:12px;color:var(--text);outline:none;width:100px}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.btn-add{background:var(--surface2);border:1px solid var(--border);color:var(--text);font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s cubic-bezier(.4,0,.2,1);padding:10px 24px;border-radius:30px;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 2px 4px #0000000d}.btn-add:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-add:active{transform:translateY(0)}html.dark .btn-add{background:var(--surface2);border-color:var(--border)}html.dark .btn-add:hover{color:var(--bg)}.add-container{display:flex;justify-content:center;align-items:center;width:100%;padding:40px 0;margin-top:16px;border:2px dashed var(--border);border-radius:12px;background:var(--input-bg);transition:all .2s ease}.add-container:hover{border-color:var(--placeholder);background:var(--surface2)}.entry-card{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:10px;margin-bottom:10px;transition:background .25s,border-color .25s}.entry-card-header{display:flex;justify-content:space-between;align-items:center}.entry-card-title{font-size:12px;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.btn-remove-entry{background:none;border:none;color:var(--border);cursor:pointer;font-size:18px;line-height:1;transition:color .15s;padding:0}.btn-remove-entry:hover{color:#999}.checkbox-label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-muted);cursor:pointer;user-select:none}.checkbox-label input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px;cursor:pointer}.btn-update{position:sticky;bottom:16px;left:16px;background:var(--accent);color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:600;padding:11px 20px;border-radius:var(--radius);cursor:pointer;align-self:flex-start;transition:background .15s;box-shadow:var(--shadow)}.btn-update:hover{background:var(--accent-hover)}html.dark .btn-update{background:#e8e2d8;color:#1a1814}html.dark .btn-update:hover{background:#f5f0e8}.btn-update-wrap{position:sticky;bottom:0;background:linear-gradient(to top,var(--bg) 60%,transparent);padding:20px 0 0;margin-top:auto}.preview-panel{width:380px;flex-shrink:0;border-left:1px solid var(--border);background:var(--preview-bg);display:flex;flex-direction:column;overflow:hidden;transition:background .25s,border-color .25s}.preview-header{padding:14px 20px 12px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;justify-content:space-between;align-items:center;transition:background .25s,border-color .25s}.preview-title{font-size:13px;font-weight:600;color:var(--text)}.preview-subtitle{font-size:11px;color:var(--text-muted);margin-top:2px}.preview-actions{display:flex;gap:6px}.preview-icon-btn{width:28px;height:28px;border:1px solid var(--border);background:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s}.preview-icon-btn:hover{border-color:#bbb;color:var(--text)}.ats-score-wrap{position:relative;flex-shrink:0}.ats-badge{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--surface-alt);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit;min-width:120px}.ats-badge:hover{border-color:var(--score-color, var(--accent));background:var(--bg)}.ats-checklist{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px;z-index:50;box-shadow:0 8px 24px #00000024;max-height:340px;overflow-y:auto}.ats-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:6px}.ats-item{display:flex;align-items:flex-start;gap:8px;padding:6px 4px;border-radius:6px;font-size:12px}.ats-item--pending{background:#ef44440a}.ats-item--done{opacity:.65}.ats-item-label{font-weight:500;color:var(--text);line-height:1.3}.ats-item-tip{font-size:11px;color:var(--text-muted);margin-top:1px;line-height:1.4}.ats-pts{margin-left:auto;flex-shrink:0;font-size:10px;font-weight:700;color:#10b981;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:4px;padding:1px 5px}.preview-icon-btn svg{width:13px;height:13px}.preview-scroll{flex:1;overflow-y:auto;padding:40px 20px;display:flex;justify-content:center;align-items:flex-start;background:#2b2d31}.cv-doc{font-family:DM Sans,sans-serif;font-size:9px;line-height:1.5;color:#1a1814}.cv-doc-inner{padding:30px;box-sizing:border-box}.cv-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.cv-name{font-family:"DM Serif Display",serif;font-size:22px;letter-spacing:.01em;line-height:1.1;color:#1a1814}.cv-role{font-size:9px;font-weight:500;color:#7a7268;letter-spacing:.08em;text-transform:uppercase;margin-top:3px}.cv-contact{text-align:right;font-size:7.5px;color:#7a7268;line-height:1.7}.cv-divider{border:none;border-top:1px solid #E8E4DE;margin:10px 0;break-inside:avoid}.cv-section-title{font-size:7px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9a9288;margin-bottom:7px;break-after:avoid;break-inside:avoid}.cv-entry{margin-bottom:9px;break-inside:avoid}.cv-entry-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1px}.cv-entry-company{font-size:9px;font-weight:600;color:#1a1814}.cv-entry-date{font-size:7.5px;color:#9a9288;white-space:nowrap}.cv-entry-role{font-size:8px;color:#5a5650;margin-bottom:2px;font-style:italic}.cv-entry-desc{font-size:7.5px;color:#6a6660;line-height:1.55;break-inside:auto}.cv-skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px;break-inside:avoid}.cv-skill-row{display:flex;justify-content:space-between;align-items:center;gap:6px}.cv-skill-name{font-size:7.5px;color:#4a4640;white-space:nowrap}.cv-skill-bar{flex:1;height:3px;background:#eae6e0;border-radius:2px;overflow:hidden}.cv-skill-fill{height:100%;background:#1a1814;border-radius:2px;transition:width .4s ease}.cv-tags-row{display:flex;flex-wrap:wrap;gap:4px}.cv-tag{background:#f0ede8;color:#4a4640;font-size:7px;padding:2px 6px;border-radius:10px;font-weight:500}.tab-section{display:none}.tab-section.visible{display:block}.toast{position:fixed;bottom:24px;right:24px;background:var(--text);color:var(--bg);font-size:12px;font-weight:500;padding:10px 18px;border-radius:8px;box-shadow:var(--shadow-pdf);opacity:0;transform:translateY(8px);transition:all .25s;pointer-events:none;z-index:999}.toast.show{opacity:1;transform:translateY(0)}.modal-backdrop{position:fixed;inset:0;background:#0a0a0a73;display:none;align-items:center;justify-content:center;padding:20px;z-index:1000}.modal-backdrop.show{display:flex}.modal-card{width:min(680px,100%);max-height:min(80vh,700px);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-pdf);padding:18px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.modal-header h3{font-size:18px;font-weight:600}.modal-close{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:none;color:var(--text-muted);font-size:20px;line-height:1;cursor:pointer}.modal-subtitle{font-size:13px;color:var(--text-muted);margin-bottom:16px}.my-resumes-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.resume-item{border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--input-bg)}.resume-item-main{min-width:0}.resume-item-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resume-item-date{margin-top:3px;font-size:12px;color:var(--text-muted)}.resume-item-actions{display:flex;gap:8px}.resume-empty{border:1px dashed var(--border);border-radius:8px;padding:18px;text-align:center;color:var(--text-muted);font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.auth-card{max-width:480px}.auth-tabs{display:flex;gap:8px;margin-bottom:14px}.auth-tab{flex:1;border:1px solid var(--border);background:var(--surface2);color:var(--text-muted);font-size:13px;border-radius:8px;padding:8px 10px;cursor:pointer}.auth-tab.active{color:var(--text);border-color:var(--text);background:var(--surface);font-weight:600}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width: 1100px){.topnav{height:auto;min-height:52px;flex-wrap:wrap;gap:10px 14px;padding:10px 14px}.topnav-links{order:3;width:100%;overflow-x:auto;padding-bottom:2px}.topnav-actions{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.workspace{flex-direction:column;overflow-y:auto;overflow-x:hidden}.sidebar{width:100%;border-right:none;border-bottom:2px solid var(--border);flex-direction:row;align-items:center;padding:8px 10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0}.sidebar::-webkit-scrollbar{display:none}.sidebar>ul,.sidebar [role=tablist]{display:flex;flex-direction:row;gap:4px;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.sidebar-label,.sidebar-version,.sidebar-bottom{display:none}.sidebar-item{flex:0 0 auto;white-space:nowrap;border:1px solid var(--border);background:var(--surface);font-size:12px;padding:6px 12px;border-radius:20px;gap:6px}.sidebar-item.active{background:var(--text);color:var(--surface);border-color:var(--text)}.sidebar-item svg{width:13px;height:13px}.form-panel,.preview-panel{width:100%;max-width:none;border:none}.form-panel{max-height:none;overflow:visible;padding:16px}.preview-panel{border-top:1px solid var(--border);min-height:420px}.preview-scroll{padding:14px}}@media (max-width: 700px){.topnav{height:auto;flex-wrap:wrap;gap:6px 8px;padding:8px 10px}.brand{font-size:13px;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.topnav-links{display:none}.topnav-links a{font-size:11px;padding:5px 8px;white-space:nowrap}.topnav-actions{gap:5px;flex-shrink:0}.btn-text{display:none}.btn-clear{padding:7px;display:flex;align-items:center;justify-content:center}.btn-clear .mobile-icon{display:block!important}.btn-pdf{padding:7px 10px;font-size:11px}.topnav-icon{width:30px;height:30px}.avatar{width:30px;height:30px;font-size:12px}.form-panel{padding:12px}.section-title{font-size:16px}.form-grid{grid-template-columns:1fr;gap:12px}.entry-card{padding:10px}.btn-update-wrap{position:static;padding-top:14px;background:transparent}.preview-header{padding:10px 12px}.preview-title{font-size:12px}.preview-subtitle{font-size:10px}.preview-scroll{padding:10px}.cv-doc{max-width:100%;min-height:360px;padding:20px 16px}.toast{right:10px;left:10px;bottom:12px;text-align:center;z-index:10000}.modal-card{padding:12px}.resume-item{flex-direction:column;align-items:flex-start}.resume-item-actions{width:100%}.modal-actions{flex-direction:column-reverse}.modal-actions .btn-clear,.modal-actions .btn-pdf{width:100%;justify-content:center}.sidebar{padding:6px 8px;gap:4px;border-bottom-width:1px}.sidebar-item{padding:5px 10px;font-size:11px;gap:5px;border-radius:20px}.topnav{padding:6px 10px;gap:4px 6px}.topnav-links a{font-size:11px;padding:4px 7px}}.paper[data-template=modern] .paper-body{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.paper[data-template=modern] #blockEducation,.paper[data-template=modern] #blockCerts,.paper[data-template=modern] #blockProjects{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;padding:10px}.paper[data-template=minimal] .paper-contact,.paper[data-template=minimal] .paper-footer{display:none}.paper[data-template=minimal] .paper-header{justify-content:flex-start}.paper[data-template=corporate] .paper-header{border-bottom:2px solid #cbd5e1;padding-bottom:8px}.paper[data-template=corporate] #blockExperience{border-left:4px solid #334155;padding-left:12px}.paper[data-template=creative]{background:linear-gradient(180deg,#fff,#fdf4ff)}.paper[data-template=creative] .paper-header{background:#faf5ff;border-radius:12px;padding:12px}.paper[data-template=creative] #blockProjects .bullets li{list-style:"✨ "}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.98)}}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{box-shadow:0 0 0 12px #10b9811f}50%{box-shadow:0 0 0 20px #10b9810a}}.lp-cta-btn{animation:lp-float 4s ease-in-out infinite;box-shadow:0 8px 32px #1a18142e}html.dark .lp-cta-btn{box-shadow:0 8px 32px #e8e2d81f}.lp-feature-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 12px 32px #0000001a}html.dark .lp-feature-card:hover{box-shadow:0 12px 32px #0006}.hamburger-btn{display:none;background:none;border:1px solid var(--border);border-radius:6px;padding:4px;cursor:pointer;color:var(--text);align-items:center;justify-content:center}.mobile-menu{position:sticky;top:52px;z-index:190;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 20px;display:flex;flex-direction:column;gap:6px}.mobile-menu a{text-decoration:none;font-size:14px;color:var(--text-muted);padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s}.mobile-menu a:hover{background:var(--surface2);color:var(--text)}.mobile-enter-btn{display:none!important}.mobile-ham-wrap{display:none}.mobile-pdf-btn{display:none!important}.dots-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--text);font-weight:500;transition:background .15s}.dots-item:hover{background:var(--input-bg)}@media (max-width: 768px){.hamburger-btn{display:flex}.lp-desktop-links,.desktop-only{display:none!important}.mobile-ham-wrap{display:flex;align-items:center}.mobile-dots-btn{display:flex!important}.mobile-pdf-btn{display:inline-flex!important}.topnav .btn-clear,.topnav .btn-share.desktop-only,.topnav .btn-pdf.desktop-only{display:none}.topnav-icon:not(.mobile-dots-btn){display:none!important}.topnav .avatar{display:none!important}.mobile-enter-btn{display:inline-flex!important}.settings-sidebar{display:none!important}.settings-mobile-pills{display:flex!important}}@media (min-width: 769px){.mobile-menu,.mobile-ham-wrap,.mobile-pdf-btn{display:none!important}}@media (max-width: 600px){.account-topnav-actions button{font-size:11px!important;padding:6px 10px!important}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-slide-up{animation:slideUpFade .4s cubic-bezier(.16,1,.3,1) both;will-change:transform,opacity}.animate-slide-down{animation:slideDownFade .35s cubic-bezier(.16,1,.3,1) both;will-change:transform,opacity}.animate-fade-in{animation:fadeIn .4s ease both}.animate-scale-in{animation:scaleIn .35s cubic-bezier(.34,1.56,.64,1) both;will-change:transform,opacity}.animate-float{animation:floatY 5s ease-in-out infinite;will-change:transform}.stagger-children>*{opacity:0;animation:slideUpFade .4s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.12s}.stagger-children>*:nth-child(3){animation-delay:.19s}.stagger-children>*:nth-child(4){animation-delay:.26s}.stagger-children>*:nth-child(5){animation-delay:.33s}.stagger-children>*:nth-child(6){animation-delay:.4s}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--border) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius)}.glass-card{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 20px 40px #0000000f,0 4px 12px #0000000a;transition:box-shadow .3s ease,border-color .3s ease}.glass-card:hover{box-shadow:0 28px 48px #0000001a,0 6px 16px #0000000f;border-color:#ffffff40}html.dark .glass-card{background:#1e1c19b3;border-color:#ffffff12}.float-shadow{box-shadow:0 20px 40px #0000000d,0 4px 8px #00000008;transition:box-shadow .3s ease-out,transform .3s ease-out}.float-shadow:hover{box-shadow:0 30px 60px #00000014,0 8px 20px #0000000d;transform:translateY(-2px)}button,a,[role=button]{transition-property:color,background-color,border-color,box-shadow,transform,opacity;transition-duration:.2s;transition-timing-function:ease-out}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.btn-clear:focus-visible,.btn-share:focus-visible,.btn-add:focus-visible,.btn-pdf:focus-visible,.avatar:focus-visible,.topnav-icon:focus-visible,.sidebar-item:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.btn-pdf:focus-visible{outline-offset:2px;box-shadow:0 0 0 3px #1a181440}html.dark .btn-pdf:focus-visible{box-shadow:0 0 0 3px #e8e2d84d}html.dark .form-input:focus,html.dark .form-textarea:focus{border-color:#7a7570;box-shadow:0 0 0 3px #e8e2d81a}.theme-toggle:focus-within .toggle-track{outline:2px solid var(--accent);outline-offset:2px;border-radius:20px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-float,.animate-slide-up,.animate-slide-down,.animate-fade-in,.animate-scale-in,.stagger-children>*,.skeleton{animation:none!important;opacity:1!important;transform:none!important}}.btn-pdf{font-weight:700;letter-spacing:.02em;transition:all .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1a181414}.entry-card{transition:box-shadow .2s ease,transform .2s ease}.entry-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.sidebar-item{border-radius:10px;transition:all .18s ease}.preview-panel{box-shadow:inset 0 0 0 1px var(--border)}@media (max-width: 700px){.mobile-pdf-btn{position:static!important;border-radius:6px!important;padding:7px 12px!important;font-size:12px!important;font-weight:600!important;box-shadow:none!important}.form-panel{padding-bottom:100px}input,textarea,select,.form-input,.form-textarea,.form-select{font-size:16px!important}.section-title{font-size:18px;margin-bottom:14px}.preview-panel{min-height:460px}}@media (min-width: 1200px){.workspace{gap:0}.form-panel{min-width:380px;max-width:480px}}}{}
