:root{--brand:#06633d;--brand-dark:#03472c;--brand-light:#edf7f1;--gold:#d6a641;--bg:#f5f7f5;--surface:#ffffff;--text:#17211b;--muted:#66736b;--border:#dce5df;--danger:#b42318;--shadow:0 14px 40px rgba(5,96,58,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.logo-lockup{display:flex;align-items:center;gap:12px}.logo-lockup img{width:52px;height:52px;object-fit:contain;border-radius:8px}.logo-lockup strong{color:var(--brand);letter-spacing:.03em}.public-nav{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:18px}.actions,.nav-links,.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;padding:70px 0}.hero h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:0 0 22px}.hero p,.muted{color:var(--muted);line-height:1.65}.hero p{font-size:19px;max-width:700px}.button{min-height:44px;padding:0 18px;border-radius:10px;border:1px solid transparent;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button-primary{background:var(--brand);color:#fff}.button-secondary{background:#fff;border-color:var(--border)}.button:disabled{opacity:.6;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:var(--shadow)}.feature-grid,.metric-grid,.three-column,.two-column{display:grid;gap:18px}.feature-grid,.three-column{grid-template-columns:repeat(3,1fr)}.metric-grid{grid-template-columns:repeat(4,1fr)}.two-column{grid-template-columns:1fr 1fr}.section{padding:58px 0}.section h2{font-size:36px;margin:0 0 12px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(480px,100%)}.form{display:grid;gap:14px}.field{display:grid;gap:7px}.field label{font-weight:700}.input{width:100%;min-height:45px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;color:var(--text)}textarea.input{min-height:130px;resize:vertical}.error,.success{border-radius:9px;padding:11px 13px}.error{color:var(--danger);background:#fff1f0;border:1px solid #fecdca}.success{color:var(--brand-dark);background:var(--brand-light);border:1px solid #b7dcc8}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.sidebar{background:var(--brand-dark);color:white;padding:24px 17px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:10px;margin:0 8px 26px}.sidebar-logo img{width:44px;height:44px;background:white;border-radius:8px;object-fit:contain}.sidebar-logo strong{font-size:14px}.side-section{margin:18px 10px 8px;color:#94bea6;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.side-link{display:flex;align-items:center;gap:10px;padding:10px 11px;margin:3px 0;border-radius:9px;color:#dcece3}.side-link:hover{background:rgba(255,255,255,.1);color:white}.app-content{padding:30px;min-width:0}.page-header{margin-bottom:24px}.page-header h1{font-size:36px;margin:0 0 8px}.metric strong{display:block;margin-top:10px;font-size:32px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}.tab-active{background:var(--brand);border-color:var(--brand);color:#fff}.list{display:grid;gap:12px}.list-item{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border:1px solid var(--border);border-radius:12px;padding:14px}pre.output{white-space:pre-wrap;overflow-wrap:anywhere;max-height:640px;overflow:auto;color:#dff5e8;background:#0e1913;border-radius:11px;padding:16px;line-height:1.55;font-size:13px}@media (max-width:930px){.app-shell,.feature-grid,.hero,.metric-grid,.three-column,.two-column{grid-template-columns:1fr}.sidebar{position:static;height:auto}.app-content{padding:20px}.nav-links{display:none}}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.template-card{padding:14px}.template-preview{height:240px;background:linear-gradient(180deg,#fff,#eef5f0);border:1px solid var(--border);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:8px}.line{height:8px;background:#dfe9e3;border-radius:99px}.line.short{width:55%}.line.mid{width:75%}.line.brand{background:var(--brand);height:12px;width:62%}.progress{height:12px;border-radius:99px;background:#e6ece8;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),#20a76a);border-radius:99px}.score-ring{width:160px;height:160px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--brand) calc(var(--score)*1%),#e5ebe7 0);position:relative}.score-ring:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#fff}.score-ring strong{position:relative;z-index:1;font-size:34px}.report-list{display:grid;gap:10px}.report-row{display:flex;justify-content:space-between;gap:16px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#f9fbf9}.tag-list{gap:8px}.tag{padding:7px 10px;border-radius:999px;background:var(--brand-light);color:var(--brand-dark);font-size:13px}.loading{display:flex;align-items:center;gap:10px}.spinner{width:18px;height:18px;border:3px solid #dfe8e2;border-top:3px solid var(--brand);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.footer{background:#0d1c13;color:#dfe9e3;padding:48px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}@media(max-width:930px){.footer-grid,.template-grid{grid-template-columns:1fr}}.eyebrow{display:inline-block;margin-bottom:8px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.notice{margin-bottom:20px;padding:13px 15px;border:1px solid #f1d28b;border-radius:12px;background:#fff9e8;color:#6f5200}.builder-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.builder-header>div:first-child{max-width:820px}.builder-status{min-width:150px;padding:14px 18px;border:1px solid var(--border);border-radius:14px;background:white;text-align:right}.builder-status span{display:block;color:var(--muted);font-size:13px}.builder-status strong{display:block;margin-top:4px;font-size:28px}.builder-layout{display:grid;grid-template-columns:minmax(340px,430px) minmax(650px,1fr);gap:24px;align-items:start}.builder-panel{display:grid;gap:18px;position:sticky;top:24px}.builder-template-list{display:grid;gap:10px}.builder-template-option{display:grid;grid-template-columns:18px 1fr;gap:11px;width:100%;padding:13px;border:1px solid var(--border);border-radius:12px;background:white;text-align:left;cursor:pointer}.builder-template-option small,.builder-template-option strong{display:block}.builder-template-option small{margin-top:4px;color:var(--muted);line-height:1.45}.builder-template-selected{border-color:var(--brand);box-shadow:0 0 0 2px rgba(0,105,67,.11);background:var(--brand-light)}.template-radio{width:17px;height:17px;margin-top:2px;border:2px solid #a6b7ad;border-radius:50%}.builder-template-selected .template-radio{border:5px solid var(--brand);background:white}.button-wide{width:100%}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.source-summary h3{margin-top:0}.source-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.source-summary-grid span{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:9px;background:#f7faf8;color:var(--muted);font-size:13px}.source-summary-grid strong{color:var(--text)}.builder-preview-shell{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#e9eeeb;box-shadow:var(--shadow)}.preview-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:15px 18px;border-bottom:1px solid var(--border);background:white}.preview-toolbar span,.preview-toolbar strong{display:block}.preview-toolbar span{color:var(--muted);font-size:13px;margin-top:3px}.preview-badge{padding:6px 9px;border-radius:999px;background:var(--brand-light);color:var(--brand-dark)!important;font-weight:700}.preview-canvas{max-height:calc(100vh - 150px);overflow:auto;padding:28px}.cv-document{width:min(794px,100%);min-height:1123px;margin:0 auto;padding:54px 58px;background:white;box-shadow:0 20px 50px rgba(12,34,22,.13);color:#17221b;font-family:Arial,Helvetica,sans-serif}.cv-header{padding-bottom:22px;border-bottom:3px solid var(--brand)}.cv-header h1{margin:0;font-size:34px;letter-spacing:-.02em}.cv-role{margin:7px 0 12px;color:var(--brand);font-size:17px;font-weight:750}.cv-contact{display:flex;flex-wrap:wrap;gap:7px 15px;color:#526158;font-size:11px}.cv-section{margin-top:20px;page-break-inside:auto;break-inside:auto}.cv-section h2{margin:0 0 11px;padding-bottom:5px;border-bottom:1px solid #ccd8d0;color:var(--brand-dark);font-size:14px;letter-spacing:.08em;text-transform:uppercase}.cv-section li,.cv-section p{margin-top:5px;color:#33443a;font-size:12px;line-height:1.55}.cv-section ul{margin:0;padding-left:18px}.cv-stack{display:grid;gap:14px}.cv-entry{page-break-inside:auto;break-inside:auto}.cv-entry-heading{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;break-after:avoid;page-break-after:avoid}.cv-entry h3{margin:0;font-size:14px}.cv-entry-heading p{margin:3px 0 0}.cv-entry-meta{min-width:145px;color:#59675f;font-size:11px;text-align:right}.cv-entry-meta span{display:block;margin-bottom:3px}.cv-duty-list{display:grid;gap:4px;margin:7px 0 0!important;padding-left:17px!important}.cv-duty-list li{margin:0;padding-left:2px;break-inside:avoid;page-break-inside:avoid}.cv-skill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 22px;margin:0!important;padding-left:17px!important}.cv-skill-grid li{margin:0;padding-left:2px;background:transparent;font-size:11.5px;break-inside:avoid;page-break-inside:avoid}.cv-reference-grid,.cv-two-column{display:grid;grid-template-columns:1fr 1fr;gap:22px}.cv-reference-grid strong{font-size:12px}.cv-reference-grid p{margin:3px 0}.cv-template-graduate .cv-header{border-bottom-color:#2869a7}.cv-template-graduate .cv-role,.cv-template-graduate .cv-section h2{color:#1f568a}.cv-template-graduate .cv-skill-grid li::marker{color:#2869a7}.cv-template-professional .cv-header{padding:25px;border:0;background:#075b3c;color:white}.cv-template-professional .cv-contact,.cv-template-professional .cv-role{color:#e4f2ea}.cv-template-executive .cv-header{border-bottom:1px solid #272727;text-align:center}.cv-template-executive .cv-role,.cv-template-executive .cv-section h2{color:#202020}.cv-template-executive .cv-section h2{border-bottom-color:#202020;text-align:center}.cv-template-executive .cv-skill-grid li::marker{color:#202020}.empty-state{display:grid;justify-items:start;gap:10px;padding:35px 10px}.empty-state h3,.empty-state p{margin:0}.cv-library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cv-library-card{display:grid;gap:15px;padding:15px;border:1px solid var(--border);border-radius:14px}.cv-library-card h3{margin:0 0 5px}.cv-library-preview{min-height:230px;padding:24px;border:1px solid #d8e2dc;border-radius:10px;background:white}.cv-library-preview span{display:block;width:100%;height:7px;margin-bottom:12px;border-radius:99px;background:#e2e9e5}.cv-library-preview .short{width:62%}.cv-library-preview .cv-library-brand{width:70%;height:13px;background:var(--brand)}@media (max-width:1250px){.builder-layout{grid-template-columns:370px minmax(580px,1fr)}}@media (max-width:1050px){.builder-layout{grid-template-columns:1fr}.builder-panel{position:static}.preview-canvas{max-height:none}.cv-library-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.builder-header,.cv-entry-heading{display:block}.builder-status{margin-top:14px;text-align:left}.cv-library-grid,.cv-reference-grid,.cv-skill-grid,.cv-two-column,.export-grid,.source-summary-grid{grid-template-columns:1fr}.preview-canvas{padding:10px}.cv-document{min-height:0;padding:30px 24px}.cv-entry-meta{margin-top:7px;text-align:left}}.cv-studio-tabs{display:inline-flex;gap:6px;margin-bottom:18px;padding:5px;border:1px solid var(--border);border-radius:12px;background:#fff}.cv-studio-tabs button{padding:9px 18px;border:0;border-radius:8px;background:transparent;font-weight:700;cursor:pointer}.cv-studio-tabs button.active{background:var(--brand);color:#fff}.builder-settings-stack{display:grid;gap:16px}.template-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-height:470px;overflow:auto}.template-card{padding:10px;border:1px solid var(--border);border-radius:11px;background:#fff;text-align:left;cursor:pointer}.template-card.selected{border-color:var(--brand);box-shadow:0 0 0 2px rgba(0,105,67,.12)}.template-thumbnail{height:95px;margin-bottom:9px;padding:13px;border:1px solid #dbe4de;border-radius:7px;background:#fff}.template-thumbnail span{display:block;height:6px;margin-bottom:8px;border-radius:99px;background:#dfe7e2}.template-thumbnail span:first-child{width:67%;height:10px;background:var(--brand)}.template-thumbnail-modern,.template-thumbnail-technology{background:linear-gradient(90deg,#edf8f2 32%,#fff 0)}.template-thumbnail-executive,.template-thumbnail-finance{border-top:6px solid #222}.color-input{min-height:46px;padding:4px}.settings-toggles{display:grid;grid-template-columns:1fr 1fr;gap:9px}.settings-toggles label{display:flex;gap:8px;align-items:center;padding:9px;border-radius:8px;background:#f7faf8}.section-order-item,.section-order-list{display:grid;gap:8px}.section-order-item{grid-template-columns:28px 1fr auto;align-items:center;padding:10px;border:1px solid var(--border);border-radius:9px}.section-order-item>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--brand-light);color:var(--brand);font-weight:800}.section-order-item button,.zoom-controls button{padding:5px 9px;border:1px solid var(--border);border-radius:7px;background:#fff;cursor:pointer}.zoom-controls{display:flex;gap:7px;align-items:center}.ats-job-description{min-height:230px}.ats-result-card{display:grid;gap:18px;margin-top:16px}.ats-score-ring{display:grid;place-items:center;width:135px;height:135px;margin:0 auto;border:12px solid var(--brand-light);border-top-color:var(--brand);border-radius:50%}.ats-score-ring strong{font-size:28px}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.cv-document{--cv-accent:var(--brand)}.cv-header{border-bottom-color:var(--cv-accent)!important}.cv-role,.cv-section h2{color:var(--cv-accent)!important}.cv-skill-grid span{border-left-color:var(--cv-accent)!important}@media(max-width:700px){.settings-toggles,.template-gallery{grid-template-columns:1fr}}.template-marketplace{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.template-filters{position:sticky;top:24px}.template-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.template-filter-heading h3{margin:0}.template-filter-heading button{border:0;background:transparent;color:var(--brand);cursor:pointer;text-decoration:underline}.template-filters fieldset{display:grid;gap:9px;margin:20px 0 0;padding:0;border:0}.template-filters legend{margin-bottom:10px;font-weight:800}.template-filters label{display:flex;gap:9px;align-items:center}.template-count{display:grid;justify-items:start;gap:2px;margin-top:22px;padding:14px;border-radius:10px;background:var(--brand-light)}.template-count strong{color:var(--brand);font-size:28px}.template-grid-header{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.template-grid-header h2,.template-grid-header p{margin:0}.template-grid-header p{margin-top:5px}.formal-template-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:22px}.formal-template-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:white;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.formal-template-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.formal-template-card.selected{border:3px solid var(--brand)}.formal-template-preview{position:relative;display:block;width:100%;padding:18px;border:0;background:#eef2ef;cursor:pointer}.recommended-badge{position:absolute;right:10px;bottom:10px;z-index:2;padding:6px 9px;border:1px solid #d5a900;border-radius:5px;background:#ffe88a;color:#5f4a00;font-size:11px;font-weight:900;text-transform:uppercase}.formal-sheet{min-height:320px;padding:20px;border:1px solid #bfc9c2;background:white;box-shadow:0 8px 18px rgba(24,42,31,.09)}.formal-sheet header{display:flex;gap:12px;align-items:center;padding-bottom:12px;border-bottom:3px solid var(--template-accent)}.formal-sheet header small,.formal-sheet header strong{display:block}.formal-sheet header strong{color:#111;font-size:12px;letter-spacing:.04em}.formal-sheet header small{margin-top:4px;color:#657067;font-size:8px}.photo-placeholder{flex:0 0 45px;width:45px;height:45px;border-radius:50%;background:radial-gradient(circle at 50% 35%,#b9c2bc 0 20%,transparent 21%),radial-gradient(circle at 50% 84%,#b9c2bc 0 34%,transparent 35%),#eef1ef}.formal-lines{display:grid;gap:9px;margin-top:18px}.formal-lines span{display:block;width:72%;height:6px;border-radius:99px;background:#dfe6e1}.formal-lines span.wide{width:100%;height:8px;background:color-mix(in srgb,var(--template-accent) 28%,white)}.columns-2{background:linear-gradient(90deg,color-mix(in srgb,var(--template-accent) 12%,white) 0 34%,white 34% 100%)}.columns-2 .formal-lines{margin-left:36%}.formal-template-meta{display:grid;gap:10px;padding:15px}.formal-template-meta h3,.formal-template-meta p{margin:0}.formal-template-meta p{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.45}.template-attributes{display:flex;gap:7px;flex-wrap:wrap}.template-attributes span{padding:5px 8px;border-radius:999px;background:#f2f6f3;color:#4b5b51;font-size:11px;font-weight:700}@media (max-width:1200px){.formal-template-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width:800px){.template-marketplace{grid-template-columns:1fr}.template-filters{position:static}}@media (max-width:620px){.formal-template-grid{grid-template-columns:1fr}}.lux-page{padding-bottom:100px}.lux-hero{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;padding:34px;margin-bottom:22px;border-radius:24px;background:linear-gradient(135deg,#053d29,#08704b);color:#fff;box-shadow:0 24px 60px rgba(0,70,45,.22)}.lux-heading small,.lux-hero span{font-size:11px;font-weight:900;letter-spacing:.16em}.lux-hero h1{max-width:850px;margin:8px 0 0;font-size:48px;line-height:1.05;letter-spacing:-.035em}.lux-hero p{max-width:720px;color:#dff5ea;font-size:16px;line-height:1.6}.lux-toolbar{display:flex;justify-content:space-between;gap:15px;margin-bottom:20px}.lux-toolbar input{flex:1 1;min-height:52px}.lux-toolbar div,.lux-toolbar input{padding:0 16px;border:1px solid var(--border);border-radius:14px;background:#fff}.lux-toolbar div{display:flex;gap:6px;align-items:center}.lux-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}.lux-filters{position:sticky;top:20px;padding:20px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(20,45,30,.08)}.lux-filter-head{display:flex;justify-content:space-between;align-items:flex-start}.lux-filter-head h3{margin:3px 0 20px;font-size:24px}.lux-filter-head button{border:0;background:none;color:var(--brand);font-weight:800}.lux-filters>label{display:block;margin:18px 0 8px;font-weight:850}.lux-filters>button{display:flex;width:100%;gap:10px;align-items:center;padding:11px;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left}.lux-filters>button.active{border-color:#b7d8c5;background:#edf8f2;color:var(--brand);font-weight:800}.lux-filters i{width:16px;height:16px;border:2px solid #9eafa5;border-radius:50%}.lux-filters button.active i{border:5px solid var(--brand)}.lux-count{margin-top:24px;padding:18px;border-radius:14px;background:#edf8f2}.lux-count span,.lux-count strong{display:block}.lux-count strong{font-size:34px;color:var(--brand)}.lux-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.lux-heading h2{margin:5px 0 0;font-size:30px}.lux-heading p{margin:7px 0 0;color:var(--muted)}.lux-selected{min-width:160px;padding:13px 15px;border:1px solid var(--border);border-radius:13px;background:#fff}.lux-selected span,.lux-selected strong{display:block}.lux-selected span{font-size:11px;color:var(--muted)}.lux-selected strong{margin-top:4px}.lux-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:22px}.lux-card{overflow:hidden;border:1px solid #dfe7e2;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(16,43,27,.07);transition:.2s}.lux-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(16,43,27,.14)}.lux-card.selected{border:3px solid var(--brand)}.lux-preview{display:block;width:100%;padding:14px;border:0;background:linear-gradient(#f8faf9,#edf3ef)}.lux-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.lux-top span{font-size:10px;font-weight:850;text-transform:uppercase;color:#6d7b72}.lux-top b{padding:5px 8px;border:1px solid #e1bb42;border-radius:999px;background:#fff2b9;color:#665000;font-size:9px;text-transform:uppercase}.lux-sheet{min-height:355px;padding:22px;border:1px solid #cad5ce;background:#fff;box-shadow:0 14px 26px rgba(17,40,25,.1)}.lux-sheet header{display:flex;gap:12px;align-items:center;padding-bottom:12px;border-bottom:3px solid var(--accent)}.lux-sheet header small,.lux-sheet header strong{display:block}.lux-sheet header small{margin-top:4px;color:#76837b;font-size:8px}.lux-sheet em{width:48px;height:48px;border-radius:50%;background:#dce4df}.lux-sheet section{display:grid;gap:9px;margin-top:20px}.lux-sheet section i{display:block;width:78%;height:6px;border-radius:99px;background:#dfe6e1}.lux-sheet section i.head{width:38%;height:8px;background:color-mix(in srgb,var(--accent) 45%,white)}.lux-sheet section i.short{width:55%}.lux-sheet.columns-2{background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 10%,white) 0 32%,#fff 32%)}.lux-sheet.columns-2 section{margin-left:34%}.lux-meta{display:grid;gap:11px;padding:16px}.lux-meta h3,.lux-meta p{margin:0}.lux-meta h3{font-size:21px}.lux-meta p{color:var(--muted);font-size:13px;line-height:1.45}.lux-tags{display:flex;gap:6px;flex-wrap:wrap}.lux-tags span{padding:5px 8px;border-radius:999px;background:#f2f6f3;color:#52645a;font-size:10px;font-weight:800}.lux-meta .button{width:100%}.lux-sticky{position:fixed;right:25px;bottom:20px;z-index:50;display:flex;gap:18px;align-items:center;padding:14px 16px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 18px 50px rgba(12,39,23,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.lux-sticky span,.lux-sticky strong{display:block}.lux-sticky span{font-size:10px;color:var(--muted);text-transform:uppercase}@media(max-width:1300px){.lux-grid{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media(max-width:900px){.lux-layout{grid-template-columns:1fr}.lux-filters{position:static}.lux-heading,.lux-hero{display:block}.lux-hero .button,.lux-selected{margin-top:18px}}@media(max-width:650px){.lux-grid{grid-template-columns:1fr}.lux-toolbar{display:grid}.lux-hero{padding:24px}.lux-hero h1{font-size:36px}.lux-sticky{left:12px;right:12px;bottom:12px;justify-content:space-between}}.cv-studio-shell{min-height:calc(100vh - 60px);margin:-30px;background:#eef2ef}.studio-toolbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto auto 1fr auto;gap:20px;align-items:center;min-height:72px;padding:10px 18px;border-bottom:1px solid #dce5df;background:rgba(255,255,255,.96);box-shadow:0 7px 24px rgba(21,47,31,.07)}.studio-toolbar-brand span,.studio-toolbar-brand strong{display:block}.studio-kicker{color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.studio-toolbar-brand strong{font-size:20px}.studio-history-controls,.studio-toolbar-actions,.studio-zoom-controls{display:flex;gap:7px;align-items:center}.studio-history-controls button,.studio-toolbar-actions button,.studio-zoom-controls button{min-height:38px;padding:0 12px;border:1px solid #d7e1da;border-radius:9px;background:#fff;font-weight:750;cursor:pointer}.studio-toolbar-actions .primary{border-color:var(--brand);background:var(--brand);color:#fff}.studio-save-state{display:flex;gap:8px;align-items:center;justify-self:center;color:#5c6c62;font-size:13px}.save-dot{width:9px;height:9px;border-radius:50%;background:#2ca56b}.studio-save-state.saving .save-dot{background:#e3a223}.studio-save-state.unsaved .save-dot{background:#cf5c49}.cv-studio-workspace{display:grid;grid-template-columns:250px minmax(380px,520px) minmax(620px,1fr);min-height:calc(100vh - 72px)}.cv-studio-shell.preview-only .cv-studio-workspace{grid-template-columns:1fr}.studio-section-sidebar{padding:18px 14px;border-right:1px solid #dce5df;background:#f9fbfa}.studio-section-heading{display:flex;justify-content:space-between;align-items:center;padding:7px 8px 14px}.studio-section-heading span{color:#6c7c72;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.studio-section-heading strong{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e3f2ea;color:var(--brand)}.studio-section-list{display:grid;gap:7px}.studio-section-row{overflow:hidden;border:1px solid transparent;border-radius:12px}.studio-section-row.active{border-color:#b8d6c5;background:#fff;box-shadow:0 10px 23px rgba(20,49,31,.07)}.studio-section-row.hidden{opacity:.58}.section-main{display:grid;grid-template-columns:32px 1fr;gap:8px;width:100%;padding:11px 10px;border:0;background:transparent;text-align:left;cursor:pointer}.section-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf5ef;color:var(--brand);font-weight:900}.section-main small,.section-main strong{display:block}.section-main small{margin-top:3px;color:#87958c;font-size:10px}.section-actions{display:none;gap:4px;padding:0 9px 9px}.studio-section-row.active .section-actions{display:flex}.section-actions button{padding:4px 7px;border:1px solid #d8e2dc;border-radius:6px;background:#fff;font-size:10px}.studio-readiness{margin-top:20px;padding:15px;border-radius:14px;background:linear-gradient(145deg,#e9f7f0,#f7fbf9)}.studio-readiness span,.studio-readiness strong{display:block}.studio-readiness span{color:#5e7467;font-size:11px;text-transform:uppercase}.studio-readiness strong{margin:5px 0 10px;color:var(--brand);font-size:28px}.studio-editor-panel{overflow-y:auto;max-height:calc(100vh - 72px);padding:24px;border-right:1px solid #dce5df;background:#fff}.studio-editor-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e4ebe6}.studio-editor-header span{color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.studio-editor-header h2{margin:5px 0 6px;font-size:29px}.studio-editor-header p{margin:0;color:var(--muted)}.studio-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.studio-field{display:grid;gap:7px}.studio-field.full{grid-column:1/-1}.studio-field>span{font-weight:820;font-size:13px}.studio-field input,.studio-field textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #d9e2dc;border-radius:10px}.studio-field textarea{min-height:126px}.studio-entry-stack{display:grid;gap:16px}.studio-entry-card{position:relative;padding:18px;border:1px solid #dde6e0;border-radius:14px;background:#fbfcfb}.studio-entry-number{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e5f3eb;color:var(--brand);font-weight:900}.studio-add-button,.studio-remove-button{margin-top:13px;padding:9px 12px;border:1px solid #d9e3dd;border-radius:9px;background:#fff}.studio-add-button{width:100%;border-style:dashed;color:var(--brand);font-weight:850}.studio-preview-panel{min-width:0;background:#e9eeeb}.studio-preview-toolbar{display:flex;justify-content:space-between;align-items:center;min-height:56px;padding:10px 18px;border-bottom:1px solid #d6e0da;background:#fff}.studio-preview-toolbar span,.studio-preview-toolbar strong{display:block}.studio-preview-toolbar span{color:var(--muted);font-size:11px}.studio-preview-canvas{overflow:auto;height:calc(100vh - 128px);padding:28px}.studio-cv-page{width:794px;min-height:1123px;margin:0 auto;padding:54px 58px;background:#fff;box-shadow:0 22px 50px rgba(19,42,27,.15)}.studio-cv-header{padding-bottom:19px;border-bottom:3px solid var(--studio-accent)}.studio-cv-header h1{margin:0;font-size:34px}.studio-cv-header>p{margin:6px 0 10px;color:var(--studio-accent);font-weight:820}.studio-cv-header>div{display:flex;flex-wrap:wrap;gap:6px 13px;color:#5b6c61;font-size:10px}.studio-cv-section{margin-top:21px}.studio-cv-section h2{margin:0 0 10px;padding-bottom:5px;border-bottom:1px solid #cdd8d1;color:var(--studio-accent);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.studio-cv-section li,.studio-cv-section p{font-size:11px;line-height:1.52}.studio-cv-entry{display:grid;grid-template-columns:1fr auto;gap:3px 18px;margin-bottom:14px}.studio-cv-entry h3{margin:0;font-size:13px}.studio-cv-entry strong{font-size:11px}.studio-cv-entry>span{color:#66756c;font-size:10px;text-align:right}.studio-cv-entry>p{grid-column:1/-1;margin:5px 0 0}.studio-preview-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 12px}.studio-preview-skills span{padding:6px 8px;border-left:3px solid var(--studio-accent);background:#f4f7f5;font-size:10px}.studio-reference-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.studio-reference-grid p{margin:3px 0}@media(max-width:1080px){.cv-studio-workspace{grid-template-columns:210px 1fr}.studio-preview-panel{grid-column:1/-1}.studio-preview-canvas{height:auto}}@media(max-width:760px){.cv-studio-shell{margin:-20px}.studio-toolbar{position:static}.cv-studio-workspace,.studio-toolbar{grid-template-columns:1fr}.studio-editor-panel,.studio-section-sidebar{max-height:none;border-right:0}.studio-form-grid{grid-template-columns:1fr}.studio-preview-canvas{padding:10px}}.studio-mode-tabs{display:inline-flex;gap:5px;margin:12px 18px 0;padding:5px;border:1px solid #dce5df;border-radius:11px;background:#fff}.studio-mode-tabs button{min-width:100px;padding:8px 14px;border:0;border-radius:8px;background:transparent;font-weight:800}.studio-mode-tabs button.active{background:var(--brand);color:#fff}.studio-design-spacer{border-right:1px solid #dce5df;background:#f9fbfa}.studio-design-panel{overflow-y:auto;max-height:calc(100vh - 125px);padding:24px;border-right:1px solid #dce5df;background:#fff}.design-group{padding:18px 0;border-bottom:1px solid #e5ece7}.design-group h3{margin:0 0 12px}.design-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.design-choice-grid.three{grid-template-columns:repeat(3,1fr)}.design-choice-grid button{display:grid;gap:8px;justify-items:center;padding:11px;border:1px solid #dce5df;border-radius:10px;background:#fff}.design-choice-grid button.active{border-color:var(--brand);background:#eef8f2}.layout-preview{width:70px;height:50px;border:1px solid #bfcac3;background:#fff}.layout-preview.two-column{background:linear-gradient(90deg,#edf4ef 0 34%,#fff 34%)}.header-style-preview{width:70px;height:48px;border:1px solid #c3cec7;background:#fff}.header-style-preview.classic{border-top:6px solid var(--brand)}.header-style-preview.centered{background:linear-gradient(#d3ddd7 0 0) top 9px center/38px 5px no-repeat,#fff}.header-style-preview.banded{background:linear-gradient(#0b6947 0 0) top/100% 18px no-repeat,#fff}.header-style-preview.minimal{border-top:1px solid #222}.studio-field select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #d9e2dc;border-radius:10px;background:#fff}.preset-colours{display:flex;gap:9px;margin-top:12px}.preset-colours button{width:28px;height:28px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cbd6cf}.design-toggle{display:flex;gap:9px;align-items:center;font-weight:800}.photo-upload{display:grid;place-items:center;min-height:76px;margin:13px 0;border:1px dashed #9eb6a8;border-radius:10px;background:#f7fbf8;color:var(--brand);font-weight:800}.photo-upload input{display:none}.photo-shape-preview{width:42px;height:42px;background:#dbe5df}.photo-shape-preview.circle{border-radius:50%}.photo-shape-preview.rounded{border-radius:10px}.studio-cv-page{--studio-secondary:#dcefe5;--studio-heading-font:Arial;--studio-section-spacing:20px}.studio-cv-page h1,.studio-cv-page h2,.studio-cv-page h3{font-family:var(--studio-heading-font)}.studio-cv-section{margin-top:var(--studio-section-spacing)}.studio-cv-header{display:flex;gap:20px;align-items:center}.studio-cv-photo{width:92px;height:92px;object-fit:cover}.studio-cv-photo.circle{border-radius:50%}.studio-cv-photo.rounded{border-radius:14px}.studio-cv-heading{flex:1 1}.studio-header-centered .studio-cv-header{display:grid;justify-items:center;text-align:center}.studio-header-banded .studio-cv-header{margin:-54px -58px 24px;padding:36px 58px;border:0;background:var(--studio-accent);color:#fff}.studio-header-banded .studio-cv-header p,.studio-header-banded .studio-cv-header span{color:#fff!important}.studio-header-minimal .studio-cv-header{border-bottom:1px solid #222}.studio-layout-two-column .studio-cv-content{display:grid;grid-template-columns:35% 1fr;gap:0 28px}.studio-layout-two-column .studio-section-certifications,.studio-layout-two-column .studio-section-languages,.studio-layout-two-column .studio-section-references,.studio-layout-two-column .studio-section-skills,.studio-layout-two-column .studio-section-summary{grid-column:1}.studio-layout-two-column .studio-section-education,.studio-layout-two-column .studio-section-experience,.studio-layout-two-column .studio-section-projects{grid-column:2}.studio-layout-two-column .studio-section-summary{grid-row:1}.studio-layout-two-column .studio-section-experience{grid-row:1/span 3}.studio-layout-two-column .studio-preview-skills,.studio-layout-two-column .studio-reference-grid{grid-template-columns:1fr}.world-template-page{padding-bottom:90px}.world-template-header{margin-bottom:18px}.world-template-header span{color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.world-template-header h1{margin:6px 0;font-size:34px}.world-template-header p{margin:0;color:var(--muted)}.world-template-layout{display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:start}.world-filters{position:sticky;top:15px;padding:18px;border:1px solid #dfe7e2;border-radius:14px;background:white;box-shadow:0 12px 28px rgba(18,45,29,.07)}.filter-title{display:flex;justify-content:space-between;align-items:center}.filter-title h3{margin:0;font-size:22px}.filter-title button{border:0;background:transparent;color:#5c5ce8;text-decoration:underline;cursor:pointer}.filter-search{display:grid;gap:6px;margin-top:16px}.filter-group select,.filter-search input{width:100%;min-height:42px;padding:9px 10px;border:1px solid #d7e0da;border-radius:9px;background:white}.filter-group{margin-top:20px}.filter-group h4{margin:0 0 9px}.filter-check{display:flex;align-items:center;gap:9px;width:100%;padding:7px 0;border:0;background:transparent;text-align:left;cursor:pointer}.filter-check span{width:18px;height:18px;border:1px solid #8fa299;background:white}.filter-check.active span{border-color:var(--brand);background:linear-gradient(var(--brand),var(--brand)) 50%/10px 10px no-repeat}.filter-colours{display:flex;flex-wrap:wrap;gap:8px}.filter-colours button{width:26px;height:26px;border:2px solid white;border-radius:50%;box-shadow:0 0 0 1px #b9c7be;cursor:pointer}.filter-colours button.active{box-shadow:0 0 0 3px #111}.filter-result-count{margin-top:18px;padding:13px;border-radius:10px;background:#edf7f1}.filter-result-count span,.filter-result-count strong{display:block}.filter-result-count strong{color:var(--brand);font-size:28px}.world-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px}.world-template-card{overflow:hidden;border:1px solid #d8e2dc;border-radius:14px;background:white;box-shadow:0 10px 25px rgba(13,39,22,.07)}.world-template-card.selected{border:4px solid #1724d5}.template-preview-button{position:relative;width:100%;padding:14px;border:0;background:#f5f7f6;cursor:pointer}.world-recommended{position:absolute;right:12px;bottom:12px;padding:7px 10px;border:1px solid #d6a900;border-radius:4px;background:#ffe78a;color:#5d4800;font-size:10px;font-weight:900;text-transform:uppercase}.world-template-info{display:grid;gap:9px;padding:14px}.world-template-info h3,.world-template-info p{margin:0}.world-template-info p{margin-top:3px;color:var(--muted);font-size:12px}.world-meta{display:flex;flex-wrap:wrap;gap:6px}.world-meta span{padding:4px 7px;border-radius:999px;background:#f0f5f2;font-size:10px;font-weight:700}.world-palettes{display:flex;gap:7px}.world-palettes span{width:20px;height:20px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #c3cec7}.world-template-info button{min-height:42px;border:0;border-radius:9px;background:var(--brand);color:white;font-weight:800;cursor:pointer}.world-template-info button.selected-button{background:#1724d5}.world-template-footer{position:fixed;right:0;bottom:0;left:236px;z-index:80;display:flex;justify-content:flex-end;gap:18px;align-items:center;padding:14px 28px;border-top:1px solid #dfe6e1;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.world-template-footer div span,.world-template-footer div strong{display:block}.world-template-footer div span{color:var(--muted);font-size:10px;text-transform:uppercase}.choose-later{border:0;background:transparent;font-weight:800;text-decoration:underline;cursor:pointer}.use-template{min-width:210px;min-height:48px;border:0;border-radius:14px;background:#15df9d;font-size:17px;font-weight:900;cursor:pointer}.real-cv-sheet{min-height:410px;border:1px solid #bcc7c0;background:#fff;color:var(--tpl-text);box-shadow:0 8px 18px rgba(25,41,31,.08);overflow:hidden;text-align:left}.real-cv-header{display:flex;gap:12px;align-items:center;padding:18px;border-bottom:3px solid var(--tpl-accent);background:var(--tpl-primary)}.real-name-block h3,.real-name-block p,.real-name-block small{margin:0;display:block}.real-name-block h3{font-size:13px;letter-spacing:.03em}.real-name-block p{margin-top:3px;font-size:8px}.real-name-block small{margin-top:4px;font-size:6px}.real-photo{width:52px;height:52px;border-radius:4px;background:#e8ece9;position:relative;overflow:hidden}.real-photo span{position:absolute;inset:7px;border-radius:50%;background:radial-gradient(circle at 50% 30%,#9ea8a2 0 20%,transparent 21%),radial-gradient(circle at 50% 85%,#9ea8a2 0 34%,transparent 35%)}.real-cv-body{display:grid;grid-template-columns:32% 1fr;min-height:330px}.real-side{padding:14px;background:color-mix(in srgb,var(--tpl-primary) 70%,white)}.real-main{padding:14px 16px}.real-section{margin-bottom:14px}.real-section h4{margin:0 0 7px;padding-bottom:3px;border-bottom:1px solid color-mix(in srgb,var(--tpl-accent) 35%,white);color:var(--tpl-accent);font-size:7px;letter-spacing:.08em;text-transform:uppercase}.real-section li,.real-section p,.real-section small,.real-section strong{font-size:6px;line-height:1.45}.real-section ul{margin:5px 0;padding-left:12px}.real-entry{display:grid;grid-template-columns:1fr auto;gap:2px 8px;margin-bottom:10px}.real-entry ul{grid-column:1/-1}.real-entry p{margin:1px 0}.layout-centered .real-cv-body,.layout-classic-serif .real-cv-body,.layout-minimal-line .real-cv-body,.layout-split-header .real-cv-body,.layout-top-band .real-cv-body{grid-template-columns:1fr}.layout-centered .real-side,.layout-classic-serif .real-side,.layout-minimal-line .real-side,.layout-split-header .real-side,.layout-top-band .real-side{display:none}.layout-centered .real-cv-header{justify-content:center;text-align:center}.layout-sidebar-right .real-side{grid-column:2}.layout-sidebar-right .real-main{grid-column:1;grid-row:1}.layout-split-header .real-cv-header{background:linear-gradient(90deg,var(--tpl-primary) 0 35%,#fff 35%)}.layout-timeline .real-entry{padding-left:8px;border-left:2px solid var(--tpl-accent)}.layout-minimal-line .real-cv-header{background:#fff;border-bottom:1px solid #222}.layout-classic-serif{font-family:Georgia,serif!important}@media(max-width:1200px){.world-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media(max-width:850px){.world-template-layout{grid-template-columns:1fr}.world-filters{position:static}.world-template-footer{left:0}.world-grid{grid-template-columns:1fr}}.studio-template-sidebar-right.studio-layout-two-column .studio-cv-content{grid-template-columns:1fr 35%}.studio-template-sidebar-right.studio-layout-two-column .studio-section-certifications,.studio-template-sidebar-right.studio-layout-two-column .studio-section-languages,.studio-template-sidebar-right.studio-layout-two-column .studio-section-references,.studio-template-sidebar-right.studio-layout-two-column .studio-section-skills,.studio-template-sidebar-right.studio-layout-two-column .studio-section-summary{grid-column:2}.studio-template-sidebar-right.studio-layout-two-column .studio-section-education,.studio-template-sidebar-right.studio-layout-two-column .studio-section-experience,.studio-template-sidebar-right.studio-layout-two-column .studio-section-projects{grid-column:1}.studio-template-timeline .studio-cv-entry{position:relative;padding-left:16px;border-left:2px solid var(--studio-accent)}.studio-template-timeline .studio-cv-entry:before{position:absolute;top:2px;left:-5px;width:8px;height:8px;border:2px solid white;border-radius:50%;background:var(--studio-accent);box-shadow:0 0 0 1px var(--studio-accent);content:""}.studio-template-classic-serif,.studio-template-classic-serif h1,.studio-template-classic-serif h2,.studio-template-classic-serif h3{font-family:Georgia,Garamond,serif}.studio-template-split-header .studio-cv-header{background:linear-gradient(90deg,var(--studio-secondary) 0 34%,transparent 34%)}.studio-template-minimal-line .studio-cv-header{border-bottom-width:1px}.app-shell{display:grid!important;grid-template-columns:236px minmax(0,1fr)!important;min-height:100vh!important;background:#f5f7f6!important}.sidebar{position:sticky!important;top:0!important;flex-direction:column!important;width:236px!important;min-width:236px!important;max-width:236px!important;height:100vh!important;overflow-y:auto!important;padding:20px 14px!important;background:#00583b!important;z-index:100!important}.sidebar,.sidebar-logo{display:flex!important;color:#ffffff!important}.sidebar-logo{align-items:center!important;gap:10px!important;margin-bottom:22px!important;padding:0 6px!important}.sidebar-logo img{flex:0 0 auto!important;border-radius:8px!important;object-fit:cover!important}.sidebar-logo strong{display:block!important;color:#ffffff!important;font-size:14px!important;line-height:1.15!important}.side-section{margin:17px 8px 7px!important;color:#a7d8c5!important;font-size:10px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important}.side-link{display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;min-height:42px!important;margin-bottom:2px!important;padding:9px 11px!important;border-radius:10px!important;color:#ffffff!important;font-size:15px!important;text-decoration:none!important;cursor:pointer!important}.side-link:hover{background:rgba(255,255,255,.1)!important}.side-link svg{flex:0 0 auto!important}.app-content{min-width:0!important;width:100%!important;padding:30px!important;overflow-x:hidden!important}@media (max-width:900px){.app-shell{display:block!important}.sidebar{position:relative!important;width:100%!important;min-width:100%!important;max-width:none!important;height:auto!important}.app-content{padding:20px!important}}.cv-declaration{margin-top:22px;padding-top:10px;border-top:1px solid #9aa7a0;break-inside:avoid;page-break-inside:avoid}.cv-declaration h2{margin:0 0 5px;font-size:.9em;letter-spacing:.04em;text-transform:uppercase}.cv-declaration p{margin:0;font-size:.78em;line-height:1.45}.ai-workspace{align-items:start}.ai-result-card{min-height:520px}.ai-result-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}.ai-result-heading h2{margin:0}.ai-result-text{margin:7px 0 12px;line-height:1.65;white-space:pre-wrap}.ai-result-list{display:grid;gap:10px;margin:8px 0 16px}.ai-result-item{padding:12px 14px;border:1px solid var(--border);border-radius:11px;background:#f8faf8}.ai-result-item .ai-result-text{margin:0}.ai-result-object{display:grid;gap:16px}.ai-result-object>div>strong{color:var(--brand-dark)}.spin-icon{animation:spin 1s linear infinite}.billing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:980px}.pricing-card{display:grid;gap:24px;position:relative;overflow:hidden}.pricing-featured{border:2px solid var(--brand)}.pricing-badge{position:absolute;top:16px;right:-34px;width:140px;padding:7px;transform:rotate(38deg);background:var(--gold);color:#2b2100;text-align:center;font-size:12px;font-weight:800}.pricing-card h2{margin:3px 0 14px}.price-line{display:flex;align-items:end;gap:9px}.price-line strong{font-size:46px;line-height:1;color:var(--brand-dark)}.price-line span{color:var(--muted)}.pricing-benefits{display:grid;gap:13px}.pricing-benefits>div{display:flex;align-items:flex-start;gap:9px}.pricing-benefits svg{color:var(--brand);flex:none;margin-top:1px}.payment-trust{display:flex;align-items:center;gap:14px;max-width:980px;margin-top:22px}.payment-trust svg{color:var(--brand);flex:none}.payment-trust p{margin:4px 0 0}.billing-includes{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr);gap:28px;max-width:980px;margin-bottom:22px;padding:24px;border:1px solid #d9e5df;border-radius:18px;background:#fff}.billing-includes h2{margin:6px 0 0;font-size:1.35rem}.billing-shared{display:grid;gap:12px}.billing-shared article{display:flex;gap:12px;align-items:flex-start}.billing-shared svg{color:var(--brand);flex:none}.billing-shared strong{display:block}.billing-shared p{margin:3px 0 0;color:#607168;font-size:.88rem}.checkout-consent{max-width:980px;margin-top:22px}.checkout-consent label{display:flex;align-items:flex-start;gap:12px;font-weight:650;line-height:1.55}.checkout-consent input{width:20px;height:20px;margin-top:2px;accent-color:var(--brand);flex:none}.checkout-consent a,.payment-links a{color:var(--brand);font-weight:800}.checkout-consent small{display:block;margin:8px 0 0 32px;color:#7d5c20}.payment-links{display:flex;flex-wrap:wrap;gap:16px!important;margin-top:10px!important}.pricing-card button:disabled{cursor:not-allowed;opacity:.55}.payment-callback-shell{background:radial-gradient(circle at top,#e4f4ea,var(--bg) 48%)}.payment-callback-card{width:min(520px,100%);text-align:center;display:grid;gap:18px;justify-items:center}.callback-icon{width:66px;height:66px}.success-icon{color:var(--brand)}.error-icon{color:var(--danger)}.payment-callback-card h1{margin:0}.payment-callback-card .success{width:100%;overflow-wrap:anywhere}@media (max-width:760px){.billing-grid,.billing-includes{grid-template-columns:1fr}}body,html{max-width:100%;overflow-x:hidden}.desktop-sidebar{display:flex!important}.mobile-bottom-nav,.mobile-dashboard-header,.mobile-sidebar-backdrop,.mobile-sidebar-drawer{display:none}.side-link-active{background:rgba(255,255,255,.16)!important;color:#ffffff!important}.sidebar-logout{margin-top:14px!important;border:0!important;background:transparent!important;text-align:left!important}.sidebar-section-group{min-width:0}@media (max-width:900px){.app-shell{display:block!important;min-height:100vh!important;background:#f5f7f6!important}.desktop-sidebar{display:none!important}.mobile-dashboard-header{position:sticky;top:0;z-index:220;display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;border-bottom:1px solid #d9e4dd;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(13,55,34,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-brand{display:flex;min-width:0;align-items:center;gap:10px}.mobile-brand img{flex:0 0 auto;border-radius:9px;object-fit:cover}.mobile-brand small,.mobile-brand span,.mobile-brand strong{display:block;min-width:0}.mobile-brand strong{overflow:hidden;color:#03472c;font-size:14px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-brand small{margin-top:3px;color:#66736b;font-size:10px}.mobile-menu-button{display:grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border:1px solid #d9e4dd;border-radius:12px;background:#ffffff;color:#03472c;cursor:pointer}.mobile-sidebar-backdrop{position:fixed;inset:0;z-index:230;display:block;visibility:hidden;background:rgba(4,23,14,.55);opacity:0;transition:opacity .18s ease,visibility .18s ease}.mobile-sidebar-backdrop.is-open{visibility:visible;opacity:1}.mobile-sidebar-drawer{position:fixed;top:0;bottom:0;left:0;z-index:240;display:flex;width:min(88vw,340px);flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:14px 14px 28px;background:#00583b;color:#ffffff;box-shadow:18px 0 50px rgba(0,31,19,.28);transform:translateX(-105%);transition:transform .2s ease}.mobile-sidebar-drawer.is-open{transform:translateX(0)}.mobile-drawer-close-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:#ffffff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mobile-sidebar-drawer .mobile-menu-button{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#ffffff}.mobile-sidebar-drawer .sidebar-logo{margin:4px 4px 18px!important}.mobile-sidebar-drawer .side-link{min-height:46px!important;font-size:15px!important}.app-content{width:100%!important;min-width:0!important;padding:18px 16px calc(92px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important}.page-header{margin-bottom:18px}.page-header h1{overflow-wrap:anywhere;font-size:clamp(28px,8vw,36px);line-height:1.08}.card{width:100%;min-width:0;padding:18px}.cv-library-grid,.feature-grid,.formal-template-grid,.metric-grid,.template-grid,.three-column,.two-column,.world-grid{grid-template-columns:minmax(0,1fr)!important}.builder-header,.list-item,.lux-heading,.lux-toolbar,.preview-toolbar,.template-grid-header{min-width:0}.button{max-width:100%}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:225;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:7px 8px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #d8e3dc;background:rgba(255,255,255,.97);box-shadow:0 -10px 30px rgba(10,52,31,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-bottom-link{display:grid;min-width:0;min-height:54px;place-items:center;align-content:center;gap:3px;border-radius:12px;color:#68766d;font-size:10px;font-weight:750}.mobile-bottom-link span{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-link.is-active{background:#edf7f1;color:#06633d}.builder-layout,.cv-studio-workspace,.lux-layout,.template-marketplace,.world-template-layout{grid-template-columns:minmax(0,1fr)!important}.builder-panel,.lux-filters,.template-filters,.world-filters{position:static!important}.preview-canvas,.studio-preview-canvas{max-width:100%;padding:10px!important;overflow-x:auto!important}.world-template-footer{left:0!important;bottom:calc(68px + env(safe-area-inset-bottom))!important;padding:10px 12px!important}.lux-sticky{bottom:calc(78px + env(safe-area-inset-bottom))!important}}@media (max-width:480px){.app-content{padding-right:14px!important;padding-left:14px!important}.page-header h1,.section h2{font-size:30px}.section h2{line-height:1.1}.card{padding:16px;border-radius:14px}.actions,.toolbar{align-items:stretch}.actions .button,.toolbar .button{width:100%}.mobile-sidebar-drawer{width:min(92vw,330px)}}@media (min-width:901px){.mobile-bottom-nav,.mobile-dashboard-header,.mobile-sidebar-backdrop,.mobile-sidebar-drawer{display:none!important}}