:root{--accent: #03FF00;--accent-dim: rgba(3, 255, 0, .14);--accent-subtle: rgba(3, 255, 0, .08);--accent-fg: #000;--bg: #F2F2F7;--bg-section: #FFFFFF;--surface: #FFFFFF;--surface-raised: #F9F9FB;--surface-overlay: rgba(255, 255, 255, .82);--text-primary: #1D1D1F;--text-secondary: #6E6E73;--text-tertiary: #AEAEB2;--divider: rgba(0, 0, 0, .08);--divider-strong: rgba(0, 0, 0, .15);--red: #FF3B30;--red-dim: rgba(255, 59, 48, .12);--blue: #0088FF;--blue-dim: rgba(0, 136, 255, .12);--orange: #FF9500;--orange-dim: rgba(255, 149, 0, .12);--purple: #AF52DE;--purple-dim: rgba(175, 82, 222, .12);--green: #34C759;--green-dim: rgba(52, 199, 89, .12);--live-pink: #FE2C55;--live-pink-dim: rgba(254, 44, 85, .12);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--sidebar-w: 240px;--topbar-h: 52px;--shadow-sm: none;--shadow-md: none;--shadow-lg: none}@media(prefers-color-scheme:dark){:root{--bg: #000000;--bg-section: #1C1C1E;--surface: #2C2C2E;--surface-raised: #3A3A3C;--surface-overlay: rgba(28, 28, 30, .88);--text-primary: #F5F5F7;--text-secondary: #8E8E93;--text-tertiary: #636366;--divider: rgba(255, 255, 255, .1);--divider-strong: rgba(255, 255, 255, .18);--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--live-pink: #FF375F;--live-pink-dim: rgba(255, 55, 95, .12);--blue: #0091FF;--blue-dim: rgba(0, 145, 255, .12)}}html[data-theme=dark]{--bg: #000000;--bg-section: #1C1C1E;--surface: #2C2C2E;--surface-raised: #3A3A3C;--surface-overlay: rgba(28, 28, 30, .88);--text-primary: #F5F5F7;--text-secondary: #8E8E93;--text-tertiary: #636366;--divider: rgba(255, 255, 255, .1);--divider-strong: rgba(255, 255, 255, .18);--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--live-pink: #FF375F;--live-pink-dim: rgba(255, 55, 95, .12);--blue: #0091FF;--blue-dim: rgba(0, 145, 255, .12)}html[data-theme=light]{--bg: #F2F2F7;--bg-section: #FFFFFF;--surface: #FFFFFF;--surface-raised: #F9F9FB;--surface-overlay: rgba(255, 255, 255, .82);--text-primary: #1D1D1F;--text-secondary: #6E6E73;--text-tertiary: #AEAEB2;--divider: rgba(0, 0, 0, .08);--divider-strong: rgba(0, 0, 0, .15)}.logo-light{display:block}.logo-dark,html[data-theme=dark] .logo-light{display:none}html[data-theme=dark] .logo-dark{display:block}html[data-theme=dark] .auth-panel{background:#000}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .logo-light{display:none}html:not([data-theme=light]) .logo-dark{display:block}html:not([data-theme=light]) .auth-panel{background:#000}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-text);font-size:15px;line-height:1.5;letter-spacing:-.015em;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,textarea,select{font-family:inherit}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.loading-spinner{width:32px;height:32px;border:2.5px solid var(--divider);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes live-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(2.4);opacity:0}}.live-dot{position:relative;display:inline-block;width:13px;height:13px;flex-shrink:0}.live-dot:before,.live-dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--live-pink)}.live-dot:after{animation:live-pulse 2.8s ease-out infinite}.auth-page{height:100vh;overflow:hidden;display:flex;flex-direction:row;background:var(--bg)}.auth-panel{flex:0 0 50%;min-height:0;position:relative;display:flex;flex-direction:column;align-items:center;padding:80px 40px;background:#fafafa;overflow-y:auto}.auth-panel-inner{width:100%;max-width:360px;display:flex;flex-direction:column;gap:0;margin-top:auto;margin-bottom:auto}.auth-logo-wrap{margin-bottom:36px;margin-left:-12px}.auth-logo{height:160px;width:auto}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--divider);border-radius:999px;padding:3px;margin-bottom:28px;background:var(--surface)}.auth-tab{padding:9px 14px;font-size:14px;font-weight:600;color:var(--text-secondary);text-align:center;cursor:pointer;background:none;border:none;border-radius:999px;transition:color .15s,background .15s;letter-spacing:-.01em}.auth-tab.active{color:var(--text-primary);background:var(--bg)}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form .field-input{border-radius:999px;padding:0 20px}.auth-form-title{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}.auth-form-subtitle{font-size:13px;color:var(--text-secondary);margin-top:4px}.auth-graphic{flex:0 0 50%;min-height:0;position:relative;background-image:url(/authBg.webp);background-size:cover;background-position:center}.auth-graphic-logo{position:absolute;bottom:36px;right:36px;width:160px;height:auto;filter:brightness(0)}.field-group{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase}.field-input{height:44px;padding:0 14px;background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);outline:none;transition:border-color .15s;width:100%}.field-input:focus{border-color:var(--accent)}.field-input::placeholder{color:var(--text-tertiary)}.field-input.error{border-color:var(--red)}.field-error{font-size:12px;color:var(--red)}.btn-primary{height:48px;background:var(--accent);color:var(--accent-fg);border-radius:999px;font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:-.02em;cursor:pointer;border:none;transition:opacity .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{opacity:.88}.btn-primary:active{transform:scale(.98);opacity:.84}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-secondary{height:44px;background:var(--surface);color:var(--text-primary);border-radius:999px;font-size:14px;font-weight:600;letter-spacing:-.01em;cursor:pointer;border:1px solid var(--divider);transition:background .15s,opacity .15s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-secondary:hover{background:var(--bg)}.btn-secondary:active{opacity:.7}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-danger{height:44px;background:var(--red-dim);color:var(--red);border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:opacity .15s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-danger:hover{opacity:.8}.btn-danger:active{opacity:.6}.btn-ghost{height:36px;padding:0 14px;background:none;color:var(--text-secondary);border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid var(--divider);transition:background .15s,color .15s;display:inline-flex;align-items:center;gap:6px}.btn-ghost:hover{background:var(--bg);color:var(--text-primary)}.auth-error{background:var(--red-dim);color:var(--red);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px}.auth-footer{font-size:12px;color:var(--text-tertiary);text-align:left;padding-bottom:8px}.dashboard{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);height:100vh;position:fixed;left:0;top:0;background:var(--surface-overlay);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-right:1px solid var(--divider);display:flex;flex-direction:column;z-index:200;overflow:hidden}.sidebar-header{height:var(--topbar-h);padding:0 16px;border-bottom:1px solid var(--divider);display:flex;align-items:center;gap:8px;flex-shrink:0}.sidebar-logo{height:22px;width:auto}.sidebar-nav{flex:1;padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.sidebar-section-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);padding:10px 8px 4px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:background .12s,color .12s;text-decoration:none;letter-spacing:-.01em}.nav-item+.nav-item{position:relative}.nav-item+.nav-item:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:var(--divider)}.nav-item:hover{background:var(--accent-subtle);color:var(--text-primary)}.nav-item.active{color:var(--text-primary);font-weight:600}.nav-item.active .nav-icon{color:var(--text-primary)}.nav-icon{font-size:18px;color:var(--text-tertiary);display:flex;align-items:center;flex-shrink:0;width:20px}.nav-badge{margin-left:auto;background:var(--red);color:#fff;font-size:11px;font-weight:700;border-radius:999px;min-width:18px;height:18px;padding:0 5px;display:flex;align-items:center;justify-content:center}.sidebar-footer{border-top:1px solid var(--divider);padding:12px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s;text-decoration:none}.sidebar-user:hover{background:var(--accent-subtle)}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--text-primary);overflow:hidden;flex-shrink:0;border:1px solid var(--divider)}.sidebar-user-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:13px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-code{font-size:11px;color:var(--text-tertiary);font-weight:500;letter-spacing:.02em}.dashboard-main{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:100;background:var(--surface-overlay);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--divider);height:var(--topbar-h);padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-title{font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.025em}.topbar-actions{display:flex;align-items:center;gap:8px}.topbar-icon-btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:18px;cursor:pointer;background:none;border:none;transition:background .12s,color .12s}.topbar-icon-btn:hover{background:var(--bg);color:var(--text-primary)}.page-content{flex:1;padding:28px 28px 40px;max-width:1200px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.page-title{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.03em}.page-subtitle{font-size:14px;color:var(--text-secondary);margin-top:2px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary);margin-bottom:20px}.breadcrumb a{color:var(--text-secondary);transition:color .12s}.breadcrumb a:hover{color:var(--text-primary)}.breadcrumb-sep{color:var(--text-tertiary)}.card{background:var(--surface);border-radius:var(--radius-lg);border:none;padding:20px;box-shadow:var(--shadow-sm)}.card-title{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:24px}.stat-card{background:var(--surface);border-radius:var(--radius-lg);border:none;padding:18px 20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:6px}.stat-label{font-size:12px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase}.stat-value{font-family:var(--font-display);font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1}.stat-sub{font-size:12px;color:var(--text-tertiary)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.job-card{background:var(--surface);border-radius:var(--radius-lg);border:none;box-shadow:var(--shadow-sm);overflow:hidden;cursor:pointer;transition:transform .1s;display:flex;flex-direction:column}.job-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.job-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--bg)}.job-card-img-placeholder{width:100%;aspect-ratio:16/9;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--text-tertiary)}.job-card-body{padding:14px 16px;flex:1;display:flex;flex-direction:column;gap:6px}.job-card-category{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.job-card-title{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.02em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-card-meta{font-size:13px;color:var(--text-secondary)}.job-card-footer{padding:10px 16px 14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--divider)}.job-card-actions{display:flex;gap:6px}.job-card-applicants{font-size:12px;font-weight:600;color:var(--text-secondary);display:flex;align-items:center;gap:4px}.icon-btn-sm{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;border:1px solid var(--divider);background:var(--surface);color:var(--text-secondary);transition:background .12s,color .12s}.icon-btn-sm:hover{background:var(--bg);color:var(--text-primary)}.icon-btn-sm.danger:hover{background:var(--red-dim);color:var(--red);border-color:transparent}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.form-full{grid-column:1 / -1}.form-section{background:var(--surface);border-radius:var(--radius-lg);border:none;padding:22px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.form-section-title{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.02em;margin-bottom:18px;display:flex;align-items:center;gap:8px}.form-section-title-icon{font-size:16px;display:flex;align-items:center;opacity:.7}.field-row{display:flex;flex-direction:column;gap:6px}.field-textarea{padding:12px 14px;background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);outline:none;resize:vertical;min-height:100px;width:100%;transition:border-color .15s;line-height:1.55}.field-textarea:focus{border-color:var(--accent)}.field-textarea::placeholder{color:var(--text-tertiary)}.field-select{height:44px;padding:0 36px 0 14px;background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238E8E93' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;width:100%;transition:border-color .15s}.field-select:focus{border-color:var(--accent)}.category-toggle{display:flex;background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-sm);overflow:hidden;height:44px}.category-toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;background:none;border:none;transition:background .15s,color .15s}.category-toggle-btn.active{background:var(--accent);color:var(--accent-fg)}.image-uploader{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);border:2px dashed var(--divider);background:var(--bg);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .15s,background .15s}.image-uploader:hover,.image-uploader.dragging{border-color:var(--accent);background:var(--accent-subtle)}.image-uploader-preview{width:100%;height:100%;object-fit:cover}.image-uploader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.image-uploader:hover .image-uploader-overlay{opacity:1}.image-uploader-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-tertiary)}.image-uploader-placeholder ion-icon{font-size:32px}.image-uploader-placeholder p{font-size:13px;font-weight:500}.image-uploader-progress{width:80%;height:3px;background:var(--divider);border-radius:999px;overflow:hidden}.image-uploader-progress-bar{height:100%;background:var(--accent);border-radius:999px;transition:width .2s}.section-accordion{display:flex;flex-direction:column;gap:8px}.section-acc-item{border:1px solid var(--divider);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.section-acc-header{display:flex;align-items:center;gap:10px;padding:13px 16px;cursor:pointer;background:none;border:none;width:100%;text-align:left;transition:background .12s}.section-acc-header:hover{background:var(--bg)}.section-acc-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.section-acc-label{flex:1;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.section-acc-arrow{font-size:14px;color:var(--text-tertiary);transition:transform .2s}.section-acc-arrow.open{transform:rotate(90deg)}.section-acc-body{padding:0 16px 14px}.table-wrap{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--divider);overflow:hidden;box-shadow:var(--shadow-sm)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}thead th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--divider);white-space:nowrap}tbody tr{border-bottom:1px solid var(--divider);cursor:pointer;transition:background .1s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:var(--bg)}tbody tr.selected{background:var(--accent-subtle)}tbody td{padding:12px 16px;font-size:14px;vertical-align:middle}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.status-badge.applied{background:var(--blue-dim);color:var(--blue)}.status-badge.processed{background:var(--orange-dim);color:var(--orange)}.status-badge.considering{background:var(--purple-dim);color:var(--purple)}.status-badge.completed{background:var(--green-dim);color:var(--green)}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.status-select{height:32px;padding:0 26px 0 10px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image: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='currentColor' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.status-select.applied{background-color:var(--blue-dim);color:var(--blue)}.status-select.processed{background-color:var(--orange-dim);color:var(--orange)}.status-select.considering{background-color:var(--purple-dim);color:var(--purple)}.status-select.completed{background-color:var(--green-dim);color:var(--green)}.profile-panel{width:340px;background:var(--surface);border-left:1px solid var(--divider);height:100%;overflow-y:auto;flex-shrink:0;display:flex;flex-direction:column}.profile-panel-header{padding:16px;border-bottom:1px solid var(--divider);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:var(--surface);z-index:10}.profile-panel-close{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;color:var(--text-secondary);background:var(--bg);border:none;transition:background .12s}.profile-panel-close:hover{background:var(--divider)}.profile-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--text-secondary);overflow:hidden;border:2px solid var(--divider);margin:0 auto}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.025em;text-align:center}.profile-detail-row{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--divider);font-size:13px}.profile-detail-label{min-width:90px;color:var(--text-secondary);font-weight:500;flex-shrink:0}.profile-detail-value{color:var(--text-primary);word-break:break-word}.qual-chips{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px}.qual-chip{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--accent-dim);color:var(--text-primary)}.messages-layout{display:flex;height:calc(100vh - var(--topbar-h));overflow:hidden}.conversation-list{width:300px;flex-shrink:0;border-right:1px solid var(--divider);display:flex;flex-direction:column;overflow:hidden}.conversation-list-header{padding:14px 16px;border-bottom:1px solid var(--divider);display:flex;align-items:center;justify-content:space-between}.conversation-list-title{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.02em}.conversation-list-items{flex:1;overflow-y:auto}.conversation-item{display:flex;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;border-bottom:1px solid var(--divider);transition:background .1s;text-decoration:none;color:inherit}.conversation-item:hover,.conversation-item.active{background:var(--accent-subtle)}.conv-avatar{width:40px;height:40px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--text-secondary);flex-shrink:0;overflow:hidden;border:1px solid var(--divider)}.conv-avatar img{width:100%;height:100%;object-fit:cover}.conv-info{flex:1;min-width:0}.conv-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-last-msg{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.conv-time{font-size:11px;color:var(--text-tertiary)}.conv-unread{width:18px;height:18px;background:var(--accent);color:var(--accent-fg);border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.message-thread{flex:1;display:flex;flex-direction:column;overflow:hidden}.message-thread-header{padding:12px 20px;border-bottom:1px solid var(--divider);display:flex;align-items:center;gap:12px;flex-shrink:0}.message-thread-name{font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:-.02em}.message-thread-sub{font-size:12px;color:var(--text-secondary)}.message-list{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:10px}.message-bubble-wrap{display:flex;align-items:flex-end;gap:8px}.message-bubble-wrap.sent{flex-direction:row-reverse}.message-bubble{max-width:68%;padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.45;word-break:break-word}.message-bubble.received{background:var(--surface-raised);border:1px solid var(--divider);border-bottom-left-radius:4px;color:var(--text-primary)}.message-bubble.sent{background:var(--accent);color:var(--accent-fg);border-bottom-right-radius:4px}.message-bubble.deleted{background:none;border:1px dashed var(--divider);color:var(--text-tertiary);font-style:italic}.message-time{font-size:11px;color:var(--text-tertiary);padding:0 4px;white-space:nowrap}.message-input-wrap{padding:12px 20px;border-top:1px solid var(--divider);display:flex;align-items:flex-end;gap:10px;flex-shrink:0}.message-input{flex:1;padding:10px 14px;background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-md);font-size:14px;color:var(--text-primary);outline:none;resize:none;max-height:120px;min-height:40px;line-height:1.45;transition:border-color .15s}.message-input:focus{border-color:var(--accent)}.message-send-btn{width:36px;height:36px;border-radius:50%;background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;border:none;flex-shrink:0;transition:opacity .12s,transform .1s}.message-send-btn:hover{opacity:.88}.message-send-btn:active{transform:scale(.93)}.message-send-btn:disabled{opacity:.35;cursor:not-allowed}.message-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text-tertiary)}.message-empty ion-icon{font-size:48px}.message-empty p{font-size:15px;font-weight:500}.message-empty span{font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;display:flex;align-items:center;justify-content:center;padding:24px;animation:fade-in .2s ease}.modal{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--divider);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:80vh;overflow-y:auto;animation:slide-up .28s cubic-bezier(.32,.72,0,1)}.modal-header{padding:20px 20px 0;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal-title{font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.025em}.modal-close{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;color:var(--text-secondary);background:var(--bg);border:none}.modal-body{padding:0 20px 20px;display:flex;flex-direction:column;gap:14px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-dialog .modal-body{text-align:center;padding:8px 20px 20px}.confirm-icon{width:52px;height:52px;border-radius:50%;background:var(--red-dim);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 12px}.confirm-title{font-family:var(--font-display);font-size:17px;font-weight:700;margin-bottom:6px}.confirm-message{font-size:14px;color:var(--text-secondary);line-height:1.5}.confirm-actions{display:flex;gap:10px;margin-top:20px}.confirm-actions>*{flex:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px 24px;color:var(--text-tertiary)}.empty-state ion-icon{font-size:48px;opacity:.5}.empty-state h3{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--text-secondary);letter-spacing:-.02em}.empty-state p{font-size:14px;text-align:center;line-height:1.5;max-width:280px}.account-sections{display:flex;flex-direction:column;gap:16px;max-width:640px}.client-code-display{font-family:Fira Code,Courier New,monospace;font-size:20px;font-weight:700;letter-spacing:.1em;color:var(--text-primary);background:var(--bg);border:1px solid var(--divider);border-radius:var(--radius-sm);padding:10px 16px;display:inline-block}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{padding:11px 18px;border-radius:999px;font-size:14px;font-weight:600;color:#fff;box-shadow:var(--shadow-lg);white-space:nowrap;animation:toast-in .28s cubic-bezier(.32,.72,0,1);display:flex;align-items:center;gap:8px;pointer-events:auto;letter-spacing:-.01em}.toast.success{background:#1c1c1e}.toast.error{background:var(--red)}.toast.info{background:var(--blue)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}.filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:20px;flex-wrap:wrap}.filter-chip{height:32px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid var(--divider);background:var(--surface);color:var(--text-secondary);transition:background .12s,color .12s,border-color .12s;letter-spacing:-.01em}.filter-chip:hover{background:var(--bg);color:var(--text-primary)}.filter-chip.active{background:var(--accent);color:var(--accent-fg);border-color:transparent}.progress-steps{display:flex;align-items:center;gap:0;margin-bottom:24px}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.progress-step-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid var(--divider);background:var(--surface);color:var(--text-tertiary);position:relative;z-index:1}.progress-step-circle.done{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.progress-step-circle.active{border-color:var(--accent);color:var(--accent)}.progress-step-label{font-size:10px;font-weight:600;color:var(--text-tertiary);text-align:center;white-space:nowrap}.progress-step-label.active{color:var(--accent)}@media(max-width:1024px){.sidebar{transform:translate(-100%);transition:transform .28s cubic-bezier(.32,.72,0,1)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}.dashboard-main{margin-left:0}.profile-panel{position:fixed;right:0;top:0;height:100vh;z-index:300;box-shadow:var(--shadow-lg)}.messages-layout{flex-direction:column}.conversation-list{width:100%;height:200px;flex-shrink:0}}@media(max-width:768px){.form-grid,.form-grid.cols-3{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.page-content{padding:16px 16px 32px}.jobs-grid{grid-template-columns:1fr}.topbar{padding:0 16px}.auth-panel{width:100%;padding:40px 24px}.auth-graphic{display:none}}.hamburger-btn{display:none;width:34px;height:34px;border-radius:8px;align-items:center;justify-content:center;font-size:20px;color:var(--text-secondary);cursor:pointer;background:none;border:none}@media(max-width:1024px){.hamburger-btn{display:flex}}.skeleton{background:linear-gradient(90deg,var(--bg) 25%,var(--divider) 50%,var(--bg) 75%);background-size:200% 100%;animation:shimmer 1.6s infinite linear;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
