:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0f172a;background-color:#e4f0ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;background:linear-gradient(135deg,#eef4ff,#e4f0ff);color:#0f172a}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2563eb;color:#fff;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#1e40af;background-color:#1e40af}button:focus,button:focus-visible{outline:4px auto #93c5fd}.main-nav{background:linear-gradient(135deg,#f4f8ff,#e9f2ff);padding:1rem 0;box-shadow:0 4px 16px #0f172a14;position:sticky;top:0;z-index:100;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;border-bottom:1px solid #d7e6ff}.main-nav.dark{background:#0f111ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000073;border-color:#ff7bdc33}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-right{display:flex;align-items:center;gap:1rem}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:600;border:1px solid transparent;text-decoration:none}.status-badge.checking{background:#eef2ff;color:#1e40af;border-color:#c7d2fe}.status-badge.ok{background:#e6fffa;color:#0f766e;border-color:#2dd4bf}.status-badge.warn{background:#fff7ed;color:#b45309;border-color:#fdba74}.status-badge.missing{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.main-nav.dark .status-badge.checking{background:#0b1f4a;color:#93c5fd;border-color:#1d4ed8}.main-nav.dark .status-badge.ok{background:#052e2a;color:#2dd4bf;border-color:#0f766e}.main-nav.dark .status-badge.warn{background:#3b2805;color:#fdba74;border-color:#b45309}.main-nav.dark .status-badge.missing{background:#3f0f0f;color:#fca5a5;border-color:#b91c1c}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#0f172a;text-decoration:none}.nav-logo:hover{color:#1d4ed8}.main-nav.dark .nav-logo,.main-nav.dark .nav-logo:hover{color:#e7e8ff}.nav-logo-img{height:56px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{color:#0f172a;text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:#1d4ed8}.main-nav.dark .nav-link{color:#e7e8ff}.main-nav.dark .nav-link:hover{color:#ff9ff0}.nav-toggle{padding:.4rem .85rem;border-radius:8px;border:1px solid #2563eb;background:#f4f7ff;color:#1d4ed8;font-weight:700;cursor:pointer;transition:all .25s ease}.nav-toggle:hover{background:#2563eb;color:#f4f7ff}.main-nav.dark .nav-toggle{border-color:#ff7bdc73;background:#0f121c;color:#e7e8ff;box-shadow:0 6px 16px #00000059}.main-nav.dark .nav-toggle:hover{background:#ff7bdc1f;color:#ff9ff0}@media(max-width:768px){.nav-menu{gap:1rem;font-size:.9rem}.nav-logo{font-size:1rem}.nav-container{flex-wrap:wrap}.nav-right{width:100%;justify-content:flex-end;margin-top:.5rem}}.user-profile{position:relative}.user-profile-trigger{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:24px;background:#f5f5f5;cursor:pointer;transition:background .2s}.user-profile-trigger:hover{background:#efefef}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.user-name{font-size:14px;font-weight:500;color:#333;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:280px;z-index:1000;animation:slideDown .2s ease-in-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{padding:16px;border-bottom:1px solid #eee}.user-info{display:flex;flex-direction:column}.user-info strong{font-size:14px;color:#222;margin-bottom:4px}.user-info small{font-size:12px;color:#999}.user-dropdown-section{padding:16px;border-bottom:1px solid #eee}.tier-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;margin-bottom:12px}.usage-info{display:flex;flex-direction:column;gap:8px}.usage-item{display:flex;justify-content:space-between;align-items:center;font-size:13px}.usage-item span{color:#666}.usage-item strong{color:#222;font-weight:600}.usage-progress{width:100%;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.usage-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.usage-info small{font-size:12px;color:#999;margin-top:4px}.subscription-info{display:flex;flex-direction:column}.subscription-info small{font-size:12px;color:#999;margin-bottom:4px}.subscription-info strong{font-size:14px;color:#222;margin-bottom:8px}.renewal-date{font-size:11px;color:#bbb;display:block;margin-top:4px}.user-dropdown-logout{width:calc(100% - 32px);margin:8px 16px 16px;padding:8px 16px;border:none;border-radius:6px;background:#f5f5f5;color:#333;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.user-dropdown-logout:hover{background:#e8e8e8}@media(max-width:480px){.user-profile-trigger{padding:4px 8px}.user-name{display:none}.user-dropdown{min-width:240px;right:-50%}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;width:100%;padding:2rem;box-sizing:border-box;background:radial-gradient(circle at 20% 20%,rgba(173,208,255,.25),transparent 30%),radial-gradient(circle at 80% 0%,rgba(135,196,255,.22),transparent 28%),linear-gradient(135deg,#eef4ff,#e4f0ff);color:#0f172a}.dark-mode{background:radial-gradient(circle at 10% 10%,rgba(255,94,247,.08),transparent 30%),radial-gradient(circle at 80% 0%,rgba(94,234,212,.08),transparent 28%),linear-gradient(135deg,#0f1116,#0a0d14);color:#e7e8ff}.dark-mode .header p,.dark-mode .header h1{color:#e7e8ff}.theme-toggle{margin-top:.75rem;display:flex;justify-content:center}.theme-toggle input{margin-right:.5rem;accent-color:#ff7bdc}.toggle-label{display:flex;align-items:center;gap:.4rem;font-weight:600;color:#0f172a}.dark-mode .toggle-label{color:#e7e8ff}.toggle-text{letter-spacing:.3px}.header{text-align:center;color:#0f172a;margin-bottom:2.5rem}.header h1{font-size:3rem;margin-bottom:.35rem;font-weight:800;letter-spacing:-.5px;display:flex;align-items:center;justify-content:center;gap:.6rem;line-height:1.1}.header-logo{height:8rem;width:auto;object-fit:contain;display:block;transform:translateY(4px)}.header p{font-size:1.05rem;opacity:.8}.container{max-width:1600px;width:96%;margin:0 auto}.static-page{color:#0f172a}.static-page h2,.static-page h3,.static-page h4,.static-page p,.static-page li{color:inherit}.dark-mode .static-page,.dark-mode .static-page h2,.dark-mode .static-page h3,.dark-mode .static-page h4,.dark-mode .static-page p,.dark-mode .static-page li,.dark-mode .static-page strong{color:#e7e8ff}.upload-section{background:#f7faff;border-radius:18px;padding:2.5rem;box-shadow:0 16px 40px #0f172a14;border:1px solid #d7e6ff}.dark-mode .upload-section,.dark-mode .job-descriptions-section,.dark-mode .template-select-block,.dark-mode .result-card,.dark-mode .job-result-block,.dark-mode .results-section,.dark-mode .results-header,.dark-mode .job-action-buttons,.dark-mode .job-descriptions-wrapper,.dark-mode .original-resume-wrapper,.dark-mode .job-input-group,.dark-mode .job-input-wrapper,.dark-mode .job-result-header,.dark-mode .pre-tailor-bar,.dark-mode .job-descriptions-header,.dark-mode .template-picker,.dark-mode .file-info,.dark-mode .loading-spinner-wrapper,.dark-mode .job-description-wrapper,.dark-mode .modal-content,.dark-mode .modal-header{background:#181a26e6;border-color:#ff7bdc40;box-shadow:0 18px 40px #00000073;color:#e7e8ff}.dark-mode .upload-section{border:1px solid rgba(255,123,220,.25)}.dark-mode .job-textarea,.dark-mode .job-title-input,.dark-mode .job-used,.dark-mode .pdf-preview{background:#0f121c;color:#e7e8ff;border:1px solid rgba(255,123,220,.35)}.dark-mode .job-textarea:focus,.dark-mode .job-title-input:focus{outline:2px solid #ff7bdc;border-color:#ff7bdc}.dark-mode .job-helper,.dark-mode .char-count,.dark-mode .dates,.dark-mode .description,.dark-mode .info-row .value,.dark-mode .info-row .label{color:#c7c8ff}.dark-mode .result-card h3,.dark-mode .job-result-header h3,.dark-mode .job-descriptions-header h3,.dark-mode .job-descriptions-wrapper h3,.dark-mode .template-sample-card,.dark-mode .template-sample-pill{color:#f9f9ff}.dark-mode .template-sample-card{border-color:#ff7bdc4d}.dark-mode .upload-area{border:1px dashed rgba(255,123,220,.35);background:#121420b3}.dark-mode .upload-preview-actions .btn-secondary,.dark-mode .upload-preview-actions .btn-primary,.dark-mode .upload-preview-actions .btn-danger-small{margin:0}border-color: rgba(255,123,220,.25); color: #e7e8ff; } .job-section{margin-top:2rem;padding:1.25rem;background:#eef4ff;border:1px dashed #cddcff;border-radius:12px}.job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.job-header h3{color:#0f172a;font-size:1.15rem}.char-count{font-size:.85rem;color:#888}.job-textarea{width:100%;margin-top:.5rem;padding:1rem;border-radius:10px;border:1px solid #cddcff;font-size:1rem;resize:vertical;min-height:160px;background:#f9fbff}.job-textarea:focus{outline:2px solid #2563eb;border-color:#2563eb;background:#f5f8ff}.dark-mode .job-textarea:focus,.dark-mode .job-title-input:focus{background:#0f121c;border-color:#ff7bdc;outline:2px solid #ff7bdc}.job-helper{margin-top:.5rem;color:#4b5563;font-size:.9rem}.upload-area{border:2px dashed #c3d8ff;border-radius:14px;padding:2.5rem;text-align:center;transition:all .3s ease;cursor:pointer;background:#f8fbff}.upload-area:hover,.upload-area.drag-active{border-color:#2563eb;background:#edf4ff;box-shadow:0 12px 30px #2563eb1f}.dark-mode .upload-area:hover,.dark-mode .upload-area.drag-active{border-color:#ff7bdc80;background:#121420e6;box-shadow:0 12px 30px #00000073}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-area h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem}.dark-mode .upload-area h3{color:#e7e8ff}.dark-mode .upload-area p,.dark-mode .upload-area .file-types{color:#c7c8ff}.upload-preview-card{background:#f7faff;border:1px solid #d7e6ff;border-radius:16px;padding:1.25rem;box-shadow:0 14px 32px #0f172a14;margin-bottom:1.25rem}.upload-preview-header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.file-headings{display:flex;flex-direction:column;gap:.2rem}.file-name{font-weight:800;font-size:1.1rem;color:#0f172a}.file-meta{color:#555;font-size:.95rem}.upload-preview-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.upload-preview-body{margin-top:1rem;background:#fff;border:1px solid #d7e6ff;border-radius:12px;min-height:280px;overflow:hidden}.pdf-preview-inline{width:100%;height:600px;border:none;border-radius:12px}.preview-placeholder{padding:2rem;color:#555;text-align:center;font-weight:600}.inline-loading{margin-top:1rem}.dark-mode .upload-preview-card{background:#181a26e6;border-color:#ff7bdc40;box-shadow:0 18px 40px #00000073}.dark-mode .file-name,.dark-mode .file-meta{color:#e7e8ff}.dark-mode .upload-preview-body{background:#0f121c;border-color:#ff7bdc40}.dark-mode .preview-placeholder{color:#c7c8ff}.generation-options{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #d7e6ff;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.dark-mode .generation-options{border-top-color:#ff7bdc40}.options-group{display:flex;gap:1.25rem;flex-wrap:wrap}.option-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;color:#0f172a}.option-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.option-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.option-checkbox:has(input:disabled){cursor:not-allowed;opacity:.6}.dark-mode .option-checkbox{color:#e7e8ff}.dark-mode .option-checkbox input[type=checkbox]{accent-color:#ff7bdc}.dark-mode .option-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.dark-mode .option-checkbox:has(input:disabled){cursor:not-allowed;opacity:.6}.tailor-action{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.upload-area p{color:#666;margin-bottom:1.5rem}.file-label{display:inline-block;padding:.75rem 2rem;background:#2563eb;color:#fff;border-radius:10px;cursor:pointer;font-weight:700;letter-spacing:.2px;transition:transform .2s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 10px 24px #2563eb40}.file-label:hover{background:#1e40af;transform:translateY(-1px)}.file-types{font-size:.875rem;color:#999;margin-top:1rem}.file-info{margin-top:2rem;padding:1.5rem;background:#f8f9ff;border-radius:10px;text-align:center}.file-info p{color:#333;margin-bottom:1rem;font-size:1rem}.btn-primary{padding:1rem 2.8rem;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 12px 26px #2563eb40}.dark-mode .btn-primary{background:linear-gradient(135deg,#ff7bdc,#7c3aed);color:#0b0d12;box-shadow:0 12px 26px #ff7bdc40}.dark-mode .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ff8ce6,#8b5cf6);box-shadow:0 14px 30px #ff7bdc59}.btn-primary:hover:not(:disabled){background:#1e40af;transform:translateY(-1px);box-shadow:0 14px 30px #2563eb59}.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn-secondary{padding:.75rem 1.5rem;background:#f4f7ff;color:#1d4ed8;border:2px solid #2563eb;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s ease}.btn-secondary:hover{background:#2563eb;color:#f4f7ff}.dark-mode .btn-secondary,.dark-mode .btn-danger-small{background:#0f121c;color:#e7e8ff;border:2px solid rgba(255,123,220,.5)}.dark-mode .btn-secondary:hover,.dark-mode .btn-danger-small:hover{background:#ff7bdc1f;color:#ff9ff0}.loading{text-align:center;margin-top:2rem;padding:2rem}.inline-loading .spinner{margin-bottom:.5rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#666;font-size:1rem}.loading-spinner-wrapper{display:flex;justify-content:center;align-items:center;padding:3rem 2rem;background:linear-gradient(135deg,#f4f8ff,#e9f2ff);border:1px solid #d7e6ff;border-radius:12px;box-shadow:0 4px 12px #0f172a14}.loading-spinner-wrapper .loading{margin-top:0;padding:0}.error-message{margin-top:2rem;padding:1rem 1.5rem;background:#fee;border-left:4px solid #e53e3e;border-radius:8px;display:flex;align-items:center;gap:1rem}.error-message span{font-size:1.5rem}.error-message p{color:#c53030;margin:0}.dark-mode .error-message{background:#3d1414;border-left:4px solid #ef4444}.dark-mode .error-message p{color:#fca5a5}.results-section{background:#f7faff;border-radius:18px;padding:0 2rem 2rem;box-shadow:0 16px 40px #0f172a14;border:1px solid #d7e6ff}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid #dbeafe}.dark-mode .results-header{border-bottom:2px solid rgba(255,123,220,.25)}.pre-tailor-bar{display:flex;justify-content:space-between;align-items:center;background:#2563eb;color:#fff;padding:.9rem 1.25rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 10px 24px #2563eb40}.pre-tailor-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.consent-note{font-size:.9rem;color:#475569}.consent-link{color:#2563eb;font-weight:700;text-decoration:underline}.consent-link:hover{text-decoration:none}.dark-mode .consent-note{color:#e7e8ff}.dark-mode .consent-link{color:#ff9ff0}.pre-tailor-info{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.pre-tailor-label{font-weight:800;letter-spacing:.2px}.pre-tailor-file{padding:.35rem .65rem;background:#ffffff26;border-radius:10px;font-weight:700}.template-select-block{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.template-picker.inline{flex-direction:row;align-items:center;gap:.75rem;background:transparent;border:none;padding:0}.template-picker.inline label{margin:0}.template-samples{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.template-sample-card{border:3px solid transparent;border-radius:12px;padding:.85rem;box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;cursor:pointer;transition:all .25s ease,transform .15s ease}.template-sample-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0000001f}.dark-mode .template-sample-card{background:linear-gradient(145deg,#121728,#0b0f1d)!important;border-color:#ff7bdc59!important;box-shadow:0 14px 32px #00000059}.dark-mode .template-sample-card.selected{border-color:#ff7bdc!important;box-shadow:0 0 0 3px #ff7bdc4d,0 18px 40px #00000073}.template-sample-card.selected{border-color:#111;box-shadow:0 0 0 3px #0f766e33,0 14px 32px #0000001f;transform:scale(1.05)}.template-sample-heading{font-weight:800;margin-bottom:.35rem;font-size:1.2rem;height:1.4rem}.template-sample-sub{font-weight:700;margin-bottom:.25rem}.template-sample-body{font-size:.92rem;margin-bottom:.5rem}.template-sample-pill{display:inline-block;padding:.6rem 1.2rem;border-radius:999px;font-weight:800;font-size:1.05rem;text-align:center}.sample-btn{margin-top:.35rem;align-self:flex-start;padding:.5rem .9rem;font-size:.9rem}.results-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.template-picker{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;background:#eef4ff;border:1px solid #cddcff;border-radius:10px}.template-picker label{font-size:.85rem;color:#0f172a;font-weight:700}.template-picker select{padding:.5rem .75rem;border-radius:8px;border:1px solid #cddcff;background:#f9fbff;font-weight:600;color:#1d4ed8}.dark-mode .template-picker label{color:#e7e8ff}.dark-mode .template-picker select{background:#0f121c;border-color:#ff7bdc59;color:#e7e8ff}.recommended-pill{display:inline-block;margin-top:.25rem;padding:.35rem .65rem;background:#e4efff;color:#1d4ed8;border:1px solid #cbdcfb;border-radius:999px;font-size:.78rem;font-weight:700}.dark-mode .recommended-pill{background:#ff7bdc26;color:#ff9ff0;border:1px solid rgba(255,123,220,.35)}.results-header h2{color:#0f172a;font-size:1.7rem}.dark-mode .results-header h2{color:#e7e8ff}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.result-card{background:#f8fbff;padding:1.5rem;border-radius:12px;border:1px solid #d7e6ff;box-shadow:inset 0 1px #fffc}.result-card.full-width{grid-column:1 / -1}.result-card h3{color:#1d4ed8;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.dark-mode .result-card h3{color:#5eead4}.job-used{white-space:pre-wrap;color:#444;line-height:1.5;max-height:200px;overflow-y:auto;padding-right:.5rem}.dark-mode .job-used{color:#e7e8ff}.info-row{display:flex;margin-bottom:.75rem;gap:.5rem}.info-row .label{font-weight:700;color:#0f172a;min-width:80px}.dark-mode .info-row .label{color:#e7e8ff}.info-row .value{color:#0f172a}.dark-mode .info-row .value{color:#c7c8ff}.experience-item,.education-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.experience-item:last-child,.education-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.experience-item h4,.education-item h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.dark-mode .experience-item h4,.dark-mode .education-item h4{color:#e7e8ff}.dates{color:#756b5c;font-size:.9rem;margin-bottom:.5rem;font-style:italic}.dark-mode .dates{color:#c7c8ff}.description{color:#1f2937;line-height:1.6}.dark-mode .description{color:#e7e8ff}.bullet-list{margin-top:.5rem;padding-left:1.25rem;color:#1f2937;line-height:1.6}.dark-mode .bullet-list{color:#e7e8ff}.skills-container{display:flex;flex-wrap:wrap;gap:.65rem}.skill-tag{display:inline-block;padding:.45rem .9rem;background:#eef4ff;color:#1d4ed8;border:1px solid #cddcff;border-radius:18px;font-size:.85rem;font-weight:700;box-shadow:0 6px 14px #2563eb1f}.dark-mode .skill-tag{background:#ff7bdc26;color:#ff9ff0;border:1px solid rgba(255,123,220,.35);box-shadow:0 6px 14px #00000040}.job-description-wrapper{background:#fff7ed;border:2px solid #fed7aa;border-radius:14px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 8px 24px #c2410c1a}.job-description-wrapper .result-card{background:#fffbf5;border:1px solid #fde8cc;box-shadow:inset 0 1px #ffffffe6}.job-description-wrapper .result-card h3{color:#c2410c}.dark-mode .job-description-wrapper{background:#1c1410;border:2px solid #3d2817;box-shadow:0 8px 24px #0006}.dark-mode .job-description-wrapper .result-card{background:#251a10;border:1px solid #44301f;box-shadow:inset 0 1px #ffffff0a}.dark-mode .job-description-wrapper .result-card h3{color:#fdba74}.job-descriptions-heading{color:#c2410c;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.dark-mode .job-descriptions-heading{color:#fdba74}.original-resume-wrapper{background:#f5f3ff;border:2px solid #ddd6fe;border-radius:14px;padding:1.75rem;margin-top:1.5rem;box-shadow:0 8px 24px #6d28d91a}.original-resume-wrapper .result-card{background:#faf8ff;border:1px solid #e4dfff;box-shadow:inset 0 1px #ffffffe6}.original-resume-wrapper .result-card h3{color:#6d28d9}.dark-mode .original-resume-wrapper{background:#1a1525;border:2px solid #2e1f4d;box-shadow:0 8px 24px #00000073}.dark-mode .original-resume-wrapper .result-card{background:#1f1930;border:1px solid #352658;box-shadow:inset 0 1px #ffffff0a}.dark-mode .original-resume-wrapper .result-card h3{color:#a78bfa}.original-resume-wrapper .skill-tag{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.dark-mode .original-resume-wrapper .skill-tag{background:#a78bfa26;color:#a78bfa;border-color:#a78bfa59}@media(max-width:768px){.app{padding:1rem}.header h1{font-size:2rem}.upload-section,.results-section{padding:1.5rem}.results-header{flex-direction:column;gap:1rem;align-items:flex-start}.results-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#f4f8ff;border-radius:16px;box-shadow:0 8px 32px #0000004d;width:90%;max-width:1200px;height:90vh;display:flex;flex-direction:column;overflow:hidden;border:3px solid #2563eb}.modal-header{padding:1.5rem 2rem;border-bottom:3px solid #2563eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#2563eb1f,#3b82f60f)}.modal-header h2{margin:0;color:#2c3e50;font-size:1.75rem}.dark-mode .modal-header h2{color:#e7e8ff}.modal-body{flex:1;padding:1rem;overflow:hidden;display:flex}.pdf-preview{width:100%;height:100%;border:none;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0000001a}.adsbygoogle{min-height:0!important}.dark-mode .pdf-preview{background:#0f121c;box-shadow:0 2px 12px #00000073}.proofreading-section{width:100%}.proofread-content{margin-top:1rem}.issues-list{display:flex;flex-direction:column;gap:1.25rem}.issue-item{background:#fef9f3;border-left:4px solid #f59e0b;padding:1rem;border-radius:8px}.issue-header{margin-bottom:.75rem}.issue-type{display:inline-block;padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase}.issue-body{display:flex;flex-direction:column;gap:.5rem}.issue-body p{margin:0;line-height:1.6}.issue-body strong{color:#0f172a;font-weight:600}.dark-mode .issue-body strong{color:#e7e8ff}.issue-explanation{color:#666;font-size:.95rem;padding-left:1rem;border-left:2px solid #e5e7eb}.dark-mode .issue-explanation{color:#c7c8ff;border-left-color:#ff7bdc40}.overall-feedback{margin-top:1.5rem;padding:1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.overall-feedback h4{margin-bottom:.75rem;color:#166534;font-size:1.05rem}.overall-feedback p{color:#166534;line-height:1.6}.job-descriptions-section{margin-top:1.5rem;padding:1.25rem;background:#eef4ff;border:1px dashed #cddcff;border-radius:12px}.job-descriptions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.job-descriptions-header h3{color:#0f172a;font-size:1.15rem;margin:0}.dark-mode .job-descriptions-header h3{color:#e7e8ff}.add-job-btn{padding:.5rem 1rem;font-size:.95rem;white-space:nowrap}.job-input-group{margin-bottom:1.25rem;padding:1rem;background:#f9fbff;border:1px solid #d7e6ff;border-radius:8px}.job-input-group:last-child{margin-bottom:0}.job-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.75rem}.job-title-input{flex:1;padding:.6rem .8rem;border:1px solid #cddcff;border-radius:8px;font-size:.95rem;background:#fff}.job-title-input:focus{outline:2px solid #2563eb;border-color:#2563eb}.btn-danger-small{padding:.4rem .6rem;background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:all .2s}.btn-danger-small:hover{background:#fecaca;border-color:#f87171}.job-input-wrapper{position:relative}.job-input-wrapper .char-count{position:absolute;bottom:8px;right:8px;font-size:.8rem;color:#888;background:#ffffffe6;padding:2px 6px;border-radius:4px}.dark-mode .job-input-wrapper .char-count{background:#0f121ce6;color:#c7c8ff}.job-descriptions-wrapper{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.job-result-block{border:2px solid #d7e6ff;border-radius:12px;padding:1.5rem;background:linear-gradient(135deg,#f7faff,#e9f2ff);box-shadow:0 4px 12px #0f172a14}.job-result-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #cddcff;display:flex;justify-content:space-between;align-items:center}.job-result-header h3{margin:0;color:#0f172a;font-size:1.4rem;font-weight:700}.dark-mode .job-result-header h3{color:#e7e8ff}.btn-toggle-details{padding:.5rem 1rem;background:#eef4ff;color:#0f172a;border:1px solid #cddcff;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s;white-space:nowrap}.dark-mode .btn-toggle-details{background:#ff7bdc1a;color:#e7e8ff;border-color:#ff7bdc59}.btn-toggle-details:hover{background:#e4efff;border-color:#b8cffc}.btn-toggle-details:active{background:#dbeafe}.job-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#f3f7ff;border-radius:8px;border:1px solid #d7e6ff}.job-action-buttons .btn-primary,.job-action-buttons .btn-secondary{margin:0;padding:.55rem 1.1rem;font-size:.95rem}.job-action-buttons .btn-preview{background:#f5f3ff;color:#7c3aed;border:2px solid #7c3aed}.job-action-buttons .btn-preview:hover{background:#7c3aed;color:#fff;box-shadow:0 8px 20px #7c3aed4d}.dark-mode .job-action-buttons .btn-preview{background:#1e1433;color:#c4b5fd;border:2px solid #8b5cf6}.dark-mode .job-action-buttons .btn-preview:hover{background:#8b5cf626;color:#ddd6fe;border-color:#a78bfa}.job-action-buttons .btn-docx{background:#f0fdfa;color:#0d9488;border:2px solid #14b8a6}.job-action-buttons .btn-docx:hover{background:#14b8a6;color:#fff;box-shadow:0 8px 20px #14b8a64d}.dark-mode .job-action-buttons .btn-docx{background:#0f1f1e;color:#5eead4;border:2px solid #2dd4bf}.dark-mode .job-action-buttons .btn-docx:hover{background:#2dd4bf26;color:#99f6e4;border-color:#5eead4}.faq-list{margin-top:1.5rem}.faq-item{margin-bottom:1.5rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.faq-question{background:none;border:none;cursor:pointer;width:100%;text-align:left;padding:.5rem 0;font-size:1.1rem;font-weight:700;color:#0f172a}.faq-answer{margin-top:.75rem;color:#555;line-height:1.6}.dark-mode .faq-item{border-color:#ff7bdc40}.dark-mode .faq-question{color:#e7e8ff}.dark-mode .faq-answer{color:#c7c8ff}.template-section-heading{color:#0f172a;margin-bottom:0;font-size:1.4rem;font-weight:700}.dark-mode .template-section-heading{color:#e7e8ff}.original-resume-heading{color:#1d4ed8;margin-bottom:1.5rem;font-size:1.5rem}.dark-mode .original-resume-heading{color:#8fb4ff}.job-result-block .result-card{margin-bottom:1rem}.job-result-block .result-card.error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.dark-mode .job-result-block .result-card.error{background:#3d1414;border:1px solid #7f1d1d;color:#fca5a5}.job-result-block .result-card:last-child{margin-bottom:0}.bug-report-btn{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 16px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .3s ease;z-index:99}.bug-report-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}.bug-report-btn:active{transform:translateY(0)}.bug-report-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bug-report-modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dark-mode .bug-report-modal-content{background:#1e1e1e;color:#e0e0e0}.bug-report-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.dark-mode .bug-report-header{border-bottom-color:#333}.bug-report-header h2{margin:0;font-size:20px;font-weight:700}.bug-report-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.bug-report-close:hover{color:#333}.dark-mode .bug-report-close:hover{color:#fff}.bug-report-form{padding:20px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:14px;color:#333}.dark-mode .form-group label{color:#e0e0e0}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:#333;transition:border-color .2s ease}.dark-mode .form-group input,.dark-mode .form-group textarea{background:#2a2a2a;color:#e0e0e0;border-color:#444}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.form-group input[type=file]{padding:6px;cursor:pointer}.file-selected{margin-top:6px;font-size:13px;color:#4caf50}.bug-report-error{display:flex;gap:12px;margin-bottom:16px;padding:12px;background-color:#ffebee;border-left:4px solid #f44336;border-radius:4px;font-size:14px}.dark-mode .bug-report-error{background-color:#3c1c1c;border-left-color:#e57373}.bug-report-error span{flex-shrink:0}.bug-report-error p{margin:0;color:#c62828}.dark-mode .bug-report-error p{color:#ff8a80}.bug-report-success{padding:40px 20px;text-align:center}.success-icon{font-size:48px;margin-bottom:16px}.bug-report-success h3{margin:0 0 8px;font-size:20px;font-weight:700;color:#4caf50}.dark-mode .bug-report-success h3{color:#81c784}.bug-report-success p{margin:8px 0;font-size:14px;color:#666}.dark-mode .bug-report-success p{color:#999}.bug-report-actions{display:flex;gap:12px;padding-top:12px}.bug-report-actions button{flex:1;padding:10px 16px;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.bug-report-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.bug-report-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.bug-report-actions .btn-secondary{background:#f0f0f0;color:#333}.dark-mode .bug-report-actions .btn-secondary{background:#2a2a2a;color:#e0e0e0}.bug-report-actions .btn-secondary:hover:not(:disabled){background:#e0e0e0}.dark-mode .bug-report-actions .btn-secondary:hover:not(:disabled){background:#333}.bug-report-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.bug-report-btn{bottom:16px;right:16px;padding:10px 14px;font-size:12px}.bug-report-modal-content{max-width:calc(100% - 20px);max-height:95vh}.bug-report-header,.bug-report-form{padding:16px}}.checkout-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.checkout-content{background:#fff;border-radius:12px;padding:60px 40px;max-width:500px;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-in-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.checkout-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700}.checkout-icon.success{background:#e8f5e9;color:#4caf50}.checkout-icon.cancel{background:#ffebee;color:#f44336}.checkout-content h1{font-size:28px;margin-bottom:10px;color:#222}.checkout-content>p{color:#666;margin-bottom:30px;font-size:16px}.success-details,.cancel-details{background:#f9f9f9;border-radius:8px;padding:20px;margin:20px 0;text-align:left}.success-details p,.cancel-details p{font-size:14px;color:#666;margin-bottom:15px}.success-details ul,.cancel-details ul{list-style:none;padding:0;margin:0}.success-details li,.cancel-details li{font-size:14px;color:#555;padding:8px 0 8px 24px;position:relative}.success-details li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.cancel-details li:before{content:"–";position:absolute;left:0;color:#999;font-weight:700}.checkout-btn{margin-top:30px;padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover{background:linear-gradient(135deg,#5568d3,#6a3a8a);transform:scale(1.05)}@media(max-width:480px){.checkout-content{padding:40px 20px}.checkout-icon{width:60px;height:60px;font-size:32px}.checkout-content h1{font-size:22px}}
