*,:before,:after{box-sizing:border-box}:root{--bg:#faf6f1;--bg-panel:#f2eae0;--bg-sidebar:#ede0d0;--border:#d4b896;--text:#4a3728;--text-muted:#7a5c45;--accent:#8b5e3c;--accent-hover:#6b4229;--accent-light:#c4956a;--white:#fffdf9;--shadow:0 2px 8px #4a37281f;color:var(--text);background:var(--bg);font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}body{min-height:100vh;margin:0}#root{min-height:100vh}.app{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}._container_1ts2g_1{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:480px;display:flex}._header_1ts2g_10{flex-direction:column;align-items:center;gap:8px;margin-bottom:8px;display:flex}._hatIcon_1ts2g_18{width:72px;height:72px}._title_1ts2g_23{color:var(--accent);letter-spacing:-.5px;margin:0;font-size:2.5rem;font-weight:700}._tagline_1ts2g_31{color:var(--text-muted);margin:0;font-size:1.4rem}._subtitle_1ts2g_37{color:var(--text-muted);text-align:center;margin:0;font-size:1rem}._dropZone_1ts2g_44{border:2px dashed var(--border);background:var(--bg-panel);cursor:pointer;border-radius:12px;outline:none;flex-direction:column;align-items:center;gap:10px;width:100%;padding:48px 24px;transition:border-color .2s,background .2s;display:flex}._dropZone_1ts2g_44:hover,._dropZone_1ts2g_44:focus-visible{border-color:var(--accent-light);background:var(--bg-sidebar)}._dragging_1ts2g_67{border-color:var(--accent);background:var(--bg-sidebar)}._uploadIcon_1ts2g_72{width:40px;height:40px;color:var(--accent-light)}._dropText_1ts2g_78{color:var(--text);margin:0;font-size:1rem;font-weight:600}._dropHint_1ts2g_85{color:var(--text-muted);margin:0;font-size:.85rem}._browseBtn_1ts2g_91{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:10px 28px;font-size:1rem;font-weight:600;transition:background .2s}._browseBtn_1ts2g_91:hover{background:var(--accent-hover)}._hiddenInput_1ts2g_107{display:none}._error_1ts2g_111{color:#b94a2c;background:#fdf0ec;border:1px solid #e8c0b0;border-radius:6px;margin:0;padding:8px 16px;font-size:.9rem}._layout_1kb5q_1{background:var(--bg);display:flex;position:fixed;inset:0}._resetBtn_1kb5q_8{isolation:isolate;border:1px solid var(--border);background:var(--bg-panel);width:40px;height:40px;color:var(--accent);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:fixed;bottom:24px;right:24px}._resetBtn_1kb5q_8:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}._resetBtn_1kb5q_8:after{content:"Upload a new CV";background:var(--text);color:var(--bg);white-space:nowrap;opacity:0;pointer-events:none;border-radius:4px;padding:4px 10px;font-size:.75rem;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);right:0}._resetBtn_1kb5q_8:hover:after{opacity:1}._resetBtn_1kb5q_8 svg{width:18px;height:18px}._sidebar_1kb5q_60{background:var(--bg-sidebar);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:200px;padding:16px 0;display:flex}._sidebarHeader_1kb5q_70{border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:8px;padding:0 16px 16px;display:flex}._hatSmall_1kb5q_79{width:32px;height:32px}._sidebarTitle_1kb5q_84{color:var(--accent);font-size:1rem;font-weight:700}._sidebarItem_1kb5q_90{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;padding:10px 16px;font-size:.95rem;transition:background .15s,border-color .15s,color .15s}._sidebarItem_1kb5q_90:hover{background:var(--bg-panel);color:var(--accent)}._sidebarItem_1kb5q_90._active_1kb5q_111{background:var(--bg-panel);border-left-color:var(--accent);color:var(--accent);font-weight:600}._viewer_1kb5q_118{flex-direction:column;flex:1;display:flex;overflow:auto}._pdfFrame_1kb5q_125{border:none;flex:1;width:100%;height:100%;min-height:100vh}._textContent_1kb5q_133{white-space:pre-wrap;max-width:800px;color:var(--text);padding:32px 40px;font-size:.95rem;line-height:1.7}._revisedContainer_1kb5q_142{flex-direction:column;flex:1;display:flex;overflow:hidden}._subTabBar_1kb5q_149{border-bottom:1px solid var(--border);background:var(--bg-panel);flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;padding:8px 16px;display:flex}._downloadBtn_1kb5q_160{color:var(--white);background:#d9b596;border-radius:6px;padding:4px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s}._downloadBtn_1kb5q_160:hover{background:var(--accent)}._docxContent_1kb5q_175{max-width:860px;color:var(--text);flex:1;padding:40px 60px;font-size:.95rem;line-height:1.6;overflow-y:auto}._docxContent_1kb5q_175 h1,._docxContent_1kb5q_175 h2,._docxContent_1kb5q_175 h3{color:var(--accent);margin-top:1.2em;margin-bottom:.4em}._docxContent_1kb5q_175 p{margin:.3em 0}._docxContent_1kb5q_175 table{border-collapse:collapse;width:100%;margin:.5em 0}._docxContent_1kb5q_175 td,._docxContent_1kb5q_175 th{vertical-align:top;padding:4px 8px}._feedbackContainer_1kb5q_209{flex-direction:column;gap:32px;max-width:820px;padding:32px 40px;display:flex;overflow-y:auto}._feedbackHeading_1kb5q_218{color:var(--accent);border-bottom:2px solid var(--border);margin:0 0 12px;padding-bottom:6px;font-size:1.1rem;font-weight:700}._feedbackSummary_1kb5q_227 p{color:var(--text);margin:0;line-height:1.7}._feedbackList_1kb5q_233{flex-direction:column;gap:12px;display:flex}._swPair_1kb5q_239{border:1px solid var(--border);border-radius:8px;overflow:hidden}._strength_1kb5q_245,._weakness_1kb5q_246{flex-direction:column;gap:4px;padding:10px 16px;font-size:.92rem;line-height:1.6;display:flex}._strength_1kb5q_245{color:#2d5a2d;background:#f0f7f0}._weakness_1kb5q_246{color:#6b2d1f;border-top:1px solid var(--border);background:#fdf4f2}._swLabel_1kb5q_266{text-transform:uppercase;letter-spacing:.05em;opacity:.7;font-size:.75rem;font-weight:700}._changeItem_1kb5q_274{border:1px solid var(--border);color:var(--text);border-radius:8px;align-items:flex-start;gap:14px;padding:12px 16px;font-size:.92rem;line-height:1.6;display:flex}._changeNumber_1kb5q_286{background:var(--accent-light);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}._clockContainer_1kb5q_300{flex-direction:column;align-items:center;gap:10px;margin-top:300px;display:flex}._clockWrapper_1kb5q_308{width:120px;height:120px}._clock_1kb5q_300{width:100%;height:100%}._arc_1kb5q_318{transform-origin:32px 32px;animation:2s linear infinite _spin_1kb5q_1}._hourHand_1kb5q_323{transform-origin:32px 32px;animation:12s steps(12,end) infinite _tickHour_1kb5q_1}._minuteHand_1kb5q_328{transform-origin:32px 32px;animation:4s linear infinite _spin_1kb5q_1}@keyframes _spin_1kb5q_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _tickHour_1kb5q_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
