*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f1f5f9;--card-bg: #ffffff;--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #64748b;--secondary-hover: #475569;--accent: #10b981;--danger: #ef4444;--danger-bg: #fef2f2;--danger-hover: #dc2626;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--progress-track: #e2e8f0;--progress-fill: #2563eb;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .15)}html,body{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;margin:0;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}#root{display:flex;flex-direction:column;min-height:100vh}.srp-page{max-width:620px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.srp-hero{text-align:center;margin-bottom:1.5rem}.srp-hero-icon{margin-bottom:.65rem}.srp-title{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:.35rem;letter-spacing:-.02em}.srp-subtitle{font-size:.95rem;color:#64748b;line-height:1.5;max-width:420px;margin:0 auto}.srp-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 6px 24px #0000000d,0 1px 3px #00000008}.srp-card-title{display:flex;align-items:center;gap:.45rem;font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid #f1f5f9}.srp-dropzone{border:2px dashed #cbd5e1;border-radius:14px;padding:2.25rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:#fafbfc;outline:none;display:flex;flex-direction:column;align-items:center;gap:.3rem}.srp-dropzone:hover{border-color:#93c5fd;background:#f0f7ff}.srp-dropzone:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.srp-dropzone-active{border-color:#2563eb!important;background:#eff6ff!important;box-shadow:0 0 0 3px #2563eb1a}.srp-dropzone-done{border-color:#86efac;background:#f0fdf4;border-style:solid}.srp-dropzone-error{border-color:#fca5a5;background:#fef2f2}.srp-dropzone-busy{cursor:default;pointer-events:none;opacity:.85}.srp-drop-icon{margin-bottom:.35rem}.srp-drop-main{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.srp-drop-sub{font-size:.82rem;color:#64748b;margin:0}.srp-drop-formats{font-size:.72rem;color:#94a3b8;margin-top:.2rem;font-weight:500}.srp-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top:3px solid #2563eb;border-radius:50%;animation:srp-spin .7s linear infinite;margin-bottom:.35rem}@keyframes srp-spin{to{transform:rotate(360deg)}}.srp-inline-progress{display:flex;align-items:center;gap:.6rem;width:100%;max-width:280px;margin-top:.35rem}.srp-prog-track{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.srp-prog-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;transition:width .25s ease}.srp-prog-pct{font-size:.75rem;font-weight:700;color:#2563eb;min-width:32px;text-align:right}.srp-success-icon{margin-bottom:.15rem}.srp-text-success{color:#16a34a!important}.srp-text-error{color:#dc2626!important}.srp-error-icon{margin-bottom:.15rem}.srp-file-chip{display:inline-flex;align-items:center;gap:.4rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .5rem .35rem .6rem;margin-top:.4rem;font-size:.8rem}.srp-file-name{font-weight:600;color:#334155;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srp-file-size{color:#94a3b8;font-size:.72rem}.srp-file-remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;border-radius:4px;transition:color .15s,background .15s}.srp-file-remove:hover{color:#ef4444;background:#fef2f2}.srp-progress-bar{margin-top:.85rem}.srp-privacy{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.72rem;color:#94a3b8;margin:.75rem 0;text-align:center}.srp-actions{display:flex;gap:.6rem;align-items:center;justify-content:center;flex-wrap:wrap}.srp-btn-reset{display:inline-flex;align-items:center;gap:.35rem;background:none;border:1.5px solid #e2e8f0;border-radius:9px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.srp-btn-reset:hover:not(:disabled){border-color:#94a3b8;color:#475569;background:#f8fafc}.srp-btn-reset:disabled{opacity:.4;cursor:not-allowed}.srp-btn-build{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:9px;padding:.6rem 1.5rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .12s,box-shadow .15s,opacity .15s;box-shadow:0 2px 8px #2563eb33}.srp-btn-build:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #2563eb4d}.srp-btn-build:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.srp-btn-ats{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;border:none;border-radius:9px;padding:.6rem 1.3rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:transform .12s,box-shadow .15s,opacity .15s;box-shadow:0 2px 8px #7c3aed33}.srp-btn-ats:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #7c3aed4d}.srp-btn-ats:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.srp-btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:srp-spin .6s linear infinite}.srp-error-card{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1rem 1.25rem;margin-top:1rem}.srp-error-card strong{color:#dc2626;font-size:.88rem;display:block;margin-bottom:.25rem}.srp-error-card p{color:#b91c1c;font-size:.85rem;word-break:break-word;margin:0}@media(max-width:640px){.srp-page{padding:1rem 1rem 2.5rem}.srp-title{font-size:1.4rem}.srp-subtitle{font-size:.88rem}.srp-card{padding:1.25rem;border-radius:14px}.srp-dropzone{padding:1.75rem 1rem}.srp-drop-main{font-size:.88rem}.srp-actions{flex-direction:column;align-items:stretch}.srp-btn-reset,.srp-btn-build,.srp-btn-ats{justify-content:center;width:100%}}.container{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}header{text-align:center}header h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:var(--text-muted);font-size:.95rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.25rem;box-shadow:var(--shadow)}.card h2{font-size:1.05rem;font-weight:600;margin-bottom:1rem}.card-error{background:var(--danger-bg);border-color:var(--danger)}.card-error h2{color:var(--danger)}.card-error p{color:var(--danger);word-break:break-word}.file-input-wrapper{position:relative;margin-bottom:.75rem}.file-input-wrapper input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.file-label{display:block;padding:.75rem 1rem;border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;color:var(--text-muted);transition:border-color .2s,color .2s;font-size:.95rem}.file-label:hover{border-color:var(--primary);color:var(--primary)}.file-label.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.file-info{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem}.upload-progress-inline{margin-top:.75rem}.progress-done{color:#16a34a;font-weight:600}.upload-file-info{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:.65rem;font-size:.9rem;color:var(--text)}.upload-actions{margin-top:1rem}.actions{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:#fff}.btn-secondary:hover:not(:disabled){background:var(--secondary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-hover)}.btn-sm{padding:.35rem .9rem;font-size:.8rem}.btn-xs{padding:.2rem .6rem;font-size:.75rem;margin-top:.5rem}.btn-add{background:var(--accent);color:#fff;font-weight:600}.btn-add:hover{background:#059669}.progress-bar-track{width:100%;height:12px;background:var(--progress-track);border-radius:6px;overflow:hidden;margin-bottom:.5rem}.progress-bar-fill{height:100%;background:var(--progress-fill);border-radius:6px;transition:width .2s ease}.progress-info{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.upload-summary{margin-bottom:1rem}.upload-summary p{font-size:.9rem;margin-bottom:.25rem}.upload-summary code{font-size:.8rem;background:var(--bg);padding:.15rem .4rem;border-radius:4px}.json-output{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:var(--radius);overflow-x:auto;font-size:.78rem;line-height:1.5;max-height:500px;overflow-y:auto}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.modal-container{background:var(--card-bg);border-radius:12px;box-shadow:var(--shadow-lg);width:100%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:.95rem;font-weight:700;margin:0;color:#1e293b}.modal-close{background:none;border:none;font-size:1.35rem;cursor:pointer;color:var(--text-muted);line-height:1;padding:.15rem .35rem;border-radius:6px;transition:color .15s,background .15s}.modal-close:hover{color:var(--danger);background:#fef2f2}.modal-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid var(--border)}.rb-layout{padding:.5rem 1.5rem 4rem;max-width:1640px;margin:0 auto}.rb-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;position:sticky;top:0;z-index:120;padding:.45rem .85rem;margin-bottom:.55rem;border-radius:10px;background:transparent;border:1px solid transparent;transition:background .3s,backdrop-filter .3s,box-shadow .3s,border-color .3s}.rb-topbar.topbar-stuck{background:#f1f5f9e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 2px 16px #0000000d,0 1px 2px #00000008;border-color:#e2e8f0b3}.rb-topbar-left{display:flex;align-items:center;gap:.5rem}.rb-topbar-brand{display:flex;align-items:center;gap:.55rem}.rb-back-arrow{background:none;border:1.5px solid var(--border, #e2e8f0);cursor:pointer;color:var(--text-muted);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s,border-color .2s,background .2s,transform .15s;flex-shrink:0}.rb-back-arrow:hover{color:var(--primary, #2563eb);border-color:var(--primary, #2563eb);background:#2563eb0f;transform:translate(2px)}.rb-btn-new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.42rem .9rem;font-size:.8rem;font-weight:600;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s ease;white-space:nowrap;font-family:inherit}.rb-btn-new:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #05966940}.rb-brand-logo{flex-shrink:0;filter:drop-shadow(0 1px 3px rgba(99,102,241,.25))}.rb-brand-text{display:flex;flex-direction:column;gap:0}.rb-topbar-title{font-size:1.4rem;font-weight:800;color:var(--text);margin:0;line-height:1.15;letter-spacing:-.01em}.rb-brand-accent{background:linear-gradient(135deg,#6366f1,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.rb-topbar-subtitle{font-size:.6rem;color:var(--text-muted);margin:0;font-weight:500;letter-spacing:.02em}.rb-topbar-actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.rb-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .9rem;font-size:.8rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:inherit;line-height:1.3}.rb-btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.rb-btn-pdf{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #05966940}.rb-btn-pdf:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669);box-shadow:0 4px 14px #0596694d;transform:translateY(-1px)}.rb-btn-word{background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;box-shadow:0 2px 8px #1d4ed840}.rb-btn-word:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-1px)}.rb-dev-tag{font-size:.55rem;font-weight:800;background:#ffffff40;padding:.05rem .3rem;border-radius:3px;letter-spacing:.06em}.rb-btn-select{background:#fff;color:var(--text);border:1.5px solid #cbd5e1;padding:.38rem .85rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.rb-btn-select:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 2px 6px #00000014,0 1px 2px #0000000a}.rb-btn-ai{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 1px 6px #6366f140;padding:.3rem .75rem;font-size:.72rem}.rb-btn-ai:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 14px #6366f159;transform:translateY(-1px)}.rb-btn-ats{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;box-shadow:0 1px 6px #7c3aed33;padding:.3rem .75rem;font-size:.72rem}.rb-btn-ats:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 4px 14px #7c3aed4d;transform:translateY(-1px)}.rb-templates{margin-bottom:1rem;background:linear-gradient(135deg,#f8fafccc,#f1f5f999);border:1px solid var(--border);border-radius:14px;padding:.85rem 1.15rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rb-templates-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.rb-templates-icon{font-size:1rem;line-height:1}.rb-templates-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text)}.rb-templates-count{margin-left:auto;font-size:.68rem;font-weight:600;color:var(--text-muted);background:#e2e8f0;padding:.15rem .5rem;border-radius:10px}.rb-tpl-filters{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.7rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.rb-tpl-filter{padding:.2rem .55rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.62rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s;white-space:nowrap}.rb-tpl-filter:hover{border-color:var(--primary);color:var(--primary)}.rb-tpl-filter-active{background:var(--primary);border-color:var(--primary);color:#fff}.rb-templates-grid{display:flex;gap:.65rem;flex-wrap:wrap}.rb-tpl-card{display:flex;flex-direction:column;align-items:center;gap:.3rem;width:96px;padding:.45rem;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.rb-tpl-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #2563eb1f;transform:translateY(-2px)}.rb-tpl-card-active{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26,0 4px 12px #2563eb1a}.rb-tpl-thumb{width:74px;height:96px;border-radius:5px;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.rb-tpl-thumb-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}.rb-tpl-mini-resume{width:100%;height:100%;display:flex;flex-direction:column}.rb-tpl-mini-band{height:14px;width:100%;flex-shrink:0}.rb-tpl-mini-body{flex:1;display:flex;flex-direction:column;padding:4px 5px;gap:2px}.rb-tpl-mini-body--two-col{flex-direction:row;padding:0;gap:0}.rb-tpl-mini-sidebar{width:30%;padding:4px 3px;display:flex;flex-direction:column;gap:2.5px;align-items:center}.rb-tpl-mini-main{flex:1;padding:4px 5px;display:flex;flex-direction:column;gap:2px}.rb-tpl-mini-avatar{width:14px;height:14px;border-radius:50%;margin-bottom:2px}.rb-tpl-mini-header-area{display:flex;flex-direction:column;gap:2px;margin-bottom:3px}.rb-tpl-mini-name{height:5px;width:65%;border-radius:1px}.rb-tpl-mini-section-title{height:3px;width:40%;border-radius:1px;margin-top:3px}.rb-tpl-mini-bar{height:2px;border-radius:1px}.rb-tpl-header-bar{height:15px;width:100%;border-radius:3px 3px 0 0}.rb-tpl-line{height:3.5px;border-radius:2px;margin:5px 5px 0}.rb-tpl-line-1{width:55%}.rb-tpl-line-2{width:75%}.rb-tpl-line-3{width:40%}.rb-tpl-check{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;box-shadow:0 1px 4px #2563eb66}.rb-tpl-ats-badge{position:absolute;bottom:3px;left:3px;padding:.5px 4px;border-radius:3px;background:#059669;color:#fff;font-size:.45rem;font-weight:800;letter-spacing:.03em;line-height:1.4}.rb-tpl-name{font-size:.62rem;font-weight:600;color:var(--text);text-align:center;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rb-tpl-meta{font-size:.5rem;font-weight:500;color:var(--text-muted);text-align:center}.rb-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.rb-panel{position:sticky;top:3.2rem}.rb-panel-editor{position:relative;max-height:calc(100vh - 5rem);overflow-y:auto;padding-right:.25rem;padding-bottom:2rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.rb-panel-editor::-webkit-scrollbar{width:5px}.rb-panel-editor::-webkit-scrollbar-track{background:transparent}.rb-panel-editor::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.rb-panel-editor::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rb-panel-preview{max-height:calc(100vh - 5.5rem);overflow-y:auto;padding-left:.25rem;padding-bottom:2rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.rb-panel-preview::-webkit-scrollbar{width:5px}.rb-panel-preview::-webkit-scrollbar-track{background:transparent}.rb-panel-preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.rb-panel-preview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rb-panel-header{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.35rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.rb-panel-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.rb-dot-blue{background:linear-gradient(135deg,#2563eb,#6366f1)}.rb-dot-green{background:linear-gradient(135deg,#059669,#10b981)}.rb-panel-label{flex:1}.rb-ai-strip{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.65rem;background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:.5rem .65rem;position:sticky;top:0;z-index:20}.rb-ai-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.rb-ai-buttons{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;margin-left:auto}.rb-preview-tabs{display:flex;gap:.25rem;align-items:center}.rb-preview-tab{padding:.2rem .55rem;font-size:.68rem;font-weight:600;border-radius:6px;border:1px solid var(--border);background:#fff;color:#64748b;cursor:pointer;transition:all .15s;white-space:nowrap}.rb-preview-tab:hover{background:#f1f5f9;color:var(--accent);border-color:#c7d2fe}.rb-preview-tab-active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.rb-text-view{flex:1;overflow-y:auto;padding:.75rem;display:flex;justify-content:center;background:#f1f5f9}.rb-text-view-textarea{width:100%;max-width:820px;min-height:600px;height:100%;background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000000f;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:.88rem;line-height:1.75;color:#1e293b;white-space:pre-wrap;word-wrap:break-word;resize:none;outline:none;cursor:default;box-sizing:border-box}.rb-text-view-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f11a,0 2px 8px #0000000f}.rb-text-view-empty{text-align:center;color:#94a3b8;font-size:.85rem;padding:3rem 1rem;font-style:italic}.section-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:0;margin-bottom:.5rem;box-shadow:0 1px 3px #00000008;transition:box-shadow .2s,border-color .2s,background .15s}.section-card:hover{box-shadow:0 2px 10px #0000000f;border-color:#c7d2fe}.section-header{display:flex;align-items:center;justify-content:space-between;padding:.45rem .75rem;border-bottom:1px solid #eef2f7;min-height:0;gap:.5rem;transition:background .15s,border-color .25s}.section-header:hover{background:#fafaff}.section-header-collapsed{border-bottom-color:transparent}.sh-left{display:flex;align-items:center;gap:.35rem;min-width:0;flex:1}.sh-drag-group{display:flex;align-items:center;gap:2px;flex-shrink:0}.sh-drag-handle{display:flex;align-items:center;justify-content:center;width:16px;height:22px;color:#c4c9d4;cursor:grab;flex-shrink:0;transition:color .15s}.section-header:hover .sh-drag-handle{color:#94a3b8}.sh-reorder{display:flex;flex-direction:column;gap:0px;opacity:0;transition:opacity .15s}.section-header:hover .sh-reorder{opacity:1}.sh-reorder-btn{width:14px;height:11px;padding:0;border:none;border-radius:2px;background:transparent;cursor:pointer;font-size:.45rem;line-height:1;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:background .1s,color .1s}.sh-reorder-btn:hover:not(:disabled){background:var(--primary);color:#fff}.sh-reorder-btn:disabled{opacity:.2;cursor:not-allowed}.sh-toggle{flex-shrink:0;width:22px;height:22px;border-radius:5px;border:1.5px solid #d1d5db;background:transparent;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:border-color .15s,color .15s,background .15s}.sh-toggle:hover{border-color:var(--primary);color:var(--primary);background:#f5f3ff}.sh-title{font-size:.78rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.sh-count-badge{font-size:.65rem;font-weight:700;padding:.1rem .45rem;background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe;border-radius:10px;white-space:nowrap;line-height:1.4}.sh-btn-add{font-size:.7rem;font-weight:600;padding:.15rem .55rem;border:1px solid #c7d2fe;border-radius:5px;background:#f5f3ff;color:var(--primary);cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.sh-btn-add:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.sh-btn-remove{font-size:.65rem;font-weight:600;padding:.12rem .45rem;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.sh-btn-remove:hover{background:#fef2f2;color:#dc2626}.section-body{overflow:hidden;max-height:5000px;opacity:1;padding:.5rem .75rem .65rem;transition:max-height .35s ease,opacity .25s ease,padding .25s ease}.section-body-collapsed{max-height:0!important;opacity:0;padding-top:0!important;padding-bottom:0!important}.section-toggle-btn{flex-shrink:0;width:22px;height:22px;border-radius:5px;border:1.5px solid #d1d5db;background:transparent;color:#94a3b8;font-size:.85rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.section-toggle-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.section-header h2{font-size:.78rem;font-weight:700;color:#1e293b;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;flex:1;text-align:left;margin:0 0 0 6px}.section-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto;flex-shrink:0}.sec-num-wrap{display:flex;flex-direction:column;align-items:center;gap:1px;flex-shrink:0;width:20px;margin-left:4px;margin-right:0}.sec-num{font-size:.6rem;font-weight:600;color:var(--primary);line-height:1;margin-bottom:1px}.sec-move-btns{display:flex;gap:1px}.sec-move-btn{width:14px;height:11px;padding:0;border:none;border-radius:2px;background:transparent;cursor:pointer;font-size:.45rem;line-height:1;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:background .1s,color .1s}.sec-move-btn:hover:not(:disabled){background:var(--primary);color:#fff}.sec-move-btn:disabled{opacity:.2;cursor:not-allowed}.add-section-form{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.add-section-pos-wrap{display:flex;align-items:center;gap:.4rem}.add-section-pos-input{width:58px!important;text-align:center;padding:.35rem .4rem;-moz-appearance:textfield}.add-section-pos-input::-webkit-outer-spin-button,.add-section-pos-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn-section-delete{font-size:.65rem;font-weight:600;padding:.12rem .45rem;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.btn-section-delete:hover{background:#fef2f2;color:#dc2626}.restore-panel{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px dashed #94a3b8;border-radius:10px;padding:.65rem .85rem;margin-bottom:.5rem}.restore-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.restore-buttons{display:flex;flex-wrap:wrap;gap:.35rem}.btn-restore{padding:.2rem .6rem;font-size:.72rem;font-weight:600;border:1px solid var(--accent);border-radius:20px;background:none;color:var(--accent);cursor:pointer;transition:background .15s,color .15s}.btn-restore:hover{background:#f0fdf4;color:#059669;border-color:#059669}@media(max-width:600px){.section-header{flex-wrap:wrap;gap:.3rem;padding:.4rem .55rem}.sh-left{min-width:0;flex:1 1 100%}.sh-actions{width:100%;justify-content:flex-end;padding-top:.15rem}.sh-drag-group{display:none}.sh-title{font-size:.72rem}}.rtb-btn-format{color:var(--accent)!important;font-weight:700!important;border:1px solid #bbf7d0!important}.rtb-btn-format:hover{background:#f0fdf4!important;border-color:var(--accent)!important}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.5rem}.form-field{display:flex;flex-direction:column;gap:.2rem}.form-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.form-input{padding:.5rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:.88rem;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;font-family:inherit;width:100%}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.form-input::placeholder{color:#94a3b8}.form-textarea{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:.88rem;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;font-family:inherit;resize:vertical;margin-top:.25rem}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.form-checkbox{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text);cursor:pointer;margin:.5rem 0}.form-checkbox input{accent-color:var(--primary)}.entry-form{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:1rem;margin-bottom:.75rem;transition:border-color .2s,box-shadow .2s}.entry-form:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0000000a}.empty-state{font-size:.85rem;color:var(--text-muted);font-style:italic;padding:.25rem 0}.photo-manager{margin-bottom:1.1rem}.photo-preview-row{display:flex;align-items:flex-end;gap:.75rem}.editor-photo{width:90px;height:110px;border-radius:8px;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.photo-btns{display:flex;flex-direction:column;gap:.4rem}.photo-add-btn{width:100%}.field-with-icon{display:flex;gap:.4rem;align-items:stretch}.field-with-icon .form-input{flex:1}.icon-picker{position:relative;flex-shrink:0}.icon-picker-btn{height:100%;min-height:34px;min-width:36px;background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:1rem;line-height:1;padding:0 .4rem;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.icon-picker-btn:hover{border-color:var(--primary);background:#eff6ff}.icon-picker-popup{position:absolute;top:calc(100% + 4px);right:0;z-index:60;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);display:flex;gap:.25rem;padding:.4rem;white-space:nowrap}.icon-opt{background:none;border:1px solid transparent;border-radius:5px;cursor:pointer;font-size:1.1rem;padding:.25rem .35rem;line-height:1;transition:background .1s,border-color .1s}.icon-opt:hover{background:#eff6ff;border-color:var(--primary)}.icon-opt.active{background:#dbeafe;border-color:var(--primary)}.icon-opt-clear{font-size:.75rem;color:var(--text-muted)}.sd-wrapper{position:relative;width:100%}.sd-input{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:.88rem;color:var(--text);background:#fff;font-family:inherit}.sd-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.sd-list{position:absolute;top:100%;left:0;right:0;z-index:50;background:#fff;border:1px solid var(--border);border-radius:6px;max-height:180px;overflow-y:auto;box-shadow:var(--shadow-lg);list-style:none;margin-top:2px}.sd-item{padding:.4rem .65rem;font-size:.85rem;cursor:pointer;transition:background .1s}.sd-item:hover{background:#eff6ff}.sd-active{background:#dbeafe;font-weight:500}.sd-empty{padding:.5rem .65rem;font-size:.82rem;color:var(--text-muted);font-style:italic}.skills-grid{display:flex;flex-wrap:wrap;gap:.4rem}.skill-circles{display:flex;align-items:center;gap:5px;flex-shrink:0}.skill-circle-btn{width:18px;height:18px;border-radius:50%;border:2.5px solid #2563eb;background:transparent;cursor:pointer;padding:0;transition:background .12s,transform .1s;display:block}.skill-circle-btn:hover{background:#2563eb40;transform:scale(1.15)}.skill-circle-btn.filled{background:#2563eb}.skill-list-editor{margin-bottom:.4rem}.skill-list-header{display:flex;align-items:center;gap:.6rem;padding:0 .25rem .3rem;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.3rem}.skill-list-num-head{min-width:1.5rem;width:1.5rem;text-align:center;flex-shrink:0}.skill-list-row{display:flex;align-items:center;gap:.6rem;padding:.35rem .25rem;border-bottom:1px solid var(--border);transition:background .1s}.skill-list-row:hover{background:#f8fafc}.skill-list-row:last-child{border-bottom:none}.skill-list-num{min-width:1.5rem;width:1.5rem;text-align:center;flex-shrink:0;font-size:1.1rem;font-weight:700;color:#94a3b8;line-height:1}.skill-list-name{flex:1;font-size:.88rem;color:var(--text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-list-remove{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;color:var(--text-muted);padding:.1rem .3rem;border-radius:3px;transition:background .1s,color .1s;flex-shrink:0}.skill-list-remove:hover{background:var(--danger-bg);color:var(--danger)}.skill-count-badge{font-size:.72rem;font-weight:700;padding:.1rem .45rem;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:10px}.skill-limit-note{font-size:.78rem;color:var(--text-muted);font-style:italic;margin-top:.4rem}.skill-add-row{display:flex;gap:.5rem;align-items:center}.skill-add-row .form-input{flex:1}.pv-skill-list{display:flex;flex-direction:column;gap:0}.pv-skill-row{display:flex;align-items:center;gap:.4rem;padding:.18rem 0;border-bottom:1px solid #f1f5f9;min-height:1.6rem}.pv-skill-row:last-child{border-bottom:none}.pv-skill-num{min-width:1.2rem;width:1.2rem;text-align:center;flex-shrink:0;font-size:.9rem;font-weight:700;color:#94a3b8;line-height:1}.pv-skill-name{flex:1;font-size:.85rem;font-weight:500;color:var(--text);min-width:0}.pv-skill-circles{display:flex;align-items:center;gap:4px;flex-shrink:0}.pv-circle{width:11px;height:11px;border-radius:50%;display:inline-block;border:2px solid #2563eb;background:transparent;flex-shrink:0}.pv-circle-filled{background:#2563eb}.preview-mode-toggle{display:flex;gap:0;margin-bottom:1rem;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.toggle-btn{flex:1;padding:.5rem;border:none;cursor:pointer;font-size:.82rem;font-weight:500;background:var(--bg);color:var(--text-muted);transition:background .15s,color .15s}.toggle-btn.active{background:var(--primary);color:#fff}.toggle-btn:hover:not(.active){background:#e2e8f0}.original-html-content{font-size:.88rem;line-height:1.6}.original-html-content img{max-width:100%;height:auto}.original-html-content table{width:100%;border-collapse:collapse}.original-html-content td,.original-html-content th{padding:2px 4px;vertical-align:top}.preview-paper{background:#fff;border:none;padding:1.5rem 1.75rem;box-shadow:none;min-height:600px}.preview-paper:hover{box-shadow:none}.pv-header{display:flex;gap:1rem;margin-bottom:.65rem;align-items:flex-start}.pv-photo{width:72px;height:90px;border-radius:6px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.pv-header-text{flex:1}.pv-name{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.1rem;line-height:1.2}.pv-jobtitle{font-size:.9rem;color:var(--primary);font-weight:500;margin-bottom:.25rem;line-height:1.3}.pv-contact-row{display:flex;flex-wrap:wrap;gap:.15rem .6rem;font-size:.82rem;color:var(--text-muted);align-items:center;line-height:1.4}.pv-section{margin-bottom:.7rem}.pv-section:last-child{margin-bottom:0}.pv-section-title{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--primary);padding-bottom:.15rem;border-bottom-style:solid;border-bottom-width:1.5px;border-bottom-color:var(--primary);margin-bottom:.3rem;word-break:normal;overflow-wrap:normal;white-space:normal}.pv-entry{margin-bottom:.35rem}.pv-emp-entry{border-bottom:1px solid #f1f5f9;padding-bottom:.35rem;margin-bottom:.4rem}.pv-emp-entry:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.pv-entry-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;flex-wrap:wrap}.pv-entry-header strong{font-size:.9rem}.pv-at{font-size:.85rem;color:var(--text-muted)}.pv-loc{font-size:.82rem;color:var(--text-muted)}.pv-date{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.pv-text{font-size:.85rem;line-height:1.65;color:var(--text);white-space:pre-wrap}.pv-desc{margin-top:.25rem;color:#475569}.pv-skills{display:flex;flex-wrap:wrap;gap:.35rem}.pv-skill{padding:.2rem .6rem;background:var(--bg);border:1px solid var(--border);border-radius:4px;font-size:.78rem}.pv-lang-list{display:flex;flex-wrap:wrap;gap:.5rem}.pv-lang{font-size:.85rem}.pv-entry-inline{font-size:.85rem;margin-bottom:.35rem}.pv-contact-item{display:inline-flex;align-items:center;gap:.2rem;font-size:.82rem;color:var(--text-muted);line-height:1.4}.pv-contact-icon{font-size:.82rem;line-height:1;flex-shrink:0;display:inline-flex;align-items:center}.pv-bullet-list{margin:.1rem 0 .2rem;padding-left:1.15rem;font-size:.82rem;line-height:1.55;color:var(--text)}.pv-bullet-list li{margin-bottom:.05rem}.pv-entry-line{display:flex;align-items:baseline;gap:.4rem;font-size:.9rem;margin-bottom:.1rem}.pv-bullet{color:var(--primary);font-size:1rem;line-height:1;flex-shrink:0}.pv-entry-detail{display:flex;flex-wrap:wrap;gap:0 .75rem;font-size:.78rem;color:var(--text-muted);padding-left:1.4rem;margin-bottom:.45rem}.pv-entry-detail span:after{content:" | "}.pv-entry-detail span:last-child:after{content:""}.pv-desc-block{padding-left:0;margin-top:.15rem}.pv-desc-block .pv-text{font-size:.82rem;color:#475569;margin:0}.pv-desc-block .pv-bullet-list{font-size:.82rem;color:#475569;margin-top:.1rem}.pv-job-title-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem;margin-bottom:.05rem}.pv-job-title{font-size:.95rem;font-weight:700;color:#1e293b}.pv-company{font-size:.9rem;font-weight:600;color:#374151}.pv-job-sep{color:#cbd5e1;font-weight:400;margin:0 .1rem}.pv-job-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.82rem;margin-bottom:.1rem;line-height:1.4}.pv-job-location{color:#6b7280}.pv-job-dates{color:#374151;font-weight:500}.pv-job-meta .pv-job-location:after{content:"  •  ";color:#d1d5db}.pv-edu-degree{display:flex;align-items:baseline;gap:.3rem;font-size:.9rem;margin-bottom:.05rem}.pv-edu-meta{display:flex;flex-wrap:wrap;gap:0 .4rem;font-size:.82rem;color:#6b7280;padding-left:1rem;margin-bottom:.15rem}.pv-edu-university{color:#374151;font-weight:600}.pv-edu-meta span+span:before{content:" • ";color:#d1d5db}.pv-two-col{display:flex;min-height:600px}.pv-sidebar{overflow:hidden;word-break:break-word}.pv-sidebar .pv-section{margin-bottom:1rem}.pv-sidebar .pv-section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.4rem;padding-bottom:.25rem}.pv-sidebar .pv-skill-row{padding:.1rem 0;flex-wrap:nowrap;border-bottom-color:#80808026}.pv-sidebar .pv-entry{margin-bottom:.4rem}.pv-sidebar .pv-edu-degree{font-size:.85rem;color:inherit}.pv-sidebar .pv-edu-meta{font-size:.8rem;padding-left:.8rem;color:inherit;opacity:.85}.pv-sidebar .pv-skill-num{color:inherit}.pv-sidebar .pv-skill-name{color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pv-sidebar .pv-bullet{color:inherit}.pv-sidebar .pv-circle{border-color:currentColor;background:transparent;width:10px;height:10px;border-width:2px;opacity:.35}.pv-sidebar .pv-circle-filled{border-color:currentColor;background:currentColor;opacity:.9}.pv-sidebar .pv-skill-circles{gap:3px}.pv-sidebar-photo-wrap{text-align:center;margin-bottom:12px}.pv-sidebar-photo{width:80%;max-width:120px;aspect-ratio:1;object-fit:cover;border-radius:50%;border:3px solid rgba(255,255,255,.3)}.pv-sidebar-name{font-weight:700;line-height:1.2;word-break:break-word}.pv-sidebar-headline{font-size:.82rem;line-height:1.3}.pv-sidebar-contact{display:flex;flex-direction:column;gap:.3rem}.pv-sidebar-contact-item{font-size:.82rem;word-break:break-all;line-height:1.5;color:inherit}.pv-sidebar .pv-link{color:inherit;text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:2px;opacity:.85}.pv-main-content{overflow:hidden}.pv-main-content .pv-header{margin-bottom:1rem}.pv-compact-header{margin-bottom:.75rem}.pv-compact-header .pv-contact-row{font-size:.85rem;gap:.6rem}.pv-topband{border-radius:10px 10px 0 0}.pv-topband .pv-header{margin-bottom:0}.pv-topband .pv-name{color:#fff}.pv-topband .pv-jobtitle{color:#ffffffe6}.pv-topband .pv-contact-row{color:#ffffffd9}.pv-topband .pv-link{color:#ffffffe6}.pv-section-title{break-after:avoid;page-break-after:avoid}.pv-header,.pv-emp-entry{break-inside:avoid;page-break-inside:avoid}.pv-entry:not(.pv-emp-entry){break-inside:avoid;page-break-inside:avoid}.pv-job-title-row{break-after:avoid;page-break-after:avoid}.pv-skill-row,.pv-rich-content li{break-inside:avoid;page-break-inside:avoid}.pv-rich-content,.pv-desc-block{widows:2;orphans:2}.style-group{margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.style-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.style-group-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.55rem}.style-controls-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.style-control{display:flex;flex-direction:column;gap:.2rem}.style-control-wide{flex:1;min-width:140px}.style-select{border:none!important;padding:0!important}.style-select .sd-input{height:32px;padding:0 .5rem;font-size:.8rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);width:100%;transition:border-color .15s,box-shadow .15s}.style-select .sd-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb14}.style-select .sd-input:hover:not(:focus){border-color:#c7d2fe}.style-color-wrap{display:flex;align-items:center;gap:.4rem}.style-color-input{width:36px;height:30px;padding:1px;border:1px solid var(--border);border-radius:5px;cursor:pointer;background:none}.style-color-hex{font-size:.75rem;color:var(--text-muted);font-family:monospace}.style-num-wrap{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden}.style-num-btn{width:28px;height:30px;background:var(--bg);border:none;cursor:pointer;font-size:1rem;line-height:1;color:var(--text-muted);flex-shrink:0;transition:background .1s}.style-num-btn:hover{background:#e2e8f0;color:var(--text)}.style-num-input{width:44px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:.85rem;padding:.15rem 0;color:var(--text);-moz-appearance:textfield}.style-num-input::-webkit-outer-spin-button,.style-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-section-card{border-left:3px solid transparent;border-image:linear-gradient(180deg,var(--accent),#34d399) 1;background-clip:padding-box}.custom-section-title-input{flex:1;font-size:.78rem;font-weight:700;color:#1e293b;border:none;border-bottom:1.5px dashed #d1d5db;outline:none;background:transparent;padding:0 .2rem .1rem;margin-left:4px;font-family:inherit;width:100%;text-transform:uppercase;letter-spacing:.02em;transition:border-color .15s}.custom-section-title-input:focus{border-bottom-color:var(--primary)}.custom-section-title-input::placeholder{color:#94a3b8;font-style:italic}.btn-add-section{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:.5rem;margin-bottom:1rem;padding:.7rem 1rem;border:2px dashed #a7f3d0;border-radius:12px;background:linear-gradient(135deg,#f0fdf480,#d1fae54d);cursor:pointer;font-size:.88rem;font-weight:600;color:var(--accent);transition:all .2s ease}.btn-add-section:hover{background:#ecfdf5;color:#059669;border-color:#34d399;transform:translateY(-1px)}.pv-link{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-color:currentColor;opacity:.85;transition:opacity .15s}.pv-link:hover{opacity:1}.rich-editor{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff;margin-top:.25rem;transition:border-color .15s,box-shadow .15s}.rich-editor:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.rich-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.15rem;padding:.35rem .5rem;background:var(--bg);border-bottom:1px solid var(--border)}.rtb-group{display:flex;gap:.1rem}.rtb-sep{width:1px;background:var(--border);margin:0 .25rem;align-self:stretch}.rtb-btn{padding:.22rem .5rem;background:none;border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:600;color:var(--text);white-space:nowrap;transition:background .1s,border-color .1s}.rtb-btn:hover{background:#e2e8f0;border-color:var(--border)}.rtb-select{padding:.22rem .3rem;font-size:.75rem;border:1px solid var(--border);border-radius:4px;background:#fff;color:var(--text);cursor:pointer;outline:none;max-width:110px}.rtb-font-select{max-width:110px}.rtb-size-select{max-width:68px}.rtb-color-label{display:inline-flex;align-items:center;gap:.1rem;cursor:pointer;padding:.15rem .4rem;border:1px solid var(--border);border-radius:4px;background:none;transition:background .1s}.rtb-color-label:hover{background:#e2e8f0}.rtb-color-text{font-weight:900;font-size:.85rem;color:var(--text);text-decoration:underline;text-decoration-color:#ef4444;text-decoration-thickness:2px}.rtb-color-input{width:20px;height:20px;border:none;padding:0;background:none;cursor:pointer;-webkit-appearance:none}.rich-content{padding:.55rem .65rem;outline:none;font-size:.88rem;line-height:1.65;color:var(--text);font-family:inherit;overflow-y:auto}.rich-content:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;display:block}.rich-content p,.rich-content div,.rich-content blockquote{margin-left:0!important;padding-left:0!important;text-indent:0!important}.rich-content p{margin:.1rem 0}.rich-content ul{list-style:none;padding-inline-start:0!important;padding-left:0;margin:.2rem 0}.rich-content ul>li{padding-left:1.3em}.rich-content ul>li:before{content:"● ";display:inline-block;width:1.3em;margin-left:-1.3em}.rich-content ol{list-style-type:decimal;list-style-position:inside;padding-inline-start:0!important;padding-left:0;margin:.2rem 0}.rich-content li{margin-bottom:.1rem}.rich-content br{display:block}.pv-rich-content{font-size:.82rem;line-height:1.55;color:var(--text)}.pv-rich-content p,.pv-rich-content div,.pv-rich-content blockquote{margin-left:0;padding-left:0;text-indent:0;margin-top:.05rem;margin-bottom:.05rem}.pv-rich-content ul{list-style:none;padding-inline-start:0!important;padding-left:0;margin:.2rem 0}.pv-rich-content ul>li{padding-left:1.3em}.pv-rich-content ul>li:before{content:"● ";display:inline-block;width:1.3em;margin-left:-1.3em}.pv-rich-content ol{list-style-type:decimal;list-style-position:inside;padding-inline-start:0!important;padding-left:.25em;margin:.1rem 0}.pv-rich-content li{margin-bottom:.05rem}.template-selector{margin-bottom:1.25rem;background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1rem 1.25rem;box-shadow:var(--shadow)}.template-selector-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.75rem}.template-cards{display:flex;gap:.65rem;flex-wrap:wrap}.template-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:94px;padding:.45rem;border:2px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease}.template-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #2563eb1f;transform:translateY(-2px)}.template-card-active{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.template-card-preview{width:68px;height:86px;border-radius:5px;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.tpl-mini-header{height:15px;width:100%;border-radius:3px 3px 0 0}.tpl-mini-line{height:3.5px;border-radius:2px;margin:5px 5px 0}.tpl-mini-line-1{width:55%}.tpl-mini-line-2{width:75%}.tpl-mini-line-3{width:40%}.template-card-name{font-size:.68rem;font-weight:600;color:var(--text);text-align:center;line-height:1.2}.tpl-executive{border-left:5px solid #1e3a5f}.tpl-executive .pv-header{border-bottom:2px solid #c8a961;padding-bottom:.75rem;margin-bottom:.5rem}.tpl-modern{border-top:5px solid #0d9488}.tpl-modern .pv-header{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);margin:-1.5rem -1.5rem 1rem;padding:1.5rem;border-radius:6px 6px 0 0}.tpl-creative{border-left:5px solid transparent;border-image:linear-gradient(180deg,#e11d48,#7c2d8e) 1}.tpl-creative .pv-header{background:linear-gradient(135deg,#fce7f3,#fdf2f8);margin:-1.5rem -1.5rem 1rem;padding:1.5rem}.tpl-minimal{border-top:3px solid #374151}.tpl-elegant{border-top:4px solid #7f1d1d}.tpl-elegant .pv-header{background:linear-gradient(135deg,#fef2f2,#fff7ed);margin:-1.5rem -1.5rem 1rem;padding:1.5rem;border-radius:6px 6px 0 0}.panel-title-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:.45rem;width:100%}.btn-ai-improve-global{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transition:all .2s ease;box-shadow:0 2px 8px #6366f14d;white-space:nowrap}.btn-ai-improve-global:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 14px #6366f159;transform:translateY(-1px)}.btn-ai-improve-global:disabled{opacity:.55;cursor:not-allowed}.btn-ats-check-panel{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;transition:all .2s ease;box-shadow:0 2px 8px #7c3aed40;white-space:nowrap}.btn-ats-check-panel:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 4px 14px #7c3aed4d;transform:translateY(-1px)}.btn-ats-check-panel:disabled{opacity:.55;cursor:not-allowed}.ai-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ai-spin .6s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.ai-patience-banner{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:8px;padding:.3rem .6rem;font-size:.75rem;font-weight:500;margin:0;animation:ai-banner-fade-in .3s ease;position:relative;display:flex;align-items:center;gap:.3rem;line-height:1.4}.ai-patience-dismiss{margin-left:auto;flex-shrink:0;background:none;border:none;color:#1e40af;font-size:.95rem;font-weight:700;cursor:pointer;line-height:1;padding:0 .1rem;opacity:.5;transition:opacity .15s}.ai-patience-dismiss:hover{opacity:1}@keyframes ai-banner-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ai-success-banner{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:8px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;margin:0;animation:ai-banner-fade-in .3s ease;display:flex;align-items:center;gap:.3rem;line-height:1.4}.ai-progress-container{width:100%;margin:0;animation:ai-banner-fade-in .3s ease}.ai-progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:6px;overflow:hidden}.ai-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6 40%,#a78bfa);border-radius:6px;transition:width .25s ease;position:relative}.ai-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:ai-progress-shimmer 1.5s ease-in-out infinite}@keyframes ai-progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ai-progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:.15rem;font-size:.68rem}.ai-progress-percent{font-weight:700;color:#6366f1}.ai-progress-eta{color:#94a3b8;font-weight:500}.ats-warning-banner{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:.3rem .6rem;font-size:.75rem;font-weight:500;margin:0;animation:ai-banner-fade-in .3s ease;display:flex;align-items:center;gap:.3rem;line-height:1.4}.expertise-checkbox{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:#475569;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-weight:700}.expertise-checkbox strong{font-weight:700}.skill-expertise-header{display:flex;align-items:center;gap:.7rem;flex:1}.expertise-checkbox input[type=checkbox]{accent-color:#6366f1;width:16px;height:16px;cursor:pointer}.btn-select-resume{background:transparent;color:var(--text);border:1.5px solid var(--border);padding:.42rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;border-radius:8px}.btn-select-resume:hover{background:#f1f5f9;border-color:#94a3b8}.parser-popup-container{background:var(--card-bg);border-radius:14px;box-shadow:var(--shadow-lg);width:100%;max-width:680px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.parser-popup-body{flex:1;overflow-y:auto;padding:0}.parser-popup-body .srp-page{padding:.75rem 1.25rem .5rem;max-width:100%}.parser-popup-body .srp-hero{margin-bottom:.75rem}.parser-popup-body .srp-hero-icon{display:none}.parser-popup-body .srp-title{font-size:1.2rem;margin-bottom:.15rem}.parser-popup-body .srp-subtitle{font-size:.82rem}.parser-popup-body .srp-card{padding:1rem 1.15rem;border-radius:10px;box-shadow:none;border-color:#eef2f7}.parser-popup-body .srp-card-title{display:none}.parser-popup-body .srp-dropzone{padding:1.5rem 1rem;border-radius:10px}.parser-popup-body .srp-drop-icon svg{width:36px;height:36px}.parser-popup-body .srp-actions{gap:.5rem;padding-top:.5rem}.parser-popup-body .srp-privacy{margin-top:.5rem;margin-bottom:0}.parser-popup-body .srp-progress-bar,.parser-popup-body .srp-error-card{margin-top:.5rem}.parser-popup-body .container{padding:1rem 1.5rem}.parser-popup-body header{display:none}@media(max-width:1200px){.rb-split{grid-template-columns:1fr 1fr;gap:.85rem}.rb-layout{padding:.5rem 1rem 4rem}}@media(max-width:1024px){.rb-split{grid-template-columns:1fr}.rb-panel-editor,.rb-panel-preview{max-height:none;position:relative;top:0;padding:0}.rb-templates-grid{justify-content:center}.rb-tpl-filters{gap:.25rem}.rb-tpl-filter{font-size:.58rem;padding:.15rem .45rem}.split-container{grid-template-columns:1fr}.split-left,.split-right{max-height:none;position:relative;top:0;padding:0}.template-cards{justify-content:center}}@media(max-width:768px){.rb-topbar{flex-direction:column;align-items:stretch;gap:.35rem;border-radius:8px;padding:.4rem .75rem}.rb-topbar-actions{justify-content:flex-end;flex-wrap:wrap}.rb-ai-toolbar-row{flex-direction:column;align-items:stretch;gap:.35rem}.rb-ai-buttons{margin-left:0;justify-content:stretch}.rb-btn-ai,.rb-btn-ats{flex:1;justify-content:center}}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.modal-container{max-height:95vh}.parser-popup-container{max-height:95vh;max-width:100%;border-radius:10px}.parser-popup-body .srp-page{padding:.5rem .75rem}.rb-topbar{border-radius:0;margin:0 -.75rem;padding:.4rem .75rem}.rb-layout{padding:.35rem .75rem 3rem}.preview-paper{padding:1.25rem}.rb-tpl-card{width:76px}.rb-tpl-thumb{width:54px;height:68px}.rb-tpl-meta{display:none}.sections-topbar{flex-direction:column;align-items:flex-start}.template-card{width:80px}.template-card-preview{width:56px;height:72px}}.btn-ats-check{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn-ats-check:hover{background:linear-gradient(135deg,#6d28d9,#4f46e5);transform:translateY(-1px)}.asr-page{max-width:960px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.asr-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.asr-header-left{display:flex;align-items:center;gap:.75rem}.asr-header-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);display:flex;align-items:center;justify-content:center;color:#4f46e5;flex-shrink:0}.asr-header-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em;line-height:1.2}.asr-header-sub{font-size:.78rem;color:#94a3b8;margin:.1rem 0 0;font-weight:500}.asr-header-actions{display:flex;gap:.5rem;align-items:center}.asr-btn{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .18s ease;font-size:.85rem;padding:.5rem 1.1rem;white-space:nowrap;line-height:1.4}.asr-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.asr-btn:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.asr-btn-primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 2px 8px #6366f140}.asr-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f159}.asr-btn-outline{background:#fff;color:#334155;border:1.5px solid #d1d5db;box-shadow:0 1px 2px #0000000a}.asr-btn-outline:hover:not(:disabled){border-color:#6366f1;color:#4f46e5;background:#f5f3ff}.asr-btn-ghost{background:transparent;color:#64748b;padding:.5rem .85rem}.asr-btn-ghost:hover{color:#1e293b;background:#f1f5f9}.asr-btn-improve{background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:.6rem 1.5rem;font-size:.9rem;border-radius:10px;box-shadow:0 2px 10px #0596694d}.asr-btn-improve:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #05966959;background:linear-gradient(135deg,#047857,#059669)}.asr-btn-amber{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #d977064d}.asr-btn-amber:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #d9770659}.asr-loading-wrapper{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:2rem 0}.asr-loading-card{width:100%;max-width:480px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2.5rem 2rem 2rem;text-align:center;box-shadow:0 8px 32px #0000000f,0 1px 4px #00000008}.asr-loading-visual{position:relative;width:96px;height:96px;margin:0 auto 1.5rem}.asr-loading-ring{position:absolute;border-radius:50%;border:3px solid transparent}.asr-ring-outer{inset:0;border-top-color:#6366f1;border-right-color:#a78bfa;animation:asr-spin 1.2s linear infinite}.asr-ring-inner{inset:10px;border-bottom-color:#2563eb;border-left-color:#93c5fd;animation:asr-spin .9s linear infinite reverse}.asr-loading-icon-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#4f46e5;animation:asr-pulse 2s ease-in-out infinite}@keyframes asr-spin{to{transform:rotate(360deg)}}@keyframes asr-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.asr-loading-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 .35rem;letter-spacing:-.01em}.asr-loading-subtitle{font-size:.88rem;color:#64748b;margin:0 0 1.5rem;line-height:1.5}.asr-loading-progress{margin:0 auto 1.25rem;max-width:340px}.asr-progress-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.asr-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa);border-radius:4px;transition:width .4s ease;background-size:200% 100%;animation:asr-shimmer 2s ease-in-out infinite}@keyframes asr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.asr-progress-meta{display:flex;justify-content:space-between;margin-top:.4rem}.asr-progress-pct{font-size:.78rem;font-weight:700;color:#6366f1}.asr-progress-eta{font-size:.72rem;color:#94a3b8}.asr-loading-steps{display:flex;flex-direction:column;gap:.5rem;text-align:left;max-width:280px;margin:0 auto 1.25rem}.asr-loading-step{display:flex;align-items:center;gap:.6rem;padding:.35rem .5rem;border-radius:6px;transition:background .2s,opacity .2s;opacity:.4}.asr-loading-step.asr-step-done{opacity:1}.asr-loading-step.asr-step-active{opacity:1;background:#f5f3ff;animation:asr-step-glow 1.5s ease infinite}@keyframes asr-step-glow{0%,to{background:#f5f3ff}50%{background:#ede9fe}}.asr-step-icon{width:24px;text-align:center;font-size:.85rem;flex-shrink:0}.asr-step-done .asr-step-icon{color:#16a34a;font-weight:700;font-size:.9rem}.asr-step-text{font-size:.82rem;color:#475569;font-weight:500}.asr-step-done .asr-step-text{color:#334155}.asr-loading-trust{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.72rem;color:#94a3b8;margin:0}.asr-error-card{max-width:480px;margin:3rem auto;background:#fff;border:1px solid #fecaca;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 16px #ef444414}.asr-error-icon-wrap{width:52px;height:52px;margin:0 auto 1rem;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc2626}.asr-error-title{font-size:1.15rem;font-weight:700;color:#991b1b;margin:0 0 .5rem}.asr-error-msg{font-size:.88rem;color:#7f1d1d;margin:0 0 1.25rem;line-height:1.5}.asr-error-limit{margin-top:.5rem}.asr-error-limit p{font-size:.85rem;color:#d97706;font-weight:600;margin:0 0 .75rem}.asr-results{display:flex;flex-direction:column;gap:1.25rem}.asr-hero-card{background:linear-gradient(135deg,#fafafe,#f0f0ff 40%,#eff6ff);border:1px solid #e0e7ff;border-radius:18px;padding:2.25rem 2rem;box-shadow:0 6px 24px #6366f10f,0 1px 3px #00000008}.asr-hero-inner{display:flex;align-items:center;gap:2.5rem}.asr-hero-ring-wrap{flex-shrink:0}.asr-score-ring{display:block}.asr-ring-score{font-size:48px;font-weight:800;font-family:inherit}.asr-ring-out-of{font-size:11px;fill:#94a3b8;font-weight:500}.asr-ring-label{font-size:14px;font-weight:700}.asr-hero-details{flex:1}.asr-hero-title{font-size:1.1rem;font-weight:700;color:#334155;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem}.asr-hero-summary{font-size:.92rem;color:#475569;line-height:1.65;margin:0 0 1.25rem;max-width:480px}.asr-hero-actions{display:flex;gap:.6rem;flex-wrap:wrap}.asr-plateau-banner{margin-top:1.25rem;padding:.85rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;text-align:center}.asr-plateau-banner p{margin:0 0 .6rem;font-size:.83rem;color:#92400e;line-height:1.5}.asr-quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.asr-stat-pill{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem .75rem;text-align:center;box-shadow:0 1px 4px #00000008}.asr-stat-num{display:block;font-size:1.35rem;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:.2rem}.asr-stat-label{font-size:.72rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.asr-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;box-shadow:0 2px 10px #00000008}.asr-card-header{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem;color:#4f46e5}.asr-card-header h2{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.asr-card-header svg{flex-shrink:0;margin-top:1px}.asr-card-desc{font-size:.82rem;color:#64748b;margin:.15rem 0 0;line-height:1.4}.asr-sections-list{display:flex;flex-direction:column;gap:0}.asr-section-row{padding:.85rem 0;border-bottom:1px solid #f1f5f9}.asr-section-row:last-child{border-bottom:none}.asr-section-row:first-child{padding-top:0}.asr-section-row-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.asr-section-row-name{font-weight:600;color:#1e293b;font-size:.92rem}.asr-section-row-score{font-weight:800;font-size:.95rem}.asr-section-row-max{font-weight:500;font-size:.75rem;color:#94a3b8}.asr-bar-track{width:100%;height:7px;background:#f1f5f9;border-radius:4px;overflow:hidden}.asr-bar-fill{height:100%;border-radius:4px;transition:width 1s cubic-bezier(.4,0,.2,1)}.asr-section-feedback{margin:.4rem 0 0;font-size:.82rem;color:#64748b;line-height:1.5}.asr-keywords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.asr-keyword-card{background:#faf7ff;border:1px solid #e9d5ff;border-radius:10px;padding:.85rem 1rem;transition:box-shadow .15s,transform .15s}.asr-keyword-card:hover{box-shadow:0 4px 14px #7c3aed1a;transform:translateY(-1px)}.asr-kw-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.asr-kw-name{font-weight:700;color:#6d28d9;font-size:.92rem}.asr-kw-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#ede9fe;color:#7c3aed;padding:2px 7px;border-radius:4px}.asr-kw-reason{font-size:.8rem;color:#64748b;line-height:1.45;margin:0}.asr-improvements{list-style:none;padding:0;margin:0;counter-reset:imp-counter}.asr-improvements li{display:flex;align-items:flex-start;gap:.75rem;padding:.7rem 0;border-bottom:1px solid #f1f5f9;line-height:1.55}.asr-improvements li:last-child{border-bottom:none}.asr-imp-num{width:26px;height:26px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex-shrink:0;margin-top:1px}.asr-imp-text{font-size:.88rem;color:#334155}.asr-bottom-cta{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:14px;padding:1.5rem}.asr-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.asr-cta-inner h3{font-size:1rem;font-weight:700;color:#166534;margin:0 0 .25rem}.asr-cta-inner p{font-size:.82rem;color:#15803d;margin:0;line-height:1.4}.ats-popup-footer{display:flex;justify-content:flex-end;align-items:center;gap:.65rem;padding:.65rem 1.25rem;border-top:1px solid #eef2f7;background:#fafbfc;border-radius:0 0 14px 14px}@media(max-width:768px){.asr-page{padding:1rem 1rem 2.5rem}.asr-header{gap:.75rem}.asr-header-title{font-size:1.15rem}.asr-hero-inner{flex-direction:column;text-align:center;gap:1.25rem}.asr-hero-details{text-align:center}.asr-hero-summary{max-width:100%}.asr-hero-actions{justify-content:center}.asr-hero-card{padding:1.75rem 1.25rem}.asr-quick-stats{grid-template-columns:repeat(2,1fr)}.asr-keywords-grid{grid-template-columns:1fr}.asr-cta-inner{flex-direction:column;text-align:center;gap:1rem}.asr-loading-card{padding:2rem 1.25rem 1.5rem}}@media(max-width:480px){.asr-header{flex-direction:column;align-items:flex-start}.asr-header-actions{width:100%}.asr-quick-stats{grid-template-columns:repeat(2,1fr);gap:.5rem}.asr-stat-pill{padding:.75rem .5rem}.asr-stat-num{font-size:1.1rem}.asr-card{padding:1.25rem}.asr-hero-card{padding:1.5rem 1rem}.asr-loading-steps{max-width:100%}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:1.5rem;position:relative}.auth-page:before{content:"";position:absolute;top:-180px;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 65%);pointer-events:none}.auth-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0f172a08,0 8px 24px #0f172a0f,0 20px 60px #0f172a0a;padding:2.5rem 2.25rem 2rem;width:100%;max-width:440px;position:relative}.auth-card-wide{max-width:520px}.auth-card-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;margin:0 auto 1.15rem}.auth-card-icon-green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.auth-title{font-size:1.5rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:.2rem;letter-spacing:-.02em;line-height:1.3}.auth-subtitle{text-align:center;color:#94a3b8;font-size:.88rem;margin-bottom:1.75rem;line-height:1.45}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-field-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-label{display:block;font-size:.78rem;font-weight:600;color:#475569;margin-bottom:.35rem;letter-spacing:.01em}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:.85rem;color:#94a3b8;pointer-events:none;transition:color .2s;flex-shrink:0}.auth-input-wrap:focus-within .auth-input-icon{color:#2563eb}.auth-input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#1e293b;background:#fff;font-family:inherit;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background .2s;outline:none}.auth-input:hover{border-color:#cbd5e1;background:#fafbfc}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#fff}.auth-input::placeholder{color:#cbd5e1;font-weight:400}.auth-input.otp-input{padding-left:.85rem}.auth-otp-hint{font-size:.8rem;color:#94a3b8;line-height:1.4;margin:-.25rem 0 0}.auth-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:10px;cursor:pointer;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .15s,opacity .15s;margin-top:.35rem;letter-spacing:.01em;position:relative;overflow:hidden}.auth-submit-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12) 0%,transparent 50%);opacity:0;transition:opacity .25s}.auth-submit-btn:hover:not(:disabled){box-shadow:0 4px 16px #2563eb40,0 2px 6px #4f46e526;transform:translateY(-1px)}.auth-submit-btn:hover:not(:disabled):before{opacity:1}.auth-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb33}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite;flex-shrink:0}.auth-timer{color:#94a3b8;font-weight:500}.auth-error{display:flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:.6rem .85rem;font-size:.82rem;font-weight:500;line-height:1.4}.auth-error svg{flex-shrink:0;color:#ef4444}.auth-success{display:flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;color:#166534;border-radius:10px;padding:.6rem .85rem;font-size:.82rem;font-weight:500;text-align:center}.auth-switch{text-align:center;margin-top:1.25rem;font-size:.86rem;color:#94a3b8}.auth-switch-btn{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;font-size:.86rem;text-decoration:none;transition:color .15s;display:inline-flex;align-items:center;gap:.3rem}.auth-switch-btn:hover{color:#1d4ed8}.auth-tab-row{display:flex;gap:.35rem;margin-bottom:1.35rem;background:#f1f5f9;border-radius:10px;padding:.25rem}.auth-tab-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .75rem;font-size:.84rem;font-weight:600;border:none;cursor:pointer;background:transparent;color:#64748b;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-tab-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a0f,0 1px 2px #0f172a0a}.auth-tab-btn:not(.active):hover{background:#ffffff80;color:#334155}.auth-tab-btn svg{flex-shrink:0}.auth-links-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.15rem}.auth-links-dot{color:#cbd5e1;font-size:.9rem;line-height:1}.auth-link-btn{background:none;border:none;color:#94a3b8;font-size:.8rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s;padding:.15rem 0}.auth-link-btn:hover{color:#2563eb}.auth-divider{display:flex;align-items:center;gap:.85rem;margin:1.5rem 0 1.15rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 30%,#e2e8f0 70%,transparent 100%)}.auth-divider span{font-size:.74rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.google-login-wrapper{display:flex;justify-content:center}.google-login-wrapper>div{width:100%!important}.google-login-wrapper iframe{width:100%!important;margin:0 auto;border-radius:10px}.auth-phone-row{display:flex;gap:.5rem;align-items:flex-start}.auth-phone-cc{width:155px;flex-shrink:0}.auth-phone-cc .sd-input{height:42px;border-radius:10px;border:1.5px solid #e2e8f0;font-size:.85rem;padding:0 .65rem;transition:border-color .2s,box-shadow .2s}.auth-phone-cc .sd-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-phone-cc .sd-list{border-radius:10px;border:1.5px solid #e2e8f0;box-shadow:0 8px 24px #0f172a14}.auth-phone-num{flex:1}.forgot-email-result{text-align:center;padding:1.5rem;margin:1rem 0}.forgot-email-masked{display:inline-block;font-size:1.3rem;font-weight:700;color:#2563eb;background:#eff6ff;padding:.75rem 1.5rem;border-radius:10px;border:2px dashed #93c5fd;letter-spacing:.03em;font-family:monospace}@media(max-width:600px){.auth-card{padding:2rem 1.5rem 1.75rem;border-radius:16px}.auth-card-wide{max-width:100%}.auth-field-group{grid-template-columns:1fr;gap:1rem}.auth-title{font-size:1.3rem}.auth-subtitle{font-size:.84rem;margin-bottom:1.5rem}.auth-phone-row{flex-direction:column;gap:.65rem}.auth-phone-cc,.auth-phone-cc .sd-input{width:100%}}@media(max-width:400px){.auth-card{padding:1.75rem 1.25rem 1.5rem}.auth-card-icon{width:44px;height:44px;border-radius:12px}.auth-card-icon svg{width:20px;height:20px}.auth-title{font-size:1.2rem}.auth-tab-btn{font-size:.8rem;padding:.5rem}}.auth-btn{width:100%;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;margin-top:.35rem}.phone-input-row{display:flex;gap:.5rem}.phone-cc-select{width:155px;flex-shrink:0}.phone-number-input{flex:1}.dash-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;max-width:600px;box-shadow:0 1px 3px #00000008}.dash-settings-row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.dash-settings-label{font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 .2rem}.dash-settings-desc{font-size:.82rem;color:#64748b;margin:0;max-width:380px;line-height:1.5}.dash-settings-msg{margin-top:.65rem;font-size:.82rem;color:#2563eb;font-weight:500}.landing-page{width:100%;padding:0;overflow:hidden}.landing-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:.75rem}.landing-topbar h1{font-size:1.6rem;color:#1e293b;margin:0}.landing-topbar-right{display:flex;align-items:center;gap:.75rem}.landing-user-info{font-size:.9rem;font-weight:500;color:#334155}.tier-badge{display:inline-block;padding:.1rem .5rem;border-radius:10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tier-free{background:#e2e8f0;color:#475569}.tier-standard{background:#dbeafe;color:#1d4ed8}.tier-premium{background:#fef3c7;color:#92400e}.build-mode-page{max-width:1080px;margin:0 auto;padding:3rem 1.5rem 3.5rem;position:relative}.build-mode-page:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:720px;height:720px;background:radial-gradient(circle,rgba(37,99,235,.035) 0%,rgba(99,102,241,.015) 40%,transparent 70%);pointer-events:none;z-index:0}.creation-modes{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;position:relative;z-index:1}.bmp-hero{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.bmp-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff,#dbeafe);border:1px solid rgba(79,70,229,.12);border-radius:100px;padding:.4rem 1rem;margin-bottom:1.25rem;box-shadow:0 1px 4px #4f46e514}.bmp-badge svg{color:#6366f1}.bmp-br-mobile{display:none}.creation-modes h2{font-size:2.15rem;font-weight:800;color:#0f172a;margin-bottom:.6rem;text-align:center;letter-spacing:-.025em;line-height:1.25}.bmp-accent{background:linear-gradient(135deg,#2563eb,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.build-mode-subtitle{text-align:center;color:#64748b;font-size:1rem;max-width:520px;margin:0 auto;line-height:1.6}.mode-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:1.15rem;width:100%}.mode-card{grid-column:span 2;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1.6rem 1.6rem 3.5rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;cursor:pointer;text-align:left;overflow:hidden;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0f172a0d,0 4px 16px #0f172a0a}.mode-card:nth-child(4){grid-column:2 / span 2}.mode-card:nth-child(5){grid-column:4 / span 2}.mode-card:after{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(135deg,rgba(37,99,235,.025) 0%,transparent 60%);opacity:0;transition:opacity .3s;pointer-events:none}.mode-card:hover:not(:disabled){border-color:#93bbfd;box-shadow:0 4px 16px #2563eb1a,0 16px 40px #2563eb14;transform:translateY(-4px)}.mode-card:hover:not(:disabled):after{opacity:1}.mode-card:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.mode-card:active:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #2563eb14,0 6px 16px #2563eb0f}.mode-card:disabled{cursor:not-allowed}.mode-locked{opacity:.55;background:#f8fafc}.mode-card-popular{border-color:#bfdbfe;background:linear-gradient(180deg,#fafcff,#fff);box-shadow:0 1px 3px #2563eb14,0 4px 20px #2563eb14}.mode-popular-tag{position:absolute;top:.85rem;right:.85rem;font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:100px;padding:.25rem .7rem;line-height:1.4;z-index:1;box-shadow:0 2px 8px #2563eb40}.mode-icon-wrap{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;margin-bottom:.15rem;flex-shrink:0;transition:background .3s,transform .3s,box-shadow .3s;box-shadow:0 2px 6px #2563eb14}.mode-card:hover .mode-icon-wrap{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:scale(1.08);box-shadow:0 4px 12px #2563eb26}.mode-title{font-size:1.08rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.mode-desc{font-size:.85rem;color:#64748b;line-height:1.6}.mode-hint{display:inline-flex;align-items:center;font-size:.68rem;font-weight:600;color:#6366f1;background:#eef2ff;border:1px solid rgba(99,102,241,.1);border-radius:100px;padding:.22rem .65rem;margin-top:.15rem}.mode-start{position:absolute;bottom:1.15rem;right:1.35rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;color:#2563eb;opacity:0;transform:translate(-6px);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.mode-card:hover .mode-start{opacity:1;transform:translate(0)}.mode-card:hover .mode-start svg{animation:bmp-arrow-nudge .5s ease .2s}@keyframes bmp-arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.mode-badge{display:inline-block;padding:.15rem .6rem;border-radius:100px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.mode-badge-free{background:#dcfce7;color:#166534}.mode-badge-locked{background:#fee2e2;color:#991b1b}.mode-trust-line{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;font-size:.82rem;font-weight:500;color:#94a3b8;width:100%;padding:.65rem 1.25rem;background:#f8fafcb3;border:1px solid rgba(226,232,240,.5);border-radius:100px;max-width:440px}.mode-trust-line svg{flex-shrink:0;color:#94a3b8}.bmp-divider{display:flex;align-items:center;justify-content:center;gap:6px;margin:1.75rem 0 2rem;position:relative;z-index:1}.bmp-divider span{display:block;width:4px;height:4px;border-radius:50%;background:#cbd5e1}.bmp-divider span:nth-child(2){width:5px;height:5px;background:#94a3b8}.build-ai-features{margin-top:0;position:relative;z-index:1;padding:2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:20px;border:1px solid #e2e8f0}.bmp-ai-label{display:flex;align-items:center;justify-content:center;gap:.4rem;text-align:center;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:1.25rem}.bmp-ai-label svg{color:#6366f1}.build-ai-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.build-ai-feature-item{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.1rem 1.15rem;transition:border-color .25s,box-shadow .25s,transform .25s}.build-ai-feature-item:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f;transform:translateY(-2px)}.build-ai-feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:11px;color:#4f46e5}.build-ai-feature-title{font-size:.84rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.build-ai-feature-desc{font-size:.78rem;color:#64748b;line-height:1.55;margin:0}@media(max-width:899px){.mode-cards{grid-template-columns:repeat(2,1fr)}.mode-card,.mode-card:nth-child(4),.mode-card:nth-child(5){grid-column:span 1}.mode-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:calc(50% - .575rem);justify-self:center}}@media(max-width:768px){.build-mode-page{padding:2rem 1rem 2.5rem}.build-mode-page:before{width:400px;height:400px}.bmp-br-mobile{display:inline}.bmp-hero{margin-bottom:2rem}.creation-modes h2{font-size:1.5rem}.build-mode-subtitle{font-size:.9rem}.mode-cards{grid-template-columns:1fr;gap:.85rem}.mode-card,.mode-card:nth-child(4),.mode-card:nth-child(5),.mode-card:last-child:nth-child(odd){grid-column:span 1;max-width:100%;justify-self:stretch;padding:1.3rem 1.3rem 3rem}.mode-start{opacity:1;transform:translate(0)}.build-ai-features{padding:1.5rem 1.25rem;border-radius:16px}.build-ai-features-grid{grid-template-columns:1fr;gap:.75rem}.bmp-divider{margin:1.25rem 0 1.5rem}.mode-trust-line{max-width:100%}}@media(max-width:480px){.creation-modes h2{font-size:1.3rem}.mode-icon-wrap{width:44px;height:44px;border-radius:12px}.mode-icon-wrap svg{width:22px;height:22px}.build-ai-features{padding:1.25rem 1rem}}.pricing-section{margin-top:0;padding:5rem 0 2rem;border-top:none;position:relative}.section-header{text-align:center}.section-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.12);border-radius:100px;padding:.35rem .9rem;margin-bottom:1rem}.landing-page .section-header h2,.ai-features-section .section-header h2,.how-it-works-section .section-header h2,.pricing-section .section-header h2{font-size:clamp(1.4rem,4vw,2.2rem);max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.section-header h2{font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2}.section-desc{font-size:1.05rem;color:#64748b;line-height:1.6;margin:0 auto;max-width:520px}.landing-hero{text-align:center;padding:2.5rem 1.5rem 3.5rem;position:relative;background:linear-gradient(180deg,#f8faff,#fff 60%,#f8fafc);overflow:hidden}.landing-hero:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,rgba(99,102,241,.03) 40%,transparent 70%);pointer-events:none;z-index:0}.landing-hero>*{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1.1rem;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.03em;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca;border:1px solid rgba(99,102,241,.15);margin-bottom:1.5rem;box-shadow:0 1px 4px #4f46e514}.hero-badge svg{color:#6366f1;flex-shrink:0}.landing-hero h1{font-size:3.4rem;font-weight:900;color:#0f172a;margin:0 auto 1rem;line-height:1.08;max-width:720px;letter-spacing:-.04em}.hero-gradient-text{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-sub{font-size:1.15rem;color:#475569;margin:0 auto 2.25rem;max-width:520px;line-height:1.6}.landing-hero-cta{display:flex;align-items:center;justify-content:center;gap:.85rem}.hero-cta-primary{display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;box-shadow:0 4px 20px #2563eb4d,0 1px 3px #00000014!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.hero-cta-primary:hover{box-shadow:0 8px 32px #2563eb73,0 2px 6px #0000001a!important;transform:translateY(-2px)!important}.hero-cta-primary svg{transition:transform .2s}.hero-cta-primary:hover svg{transform:translate(3px)}.hero-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2.5rem}.hero-trust-badges span{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:#475569;background:#fff;padding:.35rem .85rem;border-radius:100px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;transition:all .2s}.hero-trust-badges span:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #2563eb14}.hero-trust-badges .trust-check-icon{flex-shrink:0}.btn-lg{padding:.85rem 2.25rem;font-size:1.05rem;font-weight:700;border-radius:12px}.btn-link-subtle{background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;padding:.75rem 1.75rem;border-radius:12px;transition:all .2s;box-shadow:0 1px 3px #0000000a}.btn-link-subtle:hover{color:#2563eb;border-color:#bfdbfe;background:#f0f7ff}.ai-features-section{padding:4.5rem 2rem;background:#fff;position:relative;max-width:100%;overflow-x:hidden;box-sizing:border-box}.ai-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.ai-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem 1.75rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}.ai-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#6366f1);transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:left}.ai-feature-card:hover:before{transform:scaleX(1)}.ai-feature-card:hover{border-color:#c7d2fe;box-shadow:0 8px 32px #2563eb1a,0 1px 3px #0000000a;transform:translateY(-4px)}.ai-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;margin-bottom:1rem;transition:transform .25s}.ai-feature-card:hover .ai-feature-icon{transform:scale(1.06)}.ai-feature-icon--blue{background:#eff6ff;color:#2563eb}.ai-feature-icon--green{background:#f0fdf4;color:#16a34a}.ai-feature-icon--violet{background:#f5f3ff;color:#7c3aed}.ai-feature-icon--amber{background:#fffbeb;color:#d97706}.ai-feature-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .45rem;letter-spacing:-.01em}.ai-feature-card p{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.how-it-works-section{padding:5rem 1.5rem;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff);max-width:100%;overflow-x:hidden;box-sizing:border-box}.how-it-works-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative;max-width:900px;margin:0 auto}.how-step-card{flex:1;max-width:280px;text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.how-step-card:hover{box-shadow:0 8px 24px #2563eb14;transform:translateY(-3px)}.how-step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:1.15rem;font-weight:800;margin-bottom:1rem;box-shadow:0 4px 12px #2563eb40}.how-step-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .45rem;letter-spacing:-.01em}.how-step-card p{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.how-step-connector{width:48px;height:2px;background:#e2e8f0;flex-shrink:0;margin-top:3.4rem;position:relative}.how-step-connector:after{content:"";position:absolute;right:-3px;top:-3px;width:8px;height:8px;border-right:2px solid #cbd5e1;border-top:2px solid #cbd5e1;transform:rotate(45deg)}.pricing-section h2{font-size:2rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:.4rem;letter-spacing:-.03em}.pricing-subtitle{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:3rem;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.6}.pricing-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:stretch;max-width:1200px;margin:0 auto;padding:0 24px}.pricing-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:2.5rem 1.15rem 1.5rem;position:relative;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:420px;box-shadow:0 1px 3px #0000000a}.pricing-card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-3px)}.pricing-badge{position:absolute;top:.75rem;right:.75rem;font-size:.6rem;font-weight:700;padding:.2rem .65rem;border-radius:100px;text-transform:uppercase;letter-spacing:.04em;line-height:1.4;white-space:nowrap}.pricing-badge-popular{background:linear-gradient(135deg,#2563eb,#6366f1);color:#fff;box-shadow:0 2px 8px #2563eb40}.pricing-badge-diamond{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;box-shadow:0 2px 8px #d9770640}.pricing-badge-founder{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #05966940}.pricing-popular{border-color:#2563eb;box-shadow:0 4px 24px #2563eb1f;transform:scale(1.02);background:linear-gradient(180deg,#fafbff,#fff)}.pricing-popular:hover{box-shadow:0 12px 48px #2563eb2e;transform:scale(1.02) translateY(-3px)}.pricing-header{margin-bottom:.85rem}.pricing-header h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 .3rem}.pricing-price{font-size:2.1rem;font-weight:900;color:#2563eb;line-height:1.1;letter-spacing:-.02em}.pricing-period{font-size:.78rem;font-weight:500;color:#94a3b8}.pricing-billing-note{font-size:.76rem;color:#64748b;margin-top:.15rem}.pricing-annual-save{font-size:.7rem;color:#16a34a;font-weight:600;margin-top:.1rem}.pricing-limits-label{font-size:.65rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:1px solid #f1f5f9}.pricing-features{list-style:none;padding:0;margin:0 0 auto;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:.4rem;font-size:.8rem;color:#334155;padding:.3rem 0;line-height:1.35}.pricing-features li svg{margin-top:.15rem}.pricing-features li span{display:flex;flex-direction:column}.pricing-feature-hint{display:block;font-size:.66rem;color:#94a3b8;font-weight:400;line-height:1.3;margin-top:.1rem}.pricing-btn-area{margin-top:1.25rem}.pricing-btn{width:100%;padding:.6rem 0;font-size:.85rem;font-weight:700;border-radius:10px;transition:all .25s}.pricing-popular .pricing-btn{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;box-shadow:0 4px 16px #2563eb4d}.pricing-popular .pricing-btn:hover{box-shadow:0 6px 24px #2563eb73;transform:translateY(-1px)}.pricing-btn-disabled{background:#f8fafc!important;color:#94a3b8!important;border:1px solid #e2e8f0!important;cursor:default;box-shadow:none!important}.pricing-current{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#16a34a;box-shadow:0 4px 16px #16a36a1a}.pricing-lower-tier{opacity:.55;pointer-events:none;filter:grayscale(.3)}.jdp-page{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem;animation:jdp-enter .45s cubic-bezier(.22,.61,.36,1) both}@keyframes jdp-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.jdp-hero{text-align:center;margin-bottom:1.75rem}.jdp-hero-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .85rem;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#3b82f6;border:1px solid #bfdbfe;margin-bottom:1rem}.jdp-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .55rem;letter-spacing:-.025em;line-height:1.18}.jdp-subtitle{font-size:.92rem;color:#64748b;margin:0 auto;max-width:540px;line-height:1.55}.jdp-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.75rem}.jdp-step-wrapper{display:flex;align-items:center}.jdp-step-line{width:48px;height:2px;background:#e2e8f0;border-radius:1px;transition:background .4s ease}.jdp-step-line-active{background:linear-gradient(90deg,#2563eb,#7c3aed)}.jdp-step{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:50px;background:#f8fafc;border:1.5px solid #e2e8f0;transition:all .3s ease;-webkit-user-select:none;user-select:none}.jdp-step-done{background:#f0fdf4;border-color:#86efac}.jdp-step-done .jdp-step-badge{background:#16a34a;color:#fff}.jdp-step-done .jdp-step-label{color:#16a34a;font-weight:600}.jdp-step-active{background:#eff6ff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.jdp-step-active .jdp-step-badge{background:#2563eb;color:#fff;animation:jdp-pulse 2s ease-in-out infinite}@keyframes jdp-pulse{0%,to{box-shadow:0 0 #2563eb33}50%{box-shadow:0 0 0 5px #2563eb00}}.jdp-step-active .jdp-step-label{color:#2563eb;font-weight:700}.jdp-step-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#94a3b8;flex-shrink:0;transition:all .3s ease}.jdp-step-label{font-size:.76rem;font-weight:500;color:#94a3b8;white-space:nowrap;transition:color .3s ease}.jdp-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008,0 12px 32px #00000005;margin-bottom:1.25rem;position:relative}.jdp-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.jdp-card-header-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb;flex-shrink:0}.jdp-card-header-text{flex:1;min-width:0}.jdp-card-title{font-size:1.08rem;font-weight:700;color:#0f172a;margin:0 0 .2rem}.jdp-card-desc{font-size:.82rem;color:#64748b;margin:0;line-height:1.45}.jdp-toolbar{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.jdp-toolbar-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;color:#475569;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.jdp-toolbar-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.jdp-toolbar-btn:disabled{opacity:.45;cursor:not-allowed}.jdp-toolbar-btn-danger{color:#94a3b8}.jdp-toolbar-btn-danger:hover:not(:disabled){color:#ef4444;border-color:#fecaca;background:#fef2f2}.jdp-textarea-wrap{position:relative;border:1.5px solid #e2e8f0;border-radius:12px;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s;margin-bottom:.5rem}.jdp-textarea-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.jdp-textarea-wrap.jdp-textarea-filled{border-color:#93c5fd;background:#fff}.jdp-textarea-wrap.jdp-textarea-error{border-color:#fca5a5;box-shadow:0 0 0 3px #ef444414}.jdp-textarea-wrap.jdp-textarea-disabled{opacity:.55;pointer-events:none;background:#f1f5f9}.jdp-textarea{width:100%;min-height:300px;padding:1rem 1.15rem;border:none;border-radius:12px 12px 0 0;font-size:.88rem;font-family:inherit;color:#1e293b;background:transparent;resize:vertical;line-height:1.7;outline:none}.jdp-textarea::placeholder{color:#94a3b8;line-height:1.8}.jdp-textarea-footer{display:flex;align-items:center;gap:.6rem;padding:.45rem 1.15rem;border-top:1px solid #f1f5f9;background:#fafbfc;border-radius:0 0 12px 12px}.jdp-textarea-footer-spacer{flex:1}.jdp-validation-msg{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:#ef4444;font-weight:600;animation:jdp-shake .35s ease}@keyframes jdp-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.jdp-char-count{font-size:.72rem;color:#94a3b8;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.jdp-char-count.jdp-char-warn{color:#f59e0b;font-weight:700}.jdp-char-bar{width:80px;height:3px;background:#e2e8f0;border-radius:2px;overflow:hidden}.jdp-char-fill{height:100%;background:#3b82f6;border-radius:2px;transition:width .2s ease}.jdp-progress{margin:1rem 0 .5rem;padding:1.1rem 1.25rem;background:linear-gradient(135deg,#f5f3ff,#eff6ff,#f0fdf4);border:1px solid #e0e7ff;border-radius:14px;animation:jdp-enter .4s ease}.jdp-progress-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem}.jdp-progress-spinner{width:16px;height:16px;border:2.5px solid #c4b5fd;border-top-color:#7c3aed;border-radius:50%;animation:jdp-spin .65s linear infinite;flex-shrink:0}@keyframes jdp-spin{to{transform:rotate(360deg)}}.jdp-progress-label{font-size:.82rem;font-weight:600;color:#4338ca;flex:1}.jdp-progress-pct{font-size:.82rem;font-weight:700;color:#7c3aed;font-variant-numeric:tabular-nums}.jdp-progress-track{width:100%;height:8px;background:#ddd6fe;border-radius:6px;overflow:hidden}.jdp-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6 40%,#a78bfa);border-radius:6px;transition:width .3s ease;position:relative}.jdp-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:jdp-shimmer 1.4s ease-in-out infinite}@keyframes jdp-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.jdp-progress-note{font-size:.72rem;color:#64748b;margin:.5rem 0 0;text-align:center}.jdp-error{display:flex;align-items:flex-start;gap:.5rem;padding:.7rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.82rem;font-weight:500;margin:.75rem 0 0;line-height:1.45}.jdp-error svg{flex-shrink:0;margin-top:1px}.jdp-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.jdp-btn-back{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.15rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.jdp-btn-back:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.jdp-btn-back:disabled{opacity:.45;cursor:not-allowed}.jdp-btn-generate{display:inline-flex;align-items:center;gap:.45rem;padding:.68rem 1.75rem;border:none;border-radius:10px;background:#94a3b8;color:#fff;font-size:.88rem;font-weight:700;cursor:not-allowed;transition:all .25s ease;box-shadow:none;position:relative;overflow:hidden}.jdp-btn-generate-ready{cursor:pointer;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 2px 10px #2563eb40,0 0 0 1px #2563eb1a}.jdp-btn-generate-ready:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#4338ca);box-shadow:0 4px 20px #2563eb59,0 0 0 1px #2563eb33;transform:translateY(-1px)}.jdp-btn-generate-ready:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb40}.jdp-btn-generate:disabled{opacity:.9;cursor:not-allowed;transform:none}.jdp-btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:jdp-spin .65s linear infinite;display:inline-block;flex-shrink:0}.jdp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.jdp-trust-item{display:flex;align-items:flex-start;gap:.55rem;padding:.85rem .75rem;background:#fff;border:1px solid #f1f5f9;border-radius:12px;transition:border-color .2s,box-shadow .2s}.jdp-trust-item:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #00000008}.jdp-trust-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#eff6ff;color:#3b82f6;flex-shrink:0}.jdp-trust-icon-amber{background:#fffbeb;color:#f59e0b}.jdp-trust-icon-green{background:#f0fdf4;color:#16a34a}.jdp-trust-item strong{display:block;font-size:.76rem;font-weight:700;color:#1e293b;margin-bottom:.1rem}.jdp-trust-item span{font-size:.7rem;color:#64748b;line-height:1.35}.jdp-tips{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.25rem 1.5rem 1.15rem}.jdp-tips-header{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:#0f172a;margin-bottom:.85rem}.jdp-tips-header svg{color:#f59e0b}.jdp-tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.jdp-tip{display:flex;gap:.6rem;align-items:flex-start;padding:.65rem .75rem;background:#f8fafc;border-radius:10px;border:1px solid transparent;transition:border-color .2s}.jdp-tip:hover{border-color:#e2e8f0}.jdp-tip-num{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:.68rem;font-weight:800;flex-shrink:0;margin-top:.1rem}.jdp-tip strong{display:block;font-size:.78rem;font-weight:700;color:#1e293b;margin-bottom:.1rem}.jdp-tip p{font-size:.72rem;color:#64748b;margin:0;line-height:1.4}@media(max-width:768px){.jdp-page{padding:2rem 1.25rem 3.5rem}.jdp-title{font-size:1.45rem}.jdp-trust{grid-template-columns:1fr;gap:.5rem}.jdp-trust-item{flex-direction:row;align-items:center;padding:.7rem .85rem}.jdp-tips-grid{grid-template-columns:1fr;gap:.6rem}}@media(max-width:520px){.jdp-page{padding:1.5rem 1rem 3rem}.jdp-title{font-size:1.25rem}.jdp-subtitle{font-size:.84rem}.jdp-steps{flex-wrap:wrap;gap:.4rem;justify-content:center}.jdp-step-line{display:none}.jdp-step{padding:.32rem .6rem}.jdp-step-label{font-size:.7rem}.jdp-card{padding:1.25rem;border-radius:14px}.jdp-card-header{flex-direction:column;gap:.5rem}.jdp-textarea{min-height:220px;font-size:.85rem}.jdp-toolbar{flex-wrap:wrap}.jdp-actions{flex-direction:column-reverse;gap:.6rem}.jdp-btn-back,.jdp-btn-generate{width:100%;justify-content:center}}.jd-textarea{min-height:250px;font-size:.9rem;line-height:1.6}@media(max-width:1200px){.pricing-cards{grid-template-columns:repeat(3,1fr)}.ai-features-grid{grid-template-columns:repeat(2,1fr)}.how-it-works-steps{flex-wrap:wrap;gap:1.25rem;justify-content:center}.how-step-connector{display:none}}@media(max-width:768px){.pricing-cards{grid-template-columns:repeat(2,1fr)}.ai-features-grid{grid-template-columns:1fr}.landing-hero{padding:1.75rem 1rem 2rem}.landing-hero h1{font-size:2.2rem;max-width:100%}.landing-hero-sub{font-size:.95rem;max-width:100%}.landing-hero-cta{flex-direction:column;gap:.65rem}.hero-cta-primary{width:100%;max-width:320px;justify-content:center}.btn-link-subtle{width:100%;max-width:320px;text-align:center}.hero-badge{font-size:.7rem}.ai-features-section{padding:3rem 1.25rem}.how-it-works-section{padding:3rem 1rem}.section-header h2,.pricing-section h2{font-size:1.5rem}.section-desc{font-size:.92rem}.how-step-card{max-width:100%}.pricing-popular{transform:none}.pricing-popular:hover{transform:translateY(-3px)}.hero-trust-badges{gap:.4rem}.hero-trust-badges span{font-size:.72rem;padding:.3rem .6rem}}@media(max-width:500px){.pricing-cards{grid-template-columns:1fr}.landing-hero h1{font-size:1.8rem}.landing-hero:before{width:300px;height:300px}.how-it-works-steps{flex-direction:column;align-items:center}.how-step-card{max-width:340px;width:100%}}.site-topbar{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#fff;font-size:.76rem;padding:.3rem 0;position:relative;z-index:1001}.site-topbar-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:flex-end;gap:1.75rem;flex-wrap:wrap}.topbar-item{display:inline-flex;align-items:center;gap:.4rem;color:#cbd5e1d9;text-decoration:none;font-weight:500;letter-spacing:.01em;transition:color .2s,transform .15s;padding:.15rem 0}.topbar-item:hover{color:#fff;transform:translateY(-.5px)}.topbar-icon{flex-shrink:0;opacity:.8}.topbar-item:hover .topbar-icon{opacity:1}.site-header{background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:none;box-shadow:none;position:sticky;top:0;z-index:1000;transition:box-shadow .2s}.site-header-inner{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-brand{display:flex;align-items:center;gap:.65rem;cursor:pointer;flex-shrink:0;text-decoration:none}.site-brand:focus{outline:2px solid var(--primary);outline-offset:2px;border-radius:8px}.site-logo{flex-shrink:0;line-height:0}.site-brand-text{display:none;flex-direction:column;line-height:1}.site-brand-title{font-size:1.18rem;font-weight:800;color:#1e293b;line-height:1.15;letter-spacing:-.025em;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.site-brand-accent{background:linear-gradient(135deg,#6366f1,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.site-brand-sub{font-size:.68rem;color:#94a3b8;font-weight:500;letter-spacing:.04em;margin-top:.1rem;text-transform:uppercase}.wsrb-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(99,102,241,.3));transition:filter .25s ease,transform .25s ease}.site-brand:hover .wsrb-logo{filter:drop-shadow(0 4px 14px rgba(99,102,241,.45));transform:translateY(-1px)}.wsrb-logo-icon{height:73px;object-fit:contain}.wsrb-logo-text{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.05rem;font-weight:900;color:#fff;letter-spacing:.04em;line-height:1}.site-nav{display:flex;align-items:stretch;gap:.2rem;margin-left:1.5rem}.site-nav-link{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem .9rem;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;border-bottom:2px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative}.nav-icon{flex-shrink:0;opacity:.65;transition:opacity .2s,transform .2s}.nav-label{font-size:.82rem;line-height:1.15;transition:color .2s}.site-nav-link:hover{color:#1e293b;background:#2563eb0d;border-radius:8px}.site-nav-link:hover .nav-icon{opacity:1;transform:translateY(-1px)}.site-nav-active{color:#2563eb;background:#2563eb0f;border-bottom:2.5px solid #2563eb;font-weight:700}.site-nav-active .nav-icon{opacity:1;color:#2563eb}.site-nav-active .nav-label{color:#2563eb}.site-nav-active:hover{background:#2563eb14;color:#1d4ed8}.site-nav-dropdown-wrap{position:relative}.site-nav-dropdown-wrap .site-nav-link{gap:3px}.rb-chevron{width:14px;height:14px;color:#94a3b8;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s;flex-shrink:0;margin-left:-2px}.rb-chevron-open{transform:rotate(180deg);color:#2563eb}.rb-trigger-open{color:#2563eb!important;background:#2563eb0f!important;border-bottom-color:#2563eb!important}.rb-trigger-open .nav-icon{opacity:1;color:#2563eb}.rb-trigger-open .nav-label{color:#2563eb}.rb-dropdown-menu{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);width:300px;background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 20px 60px #0000001a,0 6px 16px #0000000f,0 0 0 1px #00000005;border:1px solid rgba(226,232,240,.65);z-index:350;padding:0;overflow:hidden;animation:rbFadeIn .22s cubic-bezier(.22,.61,.36,1)}@keyframes rbFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-8px) scale(.97)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.rb-dd-header{padding:.7rem .9rem .5rem;background:linear-gradient(180deg,#f8fafc 0%,transparent 100%)}.rb-dd-header-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.rb-dd-items{padding:0 6px 6px;display:flex;flex-direction:column;gap:2px}.rb-dropdown-item{display:flex;align-items:center;gap:.7rem;width:100%;padding:.6rem .7rem;border:none;background:none;font-size:.88rem;color:#334155;cursor:pointer;text-align:left;transition:all .18s ease;border-radius:10px;position:relative}.rb-dropdown-item:hover{background:#f1f5f9;color:#1e293b}.rb-dropdown-item:active{background:#e2e8f0}.dash-dropdown-menu{width:260px;padding-top:6px}.explore-dropdown-menu{width:320px;padding-top:6px}.explore-dd-section{border-bottom:1px solid #f1f5f9;padding-bottom:6px;margin-bottom:4px}.explore-topic-chips{display:flex;flex-wrap:wrap;gap:4px;padding:2px .7rem 6px 2.8rem}.explore-topic-link{background:#f1f5f9;color:#475569;border:none;padding:3px 10px;border-radius:99px;font-size:.72rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.explore-topic-link:hover{background:#6366f1;color:#fff}.rb-dd-icon-wrap{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#f1f5f9;flex-shrink:0;color:#64748b;transition:all .2s}.rb-dd-icon-wrap svg{width:16px;height:16px}.rb-dropdown-item:hover .rb-dd-icon-wrap{background:#dbeafe;color:#2563eb}.rb-dd-text{display:flex;flex-direction:column;min-width:0;gap:1px}.rb-dd-label{font-weight:600;font-size:.85rem;line-height:1.25;color:inherit}.rb-dd-hint{font-size:.72rem;color:#94a3b8;font-weight:400;line-height:1.3}.rb-dropdown-item:hover .rb-dd-label{color:#0f172a}.rb-dropdown-item:hover .rb-dd-hint{color:#64748b}.rb-dropdown-item-active{background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb}.rb-dropdown-item-active .rb-dd-label{font-weight:700;color:#1e40af}.rb-dropdown-item-active .rb-dd-icon-wrap{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 2px 8px #2563eb4d}.rb-dropdown-item-active .rb-dd-hint{color:#60a5fa}.rb-dropdown-item-active:hover{background:linear-gradient(135deg,#e0e7ff,#dbeafe)}.site-nav-notif-wrapper{position:relative}.notif-dropdown{position:absolute;top:calc(100% + 6px);right:-2rem;width:300px;background:#fff;border-radius:10px;box-shadow:0 8px 30px #0000001f,0 1px 4px #0000000f;border:1px solid #e2e8f0;z-index:300;overflow:hidden}.notif-dropdown-header{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;font-size:.95rem}.notif-dropdown-body{padding:1rem}.notif-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0;color:#94a3b8;font-size:.85rem;text-align:center}.site-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.site-auth-buttons{display:flex;align-items:center;gap:.45rem}.btn-header-login{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:1.5px solid #e2e8f0;color:#475569;padding:.45rem 1rem;border-radius:9px;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.01em;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-header-login svg{flex-shrink:0;opacity:.55;transition:opacity .2s}.btn-header-login:hover{background:#f8fafc;border-color:#93bbfd;color:#2563eb}.btn-header-login:hover svg{opacity:1}.btn-header-login:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn-header-login:active{transform:scale(.97)}.btn-header-signup{display:inline-flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;color:#fff;padding:.5rem 1.1rem;border-radius:9px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.01em;white-space:nowrap;position:relative;overflow:hidden;box-shadow:0 1px 3px #2563eb33,0 4px 12px #2563eb26;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-header-signup:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%);opacity:0;transition:opacity .25s}.btn-header-signup svg{flex-shrink:0}.btn-header-signup:hover{box-shadow:0 2px 8px #2563eb40,0 6px 20px #4f46e533;transform:translateY(-1px)}.btn-header-signup:hover:before{opacity:1}.btn-header-signup:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn-header-signup:active{transform:translateY(0) scale(.98);box-shadow:0 1px 4px #2563eb33}.user-dropdown{position:relative}.user-dropdown-trigger{display:flex;align-items:center;gap:.45rem;background:#fff;border:1.5px solid #e2e8f0;padding:.3rem .65rem .3rem .3rem;border-radius:50px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.user-dropdown-trigger:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 2px 8px #0000000f}.user-dropdown-trigger.udt-open{border-color:#2563eb;background:#fafbff;box-shadow:0 0 0 3px #2563eb1a}.user-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.03em;box-shadow:0 2px 6px #2563eb40}.user-avatar-lg{width:44px;height:44px;font-size:.9rem;box-shadow:0 3px 10px #2563eb4d}.user-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-name{font-size:.82rem;font-weight:600;color:#1e293b;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.user-arrow{color:#94a3b8;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s;flex-shrink:0}.user-arrow-open{transform:rotate(180deg);color:#2563eb}.user-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;width:260px;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.7);border-radius:16px;box-shadow:0 16px 48px #0000001a,0 4px 12px #0000000d,0 0 0 1px #00000005;z-index:200;overflow:hidden;animation:udFadeIn .2s cubic-bezier(.22,.61,.36,1)}@keyframes udFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.user-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem .85rem;background:linear-gradient(180deg,#f8fafc,#fff)}.user-dropdown-info{min-width:0;flex:1}.user-dropdown-name{font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown-email{font-size:.74rem;color:#64748b;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.ud-tier{display:inline-block;padding:.1rem .5rem;border-radius:50px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:.35rem;line-height:1.4}.ud-tier-free{background:#f1f5f9;color:#64748b}.ud-tier-standard{background:#dbeafe;color:#1d4ed8}.ud-tier-premium{background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#4f46e5}.ud-tier-diamond{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.ud-tier-founder{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.user-dropdown-divider{height:1px;background:#f1f5f9;margin:0}.user-dropdown-items{padding:4px 6px}.user-dropdown-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .7rem;background:none;border:none;font-size:.85rem;font-weight:500;color:#334155;cursor:pointer;transition:all .15s ease;text-align:left;border-radius:10px;line-height:1.3}.user-dropdown-item:hover{background:#f1f5f9;color:#1e293b}.user-dropdown-item:active{background:#e2e8f0}.udi-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#f1f5f9;flex-shrink:0;color:#64748b;transition:all .2s}.udi-icon svg{width:15px;height:15px}.user-dropdown-item:hover .udi-icon{background:#e2e8f0;color:#475569}.udi-label{font-size:.85rem;font-weight:500}.user-dropdown-logout{color:#64748b}.user-dropdown-logout .udi-icon{background:#fef2f2;color:#f87171}.user-dropdown-logout:hover{background:#fef2f2;color:#dc2626}.user-dropdown-logout:hover .udi-icon{background:#fee2e2;color:#dc2626}.site-main{flex:1;min-height:0}.site-footer{background:#0f172a;color:#cbd5e1;margin-top:auto;position:relative;z-index:1;clear:both}.site-footer-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:2.5rem}.footer-logo{height:50px;object-fit:contain;margin-bottom:.75rem}.footer-heading{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}.footer-tagline{font-size:.8rem;color:#94a3b8;margin-bottom:1rem;line-height:1.5}.footer-contact-list{display:flex;flex-direction:column;gap:.6rem}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#cbd5e1}.footer-contact-item svg{color:#64748b;flex-shrink:0}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.88rem;transition:color .15s}.footer-links a:hover{color:#fff}.footer-form{display:flex;flex-direction:column;gap:.6rem}.footer-input{width:100%;padding:.55rem .75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#f1f5f9;font-size:.85rem;font-family:inherit;transition:border-color .15s,background .15s}.footer-input::placeholder{color:#64748b}.footer-input:focus{outline:none;border-color:#6366f1;background:#ffffff1a;box-shadow:0 0 0 2px #6366f126}.footer-textarea{resize:vertical;min-height:60px}.footer-submit{align-self:flex-start;padding:.5rem 1.5rem;font-size:.85rem}.footer-result{display:flex;align-items:flex-start;gap:.3rem;font-size:.82rem;font-weight:600;line-height:1.4;margin-top:.4rem}.footer-result-ok{color:#4ade80}.footer-result-err{color:#f87171}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:.85rem 1.5rem;text-align:center;font-size:.75rem;color:#64748b}.auth-page-inline{display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:60vh;position:relative}.auth-page-inline:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(37,99,235,.04) 0%,transparent 60%);pointer-events:none;z-index:0}.auth-page-inline .auth-card{position:relative;z-index:1}@media(max-width:600px){.auth-page-inline{padding:2rem 1rem}.auth-page-inline:before{width:400px;height:400px}}@keyframes modeBlink{0%,to{border-color:#2563eb;box-shadow:0 0 #2563eb4d}50%{border-color:#6366f1;box-shadow:0 0 20px 4px #6366f159}}.mode-card-blink{animation:modeBlink .6s ease-in-out 5;border-color:#2563eb!important}.ats-page{width:100%;overflow-x:hidden}.ats-hero{background:linear-gradient(180deg,#f8fafc,#eff6ff);padding:2.5rem 1.5rem 2rem;text-align:center}.ats-hero-inner{max-width:680px;margin:0 auto}.ats-hero-badge{margin-bottom:1rem}.ats-hero-title{font-size:2rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em}.ats-hero-subtitle{font-size:1.05rem;color:#475569;max-width:540px;margin:0 auto 1.25rem;line-height:1.6}.ats-hero-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.ats-badge{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;color:#334155;box-shadow:0 1px 3px #0000000a}.ats-upload-section{max-width:560px;margin:-1rem auto 0;padding:0 1.5rem 2rem;position:relative;z-index:1}.ats-upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.ats-dropzone{border:2px dashed #cbd5e1;border-radius:14px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:#fafbfc;outline:none}.ats-dropzone:hover{border-color:#93c5fd;background:#f0f7ff}.ats-dropzone:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.ats-dropzone-active{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb1f}.ats-dropzone-success{border-color:#86efac;background:#f0fdf4}.ats-dropzone-error{border-color:#fca5a5;background:#fef2f2}.ats-dropzone-busy{cursor:default;pointer-events:none}.ats-dropzone-content{display:flex;flex-direction:column;align-items:center;gap:.4rem}.ats-dropzone-icon{margin-bottom:.5rem}.ats-dropzone-main{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.ats-dropzone-sub{font-size:.88rem;color:#64748b;margin:0}.ats-dropzone-formats{font-size:.78rem;color:#94a3b8;margin-top:.35rem}.ats-upload-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #2563eb;border-radius:50%;animation:ats-spin .8s linear infinite;margin-bottom:.5rem}.ats-spinner-fast{animation-duration:.5s;border-top-color:#7c3aed}@keyframes ats-spin{to{transform:rotate(360deg)}}.ats-progress{display:flex;align-items:center;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.ats-progress-track{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.ats-progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width .3s ease}.ats-progress-label{font-size:.8rem;font-weight:700;color:#2563eb;min-width:36px;text-align:right}.ats-success-icon{margin-bottom:.25rem}.ats-text-success{color:#16a34a!important}.ats-text-error{color:#dc2626!important}.ats-error-icon{margin-bottom:.25rem}.ats-file-chip{display:inline-flex;align-items:center;gap:.4rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .55rem .4rem .65rem;margin-top:.5rem;font-size:.82rem}.ats-file-name{font-weight:600;color:#334155;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ats-file-size{color:#94a3b8;font-size:.75rem}.ats-file-remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;border-radius:4px;transition:color .15s,background .15s}.ats-file-remove:hover{color:#ef4444;background:#fef2f2}.ats-privacy-note{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.75rem;color:#94a3b8;margin:.75rem 0;text-align:center}.ats-upload-actions{display:flex;gap:.75rem;justify-content:center}.ats-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:10px;padding:.7rem 1.75rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 2px 8px #2563eb40}.ats-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.ats-btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.ats-btn-secondary{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1.5px solid #cbd5e1;border-radius:10px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;color:#475569;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.ats-btn-secondary:hover{border-color:#2563eb;color:#2563eb;background:#f0f7ff}.ats-section-title{font-size:1.45rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:.5rem;letter-spacing:-.01em}.ats-value-section{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 2rem}.ats-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.5rem}.ats-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.25rem;text-align:center;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 4px #00000008}.ats-feature-card:hover{box-shadow:0 6px 24px #00000012;transform:translateY(-2px)}.ats-feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .85rem}.ats-fi-blue{background:#eff6ff;color:#2563eb}.ats-fi-green{background:#f0fdf4;color:#16a34a}.ats-fi-purple{background:#f5f3ff;color:#7c3aed}.ats-fi-amber{background:#fffbeb;color:#d97706}.ats-feature-card h3{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.4rem}.ats-feature-card p{font-size:.8rem;color:#64748b;line-height:1.45}.ats-steps-section{max-width:800px;margin:0 auto;padding:2rem 1.5rem 2.5rem;text-align:center}.ats-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:1.75rem}.ats-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:0 0 auto;width:150px}.ats-step-num{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;box-shadow:0 2px 8px #2563eb33}.ats-step h4{font-size:.88rem;font-weight:700;color:#1e293b;margin:0}.ats-step p{font-size:.76rem;color:#64748b;line-height:1.35;margin:0}.ats-step-connector{width:40px;height:2px;background:#cbd5e1;margin-top:22px;flex-shrink:0}.ats-preview-section{max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem;text-align:center}.ats-preview-desc{font-size:.9rem;color:#64748b;margin-bottom:1.5rem}.ats-preview-grid{display:grid;grid-template-columns:240px 1fr 1fr;gap:1rem;text-align:left}.ats-preview-score-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0000000a}.ats-preview-ring{margin-bottom:.25rem}.ats-preview-score-label{font-size:.85rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.ats-preview-keyword-bar{display:flex;align-items:center;gap:.5rem;width:100%;font-size:.75rem;color:#64748b;font-weight:600;margin-top:.25rem}.ats-preview-bar-track{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.ats-preview-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:3px}.ats-preview-bar-pct{font-weight:700;color:#2563eb;min-width:28px;text-align:right}.ats-preview-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 2px 8px #0000000a}.ats-preview-list-title{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.ats-preview-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.ats-preview-list li{display:flex;align-items:flex-start;gap:.4rem;font-size:.78rem;color:#475569;line-height:1.4}.ats-preview-severity{display:inline-block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:4px;flex-shrink:0;margin-top:1px}.ats-sev-high{background:#fef2f2;color:#dc2626}.ats-sev-medium{background:#fffbeb;color:#d97706}.ats-sev-low{background:#f0fdf4;color:#16a34a}.ats-preview-suggestions li svg{flex-shrink:0;margin-top:2px}.ats-preview-disclaimer{font-size:.72rem;color:#94a3b8;margin-top:1rem;font-style:italic}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.btn-lg{padding:.75rem 2rem;font-size:1rem}@media(max-width:900px){.ats-hero-title{font-size:1.65rem}.ats-feature-grid{grid-template-columns:repeat(2,1fr)}.ats-preview-grid{grid-template-columns:1fr}.ats-preview-score-card{max-width:280px;margin:0 auto}.ats-steps{flex-wrap:wrap;gap:.75rem}.ats-step-connector{display:none}.ats-step{width:calc(50% - .5rem)}}@media(max-width:600px){.ats-hero{padding:1.5rem 1rem 1.25rem}.ats-hero-title{font-size:1.35rem}.ats-hero-subtitle{font-size:.92rem}.ats-hero-badges{gap:.5rem}.ats-badge{font-size:.7rem;padding:.25rem .65rem}.ats-upload-section{padding:0 1rem 1.5rem}.ats-upload-card{padding:1.25rem}.ats-dropzone{padding:2rem 1rem}.ats-feature-grid{grid-template-columns:1fr}.ats-feature-card{padding:1.25rem 1rem}.ats-steps-section{padding:1.5rem 1rem 2rem}.ats-step{width:100%}.ats-section-title{font-size:1.2rem}.ats-upload-actions{flex-direction:column;align-items:stretch}.ats-btn-primary,.ats-btn-secondary{justify-content:center}}.dash-layout{display:flex;max-width:1200px;margin:0 auto;padding:1.75rem 1.25rem 4rem;gap:1.5rem;min-height:70vh}.dash-sidebar-overlay{display:none}.dash-sidebar{width:230px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem .65rem;box-shadow:0 1px 4px #0000000a,0 4px 16px #00000005;align-self:flex-start;position:sticky;top:5.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1)}.dash-sidebar-profile{display:flex;align-items:center;gap:.65rem;padding:.35rem .5rem .85rem;margin-bottom:.35rem;border-bottom:1px solid #f1f5f9}.dash-sidebar-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex-shrink:0;overflow:hidden}.dash-sidebar-name{font-weight:700;font-size:.84rem;color:#1e293b;line-height:1.2}.dash-sidebar-group-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:.5rem .75rem .25rem}.dash-sidebar-sep{height:1px;background:#f1f5f9;margin:.35rem .5rem}.dash-sidebar-nav{display:flex;flex-direction:column;gap:1px}.dash-sidebar-btn{display:flex;align-items:center;gap:.55rem;width:100%;padding:.45rem .7rem;border:none;border-radius:8px;background:transparent;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s;text-align:left;position:relative}.dash-sidebar-btn:hover{background:#f1f5f9;color:#1e293b}.dash-sidebar-btn.active{background:#eff6ff;color:#2563eb;font-weight:700}.dash-sidebar-btn.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:0 3px 3px 0;background:#2563eb}.dash-sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.dash-sidebar-icon svg{width:17px;height:17px}.dash-mobile-toggle{display:none}.si{display:inline-block;vertical-align:middle;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.35rem}.pricing-features li{display:flex;align-items:center;gap:.4rem}.pf-icon{flex-shrink:0}.pf-yes{color:#16a34a}.pf-no{color:#dc2626}.pf-bolt{color:#d97706}.pf-inf{color:#7c3aed}.pf-check{color:#16a34a;flex-shrink:0}h1>svg,h2>svg{vertical-align:-.15em;margin-right:.35rem}.file-label{display:inline-flex;align-items:center;gap:.35rem}.dash-content{flex:1;min-width:0}.dash-content-title{font-size:1.2rem;font-weight:800;color:#1e293b;margin:0 0 1.15rem;letter-spacing:-.01em}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.5rem}.dash-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1rem;text-align:center;box-shadow:0 1px 3px #00000008;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s;display:flex;flex-direction:column;align-items:center;gap:.3rem}.dash-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000012}.dash-stat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.15rem}.dash-stat-icon-blue{background:#eff6ff;color:#2563eb}.dash-stat-icon-violet{background:#f5f3ff;color:#7c3aed}.dash-stat-icon-green{background:#f0fdf4;color:#16a34a}.dash-stat-icon-amber{background:#fffbeb;color:#d97706}.dash-stat-number{font-size:1.65rem;font-weight:800;color:#1e293b;line-height:1.1}.dash-stat-label{font-size:.72rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.15rem;gap:.75rem;flex-wrap:wrap}.dashboard-section-header h2{margin:0}.dashboard-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.dashboard-table-wrap.resumes-table-desktop{overflow:visible}.dashboard-table{width:100%;border-collapse:collapse;font-size:.85rem}.dashboard-table th{text-align:left;padding:.6rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.dashboard-table td{padding:.6rem .75rem;border-bottom:1px solid #f1f5f9;color:#334155}.dashboard-table tbody tr:hover{background:#fafbff}.dash-resume-name{font-weight:600;color:#1e293b}.dash-mode-cell{text-transform:capitalize}.resume-status-tags{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.resume-tag{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .55rem;border-radius:12px;font-size:.7rem;font-weight:700;white-space:nowrap;letter-spacing:.02em}.tag-mode-upload{background:#dbeafe;color:#1e40af}.tag-mode-custom{background:#f3e8ff;color:#6b21a8}.tag-mode-jd_resume{background:#fef3c7;color:#92400e}.tag-mode-jd_only{background:#fce7f3;color:#9d174d}.tag-ai{background:#dcfce7;color:#166534}.tag-ats{background:#e0f2fe;color:#0369a1}.tag-original{background:#f1f5f9;color:#64748b}.resume-mode-badge{display:inline-block;padding:.15rem .5rem;border-radius:8px;font-size:.72rem;font-weight:600;background:#f1f5f9;color:#475569}.resume-actions{display:flex;gap:.35rem;align-items:center}.resumes-toolbar{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;flex-wrap:wrap}.resumes-search-wrap{position:relative;display:flex;align-items:center;flex:1;min-width:180px;max-width:320px}.resumes-search-icon{position:absolute;left:.6rem;color:#94a3b8;pointer-events:none}.resumes-search-input{width:100%;padding:.45rem 2rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#334155;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.resumes-search-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1a}.resumes-search-input::placeholder{color:#94a3b8}.resumes-search-clear{position:absolute;right:.4rem;background:none;border:none;font-size:1.1rem;color:#94a3b8;cursor:pointer;line-height:1;padding:.1rem .2rem}.resumes-search-clear:hover{color:#475569}.resumes-filter-select{padding:.45rem .7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#475569;background:#fff;cursor:pointer;outline:none;transition:border-color .15s}.resumes-filter-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1a}.resumes-table thead{position:sticky;top:0;z-index:2}.resumes-table tbody tr:nth-child(2n){background:#f8fafc}.resumes-table tbody tr:hover{background:#eff6ff!important}.resumes-table tbody tr.row-selected{background:#eef2ff!important;border-left:3px solid #6366f1}.resumes-table tbody tr.row-selected:hover{background:#e0e7ff!important}.resumes-table .td-num{color:#94a3b8;font-size:.75rem;font-weight:600;width:2rem}.resumes-table .td-date{white-space:nowrap;font-size:.78rem;color:#64748b}.resumes-table .th-actions{text-align:center}.resumes-table-desktop{display:block;overflow:visible}.ats-pill{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.01em}.ats-pill-good{background:#dcfce7;color:#15803d}.ats-pill-low{background:#fef3c7;color:#b45309}.versions-cell{position:relative}.versions-trigger{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:.75rem;font-weight:600;color:#475569;cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap}.versions-trigger:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.versions-menu{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001a;z-index:9000;min-width:140px;overflow:hidden;animation:menuFadeIn .12s ease}.versions-menu-item{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:none;background:none;width:100%;font-size:.78rem;font-weight:500;color:#334155;cursor:pointer;text-align:left;transition:background .1s}.versions-menu-item:hover{background:#eff6ff;color:#2563eb}.actions-cell{position:relative;display:flex;align-items:center;justify-content:center;gap:.3rem}.actions-open-btn{display:inline-flex;align-items:center;gap:.25rem}.actions-dots-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;transition:background .1s,border-color .1s}.actions-dots-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#334155}.actions-menu{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 28px #0000001f;z-index:9000;min-width:170px;overflow:hidden;animation:menuFadeIn .12s ease}.actions-menu-item{display:flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border:none;background:none;width:100%;font-size:.8rem;font-weight:500;color:#334155;cursor:pointer;text-align:left;transition:background .1s}.actions-menu-item:hover{background:#f8fafc}.actions-menu-danger{color:#dc2626}.actions-menu-danger:hover{background:#fef2f2}.actions-menu-sep{height:1px;background:#f1f5f9;margin:.15rem 0}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.delete-confirm-overlay{position:fixed;inset:0;z-index:9500;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.delete-confirm-modal{background:#fff;border-radius:16px;padding:2rem 2rem 1.5rem;max-width:400px;width:92%;box-shadow:0 20px 60px #0000002e;text-align:center;animation:session-slide-up .2s ease}.delete-confirm-animated{animation:deleteModalIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes deleteModalIn{0%{opacity:0;transform:translateY(30px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.delete-confirm-icon-wrap{margin-bottom:1rem}.delete-confirm-icon-circle{width:60px;height:60px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;color:#dc2626;box-shadow:0 4px 16px #dc262626}.delete-confirm-icon-bulk{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706;box-shadow:0 4px 16px #d9770626}.delete-confirm-icon{width:52px;height:52px;margin:0 auto .85rem;display:flex;align-items:center;justify-content:center;background:#fee2e2;border-radius:50%;color:#dc2626}.delete-confirm-modal h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.delete-confirm-text{font-size:.85rem;color:#64748b;margin:0 0 1.25rem;line-height:1.6}.delete-confirm-modal p{font-size:.85rem;color:#64748b;margin:0 0 1.25rem;line-height:1.5}.delete-confirm-actions{display:flex;gap:.65rem;justify-content:center}.delete-confirm-actions .btn{min-width:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-danger-solid{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:.45rem 1rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s}.btn-danger-solid:hover{background:#b91c1c}.resumes-mobile-cards{display:none}.resume-mcard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem;margin-bottom:.6rem;transition:border-color .15s,box-shadow .15s}.resume-mcard:hover{border-color:#93c5fd;box-shadow:0 2px 12px #2563eb0f}.resume-mcard.mcard-selected{background:#eef2ff;border-color:#818cf8;box-shadow:0 0 0 2px #6366f126}.resume-mcard-top{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.5rem}.resume-mcard-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:8px;color:#2563eb;flex-shrink:0}.resume-mcard-info{flex:1;min-width:0}.resume-mcard-name{font-size:.88rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;word-break:break-word}.resume-mcard-meta{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.resume-mcard-mid{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:.5rem}.resume-mcard-date{font-size:.75rem;color:#94a3b8}.resume-mcard-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.resume-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.85rem;margin-top:.5rem}.resume-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s}.resume-card:hover{border-color:#93c5fd;box-shadow:0 4px 16px #2563eb14}.resume-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#eff6ff;border-radius:10px;color:#2563eb}.resume-card-body{flex:1}.resume-card-title{font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;word-break:break-word}.resume-card-date{font-size:.78rem;color:#94a3b8;margin:0 0 .5rem}.resume-card-score{font-size:.8rem;color:#475569;margin-top:.4rem;font-weight:600}.resume-card-actions{display:flex;gap:.4rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.dash-badge{display:inline-block;padding:.15rem .6rem;border-radius:10px;font-size:.75rem;font-weight:600}.dash-badge-yes{background:#dcfce7;color:#166534}.dash-badge-no{background:#f1f5f9;color:#64748b}.dash-ats-score{font-weight:700;font-size:.88rem}.score-good{color:#16a34a}.score-low{color:#d97706}.dash-ats-na{color:#94a3b8}.dash-status{display:inline-block;padding:.15rem .6rem;border-radius:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.dash-status-complete{background:#dcfce7;color:#166534}.dash-status-processing{background:#fef3c7;color:#92400e}.dash-status-draft{background:#e2e8f0;color:#475569}.dashboard-empty{text-align:center;padding:2.5rem 1rem;color:#64748b;background:#fafbfc;border:1px dashed #e2e8f0;border-radius:12px}.dashboard-empty p{margin-bottom:.85rem;font-size:.92rem}.dash-loading{color:#64748b;font-size:.88rem;padding:1.5rem 0}.capitalize{text-transform:capitalize}.acct-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.acct-page-title{font-size:1.2rem;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.01em}.acct-current-tier{font-size:.88rem;color:#64748b}.acct-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000a;margin-bottom:1rem}.acct-card-title{font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 .85rem;display:flex;align-items:center;gap:.5rem}.acct-card-desc{font-size:.84rem;color:#64748b;line-height:1.6;margin:0 0 .75rem}.acct-centered-card{max-width:560px;margin-left:auto;margin-right:auto}.acct-step-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#2563eb;color:#fff;font-size:.72rem;font-weight:700;flex-shrink:0}.acct-profile-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.15rem 1.25rem}.acct-profile-header-left{display:flex;align-items:center;gap:.85rem}.acct-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:800;flex-shrink:0;overflow:hidden;position:relative;cursor:pointer}.acct-avatar .profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.acct-profile-info{display:flex;flex-direction:column;gap:.1rem}.acct-profile-name{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0}.acct-profile-email{font-size:.82rem;color:#64748b;margin:0}.acct-badge{display:inline-block;padding:.15rem .6rem;border-radius:10px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.acct-badge-on{background:#dcfce7;color:#166534}.acct-badge-off{background:#fef2f2;color:#991b1b}.acct-badge-paid{background:#dcfce7;color:#166534}.acct-badge-pending{background:#fef3c7;color:#92400e}.acct-badge-failed{background:#fef2f2;color:#991b1b}.acct-badge-refunded{background:#ede9fe;color:#5b21b6}.tier-badge{display:inline-block;padding:.12rem .55rem;border-radius:8px;font-size:.68rem;font-weight:700;text-transform:capitalize;background:#eff6ff;color:#2563eb}.acct-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1.25rem}.acct-form-full{grid-column:1 / -1}.acct-form-actions{grid-column:1 / -1;display:flex;gap:.65rem;justify-content:flex-end;margin-top:.25rem}.form-hint{font-size:.76rem;color:#94a3b8;margin-top:.2rem}.acct-form-submit{display:flex;justify-content:center;margin-top:.5rem}.acct-form-links{display:flex;justify-content:center;gap:1rem;margin-top:.5rem;font-size:.82rem}.acct-form-links a,.acct-form-links button{color:#2563eb;background:none;border:none;cursor:pointer;font-size:.82rem;text-decoration:underline;padding:0}.acct-form-links a:hover,.acct-form-links button:hover{color:#1d4ed8}.acct-otp-input{letter-spacing:.35em;text-align:center;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.35rem;font-weight:700;padding:.65rem 1rem}.input-with-toggle{position:relative}.input-with-toggle .form-input{padding-right:2.75rem}.input-toggle-btn{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;color:#94a3b8;display:flex;align-items:center;transition:color .15s}.input-toggle-btn:hover{color:#475569}.form-field-hint{font-size:.76rem;color:#94a3b8;margin-top:.2rem}.form-field-hint-error{color:#dc2626}.acct-form-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:.6rem .85rem;font-size:.84rem;font-weight:500;margin-bottom:1rem}.acct-setting-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.acct-setting-info{flex:1;min-width:0}.acct-setting-title-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.3rem;flex-wrap:wrap}.acct-setting-label{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.acct-setting-desc{font-size:.82rem;color:#64748b;margin:0;line-height:1.55}.acct-setting-msg{margin-top:.75rem;font-size:.82rem;color:#2563eb;font-weight:500}.acct-toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.acct-toggle input{position:absolute;opacity:0;width:0;height:0}.acct-toggle-slider{width:44px;height:24px;background:#cbd5e1;border-radius:24px;position:relative;transition:background .25s cubic-bezier(.4,0,.2,1)}.acct-toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .25s cubic-bezier(.4,0,.2,1)}.acct-toggle input:checked+.acct-toggle-slider{background:#2563eb}.acct-toggle input:checked+.acct-toggle-slider:after{transform:translate(20px)}.acct-toggle input:disabled+.acct-toggle-slider{opacity:.5;cursor:not-allowed}.acct-table-card{padding:0;overflow:hidden}.acct-table{width:100%;border-collapse:collapse;font-size:.84rem}.acct-table thead{background:#f8fafc;position:sticky;top:0;z-index:1}.acct-table th{padding:.65rem .85rem;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;border-bottom:1px solid #e2e8f0;white-space:nowrap}.acct-table td{padding:.6rem .85rem;border-bottom:1px solid #f1f5f9;color:#334155}.acct-table tbody tr:nth-child(2n){background:#fafbfc}.acct-table tbody tr:hover{background:#f0f7ff}.acct-txn-id{font-family:JetBrains Mono,Fira Code,monospace;font-size:.76rem;color:#2563eb}.acct-pay-amount{font-weight:700;color:#1e293b}.acct-icon-btn{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:.3rem .55rem;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s}.acct-icon-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.acct-payments-mobile{display:none}.acct-pay-mobile-card{display:flex;flex-direction:column;gap:.4rem}.acct-pay-mobile-row{display:flex;justify-content:space-between;align-items:center;font-size:.84rem;color:#334155}.acct-pay-mobile-label{font-weight:600;color:#64748b;font-size:.78rem}.acct-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1rem;color:#94a3b8;text-align:center}.acct-empty-card p{margin:0;font-size:.92rem}.acct-pay-layout{display:flex;gap:1.25rem;align-items:flex-start}.acct-pay-steps{flex:1;min-width:0}.acct-pay-sidebar{width:300px;flex-shrink:0;position:sticky;top:5.5rem}.acct-plan-grid{display:flex;gap:.75rem;flex-wrap:wrap}.acct-plan-option{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;min-width:140px;text-align:center;background:#fff}.acct-plan-option:hover{border-color:#93c5fd;background:#f0f7ff}.acct-plan-option input[type=radio]{display:none}.acct-plan-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb1f}.acct-plan-disabled{opacity:.5;pointer-events:none;cursor:default;background:#f8fafc;border-color:#e2e8f0;position:relative}.acct-plan-included-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.15rem .5rem;margin-top:.25rem}.acct-plan-name{font-weight:700;font-size:1rem;color:#1e293b}.acct-plan-price{font-size:1.25rem;font-weight:800;color:#2563eb}.acct-plan-price small{font-size:.7rem;font-weight:500;color:#64748b}.acct-plan-annual{font-size:.75rem;color:#64748b}.acct-billing-toggle{display:inline-flex;gap:0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.acct-bill-btn{padding:.45rem 1.25rem;font-size:.84rem;font-weight:600;border:none;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}.acct-bill-btn:not(:last-child){border-right:1px solid #e2e8f0}.acct-bill-btn.active{background:#2563eb;color:#fff}.acct-savings-hint{color:#16a34a;font-size:.82rem;margin:.25rem 0 0}.acct-summary-card{position:relative}.acct-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:#475569;padding:.35rem 0}.acct-summary-hr{border:none;border-top:1px solid #e2e8f0;margin:.5rem 0}.acct-summary-total span,.acct-summary-total strong{font-size:1.05rem;color:#1e293b}.acct-stripe-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 0;color:#64748b;font-size:.88rem}.acct-stripe-placeholder{color:#94a3b8;text-align:center;padding:1rem 0;font-size:.88rem}.acct-stripe-form{display:flex;flex-direction:column;gap:.5rem}.acct-stripe-element{padding:.5rem 0 0}.acct-pay-btn{width:100%;font-size:1rem;padding:.7rem 1rem;margin-top:.75rem}.acct-receipt-card{text-align:center}.acct-receipt-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#dcfce7;border-radius:50%;color:#16a34a;margin-bottom:.75rem}.acct-receipt-heading{font-size:1.1rem;font-weight:700;color:#16a34a;margin:0 0 1.15rem}.acct-receipt-rows{text-align:left}.acct-receipt-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9;font-size:.88rem}.acct-receipt-row span{color:#64748b}.acct-receipt-row strong{color:#1e293b}.acct-receipt-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.acct-text-success{color:#16a34a}.acct-text-primary{color:#2563eb}.acct-info-banner{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem;font-size:.85rem;color:#0c4a6e;line-height:1.7}.acct-info-banner strong{display:block;margin-bottom:.2rem}.acct-info-body{display:block}.acct-info-list{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.35rem}.acct-pkg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.acct-pkg-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.25rem 1rem;border-radius:12px;cursor:pointer;transition:all .2s;border:2px solid #e2e8f0;background:#f8fafc}.acct-pkg-card:hover{border-color:#93c5fd;background:#f0f7ff}.acct-pkg-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb26}.acct-pkg-badge{position:absolute;top:-10px;right:-6px;background:#16a34a;color:#fff;font-size:.62rem;font-weight:700;border-radius:4px;padding:2px 6px}.acct-pkg-label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.acct-pkg-credits{font-size:1.75rem;font-weight:800;color:#1e293b}.acct-pkg-selected .acct-pkg-credits{color:#2563eb}.acct-pkg-unit{font-size:.8rem;color:#64748b}.acct-pkg-price{font-size:1.15rem;font-weight:700;color:#1e293b}.acct-pkg-selected .acct-pkg-price{color:#2563eb}.acct-pkg-per{font-size:.7rem;color:#94a3b8}.acct-pkg-save{font-size:.68rem;color:#16a34a;font-weight:600;margin-top:.1rem}.acct-qty-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem;flex-wrap:wrap}.acct-qty-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1.25rem;font-weight:700;border:1px solid #cbd5e1;border-radius:8px;background:transparent;color:#475569;cursor:pointer;transition:all .15s}.acct-qty-btn:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;color:#2563eb}.acct-qty-btn:disabled{opacity:.4;cursor:not-allowed}.acct-qty-value{font-size:1.5rem;font-weight:700;min-width:3rem;text-align:center;color:#1e293b}.acct-qty-summary{color:#475569;font-size:.9rem}.acct-quick-chips{display:flex;gap:.5rem;flex-wrap:wrap}.acct-chip{background:transparent;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s}.acct-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.acct-chip-active{background:#2563eb;border-color:#2563eb;color:#fff}.acct-chip-active:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}@media(max-width:900px){.acct-pay-layout{flex-direction:column}.acct-pay-sidebar{width:100%;position:static}.acct-form-grid{grid-template-columns:1fr}.acct-profile-header{flex-direction:column;align-items:flex-start;gap:.65rem}.acct-plan-grid{flex-direction:column}.acct-plan-option{min-width:0}.acct-table-card{display:none}.acct-payments-mobile{display:flex;flex-direction:column;gap:.75rem}}@media(max-width:600px){.acct-page-header{flex-direction:column;align-items:flex-start}.acct-setting-row{flex-direction:column;align-items:flex-start;gap:.85rem}.acct-pkg-grid{grid-template-columns:1fr}.acct-qty-row{flex-direction:column;align-items:flex-start;gap:.5rem}.acct-billing-toggle{width:100%}.acct-bill-btn{flex:1;text-align:center}}.dash-profile-card-large{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,#1e3a8a,#4f46e5 60%,#6366f1);color:#fff;padding:1.5rem 1.75rem;border-radius:14px;margin-bottom:1.25rem;box-shadow:0 4px 20px #2563eb33}.dash-profile-avatar-lg{width:64px;height:64px;border-radius:50%;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;flex-shrink:0;border:2px solid rgba(255,255,255,.25)}.dash-profile-details h3{margin:0 0 .15rem;font-size:1.15rem;font-weight:800}.dash-profile-details p{margin:0 0 .4rem;opacity:.8;font-size:.84rem}.dash-profile-details .tier-badge{text-transform:capitalize}.dash-placeholder-note{color:#64748b;font-style:italic;font-size:.92rem}.dash-overview-usage{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.15rem;box-shadow:0 1px 3px #00000008}.dash-overview-usage h3{font-size:.92rem;font-weight:700;color:#1e293b;margin:0 0 .85rem}.dash-usage-mini-grid{display:flex;flex-direction:column;gap:.65rem}.dash-usage-mini-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2rem}.dash-usage-mini-label{font-size:.78rem;font-weight:600;text-transform:capitalize;color:#475569}.dash-usage-mini-bar-track{height:7px;background:#f1f5f9;border-radius:4px;overflow:hidden}.dash-usage-mini-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#6366f1);border-radius:4px;transition:width .5s ease}.dash-usage-mini-bar-fill.bar-warn{background:linear-gradient(90deg,#f59e0b,#ef4444)}.dash-usage-mini-nums{font-size:.72rem;font-weight:600;color:#64748b;white-space:nowrap}.dash-usage-month{font-size:.85rem;color:#475569;margin-bottom:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .85rem;display:inline-flex;gap:.5rem;flex-wrap:wrap}.dash-usage-grid{display:flex;flex-direction:column;gap:.75rem}.dash-usage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1.1rem;box-shadow:0 1px 3px #00000008}.dash-usage-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.dash-usage-action-label{font-weight:700;font-size:.85rem;color:#1e293b;text-transform:capitalize}.dash-usage-frac{font-weight:700;font-size:.82rem;color:#2563eb}.dash-usage-bar-track{height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden}.dash-usage-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#6366f1);border-radius:5px;transition:width .6s ease}.dash-usage-bar-fill.bar-warn{background:linear-gradient(90deg,#f59e0b,#ef4444)}.dash-usage-bar-fill.bar-full{background:#ef4444}.dash-usage-locked{font-size:.78rem;color:#94a3b8;margin-top:.3rem;font-style:italic}.dash-pay-amount{font-weight:700;color:#1e293b}.dash-pay-status{display:inline-block;padding:.15rem .6rem;border-radius:10px;font-size:.75rem;font-weight:700;text-transform:uppercase}.dash-pay-status-paid{background:#dcfce7;color:#166534}.dash-pay-status-pending{background:#fef3c7;color:#92400e}.dash-pay-status-failed{background:#fef2f2;color:#991b1b}.dash-pay-status-refunded{background:#ede9fe;color:#5b21b6}.dash-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.85rem;margin-bottom:1rem}.dash-card-item{background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0;border-radius:14px;padding:1.15rem;position:relative;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 12px #0000001f}.dash-card-item.dash-card-default{border:2px solid #2563eb;box-shadow:0 4px 20px #2563eb4d}.dash-card-brand{font-size:.82rem;font-weight:700;opacity:.7;margin-bottom:.75rem}.dash-card-number{font-size:1.1rem;font-weight:700;letter-spacing:.1em;color:#fff}.dash-card-holder{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;margin-top:.5rem;opacity:.75}.dash-card-exp{font-size:.78rem;opacity:.6;margin-top:.15rem}.dash-card-default-badge{position:absolute;top:.75rem;right:.75rem;background:#2563eb;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:8px;text-transform:uppercase}.dash-card-actions{display:flex;gap:.4rem;margin-top:.75rem}.dash-card-form-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.dash-card-form{background:#fff;border-radius:14px;padding:2rem;width:400px;max-width:90vw;box-shadow:0 12px 40px #0003}.dash-card-form h3{margin:0 0 1.25rem;font-size:1.15rem;font-weight:700;color:#1e293b}.dash-card-form label{display:block;margin-bottom:1rem;font-size:.82rem;font-weight:600;color:#475569}.dash-card-form input,.dash-card-form select{display:block;width:100%;margin-top:.25rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem}.dash-card-form-actions{display:flex;gap:.75rem;margin-top:.5rem}.dash-pay-current-tier{font-size:.9rem;color:#64748b;margin-bottom:1.25rem}.dash-pay-section{margin-bottom:1.75rem}.dash-pay-section-title{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.dash-plan-cards{display:flex;gap:1rem;flex-wrap:wrap}.dash-plan-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;min-width:140px;text-align:center}.dash-plan-card:hover{border-color:#93c5fd;background:#f0f7ff}.dash-plan-card input[type=radio]{display:none}.dash-plan-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px #2563eb22}.dash-plan-name{font-weight:700;font-size:1rem;color:#1e293b}.dash-plan-price{font-size:1.25rem;font-weight:800;color:#2563eb}.dash-plan-price small{font-size:.7rem;font-weight:500;color:#64748b}.dash-plan-annual{font-size:.75rem;color:#64748b;margin-top:2px}.dash-pay-card-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.dash-pay-card-option{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.88rem;transition:all .15s}.dash-pay-card-option:hover{border-color:#93c5fd}.dash-pay-card-active{border-color:#2563eb;background:#eff6ff}.dash-pay-card-brand{font-weight:700;color:#475569;font-size:.78rem}.dash-pay-card-exp{color:#94a3b8;font-size:.78rem}.dash-pay-new-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.dash-pay-new-card label{display:flex;flex-direction:column;gap:.25rem;font-weight:600;font-size:.82rem;color:#475569}.dash-pay-new-card input{padding:.5rem .7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem}.dash-pay-row{display:flex;gap:1rem}.dash-pay-row label{flex:1}.dash-pay-save-checkbox{display:flex;flex-direction:row!important;align-items:center;gap:.5rem;font-size:.85rem;color:#334155;cursor:pointer}.dash-pay-save-checkbox input[type=checkbox]{width:auto;accent-color:#2563eb}.dash-pay-summary{padding:1rem 1.25rem;border:1px solid #e2e8f0;border-radius:12px;background:#fafbfc}.dash-pay-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#475569;padding:.35rem 0}.dash-pay-total span,.dash-pay-total strong{font-size:1.1rem;color:#1e293b}.dash-pay-btn{margin-top:1rem;width:100%;font-size:1rem;padding:.7rem 1rem}.dash-receipt-card{max-width:480px;margin:.75rem auto;padding:1.75rem;border:1px solid #e2e8f0;border-radius:14px;text-align:center;background:#fff;box-shadow:0 1px 4px #0000000a}.dash-receipt-check{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#dcfce7;border-radius:50%;color:#16a34a;margin-bottom:.75rem}.dash-receipt-title{font-size:1.1rem;font-weight:700;color:#16a34a;margin-bottom:1.25rem}.dash-receipt-info{text-align:left}.dash-receipt-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9;font-size:.88rem}.dash-receipt-row span{color:#64748b}.dash-receipt-row strong{color:#1e293b}.dash-receipt-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.dash-txn-id{font-family:monospace;font-size:.78rem;color:#2563eb}.btn-xs{padding:.2rem .55rem;font-size:.72rem;border-radius:6px}.btn-outline{background:transparent;border:1px solid #cbd5e1;color:#475569;border-radius:8px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-outline:hover{background:#eff6ff;color:#1d4ed8}.btn-danger-subtle{background:transparent;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:.3rem .6rem;font-size:.82rem;font-weight:600;cursor:pointer}.btn-danger-subtle:hover{background:#fef2f2}@media(max-width:900px){.site-header-inner{flex-wrap:wrap;gap:.5rem}.site-nav{order:3;width:100%;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.rb-dropdown-menu,.dash-dropdown-menu,.explore-dropdown-menu{position:fixed;top:auto;left:50%;transform:translate(-50%);z-index:1100}.site-footer-inner{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dash-layout{flex-direction:column;padding:1.25rem .75rem 3rem;gap:0}.dash-sidebar-overlay{display:block;position:fixed;inset:0;background:#00000059;z-index:998}.dash-sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;border-radius:0;z-index:999;transform:translate(-100%);overflow-y:auto;box-shadow:4px 0 24px #0000001f;padding-top:1.25rem}.dash-sidebar.open{transform:translate(0)}.dash-sidebar-nav{flex-direction:column;flex-wrap:nowrap}.dash-sidebar-btn{padding:.5rem .75rem;font-size:.85rem}.dash-mobile-toggle{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .75rem;font-size:.82rem;font-weight:600;color:#475569;cursor:pointer;margin-bottom:1rem;transition:background .15s}.dash-mobile-toggle:hover{background:#f8fafc}.resumes-table-desktop{display:none}.resumes-mobile-cards{display:block}.resumes-toolbar{flex-direction:column;align-items:stretch}.resumes-search-wrap{max-width:none}.pagination-controls{flex-direction:column;align-items:center;gap:.75rem}.pagination-info{order:2}.pagination-buttons{order:1}.pagination-size{order:3}}@media(max-width:600px){.site-brand-title{font-size:1rem}.site-brand-sub{display:none}.site-nav-link{padding:.3rem .5rem}.nav-label{font-size:.62rem}.nav-icon{width:18px;height:18px}.user-name{display:none}.user-dropdown-trigger{padding:.25rem .45rem .25rem .25rem}.user-arrow{display:none}.user-dropdown-menu{width:240px;right:-.5rem}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-table{font-size:.78rem}.dashboard-table th{padding:.5rem;font-size:.65rem}.dashboard-table td{padding:.5rem}.dash-stat-icon{width:30px;height:30px}.dash-stat-number{font-size:1.35rem}.site-topbar-inner{justify-content:center;gap:1.25rem}.site-topbar{font-size:.7rem}.site-auth-buttons{gap:.35rem}.btn-header-login{padding:.38rem .65rem;font-size:.78rem}.btn-header-login svg{display:none}.btn-header-signup{padding:.42rem .75rem;font-size:.78rem}.btn-header-signup svg{display:none}.dash-cards-grid{grid-template-columns:1fr}.notif-dropdown{width:260px;right:-1rem}}.pagination-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid #e2e8f0}.pagination-info{font-size:.78rem;color:#64748b;font-weight:500}.pagination-buttons{display:flex;align-items:center;gap:.3rem}.pagination-buttons .btn{min-width:36px;padding:.3rem .6rem;font-size:.8rem;border-radius:8px}.pagination-buttons .btn-primary{pointer-events:none}.pagination-dots{padding:.3rem .25rem;color:#94a3b8;font-size:.9rem;-webkit-user-select:none;user-select:none}.pagination-size{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#64748b}.pagination-size label{font-weight:600}.pagination-size select{padding:.3rem .5rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.8rem;background:#fff;color:#334155;cursor:pointer;outline:none;transition:border-color .15s}.pagination-size select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.resume-pending-banner{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;margin-bottom:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:10px;color:#78350f;font-size:.85rem;font-weight:600;animation:pendingPulse 2s ease-in-out infinite}.resume-pending-banner svg{flex-shrink:0;color:#d97706}.resume-pending-banner span{font-size:.78rem;font-weight:400;opacity:.8;margin-left:auto}@keyframes pendingPulse{0%,to{opacity:1}50%{opacity:.85}}.resume-source-badge{display:inline-block;padding:.15rem .5rem;border-radius:8px;font-size:.72rem;font-weight:600;background:#f1f5f9;color:#475569;text-transform:capitalize}.resume-tag.tag-saved{background:#dcfce7;color:#166534}.resume-tag.tag-queued{background:#fef3c7;color:#92400e}.resume-tag.tag-processing{background:#dbeafe;color:#1e40af}.resume-tag.tag-failed{background:#fee2e2;color:#991b1b}.resume-status-label{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap}.resume-status-label.status-original{background:#e0f2fe;color:#0369a1}.resume-status-label.status-ai{background:#ede9fe;color:#6d28d9}.resume-status-label.status-ats{background:#d1fae5;color:#047857}.resume-version-btns{display:flex;gap:.4rem;flex-wrap:wrap}.btn-outline-original{background:transparent;border:1px solid #93c5fd;color:#2563eb;border-radius:6px;padding:.25rem .6rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;display:inline-flex;align-items:center;gap:.3rem}.btn-outline-original:hover{background:#eff6ff;border-color:#60a5fa}.btn-outline-improved{background:transparent;border:1px solid #c4b5fd;color:#7c3aed;border-radius:6px;padding:.25rem .6rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;display:inline-flex;align-items:center;gap:.3rem}.btn-outline-improved:hover{background:#f5f3ff;border-color:#a78bfa}.profile-avatar-wrapper{position:relative;cursor:pointer;overflow:hidden}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:50%;opacity:0;transition:opacity .2s;color:#fff}.profile-avatar-wrapper:hover .profile-avatar-overlay{opacity:1}.sidebar-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.dash-sidebar-avatar{overflow:hidden}.usage-limit-banner{display:flex;align-items:center;justify-content:space-between;background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;border-radius:8px;padding:.6rem 1rem;font-size:.88rem;margin-bottom:1rem;gap:.75rem}.usage-limit-dismiss{background:none;border:none;font-size:1.2rem;color:#991b1b;cursor:pointer;line-height:1;padding:0 .25rem;flex-shrink:0}.usage-limit-dismiss:hover{color:#450a0a}.usage-limit-overlay{position:fixed;inset:0;z-index:9000;background:#00000073;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.usage-limit-modal{background:#fff;border-radius:14px;padding:2rem 2.25rem;max-width:420px;width:90%;box-shadow:0 12px 40px #0000002e;text-align:center}.usage-limit-modal p{font-size:1rem;color:#334155;margin:0 0 1.25rem;line-height:1.55}.usage-limit-modal-actions{display:flex;gap:.75rem;justify-content:center}.usage-limit-modal-actions .btn{min-width:110px}.pay-page{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 140px);padding:2.5rem 1.5rem 4rem;background:linear-gradient(160deg,#f0f4ff,#e8eef8 40%,#f5f3ff)}.pay-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:980px;width:100%;align-items:start}.pay-card{background:#fff;border-radius:20px;padding:2.25rem 2rem;box-shadow:0 4px 24px #2563eb12,0 1px 3px #0000000a;border:1px solid rgba(226,232,240,.6)}.pay-card-summary{position:sticky;top:2rem}.pay-header-badge{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb;font-size:.78rem;font-weight:700;letter-spacing:.03em;padding:.35rem .85rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase}.pay-header-badge svg{flex-shrink:0}.pay-title{font-size:1.65rem;font-weight:800;color:#0f172a;margin:0 0 .3rem;letter-spacing:-.02em;line-height:1.2}.pay-subtitle{color:#64748b;font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.pay-plan-box{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.35rem;margin-bottom:1.5rem}.pay-plan-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .75rem;border-radius:6px;margin-bottom:.85rem}.pay-plan-row{display:flex;justify-content:space-between;align-items:center}.pay-plan-price-wrap{display:flex;align-items:baseline;gap:.3rem}.pay-plan-price{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1}.pay-plan-cycle{font-size:.85rem;font-weight:500;color:#94a3b8}.pay-billing-section{margin-bottom:1.25rem}.pay-billing-label{display:block;font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.pay-billing-toggle{display:flex}.pay-billing-track{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;gap:4px;width:100%}.pay-bill-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .75rem;border:none;border-radius:9px;background:transparent;color:#64748b;font-weight:600;font-size:.88rem;cursor:pointer;transition:all .2s ease}.pay-bill-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 6px #00000014}.pay-bill-save-badge{display:inline-flex;background:#dcfce7;color:#16a34a;font-size:.68rem;font-weight:800;padding:.15rem .45rem;border-radius:5px;letter-spacing:.02em}.pay-savings{display:flex;align-items:center;gap:.45rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:.65rem .9rem;margin-bottom:1.25rem;font-size:.84rem;color:#15803d;font-weight:500;line-height:1.4}.pay-savings svg{flex-shrink:0;color:#16a34a}.pay-includes{margin-bottom:1.5rem}.pay-includes-title{font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.pay-includes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.pay-includes-list li{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:#334155;font-weight:500}.pay-includes-list li svg{flex-shrink:0}.pay-trust-strip{display:flex;gap:1rem;border-top:1px solid #e2e8f0;padding-top:1.25rem}.pay-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#94a3b8}.pay-trust-item svg{flex-shrink:0;color:#94a3b8}.pay-payment-heading{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1.25rem}.pay-card-only-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:2px solid #2563eb;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f0f5ff);margin-bottom:1.5rem}.pay-card-only-left{display:flex;align-items:center;gap:.85rem}.pay-card-only-title{display:block;font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.2}.pay-card-only-sub{display:block;font-size:.78rem;color:#64748b;line-height:1.3}.pay-card-brands{display:flex;gap:.35rem;flex-shrink:0}.pay-brand-pill{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;font-size:.68rem;font-weight:800;letter-spacing:.03em;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;text-transform:uppercase}.pay-form{display:flex;flex-direction:column}.pay-method-body{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.pay-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pay-saved-cards{margin-bottom:.5rem}.pay-card-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.pay-card-option{display:flex;align-items:center;gap:.6rem;padding:.65rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.88rem;transition:all .15s}.pay-card-option.selected{border-color:#2563eb;background:#eff6ff}.pay-card-option input[type=radio]{accent-color:#2563eb}.pay-card-brand{font-weight:700;text-transform:uppercase;font-size:.82rem;color:#334155}.pay-card-expiry{color:#94a3b8;font-size:.82rem}.pay-card-default{margin-left:auto;font-size:.72rem;font-weight:700;color:#16a34a;background:#dcfce7;padding:.15rem .5rem;border-radius:6px}.pay-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#475569;cursor:pointer}.pay-checkbox input{accent-color:#2563eb;width:16px;height:16px}.pay-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.5rem;font-size:1.05rem;font-weight:700;border-radius:12px;margin-top:.75rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #2563eb40;letter-spacing:.01em}.pay-submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb59;transform:translateY(-1px)}.pay-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb33}.pay-submit:disabled{opacity:.6;cursor:not-allowed}.pay-btn-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pay-spin .7s linear infinite}.pay-secure-note{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;color:#94a3b8;margin:.85rem 0 0;font-weight:500}.pay-secure-note svg{flex-shrink:0}.pay-back-btn{display:flex;align-items:center;justify-content:center;gap:.35rem;margin:1.25rem auto 0;background:none;border:none;color:#64748b;font-size:.88rem;font-weight:500;cursor:pointer;padding:.5rem .85rem;border-radius:8px;transition:all .15s}.pay-back-btn:hover{color:#2563eb;background:#f1f5f9}.pay-back-btn svg{flex-shrink:0}.pay-receipt{text-align:center}.pay-receipt-icon{font-size:3rem;margin-bottom:.5rem}.pay-receipt-details{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1.25rem;margin:1.25rem 0}.pay-receipt-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9;font-size:.88rem}.pay-receipt-row:last-child{border-bottom:none}.pay-receipt-row span{color:#64748b}.pay-receipt-row strong{color:#1e293b;font-weight:600}.pay-status-paid{color:#16a34a!important;font-weight:700!important}.pay-receipt-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1rem}.pay-receipt-actions .btn{min-width:130px}@media(max-width:820px){.pay-container{grid-template-columns:1fr;max-width:540px}.pay-card-summary{position:static}}@media(max-width:600px){.pay-page{padding:1.25rem .75rem 3rem}.pay-card{padding:1.5rem 1.15rem;border-radius:16px}.pay-title{font-size:1.35rem}.pay-card-only-banner{flex-direction:column;align-items:flex-start;gap:.75rem}.pay-row-2{grid-template-columns:1fr}.pay-receipt-actions{flex-direction:column}.pay-trust-strip{flex-wrap:wrap;gap:.65rem}.pay-plan-price{font-size:1.6rem}}.pay-stripe-element{min-height:100px;margin-bottom:1rem}.pay-stripe-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 0;color:#64748b;font-size:.92rem}.pay-spinner{width:22px;height:22px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:pay-spin .7s linear infinite}@keyframes pay-spin{to{transform:rotate(360deg)}}.pricing-diamond{border-color:#d97706;box-shadow:0 4px 16px #d977061f;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.pricing-diamond:hover{box-shadow:0 8px 28px #d9770633}.pricing-founder{border-color:#059669;box-shadow:0 4px 16px #0596691a;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.pricing-founder:hover{box-shadow:0 8px 28px #0596692e}.pricing-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}.pricing-trust-badges span{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:#334155}.trust-check-icon{flex-shrink:0}.session-popup-overlay{position:fixed;inset:0;z-index:10000;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:session-fade-in .2s ease}@keyframes session-fade-in{0%{opacity:0}to{opacity:1}}.session-popup{background:#fff;border-radius:16px;padding:2rem 2.25rem;width:380px;max-width:92vw;box-shadow:0 20px 60px #0000002e,0 2px 8px #0000000f;text-align:center;animation:session-slide-up .25s ease}@keyframes session-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.session-popup-icon{margin-bottom:.75rem}.session-popup-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0 0 .35rem}.session-popup-msg{font-size:.88rem;color:#64748b;margin:0 0 1.25rem;line-height:1.5}.session-popup-timer{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin-bottom:1.25rem}.session-popup-seconds{font-size:2.5rem;font-weight:800;color:#dc2626;line-height:1;font-variant-numeric:tabular-nums}.session-popup-label{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.session-popup-actions{display:flex;flex-direction:column;gap:.5rem}.session-popup-btn{width:100%;padding:.65rem 1rem;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s}.session-popup-btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.session-popup-btn-secondary:hover{background:#e2e8f0}.session-superseded-card{background:#fff;border-radius:18px;padding:2rem 2rem 1.5rem;width:420px;max-width:92vw;box-shadow:0 24px 64px #0000002e,0 4px 12px #00000014;text-align:center;animation:session-slide-up .3s ease}.session-superseded-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#fef2f2,#ffe4e6);margin:0 auto 1rem}.session-superseded-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.session-superseded-msg{font-size:.9rem;color:#475569;margin:0 0 .5rem;line-height:1.6}.session-superseded-hint{font-size:.82rem;color:#64748b;margin:0 0 1.25rem;line-height:1.5;font-style:italic}.session-superseded-form{display:flex;flex-direction:column;gap:.65rem}.session-superseded-input{width:100%;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-family:inherit;color:#1e293b;background:#f8fafc;transition:border-color .2s,box-shadow .2s;outline:none}.session-superseded-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#fff}.session-superseded-input::placeholder{color:#94a3b8}.session-superseded-error{font-size:.82rem;color:#dc2626;background:#fef2f2;padding:.5rem .75rem;border-radius:8px;border:1px solid #fecaca;text-align:left}.session-superseded-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;border-radius:10px;margin-top:.25rem}.session-superseded-dismiss{background:none;border:none;color:#94a3b8;font-size:.8rem;font-weight:500;cursor:pointer;margin-top:1rem;padding:.4rem .8rem;border-radius:6px;transition:color .2s,background .2s}.session-superseded-dismiss:hover{color:#475569;background:#f1f5f9}@media(max-width:480px){.session-superseded-card{padding:1.5rem 1.25rem 1.25rem}.session-superseded-title{font-size:1.1rem}.session-superseded-msg{font-size:.84rem}}.session-expired-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem 1rem}.session-expired-card{background:#fff;border-radius:16px;padding:2.5rem 2.25rem;width:400px;max-width:92vw;box-shadow:0 8px 32px #00000014;text-align:center}.session-expired-icon{margin-bottom:1rem}.session-expired-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.session-expired-msg{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 1.5rem}.session-expired-btn{width:100%;padding:.7rem 1rem;border-radius:10px;font-size:.95rem;font-weight:700}.country-template-page{max-width:1120px;margin:0 auto;padding:2.25rem 1.5rem 4rem;position:relative}.country-template-page:before{content:"";position:absolute;top:-40px;left:50%;transform:translate(-50%);width:700px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.03) 0%,rgba(37,99,235,.015) 40%,transparent 70%);pointer-events:none;z-index:0}.ctp-hero{position:relative;z-index:1;margin-bottom:2.5rem}.ctp-back{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem .35rem .5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.ctp-back:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.ctp-back:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.ctp-hero-content{text-align:center;margin-bottom:1.1rem}.ctp-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem 1rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff,#dbeafe);border:1px solid rgba(79,70,229,.1);box-shadow:0 1px 4px #4f46e50f;margin-bottom:1rem}.ctp-badge svg{flex-shrink:0;color:#6366f1}.ctp-hero-content h2{font-size:2.1rem;font-weight:800;color:#0f172a;margin:0 0 .6rem;letter-spacing:-.025em;line-height:1.2}.ctp-accent{background:linear-gradient(135deg,#4f46e5,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ctp-subtitle{font-size:.96rem;color:#64748b;max-width:580px;margin:0 auto;line-height:1.65}.ctp-hero-meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.ctp-hero-stat{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:#64748b;padding:.3rem .75rem;background:#f8fafccc;border:1px solid rgba(226,232,240,.6);border-radius:100px}.ctp-hero-stat svg{color:#6366f1;flex-shrink:0}.ctp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;position:relative;z-index:1}.ctp-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.4rem 1.35rem 1.25rem;cursor:pointer;text-align:left;font:inherit;color:inherit;overflow:hidden;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0f172a0a,0 4px 14px #0f172a08}.ctp-card:after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,rgba(79,70,229,.025) 0%,transparent 55%);opacity:0;transition:opacity .25s;pointer-events:none}.ctp-card:hover{border-color:#a5b4fc;box-shadow:0 4px 16px #4f46e51a,0 12px 36px #4f46e512;transform:translateY(-3px)}.ctp-card:hover:after{opacity:1}.ctp-card:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.ctp-card:active{transform:translateY(-1px);box-shadow:0 2px 8px #4f46e514}.ctp-card--selected{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f,0 4px 20px #4f46e51a}.ctp-card--selected:after{opacity:1}.ctp-card-check{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;border-radius:50%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #4f46e54d;z-index:1}.ctp-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.ctp-card-flag{font-size:2rem;line-height:1;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}.ctp-card-identity{flex:1;min-width:0}.ctp-card-code{display:block;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:.05rem}.ctp-card-name{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctp-card-arrow{flex-shrink:0;color:#cbd5e1;transition:color .2s,transform .2s}.ctp-card:hover .ctp-card-arrow{color:#4f46e5;transform:translate(3px)}.ctp-card-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.85rem}.ctp-tag{display:inline-block;padding:.18rem .55rem;border-radius:6px;font-size:.67rem;font-weight:600;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;letter-spacing:.01em}.ctp-tag--type{background:#eef2ff;color:#4338ca;border-color:#6366f11f}.ctp-card-rules{display:flex;flex-direction:column;gap:.35rem;padding-top:.65rem;border-top:1px solid #f1f5f9}.ctp-rule{display:flex;justify-content:space-between;align-items:center;font-size:.76rem}.ctp-rule-label{color:#94a3b8;font-weight:500;font-size:.73rem}.ctp-rule-chip{font-weight:600;color:#475569;font-size:.73rem}.ctp-rule-chip--positive{color:#059669;font-weight:600}.ctp-rule-chip--neutral{color:#94a3b8;font-weight:500}.ctp-tips-area{margin-top:.6rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.ctp-tips-toggle{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border:1px solid #e2e8f0;border-radius:6px;background:#fafbfc;color:#4f46e5;font:inherit;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s}.ctp-tips-toggle:hover{background:#eef2ff;border-color:#c7d2fe}.ctp-tips-list{list-style:none;padding:0;margin:.45rem 0 0;display:flex;flex-direction:column;gap:.3rem}.ctp-tips-list li{font-size:.72rem;color:#475569;line-height:1.5;padding-left:1rem;position:relative}.ctp-tips-list li:before{content:"→";position:absolute;left:0;color:#4f46e5;font-weight:700}.ctp-loading,.ctp-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#64748b}.ctp-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:ctp-spin .6s linear infinite}@keyframes ctp-spin{to{transform:rotate(360deg)}}.ctp-btn{padding:.5rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .15s}.ctp-btn-primary{background:#4f46e5;color:#fff}.ctp-btn-primary:hover{background:#4338ca}.ctp-preparing-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#ffffffb3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:ctp-fade-in .2s ease}@keyframes ctp-fade-in{0%{opacity:0}to{opacity:1}}.ctp-preparing-box{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2.5rem 3rem;border-radius:16px;box-shadow:0 8px 32px #4f46e51f,0 2px 8px #0000000f}.ctp-preparing-box .ctp-spinner{width:40px;height:40px;border-width:3.5px}.ctp-preparing-box p{margin:0;font-size:1rem;color:#334155;font-weight:500}.ctp-preparing-box strong{color:#4f46e5}.ctp-grid--disabled{pointer-events:none;opacity:.5;filter:grayscale(.3);transition:opacity .2s,filter .2s}.ctp-card:disabled{cursor:not-allowed}@media(max-width:1024px){.ctp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.country-template-page{padding:1.5rem 1rem 3rem}.country-template-page:before{width:400px;height:400px}.ctp-hero{margin-bottom:2rem}.ctp-hero-content h2{font-size:1.5rem}.ctp-subtitle{font-size:.88rem}.ctp-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.ctp-card{padding:1.2rem 1.15rem 1.1rem}.ctp-hero-meta{gap:.75rem}}@media(max-width:540px){.ctp-grid{grid-template-columns:1fr}.ctp-hero-content h2{font-size:1.3rem}.ctp-hero-meta{flex-direction:column;gap:.5rem}.ctp-card-arrow{display:none}}.builder-tabs{display:flex;flex-direction:column;height:100%;min-height:0}.bt-nav{position:sticky;top:0;z-index:30;display:flex;align-items:stretch;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1.5px solid var(--border);padding:0;gap:0;flex-shrink:0;box-shadow:0 1px 3px #0000000a;border-radius:10px 10px 0 0;overflow:hidden;position:relative}.bt-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.55rem .25rem .5rem;cursor:pointer;border:none;background:transparent;color:var(--text-muted);font-size:.66rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;transition:color .2s,background .2s;position:relative;user-select:none;-webkit-user-select:none}.bt-tab:hover{color:var(--primary);background:#2563eb0a}.bt-tab-active{color:var(--primary)}.bt-tab-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.bt-tab-icon svg{width:17px;height:17px}.bt-tab-label{line-height:1;white-space:nowrap}.bt-indicator{position:absolute;bottom:0;height:2.5px;background:linear-gradient(90deg,var(--primary),#6366f1);border-radius:2px 2px 0 0;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);z-index:2}.bt-content{flex:1;min-height:0;overflow-y:auto;padding:.85rem .75rem 1.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.bt-content::-webkit-scrollbar{width:5px}.bt-content::-webkit-scrollbar-track{background:transparent}.bt-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.bt-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tab-templates-colors{display:flex;flex-direction:column;gap:1.25rem}.tc-section{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem .9rem}.tc-section-header{display:flex;align-items:center;gap:.45rem;margin-bottom:.7rem}.tc-section-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#2563eb14,#6366f114);color:var(--primary);flex-shrink:0}.tc-section-icon svg{width:14px;height:14px}.tc-section-title{font-size:.78rem;font-weight:700;color:var(--text);letter-spacing:.01em}.tc-section-desc{font-size:.68rem;color:var(--text-muted);margin-top:.05rem}.tc-swatches{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.tc-swatch{width:26px;height:26px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .2s,box-shadow .2s;position:relative}.tc-swatch:hover{transform:scale(1.15);box-shadow:0 2px 8px #00000026}.tc-swatch-active{border-color:var(--text)!important;box-shadow:0 0 0 2px #1e293b26}.tc-swatch-active:after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.tc-swatch-custom{position:relative;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px dashed #cbd5e1;cursor:pointer;background:conic-gradient(#ef4444,#f59e0b,#10b981,#3b82f6,#8b5cf6,#ef4444);transition:transform .15s;overflow:hidden}.tc-swatch-custom:hover{transform:scale(1.15)}.tc-swatch-input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.tc-custom-label{font-size:.55rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);pointer-events:none}.tc-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.55rem}.tc-color-item{display:flex;align-items:center;gap:.4rem;padding:.35rem .45rem;background:#f8fafc;border:1px solid var(--border);border-radius:7px;font-size:.7rem;transition:border-color .15s}.tc-color-item:hover{border-color:#94a3b8}.tc-color-item input[type=color]{width:22px;height:22px;border:1px solid var(--border);border-radius:4px;padding:0;cursor:pointer;flex-shrink:0;-webkit-appearance:none;appearance:none;background:none}.tc-color-item input[type=color]::-webkit-color-swatch-wrapper{padding:1px}.tc-color-item input[type=color]::-webkit-color-swatch{border:none;border-radius:3px}.tc-color-label{flex:1;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-color-hex{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.62rem;color:var(--text-muted);min-width:3.5em}.tc-clear-btn{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:.8rem;padding:0 .1rem;line-height:1;transition:color .15s}.tc-clear-btn:hover{color:var(--danger)}.tab-text-styles{display:flex;flex-direction:column;gap:1rem}.ts-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.ts-title{font-size:.82rem;font-weight:700;color:var(--text)}.ts-subtitle{font-size:.65rem;color:var(--text-muted);margin-top:.1rem}.ts-reset-btn{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text-muted);font-size:.68rem;font-weight:600;padding:.3rem .6rem;border-radius:6px;cursor:pointer;transition:all .15s}.ts-reset-btn:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-bg)}.ts-group{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .8rem}.ts-group-title{font-size:.72rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;display:flex;align-items:center;gap:.35rem}.ts-group-title:before{content:"";width:3px;height:12px;border-radius:2px;background:linear-gradient(180deg,var(--primary),#6366f1);flex-shrink:0}.ts-controls{display:flex;flex-wrap:wrap;gap:.45rem .75rem;align-items:end}.ts-field{display:flex;flex-direction:column;gap:.15rem;min-width:0}.ts-field label{font-size:.62rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.ts-field input[type=number],.ts-field select{padding:.3rem .4rem;border:1px solid var(--border);border-radius:6px;font-size:.75rem;color:var(--text);background:#fff;transition:border-color .15s;width:100%}.ts-field input[type=number]:focus,.ts-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.ts-field input[type=color]{width:28px;height:28px;border:1px solid var(--border);border-radius:5px;padding:0;cursor:pointer;-webkit-appearance:none;appearance:none;background:none}.ts-field input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.ts-field input[type=color]::-webkit-color-swatch{border:none;border-radius:3px}.tab-layout{display:flex;flex-direction:column;gap:1rem}.lo-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.lo-title{font-size:.82rem;font-weight:700;color:var(--text)}.lo-subtitle{font-size:.65rem;color:var(--text-muted);margin-top:.1rem}.lo-reset-btn{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text-muted);font-size:.68rem;font-weight:600;padding:.3rem .6rem;border-radius:6px;cursor:pointer;transition:all .15s}.lo-reset-btn:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-bg)}.lo-section{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .85rem}.lo-section-label{font-size:.7rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.55rem;display:flex;align-items:center;gap:.35rem}.lo-section-label:before{content:"";width:3px;height:12px;border-radius:2px;background:linear-gradient(180deg,var(--primary),#6366f1);flex-shrink:0}.lo-layout-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.lo-layout-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;padding:.6rem .35rem .5rem;border:1.5px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;position:relative}.lo-layout-card:hover{border-color:#94a3b8;box-shadow:0 2px 8px #0000000f}.lo-layout-card-active{border-color:var(--primary)!important;background:#2563eb08;box-shadow:0 0 0 2px #2563eb1f}.lo-layout-card-active:after{content:"✓";position:absolute;top:4px;right:6px;font-size:.6rem;font-weight:800;color:var(--primary)}.lo-layout-icon{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.lo-layout-card-active .lo-layout-icon{color:var(--primary)}.lo-layout-icon svg{width:32px;height:32px}.lo-layout-name{font-size:.7rem;font-weight:700;color:var(--text)}.lo-layout-card-active .lo-layout-name{color:var(--primary)}.lo-layout-desc{font-size:.58rem;color:var(--text-muted);line-height:1.3}.lo-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:end}.lo-inline-group{display:flex;align-items:center;gap:.35rem}.lo-toggle-group{display:inline-flex;border:1px solid var(--border);border-radius:6px;overflow:hidden}.lo-toggle-btn{padding:.3rem .65rem;border:none;background:#fff;color:var(--text-muted);font-size:.68rem;font-weight:600;cursor:pointer;transition:all .15s}.lo-toggle-btn:not(:last-child){border-right:1px solid var(--border)}.lo-toggle-btn:hover{background:#f1f5f9}.lo-toggle-active{background:var(--primary)!important;color:#fff!important}.lo-field{display:flex;flex-direction:column;gap:.15rem;min-width:0}.lo-field label{font-size:.62rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.lo-select{padding:.3rem .4rem;border:1px solid var(--border);border-radius:6px;font-size:.72rem;color:var(--text);background:#fff;cursor:pointer;transition:border-color .15s}.lo-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.lo-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem}.lo-color-item{display:flex;align-items:center;gap:.35rem;padding:.3rem .4rem;background:#f8fafc;border:1px solid var(--border);border-radius:7px;font-size:.68rem}.lo-color-item input[type=color]{width:22px;height:22px;border:1px solid var(--border);border-radius:4px;padding:0;cursor:pointer;flex-shrink:0;-webkit-appearance:none;appearance:none;background:none}.lo-color-item input[type=color]::-webkit-color-swatch-wrapper{padding:1px}.lo-color-item input[type=color]::-webkit-color-swatch{border:none;border-radius:3px}.lo-color-label{flex:1;font-weight:600;color:var(--text);white-space:nowrap}.lo-section-helper{font-size:.67rem;color:var(--text-muted);line-height:1.45;margin-top:.15rem}.lo-section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.lo-hint{font-size:.6rem;color:var(--text-muted);font-style:italic;margin-top:.15rem}.lo-reset-colors-btn{display:inline-flex;align-items:center;gap:.2rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text-muted);font-size:.64rem;font-weight:600;padding:.25rem .55rem;border-radius:5px;cursor:pointer;transition:all .15s;flex-shrink:0;white-space:nowrap}.lo-reset-colors-btn:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-bg)}.lo-color-cards{display:flex;flex-direction:column;gap:.5rem}.lo-color-card{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem .7rem;background:#f8fafc;border:1px solid var(--border);border-radius:8px;transition:border-color .15s,box-shadow .15s}.lo-color-card:hover{border-color:#94a3b8;box-shadow:0 1px 4px #0000000a}.lo-color-card-disabled{opacity:.55;pointer-events:none;cursor:default}.lo-color-card-disabled:hover{border-color:var(--border);box-shadow:none}.lo-color-card-header{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.lo-color-card-dot{width:24px;height:24px;border-radius:6px;flex-shrink:0;box-shadow:inset 0 0 0 1px #0000000f}.lo-color-card-dot-text{border-radius:50%;width:22px;height:22px}.lo-color-card-info{display:flex;flex-direction:column;gap:.05rem;min-width:0}.lo-color-card-title{font-size:.72rem;font-weight:700;color:var(--text);line-height:1.2}.lo-color-card-desc{font-size:.6rem;color:var(--text-muted);line-height:1.3}.lo-color-card-controls{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.lo-color-card-controls input[type=color]{width:28px;height:28px;border:1.5px solid var(--border);border-radius:6px;padding:0;cursor:pointer;-webkit-appearance:none;appearance:none;background:none;transition:border-color .15s}.lo-color-card-controls input[type=color]:hover{border-color:var(--primary)}.lo-color-card-controls input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.lo-color-card-controls input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.lo-color-card-hex{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.62rem;color:var(--text-muted);min-width:3.8em;text-transform:uppercase}.lo-placement-columns{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:.15rem}.lo-placement-col{display:flex;flex-direction:column;gap:0}.lo-placement-col-head{display:flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .55rem;border-radius:7px 7px 0 0;border:1px solid var(--border);border-bottom:none}.lo-placement-col-head svg{flex-shrink:0;opacity:.7}.lo-placement-col-count{margin-left:auto;font-size:.58rem;font-weight:700;background:#0000000f;padding:.05rem .35rem;border-radius:8px;line-height:1.4}.lo-placement-col-sidebar .lo-placement-col-head{background:linear-gradient(180deg,#ede9fe,#f5f3ff);color:#6d28d9;border-color:#ddd6fe}.lo-placement-col-sidebar .lo-placement-col-count{background:#6d28d91a}.lo-placement-col-main .lo-placement-col-head{background:linear-gradient(180deg,#dbeafe,#eff6ff);color:#1d4ed8;border-color:#bfdbfe}.lo-placement-col-main .lo-placement-col-count{background:#1d4ed81a}.lo-placement-dropzone{display:flex;flex-direction:column;gap:.3rem;min-height:60px;padding:.4rem;border:1.5px dashed var(--border);border-top:none;border-radius:0 0 7px 7px;background:#fafbfc;transition:background .15s,border-color .15s}.lo-placement-col-sidebar .lo-placement-dropzone{border-color:#ddd6fe}.lo-placement-col-main .lo-placement-dropzone{border-color:#bfdbfe}.lo-placed-chip{display:flex;align-items:center;gap:.3rem;padding:.35rem .45rem;background:#fff;border:1px solid var(--border);border-radius:6px;font-size:.68rem;font-weight:600;color:var(--text);transition:background .15s,border-color .15s,box-shadow .15s}.lo-placed-chip:hover{background:#f1f5f9;border-color:#94a3b8;box-shadow:0 1px 3px #0000000a}.lo-placed-chip-icon{color:#94a3b8;font-size:.85rem;font-weight:700;line-height:1;cursor:grab;flex-shrink:0}.lo-placed-chip-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lo-placed-chip-action{display:inline-flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:.1rem;border-radius:3px;transition:all .15s;flex-shrink:0}.lo-placed-chip-move{color:var(--text-muted);width:20px;height:20px}.lo-placed-chip-move:hover{color:var(--primary);background:#2563eb14}.lo-placed-chip-remove{color:#94a3b8;font-size:.85rem;font-weight:700;width:20px;height:20px}.lo-placed-chip-remove:hover{color:var(--danger);background:#ef444414}.lo-placement-empty{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.8rem .5rem;text-align:center;color:#94a3b8}.lo-placement-empty svg{opacity:.4}.lo-placement-empty span:first-of-type{font-size:.65rem;font-weight:600}.lo-placement-empty-hint{font-size:.58rem;color:#b0b8c4}.lo-placement-tip{display:flex;align-items:center;gap:.35rem;font-size:.63rem;color:var(--text-muted);margin-top:.55rem;padding:.4rem .55rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px}.lo-placement-tip svg{flex-shrink:0;color:#0284c7}.lo-available-pool{margin-top:.75rem;padding-top:.65rem;border-top:1px dashed var(--border)}.lo-available-pool-head{margin-bottom:.5rem}.lo-available-pool-title{font-size:.7rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.3rem}.lo-available-pool-title:before{content:"";width:3px;height:11px;border-radius:2px;background:#f59e0b;flex-shrink:0}.lo-available-pool-desc{font-size:.62rem;color:var(--text-muted);line-height:1.4;margin-top:.1rem}.lo-available-chips{display:flex;flex-direction:column;gap:.35rem}.lo-available-chip{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .55rem;background:#fffbeb;border:1px solid #fde68a;border-radius:7px;transition:background .15s,border-color .15s}.lo-available-chip:hover{background:#fef3c7;border-color:#fbbf24}.lo-available-chip-label{font-size:.7rem;font-weight:650;color:#78350f;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lo-available-chip-actions{display:flex;gap:.3rem;flex-shrink:0}.lo-available-chip-btn{display:inline-flex;align-items:center;gap:.2rem;border:none;padding:.22rem .5rem;border-radius:4px;font-size:.6rem;font-weight:700;cursor:pointer;transition:all .15s;white-space:nowrap}.lo-available-chip-btn svg{flex-shrink:0}.lo-available-chip-btn-sidebar{background:#ede9fe;color:#6d28d9}.lo-available-chip-btn-sidebar:hover{background:#ddd6fe;color:#5b21b6}.lo-available-chip-btn-main{background:#dbeafe;color:#1d4ed8}.lo-available-chip-btn-main:hover{background:#bfdbfe;color:#1e40af}@media(max-width:900px){.bt-tab-label{display:none}.bt-tab{padding:.45rem .2rem}.bt-tab-icon svg{width:19px;height:19px}.tc-color-grid,.lo-layout-grid,.lo-columns{grid-template-columns:1fr}}@media(max-width:640px){.bt-content{padding:.6rem .5rem 1rem}.tc-swatches{gap:.3rem}.tc-swatch{width:22px;height:22px}}.ps-page{display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1rem 4rem;min-height:65vh;background:linear-gradient(135deg,#f0f4ff,#f8f9fc 60%,#eef2ff)}.ps-card{background:#fff;border-radius:18px;box-shadow:0 4px 32px #6366f11a,0 1.5px 6px #0000000a;padding:2.5rem 2.25rem 2rem;max-width:480px;width:100%;position:relative;overflow:hidden}.ps-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#6366f1,#a78bfa,#6366f1)}.ps-loading-card{text-align:center;padding-top:3rem}.ps-header{text-align:center;margin-bottom:.75rem}.ps-badge{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;margin-bottom:.75rem}.ps-badge-ok{background:#ecfdf5;color:#16a34a}.ps-badge-info{background:#eff6ff;color:#3b82f6}.ps-badge-warn{background:#fef3c7;color:#d97706}.ps-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 .3rem}.ps-subtitle{font-size:.92rem;color:#64748b;margin:0;line-height:1.4}.ps-amount-block{text-align:center;margin:1.25rem 0;padding:1rem;background:linear-gradient(135deg,#f8f7ff,#eef2ff);border-radius:12px;border:1px solid #e0e7ff}.ps-amount-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6366f1;font-weight:600;margin-bottom:.25rem}.ps-amount{font-size:2rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.ps-amount small{font-size:.85rem;font-weight:500;color:#94a3b8;margin-left:.15rem}.ps-receipt{margin:1.25rem 0 1.5rem;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden}.ps-receipt-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.88rem;border-bottom:1px solid #f1f5f9;background:#fff}.ps-receipt-row:last-child{border-bottom:none}.ps-receipt-row:nth-child(2n){background:#fafbfc}.ps-receipt-row>span{color:#64748b;font-weight:500;flex-shrink:0}.ps-receipt-row>strong{color:#1e293b;font-weight:600;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:58%}.ps-receipt-highlight{background:#f0fdf4!important}.ps-status-paid{color:#16a34a!important;text-transform:capitalize}.ps-text-green{color:#16a34a!important}.ps-tier-badge{display:inline-block;padding:.15rem .65rem;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;font-size:.8rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em}.ps-spinner{width:44px;height:44px;border:3.5px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:ps-spin .75s linear infinite;margin:0 auto 1.25rem}@keyframes ps-spin{to{transform:rotate(360deg)}}.ps-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.ps-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.75rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;outline:none}.ps-btn-primary{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;box-shadow:0 2px 8px #6366f14d}.ps-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 14px #6366f166}.ps-btn-ghost{background:transparent;color:#6366f1;border:1.5px solid #c7d2fe}.ps-btn-ghost:hover{background:#eef2ff;border-color:#6366f1}.ps-error-card{text-align:center;border:1px solid #fde68a}.ps-error-card .ps-subtitle{max-width:380px;margin:0 auto}.ps-error-card .ps-actions{margin-top:1.5rem}@media(max-width:640px){.ps-page{padding:1.5rem .75rem 3rem}.ps-card{padding:2rem 1.25rem 1.5rem;border-radius:14px}.ps-amount{font-size:1.6rem}.ps-actions{flex-direction:column}.ps-btn{width:100%}.ps-receipt-row>strong{max-width:50%}}.cld{display:flex;flex-direction:column;gap:0}.cld-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.cld-header-left{flex:1;min-width:0}.cld-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .2rem;letter-spacing:-.02em}.cld-subtitle{font-size:.82rem;color:#94a3b8;margin:0;font-weight:500}.cld-create-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:700;border-radius:10px;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;box-shadow:0 2px 8px #2563eb40;transition:all .2s;flex-shrink:0}.cld-create-btn:hover{box-shadow:0 4px 16px #2563eb59;transform:translateY(-1px)}.cld-toolbar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;flex-wrap:wrap}.cld-search-wrap{flex:1;min-width:200px;position:relative}.cld-search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.cld-search{width:100%;padding:.5rem 2rem .5rem 2.25rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.84rem;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s;font-family:inherit}.cld-search:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.cld-search::placeholder{color:#94a3b8}.cld-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#94a3b8;padding:.15rem;display:flex;border-radius:50%;transition:color .15s,background .15s}.cld-search-clear:hover{color:#475569;background:#e2e8f0}.cld-filters{display:flex;gap:.5rem;flex-wrap:wrap}.cld-select{padding:.45rem 2rem .45rem .65rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;font-weight:500;color:#334155;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .55rem center / 12px;cursor:pointer;font-family:inherit;-webkit-appearance:none;appearance:none;transition:border-color .15s}.cld-select:focus{outline:none;border-color:#93c5fd}.cld-select-sm{padding:.3rem 1.8rem .3rem .5rem;font-size:.76rem}.cld-active-filters{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem;padding:0 .25rem}.cld-af-label{font-size:.74rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.cld-af-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.74rem;font-weight:600;color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;padding:.2rem .55rem;border-radius:100px}.cld-af-chip button{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.9rem;line-height:1;padding:0;margin-left:.1rem}.cld-af-chip button:hover{color:#4338ca}.cld-af-clear{background:none;border:none;color:#64748b;font-size:.74rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}.cld-af-clear:hover{color:#1e293b}.cld-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.cld-table{width:100%;border-collapse:collapse}.cld-table thead{background:#f8fafc}.cld-table th{padding:.7rem 1rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #e2e8f0;white-space:nowrap}.cld-th-actions{text-align:center;width:100px}.cld-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.84rem;vertical-align:middle}.cld-table tbody tr{transition:background .12s}.cld-table tbody tr:hover{background:#f8faff}.cld-table tbody tr:last-child td{border-bottom:none}.cld-cell-title{min-width:200px}.cld-title-link{background:none;border:none;padding:0;cursor:pointer;font-size:.88rem;font-weight:600;color:#1e293b;text-decoration:none;text-align:left;transition:color .15s;display:block;font-family:inherit}.cld-title-link:hover{color:#2563eb}.cld-company{display:block;font-size:.76rem;color:#94a3b8;margin-top:.15rem;font-weight:500}.cld-cell-date{font-size:.82rem;color:#64748b;white-space:nowrap}.cld-badge{display:inline-block;padding:.18rem .6rem;border-radius:100px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.cld-actions{display:flex;align-items:center;justify-content:center;gap:.35rem}.cld-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}.cld-action-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.cld-action-btn:focus-visible{outline:2px solid #2563eb;outline-offset:1px}.cld-action-danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.cld-pagination{display:flex;align-items:center;justify-content:space-between;padding:.85rem .25rem;margin-top:.5rem;gap:1rem;flex-wrap:wrap}.cld-page-info{font-size:.78rem;color:#94a3b8;font-weight:500}.cld-page-controls{display:flex;align-items:center;gap:.75rem}.cld-page-nav{display:flex;align-items:center;gap:.25rem}.cld-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.cld-page-btn:hover:not(:disabled){background:#f0f7ff;border-color:#93c5fd;color:#2563eb}.cld-page-btn:disabled{opacity:.4;cursor:default}.cld-page-active{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;box-shadow:0 1px 4px #2563eb33}.cld-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.cld-empty-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:16px;background:#eff6ff;color:#2563eb;margin-bottom:1.25rem}.cld-empty-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.cld-empty-desc{font-size:.88rem;color:#64748b;margin:0 0 1.25rem;max-width:360px;line-height:1.5}.cld-error{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:.75rem;color:#991b1b;font-size:.85rem}.cld-error svg{flex-shrink:0;margin-top:.1rem}.cld-error p{margin:0 0 .35rem;font-weight:600}.cld-retry-btn{background:none;border:none;color:#dc2626;font-weight:700;font-size:.82rem;cursor:pointer;text-decoration:underline;padding:0;font-family:inherit}.cld-retry-btn:hover{color:#991b1b}.cld-skeleton{display:flex;flex-direction:column}.cld-skeleton-row{display:flex;align-items:center;gap:1.5rem;padding:1rem;border-bottom:1px solid #f1f5f9}.cld-skeleton-row:last-child{border-bottom:none}.cld-skel{height:14px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:cld-shimmer 1.4s ease-in-out infinite}@keyframes cld-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cld-skel-title{width:180px;height:16px}.cld-skel-badge{width:70px}.cld-skel-date{width:80px}.cld-skel-actions{width:60px}.cld-modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem}.cld-modal{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #00000026;animation:cld-modal-in .2s ease-out}@keyframes cld-modal-in{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cld-modal-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#fef2f2;margin:0 auto 1rem}.cld-modal-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.cld-modal-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin:0 0 1.5rem}.cld-modal-actions{display:flex;gap:.6rem;justify-content:center}.cld-btn-delete{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.cld-btn-delete:hover{background:#b91c1c!important}@media(max-width:768px){.cld-header{flex-direction:column;gap:.75rem}.cld-create-btn{width:100%;justify-content:center}.cld-toolbar{flex-direction:column;gap:.6rem}.cld-search-wrap{min-width:100%}.cld-filters{width:100%}.cld-filters .cld-select{flex:1;min-width:0}.cld-table th:nth-child(3),.cld-table td:nth-child(3){display:none}.cld-table th:nth-child(4),.cld-table td:nth-child(4){display:none}.cld-pagination{flex-direction:column;align-items:center;gap:.5rem}}@media(max-width:500px){.cld-table th:nth-child(2),.cld-table td:nth-child(2){display:none}.cld-table th,.cld-table td{padding:.6rem .65rem}.cld-title{font-size:1.25rem}}.cl-list-page{max-width:1080px;margin:0 auto;padding:2rem 1.5rem 3rem}.cl-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #f1f5f9}.cl-hero-content{flex:1;min-width:280px}.cl-hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.12);border-radius:100px;padding:5px 14px;margin-bottom:10px}.cl-hero-badge svg{color:#6366f1}.cl-hero h1{font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin:0 0 6px;line-height:1.2}.cl-hero-sub{font-size:.9rem;color:#64748b;margin:0;line-height:1.55;max-width:480px}.cl-hero-stats{margin-top:10px}.cl-hero-stat{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:100px;display:inline-flex;gap:4px}.cl-hero-stat strong{font-weight:700;color:#0f172a}.cl-hero-actions{flex-shrink:0;padding-top:24px}.cl-create-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:10px;font-weight:600;font-size:.88rem;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;cursor:pointer;box-shadow:0 2px 12px #2563eb40;transition:all .2s;white-space:nowrap}.cl-create-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #2563eb59}.cl-create-btn--lg{padding:12px 32px;font-size:.95rem}.cl-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap;box-shadow:0 1px 3px #0000000a}.cl-toolbar-left{flex:1;min-width:240px}.cl-search-form{position:relative;display:flex;align-items:center}.cl-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;line-height:0}.cl-search-input{width:100%;padding:9px 14px 9px 38px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.85rem;background:#f8fafc;color:#0f172a;transition:all .2s;outline:none}.cl-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14;background:#fff}.cl-search-input::placeholder{color:#94a3b8}.cl-toolbar-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cl-select{padding:9px 14px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.84rem;background:#f8fafc;color:#334155;cursor:pointer;transition:all .2s;outline:none}.cl-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.cl-clear-btn{font-size:.82rem;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;padding:4px 8px;white-space:nowrap}.cl-clear-btn:hover{text-decoration:underline}.cl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.cl-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 22px;cursor:pointer;transition:all .25s;position:relative;overflow:hidden}.cl-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#6366f1);opacity:0;transition:opacity .25s}.cl-card:hover{border-color:#2563eb4d;box-shadow:0 8px 24px #2563eb14;transform:translateY(-2px)}.cl-card:hover:before{opacity:1}.cl-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cl-card-mode-icon{font-size:1.3rem;line-height:1}.cl-card-title{font-size:.96rem;font-weight:650;color:#0f172a;margin:0 0 8px;line-height:1.4;padding-right:60px}.cl-card-meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px;align-items:center}.cl-card-meta-item{font-size:.78rem;color:#64748b;display:flex;align-items:center;gap:4px}.cl-card-meta-item svg{flex-shrink:0;color:#94a3b8}.cl-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #f1f5f9}.cl-card-mode-label{font-size:.72rem;color:#4f46e5;font-weight:600;background:#4f46e50f;padding:3px 10px;border-radius:6px}.cl-card-date{font-size:.72rem;color:#94a3b8}.cl-card-actions{position:absolute;top:12px;right:12px;display:flex;gap:4px;opacity:0;transition:opacity .2s}.cl-card:hover .cl-card-actions{opacity:1}.cl-action-btn{width:30px;height:30px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .15s}.cl-action-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.cl-action-delete:hover{background:#fef2f2;color:#ef4444;border-color:#fca5a5}.cl-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;font-size:.68rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em}.cl-badge-draft{background:#f1f5f9;color:#64748b}.cl-badge-generated{background:#ecfdf5;color:#059669}.cl-badge-updated{background:#eff6ff;color:#2563eb}.cl-badge-exported{background:#f5f3ff;color:#7c3aed}.cl-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.cl-skeleton-card{height:150px;border-radius:14px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:cl-shimmer 1.5s infinite}@keyframes cl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cl-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:24px;padding-top:20px}.cl-page-info{font-size:.82rem;color:#64748b}.cl-empty-search{text-align:center;padding:64px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.cl-empty-search-icon{font-size:2.5rem;display:block;margin-bottom:14px}.cl-empty-search h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 6px}.cl-empty-search p{font-size:.88rem;color:#64748b;margin:0 0 18px}.cl-empty-cta{text-align:center;padding:56px 24px 48px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e2e8f0;border-radius:18px;margin-bottom:32px}.cl-empty-cta-icon{width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.cl-empty-cta-icon svg{color:#2563eb}.cl-empty-cta h2{font-size:1.4rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0 0 8px}.cl-empty-cta p{font-size:.92rem;color:#64748b;margin:0 auto 24px;max-width:420px;line-height:1.6}.cl-empty-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px}.cl-empty-trust span{font-size:.78rem;color:#475569;font-weight:500}.cl-modes-section{margin-bottom:32px}.cl-modes-header{margin-bottom:18px}.cl-modes-header h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.01em}.cl-modes-header p{font-size:.88rem;color:#64748b;margin:0}.cl-modes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cl-mode-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 20px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:all .25s;position:relative}.cl-mode-card:hover{border-color:#c7d2fe;box-shadow:0 6px 24px #2563eb14;transform:translateY(-2px)}.cl-mode-emoji{font-size:1.5rem;line-height:1;margin-bottom:4px}.cl-mode-label{font-size:.92rem;font-weight:700;color:#0f172a}.cl-mode-desc{font-size:.82rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cl-mode-cta{font-size:.8rem;font-weight:600;color:#2563eb;margin-top:4px;opacity:0;transition:opacity .2s}.cl-mode-card:hover .cl-mode-cta{opacity:1}.cl-how-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px;margin-bottom:28px}.cl-how-section h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 18px}.cl-how-steps{display:flex;gap:24px}.cl-how-step{flex:1;display:flex;gap:14px;align-items:flex-start}.cl-how-num{width:36px;height:36px;min-width:36px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb33}.cl-how-step strong{font-size:.88rem;font-weight:700;color:#0f172a;display:block;margin-bottom:2px}.cl-how-step p{font-size:.8rem;color:#64748b;margin:0;line-height:1.45}.cl-tips-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.cl-tips-section h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 14px}.cl-tips-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.cl-tips-list li{font-size:.84rem;color:#475569;display:flex;align-items:flex-start;gap:8px;line-height:1.45}.cl-tips-list li svg{color:#10b981;flex-shrink:0;margin-top:2px}.cl-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:cl-modal-fade-in .2s ease}@keyframes cl-modal-fade-in{0%{opacity:0}to{opacity:1}}.cl-modal{background:#fff;border-radius:18px;padding:2rem 2.25rem;max-width:480px;width:90%;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;animation:cl-modal-slide .25s ease}@keyframes cl-modal-slide{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cl-modal h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:#0f172a}.cl-modal p{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.5}.cl-modal-actions{display:flex;justify-content:flex-end;gap:.6rem}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.55rem 1.35rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s;box-shadow:0 2px 8px #ef444440}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ef444459}@media(max-width:768px){.cl-list-page{padding:1.25rem 1rem 2rem}.cl-hero{flex-direction:column;gap:.75rem;padding-bottom:1.25rem}.cl-hero h1{font-size:1.35rem}.cl-hero-actions{padding-top:0}.cl-toolbar{flex-direction:column;gap:8px}.cl-toolbar-left{min-width:100%}.cl-toolbar-right{width:100%}.cl-select{flex:1;min-width:0}.cl-grid{grid-template-columns:1fr}.cl-card-actions{opacity:1}.cl-modes-grid{grid-template-columns:1fr}.cl-how-steps{flex-direction:column;gap:14px}.cl-tips-list{grid-template-columns:1fr}.cl-empty-trust{flex-direction:column;gap:8px}}@media(max-width:480px){.cl-hero h1{font-size:1.2rem}.cl-empty-cta{padding:40px 16px 36px}.cl-empty-cta h2{font-size:1.2rem}.cl-how-section,.cl-tips-section{padding:20px 16px}}.cl-editor-page{max-width:1140px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.cl-back-btn{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.82rem;font-weight:500;background:none;border:none;cursor:pointer;padding:.25rem 0;transition:color .15s;margin-bottom:1.25rem}.cl-back-btn:hover{color:var(--primary)}.cl-stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.cl-step{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;color:#94a3b8;transition:color .2s}.cl-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;border:2px solid #e2e8f0;background:#fff;color:#94a3b8;transition:all .2s}.cl-step.active .cl-step-num{border-color:var(--primary);background:var(--primary);color:#fff}.cl-step.active{color:var(--primary);font-weight:600}.cl-step.completed .cl-step-num{border-color:#10b981;background:#10b981;color:#fff}.cl-step.completed{color:#10b981}.cl-step-line{width:48px;height:2px;background:#e2e8f0;margin:0 .5rem;border-radius:999px;transition:background .2s}.cl-step-line.done{background:#10b981}.cl-mode-section{text-align:center}.cl-mode-header-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.cl-mode-header-icon svg{color:#2563eb;width:26px;height:26px}.cl-section-title{font-size:1.45rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0 0 .3rem;line-height:1.25}.cl-section-subtitle{font-size:.9rem;color:var(--text-muted);margin:0 0 2rem;line-height:1.5}.cl-mode-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:720px;margin:0 auto}.cl-mode-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.4rem 1.25rem;text-align:left;background:#fff;border:2px solid var(--border);border-radius:14px;cursor:pointer;transition:all .25s ease;position:relative}.cl-mode-card:hover{border-color:#2563eb59;box-shadow:0 6px 20px #2563eb14;transform:translateY(-2px)}.cl-mode-card-active{border-color:var(--primary)!important;background:#2563eb08;box-shadow:0 0 0 3px #2563eb1a,0 4px 14px #2563eb14}.cl-mode-card-active .cl-mode-icon-box{background:var(--primary)}.cl-mode-card-active .cl-mode-icon-box svg{color:#fff}.cl-mode-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;margin-bottom:.25rem}.cl-mode-icon-box svg{width:20px;height:20px;transition:color .2s}.cl-mode-icon-box.blue{background:#eff6ff}.cl-mode-icon-box.blue svg{color:#2563eb}.cl-mode-icon-box.amber{background:#fffbeb}.cl-mode-icon-box.amber svg{color:#d97706}.cl-mode-icon-box.green{background:#f0fdf4}.cl-mode-icon-box.green svg{color:#16a34a}.cl-mode-icon-box.violet{background:#f5f3ff}.cl-mode-icon-box.violet svg{color:#7c3aed}.cl-mode-label{font-size:.95rem;font-weight:650;color:#0f172a}.cl-mode-desc{font-size:.8rem;color:var(--text-muted);line-height:1.45}.cl-mode-hint{font-size:.72rem;color:#94a3b8;font-style:italic;margin-top:.15rem}.cl-mode-check{position:absolute;top:.75rem;right:.75rem;width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:all .2s}.cl-mode-card-active .cl-mode-check{opacity:1;transform:scale(1)}.cl-input-section{max-width:780px;margin:0 auto}.cl-input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.cl-input-header-left{display:flex;align-items:center;gap:.75rem}.cl-input-header-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-input-header-icon svg{width:20px;height:20px}.cl-input-header h2{font-size:1.2rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:0}.cl-change-mode-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:8px;font-size:.78rem;font-weight:600;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer;transition:all .15s}.cl-change-mode-btn:hover{border-color:var(--primary);color:var(--primary)}.cl-form{display:flex;flex-direction:column;gap:1.25rem}.cl-form-section{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.5rem;box-shadow:0 1px 3px #00000008}.cl-form-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0 0 1rem;display:flex;align-items:center;gap:.4rem}.cl-form-section-title svg{width:14px;height:14px}.cl-form-section-body{display:flex;flex-direction:column;gap:1rem}.cl-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cl-form-group{display:flex;flex-direction:column;gap:.4rem}.cl-form-group label{font-size:.82rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.25rem}.cl-optional{font-weight:400;color:#94a3b8;font-size:.72rem}.cl-required{color:#ef4444;font-size:.85rem}.cl-form-group input,.cl-form-group textarea,.cl-form-group select{padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:10px;font-size:.85rem;background:#f8fafc;color:var(--text);font-family:inherit;transition:all .2s;resize:vertical}.cl-form-group input:focus,.cl-form-group textarea:focus,.cl-form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14;background:#fff}.cl-form-group input::placeholder,.cl-form-group textarea::placeholder{color:#94a3b8}.cl-form-hint{font-size:.73rem;color:#94a3b8;margin-top:.1rem;line-height:1.4}.cl-jd-textarea{min-height:180px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.84rem;line-height:1.6}.cl-tone-chips{display:flex;flex-wrap:wrap;gap:.45rem}.cl-chip{padding:.4rem .85rem;border-radius:50px;font-size:.8rem;font-weight:500;border:1.5px solid var(--border);background:#fff;color:var(--text);cursor:pointer;transition:all .2s}.cl-chip:hover{border-color:#2563eb66;background:#fafbff}.cl-chip-active{border-color:var(--primary);background:#2563eb0f;color:var(--primary);box-shadow:0 0 0 2px #2563eb1a;font-weight:600}.cl-format-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.65rem}.cl-format-card{padding:.85rem 1rem;border:1.5px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;transition:all .2s;text-align:left;position:relative}.cl-format-card:hover{border-color:#2563eb59;background:#fafbff}.cl-format-card-active{border-color:var(--primary);background:#2563eb08;box-shadow:0 0 0 2px #2563eb1a}.cl-format-card-active .cl-format-label{color:var(--primary)}.cl-format-label{display:block;font-size:.84rem;font-weight:650;color:var(--text)}.cl-format-desc{display:block;font-size:.72rem;color:#94a3b8;margin-top:.2rem}.cl-format-check{position:absolute;top:.5rem;right:.5rem;width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .15s;font-size:.6rem}.cl-format-card-active .cl-format-check{opacity:1}.cl-source-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.5rem;box-shadow:0 1px 3px #00000008}.cl-source-header{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.cl-source-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-source-icon svg{width:18px;height:18px}.cl-source-icon.amber{background:#fffbeb}.cl-source-icon.amber svg{color:#d97706}.cl-source-icon.green{background:#f0fdf4}.cl-source-icon.green svg{color:#16a34a}.cl-source-icon.violet{background:#f5f3ff}.cl-source-icon.violet svg{color:#7c3aed}.cl-source-icon.blue{background:#eff6ff}.cl-source-icon.blue svg{color:#2563eb}.cl-source-header-text h4{font-size:.88rem;font-weight:650;color:#0f172a;margin:0 0 .1rem}.cl-source-header-text p{font-size:.76rem;color:#94a3b8;margin:0}.cl-resume-selector{display:flex;flex-direction:column;gap:.5rem}.cl-resume-selector select{padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:10px;font-size:.85rem;background:#f8fafc;color:var(--text);transition:all .2s;cursor:pointer}.cl-resume-selector select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14;background:#fff}.cl-loading-text,.cl-empty-text{font-size:.82rem;color:var(--text-muted)}.cl-empty-text a{color:var(--primary);text-decoration:underline}.cl-combined-sources{display:flex;flex-direction:column;gap:1rem}.cl-combined-explainer{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;font-size:.78rem;color:#1e40af}.cl-combined-explainer svg{flex-shrink:0;width:16px;height:16px}.cl-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.cl-generate-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:650;padding:.7rem 1.75rem;border-radius:10px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;cursor:pointer;box-shadow:0 2px 12px #2563eb40;transition:all .2s ease}.cl-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #2563eb59}.cl-generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cl-back-form-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.15rem;border-radius:10px;font-size:.85rem;font-weight:500;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer;transition:all .15s}.cl-back-form-btn:hover{border-color:#cbd5e1;color:var(--text)}.cl-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:cl-spin .6s linear infinite}.cl-spinner-lg{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:var(--primary);border-radius:50%;animation:cl-spin .6s linear infinite}@keyframes cl-spin{to{transform:rotate(360deg)}}.cl-result-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.cl-result-header{padding:1.25rem 1.5rem 1.15rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fafbff,#fff)}.cl-result-title-area{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1rem}.cl-result-doc-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-result-doc-icon svg{color:#2563eb}.cl-result-title-content{flex:1;min-width:0}.cl-title-input{width:100%;font-size:1.2rem;font-weight:750;color:#0f172a;border:none;border-bottom:2px solid transparent;background:none;padding:.15rem 0 .3rem;transition:border-color .2s;letter-spacing:-.01em}.cl-title-input:focus{outline:none;border-bottom-color:var(--primary)}.cl-title-input::placeholder{color:#c1c9d4}.cl-result-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.45rem}.cl-action-bar{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.cl-action-group{display:flex;gap:.3rem;align-items:center}.cl-action-bar .btn{border-radius:8px;font-size:.78rem;padding:.42rem .8rem;font-weight:550;transition:all .15s}.cl-action-bar .btn-outline{background:#fff;border:1.5px solid #e2e8f0;color:#475569}.cl-action-bar .btn-outline:hover{border-color:#cbd5e1;background:#f8fafc;color:#1e293b}.cl-action-bar-divider{width:1px;height:26px;background:#e2e8f0;margin:0 .2rem;flex-shrink:0}.cl-save-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem 1rem;border-radius:8px;font-size:.78rem;font-weight:650;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;cursor:pointer;box-shadow:0 1px 6px #2563eb33;transition:all .2s}.cl-save-btn:hover:not(:disabled){box-shadow:0 3px 14px #2563eb4d;transform:translateY(-1px)}.cl-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cl-improve-section{padding:.85rem 1.5rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e8ecf1}.cl-improve-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.55rem}.cl-improve-header svg{color:#6366f1}.cl-improve-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6366f1;display:inline}.cl-improve-chips{display:flex;flex-wrap:wrap;gap:.4rem}.cl-improve-chip{padding:.32rem .65rem;border-radius:8px;font-size:.74rem;font-weight:550;border:1.5px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.25rem;line-height:1.2}.cl-improve-chip-icon{font-size:.82rem;line-height:1}.cl-improve-chip:hover:not(:disabled){border-color:#6366f1;color:#4f46e5;background:#f5f3ff;transform:translateY(-1px);box-shadow:0 2px 8px #6366f11f}.cl-improve-chip:disabled{opacity:.4;cursor:not-allowed;transform:none}.cl-generating-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1.25rem;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:14px;margin-top:1rem;box-shadow:0 2px 8px #0000000a}.cl-generating-overlay p{font-size:.88rem;font-weight:500}.cl-progress-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#f0f9ff);border:1.5px solid #bbf7d0;border-radius:14px;padding:1.35rem 1.6rem 1.1rem;margin-top:1rem;box-shadow:0 2px 12px #22c55e14}.cl-progress-step-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem}.cl-progress-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid #bbf7d0;border-top-color:#22c55e;border-radius:50%;animation:cl-spin .7s linear infinite;flex-shrink:0}.cl-progress-label{flex:1;font-size:.92rem;font-weight:650;color:#166534;letter-spacing:-.01em}.cl-progress-pct{font-size:.92rem;font-weight:750;color:#16a34a;font-variant-numeric:tabular-nums}.cl-progress-track{width:100%;height:10px;background:#d1fae5;border-radius:100px;overflow:hidden;position:relative}.cl-progress-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#22c55e,#7c3aed);transition:width .25s ease-out;position:relative}.cl-progress-fill:after{content:"";position:absolute;inset:0;border-radius:100px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%);animation:cl-progress-shine 1.6s ease-in-out infinite}@keyframes cl-progress-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cl-progress-hint{font-size:.78rem;color:#6b7280;text-align:center;margin:.6rem 0 0;font-weight:500}.cl-result-panels{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.cl-panel-tabs{display:none;grid-column:1 / -1;background:#fff;border:1px solid var(--border);border-radius:10px;padding:4px;gap:4px}.cl-panel-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .75rem;border-radius:8px;font-size:.82rem;font-weight:600;color:#64748b;background:none;border:none;cursor:pointer;transition:all .15s}.cl-panel-tab:hover{color:var(--text)}.cl-panel-tab.active{background:var(--primary);color:#fff;box-shadow:0 1px 4px #2563eb33}.cl-panel{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 4px #00000008}.cl-panel-header{display:flex;align-items:center;gap:.4rem;padding:.65rem 1.15rem;border-bottom:1px solid #f1f5f9;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.cl-panel-header svg{color:#94a3b8}.cl-editor-wrap{padding:0;flex:1;display:flex;flex-direction:column}.cl-editor{width:100%;flex:1;min-height:480px;padding:1.25rem 1.35rem;border:none;border-radius:0;font-size:.88rem;line-height:1.8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#fff;resize:vertical;transition:background .2s}.cl-editor:focus{outline:none;background:#fafbff}.cl-panel-preview{background:#f8fafc}.cl-preview-paper{padding:2rem 2.25rem;margin:1rem;background:#fff;border:1px solid #e8ecf1;border-radius:4px;box-shadow:0 1px 4px #0000000a,0 0 0 1px #00000005;min-height:460px;position:relative}.cl-preview-paper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2563eb,#6366f1);border-radius:4px 0 0 4px;opacity:.15}.cl-preview-content{font-size:.9rem;line-height:1.85;color:#1e293b;font-family:Georgia,Times New Roman,serif}.cl-preview-content p{margin:0 0 .55rem}.cl-preview-content p:first-child{margin-top:0}.cl-preview-content p:last-child{margin-bottom:0}.cl-version-modal{max-width:580px;max-height:80vh;overflow-y:auto}.cl-version-list{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.cl-version-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:#f8fafc;border-radius:10px;border:1px solid transparent;transition:all .15s}.cl-version-item:hover{border-color:var(--border);background:#fff}.cl-version-info{display:flex;gap:.75rem;align-items:center}.cl-version-num{font-weight:700;color:var(--primary);font-size:.82rem;background:#2563eb0f;padding:.15rem .5rem;border-radius:6px}.cl-version-action{font-size:.82rem;color:var(--text);text-transform:capitalize;font-weight:500}.cl-version-date{font-size:.75rem;color:#94a3b8}@media(max-width:768px){.cl-editor-page{padding:1rem 1rem 2rem}.cl-mode-grid,.cl-form-row{grid-template-columns:1fr}.cl-form-section{padding:1.15rem}.cl-result-title-area{flex-direction:column;gap:.5rem}.cl-result-doc-icon{width:36px;height:36px;border-radius:10px}.cl-result-doc-icon svg{width:18px;height:18px}.cl-action-bar{gap:.3rem}.cl-action-group{flex-wrap:wrap;gap:.3rem}.cl-action-bar-divider{display:none}.cl-form-actions{flex-direction:column;gap:.75rem}.cl-generate-btn,.cl-back-form-btn{width:100%;justify-content:center}.cl-stepper{gap:0}.cl-step-line{width:28px}.cl-step span:not(.cl-step-num){display:none}.cl-result-panels{grid-template-columns:1fr;gap:0}.cl-panel-tabs{display:flex;margin-bottom:.75rem}.cl-panel{display:none}.cl-panel.cl-panel-active{display:flex}.cl-panel-header{display:none}.cl-editor{min-height:350px}.cl-preview-paper{margin:.75rem;padding:1.25rem 1rem}.cl-improve-section{padding:.75rem 1rem}}@media(max-width:480px){.cl-format-grid{grid-template-columns:1fr 1fr}.cl-title-input{font-size:1rem}.cl-result-header{padding:1rem}.cl-action-bar .btn{font-size:.72rem;padding:.35rem .6rem}.cl-save-btn{font-size:.72rem;padding:.35rem .75rem}.cl-improve-chip{font-size:.7rem;padding:.28rem .55rem}}.faq-page{max-width:100%;margin:0;padding:0}.faq-hero{position:relative;text-align:center;padding:4.5rem 1.5rem 3rem;background:linear-gradient(180deg,#f8faff,#eef2ff 40%,#fff);overflow:hidden}.faq-hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.07) 0%,rgba(99,102,241,.03) 40%,transparent 70%);pointer-events:none;z-index:0}.faq-hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.faq-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.03em;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca;border:1px solid rgba(99,102,241,.15);margin-bottom:1.25rem;box-shadow:0 1px 4px #4f46e514}.faq-badge svg{color:#6366f1;flex-shrink:0}.faq-title{font-size:2.6rem;font-weight:900;color:#0f172a;margin:0 0 .65rem;line-height:1.12;letter-spacing:-.03em}.faq-gradient-text{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-subtitle{font-size:1.08rem;color:#475569;margin:0 auto 2rem;max-width:520px;line-height:1.65}.faq-search-wrap{position:relative;max-width:480px;margin:0 auto 1.5rem}.faq-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.faq-search{width:100%;padding:.85rem 2.8rem .85rem 2.9rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.95rem;color:#1e293b;background:#fff;box-shadow:0 2px 8px #0000000a;transition:border-color .2s,box-shadow .2s;outline:none}.faq-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a,0 2px 8px #0000000a}.faq-search::placeholder{color:#94a3b8}.faq-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px;display:flex;border-radius:50%;transition:color .15s,background .15s}.faq-search-clear:hover{color:#475569;background:#f1f5f9}.faq-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.faq-chip{padding:.4rem 1rem;border:1.5px solid #e2e8f0;border-radius:100px;font-size:.8rem;font-weight:600;color:#475569;background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.faq-chip:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.faq-chip--active{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border-color:transparent;box-shadow:0 2px 8px #2563eb40}.faq-chip--active:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca);color:#fff;border-color:transparent}.faq-results-count{max-width:1200px;margin:0 auto;padding:.6rem 1.5rem 0;font-size:.82rem;color:#64748b}.faq-results-count strong{color:#1e293b;font-weight:600}.faq-list{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 0;display:flex;flex-direction:column;gap:.65rem}.faq-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 2px 12px #0000000a}.faq-item--open{border-color:#2563eb;box-shadow:0 4px 20px #2563eb14,0 1px 4px #00000008}.faq-item--open:hover{border-color:#2563eb}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.15rem 1.35rem;background:none;border:none;cursor:pointer;text-align:left;gap:1rem;font-family:inherit}.faq-q-text{font-size:.98rem;font-weight:600;color:#1e293b;line-height:1.5;transition:color .15s}.faq-question:hover .faq-q-text,.faq-item--open .faq-q-text{color:#2563eb}.faq-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f5f9;color:#475569;transition:background .25s,color .25s,transform .3s}.faq-item--open .faq-icon{background:#2563eb;color:#fff;transform:rotate(0)}.faq-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-answer-wrap--open{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer{margin:0;padding:0 1.35rem 1.25rem;font-size:.93rem;line-height:1.75;color:#475569}.faq-empty{text-align:center;padding:3.5rem 1rem 2rem;color:#94a3b8}.faq-empty p{margin:1rem 0 1.25rem;font-size:1rem;color:#64748b}.faq-empty-reset{padding:.5rem 1.4rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#2563eb;font-weight:600;font-size:.88rem;cursor:pointer;transition:all .2s}.faq-empty-reset:hover{background:#eff6ff;border-color:#2563eb}.faq-cta{max-width:1200px;margin:2.5rem auto 0;padding:0 1.5rem 4rem}.faq-cta-inner{background:linear-gradient(135deg,#1e40af,#4f46e5,#7c3aed);border-radius:20px;padding:2.75rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 8px 40px #2563eb33,0 2px 8px #0000000f}.faq-cta-content{flex:1}.faq-cta-title{font-size:1.55rem;font-weight:800;color:#fff;margin:0 0 .45rem;letter-spacing:-.02em}.faq-cta-text{font-size:.95rem;color:#fffc;margin:0;line-height:1.6;max-width:380px}.faq-cta-actions{display:flex;flex-direction:column;gap:.65rem;flex-shrink:0}.faq-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:12px;font-size:.88rem;font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .25s;border:none}.faq-cta-btn--primary{background:#fff;color:#1e40af;box-shadow:0 2px 12px #0000001a}.faq-cta-btn--primary:hover{background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.faq-cta-btn--secondary{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.3)}.faq-cta-btn--secondary:hover{background:#ffffff40;transform:translateY(-2px)}@media(max-width:768px){.faq-hero{padding:3.5rem 1.25rem 2.25rem}.faq-title{font-size:2rem}.faq-subtitle{font-size:.98rem}.faq-chips{gap:.35rem}.faq-chip{font-size:.75rem;padding:.35rem .85rem}.faq-list{padding:1.25rem 1.25rem 0;gap:.55rem}.faq-cta{padding:0 1.25rem 3rem}.faq-cta-inner{flex-direction:column;text-align:center;padding:2.25rem 1.75rem;gap:1.5rem}.faq-cta-text{max-width:none}.faq-cta-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.faq-hero{padding:2.5rem 1rem 1.75rem}.faq-title{font-size:1.6rem}.faq-subtitle{font-size:.9rem;margin-bottom:1.5rem}.faq-search{padding:.75rem 2.5rem .75rem 2.6rem;font-size:.88rem;border-radius:12px}.faq-chips{gap:.3rem}.faq-chip{font-size:.72rem;padding:.3rem .7rem}.faq-list{padding:1rem 1rem 0;gap:.5rem}.faq-item{border-radius:12px}.faq-question{padding:1rem 1.1rem}.faq-q-text{font-size:.9rem}.faq-icon{width:28px;height:28px;border-radius:8px}.faq-answer{padding:0 1.1rem 1.1rem;font-size:.87rem}.faq-cta{padding:0 1rem 2.5rem;margin-top:2rem}.faq-cta-inner{padding:2rem 1.25rem;border-radius:16px}.faq-cta-title{font-size:1.25rem}.faq-cta-text{font-size:.88rem}.faq-cta-btn{font-size:.82rem;padding:.65rem 1.2rem}.faq-cta-actions{flex-direction:column;width:100%}.faq-cta-btn{width:100%}}.terms-page{max-width:100%;margin:0;padding:0}.terms-hero{position:relative;text-align:center;padding:4.5rem 1.5rem 3rem;background:linear-gradient(180deg,#f8faff,#eef2ff 40%,#fff);overflow:hidden}.terms-hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.07) 0%,rgba(99,102,241,.03) 40%,transparent 70%);pointer-events:none;z-index:0}.terms-hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.terms-meta-row{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}.terms-meta-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:100px;font-size:.76rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.terms-meta-chip svg{color:#64748b;flex-shrink:0}.terms-layout{display:flex;max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 4rem;gap:2.5rem;align-items:flex-start}.terms-toc{position:sticky;top:100px;flex-shrink:0;width:220px;max-height:calc(100vh - 140px);overflow-y:auto;padding-right:.5rem}.terms-toc-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 .75rem;padding-left:.5rem}.terms-toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.terms-toc-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .65rem;border:none;background:none;cursor:pointer;font-size:.8rem;font-weight:500;color:#64748b;border-radius:8px;text-align:left;transition:all .15s;line-height:1.35}.terms-toc-link:hover{color:#1e293b;background:#f1f5f9}.terms-toc-link--active{color:#2563eb;background:#eff6ff;font-weight:600}.terms-toc-num{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.68rem;font-weight:700;background:#f1f5f9;color:#64748b}.terms-toc-link--active .terms-toc-num{background:#2563eb;color:#fff}.terms-body{flex:1;min-width:0;max-width:760px}.terms-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.75rem 2.5rem 2.5rem;box-shadow:0 2px 16px #00000008}.terms-section{margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid #f1f5f9;scroll-margin-top:90px}.terms-section:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}.terms-section h2{display:flex;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 .85rem;letter-spacing:-.01em;line-height:1.35}.terms-num{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:.8rem;font-weight:700;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb;border:1px solid rgba(37,99,235,.1)}.terms-section p{font-size:.93rem;line-height:1.8;color:#475569;margin:0 0 .85rem}.terms-section ul{margin:.25rem 0 .85rem;padding-left:1.4rem}.terms-section li{font-size:.93rem;line-height:1.8;color:#475569;margin-bottom:.4rem}.terms-section li::marker{color:#2563eb}.terms-section a{color:#2563eb;text-decoration:none;font-weight:600;transition:color .15s}.terms-section a:hover{color:#1d4ed8;text-decoration:underline}.terms-highlight{background:#f0f7ff;border-left:4px solid #2563eb;border-radius:0 12px 12px 0;padding:1rem 1.25rem;font-size:.93rem;line-height:1.75;color:#1e40af;margin:.5rem 0 1rem}.terms-highlight strong{color:#1e3a8a}.terms-highlight a{color:#1e40af;font-weight:700}.terms-highlight--amber{background:#fffbeb;border-left-color:#f59e0b;color:#92400e}.terms-highlight--amber strong{color:#78350f}.terms-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.terms-contact-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem 1rem;border:1.5px solid #e2e8f0;border-radius:14px;background:#f8fafc;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}.terms-contact-card:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb14;transform:translateY(-2px)}.terms-contact-card svg{color:#2563eb}.terms-contact-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.terms-contact-value{font-size:.88rem;font-weight:600;color:#1e293b}.terms-footer-note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.terms-footer-note p{font-size:.82rem;color:#94a3b8;margin:0}.auth-terms-row{display:flex;align-items:flex-start;gap:.55rem;margin:.25rem 0 .35rem}.auth-terms-cb{margin-top:3px;width:17px;height:17px;accent-color:#2563eb;flex-shrink:0;cursor:pointer}.auth-terms-label{font-size:.84rem;color:#475569;line-height:1.5;cursor:pointer}.auth-terms-label a{color:#2563eb;font-weight:600;text-decoration:none}.auth-terms-label a:hover{text-decoration:underline}@media(max-width:960px){.terms-toc{display:none}.terms-layout{padding:2rem 1.25rem 3rem}.terms-card{padding:2rem 1.75rem}}@media(max-width:640px){.terms-hero{padding:3rem 1rem 2rem}.terms-meta-chip{font-size:.7rem;padding:.35rem .75rem}.terms-layout{padding:1.25rem 1rem 2.5rem}.terms-card{padding:1.5rem 1.15rem;border-radius:16px}.terms-section{margin-bottom:1.75rem;padding-bottom:1.75rem}.terms-section h2{font-size:1.05rem;gap:.5rem}.terms-num{width:26px;height:26px;font-size:.72rem;border-radius:7px}.terms-section p,.terms-section li{font-size:.88rem}.terms-highlight{font-size:.88rem;padding:.85rem 1rem}.terms-contact-grid{grid-template-columns:1fr}}.entry-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);position:relative;overflow:hidden;padding:2rem}.entry-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.entry-bg-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;animation:entryFloat 12s ease-in-out infinite}.entry-bg-shape-1{width:500px;height:500px;background:#6366f1;top:-150px;left:-100px;animation-delay:0s}.entry-bg-shape-2{width:400px;height:400px;background:#3b82f6;bottom:-100px;right:-100px;animation-delay:-4s}.entry-bg-shape-3{width:300px;height:300px;background:#8b5cf6;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-8s}@keyframes entryFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.entry-card{position:relative;z-index:1;width:100%;max-width:420px;background:#1e293bd9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(148,163,184,.12);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 25px 60px #00000080,0 0 0 1px #ffffff0a inset}.entry-logo{text-align:center;margin-bottom:1.5rem}.entry-logo-img{height:70px;object-fit:contain}.entry-header{text-align:center;margin-bottom:2rem}.entry-title{font-size:1.75rem;font-weight:800;color:#f1f5f9;letter-spacing:-.02em;margin:0 0 .35rem}.entry-subtitle{font-size:.88rem;color:#94a3b8;margin:0}.entry-form{display:flex;flex-direction:column;gap:1.25rem}.entry-field{display:flex;flex-direction:column;gap:.35rem}.entry-label{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.entry-label svg{color:#6366f1}.entry-input-wrap{position:relative}.entry-input{width:100%;padding:.75rem 1rem;font-size:.95rem;color:#f1f5f9;background:#0f172a99;border:1px solid rgba(148,163,184,.15);border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.entry-input::placeholder{color:#475569}.entry-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.entry-input-wrap .entry-input{padding-right:2.75rem}.entry-eye{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;padding:0;display:flex;transition:color .15s}.entry-eye:hover{color:#94a3b8}.entry-error{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.82rem;color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px}.entry-error svg{flex-shrink:0}.entry-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 14px #6366f159;margin-top:.25rem}.entry-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6366f173}.entry-btn:active:not(:disabled){transform:translateY(0)}.entry-btn:disabled{opacity:.55;cursor:not-allowed}.entry-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.entry-footer{text-align:center;font-size:.72rem;color:#475569;margin:1.75rem 0 0}.maintenance-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);position:relative;overflow:hidden;padding:2rem}.maintenance-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.maintenance-bg-shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:entryFloat 16s ease-in-out infinite}.maintenance-bg-shape-1{width:600px;height:600px;background:#f59e0b;top:-200px;right:-150px}.maintenance-bg-shape-2{width:500px;height:500px;background:#6366f1;bottom:-200px;left:-150px;animation-delay:-6s}.maintenance-card{position:relative;z-index:1;width:100%;max-width:520px;background:#1e293bd9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(148,163,184,.12);border-radius:28px;padding:3rem 2.5rem;text-align:center;box-shadow:0 25px 60px #00000080,0 0 0 1px #ffffff0a inset}.maintenance-icon{margin-bottom:1.5rem}.maintenance-gear{color:#f59e0b;animation:maintenanceSpin 6s linear infinite}@keyframes maintenanceSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.maintenance-logo{margin-bottom:1.5rem}.maintenance-logo-img{height:60px;object-fit:contain}.maintenance-title{font-size:2rem;font-weight:800;color:#f1f5f9;margin:0 0 .75rem;letter-spacing:-.02em}.maintenance-text{font-size:1rem;color:#94a3b8;line-height:1.7;margin:0 0 2rem}.maintenance-progress{width:100%;height:4px;background:#94a3b81f;border-radius:4px;overflow:hidden;margin-bottom:2rem}.maintenance-progress-bar{width:40%;height:100%;background:linear-gradient(90deg,#f59e0b,#6366f1);border-radius:4px;animation:maintenanceProgress 2.5s ease-in-out infinite}@keyframes maintenanceProgress{0%{transform:translate(-100%)}to{transform:translate(350%)}}.maintenance-contact{margin-bottom:1.5rem}.maintenance-contact p{font-size:.82rem;color:#64748b;margin:0 0 .25rem}.maintenance-contact a{color:#6366f1;font-weight:600;text-decoration:none;font-size:.88rem}.maintenance-contact a:hover{text-decoration:underline}.maintenance-footer{font-size:.72rem;color:#475569;margin:0}@media(max-width:480px){.entry-card{padding:2rem 1.5rem;border-radius:20px}.entry-title{font-size:1.5rem}.maintenance-card{padding:2rem 1.5rem;border-radius:20px}.maintenance-title{font-size:1.5rem}.maintenance-gear{width:60px;height:60px}}.mobile-menu-toggle{display:none;background:none;border:1.5px solid #e2e8f0;color:#334155;cursor:pointer;padding:.5rem;border-radius:10px;transition:background .2s,color .2s,border-color .2s;z-index:998}.mobile-menu-toggle:hover{background:#2563eb0f;color:#2563eb;border-color:#93bbfd}.mobile-nav-overlay,.mobile-drawer-header,.mobile-drawer-auth{display:none}@supports (padding: env(safe-area-inset-top)){.site-header{padding-top:env(safe-area-inset-top)}.site-footer{padding-bottom:env(safe-area-inset-bottom)}}.google-login-wrapper{direction:ltr;text-align:center}.google-login-wrapper>div{max-width:100%!important;display:flex!important;justify-content:center!important}.google-login-wrapper iframe{max-width:100%!important}@media(max-width:768px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;order:3}.mobile-nav-overlay{display:block;position:fixed;inset:0;background:#0f172a80;z-index:999;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:overlayFadeIn .25s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.site-nav{position:fixed;top:0;right:-100%;width:300px;max-width:88vw;height:100vh;height:100dvh;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:0;box-shadow:-12px 0 40px #00000026;z-index:1001;overflow-y:auto;transition:right .32s cubic-bezier(.32,.72,0,1)}.site-nav-open{right:0}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#f8fafc,#fff);flex-shrink:0}.mobile-drawer-brand{display:flex;align-items:center;gap:.6rem;cursor:pointer}.mobile-drawer-logo{height:38px;object-fit:contain;filter:drop-shadow(0 1px 4px rgba(99,102,241,.2))}.mobile-drawer-brand-text{display:flex;flex-direction:column;line-height:1}.mobile-drawer-title{font-size:1.05rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.mobile-drawer-accent{background:linear-gradient(135deg,#6366f1,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.mobile-drawer-sub{font-size:.62rem;color:#94a3b8;font-weight:500;letter-spacing:.04em;margin-top:.1rem;text-transform:uppercase}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s;flex-shrink:0}.mobile-drawer-close:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}.site-nav-link{flex-direction:row;gap:.75rem;padding:.85rem 1.25rem;border-radius:0;border-bottom:none;font-size:.92rem;justify-content:flex-start;transition:background .15s,color .15s}.site-nav-link:hover{background:#f8fafc;border-radius:0}.site-nav-active{border-bottom:none;background:linear-gradient(90deg,#2563eb14,#2563eb05);border-left:3px solid #2563eb;border-radius:0}.site-nav-active:hover{background:linear-gradient(90deg,#2563eb1a,#2563eb08);border-radius:0}.nav-icon{width:20px;height:20px}.nav-label{font-size:.9rem}.site-nav-dropdown-wrap{width:100%}.rb-dropdown-menu{position:static;transform:none;width:100%;box-shadow:none;border:none;border-radius:0;background:linear-gradient(180deg,#f0f4ff,#f8fafc);animation:none;margin:0;border-left:3px solid #2563eb;padding-left:.35rem}.dash-dropdown-menu,.explore-dropdown-menu{width:100%;background:linear-gradient(180deg,#f0f4ff,#f8fafc);border-left:3px solid #2563eb;padding-left:.35rem}.explore-topic-chips{padding-left:1rem}.rb-dd-header{padding:.55rem 1rem .3rem;background:none}.rb-dd-header-title{font-size:.62rem;color:#6366f1;letter-spacing:.08em}.rb-dd-items{padding:.25rem .5rem .5rem;gap:3px}.rb-dropdown-item{padding:.65rem .75rem;font-size:.86rem;border-radius:10px;background:#ffffffb3;border:1px solid rgba(226,232,240,.5);margin-bottom:2px}.rb-dropdown-item:hover{background:#fff;border-color:#dbeafe;border-radius:10px}.rb-dropdown-item:active{background:#eff6ff}.rb-dropdown-item-active{background:#fff;border-color:#93c5fd;box-shadow:0 1px 4px #2563eb1a}.rb-dd-icon-wrap{width:32px;height:32px;border-radius:8px}.rb-dd-label{font-size:.84rem;font-weight:600}.rb-dd-hint{font-size:.7rem}.mobile-drawer-auth{display:flex;flex-direction:column;gap:.65rem;padding:1.25rem;margin-top:auto;border-top:1px solid #f1f5f9;background:linear-gradient(180deg,#fff,#f8fafc)}.mobile-drawer-login{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.92rem;font-weight:600;color:#334155;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;font-family:inherit;transition:all .2s}.mobile-drawer-login:hover{border-color:#93bbfd;color:#2563eb;background:#f8fafc}.mobile-drawer-signup{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1rem;font-size:.92rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:12px;cursor:pointer;font-family:inherit;box-shadow:0 2px 10px #2563eb40;transition:all .2s}.mobile-drawer-signup:hover{box-shadow:0 4px 16px #2563eb59;transform:translateY(-1px)}.site-header-inner{padding:.5rem 1rem;gap:.5rem}.site-auth-buttons{display:none}.site-header-right{order:2}.user-dropdown-trigger{padding:.25rem .5rem .25rem .25rem;border:1.5px solid #e2e8f0;background:#fff;border-radius:50px;gap:.3rem;min-height:40px}.user-dropdown-trigger:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 2px 6px #0000000f}.user-dropdown-trigger.udt-open{border-color:#2563eb;background:#f0f5ff;box-shadow:0 0 0 3px #2563eb1f}.user-name{display:none}.user-avatar{width:28px;height:28px;font-size:.62rem}.user-arrow{display:flex;width:16px;height:16px;color:#64748b}.user-dropdown-trigger.udt-open .user-arrow{color:#2563eb}.user-dropdown-menu{max-width:300px;z-index:9999;border-radius:16px;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 50px #00000026,0 8px 20px #00000014}.user-dropdown-header{padding:1.1rem 1rem .9rem;gap:.8rem;text-align:left}.user-dropdown-name{font-size:.92rem}.user-dropdown-email{font-size:.76rem}.user-dropdown-item{padding:.7rem .85rem;min-height:44px}.udi-label{font-size:.88rem}.section-header h2{font-size:clamp(1.3rem,5vw,1.8rem);word-break:break-word}.section-desc{font-size:clamp(.85rem,3vw,1.05rem)}.wsrb-logo-icon{height:50px}}@media(max-width:480px){.landing-hero{padding:2.5rem 1rem 2rem}.landing-hero h1{font-size:clamp(1.5rem,7vw,2rem);max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.landing-hero-sub{font-size:clamp(.85rem,3.5vw,1rem);max-width:100%;padding:0 .25rem}.hero-badge{font-size:.68rem;padding:.3rem .85rem}.landing-hero-cta{flex-direction:column;gap:.5rem;width:100%}.hero-cta-primary{width:100%;justify-content:center}.btn-link-subtle{width:100%;text-align:center}.hero-trust-badges{gap:.3rem}.hero-trust-badges span{font-size:.68rem;padding:.25rem .55rem}.section-label{font-size:.65rem;padding:.3rem .75rem}.section-header h2{font-size:clamp(1.05rem,4.5vw,1.35rem);word-wrap:break-word;overflow-wrap:break-word}.section-desc{font-size:clamp(.78rem,3.2vw,.9rem);max-width:100%;padding:0 .5rem}.landing-page .section-header h2,.ai-features-section .section-header h2,.how-it-works-section .section-header h2,.pricing-section .section-header h2{font-size:clamp(1.05rem,4.5vw,1.35rem)}.ai-features-section{padding:2rem 1rem}.ai-features-grid{grid-template-columns:1fr;gap:1rem}.ai-feature-card{padding:1.25rem 1rem}.ai-feature-card h3{font-size:.95rem}.ai-feature-card p{font-size:.84rem}.how-it-works-section{padding:2rem 1rem}.how-it-works-steps{flex-direction:column;align-items:center;gap:1rem}.how-step-connector{display:none}.how-step-card{max-width:100%;width:100%;text-align:center}.how-step-card h3{font-size:.92rem}.how-step-card p{font-size:.84rem}.pricing-section{padding:2rem .75rem}.pricing-cards{grid-template-columns:1fr;gap:1rem}.landing-page{padding:0 .75rem 2rem}.auth-page-inline{padding:1.5rem .75rem;min-height:auto}.auth-card{padding:1.5rem 1rem 1.25rem;border-radius:14px;max-width:100%}.auth-card-wide{max-width:100%}.auth-title{font-size:1.2rem}.auth-subtitle{font-size:.82rem}.auth-field-group{grid-template-columns:1fr}.auth-phone-row{flex-direction:column;gap:.5rem}.auth-phone-cc{width:100%}.google-login-wrapper{width:100%;overflow:hidden}.google-login-wrapper>div{width:100%!important;max-width:100%!important}.google-login-wrapper iframe{max-width:100%!important;width:100%!important}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.btn,.btn-primary,.btn-secondary,.btn-lg,.auth-submit-btn,.auth-switch-btn,.auth-link-btn{min-height:44px}.card,.ai-feature-card,.how-step-card,.auth-card{border-radius:16px}.pricing-popular,.pricing-popular:hover{transform:none}.ai-features-section,.how-it-works-section,.pricing-section{border-radius:0;max-width:100vw}}.referral-page{max-width:900px;margin:0 auto;padding:40px 20px 80px}.referral-hero{text-align:center;margin-bottom:40px}.referral-hero h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:8px}.referral-hero p{font-size:1.1rem;color:#64748b}.referral-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.referral-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center}.referral-stat-value{font-size:1.8rem;font-weight:800;color:#2563eb}.referral-stat-label{font-size:.85rem;color:#64748b;margin-top:4px}.referral-share-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:32px}.referral-share-section h2{font-size:1.2rem;margin-bottom:12px;color:#1e293b}.referral-link-box{display:flex;gap:8px;margin-bottom:16px}.referral-link-input{flex:1;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff;color:#334155}.referral-copy-btn{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap}.referral-copy-btn:hover{background:#1d4ed8}.referral-social-buttons{display:flex;gap:10px;flex-wrap:wrap}.social-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;color:#fff;transition:opacity .2s}.social-btn:hover{opacity:.9}.social-btn svg{flex-shrink:0}.linkedin-btn{background:#0a66c2}.twitter-btn{background:#1d9bf0}.whatsapp-btn{background:#25d366}.referral-how-it-works{margin-bottom:32px}.referral-how-it-works h2{font-size:1.3rem;margin-bottom:16px;color:#1e293b;text-align:center}.referral-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.referral-step{text-align:center;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.referral-step-num{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}.referral-step h3{font-size:1rem;margin-bottom:6px;color:#1e293b}.referral-step p{font-size:.85rem;color:#64748b;line-height:1.5}.referral-history{margin-bottom:32px}.referral-history h2{font-size:1.2rem;margin-bottom:12px;color:#1e293b}.referral-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.referral-table th{padding:10px 14px;text-align:left;font-size:.8rem;color:#64748b;font-weight:600;border-bottom:2px solid #e2e8f0}.referral-table td{padding:10px 14px;font-size:.85rem;border-bottom:1px solid #f1f5f9}.referral-status{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.referral-status-completed{background:#dcfce7;color:#16a34a}.referral-status-pending{background:#fef9c3;color:#ca8a04}.referral-status-revoked{background:#fee2e2;color:#dc2626}.referral-apply-section{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:24px;text-align:center}.referral-apply-section h2{font-size:1.2rem;margin-bottom:6px;color:#1e293b}.referral-apply-section p{font-size:.9rem;color:#64748b;margin-bottom:12px}.referral-apply-form{display:flex;justify-content:center;gap:8px}.referral-apply-input{padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;width:200px;text-align:center;letter-spacing:2px;font-weight:600;text-transform:uppercase}.referral-apply-btn{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.referral-apply-btn:disabled{opacity:.5;cursor:not-allowed}.referral-msg-success{color:#16a34a;margin-top:8px;font-weight:500}.referral-msg-error{color:#dc2626;margin-top:8px;font-weight:500}.shared-resume-page{max-width:800px;margin:0 auto;padding:40px 20px 80px}.shared-resume-error{text-align:center;padding:60px 20px}.shared-resume-error h1{font-size:1.5rem;color:#1e293b;margin-bottom:8px}.shared-resume-error p{color:#64748b;margin-bottom:20px}.shared-resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.shared-resume-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#dbeafe;color:#2563eb;border-radius:20px;font-size:.8rem;font-weight:600}.shared-resume-views{font-size:.8rem;color:#94a3b8}.shared-resume-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;margin-bottom:24px}.shared-resume-name{font-size:1.6rem;font-weight:800;color:#1e293b;margin-bottom:4px}.shared-resume-title{font-size:1rem;color:#2563eb;margin-bottom:16px}.shared-resume-section{margin-top:20px}.shared-resume-section h3{font-size:.9rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;border-bottom:1px solid #e2e8f0;padding-bottom:4px}.shared-resume-section p{font-size:.9rem;color:#334155;line-height:1.6}.shared-resume-exp{margin-bottom:8px;font-size:.9rem;color:#334155}.shared-resume-dates{color:#94a3b8;font-size:.8rem}.shared-resume-skills{display:flex;flex-wrap:wrap;gap:6px}.shared-resume-skill-tag{background:#f1f5f9;color:#334155;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:500}.shared-resume-share{text-align:center;margin-bottom:24px}.shared-resume-share h3{font-size:1rem;margin-bottom:12px;color:#1e293b}.shared-resume-share .referral-social-buttons{justify-content:center}.shared-resume-cta{text-align:center;padding:32px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:12px;color:#fff}.shared-resume-cta h2{font-size:1.3rem;margin-bottom:6px}.shared-resume-cta p{color:#94a3b8;margin-bottom:16px}.shared-resume-cta-btn{display:inline-block;padding:12px 28px;background:#2563eb;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem}.shared-resume-cta-btn:hover{background:#1d4ed8}@media(max-width:640px){.referral-stats-grid,.referral-steps{grid-template-columns:1fr}.referral-link-box{flex-direction:column}.referral-apply-form{flex-direction:column;align-items:center}.referral-social-buttons{justify-content:center}}@media(max-width:640px){h1{font-size:clamp(1.4rem,6vw,2rem)}h2{font-size:clamp(1.2rem,5vw,1.6rem)}h3{font-size:clamp(1rem,4vw,1.25rem)}p{word-wrap:break-word;overflow-wrap:break-word}.site-header-inner,.landing-page,.ai-features-section,.how-it-works-section,.pricing-section,.ats-page,.build-mode-page,.auth-page-inline,.dash-layout{max-width:100vw;overflow-x:hidden}.landing-hero h1,.section-header h2,.pricing-section h2,.ai-feature-card h3,.how-step-card h3{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}body{padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.site-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.site-footer{padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0))}}.blog-list-page,.blog-post-page{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.blog-hero{text-align:center;padding:3.5rem 1rem 2.5rem;margin-bottom:.5rem}.blog-hero-badge{display:inline-block;background:#6366f114;color:#6366f1;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem 1rem;border-radius:99px;margin-bottom:1rem;border:1px solid rgba(99,102,241,.15)}.blog-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.2;max-width:680px;margin-left:auto;margin-right:auto;letter-spacing:-.02em}.blog-hero>p{color:#64748b;font-size:1.1rem;max-width:540px;margin:0 auto 1.5rem;line-height:1.6}.blog-hero-search{position:relative;max-width:440px;margin:0 auto 1.25rem}.blog-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}.blog-search-input{width:100%;padding:.7rem 2.5rem;border:1.5px solid #e2e8f0;border-radius:99px;font-size:.95rem;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.blog-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.blog-search-input::placeholder{color:#94a3b8}.blog-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:2px 6px}.blog-search-clear:hover{color:#475569}.blog-hero-stats{display:flex;justify-content:center;gap:.5rem;color:#94a3b8;font-size:.82rem}.blog-hero-dot{opacity:.5}.blog-section-header{text-align:center;margin-bottom:1.75rem}.blog-section-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.blog-section-header p{color:#64748b;font-size:.95rem}.blog-featured{margin-bottom:2.5rem}.blog-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.blog-featured-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;border-radius:1rem;text-decoration:none;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;transition:box-shadow .2s,transform .2s;min-height:180px}.blog-featured-card:hover{box-shadow:0 8px 28px #6366f11a;transform:translateY(-2px);border-color:#c7d2fe}.blog-featured-primary{grid-column:1 / -1;background:linear-gradient(135deg,#eef2ff,#faf5ff);border-color:#c7d2fe;min-height:200px}.blog-featured-tag{display:inline-block;background:#6366f11a;color:#6366f1;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:99px;margin-bottom:.6rem;width:fit-content}.blog-featured-card h3{font-size:1.15rem;font-weight:700;line-height:1.35;margin-bottom:.4rem}.blog-featured-primary h3{font-size:1.35rem}.blog-featured-card p{color:#64748b;font-size:.88rem;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-featured-meta{display:flex;gap:1rem;font-size:.78rem;color:#94a3b8}.blog-filter-bar{margin-bottom:2rem}.blog-topics{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.blog-topic-chip{display:inline-flex;align-items:center;gap:.3rem;background:#fff;color:#475569;border:1px solid #e2e8f0;padding:.4rem 1rem;border-radius:99px;font-size:.84rem;font-weight:500;cursor:pointer;transition:all .15s}.blog-topic-chip:hover{border-color:#6366f1;color:#6366f1;background:#fafafe}.blog-topic-active{background:#6366f1;color:#fff;border-color:#6366f1}.blog-topic-active:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.blog-topic-icon{font-size:.95rem;line-height:1}.blog-active-tag{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.88rem;color:#64748b}.blog-tag-badge{background:#6366f1;color:#fff;padding:.2rem .65rem;border-radius:99px;font-size:.8rem;font-weight:600}.blog-clear-tag{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.82rem;font-weight:500}.blog-clear-tag:hover{text-decoration:underline}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.blog-card{background:#fff;border-radius:.875rem;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 8px 28px #00000012;transform:translateY(-2px)}.blog-card-top{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem 0}.blog-card-category{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6366f1}.blog-card-read-time{font-size:.75rem;color:#94a3b8}.blog-card-coming-badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .55rem;border-radius:99px}.blog-card-body{padding:.75rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.blog-card-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.4rem}.blog-card-title a{color:inherit;text-decoration:none}.blog-card-title a:hover{color:#6366f1}.blog-card-excerpt{color:#64748b;font-size:.9rem;line-height:1.55;flex:1;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.blog-card-meta{font-size:.78rem;color:#94a3b8;display:flex;align-items:center;gap:.4rem}.blog-card-divider{opacity:.5}.blog-read-more{display:inline-flex;align-items:center;gap:.25rem;color:#6366f1;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:gap .2s}.blog-read-more:hover{gap:.45rem}.blog-card-coming-soon{border-style:dashed;border-color:#e2e8f0;opacity:.88}.blog-card-coming-soon:hover{transform:none;box-shadow:0 4px 16px #0000000a}.blog-tools-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0}.blog-tool-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;text-decoration:none;color:inherit;transition:all .2s}.blog-tool-card:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #6366f114}.blog-tool-icon{width:40px;height:40px;border-radius:.6rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.blog-tool-resume .blog-tool-icon{background:#eef2ff;color:#6366f1}.blog-tool-ats .blog-tool-icon{background:#ecfdf5;color:#059669}.blog-tool-cover .blog-tool-icon{background:#fef3c7;color:#d97706}.blog-tool-card strong{display:block;font-size:.88rem;font-weight:700;color:#1e293b;margin-bottom:.1rem}.blog-tool-card span{font-size:.78rem;color:#64748b;line-height:1.3}.blog-tool-arrow{margin-left:auto;flex-shrink:0;color:#94a3b8;transition:transform .15s}.blog-tool-card:hover .blog-tool-arrow{transform:translate(2px);color:#6366f1}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}.blog-page-btn{background:#fff;border:1px solid #e2e8f0;padding:.5rem 1.25rem;border-radius:.5rem;font-size:.88rem;cursor:pointer;color:#334155;font-weight:500;transition:all .15s}.blog-page-btn:hover:not(:disabled){border-color:#6366f1;color:#6366f1}.blog-page-btn:disabled{opacity:.35;cursor:default}.blog-page-info{color:#94a3b8;font-size:.88rem}.blog-loading,.blog-not-found{text-align:center;padding:4rem 0;color:#64748b}.blog-empty{text-align:center;padding:3.5rem 1.5rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:1rem;margin-bottom:1rem}.blog-empty-icon{margin-bottom:1rem;opacity:.45}.blog-empty-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.4rem}.blog-empty-desc{color:#64748b;font-size:.92rem;max-width:400px;margin:0 auto 1.25rem;line-height:1.6}.blog-empty-btn{background:#6366f1;color:#fff;border:none;padding:.55rem 1.5rem;border-radius:.5rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.blog-empty-btn:hover{background:#4f46e5}.blog-spinner{width:34px;height:34px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:blog-spin .7s linear infinite;margin:0 auto 1rem}@keyframes blog-spin{to{transform:rotate(360deg)}}.blog-cta{text-align:center;margin-top:2rem;padding:3.5rem 2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1rem;color:#fff}.blog-cta h2{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.blog-cta p{opacity:.92;margin-bottom:1.25rem;max-width:480px;margin-left:auto;margin-right:auto;font-size:1.02rem}.blog-cta-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.88rem;opacity:.92}.blog-cta-btn{display:inline-block;background:#fff;color:#6366f1;padding:.75rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .15s,box-shadow .15s}.blog-cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px #fff3}.blog-resources{margin-top:3rem;text-align:center}.blog-resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.blog-resource-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;text-align:left;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}.blog-resource-card:hover{box-shadow:0 6px 24px #0000000f;transform:translateY(-2px)}.blog-resource-icon{font-size:1.5rem;display:block;margin-bottom:.65rem}.blog-resource-card h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem;color:#1e293b}.blog-resource-card p{color:#64748b;font-size:.85rem;line-height:1.5;margin:0}.blog-newsletter{margin-top:2.5rem;padding:2.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#f0f4ff);border:1px solid #e2e8f0;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.blog-newsletter-content{flex:1;min-width:260px}.blog-newsletter-content h2{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.blog-newsletter-content p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.blog-newsletter-form{display:flex;gap:.5rem;flex-shrink:0}.blog-newsletter-input{padding:.6rem 1rem;border:1.5px solid #e2e8f0;border-radius:.5rem;font-size:.9rem;width:250px;max-width:100%;background:#fff}.blog-newsletter-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.blog-newsletter-btn{background:#6366f1;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.88rem;cursor:pointer;transition:background .15s;white-space:nowrap}.blog-newsletter-btn:hover{background:#4f46e5}.blog-read-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);z-index:9999;transition:width .1s linear}.blog-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#94a3b8;padding:1.5rem 0 1rem;flex-wrap:wrap}.blog-breadcrumb a{color:#6366f1;text-decoration:none}.blog-breadcrumb a:hover{text-decoration:underline}.blog-breadcrumb-sep{color:#cbd5e1}.blog-breadcrumb-current{color:#64748b;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-post-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.blog-post-header{margin-bottom:1.5rem}.blog-post-category-badge{display:inline-block;background:#6366f114;color:#6366f1;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.22rem .7rem;border-radius:99px;text-decoration:none;margin-bottom:.75rem;border:1px solid rgba(99,102,241,.15)}.blog-post-category-badge:hover{background:#6366f126}.blog-post-title{font-size:2.1rem;font-weight:800;line-height:1.25;margin-bottom:1rem;letter-spacing:-.02em;color:#0f172a}.blog-post-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;color:#94a3b8;font-size:.84rem}.blog-post-meta-left{display:flex;align-items:center;gap:.75rem}.blog-post-author-pill{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#334155}.blog-author-avatar{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.72rem;font-weight:700}.blog-post-meta-right{display:flex;align-items:center;gap:1rem}.blog-post-read-time,.blog-post-views{display:inline-flex;align-items:center;gap:.3rem}.blog-post-hero-img{width:100%;border-radius:.875rem;margin-bottom:2rem;max-height:420px;object-fit:cover}.blog-post-content{font-size:1.06rem;line-height:1.85;color:#334155}.blog-post-content h2{font-size:1.45rem;font-weight:700;margin:2.25rem 0 .75rem;color:#0f172a;letter-spacing:-.01em;padding-top:.5rem;scroll-margin-top:5rem}.blog-post-content h3{font-size:1.15rem;font-weight:600;margin:1.75rem 0 .5rem;color:#1e293b;scroll-margin-top:5rem}.blog-post-content p{margin-bottom:1.1rem}.blog-post-content ul,.blog-post-content ol{margin:.5rem 0 1.5rem 1.5rem}.blog-post-content li{margin-bottom:.45rem;line-height:1.7}.blog-post-content table{width:100%;border-collapse:collapse;margin:1.25rem 0 1.75rem;font-size:.94rem;border-radius:.5rem;overflow:hidden}.blog-post-content th,.blog-post-content td{border:1px solid #e2e8f0;padding:.6rem .85rem;text-align:left}.blog-post-content th{background:#f1f5f9;font-weight:600;color:#1e293b}.blog-post-content strong{color:#0f172a}.blog-post-content em{color:#475569}.blog-post-content blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid #6366f1;background:#f8fafc;border-radius:0 .5rem .5rem 0;font-style:italic;color:#475569}.blog-post-content a{color:#6366f1;text-decoration:underline;text-decoration-color:#6366f14d;text-underline-offset:2px}.blog-post-content a:hover{text-decoration-color:#6366f1}.blog-share{margin:2.5rem 0 1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.blog-share-label{display:block;color:#475569;font-size:.88rem;font-weight:600;margin-bottom:.65rem}.blog-share-btns{display:flex;gap:.5rem}.blog-share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:.45rem;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .15s;text-decoration:none}.blog-share-btn:hover{border-color:#6366f1;color:#6366f1;background:#fafafe}.blog-share-twitter:hover{color:#1da1f2;border-color:#1da1f2}.blog-share-linkedin:hover{color:#0077b5;border-color:#0077b5}.blog-share-facebook:hover{color:#1877f2;border-color:#1877f2}.blog-post-cta{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1rem;padding:2.5rem;color:#fff;margin:2rem 0}.blog-post-cta-inner{text-align:center;max-width:480px;margin:0 auto}.blog-post-cta h3{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.blog-post-cta p{opacity:.92;margin-bottom:1.25rem;font-size:.95rem}.blog-post-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.blog-cta-btn-outline{display:inline-block;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);padding:.65rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:.92rem;text-decoration:none;transition:all .15s}.blog-cta-btn-outline:hover{border-color:#fff;background:#ffffff1a}.blog-post-related{margin-top:2rem}.blog-post-related h3{font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.blog-post-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.blog-post-related-card{display:block;padding:1rem;border:1px solid #e2e8f0;border-radius:.65rem;text-decoration:none;transition:all .15s}.blog-post-related-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #6366f10f}.blog-post-related-title{display:block;font-size:.88rem;font-weight:600;color:#334155;line-height:1.4;margin-bottom:.25rem}.blog-post-related-date{font-size:.75rem;color:#94a3b8}.blog-post-related-card:hover .blog-post-related-title{color:#6366f1}.blog-sidebar{position:sticky;top:5rem;display:flex;flex-direction:column;gap:1rem}.blog-sidebar-section{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.15rem}.blog-sidebar-section h4{font-size:.88rem;font-weight:700;margin-bottom:.6rem;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.blog-sidebar-section p{font-size:.85rem;color:#64748b;margin-bottom:.65rem;line-height:1.5}.blog-sidebar-toc{border-left:3px solid #6366f1}.blog-toc-nav{display:flex;flex-direction:column}.blog-toc-link{display:block;font-size:.82rem;color:#64748b;text-decoration:none;line-height:1.4;transition:color .15s;border-left:2px solid transparent;padding:.3rem 0 .3rem .5rem;margin-left:-1px}.blog-toc-link:hover{color:#6366f1}.blog-toc-h3{padding-left:1.15rem;font-size:.78rem}.blog-sidebar-newsletter{background:linear-gradient(135deg,#f0f4ff,#faf5ff);border-color:#c7d2fe}.blog-sidebar-nl-form{display:flex;flex-direction:column;gap:.4rem}.blog-sidebar-nl-form input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.4rem;font-size:.82rem;background:#fff}.blog-sidebar-nl-form input:focus{outline:none;border-color:#6366f1}.blog-sidebar-nl-form button{background:#6366f1;color:#fff;border:none;padding:.5rem;border-radius:.4rem;font-size:.82rem;font-weight:600;cursor:pointer}.blog-sidebar-nl-form button:hover{background:#4f46e5}.blog-sidebar-cta{background:linear-gradient(135deg,#eef2ff,#faf5ff);border-color:#c7d2fe;text-align:center}.blog-sidebar-ats{text-align:center}.blog-sidebar-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.6rem;background:#6366f11a;color:#6366f1;margin-bottom:.5rem}.blog-sidebar-ats .blog-sidebar-cta-icon{background:#0596691a;color:#059669}.blog-sidebar-btn{display:inline-block;background:#6366f1;color:#fff;padding:.5rem 1.15rem;border-radius:.45rem;font-weight:600;font-size:.82rem;text-decoration:none;transition:background .15s}.blog-sidebar-btn:hover{background:#4f46e5}.blog-sidebar-btn-outline{background:#fff;color:#059669;border:1px solid #d1fae5}.blog-sidebar-btn-outline:hover{background:#ecfdf5}@media(max-width:1024px){.blog-tools-strip,.blog-featured-grid{grid-template-columns:1fr}.blog-featured-primary{grid-column:1}}@media(max-width:900px){.blog-post-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.blog-grid{grid-template-columns:1fr}.blog-post-title{font-size:1.6rem}.blog-post-related-grid{grid-template-columns:1fr}.blog-post-meta{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.blog-hero h1{font-size:1.8rem}.blog-hero>p{font-size:.95rem}.blog-topics{gap:.35rem}.blog-topic-chip{font-size:.78rem;padding:.35rem .75rem}.blog-newsletter{flex-direction:column;text-align:center}.blog-newsletter-form{flex-direction:column;width:100%}.blog-newsletter-input{width:100%}.blog-share-btns{flex-wrap:wrap}.blog-post-cta{padding:2rem 1.25rem}.blog-post-cta-btns{flex-direction:column;align-items:stretch}}.newsletter-section{padding:60px 24px;text-align:center;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-radius:20px;margin:0 auto 40px;max-width:800px}.newsletter-form-wrap{max-width:480px;margin:0 auto}.newsletter-note{margin:12px 0 0;font-size:.82rem;color:#94a3b8}.nl-form{display:flex;flex-direction:column;gap:10px}.nl-form-compact{flex-direction:column;gap:8px}.nl-compact-row{display:flex;gap:8px}.nl-compact-row .nl-input{flex:1;min-width:0}.nl-input{padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;background:#fff;transition:border-color .2s;width:100%;box-sizing:border-box}.nl-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.nl-btn{padding:12px 24px;border-radius:10px;font-weight:700;font-size:.95rem;white-space:nowrap}.nl-result{padding:10px 14px;border-radius:8px;font-size:.88rem;margin-top:4px}.nl-result-ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.nl-result-err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.nl-popup-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:nlFadeIn .3s ease}@keyframes nlFadeIn{0%{opacity:0}to{opacity:1}}.nl-popup{background:#fff;border-radius:20px;padding:40px 36px 32px;max-width:440px;width:100%;position:relative;box-shadow:0 20px 60px #00000026;animation:nlSlideUp .35s ease}@keyframes nlSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.nl-popup-close{position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px;border-radius:6px;transition:background .2s}.nl-popup-close:hover{background:#f1f5f9;color:#475569}.nl-popup-header{text-align:center;margin-bottom:20px}.nl-popup-icon{font-size:48px;margin-bottom:8px}.nl-popup-header h3{margin:0 0 8px;font-size:1.4rem;color:#1e293b;font-weight:800}.nl-popup-header p{margin:0;color:#64748b;font-size:.92rem;line-height:1.6}.nl-popup-privacy{text-align:center;font-size:.78rem;color:#94a3b8;margin:12px 0 0}.nl-popup-success{text-align:center;padding:20px 0}.nl-popup-success-icon{font-size:56px;margin-bottom:12px}.nl-popup-success h3{margin:0 0 8px;color:#166534;font-size:1.3rem}.nl-popup-success p{margin:0;color:#64748b}.unsubscribe-page{max-width:480px;margin:60px auto;padding:0 20px}.unsubscribe-card{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 4px 20px #0000000f;text-align:center}.unsubscribe-card h1{margin:0 0 8px;font-size:1.5rem;color:#1e293b}.unsubscribe-card p{margin:0 0 24px;color:#64748b}@media(max-width:600px){.nl-popup{padding:32px 24px 24px;border-radius:16px}.nl-compact-row{flex-direction:column}.newsletter-section{padding:40px 16px;margin:0 12px 32px}}.success-counter-section{padding:48px 24px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.success-counter-grid{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;max-width:900px;margin:0 auto}.success-counter-item{text-align:center;min-width:140px}.success-counter-num{font-size:2.2rem;font-weight:800;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:6px}.success-counter-stars{display:inline-flex;gap:2px}.success-counter-label{font-size:.9rem;color:#94a3b8;margin-top:4px}.landing-testimonials-section{padding:64px 24px;max-width:1100px;margin:0 auto}.landing-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}.landing-testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s;position:relative}.landing-testimonial-card:hover{box-shadow:0 8px 30px #00000014}.landing-testimonial-stars{display:flex;gap:2px}.landing-testimonial-text{font-size:.95rem;line-height:1.6;color:#334155;flex:1;font-style:italic;margin:0}.landing-testimonial-author{display:flex;align-items:center;gap:12px}.landing-testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.landing-testimonial-avatar-ph{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.landing-testimonial-name{font-weight:600;font-size:.9rem;color:#1e293b}.landing-testimonial-role{font-size:.8rem;color:#64748b}.tm-page{background:#fff}.tm-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#eef2ff,#f5f3ff);padding:5rem 1.5rem 4rem;text-align:center}.tm-hero-glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none}.tm-hero-inner{position:relative;max-width:720px;margin:0 auto}.tm-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:6px 16px;font-size:.82rem;font-weight:600;color:#6366f1;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000a}.tm-hero-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15;color:#0f172a;margin:0 0 1rem}.tm-gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tm-hero-subtitle{font-size:1.1rem;line-height:1.7;color:#475569;max-width:600px;margin:0 auto}.tm-stats{background:#0f172a;padding:0;position:relative;z-index:2}.tm-stats-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;padding:1.75rem 1.5rem}.tm-stat{text-align:center;padding:.5rem 1.5rem;flex:1;min-width:120px}.tm-stat-num{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.02em}.tm-stat-label{font-size:.78rem;color:#94a3b8;margin-top:2px;text-transform:uppercase;letter-spacing:.05em}.tm-stat-divider{width:1px;height:40px;background:#ffffff1f;flex-shrink:0}.tm-section{padding:4rem 1.5rem}.tm-section--alt{background:#f8fafc}.tm-section-header{text-align:center;margin-bottom:2.5rem}.tm-section-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.tm-section-desc{font-size:1rem;color:#64748b;margin:0}.tm-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.tm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.tm-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease;position:relative}.tm-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.tm-card--featured{border:2px solid #e0e7ff;background:linear-gradient(135deg,#fff,#faf5ff);box-shadow:0 4px 20px #6366f10f}.tm-card-top{display:flex;justify-content:space-between;align-items:flex-start}.tm-card-stars{display:flex;gap:2px}.tm-card-badge{display:inline-block;font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:8px;margin-bottom:.25rem}.tm-card-quote{font-size:.95rem;line-height:1.75;color:#334155;font-style:italic;margin:0;border:none;padding:0;flex:1}.tm-card-author{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:.75rem;border-top:1px solid #f1f5f9}.tm-card-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.tm-card-avatar--initials{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;letter-spacing:.02em}.tm-card-name{font-weight:600;font-size:.9rem;color:#0f172a}.tm-card-role{font-size:.78rem;color:#64748b}.tm-platforms{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.tm-platform-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;color:inherit}.tm-platform-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000012}.tm-platform-icon{margin-bottom:.25rem}.tm-platform-stars{display:flex;gap:2px}.tm-platform-score{font-size:1.4rem;font-weight:800;color:#0f172a}.tm-platform-name{font-size:.9rem;font-weight:600;color:#334155}.tm-platform-count{font-size:.78rem;color:#94a3b8}.tm-trust-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.tm-trust-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.tm-trust-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000000f}.tm-trust-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.tm-trust-value{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:.25rem}.tm-trust-title{font-size:.92rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.tm-trust-desc{font-size:.82rem;line-height:1.6;color:#64748b;margin:0}.tm-show-more{text-align:center;margin-top:2rem}.tm-show-more-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s}.tm-show-more-btn:hover{border-color:#6366f1;color:#6366f1;background:#f5f3ff}.tm-cta{background:linear-gradient(135deg,#0f172a,#1e1b4b);padding:4rem 1.5rem}.tm-cta-inner{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.tm-cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin:0}.tm-cta-text{font-size:1rem;color:#cbd5e1;margin:0;max-width:560px}.tm-cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.tm-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:.85rem 1.75rem;border-radius:12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.tm-cta-btn--primary{background:#6366f1;color:#fff}.tm-cta-btn--primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.tm-cta-btn--secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.tm-cta-btn--secondary:hover{background:#ffffff26}@media(max-width:768px){.tm-hero{padding:3.5rem 1.25rem 3rem}.tm-hero-title{font-size:1.75rem}.tm-stats-inner{gap:0;padding:1.25rem .75rem}.tm-stat{padding:.5rem .75rem}.tm-stat-num{font-size:1.2rem}.tm-stat-divider{height:28px}.tm-section{padding:2.5rem 1rem}.tm-featured-grid,.tm-grid{grid-template-columns:1fr}.tm-platforms{grid-template-columns:1fr;max-width:360px}.tm-trust-grid{grid-template-columns:repeat(2,1fr)}.tm-cta{padding:3rem 1.25rem}.tm-cta-title{font-size:1.35rem}}@media(max-width:480px){.tm-stats-inner{flex-direction:column;gap:.25rem}.tm-stat-divider{width:60px;height:1px}.tm-trust-grid{grid-template-columns:1fr}}.case-studies-page{max-width:1100px;margin:0 auto;padding:24px}.case-studies-hero{text-align:center;margin-bottom:40px}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px}.case-study-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.case-study-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000001a}.case-study-img{height:180px;background-size:cover;background-position:center;background-color:#e2e8f0}.case-study-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:12px}.case-study-body h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0;line-height:1.4}.case-study-quote{font-style:italic;color:#6366f1;font-size:.9rem;line-height:1.5;margin:0;padding-left:12px;border-left:3px solid #6366f1}.case-study-meta{display:flex;align-items:center}.case-study-person{display:flex;align-items:center;gap:10px}.case-study-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.case-study-avatar-placeholder{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.case-study-avatar-lg{width:48px;height:48px}.case-study-person-name{font-weight:600;font-size:.85rem;color:#1e293b}.case-study-person-role{font-size:.75rem;color:#64748b}.case-study-excerpt{font-size:.85rem;color:#64748b;line-height:1.5;margin:0}.case-studies-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px}.case-study-detail{max-width:760px;margin:0 auto;padding:24px}.case-study-back{color:#2563eb;text-decoration:none;font-size:.9rem}.case-study-back:hover{text-decoration:underline}.case-study-detail-header{margin-bottom:32px}.case-study-detail-header h1{font-size:2rem;font-weight:800;margin:12px 0 16px;line-height:1.3;color:#1e293b}.case-study-detail-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.case-study-date{font-size:.85rem;color:#64748b}.case-study-detail-img{width:100%;border-radius:14px;margin-bottom:32px}.case-study-pull-quote{font-size:1.2rem;font-style:italic;color:#6366f1;line-height:1.6;padding:24px 28px;margin:24px 0;border-left:4px solid #6366f1;background:#f8fafc;border-radius:0 12px 12px 0}.case-study-detail-content{font-size:1.05rem;line-height:1.8;color:#334155}.case-study-detail-content h2{font-size:1.4rem;margin:32px 0 12px;color:#1e293b}.case-study-detail-content h3{font-size:1.15rem;margin:24px 0 8px;color:#1e293b}.case-study-detail-content p{margin-bottom:16px}.case-study-detail-content ul,.case-study-detail-content ol{margin:12px 0;padding-left:24px}.case-study-detail-content li{margin-bottom:8px}.case-study-cta{text-align:center;padding:40px;margin-top:48px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:16px}.case-study-cta h3{font-size:1.3rem;margin-bottom:16px;color:#1e293b}@media(max-width:640px){.success-counter-grid{gap:24px}.success-counter-num{font-size:1.6rem}.landing-testimonials-grid,.testimonials-grid,.case-studies-grid{grid-template-columns:1fr}.case-study-detail-header h1{font-size:1.5rem}.ratings-widget-grid{gap:16px}}.ss-page{max-width:1260px;margin:0 auto;padding:0 24px 80px}.ss-hero{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);border-radius:20px;padding:64px 48px;margin-bottom:48px;text-align:center;position:relative;overflow:hidden}.ss-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(59,130,246,.08) 0%,transparent 50%);pointer-events:none}.ss-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.ss-hero-badge{display:inline-block;background:#6366f126;color:#a5b4fc;padding:6px 18px;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:20px;letter-spacing:.02em}.ss-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}.ss-hero-accent{color:#818cf8}.ss-hero-sub{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin:0 0 32px}.ss-search-wrap{position:relative;max-width:560px;margin:0 auto}.ss-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#64748b}.ss-search-input{width:100%;padding:14px 44px;border:2px solid #334155;border-radius:12px;background:#1e293b;color:#f1f5f9;font-size:1rem;outline:none;transition:border-color .2s}.ss-search-input:focus{border-color:#6366f1}.ss-search-input::placeholder{color:#64748b}.ss-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;font-size:1rem;cursor:pointer}.ss-trust{margin-bottom:48px}.ss-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px}.ss-trust-item{text-align:center}.ss-trust-item strong{display:block;font-size:1.75rem;font-weight:800;color:#0f172a}.ss-trust-item span{font-size:.85rem;color:#64748b;margin-top:4px;display:block}.ss-section-header{text-align:center;margin-bottom:36px}.ss-section-header h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 8px}.ss-section-header p{color:#64748b;font-size:1.05rem;margin:0}.ss-featured{margin-bottom:56px}.ss-featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.ss-featured-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.ss-featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#6366f1}.ss-featured-top{margin-bottom:16px}.ss-featured-person{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ss-featured-quote{color:#475569;font-size:.92rem;line-height:1.6;margin:0 0 16px;font-style:italic;flex:1}.ss-featured-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ss-read-cta{color:#6366f1;font-weight:700;font-size:.9rem;margin-top:auto}.ss-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.ss-avatar-lg{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;object-fit:cover}.ss-avatar-sm{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}.ss-person-name{font-weight:600;font-size:.9rem;color:#1e293b}.ss-person-role{font-size:.82rem;color:#64748b}.ss-person-level{font-size:.78rem;color:#94a3b8}.ss-badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ss-badge--hired{background:#dcfce7;color:#166534}.ss-badge--interview{background:#dbeafe;color:#1e40af}.ss-badge--career{background:#fef3c7;color:#92400e}.ss-badge--ats{background:#ede9fe;color:#5b21b6}.ss-badge--first{background:#fce7f3;color:#9d174d}.ss-badge--promoted{background:#cffafe;color:#155e75}.ss-highlight-tag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:.78rem;font-weight:500;background:#f1f5f9;color:#475569}.ss-filters{margin-bottom:40px}.ss-filter-row{display:flex;flex-direction:column;gap:16px}.ss-filter-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.ss-filter-chip{padding:8px 18px;border-radius:100px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.ss-filter-chip:hover{border-color:#6366f1;color:#6366f1}.ss-filter-chip.active{background:#6366f1;color:#fff;border-color:#6366f1}.ss-chip-icon{font-size:1rem}.ss-filter-selects{display:flex;gap:12px;justify-content:center}.ss-select{padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.88rem;font-weight:500;cursor:pointer;outline:none}.ss-select:focus{border-color:#6366f1}.ss-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.ss-results-header h2{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0}.ss-results-meta{display:flex;align-items:center;gap:16px}.ss-results-count{font-size:.88rem;color:#64748b;font-weight:600}.ss-clear-filters{background:none;border:none;color:#6366f1;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:underline}.ss-stories{margin-bottom:56px}.ss-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.ss-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.ss-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.ss-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:8px}.ss-card-industry{font-size:.78rem;color:#64748b}.ss-card-person{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ss-card-challenge,.ss-card-result{margin-bottom:12px}.ss-label{font-size:.78rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:4px}.ss-card-challenge p,.ss-card-result p{font-size:.9rem;color:#475569;line-height:1.5;margin:0}.ss-card-result p{color:#166534;font-weight:500}.ss-card-quote{margin-bottom:16px;padding:12px 16px;background:#f8fafc;border-radius:8px;border-left:3px solid #6366f1}.ss-card-quote p{font-size:.88rem;color:#6366f1;line-height:1.5;margin:0;font-style:italic}.ss-card-highlights{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.ss-card-footer{border-top:1px solid #f1f5f9;padding-top:12px;margin-top:auto}.ss-read-link{color:#6366f1;font-size:.9rem;font-weight:600;text-decoration:none}.ss-read-link:hover{text-decoration:underline}.ss-empty{text-align:center;padding:56px 24px}.ss-empty-icon{font-size:3rem;margin-bottom:16px}.ss-empty h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 8px}.ss-empty p{color:#64748b;margin:0 0 20px}.ss-patterns{margin-bottom:56px}.ss-patterns-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ss-pattern-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px}.ss-pattern-num{display:inline-block;font-size:2rem;font-weight:800;color:#e2e8f0;margin-bottom:12px;line-height:1}.ss-pattern-card h3{font-size:1rem;font-weight:700;margin:0 0 8px;color:#0f172a}.ss-pattern-card p{color:#64748b;font-size:.88rem;line-height:1.6;margin:0}.ss-tools{background:linear-gradient(135deg,#eef2ff,#f0fdf4);border-radius:20px;padding:48px;margin-bottom:56px}.ss-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ss-tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;text-align:center}.ss-tool-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.ss-tool-icon{font-size:2.2rem;display:block;margin-bottom:12px}.ss-tool-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 8px}.ss-tool-card p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0 0 16px}.ss-tool-cta{color:#6366f1;font-weight:700;font-size:.9rem}.ss-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;padding:56px 48px;text-align:center;margin-bottom:24px}.ss-cta-inner{max-width:600px;margin:0 auto}.ss-cta h2{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 12px}.ss-cta p{color:#94a3b8;font-size:1.05rem;line-height:1.6;margin:0 0 28px}.ss-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.ss-cta-primary{display:inline-block;padding:14px 36px;background:#6366f1;color:#fff;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s}.ss-cta-primary:hover{background:#4f46e5}.ss-cta-secondary{display:inline-block;padding:14px 36px;background:transparent;color:#a5b4fc;border:2px solid #334155;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .2s}.ss-cta-secondary:hover{border-color:#818cf8;color:#fff}.ss-detail{max-width:1200px;margin:0 auto;padding:0 24px 80px}.ss-progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);z-index:1000;transition:width .15s linear}.ss-detail-header{max-width:800px;margin-bottom:32px}.ss-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;font-size:.88rem}.ss-breadcrumb a{color:#64748b;text-decoration:none}.ss-breadcrumb a:hover{color:#6366f1}.ss-bc-sep{color:#cbd5e1}.ss-detail-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.ss-detail-industry{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.78rem;font-weight:600;background:#f1f5f9;color:#475569}.ss-detail-level{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.78rem;font-weight:600;background:#f0fdf4;color:#166534}.ss-detail-title{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 16px}.ss-detail-person-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ss-detail-person{display:flex;align-items:center;gap:12px}.ss-detail-hero-img{width:100%;border-radius:14px;margin-bottom:32px;max-height:400px;object-fit:cover}.ss-before-after{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:36px}.ss-ba-card{border-radius:14px;padding:24px}.ss-ba-before{background:#fef2f2;border:1px solid #fecaca}.ss-ba-after{background:#f0fdf4;border:1px solid #bbf7d0}.ss-ba-label{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:10px}.ss-ba-before .ss-ba-label{background:#fee2e2;color:#991b1b}.ss-ba-after .ss-ba-label{background:#dcfce7;color:#166534}.ss-ba-card p{font-size:.92rem;color:#475569;line-height:1.6;margin:0}.ss-detail-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;margin-bottom:56px}.ss-detail-main{min-width:0}.ss-detail-content{color:#334155;font-size:1.05rem;line-height:1.8}.ss-detail-content h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:36px 0 16px}.ss-detail-content h3{font-size:1.2rem;font-weight:700;color:#1e293b;margin:28px 0 12px}.ss-detail-content p{margin:0 0 16px}.ss-detail-content ul,.ss-detail-content ol{margin:0 0 16px;padding-left:24px}.ss-detail-content li{margin-bottom:6px}.ss-detail-content blockquote{border-left:4px solid #6366f1;padding:16px 20px;margin:20px 0;background:#f8fafc;border-radius:0 8px 8px 0;font-style:italic;color:#6366f1;font-size:1.1rem;line-height:1.6}.ss-detail-content a{color:#6366f1;text-decoration:underline}.ss-share{margin:32px 0;padding:20px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ss-share-label{font-size:.92rem;font-weight:600;color:#475569}.ss-share-buttons{display:flex;gap:8px}.ss-share-btn{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.ss-share-btn:hover{background:#f1f5f9;border-color:#6366f1;color:#6366f1}.ss-dual-cta{display:flex;gap:16px;margin:32px 0;flex-wrap:wrap}.ss-dual-cta .ss-cta-primary,.ss-dual-cta .ss-cta-secondary{flex:1;min-width:200px;text-align:center}.ss-dual-cta .ss-cta-secondary{color:#6366f1;border-color:#e2e8f0}.ss-dual-cta .ss-cta-secondary:hover{border-color:#6366f1;background:#eef2ff;color:#4f46e5}.ss-detail-sidebar{position:sticky;top:24px;align-self:start;display:flex;flex-direction:column;gap:20px}.ss-sidebar-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.ss-sidebar-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 12px}.ss-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ss-sidebar-list li{font-size:.9rem;color:#475569;line-height:1.5}.ss-sidebar-highlights{border-left:3px solid #6366f1}.ss-sidebar-cta{background:linear-gradient(135deg,#eef2ff,#f8fafc);text-align:center}.ss-sidebar-cta p{color:#64748b;font-size:.88rem;line-height:1.5;margin:0 0 12px}.ss-sidebar-btn{display:inline-block;padding:10px 24px;background:#6366f1;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;font-size:.88rem;transition:background .2s}.ss-sidebar-btn:hover{background:#4f46e5}.ss-related{margin-bottom:48px}.ss-related h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 20px}.ss-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ss-related-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.ss-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f}.ss-related-person{display:flex;align-items:center;gap:10px;margin:12px 0}.ss-related-result{font-size:.88rem;color:#166534;font-weight:500;line-height:1.5;margin:0}.ss-not-found{max-width:600px;margin:80px auto;text-align:center;padding:0 24px}.ss-not-found h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 12px}.ss-not-found p{color:#64748b;margin:0 0 24px}.ss-back-link{color:#6366f1;font-weight:600;text-decoration:none}.ss-back-link:hover{text-decoration:underline}@media(max-width:1024px){.ss-detail-layout{grid-template-columns:1fr}.ss-detail-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.ss-sidebar-card{flex:1;min-width:240px}.ss-before-after{grid-template-columns:1fr}}@media(max-width:900px){.ss-featured-grid{grid-template-columns:1fr}.ss-trust-grid,.ss-patterns-grid,.ss-tools-grid{grid-template-columns:repeat(2,1fr)}.ss-related-grid{grid-template-columns:1fr}}@media(max-width:768px){.ss-hero{padding:40px 24px;border-radius:14px}.ss-hero-title{font-size:1.75rem}.ss-trust-grid{grid-template-columns:repeat(2,1fr);padding:24px;gap:16px}.ss-trust-item strong{font-size:1.3rem}.ss-card-grid{grid-template-columns:1fr}.ss-tools{padding:32px 20px;border-radius:14px}.ss-tools-grid,.ss-patterns-grid{grid-template-columns:1fr}.ss-filter-chips{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.ss-filter-chip{white-space:nowrap;flex-shrink:0}.ss-filter-selects{flex-direction:column}.ss-cta{padding:40px 24px;border-radius:14px}.ss-detail-title{font-size:1.6rem}.ss-dual-cta{flex-direction:column}.ss-dual-cta .ss-cta-primary,.ss-dual-cta .ss-cta-secondary{min-width:unset}.ss-detail-sidebar{flex-direction:column}.ss-sidebar-card{min-width:unset}}.seo-list-page{max-width:1200px;margin:0 auto;padding:48px 24px 80px}.seo-list-header{text-align:center;margin-bottom:40px}.seo-list-header h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:12px}.seo-list-header p{color:#64748b;font-size:1.1rem;max-width:640px;margin:0 auto}.seo-loading,.seo-empty{text-align:center;padding:60px 20px;color:#64748b}.seo-empty a{color:#2563eb;text-decoration:none;font-weight:600}.seo-filter-bar{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px}.seo-filter-btn{padding:8px 18px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.seo-filter-btn:hover{border-color:#2563eb;color:#2563eb}.seo-filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.seo-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.seo-card-grid--countries{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.seo-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.seo-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.seo-card-img{width:100%;height:180px;object-fit:cover}.seo-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.seo-card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:8px}.seo-card-excerpt{font-size:.9rem;color:#64748b;line-height:1.5;margin-bottom:12px;flex:1}.seo-card-tag{display:inline-block;padding:2px 10px;background:#eff6ff;color:#2563eb;border-radius:12px;font-size:.75rem;font-weight:500;margin-bottom:8px;width:fit-content}.seo-card-link{color:#2563eb;font-weight:600;font-size:.9rem;margin-top:auto}.seo-country-card{flex-direction:row;align-items:center;padding:16px}.seo-country-flag{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-right:16px}.seo-country-flag img{width:40px;height:auto;border-radius:4px}.seo-country-iso{font-size:1.5rem;font-weight:700;color:#2563eb}.seo-country-card .seo-card-body{padding:0}.seo-country-card .seo-card-title{font-size:1rem;margin-bottom:4px}.seo-country-card .seo-card-excerpt{font-size:.85rem;margin-bottom:4px}.seo-detail-page{max-width:840px;margin:0 auto;padding:40px 24px 80px}.seo-detail-header{margin-bottom:32px}.seo-breadcrumb{font-size:.85rem;color:#94a3b8;margin-bottom:16px}.seo-breadcrumb a{color:#2563eb;text-decoration:none}.seo-breadcrumb span{margin:0 6px}.seo-detail-header h1{font-size:2rem;font-weight:800;color:#1e293b;line-height:1.3;margin-bottom:12px}.seo-detail-excerpt{font-size:1.1rem;color:#64748b;line-height:1.6}.seo-industry-link{display:inline-block;margin-top:8px;color:#2563eb;text-decoration:none;font-weight:500;font-size:.9rem}.seo-detail-hero{width:100%;height:auto;border-radius:12px;margin-bottom:32px}.seo-detail-content{font-size:1.05rem;line-height:1.8;color:#334155}.seo-detail-content h2{font-size:1.5rem;font-weight:700;margin-top:32px;margin-bottom:12px;color:#1e293b}.seo-detail-content h3{font-size:1.2rem;font-weight:600;margin-top:24px;margin-bottom:8px;color:#1e293b}.seo-detail-content p{margin-bottom:16px}.seo-detail-content ul,.seo-detail-content ol{margin-bottom:16px;padding-left:24px}.seo-detail-content li{margin-bottom:6px}.seo-detail-content img{max-width:100%;border-radius:8px;margin:16px 0}.seo-detail-content a{color:#2563eb;text-decoration:underline}.seo-detail-content blockquote{border-left:4px solid #2563eb;padding:12px 20px;margin:20px 0;background:#f8fafc;border-radius:0 8px 8px 0;color:#475569;font-style:italic}.seo-country-header-row{display:flex;align-items:center;gap:16px}.seo-country-header-flag{width:48px;height:auto;border-radius:4px}.seo-cta-banner{margin:48px 0;padding:40px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:16px;text-align:center}.seo-cta-banner h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.seo-cta-banner p{color:#64748b;margin-bottom:20px;font-size:1rem}.seo-cta-btn{display:inline-block;padding:14px 32px;background:#2563eb;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s}.res-page{max-width:1260px;margin:0 auto;padding:0 24px 80px}.res-hero{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);border-radius:20px;padding:64px 48px;margin-bottom:48px;text-align:center;position:relative;overflow:hidden}.res-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.08) 0%,transparent 50%);pointer-events:none}.res-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.res-hero-badge{display:inline-block;background:#3b82f626;color:#93c5fd;padding:6px 18px;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:20px;letter-spacing:.02em}.res-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}.res-hero-accent{color:#60a5fa}.res-hero-sub{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin:0 0 32px}.res-search-wrap{position:relative;max-width:560px;margin:0 auto 32px}.res-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#64748b}.res-search-input{width:100%;padding:14px 44px;border:2px solid #334155;border-radius:12px;background:#1e293b;color:#f1f5f9;font-size:1rem;outline:none;transition:border-color .2s}.res-search-input:focus{border-color:#3b82f6}.res-search-input::placeholder{color:#64748b}.res-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;font-size:1rem;cursor:pointer}.res-hero-stats{display:flex;justify-content:center;gap:48px;margin-top:8px}.res-stat{display:flex;flex-direction:column;align-items:center}.res-stat strong{color:#60a5fa;font-size:1.5rem;font-weight:800}.res-stat span{color:#94a3b8;font-size:.85rem;margin-top:2px}.res-section-header{text-align:center;margin-bottom:36px}.res-section-header h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 8px}.res-section-header p{color:#64748b;font-size:1.05rem;margin:0}.res-featured{margin-bottom:56px}.res-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.res-featured-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.res-featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#3b82f6}.res-featured-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.res-featured-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.4}.res-featured-card p{color:#64748b;font-size:.92rem;line-height:1.6;margin:0 0 16px;flex:1}.res-featured-meta{display:flex;align-items:center;gap:12px;margin-top:auto}.res-badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.res-badge--popular{background:#fef3c7;color:#92400e}.res-badge--new{background:#dcfce7;color:#166534}.res-badge--recommended{background:#dbeafe;color:#1e40af}.res-badge--beginner-friendly{background:#ede9fe;color:#5b21b6}.res-cat-tag{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.78rem;font-weight:600;background:#f1f5f9;color:#475569}.res-audience{font-size:.82rem;color:#94a3b8}.res-audience-badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.78rem;font-weight:600;background:#f0fdf4;color:#166534}.res-read-time{font-size:.82rem;color:#64748b;white-space:nowrap}.res-filters{margin-bottom:48px}.res-filter-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.res-filter-chip{padding:8px 18px;border-radius:100px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.res-filter-chip:hover{border-color:#3b82f6;color:#2563eb}.res-filter-chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.res-chip-icon{font-size:1rem}.res-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.res-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.res-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.res-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.res-card-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.res-card-title{font-size:1.05rem;font-weight:700;margin:0 0 8px;line-height:1.4}.res-card-title a{color:#0f172a;text-decoration:none}.res-card-title a:hover{color:#2563eb}.res-card-desc{color:#64748b;font-size:.9rem;line-height:1.6;margin:0 0 12px;flex:1}.res-card-highlights{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:4px}.res-card-highlights li{font-size:.82rem;color:#475569}.res-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:12px;margin-top:auto}.res-read-link{color:#2563eb;font-size:.88rem;font-weight:600;text-decoration:none}.res-read-link:hover{text-decoration:underline}.res-results{margin-bottom:56px}.res-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.res-results-header h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0}.res-results-count{font-size:.9rem;color:#64748b;font-weight:600}.res-empty{text-align:center;padding:48px 24px}.res-empty p{color:#64748b;margin-bottom:16px}.res-categories{margin-bottom:56px}.res-cat-section{margin-bottom:48px}.res-cat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.res-cat-header h2{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0}.res-cat-icon{margin-right:6px}.res-cat-view-all{background:none;border:none;color:#2563eb;font-size:.9rem;font-weight:600;cursor:pointer}.res-cat-view-all:hover{text-decoration:underline}.res-tips{margin-bottom:56px}.res-tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.res-tip-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px;text-align:center}.res-tip-icon{font-size:2rem;display:block;margin-bottom:12px}.res-tip-card h3{font-size:1rem;font-weight:700;margin:0 0 8px;color:#0f172a}.res-tip-card p{color:#64748b;font-size:.88rem;line-height:1.6;margin:0}.res-tools{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:20px;padding:48px;margin-bottom:56px}.res-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.res-tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;text-align:center}.res-tool-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.res-tool-icon{font-size:2.2rem;display:block;margin-bottom:12px}.res-tool-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 8px}.res-tool-card p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0 0 16px}.res-tool-cta{color:#2563eb;font-weight:700;font-size:.9rem}.res-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;padding:56px 48px;text-align:center;margin-bottom:24px}.res-cta-inner{max-width:600px;margin:0 auto}.res-cta h2{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 12px}.res-cta p{color:#94a3b8;font-size:1.05rem;line-height:1.6;margin:0 0 28px}.res-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.res-cta-primary{display:inline-block;padding:14px 36px;background:#2563eb;color:#fff;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s}.res-cta-primary:hover{background:#1d4ed8}.res-cta-secondary{display:inline-block;padding:14px 36px;background:transparent;color:#93c5fd;border:2px solid #334155;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .2s}.res-cta-secondary:hover{border-color:#60a5fa;color:#fff}.res-detail{max-width:1200px;margin:0 auto;padding:0 24px 80px}.res-progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);z-index:1000;transition:width .15s linear}.res-detail-header{max-width:800px;margin-bottom:32px}.res-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;font-size:.88rem}.res-breadcrumb a{color:#64748b;text-decoration:none}.res-breadcrumb a:hover{color:#2563eb}.res-bc-sep{color:#cbd5e1}.res-detail-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.res-detail-title{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 12px}.res-detail-excerpt{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0}.res-detail-hero-img{width:100%;border-radius:14px;margin-bottom:32px;max-height:400px;object-fit:cover}.res-detail-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;margin-bottom:56px}.res-detail-main{min-width:0}.res-detail-content{color:#334155;font-size:1.05rem;line-height:1.8}.res-detail-content h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:36px 0 16px}.res-detail-content h3{font-size:1.2rem;font-weight:700;color:#1e293b;margin:28px 0 12px}.res-detail-content p{margin:0 0 16px}.res-detail-content ul,.res-detail-content ol{margin:0 0 16px;padding-left:24px}.res-detail-content li{margin-bottom:6px}.res-detail-content blockquote{border-left:4px solid #3b82f6;padding:16px 20px;margin:20px 0;background:#f8fafc;border-radius:0 8px 8px 0;font-style:italic;color:#475569}.res-detail-content table{width:100%;border-collapse:collapse;margin:20px 0}.res-detail-content th,.res-detail-content td{padding:10px 14px;border:1px solid #e2e8f0;text-align:left;font-size:.95rem}.res-detail-content th{background:#f1f5f9;font-weight:700;color:#0f172a}.res-detail-content a{color:#2563eb;text-decoration:underline}.res-share{margin:32px 0;padding:20px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.res-share-label{font-size:.92rem;font-weight:600;color:#475569}.res-share-buttons{display:flex;gap:8px}.res-share-btn{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.res-share-btn:hover{background:#f1f5f9;border-color:#3b82f6;color:#2563eb}.res-dual-cta{display:flex;gap:16px;margin:32px 0;flex-wrap:wrap}.res-dual-cta .res-cta-primary,.res-dual-cta .res-cta-secondary{flex:1;min-width:200px;text-align:center}.res-dual-cta .res-cta-secondary{color:#2563eb;border-color:#e2e8f0}.res-dual-cta .res-cta-secondary:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.res-detail-sidebar{position:sticky;top:24px;align-self:start;display:flex;flex-direction:column;gap:20px}.res-sidebar-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.res-sidebar-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 12px}.res-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.res-sidebar-list li{font-size:.9rem;color:#475569}.res-sidebar-cta{background:linear-gradient(135deg,#eff6ff,#f8fafc);text-align:center}.res-sidebar-cta p{color:#64748b;font-size:.88rem;line-height:1.5;margin:0 0 12px}.res-sidebar-btn{display:inline-block;padding:10px 24px;background:#2563eb;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;font-size:.88rem;transition:background .2s}.res-sidebar-btn:hover{background:#1d4ed8}.res-quick-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.res-quick-links li a{color:#2563eb;font-size:.9rem;text-decoration:none}.res-quick-links li a:hover{text-decoration:underline}.res-related{margin-bottom:48px}.res-related h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 20px}.res-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.res-related-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.res-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f}.res-related-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:8px 0}.res-related-card p{color:#64748b;font-size:.88rem;line-height:1.5;margin:0 0 8px}.res-not-found{max-width:600px;margin:80px auto;text-align:center;padding:0 24px}.res-not-found h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 12px}.res-not-found p{color:#64748b;margin:0 0 24px}.res-back-link{color:#2563eb;font-weight:600;text-decoration:none}.res-back-link:hover{text-decoration:underline}@media(max-width:1024px){.res-detail-layout{grid-template-columns:1fr}.res-detail-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.res-sidebar-card{flex:1;min-width:240px}}@media(max-width:900px){.res-featured-grid,.res-tools-grid,.res-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.res-hero{padding:40px 24px;border-radius:14px}.res-hero-title{font-size:1.75rem}.res-hero-stats{gap:28px}.res-stat strong{font-size:1.2rem}.res-featured-grid,.res-card-grid{grid-template-columns:1fr}.res-tools{padding:32px 20px;border-radius:14px}.res-tools-grid,.res-tips-grid{grid-template-columns:1fr}.res-filter-bar{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.res-filter-chip{white-space:nowrap;flex-shrink:0}.res-cta{padding:40px 24px;border-radius:14px}.res-detail-title{font-size:1.6rem}.res-dual-cta{flex-direction:column}.res-dual-cta .res-cta-primary,.res-dual-cta .res-cta-secondary{min-width:unset}.res-detail-sidebar{flex-direction:column}.res-sidebar-card{min-width:unset}.res-related-grid{grid-template-columns:1fr}}.seo-cta-btn:hover{background:#1d4ed8}.seo-category-badge{display:inline-block;padding:4px 12px;background:#f0fdf4;color:#16a34a;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:8px}.seo-related-section{margin-top:48px;padding-top:32px;border-top:1px solid #e2e8f0}.seo-related-section h2{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:20px}.seo-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.seo-related-card{display:block;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit;transition:border-color .2s}.seo-related-card:hover{border-color:#2563eb}.seo-related-card h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:6px}.seo-related-card p{font-size:.85rem;color:#64748b;line-height:1.5}.seo-related-img{width:100%;height:120px;object-fit:cover;border-radius:6px;margin-bottom:10px}@media(max-width:768px){.seo-list-header h1,.seo-detail-header h1{font-size:1.5rem}.seo-card-grid{grid-template-columns:1fr}.seo-card-grid--countries{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.seo-cta-banner{padding:28px 20px}.seo-cta-banner h3{font-size:1.2rem}.seo-related-grid{grid-template-columns:1fr}.seo-country-header-row{flex-direction:column;align-items:flex-start;gap:8px}}.rex-page,.rex-detail{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.rex-hero{text-align:center;padding:3.5rem 1rem 2.5rem}.rex-hero-badge{display:inline-block;background:#6366f114;color:#6366f1;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem 1rem;border-radius:99px;margin-bottom:1rem;border:1px solid rgba(99,102,241,.15)}.rex-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.2;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:-.02em}.rex-hero>p{color:#64748b;font-size:1.08rem;max-width:560px;margin:0 auto 1.5rem;line-height:1.6}.rex-hero-search{position:relative;max-width:480px;margin:0 auto 1.25rem}.rex-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}.rex-search-input{width:100%;padding:.7rem 2.5rem;border:1.5px solid #e2e8f0;border-radius:99px;font-size:.95rem;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.rex-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.rex-search-input::placeholder{color:#94a3b8}.rex-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:2px 6px}.rex-search-clear:hover{color:#475569}.rex-hero-stats{display:flex;justify-content:center;gap:.5rem;color:#94a3b8;font-size:.82rem}.rex-hero-dot{opacity:.5}.rex-section-header{text-align:center;margin-bottom:1.75rem}.rex-section-header h2{font-size:1.45rem;font-weight:700;margin-bottom:.3rem}.rex-section-header p{color:#64748b;font-size:.95rem}.rex-featured{margin-bottom:2.5rem}.rex-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.rex-featured-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:.875rem;text-decoration:none;color:#1e293b;background:linear-gradient(135deg,#f8fafc,#f0f4ff);border:1px solid #e2e8f0;transition:box-shadow .2s,transform .2s}.rex-featured-card:hover{box-shadow:0 8px 28px #6366f11a;transform:translateY(-2px);border-color:#c7d2fe}.rex-featured-level{display:inline-block;background:#6366f11a;color:#6366f1;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.18rem .55rem;border-radius:99px;margin-bottom:.6rem;width:fit-content}.rex-featured-card h3{font-size:1.1rem;font-weight:700;line-height:1.35;margin-bottom:.4rem}.rex-featured-card p{color:#64748b;font-size:.85rem;line-height:1.5;margin-bottom:.6rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rex-featured-cta{color:#6366f1;font-size:.85rem;font-weight:600}.rex-filters{margin-bottom:2rem}.rex-filter-row{display:flex;flex-direction:column;gap:1rem}.rex-filter-group{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.rex-filter-label{font-size:.78rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;padding-top:.45rem;flex-shrink:0;min-width:70px}.rex-filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.rex-chip{display:inline-flex;align-items:center;gap:.3rem;background:#fff;color:#475569;border:1px solid #e2e8f0;padding:.38rem .9rem;border-radius:99px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.rex-chip:hover{border-color:#6366f1;color:#6366f1}.rex-chip-active{background:#6366f1;color:#fff;border-color:#6366f1}.rex-chip-active:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.rex-chip-sm{padding:.32rem .75rem;font-size:.78rem}.rex-chip-icon{font-size:.92rem;line-height:1}.rex-active-filters{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem;color:#64748b;flex-wrap:wrap}.rex-active-badge{background:#6366f1;color:#fff;padding:.18rem .6rem;border-radius:99px;font-size:.78rem;font-weight:600}.rex-clear-filters{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.82rem;font-weight:500}.rex-clear-filters:hover{text-decoration:underline}.rex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.rex-card{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.rex-card:hover{box-shadow:0 8px 28px #00000012;transform:translateY(-2px)}.rex-card-top{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.15rem 0}.rex-card-category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6366f1}.rex-card-badges{display:flex;gap:.35rem;align-items:center}.rex-card-ats-badge{background:#ecfdf5;color:#059669;font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:99px}.rex-card-level{background:#f1f5f9;color:#475569;font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:99px}.rex-card-body{padding:.65rem 1.15rem 1.15rem;flex:1;display:flex;flex-direction:column}.rex-card-title{font-size:1.05rem;font-weight:700;line-height:1.35;margin-bottom:.35rem;color:#1e293b}.rex-card-desc{color:#64748b;font-size:.85rem;line-height:1.5;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rex-card-highlights{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-wrap:wrap;gap:.3rem}.rex-card-highlights li{font-size:.75rem;color:#475569;background:#f8fafc;border:1px solid #f1f5f9;padding:.15rem .55rem;border-radius:99px}.rex-card-cta{display:inline-flex;align-items:center;gap:.25rem;color:#6366f1;font-size:.85rem;font-weight:600;margin-top:auto;transition:gap .2s}.rex-card:hover .rex-card-cta{gap:.45rem}.rex-categories{display:flex;flex-direction:column;gap:2.5rem}.rex-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rex-category-header h2{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}.rex-category-icon{font-size:1.3rem}.rex-view-all{background:none;border:none;color:#6366f1;font-size:.85rem;font-weight:600;cursor:pointer}.rex-view-all:hover{text-decoration:underline}.rex-loading{text-align:center;padding:4rem 0;color:#64748b}.rex-empty{text-align:center;padding:3.5rem 1.5rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:1rem;margin-bottom:1rem}.rex-empty-icon{margin-bottom:1rem;opacity:.45}.rex-empty h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.4rem}.rex-empty p{color:#64748b;font-size:.92rem;max-width:400px;margin:0 auto 1.25rem}.rex-empty-btn{background:#6366f1;color:#fff;border:none;padding:.55rem 1.5rem;border-radius:.5rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.rex-empty-btn:hover{background:#4f46e5}.rex-not-found{text-align:center;padding:4rem 0;color:#64748b}.rex-not-found h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.rex-back-link{display:inline-block;margin-top:1rem;color:#6366f1;text-decoration:none;font-weight:600}.rex-back-link:hover{text-decoration:underline}.rex-tips{margin-top:3rem}.rex-tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.rex-tip-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem}.rex-tip-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.rex-tip-card h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem;color:#1e293b}.rex-tip-card p{font-size:.85rem;color:#64748b;line-height:1.5;margin:0}.rex-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0}.rex-tool-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;text-decoration:none;color:inherit;transition:all .2s}.rex-tool-card:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #6366f114}.rex-tool-icon{width:40px;height:40px;border-radius:.6rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rex-tool-resume .rex-tool-icon{background:#eef2ff;color:#6366f1}.rex-tool-ats .rex-tool-icon{background:#ecfdf5;color:#059669}.rex-tool-cover .rex-tool-icon{background:#fef3c7;color:#d97706}.rex-tool-card strong{display:block;font-size:.88rem;font-weight:700;color:#1e293b;margin-bottom:.1rem}.rex-tool-card span{font-size:.78rem;color:#64748b;line-height:1.3}.rex-tool-arrow{margin-left:auto;flex-shrink:0;color:#94a3b8;transition:transform .15s}.rex-tool-card:hover .rex-tool-arrow{transform:translate(2px);color:#6366f1}.rex-faq{margin-top:2.5rem}.rex-faq-list{max-width:720px;margin:0 auto}.rex-faq-item{border-bottom:1px solid #e2e8f0;padding:0}.rex-faq-item summary{padding:1rem 0;font-size:.95rem;font-weight:600;color:#1e293b;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.rex-faq-item summary::-webkit-details-marker{display:none}.rex-faq-item summary:after{content:"+";font-size:1.2rem;color:#94a3b8;font-weight:400;flex-shrink:0;margin-left:1rem;transition:transform .2s}.rex-faq-item[open] summary:after{content:"−";color:#6366f1}.rex-faq-item p{font-size:.9rem;color:#64748b;line-height:1.65;padding:0 0 1rem}.rex-cta{text-align:center;margin-top:2rem;padding:3.5rem 2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1rem;color:#fff}.rex-cta h2{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.rex-cta p{opacity:.92;margin-bottom:1.25rem;max-width:480px;margin-left:auto;margin-right:auto;font-size:1.02rem}.rex-cta-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.88rem;opacity:.92}.rex-cta-btn{display:inline-block;background:#fff;color:#6366f1;padding:.75rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .15s,box-shadow .15s}.rex-cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px #fff3}.rex-detail-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.rex-detail-header{margin-bottom:1.5rem}.rex-detail-badges{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.rex-level-badge{display:inline-block;background:#f1f5f9;color:#475569;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.22rem .7rem;border-radius:99px}.rex-ats-badge{display:inline-block;background:#ecfdf5;color:#059669;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.22rem .7rem;border-radius:99px}.rex-detail-header h1{font-size:2.1rem;font-weight:800;line-height:1.25;margin-bottom:.75rem;letter-spacing:-.02em;color:#0f172a}.rex-detail-subtitle{color:#64748b;font-size:1.05rem;line-height:1.6}.rex-detail-main{min-width:0}.rex-related{margin-top:2rem}.rex-related h3{font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.rex-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.rex-related-card{display:block;padding:1rem;border:1px solid #e2e8f0;border-radius:.65rem;text-decoration:none;color:inherit;transition:all .15s}.rex-related-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #6366f10f}.rex-related-level{display:inline-block;font-size:.7rem;font-weight:600;color:#6366f1;background:#6366f114;padding:.12rem .45rem;border-radius:99px;margin-bottom:.3rem}.rex-related-card strong{display:block;font-size:.88rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.rex-related-card p{font-size:.8rem;color:#64748b;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rex-sidebar-links{display:flex;flex-direction:column;gap:.5rem}.rex-sidebar-links a{display:block;font-size:.85rem;color:#6366f1;text-decoration:none;font-weight:500;padding:.25rem 0}.rex-sidebar-links a:hover{text-decoration:underline}@media(max-width:1024px){.rex-featured-grid{grid-template-columns:repeat(2,1fr)}.rex-tools{grid-template-columns:1fr}.rex-tips-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.rex-detail-layout,.rex-related-grid{grid-template-columns:1fr}}@media(max-width:768px){.rex-hero h1{font-size:1.8rem}.rex-featured-grid,.rex-grid,.rex-tips-grid{grid-template-columns:1fr}.rex-filter-group{flex-direction:column}.rex-filter-label{min-width:auto}.rex-detail-header h1{font-size:1.6rem}.rex-cta{padding:2.5rem 1.25rem}}.lp-container{max-width:1140px;margin:0 auto;padding:0 24px}.lp-center-link{text-align:center;margin-top:28px}.lp-section-top{text-align:center;margin-bottom:48px}.lp-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.12);border-radius:100px;padding:6px 16px;margin-bottom:16px}.lp-title{font-size:clamp(1.55rem,4vw,2.35rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.18;margin:0 auto 14px;max-width:680px}.lp-title-accent{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-subtitle{font-size:1.05rem;color:#64748b;line-height:1.6;margin:0 auto;max-width:560px}.lp-hero-secondary{background:#fff;color:#2563eb;border:2px solid #e2e8f0;font-weight:600;border-radius:12px;transition:all .2s}.lp-hero-secondary:hover{border-color:#2563eb;background:#eff6ff}.lp-hero-trust-line{color:#64748b;font-size:.88rem;margin:18px 0 0;text-align:center}.lp-proof-strip{background:linear-gradient(135deg,#f8fafc,#eff6ff);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:40px 24px}.lp-proof-grid{max-width:1140px;margin:0 auto;display:flex;justify-content:center;gap:56px;flex-wrap:wrap}.lp-proof-item{text-align:center}.lp-proof-item strong{display:block;font-size:1.85rem;font-weight:800;color:#0f172a;line-height:1.1}.lp-proof-item span{display:block;font-size:.78rem;color:#64748b;margin-top:6px;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.lp-features{padding:80px 0;background:#fff}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 26px;display:flex;gap:18px;align-items:flex-start;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.lp-feature-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#6366f1);transform:scaleX(0);transition:transform .3s;transform-origin:left}.lp-feature-card:hover:after{transform:scaleX(1)}.lp-feature-card:hover{border-color:#c7d2fe;box-shadow:0 8px 32px #2563eb14;transform:translateY(-3px)}.lp-feature-icon{width:44px;height:44px;min-width:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;transition:transform .25s}.lp-feature-card:hover .lp-feature-icon{transform:scale(1.08)}.lp-feature-icon--blue{background:#eff6ff;color:#2563eb}.lp-feature-icon--green{background:#f0fdf4;color:#16a34a}.lp-feature-icon--violet{background:#f5f3ff;color:#7c3aed}.lp-feature-icon--rose{background:#fff1f2;color:#e11d48}.lp-feature-icon--amber{background:#fefce8;color:#d97706}.lp-feature-icon--teal{background:#f0fdfa;color:#0d9488}.lp-feature-body{flex:1;min-width:0}.lp-feature-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-.01em}.lp-feature-card p{font-size:.87rem;color:#64748b;line-height:1.55;margin:0 0 10px}.lp-feature-link{font-size:.82rem;font-weight:600;color:#2563eb;text-decoration:none;transition:color .2s}.lp-feature-link:hover{color:#1d4ed8}.lp-feature-link span{transition:transform .2s;display:inline-block}.lp-feature-link:hover span{transform:translate(3px)}.lp-how{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.lp-how-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:960px;margin:0 auto}.lp-how-step{flex:1;max-width:280px;text-align:center;padding:32px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 4px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.lp-how-step:hover{box-shadow:0 8px 28px #2563eb14;transform:translateY(-3px)}.lp-how-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:16px;box-shadow:0 4px 14px #2563eb40}.lp-how-body h3{font-size:1.02rem;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.01em}.lp-how-body p{font-size:.87rem;color:#64748b;line-height:1.6;margin:0}.lp-how-connector{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;margin-top:52px;color:#cbd5e1}.lp-how-cta{text-align:center;margin-top:40px}.lp-results{padding:80px 0;background:#fff}.lp-ba-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;max-width:920px;margin:0 auto;align-items:stretch}.lp-ba-card{border-radius:16px;padding:32px 28px;position:relative}.lp-ba-before{background:#fef2f2;border:1px solid #fecaca}.lp-ba-after{background:#f0fdf4;border:1px solid #bbf7d0}.lp-ba-label{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:5px 14px;border-radius:6px;margin-bottom:18px}.lp-ba-label--before{background:#fee2e2;color:#991b1b}.lp-ba-label--after{background:#dcfce7;color:#166534}.lp-ba-heading{font-size:.78rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.6px;margin:0 0 14px}.lp-ba-example p{font-size:.88rem;color:#475569;line-height:1.6;margin:0 0 12px;padding-left:14px;border-left:3px solid #e2e8f0}.lp-ba-after .lp-ba-example p{border-left-color:#4ade80;color:#1e293b}.lp-ba-divider{display:flex;align-items:center;justify-content:center;width:56px;min-width:56px}.lp-ba-divider-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #2563eb4d}.lp-tools{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.lp-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .25s}.lp-tool-card:hover{border-color:#c7d2fe;box-shadow:0 8px 28px #2563eb14;transform:translateY(-3px)}.lp-tool-card--primary{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff);box-shadow:0 2px 12px #2563eb0f}.lp-tool-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.lp-tool-icon-wrap--blue{background:#eff6ff;color:#2563eb}.lp-tool-icon-wrap--green{background:#f0fdf4;color:#16a34a}.lp-tool-icon-wrap--violet{background:#f5f3ff;color:#7c3aed}.lp-tool-card h3{font-size:1.08rem;font-weight:700;color:#0f172a;margin:0 0 8px}.lp-tool-card p{font-size:.88rem;color:#64748b;line-height:1.55;margin:0 0 18px}.lp-tool-perks{list-style:none;padding:0;margin:0 0 auto;display:flex;flex-direction:column;gap:10px}.lp-tool-perks li{font-size:.84rem;color:#475569;display:flex;align-items:center;gap:8px}.lp-tool-cta{margin-top:22px;font-size:.88rem;font-weight:600;color:#2563eb;display:inline-block;transition:transform .2s}.lp-tool-card:hover .lp-tool-cta{transform:translate(3px)}.lp-explore{background:#f8fafc;padding:80px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.lp-explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.lp-explore-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 24px;text-decoration:none;color:inherit;transition:all .25s;display:flex;flex-direction:column}.lp-explore-card:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #2563eb0f;transform:translateY(-2px)}.lp-explore-icon-wrap{font-size:1.6rem;margin-bottom:12px;line-height:1}.lp-explore-card h3{font-size:.98rem;font-weight:700;color:#0f172a;margin:0 0 6px}.lp-explore-card p{font-size:.84rem;color:#64748b;line-height:1.5;margin:0 0 14px;flex:1}.lp-explore-link{font-size:.82rem;font-weight:600;color:#2563eb}.lp-templates-showcase{padding:80px 24px;background:linear-gradient(180deg,#f8fafc,#fff)}.lp-tpl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px}.lp-tpl-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .25s;display:flex;flex-direction:column}.lp-tpl-card:hover{border-color:#c7d2fe;box-shadow:0 6px 20px #2563eb14;transform:translateY(-3px)}.lp-tpl-thumb{width:100%;aspect-ratio:210/180;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.lp-tpl-img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s}.lp-tpl-card:hover .lp-tpl-img{transform:scale(1.04)}.lp-tpl-info{padding:12px 14px 14px}.lp-tpl-name{font-size:.88rem;font-weight:700;color:#0f172a;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-tpl-tag{display:inline-block;font-size:.7rem;font-weight:600;color:#2563eb;background:#eff6ff;padding:2px 8px;border-radius:100px;margin-right:4px}.lp-tpl-country{display:inline-block;font-size:.7rem;font-weight:600;color:#16a34a;background:#f0fdf4;padding:2px 8px;border-radius:100px}.lp-tpl-use{font-size:.78rem;color:#64748b;line-height:1.4;margin:6px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lp-tpl-cta{text-align:center;margin-top:32px}.pricing-section{padding:80px 24px;background:#fff}.lp-pricing-trust{text-align:center;color:#94a3b8;font-size:.84rem;margin-top:32px;font-weight:500}.lp-faq{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.lp-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff}.lp-faq-item{border-bottom:1px solid #f1f5f9;transition:background .2s}.lp-faq-item:last-child{border-bottom:none}.lp-faq-item--open{background:#fafbfd}.lp-faq-q{width:100%;background:none;border:none;padding:20px 28px;font-size:.95rem;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;gap:20px;transition:background .15s}.lp-faq-q:hover{background:#f8fafc}.lp-faq-toggle{width:32px;height:32px;min-width:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.lp-faq-item--open .lp-faq-toggle{background:#eff6ff;color:#2563eb}.lp-faq-a{padding:0 28px 22px}.lp-faq-a p{font-size:.9rem;color:#64748b;line-height:1.65;margin:0;max-width:680px}.lp-newsletter{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-top:1px solid #e2e8f0;padding:64px 0}.lp-newsletter-inner{display:flex;align-items:center;gap:56px}.lp-newsletter-text{flex:1}.lp-newsletter-text h2{font-size:1.55rem;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.lp-newsletter-text p{font-size:.92rem;color:#64748b;line-height:1.55;margin:0}.lp-newsletter-form{flex:1}.lp-final-cta{background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);padding:80px 24px;text-align:center}.lp-final-cta-inner{max-width:640px;margin:0 auto}.lp-final-cta h2{font-size:2.1rem;font-weight:800;color:#fff;margin:0 0 14px;letter-spacing:-.03em;line-height:1.2}.lp-final-cta h2 em{font-style:italic;text-decoration:underline;text-decoration-color:#ffffff59;text-underline-offset:4px}.lp-final-cta p{font-size:1.02rem;color:#ffffffd1;line-height:1.55;margin:0 0 32px}.lp-final-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lp-final-cta .btn-primary{background:#fff;color:#2563eb;border-color:#fff}.lp-final-cta .btn-primary:hover{background:#f0f7ff}.lp-final-cta .lp-hero-secondary{background:transparent;color:#fff;border-color:#ffffff59}.lp-final-cta .lp-hero-secondary:hover{border-color:#fff;background:#ffffff1a}@media(max-width:1024px){.lp-features-grid,.lp-tools-grid,.lp-explore-grid{grid-template-columns:repeat(2,1fr)}.lp-tpl-grid{grid-template-columns:repeat(3,1fr)}.lp-ba-grid{grid-template-columns:1fr auto 1fr}}@media(max-width:768px){.lp-section-top{margin-bottom:36px}.lp-title{font-size:1.55rem}.lp-subtitle{font-size:.94rem}.lp-proof-grid{gap:20px;justify-content:space-around}.lp-proof-item strong{font-size:1.4rem}.lp-features{padding:56px 0}.lp-features-grid{grid-template-columns:1fr}.lp-feature-card{gap:14px}.lp-how{padding:56px 0}.lp-how-steps{flex-direction:column;align-items:center;gap:16px}.lp-how-connector{display:none}.lp-how-step{max-width:100%;width:100%}.lp-results{padding:56px 0}.lp-ba-grid{grid-template-columns:1fr;gap:16px}.lp-ba-divider{width:auto;min-width:auto;justify-content:center}.lp-ba-divider-icon{transform:rotate(90deg)}.lp-tools{padding:56px 0}.lp-tools-grid{grid-template-columns:1fr}.lp-explore{padding:56px 0}.lp-explore-grid{grid-template-columns:1fr}.lp-templates-showcase{padding:56px 16px}.lp-tpl-grid{grid-template-columns:repeat(2,1fr);gap:14px}.lp-faq{padding:56px 0}.lp-faq-q{padding:18px 20px;font-size:.92rem}.lp-faq-a{padding:0 20px 18px}.lp-newsletter{padding:48px 0}.lp-newsletter-inner{flex-direction:column;gap:24px;text-align:center}.lp-final-cta{padding:56px 24px}.lp-final-cta h2{font-size:1.6rem}.lp-final-cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){.lp-proof-grid{gap:16px}.lp-proof-item strong{font-size:1.2rem}.lp-faq-q{font-size:.86rem;padding:15px 16px}.lp-faq-toggle{width:28px;height:28px;min-width:28px}.lp-ba-card{padding:24px 20px}.lp-feature-card{padding:22px 20px}}.rt-container{max-width:1200px;margin:0 auto;padding:0 24px}.rt-section-title{font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 8px;text-align:center}.rt-section-sub{font-size:.98rem;color:#64748b;text-align:center;margin:0 auto 32px;max-width:540px;line-height:1.55}.rt-hero{text-align:center;padding:40px 24px 48px;background:linear-gradient(180deg,#f8faff,#fff 60%,#f8fafc);position:relative;overflow:hidden}.rt-hero:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);pointer-events:none}.rt-hero>*{position:relative;z-index:1}.rt-hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid rgba(99,102,241,.12);border-radius:100px;padding:6px 16px;margin-bottom:16px}.rt-hero h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:900;color:#0f172a;margin:0 auto 16px;max-width:700px;line-height:1.12;letter-spacing:-.04em}.rt-hero-accent{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rt-hero-sub{font-size:1.08rem;color:#475569;margin:0 auto 24px;max-width:600px;line-height:1.6}.rt-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.rt-hero-trust span{font-size:.8rem;font-weight:600;color:#475569;background:#fff;padding:6px 14px;border-radius:100px;border:1px solid #e2e8f0}.rt-featured{padding:56px 0 40px;background:#fff}.rt-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rt-categories{padding:0 0 32px;background:#fff}.rt-category-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.rt-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:100px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.rt-pill:hover{border-color:#c7d2fe;color:#2563eb;background:#f8faff}.rt-pill--active{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;color:#fff!important;border-color:transparent!important}.rt-pill-icon{font-size:1rem}.rt-filters{padding:24px 0 16px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.rt-filters-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.rt-search-wrap{flex:1;min-width:260px;position:relative}.rt-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.rt-search{width:100%;padding:10px 14px 10px 42px;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;background:#fff;transition:border-color .2s;outline:none}.rt-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.rt-filter-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.rt-select{padding:9px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:.86rem;background:#fff;color:#334155;cursor:pointer;outline:none;transition:border-color .2s}.rt-select:focus{border-color:#2563eb}.rt-checkbox-label{display:inline-flex;align-items:center;gap:6px;font-size:.86rem;color:#475569;font-weight:500;cursor:pointer;white-space:nowrap}.rt-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.rt-sort{min-width:140px}.rt-active-filters{display:flex;align-items:center;gap:16px;margin-top:12px}.rt-results-count{font-size:.86rem;color:#64748b;font-weight:500}.rt-clear-btn{font-size:.82rem;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;padding:0}.rt-clear-btn:hover{text-decoration:underline}.rt-grid-section{padding:48px 0;background:#fff}.rt-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rt-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s cubic-bezier(.4,0,.2,1)}.rt-card:hover{border-color:#c7d2fe;box-shadow:0 8px 32px #2563eb14;transform:translateY(-3px)}.rt-card-thumb{position:relative;background:#f8fafc;aspect-ratio:210 / 297;cursor:pointer;overflow:hidden;border-radius:4px}.rt-card-thumb-inner{width:100%;height:100%}.rt-card-thumb-inner svg{width:100%;height:100%;display:block;border-radius:3px;box-shadow:0 1px 4px #00000014}.rt-card-thumb-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.rt-card-thumb-letter{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #2563eb40}.rt-card-thumb-style{font-size:.72rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.rt-card-overlay{position:absolute;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.rt-card:hover .rt-card-overlay{opacity:1}.rt-card-preview-btn{padding:10px 24px;background:#fff;color:#0f172a;border-radius:10px;font-size:.86rem;font-weight:600;box-shadow:0 2px 8px #00000026}.rt-card-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap}.rt-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:6px}.rt-badge--ats{background:#dcfce7;color:#166534}.rt-badge--popular{background:#dbeafe;color:#1e40af}.rt-badge--featured{background:#fef3c7;color:#92400e}.rt-badge--new{background:#f3e8ff;color:#6b21a8}.rt-card-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.rt-card-name{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-.01em}.rt-card-desc{font-size:.84rem;color:#64748b;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rt-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.rt-tag{font-size:.7rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:3px 10px;border-radius:6px;text-transform:capitalize}.rt-card-actions{display:flex;gap:8px;margin-top:auto}.rt-card-use-btn{flex:1;padding:9px 0;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;border-radius:9px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s}.rt-card-use-btn:hover{box-shadow:0 4px 16px #2563eb4d}.rt-card-detail-btn{padding:9px 16px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:9px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s}.rt-card-detail-btn:hover{border-color:#2563eb;color:#2563eb}.rt-empty{text-align:center;padding:64px 24px}.rt-empty-icon{font-size:3rem;margin-bottom:16px}.rt-empty h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 8px}.rt-empty p{font-size:.92rem;color:#64748b;margin:0 0 20px}.rt-choose{padding:72px 0;background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid #e2e8f0}.rt-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rt-choose-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 24px;text-align:center;transition:all .2s}.rt-choose-card:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #2563eb0f}.rt-choose-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:14px;box-shadow:0 4px 12px #2563eb33}.rt-choose-card h3{font-size:.96rem;font-weight:700;color:#0f172a;margin:0 0 6px}.rt-choose-card p{font-size:.84rem;color:#64748b;line-height:1.5;margin:0}.rt-cta{background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);padding:72px 24px;text-align:center}.rt-cta-inner{max-width:600px;margin:0 auto}.rt-cta h2{font-size:1.9rem;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.03em}.rt-cta p{font-size:1rem;color:#ffffffd1;line-height:1.55;margin:0 0 28px}.rt-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.rt-cta .btn-primary{background:#fff;color:#2563eb;border-color:#fff}.rt-cta .btn-primary:hover{background:#f0f7ff}.rt-cta-secondary{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.35);border-radius:12px;font-weight:600;transition:all .2s}.rt-cta-secondary:hover{border-color:#fff;background:#ffffff1a}.rt-faq-section{padding:72px 0;background:#f8fafc;border-top:1px solid #e2e8f0}.rt-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.rt-faq-item{border-bottom:1px solid #f1f5f9}.rt-faq-item:last-child{border-bottom:none}.rt-faq-item--open{background:#fafbfd}.rt-faq-q{width:100%;background:none;border:none;padding:18px 24px;font-size:.93rem;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;gap:16px;transition:background .15s}.rt-faq-q:hover{background:#f8fafc}.rt-faq-toggle{width:30px;height:30px;min-width:30px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.rt-faq-item--open .rt-faq-toggle{background:#eff6ff;color:#2563eb}.rt-faq-a{padding:0 24px 18px}.rt-faq-a p{font-size:.88rem;color:#64748b;line-height:1.6;margin:0}.rt-modal-backdrop{position:fixed;inset:0;z-index:9999;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.rt-modal{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 80px #0000002e}.rt-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:none;font-size:1.3rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.rt-modal-close:hover{background:#e2e8f0;color:#0f172a}.rt-modal-layout{display:grid;grid-template-columns:1fr 1fr}.rt-modal-preview{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:48px;min-height:400px}.rt-modal-thumb{width:100%;max-width:320px;margin:0 auto}.rt-modal-thumb svg{width:100%;height:auto;display:block;border-radius:6px;box-shadow:0 4px 16px #0000001a}.rt-modal-info{padding:36px 32px}.rt-modal-badges{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.rt-modal h2{font-size:1.45rem;font-weight:800;color:#0f172a;margin:0 0 10px;letter-spacing:-.02em}.rt-modal-desc{font-size:.92rem;color:#64748b;line-height:1.6;margin:0 0 24px}.rt-modal-meta{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.rt-modal-meta-item{display:flex;gap:12px;font-size:.88rem}.rt-modal-meta-label{min-width:90px;font-weight:600;color:#334155;flex-shrink:0}.rt-modal-meta-item>span:last-child{color:#64748b}.rt-meta-cap{text-transform:capitalize}.rt-modal-actions{display:flex;gap:12px}.rt-modal-actions .btn{flex:1;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.rt-card-grid,.rt-featured-grid,.rt-choose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.rt-hero{padding:28px 20px 36px}.rt-hero h1{font-size:1.8rem}.rt-hero-sub{font-size:.96rem}.rt-hero-trust{gap:8px}.rt-hero-trust span{font-size:.74rem;padding:5px 10px}.rt-featured{padding:40px 0 32px}.rt-card-grid,.rt-featured-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.rt-category-pills{gap:8px}.rt-pill{font-size:.78rem;padding:6px 14px}.rt-filters-bar{flex-direction:column}.rt-search-wrap{min-width:100%}.rt-filter-group{width:100%;flex-wrap:wrap}.rt-select{flex:1;min-width:120px}.rt-choose-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.rt-cta h2{font-size:1.5rem}.rt-cta-buttons{flex-direction:column;align-items:center}.rt-modal-layout{grid-template-columns:1fr}.rt-modal-preview{min-height:200px;padding:32px}.rt-modal-info{padding:24px 20px}}@media(max-width:480px){.rt-hero h1{font-size:1.5rem}.rt-section-title{font-size:1.3rem}.rt-card-body{padding:14px 16px 16px}.rt-faq-q{font-size:.86rem;padding:14px 18px}}
