.tech-resume-modal{position:fixed;z-index:1080;inset:0;display:grid;place-items:center;padding:18px}.tech-resume-backdrop{position:absolute;inset:0;background:rgba(13,31,22,.48);backdrop-filter:blur(3px)}.tech-resume-dialog{position:relative;width:min(100%,390px);padding:25px 20px 18px;border-radius:20px;background:#fff;box-shadow:0 15px 40px rgba(20,49,33,.2);text-align:center;animation:techResumeIn .2s ease-out}.tech-resume-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 12px;border-radius:14px;background:#e4f3e8;color:#17633f;font-size:24px}.tech-resume-dialog h2{margin:0;color:#17252c;font:800 19px/1.2 Manrope,sans-serif}.tech-resume-dialog p{margin:10px auto 13px;color:#53636a;font-size:11px;line-height:1.5}.tech-resume-dialog strong{display:block;padding:10px;border-radius:10px;background:#f5f8f6;color:#263b44;font-size:11px}.tech-resume-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.tech-resume-actions button{padding:11px;border-radius:9px;font-size:10px;font-weight:900}.tech-resume-cancel{border:1px solid #dce7df;background:#fff;color:#53636a}.tech-resume-confirm{border:0;background:#17633f;color:#fff}.tech-resume-actions button:disabled{opacity:.6}@keyframes techResumeIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}html[data-theme="dark"] .tech-resume-dialog{background:#1b262b}html[data-theme="dark"] .tech-resume-dialog h2{color:#f0f5f6}html[data-theme="dark"] .tech-resume-dialog p{color:#b9c6ca}html[data-theme="dark"] .tech-resume-dialog strong{background:#202c31;color:#e5edef}html[data-theme="dark"] .tech-resume-cancel{border-color:#405158;background:#202c31;color:#c3d0d4}
