:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18212b;background:#f4f6f8;--app-canvas:#f4f6f8;--app-surface:#ffffff;--app-surface-hover:#f6f8fa;--app-text:#18212b;--app-muted:#5d6b79;--app-muted-strong:#455565;--app-border:#dce2e8;--app-control-border:#bdc8d4;--app-accent:#245b88;--app-accent-strong:#19466d;--app-radius:10px;--app-shadow:0 10px 26px rgb(20 35 50/14%)}*{box-sizing:border-box}body{min-width:320px;margin:0;background:var(--app-canvas)}button,input,select,textarea{font:inherit}:where(a,button,input,select,summary,textarea):focus-visible{outline:3px solid #5d9ed2;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-brand{display:inline-flex;align-items:center;min-height:30px;color:var(--app-text);font-size:15px;font-weight:760;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.app-brand:hover{color:var(--app-accent)}.resumes-page{width:min(100%,1400px);min-height:100dvh;margin:0 auto;padding:clamp(20px,3vw,42px) clamp(18px,3vw,40px) 56px;color:var(--app-text)}.app-header,.resume-card-actions,.resumes-hero,.resumes-import-actions,.resumes-primary-actions{display:flex;align-items:center}.app-header{min-height:34px;margin-bottom:clamp(34px,6vw,78px)}.app-header,.resumes-hero{justify-content:space-between}.resumes-hero{gap:24px;margin-bottom:24px}.resumes-hero h1{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.12;letter-spacing:-.035em}.resumes-subtitle{max-width:560px;margin:9px 0 0;color:var(--app-muted);font-size:15px;line-height:1.55}.resumes-primary-actions{flex-shrink:0;gap:10px}.resumes-import-actions{gap:6px}.resumes-empty button,.resumes-primary-actions button{min-height:36px;padding:7px 11px;border:1px solid var(--app-control-border);border-radius:7px;background:var(--app-surface);color:var(--app-text);cursor:pointer}.resumes-empty button:hover,.resumes-primary-actions button:hover:not(:disabled){background:var(--app-surface-hover)}.resumes-empty button,.resumes-primary-actions .resumes-create{border-color:var(--app-accent);background:var(--app-accent);color:#fff}.resumes-empty button:hover,.resumes-primary-actions .resumes-create:hover:not(:disabled){border-color:var(--app-accent-strong);background:var(--app-accent-strong)}.resumes-storage-warning{margin:8px 0;padding:9px 12px;border:1px solid #ead9b0;border-radius:8px;background:#fdf6e3;color:#725714;font-size:13px;line-height:1.45}.resumes-error{margin:16px 0;padding:14px;border:1px solid #f0c7c4;border-radius:8px;background:#fdf0ef;color:#b42318}.resumes-loading{padding:80px 24px}.resumes-empty,.resumes-loading{color:var(--app-muted);text-align:center}.resumes-empty{margin-top:24px;padding:clamp(44px,10vw,100px) 24px;border:1px dashed var(--app-control-border);border-radius:var(--app-radius);background:var(--app-surface)}.resumes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:14px;gap:14px;margin:24px 0 0;padding:0;list-style:none}.resume-card{display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:150px;padding:18px;border:1px solid var(--app-border);border-radius:var(--app-radius);background:var(--app-surface);box-shadow:0 1px 2px rgb(20 35 50/4%)}.resume-card-info{min-width:0}.resume-card-name{display:inline-block;max-width:100%;overflow-wrap:anywhere;color:var(--app-text);font-size:16px;font-weight:700;line-height:1.35;text-decoration:none}.resume-card-name:hover{color:var(--app-accent);text-decoration:underline}.resume-card-time{display:block;margin-top:6px;color:var(--app-muted);font-size:12px}.resume-card-actions{justify-content:space-between;gap:8px}.resume-card-more summary,.resume-card-open{border-radius:6px;font-size:13px;text-decoration:none}.resume-card-open{padding:6px 9px;background:#eef5fb;color:var(--app-accent);font-weight:650}.resume-card-open:hover{background:#e1eef8}.resume-card-more summary{list-style:none;padding:6px 2px 6px 9px;color:var(--app-muted-strong);cursor:pointer}.resume-card-more summary::-webkit-details-marker{display:none}.resume-card-more{position:relative}.resume-card-more-menu{position:absolute;z-index:10;top:calc(100% + 6px);right:0;display:grid;min-width:146px;grid-gap:2px;gap:2px;padding:6px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);box-shadow:var(--app-shadow)}.resume-card-more-menu button{padding:7px 9px;border:0;border-radius:5px;background:transparent;color:var(--app-text);text-align:left;cursor:pointer}.resume-card-more-menu button:hover{background:var(--app-surface-hover)}.resume-card-more-menu .resume-card-delete{color:#b42318}@media (max-width:720px){.app-header{margin-bottom:32px}.resumes-hero{align-items:flex-start;flex-direction:column}.resumes-primary-actions{width:100%;flex-wrap:wrap}.resumes-list{grid-template-columns:1fr}}@media (max-width:440px){.resumes-import-actions{width:100%}.resumes-primary-actions button{flex:1 1}}