:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f8fafc;color:#0f172a}body{margin:0;min-height:100vh}.app-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#f8fafc);padding:2rem}main.app-shell{max-width:none;padding:0}*{box-sizing:border-box}main{max-width:1800px;margin:0 auto;padding:2.5rem 2rem 4rem}.login-screen{width:100%;display:flex;justify-content:center}.login-card{width:min(420px,100%);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a1f;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.login-logo{width:140px;height:auto}.login-subtitle{margin:0;color:#475569}.login-form{width:100%;display:flex;flex-direction:column;gap:1rem;text-align:left}.login-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:#1e293b}.login-form input{width:100%;padding:.65rem .8rem;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease}.login-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.login-form button[type=submit]{margin-top:.5rem;padding:.75rem;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.login-form button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 30px #2563eb59}.login-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.password-rules{margin:-.25rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.password-rule{display:flex;align-items:center;gap:.4rem}.password-rule:before{content:"•";font-size:1rem}.password-rule--invalid{color:#dc2626}.password-rule--valid{color:#0f766e}.login-secondary-action{margin-top:.75rem;background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer}.login-secondary-action:hover:not(:disabled){text-decoration:underline}.login-secondary-action:disabled{opacity:.6;cursor:not-allowed}.login-tertiary-action{margin-top:.25rem;background:none;border:none;color:#1e293b;font-size:.9rem;cursor:pointer}.login-tertiary-action:hover:not(:disabled){text-decoration:underline}.login-tertiary-action:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#dc2626;font-size:.85rem;text-align:center}.login-hint{font-size:.8rem;color:#64748b}.resume-input{width:100%;min-height:220px;padding:.75rem 1rem;border-radius:12px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.95rem;font-family:inherit;color:#0f172a;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.resume-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.resume-layout{display:flex;flex-direction:column;gap:1.5rem}.resume-form-column{display:flex;flex-direction:column;gap:1rem}.resume-document-uploader{padding:1rem;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;display:flex;flex-direction:column;gap:.75rem}.resume-document-uploader__label{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;font-weight:600;color:#1e293b}.resume-document-uploader__label input[type=file]{font:inherit;color:#0f172a}.resume-document-uploader__hint{margin:0;font-size:.85rem;color:#475569}.panel-subtitle{margin-top:-.15rem;color:#475569;font-size:.85rem}.resume-input-label{font-weight:600;color:#1e293b;margin-bottom:.35rem}.resume-document-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.resume-document-item{border:1px solid #d7dee9;background:#fff;border-radius:12px;padding:.75rem .9rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.resume-document-item:hover{border-color:#2563eb}.resume-document-item--active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26;background:#eef2ff}.resume-document-item__select{display:flex;gap:.75rem;align-items:center;width:100%;border:none;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit}.resume-document-item__select:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.resume-document-item__body{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start;flex:1;min-width:0}.resume-document-item__name{font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.resume-document-item__message{font-size:.8rem;color:#475569;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}.resume-document-item__actions{display:flex;gap:.5rem;flex-wrap:wrap}.resume-document-action{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.resume-document-action:hover{background:#f1f5f9;border-color:#94a3b8}.resume-document-action:disabled{cursor:not-allowed;opacity:.6}.resume-document-action--primary{background:#2563eb;border-color:#2563eb;color:#fff}.resume-document-action--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.resume-document-action--danger{border-color:#ef4444;background:#fee2e2;color:#b91c1c}.resume-document-action--danger:hover{background:#fecaca;border-color:#dc2626;color:#991b1b}.resume-document-action--icon{padding:.3rem .6rem;min-width:2rem}.document-status__icon{width:1.8rem;height:1.8rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.document-status__icon--idle{background:#cbd5e1}.document-status__icon--extracting{background:#64748b}.document-status__icon--extracting:before{content:"";width:1rem;height:1rem;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:resume-document-spinner .9s linear infinite}.document-status__icon--done{background:#22c55e}.document-status__icon--done:before{content:"";width:.45rem;height:.9rem;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg);margin-top:-.1rem}.document-status__icon--error{background:#ef4444}.document-status__icon--error:before,.document-status__icon--error:after{content:"";position:absolute;width:.9rem;height:3px;background:#fff;top:50%;left:50%;transform-origin:center}.document-status__icon--error:before{transform:translate(-50%,-50%) rotate(45deg)}.document-status__icon--error:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes resume-document-spinner{to{transform:rotate(360deg)}}.document-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:20}.document-preview{background:#fff;border-radius:16px;box-shadow:0 20px 45px #0f172a40;max-width:min(720px,100%);width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.document-preview__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.document-preview__header h3{margin:0;font-size:1.1rem;color:#0f172a}.document-preview__controls{display:flex;gap:.5rem;align-items:center}.document-preview__close{border:none;background:transparent;color:#334155;font-size:1.5rem;line-height:1;cursor:pointer;padding:.1rem .35rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.document-preview__close:hover{background:#e2e8f0;color:#0f172a}.document-preview__body{padding:1.25rem 1.5rem;overflow:auto;background:#f8fafc}.document-preview__body pre{margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.45;color:#0f172a}.resume-log-panel{background:#f1f5f9;border:1px solid #d6e1f9;border-radius:14px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.75rem;max-height:340px;overflow:hidden}.resume-log-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.resume-log-header h3{margin:0;font-size:1rem;color:#1e293b}.resume-token-usage{font-size:.8rem;color:#0f172a;background:#e0e7ff;padding:.15rem .45rem;border-radius:999px}.resume-log-body{flex:1;overflow-y:auto;padding-right:.2rem}.resume-log-body ul{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem;font-size:.87rem;color:#1f2937}.resume-log-placeholder{margin:0;font-size:.85rem;color:#64748b}@media (min-width: 960px){.resume-layout{flex-direction:row;align-items:flex-start}.resume-form-column{flex:2}.resume-log-panel{flex:1;max-height:none}}a{color:inherit}button{font:inherit}.hero{position:relative;margin-bottom:2rem;display:flex;flex-direction:column;gap:.35rem}.hero h1{margin:0;font-size:2.25rem}.hero-greeting{margin:.35rem 0 0;font-size:.95rem;color:#2563eb;font-weight:600}.hero-instructions{position:absolute;top:0;right:0}.hero-instructions__button{width:40px;height:40px;border-radius:50%;border:none;background:#2563eb;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #2563eb40;transition:transform .2s ease,box-shadow .2s ease}.hero-instructions__button:hover,.hero-instructions__button:focus-visible{transform:translateY(-2px);box-shadow:0 16px 26px #2563eb52;outline:none}.hero-instructions__popover{position:absolute;top:48px;right:0;width:320px;background:#0f172a;color:#e2e8f0;border-radius:16px;padding:1.1rem 1.2rem;box-shadow:0 20px 40px #0f172a59;z-index:10}.hero-instructions__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.hero-instructions__header h2{margin:0;font-size:1rem;color:#f8fafc}.hero-instructions__close{background:transparent;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer}.hero-instructions__close:hover,.hero-instructions__close:focus-visible{color:#f1f5f9;outline:none}.hero-instructions__popover ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.55rem;font-size:.9rem}.hero-instructions__popover li{line-height:1.4}.tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.tab{padding:.5rem 1.25rem;border-radius:999px;border:1px solid #cbd5f5;background:#f8fafc;color:#1e293b;cursor:pointer;transition:all .2s ease}.tab[aria-selected=true],.tab--active{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 6px 20px #2563eb4d}.tab:not([aria-selected=true]):hover{background:#eff6ff}.tab-panel{width:100%}.panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:1rem;width:100%}.panel--wide{width:95%;max-width:1600px;margin:0 auto}.precision-panel{width:100%;max-width:none}.panel-header{display:flex;flex-direction:column;gap:1rem}.panel-header--spaced{margin-top:6rem}@media (min-width: 960px){.panel-header{flex-direction:row;justify-content:space-between;align-items:center}}.panel-heading{max-width:900px}.editor-stack{display:flex;flex-direction:column;gap:2rem}.panel--data-editor{position:relative}.data-editor-shell{position:relative;display:flex;flex-direction:column;gap:1.5rem;width:100%}.editor-content{width:100%}.editor-rail{display:none}.editor-rail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.editor-rail-trigger{position:relative;display:flex;align-items:center;gap:.75rem;width:60px;min-width:60px;height:56px;padding:.6rem .75rem .6rem .6rem;border:none;border-radius:999px;background:#e2e8f0;color:#0f172a;cursor:pointer;overflow:hidden;transition:width .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease;box-shadow:0 12px 30px #0f172a26;flex-shrink:0}.editor-rail-trigger:hover,.editor-rail-trigger:focus-visible,.editor-rail-trigger--active{width:200px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 16px 40px #2563eb59}.editor-rail-trigger:focus-visible{outline:3px solid rgba(191,219,254,.9);outline-offset:4px}.editor-rail-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#0f172ae6;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.02em;transition:transform .3s ease,background .3s ease,color .3s ease;flex-shrink:0}.editor-rail-trigger:hover .editor-rail-icon,.editor-rail-trigger:focus-visible .editor-rail-icon,.editor-rail-trigger--active .editor-rail-icon{background:#fff3;color:#f8fafc;transform:scale(1.04)}.editor-rail-icon svg{width:20px;height:20px}.editor-rail-trigger--active .editor-rail-icon svg,.editor-rail-trigger:hover .editor-rail-icon svg{filter:drop-shadow(0 3px 6px rgba(15,23,42,.25))}.editor-rail-text{display:inline-flex;flex-direction:column;opacity:0;transform:translate(-18px);white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.editor-rail-trigger:hover .editor-rail-text,.editor-rail-trigger:focus-visible .editor-rail-text,.editor-rail-trigger--active .editor-rail-text{opacity:1;transform:translate(0)}.editor-rail-title{font-size:.95rem;font-weight:600;letter-spacing:.02em}@media (min-width: 960px){.data-editor-shell{flex-direction:row;align-items:flex-start;gap:2.5rem}.data-editor-shell .panel--data-editor{flex:1 1 auto}.editor-rail{display:flex;flex-direction:column;position:sticky;top:calc(50vh - 180px);align-self:flex-start}}@media (min-width: 1400px){.editor-rail{top:calc(50vh - 200px)}}.editor-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;scroll-margin-top:4rem}.editor-card h3{margin:0;font-size:1.2rem;color:#1e293b}.card-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-grid--skills{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card-grid--education,.card-grid--certificates{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (min-width: 1400px){.card-grid--projects,.card-grid--jobs{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid--education,.card-grid--certificates{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--skills{grid-template-columns:repeat(5,minmax(0,1fr))}}.card-item{background:#fff;border:1px solid #dbe2f3;border-radius:12px;padding:1.1rem;display:flex;overflow:hidden;flex-direction:column;gap:.75rem;box-shadow:0 10px 25px #0f172a0a;min-width:0}.card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.card-id{font-size:.8rem;font-weight:600;color:#475569;padding:.2rem .5rem;border-radius:999px;background:#e2e8f0}.card-delete{background:none;border:none;color:#dc2626;font-size:.78rem;font-weight:600;cursor:pointer;padding:0;line-height:1}.card-delete:hover{text-decoration:underline}.field-row{display:flex;align-items:flex-start;gap:.6rem}.field-row>span{flex:0 0 60px;max-width:60px;font-weight:600;color:#1e293b;padding-top:.2rem}.field-row input,.field-row textarea,.field-row select,.field-row .card-select{flex:1;max-width:none;margin-right:0}.field-row textarea{min-height:5rem}.field-row--stacked{align-items:stretch}.field-row--stacked>span{padding-top:.2rem}.field-control{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:0}.field-control--stretch{align-items:stretch}.field-control textarea,.field-control select,.field-control input{width:100%}.field-hint{font-size:.75rem;color:#64748b}.picker-list{display:flex;flex-direction:column;gap:.35rem;max-height:180px;overflow-y:auto;overflow-x:hidden;padding:.4rem;border:1px solid #cbd5f5;border-radius:10px;background:#f8fafc;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.picker-item{display:flex;align-items:center;gap:.6rem;width:100%;max-width:100%;min-width:0;border:none;background:transparent;color:#1e293b;font-size:.9rem;font-weight:600;padding:.35rem .25rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.picker-item:focus-visible{outline:none;background:#2563eb1f;color:#1d4ed8;box-shadow:0 0 0 3px #2563eb33}.picker-item--hover,.picker-item:hover{background:#2563ebbf;color:#fff}.picker-item--hover .picker-indicator,.picker-item:hover .picker-indicator{background:#fff;border-color:#fff}.picker-item--selected{background:#2563eb33;color:#1d4ed8}.picker-indicator{width:.6rem;height:.6rem;border-radius:50%;border:1px solid #94a3b8;background:#e2e8f0;transition:background-color .2s ease,border-color .2s ease}.picker-indicator--active{background:#2563eb;border-color:#1d4ed8}.picker-label{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 720px){.field-row{flex-direction:column;align-items:stretch}.field-row>span{flex:0 0 auto;max-width:100%;padding-top:0;margin-right:0}.field-row input,.field-row textarea,.field-row select,.field-row .card-select{flex:1;max-width:100%;margin-right:0}}.card-select{width:100%;min-height:2.6rem;padding:.45rem .6rem;border-radius:10px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.card-select[multiple]{min-height:6rem}.card-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.template-panel{gap:2.5rem;align-items:flex-start}.template-section{display:flex;flex-direction:column;gap:1.25rem;max-width:920px}.template-section-header h3{margin:0;font-size:1.3rem;color:#1e293b}.template-section-header p{margin:.25rem 0 0;color:#64748b;max-width:600px}.template-grid{display:grid;gap:1.25rem;width:min(920px,100%)}@media (min-width: 960px){.template-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:start}}.template-card{display:flex;flex-direction:column;align-items:stretch;gap:1.1rem;border:2px solid #e2e8f0;border-radius:16px;padding:1.1rem;background:#f8fafc;cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.template-card:hover{border-color:#cbd5f5;box-shadow:0 12px 28px #0f172a1f;transform:translateY(-2px)}.template-card:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb2e}.template-card--selected{border-color:#2563eb;box-shadow:0 16px 36px #2563eb40}.template-preview{position:relative;min-height:180px;border-radius:12px;background:#fff;border:1px solid #cbd5f5;padding:.85rem;overflow:hidden}.template-preview--letter{min-height:160px}.template-preview__canvas{display:block;transform-origin:top left;transform:scale(.6);width:166%;margin-left:-.25rem;margin-top:-.2rem;pointer-events:none}.template-preview__content{font-size:1rem;line-height:1.45;color:inherit;font-family:Times New Roman,Libre Baskerville,serif;pointer-events:none}.template-preview__content h1,.template-preview__content h2,.template-preview__content h3,.template-preview__content h4{margin:0 0 .4rem;font-weight:600}.template-preview__content p{margin:0 0 .35rem}.template-preview__pdf{position:relative;width:100%;height:160px;border-radius:10px;overflow:hidden;background:#e2e8f0;-webkit-mask-image:linear-gradient(to bottom,#000,#0000);mask-image:linear-gradient(to bottom,#000,#0000)}.template-preview__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;transform:none;pointer-events:none}.template-preview--letter .template-preview__pdf{height:140px}.template-preview__content ul,.template-preview__content ol{margin:.25rem 0 .35rem 1.25rem;padding:0}.template-preview__status{display:flex;align-items:center;justify-content:center;text-align:center;height:100%;padding:.75rem;font-size:.85rem;color:#475569;background:#cbd5e140;border-radius:10px}.template-preview__status--error{color:#b91c1c;background:#f8717129}.template-preview__status--warning{color:#92400e;background:#fbbf242e;margin-top:.5rem;border-radius:8px;font-size:.8rem}.template-status{padding:.85rem 1rem;border-radius:10px;background:#cbd5e133;color:#475569;font-size:.9rem}.template-status--error{background:#f871711f;color:#b91c1c}.latex-fallback{display:flex;flex-direction:column;gap:.6rem;font-size:.9rem;line-height:1.45;color:#1f2937}.latex-fallback__section{display:flex;flex-direction:column;gap:.35rem}.latex-fallback__section h4{margin:0;font-size:.95rem;color:#1e40af}.latex-fallback__section p{margin:0}.latex-fallback__section p+p{margin-top:.25rem}.latex-fallback__list{margin:.35rem 0 .35rem 1.1rem;padding:0}.latex-fallback__list li{margin:.2rem 0}.latex-fallback__job{display:flex;flex-direction:column;gap:.35rem;border-left:2px solid rgba(37,99,235,.35);padding-left:.65rem}.latex-fallback__job-title{font-weight:600;color:#1f2937}.latex-fallback__job-company{margin-left:.5rem;color:#475569}.latex-fallback__job-date{margin-left:auto;font-size:.8rem;color:#64748b}.latex-fallback__job header{display:flex;flex-wrap:wrap;gap:.35rem;align-items:baseline}.latex-fallback__project{display:flex;flex-direction:column;gap:.2rem}.latex-fallback__grid{display:grid;gap:.3rem}.latex-fallback__grid>*{margin:0}.template-meta{display:flex;flex-direction:column;gap:.4rem}.template-meta h4{margin:0;font-size:1.05rem;color:#1e293b}.template-meta p{margin:0;font-size:.9rem;color:#475569}.template-actions{margin-top:.75rem;display:flex;gap:.65rem}.template-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #2563eb;background:#2563eb;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.template-button:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 8px 18px #2563eb40}.template-button:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb4d}.template-button:disabled{background:#cbd5f5;border-color:#cbd5f5;color:#64748b;cursor:not-allowed;box-shadow:none}.template-button--ghost{background:transparent;border-color:transparent;color:#1f2937;box-shadow:none;padding-left:.35rem;padding-right:.35rem}.template-button--ghost:hover{background:#0f172a0f;color:#0f172a}.template-button--ghost:focus-visible{box-shadow:0 0 0 3px #94a3b859}.template-filename{align-self:flex-start;font-size:.8rem;color:#1e40af;background:#e0e7ff;padding:.15rem .5rem;border-radius:999px}.template-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.template-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.template-modal__dialog{position:relative;z-index:1;width:min(92vw,1000px);max-height:100vh;background:#fff;border-radius:18px;box-shadow:0 28px 60px #0f172a4d;display:flex;flex-direction:column;overflow:hidden}.template-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.25)}.template-modal__header h3{margin:0;font-size:1.3rem;color:#0f172a}.template-modal__header p{margin:.25rem 0 0;font-size:.92rem;color:#475569}.template-modal__body{flex:1;display:flex;justify-content:center;align-items:center;background:#f8fafc;padding:1rem;overflow:auto}.template-modal__iframe{width:min(640px,80vw);height:calc(min(640px,80vw) * (11 / 8.5));border:0}.template-modal__html{width:100%;padding:1.75rem;overflow-y:auto;background:#fff;color:#0f172a;font-family:Times New Roman,Libre Baskerville,serif;line-height:1.55}.template-modal__status{margin:auto;padding:1rem 1.5rem;border-radius:12px;background:#e2e8f080;color:#1f2937;font-size:.95rem;text-align:center}.template-modal__status--error{background:#f8717129;color:#b91c1c}.card-item label{font-size:.9rem;color:#1e293b;width:100%}.card-item input,.card-item textarea{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.9rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;resize:vertical}.card-item textarea{min-height:120px}.card-item input:focus,.card-item textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.user-form{display:flex;flex-direction:column;gap:1.5rem}.user-form-grid{display:grid;gap:1rem}.user-form-card{background:#f8fafc;border:1px solid #dbe2f3;border-radius:14px;padding:1.2rem 1.35rem;display:flex;flex-direction:column;gap:1.15rem;max-width:900px;margin-left:auto}.user-form-card--meta{max-width:880px}.user-form-card h3{margin:0;font-size:1.1rem;color:#1e293b}.user-form-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.user-form-card__actions{display:flex;align-items:center;gap:.75rem}.user-form-card__link{background:none;border:none;color:#2563eb;font-weight:600;font-size:.85rem;cursor:pointer;padding:0}.user-form-card__link--block{align-self:flex-start;padding:.4rem 0;margin-top:.3rem}.user-form-card__link:disabled{opacity:.6;cursor:not-allowed}.user-form-meta-layout{display:grid;gap:1.25rem;align-items:start}@media (min-width: 960px){.user-form-meta-layout{grid-template-columns:minmax(0,1fr) auto}}.user-form-meta-fields{display:flex;flex-direction:column;gap:1rem}.user-form-meta-grid{display:flex;flex-direction:column;gap:.85rem;align-items:stretch}.user-form-meta-grid label,.password-fields label{width:100%;max-width:320px;justify-self:stretch;align-items:flex-start;text-align:left}.user-form-meta-grid label span,.password-fields label span{width:100%;text-align:left}.user-form-meta-grid label input{text-align:left}.password-field-group{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start;text-align:left}.password-fields{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.user-form-card--meta .field-hint{text-align:left}.profile-photo-field .field-hint{text-align:right}.user-form-meta-avatar{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.profile-photo-field{display:flex;flex-direction:column;gap:.6rem;align-items:flex-end;text-align:right}.profile-photo-field>span{font-weight:600;color:#334155}.profile-photo-content{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.profile-avatar{width:92px;height:92px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#e0e7ff);display:flex;align-items:center;justify-content:center;color:#1e293b;font-weight:600;font-size:1.6rem;text-transform:uppercase;position:relative}.profile-avatar input[type=file]{display:none}.profile-avatar__overlay{position:absolute;bottom:0;left:0;right:0;padding:.35rem .4rem;background:#1e293bb8;color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;text-align:center;opacity:0;transition:opacity .2s ease}.profile-avatar--interactive{cursor:pointer}.profile-avatar--interactive:hover .profile-avatar__overlay,.profile-avatar--interactive:focus-within .profile-avatar__overlay{opacity:1}.profile-photo-upload{display:none}.profile-avatar__image{width:100%;height:100%;object-fit:cover}.profile-avatar__placeholder{letter-spacing:.02em}.profile-photo-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.profile-photo-action{border:none;background:none;font-weight:600;font-size:.82rem;cursor:pointer;padding:0}.profile-photo-action--danger{color:#dc2626}.profile-photo-action--secondary{color:#2563eb}.profile-photo-action:disabled{opacity:.6;cursor:not-allowed}.user-form-card--meta .profile-photo-action--secondary{text-decoration:underline;text-underline-offset:3px}.user-form-card--meta .profile-photo-action--danger:hover:not(:disabled){text-decoration:underline;text-underline-offset:3px}.user-form-grid{justify-items:end}.user-form-card+.user-form-card{margin-top:.75rem}@media (min-width: 720px){.user-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.user-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.92rem;color:#1e293b}.user-form label span{font-weight:600;color:#334155}.user-form input[type=text],.user-form input[type=date],.user-form input[type=url],.user-form input[type=email],.user-form input[type=tel],.user-form input[type=password]{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.9rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.user-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.user-form .field-hint{font-size:.75rem;color:#64748b}.review-stack{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.review-card{background:#f8fafc;border:1px solid #dbe2f3;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.9rem}.review-card h3{margin:0;font-size:1.15rem;color:#1e293b}.review-item header{display:flex;flex-direction:column;gap:.25rem}.review-item h4{margin:0;font-size:1rem;color:#0f172a}.review-meta{font-size:.85rem;color:#64748b}.review-item ul,.review-card ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem}.review-item p{margin:0;color:#475569;font-size:.92rem}.review-empty{margin:0;color:#94a3b8}.skills-groups{display:grid;gap:1rem}@media (min-width: 960px){.skills-groups{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.skills-group h4{margin:0 0 .4rem;font-size:.9rem;color:#1f2937}.skills-list{list-style:none;padding:0;margin:0}.skills-list--grouped{list-style:disc;padding-left:1.1rem;display:flex;flex-direction:column;gap:.3rem;color:#475569;font-size:.9rem}.skill-level{color:#64748b}.review-card dl{display:grid;gap:.6rem;margin:0}.fire-footer{margin-top:2rem;display:grid;gap:1.5rem}@media (min-width: 960px){.fire-footer{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:flex-start}}.fire-controls{display:flex;flex-direction:column;gap:1rem}.fire-controls label{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:#1e293b}.fire-controls select{padding:.6rem .75rem;border-radius:8px;border:1px solid #cbd5f5;background:#fff;font-size:.95rem}.fire-controls select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.fire-button{padding:.85rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:999px;border:none;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;cursor:pointer;box-shadow:0 15px 35px #ef444459;transition:transform .15s ease,box-shadow .2s ease}.fire-button:disabled{background:linear-gradient(135deg,#fca5a5,#f87171);box-shadow:none;cursor:not-allowed}.fire-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 18px 40px #ef444473}.fire-log-panel{max-height:280px;overflow:hidden}.review-card dl div{display:flex;gap:.75rem;font-size:.95rem;color:#1f2937}.review-card dt{width:120px;color:#64748b;font-weight:500}.review-card dd{margin:0}.panel header h2{margin:0;font-size:1.25rem}.panel header p{margin:.5rem 0 0;color:#64748b;font-size:.95rem}.editor{width:100%;min-height:420px;border-radius:10px;padding:1rem;border:1px solid #cbd5f5;font-family:JetBrains Mono,Fira Code,monospace;font-size:.83rem;line-height:1.4;background:#f8fafc;resize:vertical}.actions{display:flex;align-items:center;gap:.75rem}.actions--inline{flex-wrap:wrap;justify-content:flex-end;gap:.75rem}button{padding:.55rem 1.2rem;border-radius:8px;border:none;background:#2563eb;color:#fff;cursor:pointer;transition:background .2s ease}button.tab{border:1px solid #cbd5f5;background:#f8fafc;color:#1e293b}button.tab[aria-selected=true],button.tab.tab--active{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 6px 20px #2563eb4d}button.tab:not([aria-selected=true]):hover{background:#eff6ff}button[disabled]{background:#94a3b8;cursor:not-allowed}button:not([disabled]):hover{background:#1d4ed8}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:999px;border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.95rem;line-height:1.2;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;text-decoration:none}.button:hover{background:#1d4ed8;box-shadow:0 6px 16px #2563eb40}.button:disabled,.button[disabled]{background:#94a3b8;cursor:not-allowed;box-shadow:none}.button--ghost{background:transparent;color:#2563eb;border:1px solid #2563eb}.button--ghost:hover{background:#2563eb14;box-shadow:none}.button--ghost:disabled{color:#94a3b8;border-color:#cbd5f5;background:transparent}.button--compact{padding:.4rem .9rem;font-size:.85rem}.status{font-size:.9rem}.status--ok{color:#047857}.status--error{color:#dc2626}.status--info{color:#0369a1}.file-name{font-size:.9rem;color:#475569}.listing-form{margin-top:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.listing-form-layout{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.listing-form-layout{flex-direction:row;align-items:stretch}.listing-form{flex:1 1 60%}}.listing-form-grid{display:grid;gap:1rem}@media (min-width: 720px){.listing-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}}.listing-form label{display:flex;flex-direction:column;gap:.45rem}.listing-form-text{grid-column:1 / -1}.listing-form label span{font-weight:600;color:#334155}.listing-form input{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #cbd5f5;background:#fff;font-size:.95rem}.listing-form textarea{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #cbd5f5;background:#fff;font-size:.95rem;font-family:inherit;min-height:120px}.listing-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.listing-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.listing-form-actions{display:flex;justify-content:flex-end;grid-column:1 / -1}.listing-form-actions button{padding:.6rem 1.5rem}.listing-selected{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.listing-form{margin-top:1.5rem}.listing-target-placeholder{background:#eef2ff;border:1px dashed #c7d2fe;border-radius:12px;padding:1.4rem;color:#475569;font-size:.95rem;line-height:1.6}.selected-card{background:#fff;border:1px solid #cbd5f5;border-radius:12px;padding:1.25rem;box-shadow:0 12px 30px #0f172a14;display:flex;flex-direction:column;gap:1rem}.selected-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline;justify-content:space-between}.portal-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;flex:1 1 40%;display:flex;flex-direction:column;gap:1rem;box-shadow:0 18px 30px #0f172a14}.portal-panel__header h3{margin:0}.portal-panel__header p{margin:.25rem 0 0;color:#475569;font-size:.95rem}.portal-panel__tabs{display:inline-flex;border:1px solid #cbd5f5;border-radius:999px;overflow:hidden;align-self:flex-start}.portal-panel__tabs button{border:none;background:transparent;padding:.45rem .9rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer}.portal-panel__tabs button.active{background:#2563eb;color:#fff}.portal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.portal-list li{list-style:none}.portal-list__item{display:flex;align-items:center;gap:.75rem;padding:.3rem 0}.portal-list__icon{width:26px;height:26px;border-radius:6px;background:#f1f5f9;padding:.2rem;border:1px solid #e2e8f0}.portal-list a{font-weight:600;color:#2563eb}.portal-list__url{display:block;color:#94a3b8;font-size:.85rem}.selected-header h4{margin:0;font-size:1.2rem}.listing-resume-editor{min-height:180px}.listing-resume-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.listing-resume-actions button{padding:.55rem 1.25rem}.listing-resume-hint{margin:0;font-size:.8rem;color:#64748b}.listing-columns{display:grid;gap:1.5rem;margin-top:2rem}@media (min-width: 960px){.listing-columns{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.listing-group h3{margin:0 0 .75rem}.listing-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.listing-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem;display:flex;flex-direction:column;gap:.7rem}.listing-info{display:flex;flex-direction:column;gap:.35rem}.listing-title{font-weight:600;color:#1e293b}.listing-snippet{font-size:.85rem;color:#475569;overflow-wrap:anywhere}.listing-link{font-size:.8rem;color:#2563eb;text-decoration:none}.listing-link:hover{text-decoration:underline}.listing-actions{display:flex;gap:.6rem;flex-wrap:wrap}.listing-actions .muted{background:#e2e8f0;color:#1f2937}.listing-actions .ghost-button{border:1px solid #2563eb;background:transparent;color:#2563eb;padding:.5rem 1rem;border-radius:8px}.listing-actions .ghost-button:hover{background:#2563eb1a}.precision-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-end;margin-bottom:1.5rem}.precision-tabs{display:inline-flex;gap:.5rem;margin-bottom:1rem}.precision-tab{border:2px solid var(--line);background:#2563eb14;color:inherit;padding:.45rem 1.05rem;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.precision-tab:hover{border-color:var(--accent);color:var(--accent);background:#2563eb2e}.precision-tab--active{background:var(--accent);border-color:var(--accent);color:var(--bg);box-shadow:0 8px 18px #0000001f}.precision-save-state{display:flex;flex-direction:column;gap:.25rem;min-width:200px;margin-left:auto;text-align:right}.precision-grid{display:flex;flex-wrap:nowrap;gap:1.5rem}.precision-column{flex:1 1 50%;display:flex;flex-direction:column;gap:.75rem;min-width:40%}.precision-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.precision-heading h3{margin:0}.precision-heading__actions{display:flex;gap:.6rem;align-items:center}.precision-save-indicator{min-width:160px;text-align:right}.precision-editor-wrapper{height:900px;border:1px solid #1e293b;border-radius:12px;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b833}.precision-pdf{width:100%;height:900px;border:1px solid #cbd5f5;border-radius:12px;background:#fff}.precision-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.35rem;color:#475569}.precision-footer strong{color:#0f172a}.precision-usage{font-size:.85rem}@media (max-width: 1200px){.precision-grid{flex-wrap:wrap}.precision-column{flex:1 1 100%;min-width:320px}.precision-editor-wrapper,.precision-pdf{height:720px}}
