*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-primary: #3b82f6;--accent-hover: #2563eb;--accent-success: #22c55e;--accent-error: #ef4444;--border-color: #334155;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;font-family:var(--font-sans);line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#app{height:100vh;overflow:hidden}.editor-container{display:flex;flex-direction:column;height:100vh}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-shrink:0}.toolbar-left{display:flex;align-items:center;gap:16px}.toolbar h1{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.toolbar-hint{font-size:.875rem;color:var(--text-secondary)}.toolbar-right{display:flex;gap:12px}.btn{padding:8px 16px;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-primary)}.split-pane{display:flex;flex:1;overflow:hidden}.pane{display:flex;flex-direction:column;overflow:hidden}.editor-pane{flex:0 0 50%;background:var(--bg-primary)}.preview-pane{flex:0 0 49%;background:var(--bg-secondary);position:relative}.resizer{width:8px;background:var(--bg-tertiary);cursor:col-resize;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.resizer:hover{background:var(--accent-primary)}.resizer:after{content:"";width:2px;height:24px;background:var(--text-muted);border-radius:1px}.pane-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-shrink:0}.pane-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.word-count{font-size:.75rem;color:var(--text-muted)}.markdown-input{flex:1;width:100%;padding:16px;border:none;background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono);font-size:14px;line-height:1.6;resize:none;outline:none;tab-size:2}.markdown-input::placeholder{color:var(--text-muted)}.markdown-input:focus{background:#0a0f1d}.preview-controls{display:flex;align-items:center;gap:8px}.zoom-btn{width:24px;height:24px;border:none;background:var(--bg-tertiary);color:var(--text-primary);border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.zoom-btn:hover{background:var(--border-color)}.zoom-level{font-size:.75rem;color:var(--text-secondary);min-width:40px;text-align:center}.preview-wrapper{flex:1;overflow:auto;padding:24px;display:flex;justify-content:center;align-items:flex-start}.resume-preview{background:#faf7f0;color:#2c2c2c;padding:60px 72px;width:210mm;min-height:297mm;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10.5pt;line-height:1.6;transform-origin:top center;transition:transform .2s ease;letter-spacing:-.01em}.resume-preview h1{font-size:28pt;font-weight:700;margin-bottom:6px;color:#1a1a1a;border-bottom:3px solid #2c2c2c;padding-bottom:10px;letter-spacing:-.02em;line-height:1.2}.resume-preview h2{font-size:13pt;font-weight:700;margin-top:24px;margin-bottom:14px;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;border-bottom:1.5px solid #d4cfc0;padding-bottom:4px}.resume-preview h3{font-size:11.5pt;font-weight:600;margin-top:14px;margin-bottom:4px;color:#2c2c2c;line-height:1.3}.resume-preview p{margin-bottom:12px;text-align:left;color:#3c3c3c}.resume-preview strong{font-weight:600;color:#1a1a1a}.resume-preview em{font-style:italic;color:#666;font-size:9.5pt}.resume-preview a{color:#1a56db;text-decoration:none;transition:color .2s}.resume-preview a:hover{color:#1e40af;text-decoration:underline}.resume-preview ul,.resume-preview ol{margin-left:22px;margin-bottom:14px;padding-left:0}.resume-preview li{margin-bottom:8px;line-height:1.7;color:#3c3c3c}.resume-preview hr{border:none;border-top:2px solid #d4cfc0;margin:20px 0}.resume-preview blockquote{border-left:3px solid #d4cfc0;padding-left:18px;margin-left:0;margin-bottom:16px;color:#666;font-style:italic}.resume-preview code{background:#f0ebe0;padding:3px 7px;border-radius:3px;font-family:var(--font-mono);font-size:9.5pt;color:#1a1a1a}.resume-preview pre{background:#f0ebe0;padding:14px;border-radius:4px;overflow-x:auto;font-size:9.5pt;border:1px solid #e5dfcc}.resume-preview pre code{background:none;padding:0;border:none}.secret-text-section{color:#faf7f0!important;background-color:#faf7f0!important;font-size:1pt!important;line-height:1pt!important;margin-top:20px;padding:0;white-space:pre-wrap;word-break:break-all;-webkit-user-select:none;user-select:none;pointer-events:none}.secret-text-section *{color:#faf7f0!important;background-color:#faf7f0!important}.secret-panel{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:12px 24px;flex-shrink:0}.secret-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.secret-title{font-size:.875rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:6px}.secret-hint{font-size:.75rem;color:var(--text-muted)}.secret-input{width:100%;min-height:60px;padding:12px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-tertiary);color:var(--text-primary);font-family:var(--font-mono);font-size:13px;line-height:1.5;resize:vertical;outline:none;tab-size:2}.secret-input::placeholder{color:var(--text-muted)}.secret-input:focus{border-color:var(--accent-primary);background:var(--bg-secondary)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);padding:12px 24px;border-radius:6px;font-size:.875rem;font-weight:500;opacity:0;transition:all .3s ease;z-index:1000;box-shadow:0 4px 6px -1px #0000004d}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.toast.success{background:var(--accent-success);color:#fff}.toast.error{background:var(--accent-error);color:#fff}.toast.info{background:var(--accent-primary);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}@media(max-width:768px){.split-pane{flex-direction:column}.editor-pane,.preview-pane{flex:0 0 50%!important;height:50%}.resizer{width:100%;height:8px;cursor:row-resize}.toolbar{flex-direction:column;gap:12px;padding:12px}.toolbar-left{flex-direction:column;align-items:flex-start;gap:4px}.resume-preview{padding:24px;width:100%}}@media print{.resume-preview{box-shadow:none;padding:0}}
