.header-notification-wrapper,.notification-bell-btn{position:relative;display:inline-flex;align-items:center}.notification-bell-btn{justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bg-surface-elevated,#ffffff);border:1px solid var(--border-subtle,#e2e8f0);color:var(--text-secondary,#475569);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0}.notification-bell-btn:hover{background:var(--bg-surface-hover,#f8fafc);color:var(--color-primary,#059669);border-color:var(--color-primary-light,#a7f3d0);transform:translateY(-1px);box-shadow:0 4px 12px rgba(5,150,105,.08)}.notification-bell-btn:focus-visible{outline:2px solid var(--color-primary,#059669);outline-offset:2px}.notification-bell-btn.active{background:#ecfdf5;color:#059669;border-color:#059669}.notification-unread-badge{position:absolute;top:-3px;right:-3px;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:var(--status-danger-fg);color:#ffffff;font-size:11px;font-weight:700;line-height:19px;text-align:center;box-shadow:0 2px 5px rgba(220,38,38,.35);border:2px solid #ffffff;pointer-events:none;animation:pulse-badge 2.4s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.notification-popover-card{position:absolute;top:calc(100% + 10px);right:0;width:390px;max-width:calc(100vw - 24px);background:#ffffff;border:1px solid var(--border-subtle,#e2e8f0);border-radius:16px;box-shadow:0 20px 40px -10px rgba(15,23,42,.16),0 0 1px 1px rgba(15,23,42,.05);z-index:1050!important;pointer-events:auto!important;display:flex;flex-direction:column;overflow:hidden;animation:popover-slide-in .22s cubic-bezier(.16,1,.3,1)}@keyframes popover-slide-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-popover-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #f1f5f9;background:#ffffff}.notification-popover-title-row{display:flex;align-items:center;gap:8px}.notification-popover-title{font-size:16px;font-weight:700;color:#0f172a;margin:0;font-family:inherit}.notification-count-tag{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;background:#f1f5f9;color:#475569;padding:2px 7px;border-radius:12px}.notification-count-tag.has-unread{background:var(--status-danger-bg);color:var(--status-danger-fg)}.notification-btn-mark-all{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#059669;background:transparent;border:none;cursor:pointer;padding:5px 9px;border-radius:6px;transition:all .15s ease}.notification-btn-mark-all:hover:not(:disabled){background:#ecfdf5;color:#047857}.notification-btn-mark-all:disabled{color:#94a3b8;cursor:not-allowed;background:transparent}.notification-popover-tabs{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fafbfc;border-bottom:1px solid #f1f5f9;overflow-x:auto;scrollbar-width:none}.notification-popover-tabs::-webkit-scrollbar{display:none}.notification-tab-btn{font-size:12px;font-weight:600;padding:5px 11px;border-radius:20px;border:1px solid transparent;background:transparent;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .15s ease}.notification-tab-btn:hover{color:#0f172a;background:#f1f5f9}.notification-tab-btn.active{background:#ffffff;color:#059669;border-color:#cbd5e1;box-shadow:0 1px 3px rgba(0,0,0,.05)}.notification-popover-list{max-height:400px;overflow-y:auto;display:flex;flex-direction:column}.notification-popover-list::-webkit-scrollbar{width:6px}.notification-popover-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.notification-item-card{display:flex;align-items:flex-start;gap:12px;padding:13px 16px;border-bottom:1px solid #f1f5f9;background:#ffffff;text-decoration:none;cursor:pointer;transition:all .15s ease;position:relative}.notification-item-card:hover{background:#f8fafc}.notification-item-card.unread{background:#f0fdf4;border-left:3px solid #10b981}.notification-item-card.unread:hover{background:#e6f9ed}.notification-item-card.read{border-left:3px solid transparent}.notif-icon-wrapper{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;flex-shrink:0;transition:transform .15s ease}.notif-icon-wrapper.notif-semantic-info{background:var(--status-info-bg);color:var(--status-info-fg);border:1px solid var(--status-info-bd)}.notif-icon-wrapper.notif-semantic-success{background:var(--status-success-bg);color:var(--status-success-fg);border:1px solid var(--status-success-bd)}.notif-icon-wrapper.notif-semantic-warning{background:var(--status-warning-bg);color:var(--status-warning-fg);border:1px solid var(--status-warning-bd)}.notif-icon-wrapper.notif-semantic-danger{background:var(--status-danger-bg);color:var(--status-danger-fg);border:1px solid var(--status-danger-bd)}.notif-icon-wrapper.notif-semantic-neutral{background:var(--status-neutral-bg);color:var(--status-neutral-fg);border:1px solid var(--status-neutral-bd)}.notif-content{flex:1;min-width:0}.notif-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.notif-title{font-size:13.5px;font-weight:700;color:#0f172a;margin:0;line-height:1.35}.notification-item-card.read .notif-title{font-weight:600;color:#334155}.notif-unread-indicator{width:8px;height:8px;border-radius:50%;background:var(--status-info-fg);flex-shrink:0}.notif-message{font-size:12.5px;color:#475569;margin:0 0 6px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.notif-meta-row{gap:6px;flex-wrap:wrap;font-size:11.5px;color:#64748b;margin-bottom:6px}.notif-tag{display:inline-flex;align-items:center;padding:1px 6px;border-radius:4px;background:#f1f5f9;color:#475569;font-weight:500}.notif-tag.priority-warning{background:var(--status-warning-bg);color:var(--status-warning-fg);font-weight:600}.notif-tag.priority-danger{background:var(--status-danger-bg);color:var(--status-danger-fg);font-weight:600}.notif-tag.priority-success{background:var(--status-success-bg);color:var(--status-success-fg);font-weight:600}.notif-time{color:#94a3b8}.notif-cta-container{display:flex;align-items:center;justify-content:flex-end;margin-top:4px}.notif-inline-cta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;background:#f1f5f9;color:#334155}.notif-inline-cta:hover{transform:translateX(2px)}.notif-inline-cta.notif-cta-semantic-info{background:var(--status-info-bg);color:var(--status-info-fg);border-color:var(--status-info-bd)}.notif-inline-cta.notif-cta-semantic-info:hover{background:#dbeafe}.notif-inline-cta.notif-cta-semantic-success{background:var(--status-success-bg);color:var(--status-success-fg);border-color:var(--status-success-bd)}.notif-inline-cta.notif-cta-semantic-success:hover{background:#d1fae5}.notif-inline-cta.notif-cta-semantic-warning{background:var(--status-warning-bg);color:var(--status-warning-fg);border-color:var(--status-warning-bd)}.notif-inline-cta.notif-cta-semantic-warning:hover{background:#fef3c7}.notif-inline-cta.notif-cta-semantic-danger{background:var(--status-danger-bg);color:var(--status-danger-fg);border-color:var(--status-danger-bd)}.notif-inline-cta.notif-cta-semantic-danger:hover{background:#fee2e2}.notification-popover-footer{display:flex;align-items:center;justify-content:center;padding:10px 16px;background:#fafbfc;border-top:1px solid #f1f5f9}.notification-btn-view-all{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#059669;background:transparent;border:none;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .15s ease}.notification-btn-view-all:hover{background:#ecfdf5;color:#047857}.notification-empty-state{flex-direction:column;padding:36px 20px;text-align:center}.notification-empty-icon,.notification-empty-state{display:flex;align-items:center;justify-content:center}.notification-empty-icon{width:48px;height:48px;border-radius:50%;background:#f1f5f9;color:#94a3b8;margin-bottom:12px}.notification-empty-title{font-size:14px;font-weight:700;color:#1e293b;margin:0 0 4px}.notification-empty-desc{font-size:12.5px;color:#64748b;margin:0;max-width:260px;line-height:1.4}.notifications-view-page{max-width:880px;margin:0 auto;padding:32px 20px 80px}.notifications-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.notifications-page-title-group h1{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 6px;display:flex;align-items:center;gap:10px}.notifications-page-subtitle{font-size:14px;color:#64748b;margin:0}.notifications-header-mark-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--ui-control-h);padding:0 16px;font-size:13px;font-weight:600;border-radius:var(--ui-radius);background:var(--ui-surface);color:var(--status-success-fg);border:1px solid var(--ui-border);box-sizing:border-box;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;box-shadow:var(--ui-shadow)}.notifications-header-mark-all-btn:hover:not(:disabled){background:var(--status-success-bg);border-color:var(--status-success-bd);color:var(--status-success-fg)}.notifications-header-mark-all-btn:disabled{opacity:.55;cursor:not-allowed;background:var(--ui-surface-soft);border-color:var(--ui-border);color:var(--ui-placeholder);box-shadow:none}.notifications-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--ui-surface);padding:12px 16px;border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border);margin-bottom:20px;flex-wrap:wrap}.notifications-toolbar-left{flex-wrap:wrap}.notifications-toolbar-left,.notifications-toolbar-right{display:flex;align-items:center;gap:10px}.notifications-search-input-wrap{position:relative;display:flex;align-items:center;min-height:var(--ui-control-h)}.notifications-search-input{height:var(--ui-control-h);padding:0 12px 0 38px;font-size:14px;border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface-soft);color:var(--ui-text);box-sizing:border-box;outline:none;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease;width:240px}.notifications-search-input:focus{background:var(--ui-surface);border-color:var(--ui-primary);box-shadow:var(--ui-ring)}.notifications-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;color:var(--ui-placeholder);pointer-events:none}.notifications-full-list{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03)}.notifications-full-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;border-bottom:1px solid #f1f5f9;background:#ffffff;transition:background .15s ease;cursor:pointer}.notifications-full-item:last-child{border-bottom:none}.notifications-full-item:hover{background:#f8fafc}.notifications-full-item.unread{background:#f0fdf4;border-left:4px solid #10b981}.notifications-full-item.unread:hover{background:#e6f9ed}.notifications-full-item .notif-icon-wrapper{width:44px;height:44px}.notifications-full-item .notif-title{font-size:15px;margin-bottom:4px}.notifications-full-item .notif-message{font-size:13.5px;margin-bottom:8px;-webkit-line-clamp:3}@media (max-width:767.98px){.notification-popover-card{position:fixed;top:auto;bottom:0;left:0;right:0;width:100vw;max-width:100vw;border-radius:20px 20px 0 0;max-height:85vh;box-shadow:0 -10px 30px rgba(15,23,42,.2);animation:drawer-slide-up .25s cubic-bezier(.16,1,.3,1)}@keyframes drawer-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.notification-bell-btn{width:44px;height:44px}.notification-popover-list{max-height:calc(85vh - 160px)}.notification-item-card{padding:14px 16px;min-height:60px}.notifications-toolbar{flex-direction:column;align-items:stretch}.notifications-search-input,.notifications-search-input-wrap,.notifications-toolbar-right{width:100%}}.notification-modal-backdrop{position:fixed;inset:0;z-index:100000;background-color:rgba(15,23,42,.6);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:20px;animation:notifFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes notifFadeIn{0%{opacity:0}to{opacity:1}}.notification-modal-card{width:100%;max-width:580px;background:#ffffff;border-radius:20px;box-shadow:0 20px 50px -10px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;animation:notifSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes notifSlideUp{0%{transform:translateY(16px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.notification-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(180deg,#ffffff,#f8fafc);border-bottom:1px solid #e2e8f0}.notification-modal-badge-row{display:flex;align-items:center;gap:14px}.notification-modal-icon-wrap{display:flex;align-items:center;justify-content:center}.notification-modal-category-info{display:flex;flex-direction:column;gap:3px}.notif-category-pill{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#059669}.notif-time-text{font-size:12px;gap:4px}.notif-time-text,.notification-modal-close-btn{color:#64748b;display:inline-flex;align-items:center}.notification-modal-close-btn{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#ffffff;justify-content:center;cursor:pointer;transition:all .15s ease}.notification-modal-close-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.notification-modal-body{padding:24px;display:flex;flex-direction:column;gap:16px;max-height:70vh;overflow-y:auto}.notification-modal-title{font-size:19px;font-weight:700;color:#0f172a;margin:0;line-height:1.35}.notification-modal-message{font-size:14.5px;color:#334155;line-height:1.65;margin:0;background:#f8fafc;padding:18px;border-radius:12px;border:1px solid #e2e8f0;white-space:pre-line}.notification-meta-card{background:#ffffff;border:1.5px solid #dcfce7;border-radius:14px;padding:16px 18px;background:linear-gradient(135deg,#ffffff,#f0fdf4)}.notif-meta-card-title{font-size:12.5px;font-weight:700;text-transform:uppercase;color:#147a5a;letter-spacing:.03em;margin:0 0 12px}.notif-meta-grid{display:flex;flex-direction:column;gap:10px}.notif-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13.5px}.meta-label{color:#64748b;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.meta-value{color:#0f172a;font-weight:600;text-align:right}.notif-decision-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12.5px;font-weight:700}.notification-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;background:#ffffff;border-top:1px solid #e2e8f0}.notif-modal-btn-secondary{padding:9px 18px;border-radius:10px;border:1px solid #cbd5e1;background:#ffffff;color:#475569;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.notif-modal-btn-secondary:hover{background:#f1f5f9;color:#0f172a}.notif-modal-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:10px;border:none;background:#147a5a;color:#ffffff;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px rgba(20,122,90,.25)}.notif-modal-btn-primary:hover{background:#0f674a;transform:translateY(-1px)}.cv-template-gallery-card{max-width:1040px!important;width:95%!important;max-height:90vh;display:flex;flex-direction:column;padding:28px 32px!important;overflow-y:auto}.cv-template-gallery-header{margin-bottom:20px}.cv-template-gallery-header .modal-title{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;color:var(--text-primary,#0f172a)}.cv-template-gallery-header .modal-title span{color:var(--color-primary,#0d9488)}.cv-template-gallery-header .modal-sub{font-size:.9rem;color:var(--text-secondary,#64748b);margin-top:4px}.template-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:20px;border-bottom:1px solid var(--border-color,#e2e8f0)}.template-tab-btn{padding:8px 16px;font-size:.85rem;font-weight:600;border-radius:9999px;border:1px solid var(--border-color,#e2e8f0);background:#ffffff;color:var(--text-secondary,#64748b);cursor:pointer;white-space:nowrap;transition:all .2s ease}.template-tab-btn:hover{background:#f8fafc;color:var(--text-primary,#0f172a);border-color:#cbd5e1}.template-tab-btn.active{background:var(--color-primary,#0d9488);color:#ffffff;border-color:var(--color-primary,#0d9488);box-shadow:0 4px 10px rgba(13,148,136,.25)}.template-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.template-card-item{border-radius:16px;border:2px solid var(--border-color,#e2e8f0);background:#ffffff;overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease;position:relative}.template-card-item:hover{border-color:var(--color-primary,#0d9488);transform:translateY(-3px);box-shadow:0 16px 32px -8px rgba(15,23,42,.12)}.template-card-item.is-selected{border-color:var(--color-primary,#0d9488);box-shadow:0 0 0 2px var(--color-primary,#0d9488),0 16px 32px -8px rgba(13,148,136,.2)}.template-preview-viewport{position:relative;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:18px 16px 12px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f1f5f9;overflow:hidden;height:270px;cursor:pointer}.template-preview-viewport .mini-cv-image-wrapper{max-width:185px;height:240px;box-shadow:0 8px 24px rgba(15,23,42,.14),0 1px 3px rgba(0,0,0,.08)}.mini-cv-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;background:#ffffff;box-shadow:0 4px 14px rgba(15,23,42,.08);transition:transform .25s ease}.mini-cv-template-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:6px;display:block}.cv-variant-template-option:hover .mini-cv-image-wrapper,.template-card-item:hover .mini-cv-image-wrapper{transform:scale(1.02)}.template-quick-zoom-btn{position:absolute;top:12px;right:12px;padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:9999px;background:rgba(15,23,42,.85);color:#ffffff;backdrop-filter:blur(6px);border:none;cursor:pointer;opacity:0;transform:translateY(4px);transition:all .2s ease;display:inline-flex;align-items:center;gap:4px;z-index:10}.template-preview-viewport:hover .template-quick-zoom-btn{opacity:1;transform:translateY(0)}.template-quick-zoom-btn:hover{background:var(--color-primary,#0d9488)}.template-card-badge{position:absolute;top:10px;left:10px;padding:4px 10px;font-size:.7rem;font-weight:700;letter-spacing:.04em;border-radius:9999px;text-transform:uppercase;z-index:5;box-shadow:0 2px 6px rgba(0,0,0,.08)}.badge-ats{background:var(--status-success-bg);color:var(--status-success-fg);border:1px solid #a7f3d0}.badge-popular{background:#f0fdfa;color:#0f766e;border:1px solid #5eead4}.badge-creative{background:#fdf4ff;color:#86198f;border:1px solid #f0abfc}.badge-compact{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.badge-elegant{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.template-card-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.template-card-info h3{font-size:1.05rem;font-weight:700;color:var(--text-primary,#0f172a);margin-bottom:4px}.template-card-role{font-size:.78rem;font-weight:600;color:var(--color-primary,#0d9488);margin-bottom:8px;display:flex;align-items:center;gap:4px}.template-card-info p{font-size:.83rem;color:var(--text-secondary,#64748b);line-height:1.45;margin-bottom:16px;flex:1}.template-preview-actions{display:flex;gap:8px;margin-top:auto}.template-select-btn{flex:1;padding:9px 14px;font-size:.875rem;font-weight:600;border-radius:10px;border:none;background:var(--color-primary,#0d9488);color:#ffffff;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.template-select-btn:hover{background:#0f766e;box-shadow:0 4px 12px rgba(13,148,136,.3)}.template-download-btn{padding:9px 12px;font-size:.82rem;font-weight:600;border-radius:10px;border:1px solid var(--border-color,#cbd5e1);background:#ffffff;color:var(--text-secondary,#475569);text-decoration:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:4px}.template-download-btn:hover{background:#f8fafc;color:var(--text-primary,#0f172a);border-color:#94a3b8}.cv-variant-template-picker{grid-column:1/-1;margin:14px 0 20px}.cv-variant-template-picker-label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;color:var(--text-primary,#1e293b);margin-bottom:12px}.cv-variant-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.cv-variant-template-option{position:relative;padding:10px 10px 14px;border-radius:16px;border:2px solid var(--border-color,#e2e8f0);background:#ffffff;cursor:pointer;transition:all .22s ease;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.cv-variant-template-option:hover{border-color:var(--color-primary,#0d9488);transform:translateY(-3px);box-shadow:0 12px 24px -4px rgba(13,148,136,.18)}.cv-variant-template-option.is-active{border-color:var(--color-primary,#0d9488);background:#f0fdfa;box-shadow:0 0 0 2px var(--color-primary,#0d9488),0 10px 22px rgba(13,148,136,.22)}.cv-variant-template-option .active-indicator{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--color-primary,#0d9488);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:10;box-shadow:0 2px 6px rgba(13,148,136,.4)}.cv-variant-mini-sheet{width:100%;height:235px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;margin-bottom:10px;position:relative;padding:4px}.cv-variant-template-title{font-size:.88rem;font-weight:700;color:var(--text-primary,#0f172a);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cv-variant-template-badge{font-size:.68rem;font-weight:700;color:var(--color-primary,#0d9488);background:#ccfbf1;padding:3px 9px;border-radius:9999px;margin-top:6px;display:inline-block;border:.5px solid #99f6e4}@media (max-width:767.98px){.cv-template-gallery-card{padding:20px 16px!important}.template-gallery-grid{grid-template-columns:1fr}.cv-variant-template-grid{grid-template-columns:repeat(2,1fr)}}#view-counselor,.counselor-workspace{margin:0!important;padding:0!important;background:#ffffff!important;min-height:calc(100vh - 68px)}#view-counselor,.counselor-container,.counselor-workspace{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.counselor-container{margin:0 auto!important;padding-top:24px!important;padding-bottom:32px!important}@media (max-width:767.98px){.counselor-container{padding-top:16px!important;padding-bottom:24px!important}}#header-actor-badge,.actor-badge{display:none!important}.navbar .nav-link.role-only-link,body.role-counselor .navbar .nav-link,body:has(#view-counselor.active) .navbar .nav-link,body:has(#view-counselor:not([hidden])) .navbar .nav-link,body:has(#view-counselor:not([style*="display: none"])) .navbar .nav-link{position:relative!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;margin:0 2px!important;border-radius:8px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;color:#475569!important;background:transparent!important;border:none!important;box-shadow:none!important;text-decoration:none!important;transform:none!important;transition:color .15s ease,background-color .15s ease!important}.navbar .nav-link.role-only-link:hover,body.role-counselor .navbar .nav-link:hover,body:has(#view-counselor.active) .navbar .nav-link:hover,body:has(#view-counselor:not([hidden])) .navbar .nav-link:hover,body:has(#view-counselor:not([style*="display: none"])) .navbar .nav-link:hover{color:#006948!important;background-color:#ecfdf5!important;transform:none!important}.navbar .nav-link.role-only-link.active,body.role-counselor .navbar .nav-link.active,body:has(#view-counselor.active) .navbar .nav-link.active,body:has(#view-counselor:not([hidden])) .navbar .nav-link.active,body:has(#view-counselor:not([style*="display: none"])) .navbar .nav-link.active{color:#006948!important;background-color:#ecfdf5!important;font-weight:600!important;transform:none!important}.navbar .nav-link.role-only-link:after,body.role-counselor .navbar .nav-link:after,body:has(#view-counselor.active) .navbar .nav-link:after,body:has(#view-counselor:not([hidden])) .navbar .nav-link:after,body:has(#view-counselor:not([style*="display: none"])) .navbar .nav-link:after{content:""!important;position:absolute!important;bottom:4px!important;left:50%!important;transform:translateX(-50%)!important;width:24px!important;height:2.5px!important;background-color:#006948!important;border-radius:9999px!important;box-shadow:none!important;display:block!important;opacity:0!important;transition:opacity .15s ease,width .15s ease!important}.navbar .nav-link.role-only-link.active:after,body.role-counselor .navbar .nav-link.active:after,body:has(#view-counselor.active) .navbar .nav-link.active:after,body:has(#view-counselor:not([hidden])) .navbar .nav-link.active:after,body:has(#view-counselor:not([style*="display: none"])) .navbar .nav-link.active:after{opacity:1!important;width:28px!important}#view-counselor .counselor-section-gap,#view-counselor .space-y-6,#view-counselor .space-y-8{gap:20px!important}#view-counselor .space-y-6>:not([hidden])~:not([hidden]),#view-counselor .space-y-8>:not([hidden])~:not([hidden]){margin-top:20px!important;margin-bottom:0!important}#view-counselor .pb-12{padding-bottom:16px!important}#view-counselor .bg-white.border,#view-counselor .bg-white.rounded-2xl,#view-counselor .bg-white.rounded-xl,#view-counselor .counselor-card{border-radius:12px!important;box-shadow:0 1px 3px rgba(15,23,42,.04)!important;box-sizing:border-box!important}#view-counselor .counselor-card-pad,#view-counselor .p-5,#view-counselor .p-6{padding:20px!important}@media (max-width:767.98px){#view-counselor .counselor-card-pad,#view-counselor .p-5,#view-counselor .p-6{padding:16px!important}}#view-counselor .counselor-tabs-container{border-bottom:1px solid #e2e8f0!important;width:100%!important;margin:0 0 4px!important;padding:0!important;box-sizing:border-box!important}#view-counselor .counselor-tabs-nav{display:flex!important;align-items:center!important;gap:20px!important;overflow-x:auto!important;margin:0!important;padding:0!important;scrollbar-width:none!important}#view-counselor .counselor-tabs-nav::-webkit-scrollbar{display:none!important}#view-counselor .counselor-tab-item{height:44px!important;min-height:44px!important;max-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 6px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:600!important;color:#475569!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;border-radius:0!important;cursor:pointer!important;white-space:nowrap!important;transition:color .15s ease,border-color .15s ease!important;box-shadow:none!important;margin-bottom:-1px!important}#view-counselor .counselor-tab-item:hover{color:#006948!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important}#view-counselor .counselor-tab-item.active,#view-counselor .counselor-tab-item[aria-selected=true]{color:#006948!important;border:none!important;border-bottom:2px solid #006948!important;background:transparent!important;font-weight:600!important}#view-counselor .counselor-actions,#view-counselor .counselor-filter-row,#view-counselor .counselor-toolbar,#view-counselor header .counselor-toolbar{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;justify-content:flex-start!important;box-sizing:border-box!important}#view-counselor .counselor-toolbar.justify-between,#view-counselor .justify-between:has(.counselor-toolbar){justify-content:flex-start!important;gap:12px!important}#view-counselor .counselor-filter-row>div,#view-counselor .counselor-toolbar>div{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;width:auto!important}#view-counselor .counselor-filter-row .relative,#view-counselor .counselor-search-wrapper,#view-counselor .counselor-toolbar .relative,#view-counselor .relative:has(input[type=search]),#view-counselor .relative:has(input[type=text]),#view-counselor header .relative{position:relative!important;height:44px!important;display:flex!important;align-items:center!important;margin:0!important}@media (min-width:1200px){#view-counselor .counselor-filter-row .relative,#view-counselor .counselor-search-wrapper,#view-counselor .counselor-toolbar .relative,#view-counselor .relative:has(input[type=search]),#view-counselor .relative:has(input[type=text]),#view-counselor header .relative{width:420px!important;min-width:320px!important;max-width:420px!important;flex:0 0 420px!important;position:relative!important;height:44px!important;display:flex!important;align-items:center!important;margin:0!important}}@media (min-width:768px) and (max-width:1199.98px){#view-counselor .counselor-filter-row .relative,#view-counselor .counselor-search-wrapper,#view-counselor .counselor-toolbar .relative,#view-counselor .relative:has(input[type=search]),#view-counselor .relative:has(input[type=text]),#view-counselor header .relative{width:auto!important;min-width:240px!important;max-width:100%!important;flex:1 1 auto!important;position:relative!important;height:44px!important;display:flex!important;align-items:center!important;margin:0!important}}#view-counselor .counselor-filter-row .relative>svg,#view-counselor .counselor-search-wrapper>svg,#view-counselor .counselor-toolbar .relative>svg,#view-counselor .relative>svg,#view-counselor header .relative>svg{position:absolute!important;left:12px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:16px!important;height:16px!important;color:#64748b!important;pointer-events:none!important;z-index:2!important;margin:0!important}#view-counselor .counselor-input,#view-counselor input[type=email],#view-counselor input[type=password],#view-counselor input[type=search],#view-counselor input[type=tel],#view-counselor input[type=text]{width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:10px!important;padding-left:14px!important;padding-right:14px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:14px!important;line-height:normal!important;background-color:#ffffff!important;border:1px solid #e2e8f0!important;color:#171d19!important;box-sizing:border-box!important;display:block!important;margin:0!important;outline:none!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease!important}#view-counselor .counselor-filter-row .relative>input,#view-counselor .counselor-search-wrapper>input,#view-counselor .counselor-toolbar .relative>input,#view-counselor .relative:has(>svg)>input,#view-counselor header .relative>input{padding-left:38px!important}#view-counselor input[type=email]:focus,#view-counselor input[type=search]:focus,#view-counselor input[type=tel]:focus,#view-counselor input[type=text]:focus,#view-counselor select:focus{border-color:#059669!important;outline:none!important;box-shadow:0 0 0 2px rgba(5,150,105,.15)!important}#view-counselor .counselor-select,#view-counselor select{height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:10px!important;padding-left:14px!important;padding-right:36px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;background-color:#ffffff!important;border:1px solid #e2e8f0!important;color:#171d19!important;box-sizing:border-box!important;cursor:pointer!important;outline:none!important;transition:border-color .15s ease,box-shadow .15s ease!important}#view-counselor [role=button],#view-counselor [role=tab],#view-counselor a,#view-counselor button,.counselor-modal button,.counselor-workspace [role=tab],.counselor-workspace a,.counselor-workspace button,div[role=dialog]:not(.authx-card) button{outline:none!important;outline-color:transparent!important;box-sizing:border-box!important;-webkit-tap-highlight-color:transparent!important}#view-counselor [role=button]:focus,#view-counselor [role=button]:focus-visible,#view-counselor [role=tab]:focus,#view-counselor [role=tab]:focus-visible,#view-counselor a:focus,#view-counselor a:focus-visible,#view-counselor button:focus,#view-counselor button:focus-visible,.counselor-modal button:focus,.counselor-modal button:focus-visible,.counselor-workspace button:focus,.counselor-workspace button:focus-visible,div[role=dialog]:not(.authx-card) button:focus,div[role=dialog]:not(.authx-card) button:focus-visible{outline:none!important;outline-color:transparent!important;box-shadow:0 0 0 2px rgba(5,150,105,.15)!important}#view-counselor .counselor-btn,#view-counselor .counselor-btn-secondary,#view-counselor button:not(.counselor-tab-item):not(.navbar-inner *):not(footer button),.counselor-modal button:not([class*=bg-]),div[role=dialog]:not(.authx-card) button:not([class*=bg-]){border:1px solid #e2e8f0!important;border-radius:10px!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease!important}#view-counselor .counselor-btn-secondary:hover,#view-counselor button:not(.counselor-tab-item):not(.navbar-inner *):not(footer button):hover{border-color:#cbd5e1!important;background-color:#f8fafc!important;color:#006948!important;box-shadow:0 1px 3px rgba(15,23,42,.04)!important}#view-counselor button.bg-\[\#006948\],#view-counselor button.bg-\[\#059669\],#view-counselor button.bg-emerald-600,#view-counselor button.bg-primary,#view-counselor button.counselor-btn-primary,#view-counselor button[type=submit]:not(.counselor-btn-secondary),.counselor-modal button.bg-\[\#006948\],.counselor-modal button.bg-\[\#059669\],div[role=dialog] button.bg-\[\#006948\],div[role=dialog] button.bg-\[\#059669\]{border:1px solid #006948!important;border-radius:10px!important;background-color:#006948!important;color:#ffffff!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}#view-counselor button.bg-\[\#006948\]:hover,#view-counselor button.bg-\[\#059669\]:hover,#view-counselor button.bg-emerald-600:hover,#view-counselor button.bg-primary:hover,#view-counselor button.counselor-btn-primary:hover,#view-counselor button[type=submit]:not(.counselor-btn-secondary):hover,.counselor-modal button.bg-\[\#006948\]:hover,.counselor-modal button.bg-\[\#059669\]:hover,div[role=dialog] button.bg-\[\#006948\]:hover,div[role=dialog] button.bg-\[\#059669\]:hover{background-color:#047857!important;border-color:#047857!important;color:#ffffff!important;box-shadow:0 2px 4px rgba(0,105,72,.15)!important}#view-counselor button.bg-rose-600,.counselor-modal button.bg-rose-600,div[role=dialog] button.bg-rose-600{border:1px solid #e11d48!important;border-radius:10px!important}#view-counselor button.bg-amber-600,.counselor-modal button.bg-amber-600,div[role=dialog] button.bg-amber-600{border:1px solid #d97706!important;border-radius:10px!important}#view-counselor .counselor-actions button,#view-counselor .counselor-toolbar button,#view-counselor button.counselor-btn-primary,#view-counselor button.counselor-btn-secondary,#view-counselor header button:not(.modal-close){height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:10px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;box-sizing:border-box!important;gap:8px!important;cursor:pointer!important;white-space:nowrap!important}#view-counselor button.counselor-btn-icon,#view-counselor button.h-10.w-10,#view-counselor button.h-9.w-9,#view-counselor button.min-h-\[42px\].min-w-\[42px\],#view-counselor button.min-h-\[44px\].min-w-\[44px\]{border:1px solid #e2e8f0!important;border-radius:10px!important;outline:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}#view-counselor button.counselor-btn-icon,#view-counselor button.min-h-\[42px\].min-w-\[42px\],#view-counselor button.min-h-\[44px\].min-w-\[44px\]{height:44px!important;min-height:44px!important;max-height:44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important}#view-counselor .pagination button,#view-counselor div[aria-label="Phân trang danh sách"] button,#view-counselor nav[aria-label="Phân trang danh sách"] button{border:1px solid #e2e8f0!important;border-radius:10px!important;outline:none!important}#view-counselor .pagination button:hover:not(:disabled),#view-counselor div[aria-label="Phân trang danh sách"] button:hover:not(:disabled),#view-counselor nav[aria-label="Phân trang danh sách"] button:hover:not(:disabled){border-color:#cbd5e1!important;background-color:#f8fafc!important;color:#006948!important;box-shadow:0 1px 3px rgba(15,23,42,.04)!important}#view-counselor .pagination button.active,#view-counselor div[aria-label="Phân trang danh sách"] button[aria-current=page],#view-counselor nav[aria-label="Phân trang danh sách"] button[aria-current=page]{background-color:#006948!important;border-color:#006948!important;color:#ffffff!important}#view-counselor [role=tab]:not(.counselor-tab-item){border:1px solid transparent!important;border-radius:10px!important;outline:none!important}#view-counselor [role=tab]:not(.counselor-tab-item):hover{outline:none!important;box-shadow:none!important}#view-counselor [role=tab]:not(.counselor-tab-item).active,#view-counselor [role=tab]:not(.counselor-tab-item)[aria-selected=true]{border:1px solid #e2e8f0!important;border-radius:10px!important;outline:none!important;box-shadow:0 1px 3px rgba(15,23,42,.04)!important}#view-counselor a:not(.navbar-inner *):not(footer a){outline:none!important;text-decoration:none!important}#view-counselor a:focus,#view-counselor a:focus-visible{outline:none!important;box-shadow:0 0 0 2px rgba(5,150,105,.15)!important}@media (max-width:1199.98px){#view-counselor .counselor-actions,#view-counselor .counselor-filter-row,#view-counselor .counselor-toolbar,#view-counselor header .counselor-toolbar{flex-wrap:wrap!important;gap:10px!important;width:100%!important}#view-counselor .counselor-filter-row>div,#view-counselor .counselor-toolbar>div{flex-wrap:wrap!important;width:auto!important;gap:10px!important}}@media (max-width:767.98px){#view-counselor .counselor-select,#view-counselor select{width:100%!important}}#view-counselor .counselor-interactive-card,#view-counselor .counselor-interactive-card:hover,#view-counselor a,#view-counselor button,#view-counselor button:hover,#view-counselor tr{transform:none!important}#view-counselor .counselor-trust-strip{border-radius:12px!important;padding:20px!important;margin:20px 0 0!important}#view-counselor .counselor-trust-strip,#view-counselor footer{width:100%!important;box-sizing:border-box!important}#view-counselor footer.counselor-footer-compact,#view-counselor footer.counselor-footer-full{border-radius:12px!important;margin-top:20px!important}#view-counselor .counselor-footer-compact button,#view-counselor .counselor-footer-full button,#view-counselor footer a,#view-counselor footer button{border:0!important;border-width:0!important;outline:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;font-family:Inter,sans-serif!important;cursor:pointer!important;text-decoration:none!important;transition:color .15s ease!important}#view-counselor .counselor-footer-compact button:hover,#view-counselor .counselor-footer-full button:hover,#view-counselor footer a:hover,#view-counselor footer button:hover{color:#006948!important;border:0!important;border-width:0!important;outline:none!important;box-shadow:none!important;transform:none!important;text-decoration:none!important}#view-counselor footer a:focus-visible,#view-counselor footer button:focus-visible{outline:2px solid #006948!important;outline-offset:2px!important;border-radius:4px!important}#view-counselor .counselor-profile-wrapper,.counselor-profile-wrapper{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;gap:20px!important}#view-counselor .counselor-profile-card,.counselor-profile-card{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:24px!important;box-shadow:0 1px 3px rgba(15,23,42,.04)!important;box-sizing:border-box!important}@media (max-width:767.98px){#view-counselor .counselor-profile-card,.counselor-profile-card{padding:16px!important}}#view-counselor .counselor-profile-header-row,.counselor-profile-header-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:24px!important}@media (max-width:767.98px){#view-counselor .counselor-profile-header-row,.counselor-profile-header-row{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}}#view-counselor .counselor-profile-header-actions,.counselor-profile-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-shrink:0!important}@media (max-width:767.98px){#view-counselor .counselor-profile-header-actions,.counselor-profile-header-actions{width:100%!important;justify-content:stretch!important}#view-counselor .counselor-profile-header-actions button,.counselor-profile-header-actions button{width:100%!important}}#view-counselor .counselor-profile-tabs,.counselor-profile-tabs{display:flex!important;align-items:center!important;gap:8px!important;border-bottom:1px solid #e2e8f0!important;width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important;overflow-x:auto!important;scrollbar-width:none!important}#view-counselor .counselor-profile-tabs::-webkit-scrollbar,.counselor-profile-tabs::-webkit-scrollbar{display:none!important}#view-counselor .counselor-profile-tab,.counselor-profile-tab{height:44px!important;min-height:44px!important;max-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;color:#64748b!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;border-radius:0!important;cursor:pointer!important;white-space:nowrap!important;gap:8px!important;box-sizing:border-box!important;box-shadow:none!important;margin-bottom:-1px!important;transition:color .15s ease,border-color .15s ease!important}#view-counselor .counselor-profile-tab:hover,.counselor-profile-tab:hover{color:#006948!important;border-bottom-color:transparent!important;background:transparent!important}#view-counselor .counselor-profile-tab.active,.counselor-profile-tab.active{color:#006948!important;border-bottom:2px solid #006948!important;background:transparent!important;font-weight:600!important}#view-counselor .counselor-profile-grid-2col,.counselor-profile-grid-2col{gap:24px!important;width:100%!important;box-sizing:border-box!important}#view-counselor .counselor-profile-field,.counselor-profile-field{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;width:100%!important}#view-counselor .counselor-profile-label,.counselor-profile-label{display:block!important;font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:600!important;color:#475569!important;margin-bottom:8px!important;line-height:1.25!important}#view-counselor .counselor-profile-input,#view-counselor .counselor-profile-select,.counselor-profile-input,.counselor-profile-select{height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:8px!important;padding:0 14px!important;font-family:Inter,sans-serif!important;font-size:14px!important;line-height:44px!important;color:#171d19!important;border:1px solid #cbd5e1!important;background-color:#ffffff!important;width:100%!important;box-sizing:border-box!important;outline:none!important;transition:border-color .15s ease,box-shadow .15s ease!important}#view-counselor .counselor-profile-input:disabled,#view-counselor .counselor-profile-select:disabled,.counselor-profile-input:disabled,.counselor-profile-select:disabled{background-color:#f8fafc!important;color:#334155!important;cursor:default!important}#view-counselor .counselor-profile-input:focus,#view-counselor .counselor-profile-select:focus,#view-counselor .counselor-profile-textarea:focus,.counselor-profile-input:focus,.counselor-profile-select:focus,.counselor-profile-textarea:focus{border-color:#006948!important;box-shadow:0 0 0 2px rgba(0,105,72,.15)!important;outline:none!important}#view-counselor .counselor-profile-textarea,.counselor-profile-textarea{border-radius:8px!important;padding:12px 14px!important;font-family:Inter,sans-serif!important;font-size:14px!important;line-height:1.5!important;color:#171d19!important;border:1px solid #cbd5e1!important;background-color:#ffffff!important;width:100%!important;box-sizing:border-box!important;outline:none!important;min-height:96px!important;resize:vertical!important;transition:border-color .15s ease,box-shadow .15s ease!important}#view-counselor .counselor-profile-textarea:disabled,.counselor-profile-textarea:disabled{background-color:#f8fafc!important;color:#334155!important;cursor:default!important}#view-counselor .counselor-jd-upload-overlay{position:fixed!important;inset:0!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important}#view-counselor .counselor-jd-upload-dialog{position:relative!important;display:block!important;width:min(100%,560px)!important;max-width:560px!important;max-height:calc(100dvh - 48px)!important;margin:0!important;padding:24px!important;overflow-y:auto!important;box-sizing:border-box!important;background:#ffffff!important;border-radius:16px!important}#view-counselor .counselor-jd-upload-form{display:flex!important;flex-direction:column!important;gap:16px!important}#view-counselor .counselor-jd-upload-form,#view-counselor .counselor-jd-upload-form>*{position:static!important;width:100%!important;margin:0!important}#view-counselor .counselor-jd-upload-form .grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}@media (max-width:640px){#view-counselor .counselor-jd-upload-overlay{align-items:flex-end!important;padding:12px!important}#view-counselor .counselor-jd-upload-dialog{max-height:calc(100dvh - 24px)!important;padding:20px!important}#view-counselor .counselor-jd-upload-form .grid{grid-template-columns:1fr!important}}