@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#111827;background-color:#f9fafb;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0}.app-header .tagline{font-size:1.1rem;color:#2563eb;font-weight:500;margin-top:.5rem}.app-header .subtext{max-width:700px;margin:.75rem auto 0;color:#545864;line-height:1.5}.app-header .suite-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#545864;margin-bottom:.5rem}.app-main{flex:1;max-width:1000px;margin:0 auto;padding:3rem 2rem;width:100%}.app-footer{background-color:#f3f4f6;color:#545864;text-align:center;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;font-size:.9rem}button{font-family:inherit;font-size:1rem;padding:.5rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:500}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed}input[type=text],input[type=file],textarea{font-family:inherit;font-size:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease}input[type=text]:focus,input[type=file]:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}input[type=text]:disabled,input[type=file]:disabled,textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.file-uploader{margin-bottom:3rem}.file-uploader h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111827}.file-uploader .drag-drop-area{border:2px dashed #e5e7eb;border-radius:.75rem;padding:3rem;text-align:center;background-color:#fff;transition:all .2s ease;cursor:pointer}.file-uploader .drag-drop-area:hover{border-color:#3b82f6;background-color:#f9fafb}.file-uploader .drag-drop-area.active{border-color:#2563eb;background-color:#2563eb0d}.file-uploader .drag-drop-area .drag-drop-content .icon{font-size:3rem;margin-bottom:1rem}.file-uploader .drag-drop-area .drag-drop-content .text{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.file-uploader .drag-drop-area .drag-drop-content .subtext{color:#545864;margin:1rem 0}.file-uploader .drag-drop-area .drag-drop-content .file-input-label{display:inline-block;background-color:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.file-uploader .drag-drop-area .drag-drop-content .file-input-label:hover{background-color:#1e40af}.file-uploader .loading-message{color:#2563eb;margin-top:1.5rem;font-weight:500}.file-uploader .uploaded-files-list{margin-top:1rem}.file-uploader .uploaded-files-list h3{font-size:.95rem;margin-bottom:.5rem}.file-uploader .uploaded-files-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.file-uploader .uploaded-file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f4f4f4;border-radius:6px;font-size:.9rem}.file-uploader .uploaded-file-item .file-name{flex:1}.file-uploader .uploaded-file-item .remove-file-btn{background:none;border:none;cursor:pointer;color:#999;font-size:.8rem}.file-uploader .uploaded-file-item .remove-file-btn:hover{color:#e00}.file-uploader .drag-drop-area.has-files{border-color:#4caf50}.job-description-input{margin-bottom:3rem}.job-description-input h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111827}.job-description-input .jd-textarea{width:100%;min-height:200px;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;resize:vertical;font-family:Courier New,monospace;font-size:.95rem}.job-description-input .parse-button{margin-top:1.5rem;background-color:#2563eb;color:#fff}.job-description-input .parse-button:hover:not(:disabled){background-color:#1e40af}.job-description-input .parse-button:disabled{background-color:#10b981}.keyword-bank{margin-bottom:3rem;background-color:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e5e7eb}.keyword-bank h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111827}.keyword-bank .subtitle{color:#545864;margin-bottom:1.5rem}.keyword-bank .add-keyword-form{margin-bottom:1.5rem}.keyword-bank .add-keyword-form input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem}.keyword-bank .keywords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem}.keyword-bank .keywords-grid .keyword-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.keyword-bank .keywords-grid .keyword-item:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.keyword-bank .keywords-grid .keyword-item .keyword-label{font-weight:600;color:#2563eb;margin-bottom:1rem;word-break:break-word;font-size:1.1rem}.keyword-bank .keywords-grid .keyword-item .keyword-controls{display:flex;align-items:center;gap:1rem}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-slider{flex:1;height:6px;border-radius:3px;outline:none;-webkit-appearance:none;background:linear-gradient(to right,#fca5a5,#fcd34d,#86efac)}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background-color:#2563eb;cursor:pointer;transition:all .2s ease}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-slider::-webkit-slider-thumb:hover{background-color:#1e40af;transform:scale(1.2)}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background-color:#2563eb;border:none;cursor:pointer;transition:all .2s ease}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-slider::-moz-range-thumb:hover{background-color:#1e40af;transform:scale(1.2)}.keyword-bank .keywords-grid .keyword-item .keyword-controls .weight-display{min-width:24px;text-align:center;font-weight:600;color:#2563eb;font-size:1.1rem}.keyword-bank .keywords-grid .keyword-item .keyword-controls .remove-button{background-color:#ef4444;color:#fff;padding:.5rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .2s ease}.keyword-bank .keywords-grid .keyword-item .keyword-controls .remove-button:hover:not(:disabled){background-color:#dc2626}.keyword-bank .keyword-count{color:#545864;font-size:.95rem;font-weight:500}.results-dashboard-section{margin-bottom:3rem}.results-dashboard-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111827}.results-dashboard-section .results-dashboard{background-color:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e5e7eb}.results-dashboard-section .results-dashboard .no-results-message{color:#545864;text-align:center;padding:3rem;font-size:1.1rem}.results-dashboard-section .results-dashboard .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.results-dashboard-section .results-dashboard .results-header h2{font-size:1.5rem;color:#111827}.results-dashboard-section .results-dashboard .results-header .results-actions{display:flex;gap:1rem}.results-dashboard-section .results-dashboard .results-header .results-actions button{padding:.5rem 1.5rem}.results-dashboard-section .results-dashboard .results-header .results-actions .export-button{background-color:#10b981;color:#fff}.results-dashboard-section .results-dashboard .results-header .results-actions .export-button:hover:not(:disabled){background-color:#059669}.results-dashboard-section .results-dashboard .results-header .results-actions .new-screening-button{background-color:#2563eb;color:#fff}.results-dashboard-section .results-dashboard .results-header .results-actions .new-screening-button:hover:not(:disabled){background-color:#1e40af}.results-dashboard-section .results-dashboard .results-list{margin-bottom:2rem}.results-dashboard-section .results-dashboard .results-list .result-card{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;transition:all .2s ease}.results-dashboard-section .results-dashboard .results-list .result-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.results-dashboard-section .results-dashboard .results-list .result-card .result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.results-dashboard-section .results-dashboard .results-list .result-card .result-header .result-rank-name{display:flex;align-items:center;gap:1rem}.results-dashboard-section .results-dashboard .results-list .result-card .result-header .result-rank-name .rank{background-color:#2563eb;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.results-dashboard-section .results-dashboard .results-list .result-card .result-header .result-rank-name .filename{font-weight:600;font-size:1.1rem;color:#111827;word-break:break-word}.results-dashboard-section .results-dashboard .results-list .result-card .result-header .score{font-size:1.5rem;font-weight:700;color:#2563eb;min-width:100px;text-align:right}.results-dashboard-section .results-dashboard .results-list .result-card .score-bar-container{margin-bottom:1.5rem}.results-dashboard-section .results-dashboard .results-list .result-card .score-bar-container .score-bar-background{height:24px;background-color:#e5e7eb;border-radius:.5rem;overflow:hidden}.results-dashboard-section .results-dashboard .results-list .result-card .score-bar-container .score-bar-background .score-bar-fill{height:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);border-radius:.5rem;transition:width .4s ease}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords h4{color:#545864;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list .keyword-match{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list .keyword-match .keyword-name{font-weight:600;color:#2563eb}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list .keyword-match .match-count{color:#545864;font-weight:500}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list .keyword-match .match-weight{color:#f59e0b;font-size:.85rem;font-weight:500}.results-dashboard-section .results-dashboard .results-list .result-card .matched-keywords .keywords-list .keyword-match .match-score{color:#10b981;font-weight:600}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords{margin-top:1rem}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords h4{color:#545864;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords .keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords .keywords-list .keyword-missing{background-color:#fde8e8;border:1px solid #fbb4b4;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords .keywords-list .keyword-missing .keyword-name{font-weight:600;color:#ef4444}.results-dashboard-section .results-dashboard .results-list .result-card .missing-keywords .keywords-list .keyword-missing .match-weight{color:#f59e0b;font-size:.85rem;font-weight:500}.results-dashboard-section .results-dashboard .results-list .result-card .no-matches{color:#545864;font-style:italic}.results-dashboard-section .results-dashboard .results-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.results-dashboard-section .results-dashboard .results-summary p{margin:.5rem 0;color:#111827}.results-dashboard-section .results-dashboard .results-summary p strong{color:#2563eb}.ats-checker{margin-top:1.5rem;border-radius:.75rem;padding:1.5rem;border:2px solid}.ats-checker.ats-pass{border-color:#10b981;background-color:#10b9810d}.ats-checker.ats-fail{border-color:#ef4444;background-color:#ef44440d}.ats-checker .ats-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.ats-checker .ats-header .ats-status-icon{font-size:1.5rem;line-height:1}.ats-checker .ats-header .ats-header-text h3{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem}.ats-checker .ats-header .ats-header-text .ats-badge{display:inline-block;padding:2px .5rem;border-radius:.375rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ats-checker .ats-header .ats-header-text .ats-badge.pass{background-color:#10b981;color:#fff}.ats-checker .ats-header .ats-header-text .ats-badge.fail{background-color:#ef4444;color:#fff}.ats-checker .ats-section{margin-bottom:1rem}.ats-checker .ats-section h4{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ats-checker .ats-section.ats-critical h4{color:#ef4444}.ats-checker .ats-section.ats-warnings h4{color:#f59e0b}.ats-checker .ats-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ats-checker .ats-section li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#111827;line-height:1.4}.ats-checker .ats-section .ats-pill-icon{flex-shrink:0;font-weight:700;margin-top:1px}.ats-checker .ats-section .ats-pill-icon.fail{color:#ef4444}.ats-checker .ats-section .ats-pill-icon.warn{color:#f59e0b}.ats-checker .ats-checks-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.ats-checker .ats-checks-grid .ats-check-pill{font-size:.78rem;font-weight:600;padding:3px .5rem;border-radius:999px;border:1px solid}.ats-checker .ats-checks-grid .ats-check-pill.pass{background-color:#10b9811a;border-color:#10b981;color:#059669}.ats-checker .ats-checks-grid .ats-check-pill.fail{background-color:#ef44441a;border-color:#ef4444;color:#dc2626}.ats-checker .ats-checks-grid .ats-check-pill.warn{background-color:#f59e0b1a;border-color:#f59e0b;color:#b45309}.ats-checker .ats-result-message{font-size:.9rem;font-weight:500;margin:0}.ats-checker .ats-result-message.pass{color:#059669}.ats-checker .ats-result-message.fail{color:#ef4444}@media (max-width: 768px){.app-header{padding:2rem}.app-header h1{font-size:1.8rem}.app-header .tagline{font-size:1rem}.app-main{padding:1.5rem}.keyword-bank .keywords-grid{grid-template-columns:1fr}.results-dashboard .results-header{flex-direction:column;align-items:flex-start}.results-dashboard .results-header .results-actions{width:100%}.results-dashboard .results-header .results-actions button{flex:1}.results-dashboard .result-card .result-header{flex-direction:column;align-items:flex-start}.results-dashboard .result-card .result-header .score{text-align:left;min-width:0}}@media (max-width: 480px){.app-header{padding:1.5rem 1rem}.app-header h1{font-size:1.5rem}.app-header .tagline{font-size:.9rem}.app-main{padding:1rem}.file-uploader .drag-drop-area{padding:1.5rem}.file-uploader .drag-drop-area .drag-drop-content .icon{font-size:2rem}.job-description-input .jd-textarea{min-height:150px}button{padding:.5rem 1rem;font-size:.9rem}}.coaching-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.coaching-panel-overlay .coaching-panel{background-color:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease}.coaching-panel-overlay .coaching-panel .coaching-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background-color:#fff}.coaching-panel-overlay .coaching-panel .coaching-header h3{font-size:1.25rem;color:#111827;margin:0}.coaching-panel-overlay .coaching-panel .coaching-header .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#545864;transition:all .2s ease}.coaching-panel-overlay .coaching-panel .coaching-header .close-button:hover{color:#111827}.coaching-panel-overlay .coaching-panel .coaching-content{padding:1.5rem}.coaching-panel-overlay .coaching-panel .coaching-content .original-bullet{background-color:#fef3c7;border:2px solid #fbbf24;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.coaching-panel-overlay .coaching-panel .coaching-content .original-bullet h4{font-size:.85rem;color:#92400e;margin-bottom:.5rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.coaching-panel-overlay .coaching-panel .coaching-content .original-bullet p{color:#111827;line-height:1.6;margin:0;font-weight:500}.coaching-panel-overlay .coaching-panel .coaching-content .coaching-error{background-color:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;padding:1rem;color:#991b1b;margin-bottom:1.5rem;font-size:.95rem}.coaching-panel-overlay .coaching-panel .coaching-content .coaching-fallback-notice{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;padding:1rem;color:#1e40af;margin-bottom:1.5rem;font-size:.95rem}.coaching-panel-overlay .coaching-panel .coaching-content .coaching-loading{text-align:center;padding:3rem 1rem}.coaching-panel-overlay .coaching-panel .coaching-content .coaching-loading p{color:#545864;margin-bottom:1.5rem;font-size:1rem}.coaching-panel-overlay .coaching-panel .coaching-content .coaching-loading .spinner{display:inline-block;width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list h4{font-size:.9rem;color:#545864;margin-bottom:1rem;text-transform:uppercase}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .suggestion-content{flex:1}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .suggestion-content .suggestion-number{display:block;font-size:.85rem;color:#2563eb;font-weight:600;margin-bottom:.5rem}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .suggestion-content p{color:#111827;line-height:1.6;margin:0;font-size:.95rem}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .copy-button{background-color:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;white-space:nowrap;transition:all .2s ease}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .copy-button:hover{background-color:#1e40af}.coaching-panel-overlay .coaching-panel .coaching-content .suggestions-list .suggestion-item .copy-button:active{transform:scale(.95)}.missing-keywords-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.missing-keywords-header h4{color:#545864;font-size:.9rem;margin:0;text-transform:uppercase;letter-spacing:.05em}.missing-keywords-header .coaching-button{background-color:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.85rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.missing-keywords-header .coaching-button:hover{background-color:#1e40af;transform:translateY(-1px)}.missing-keywords-header .coaching-button:active{transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.experience-bullets{margin-top:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border-left:3px solid #3b82f6}.experience-bullets h4{color:#545864;font-size:.9rem;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.experience-bullets .bullets-list{display:flex;flex-direction:column;gap:1rem}.experience-bullets .experience-item{background-color:#fff;padding:.75rem;border-radius:.375rem;border:1px solid #e5e7eb}.experience-bullets .experience-item .experience-header{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;align-items:center}.experience-bullets .experience-item .experience-header .exp-title{font-weight:600;color:#111827;font-size:.95rem}.experience-bullets .experience-item .experience-header .exp-company{color:#6b7280;font-size:.85rem;font-style:italic}.experience-bullets .experience-item .experience-header .exp-duration{color:#9ca3af;font-size:.8rem;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.experience-bullets .experience-item .exp-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.experience-bullets .experience-item .exp-bullet-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;background-color:#fafbfc;border-radius:.375rem;border:1px solid #e5e7eb}.experience-bullets .experience-item .exp-bullet-item .bullet-text{flex:1;color:#374151;font-size:.9rem;line-height:1.5}.experience-bullets .experience-item .exp-bullet-item .coaching-icon-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;flex-shrink:0;margin-top:.25rem;transition:all .2s ease}.experience-bullets .experience-item .exp-bullet-item .coaching-icon-button:hover{transform:scale(1.2);filter:drop-shadow(0 0 4px rgba(59,130,246,.4))}.experience-bullets .experience-item .exp-bullet-item .coaching-icon-button:active{transform:scale(.95)}.experience-bullets .experience-item .no-bullets{color:#9ca3af;font-size:.85rem;margin:0;padding:.5rem;font-style:italic}.experience-bullets .experience-item .exp-bullet-item.strong-bullet{background-color:#dcfce7;border-color:#86efac}.experience-bullets .experience-item .exp-bullet-item.strong-bullet .bullet-text{color:#166534}.experience-bullets .experience-item .exp-bullet-item.weak-bullet{background-color:#fef3c7;border-color:#fcd34d}.experience-bullets .experience-item .exp-bullet-item.weak-bullet .bullet-text{color:#713f12}.validation-feedback{background-color:#f0f9ff;border:2px solid #0ea5e9;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.validation-feedback h4{font-size:.9rem;color:#0369a1;margin:0 0 .75rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.validation-feedback.strong{background-color:#dcfce7;border-color:#22c55e}.validation-feedback.strong h4{color:#166534}.validation-feedback.strong .strong-bullet-message p{color:#166534;margin:0 0 .75rem;font-weight:500}.validation-feedback.strong .strong-bullet-message ul{list-style:none;padding:0;margin:0}.validation-feedback.strong .strong-bullet-message ul li{color:#166534;font-size:.9rem;margin-bottom:.5rem;padding-left:0}.validation-feedback.strong .strong-bullet-message ul li:last-child{margin-bottom:0}.validation-feedback.weak{background-color:#fef3c7;border-color:#f59e0b}.validation-feedback.weak h4{color:#92400e}.validation-feedback.weak .weak-bullet-message p{color:#713f12;margin:0 0 .75rem;font-weight:500}.validation-feedback.weak .weak-bullet-message ul{list-style:none;padding:0;margin:0}.validation-feedback.weak .weak-bullet-message ul li{color:#713f12;font-size:.9rem;margin-bottom:.5rem;padding-left:0}.validation-feedback.weak .weak-bullet-message ul li:last-child{margin-bottom:0}.validation-feedback.weak .weak-bullet-message .improvement-tips{color:#713f12;font-size:.85rem}.validation-feedback.weak .weak-bullet-message .improvement-tips div{margin-bottom:.5rem}.validation-feedback.weak .weak-bullet-message .improvement-tips div:last-child{margin-bottom:0}.bullet-content{display:flex;gap:.75rem;align-items:flex-start;flex:1}.bullet-content .bullet-text{flex:1}.bullet-content .bullet-score-badge{flex-shrink:0;display:flex;align-items:center}.bullet-content .bullet-score-badge .bullet-score{font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;white-space:nowrap}.bullet-content .bullet-score-badge .bullet-score.strong{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.bullet-content .bullet-score-badge .bullet-score.weak{background-color:#fef3c7;color:#713f12;border:1px solid #fcd34d}.strong-bullet-badge{font-size:1.5rem;color:#22c55e;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.25rem}.bullet-wrapper{display:flex;flex-direction:column;gap:.5rem;flex:1}.bullet-suggestions{display:flex;flex-direction:column;gap:.375rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1);margin-top:.5rem}.bullet-suggestions .suggestion-item{font-size:.8rem;padding:.375rem .5rem;border-radius:.25rem;background-color:#0000000d;color:#374151;line-height:1.4}.bullet-suggestions .suggestion-item:before{content:"• ";font-weight:600;color:#f59e0b}.exp-bullet-item.weak-bullet .bullet-suggestions .suggestion-item{background-color:#f19e0b1a;color:#713f12}.exp-bullet-item.weak-bullet .bullet-suggestions .suggestion-item:before{color:#f59e0b}.validation-score{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.validation-score h4{font-size:1.25rem;color:#111827;margin:0;font-weight:700}.validation-score .badge{display:inline-block;background-color:#dcfce7;color:#166534;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid #86efac}.criteria-check{background-color:#f8fafc;border:1px solid #e2e8f0;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.criteria-check h4{font-size:.9rem;color:#545864;margin:0 0 .75rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.criteria-check ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.criteria-check ul li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151}.criteria-check ul li.pass{color:#166534;font-weight:500}.criteria-check ul li.pass:before{content:"✓";color:#22c55e;font-weight:700}.criteria-check ul li.fail{color:#7c2d12;font-weight:500}.criteria-check ul li.fail:before{content:"✗";color:#ef4444;font-weight:700}.validator-suggestions{background-color:#fef3c7;border:1px solid #fcd34d;border-left:4px solid #f59e0b;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.validator-suggestions h4{font-size:.9rem;color:#92400e;margin:0 0 .75rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.validator-suggestions ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.validator-suggestions ul li{color:#713f12;font-size:.9rem;line-height:1.5;padding-left:1.5rem;position:relative}.validator-suggestions ul li:before{content:"→";position:absolute;left:0;color:#f59e0b;font-weight:700}.optimized-version{background-color:#dbeafe;border:2px solid #0ea5e9;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.optimized-version h4{font-size:.9rem;color:#0369a1;margin:0 0 .75rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.optimized-version p{background-color:#fff;border:1px solid #0ea5e9;padding:.75rem;border-radius:.375rem;color:#111827;line-height:1.6;margin:0 0 1rem;font-weight:500}.optimized-version .copy-button{display:block;width:100%;background-color:#0ea5e9;color:#fff;border:none;padding:.75rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.optimized-version .copy-button:hover{background-color:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #06b6d466}.optimized-version .copy-button:active{transform:translateY(0)}
