:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--primary: #2563eb;--bg: #f0f4f8;--card-bg: rgba(255, 255, 255, .7);--glass-border: 1px solid rgba(255, 255, 255, .8);--text: #1e293b;--text-muted: #64748b;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .07);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;font-family:inherit;background-color:var(--bg);background-image:radial-gradient(at 0% 0%,hsla(215,98%,61%,.15) 0px,transparent 50%),radial-gradient(at 100% 0%,hsla(260,100%,66%,.1) 0px,transparent 50%),radial-gradient(at 100% 100%,hsla(189,100%,56%,.1) 0px,transparent 50%),radial-gradient(at 0% 100%,hsla(355,100%,93%,.1) 0px,transparent 50%);background-attachment:fixed;color:var(--text)}#root{width:100%;min-height:100vh}a{font-weight:500;color:var(--primary);text-decoration:inherit;transition:color .2s}a:hover{text-decoration:underline;opacity:.9}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{max-width:800px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#9333ea);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.search-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:var(--radius-lg);border:var(--glass-border);box-shadow:var(--shadow-glass);margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem;align-self:start}.location-input-compact{display:flex;flex-direction:column;gap:.4rem}.location-input-compact .form-group{gap:.3rem;align-self:stretch;width:100%}.location-chip-row{margin-bottom:0;min-height:0}.location-chip-row .chip{padding:.2rem .6rem;font-size:.75rem;background:#e2e8f0}.form-group-label-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.form-group label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.location-mode-buttons{display:flex;gap:.35rem}button.location-mode-button{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease}.location-mode-button.active{background:#e2e8f0;border-color:#94a3b8;color:#0f172a}.location-mode-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.autocomplete-suggestions{margin-top:.25rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 4px 12px -4px #0f172a26;display:flex;flex-direction:column;gap:0;padding:.25rem}.autocomplete-suggestion-btn{text-align:left;padding:.5rem .75rem;font-size:.875rem;color:#1e293b;cursor:pointer;transition:background .15s ease;border-radius:4px}.autocomplete-suggestion-btn:hover{background-color:#f1f5f9}.autocomplete-toggle-btn{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:.375rem;transition:background .2s ease,border-color .2s ease,color .2s ease}.autocomplete-toggle-btn.active{background:#0f172a;border-color:#0f172a;color:#f8fafc}.skills-hint{font-size:.85rem;color:#94a3b8;margin:0 0 1rem;max-width:560px}.chip-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.2rem;min-height:1.5rem}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;background:#e0e7ff;color:#0f172a;font-size:.85rem;font-weight:500}.chip-remove-btn{color:#0f172a;font-weight:700;cursor:pointer;line-height:1}.card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem}.badge{background-color:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:var(--text-muted);font-weight:500}input{padding:.625rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;background:#fff;color:#1e293b}input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.6}input::placeholder{color:#94a3b8}input[type=checkbox]{transform:scale(1.4);cursor:pointer;accent-color:#3c81f5;background-color:#fff;border:1px solid #cbd5e1;margin:0;width:16px;height:16px}.dropdown-wrapper{position:relative;display:inline-block}.dropdown-select{padding:.6rem 2rem .6rem .75rem;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;color:#0f172a;cursor:pointer;font-size:.9rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.dropdown-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown-chevron{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#0f172a}.radius-note{color:#94a3b8;font-size:.85rem;margin:0}.distance-label-row{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.distance-label.remote{color:#94a3b8}.distance-remote-note{color:#94a3b8;font-size:.85rem}.radius-value{font-size:.85rem;font-weight:600;color:#0f172a}.radius-meta-inline{font-weight:400;color:#94a3b8}.radius-info{display:inline-flex;align-items:center;gap:.45rem}.radius-info.is-disabled .radius-value{color:#94a3b8}.radius-meta{font-size:.75rem;color:#94a3b8}.radius-meta.is-disabled{color:#94a3b8}button{background-color:var(--primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:opacity .2s,background-color .2s}.btn-reset{background:none;border:none;padding:0}.search-btn{margin-top:.5rem;font-size:.875rem;font-weight:600;letter-spacing:.025em;padding:.75rem 2rem;background:#3c81f5;color:#fff;border-radius:6px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px -4px #3c81f580;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-transform:uppercase;cursor:pointer;width:100%;max-width:100%}.search-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px -6px #3c81f599}.search-btn.has-results{background:#44bba5;box-shadow:0 4px 12px -4px #44bba580}.search-btn.has-results:hover:not(:disabled){box-shadow:0 8px 20px -6px #44bba599}.search-btn:disabled{box-shadow:none}.search-category-dropdown{position:relative;width:100%;margin-top:.5rem}.search-btn-split{display:flex;width:100%;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px -4px #3c81f580}.search-btn-split.has-results{box-shadow:0 4px 12px -4px #44bba580}.search-btn-main{flex:1;font-size:.875rem;font-weight:600;letter-spacing:.025em;padding:.75rem 1rem;background:#3c81f5;color:#fff;border:none;border-right:1px solid rgba(255,255,255,.2);text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.search-btn-split.has-results .search-btn-main{background:#44bba5}.search-btn-main:hover:not(:disabled){background:#2563eb}.search-btn-split.has-results .search-btn-main:hover:not(:disabled){background:#3aa594}.search-btn-main:disabled{opacity:.7;cursor:not-allowed}.search-btn-toggle{padding:.75rem;background:#3c81f5;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.search-btn-split.has-results .search-btn-toggle{background:#44bba5}.search-btn-toggle:hover:not(:disabled){background:#2563eb}.search-btn-split.has-results .search-btn-toggle:hover:not(:disabled){background:#3aa594}.search-btn-toggle:disabled{opacity:.7;cursor:not-allowed}.search-category-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px -10px #0003;z-index:100;list-style:none;padding:.5rem 0;margin:0;max-height:400px;overflow-y:auto}.search-category-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;color:#1e293b;display:flex;align-items:center;justify-content:space-between;transition:background .15s ease}.search-category-item:hover:not(:disabled){background:#f1f5f9}.search-category-item.selected{background:#eff6ff;color:#3c81f5;font-weight:600}.search-category-item.inactive{color:#94a3b8;cursor:not-allowed}.search-category-item.inactive:hover{background:transparent}.search-category-item .coming-soon{font-size:.75rem;color:#94a3b8;font-weight:400;font-style:italic}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.results-table-container{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--glass-border);margin-bottom:2rem}.results-table{width:100%;border-collapse:collapse;font-size:.9rem}.results-table th,.results-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.results-table th{background-color:#f8fafc;font-weight:600;color:var(--text-muted);white-space:nowrap}.results-table tr:hover{background-color:#f1f5f9}.results-table td{color:var(--text);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-content{cursor:help}.icon-link{color:var(--primary);text-decoration:none;font-size:.9rem;transition:opacity .2s}:where(.error,.error-message){background-color:#fef2f2;color:#ef4444;text-align:center}.error{padding:1rem;border-radius:8px;margin-bottom:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--text-muted)}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.spinner--compact{width:24px;height:24px;border-width:3px;margin-bottom:0}.results-skeleton{display:flex;flex-direction:column;gap:1rem}.results-skeleton-indicator{display:inline-flex;align-items:center;gap:.75rem;color:#64748b;font-size:.9rem;font-weight:500}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--bg)}.login-box{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;border-radius:var(--radius-lg);border:var(--glass-border);box-shadow:var(--shadow-glass);width:100%;max-width:400px}.login-box h2{text-align:center;margin-bottom:2rem;color:var(--text)}.error-message{padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fecaca}.app-layout{display:flex;flex-direction:row;min-height:100vh}.content-wrapper{flex:1;padding:0;width:100%;box-sizing:border-box}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:var(--glass-border);box-shadow:var(--shadow-sm);width:100%;box-sizing:border-box}.navbar-brand{font-size:1.5rem;font-weight:800;color:var(--primary);cursor:pointer}.navbar-links{display:flex;gap:1rem;align-items:center}.nav-link{background:none;border:none;color:var(--text);font-weight:500;padding:.5rem 1rem;cursor:pointer;font-size:.95rem}.nav-link:hover{background-color:#f1f5f9;border-radius:6px}.nav-info{color:var(--text-muted);font-size:.85rem;padding:.5rem .75rem;background-color:#f1f5f9;border-radius:6px;font-weight:500}.nav-btn-primary{background-color:var(--text);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem}.nav-btn-primary:hover{opacity:.9}.footer{background-color:#fff;border-top:1px solid #e2e8f0;padding:3rem 2rem;margin-top:auto;width:100%;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem}.footer-column h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.footer-column .btn-reset{display:block;margin-bottom:.5rem;color:var(--text-muted);cursor:pointer;font-weight:400;text-align:left}.footer-column .btn-reset:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #f1f5f9;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;color:var(--text-muted);font-size:.9rem}.footer-links .btn-reset{color:var(--text-muted);margin-left:1.5rem;cursor:pointer;font-weight:400}.footer-links .btn-reset:hover{text-decoration:underline}.placeholder-page{padding:4rem 2rem;text-align:center;background-color:#fff;border-radius:var(--radius-lg);border:1px dashed #e2e8f0}.placeholder-page h1{color:var(--primary);margin-bottom:1rem}.placeholder-page p{color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.csv-download-section{margin-top:1.5rem;padding:1.5rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--radius-lg);text-align:center}.csv-info{margin-bottom:1rem;color:var(--text);font-size:.9rem}.csv-download-btn{background-color:#0284c7;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s;font-size:.95rem}.csv-download-btn:hover{background-color:#0369a1}.source-tag{display:inline-block;background-color:#f3f4f6;color:#4b5563;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;text-decoration:none;border:1px solid #e5e7eb}.source-tag:hover{background-color:#e5e7eb;color:var(--primary)}.ai-sourced-badge{display:inline-flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid #22c55e;margin-right:.5rem;box-shadow:0 1px 3px #22c55e1a;transition:all .2s}.ai-sourced-badge:hover{box-shadow:0 2px 6px #22c55e33;transform:scale(1.02)}.results-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--card-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:1px solid #e2e8f0;margin-bottom:0}.results-count-block{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.results-count{font-size:1.1rem;font-weight:600;color:var(--text)}.ai-assist-btn{border:1px solid var(--primary);background:#fff;color:var(--primary);padding:.35rem .9rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s,color .2s}.ai-assist-btn:hover:not(:disabled){background-color:#eff6ff}.ai-quality-badge{font-size:.85rem;color:#0f172a;padding:.2rem .6rem;border-radius:999px;background:#f1f5f9;border:1px solid #e5e7eb}.results-actions{display:flex;align-items:center;gap:.75rem;justify-content:flex-end}.download-results-btn{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:background-color .2s}.download-results-btn:hover{background-color:#f1f5f9}.download-icon-btn{display:flex;align-items:center;justify-content:center;color:var(--primary);cursor:pointer;padding:.4rem;border-radius:6px;transition:background-color .2s}.download-icon-btn:hover{background-color:#f1f5f9}.ai-assist-summary{border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;padding:.85rem 1rem;margin-top:.75rem;font-size:.92rem;line-height:1.4;color:#0f172a}.ai-assist-summary code{background:#fff;border:1px solid #dbeafe;padding:.15rem .4rem;border-radius:4px;font-size:.9rem}.ai-meta{margin:.35rem 0 0;font-size:.85rem;color:#475569}.ai-strategy{margin:.2rem 0 0;font-style:italic;color:#334155}.results-list{background:var(--card-bg);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.profile-card{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;background:#fff}.profile-card:last-child{border-bottom:none}.profile-card:hover{background-color:#f8fafc;box-shadow:0 2px 8px #0000000a;transform:translateY(-1px);border-left:3px solid var(--primary);padding-left:calc(1.5rem - 3px)}.profile-row-1{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.profile-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile-name{font-weight:600;font-size:1.1rem;color:#1e293b;letter-spacing:-.01em;line-height:1.4}.profile-location{font-size:.875rem;color:#64748b;margin-right:.25rem;font-weight:500}.review-badge{display:inline-flex;align-items:center;padding:.3rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#78350f;border:1px solid #f59e0b;border-radius:999px;font-size:.75rem;font-weight:600;margin-left:.75rem;box-shadow:0 1px 3px #f59e0b1a;transition:all .2s}.review-badge:hover{box-shadow:0 2px 6px #f59e0b33;transform:scale(1.02)}.confidence-chip{display:inline-flex;align-items:center;padding:.3rem .75rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #3b82f6;border-radius:999px;font-size:.75rem;font-weight:600;margin-left:.5rem;box-shadow:0 1px 3px #3b82f61a;transition:all .2s}.confidence-chip:hover{box-shadow:0 2px 6px #3b82f633;transform:scale(1.02)}.oss-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde047);color:#854d0e;border:1px solid #eab308;border-radius:999px;font-size:.75rem;font-weight:600;margin-left:.5rem;box-shadow:0 1px 3px #eab30826;transition:all .2s;cursor:help}.oss-badge:hover{box-shadow:0 2px 6px #eab30840;transform:scale(1.02);background:linear-gradient(135deg,#fef3c7,#facc15)}.profile-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1}.profile-links{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.profile-icon-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:#6b7280;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;background:#f8fafc;border:1px solid transparent}.profile-icon-link:hover{background-color:#fff;color:var(--primary);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #00000014;border-color:#e5e7eb}.profile-icon-link.linkedin:hover{color:#0077b5;background:linear-gradient(135deg,#e8f4f8,#d0eaf5);border-color:#0077b5}.profile-icon-link.github:hover{color:#24292e;background:linear-gradient(135deg,#f6f8fa,#e1e4e8);border-color:#24292e}.profile-icon-link.stackoverflow:hover{color:#f48024;background:linear-gradient(135deg,#fef3e6,#fde9d3);border-color:#f48024}.profile-icon-link.behance:hover{color:#1769ff;background:linear-gradient(135deg,#e8f0ff,#d0e2ff);border-color:#1769ff}.profile-icon-link.dribbble:hover{color:#ea4c89;background:linear-gradient(135deg,#fde8f0,#fcd2e0);border-color:#ea4c89}.profile-icon-link.portfolio:hover{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#059669}.source-badge{display:flex;align-items:center;gap:.35rem;padding:.35rem .65rem;background-color:#f1f5f9;color:#475569;border-radius:6px;font-size:.8rem;font-weight:500;text-decoration:none;text-transform:capitalize;transition:all .15s;margin-left:.5rem}.source-badge:hover{background-color:#e2e8f0;color:var(--primary)}.source-badge.disabled{cursor:default}.source-badge.disabled:hover{background-color:#f1f5f9;color:#475569}.favorite-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#64748b;transition:all .2s ease}.favorite-toggle:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.favorite-toggle.favorited{color:#ef4444;border-color:#ef4444;background:#fef2f2}.favorite-toggle.favorited:hover{opacity:.8}.favorite-toggle:disabled{opacity:.5;cursor:not-allowed}.profile-row-2{margin-top:.75rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.35rem}.tech-tag{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#334155;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #cbd5e1;transition:all .2s}.tech-tag:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.tech-tag.more{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:var(--primary);border-color:#60a5fa}.tech-tag.more:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.tech-tag.icon-only{display:inline-flex;align-items:center;justify-content:center;padding:.3rem}.tech-tag.with-icon{display:inline-flex;align-items:center;gap:.3rem}.interests-section{display:flex;flex-wrap:wrap;gap:.35rem}.interest-tag{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#78350f;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #fcd34d;transition:all .2s}.interest-tag:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px);box-shadow:0 2px 4px #fcd34d4d}.interest-tag.more{background:linear-gradient(135deg,#fde68a,#fbbf24);color:#78350f;border-color:#f59e0b}.interest-tag.more:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.interest-tag.icon-only{display:inline-flex;align-items:center;justify-content:center;padding:.3rem}.interest-tag.with-icon{display:inline-flex;align-items:center;gap:.3rem}.profile-row-3{margin-top:.875rem}.profile-summary{font-size:.9rem;color:#475569;line-height:1.6;margin:0;font-weight:400}.expand-btn{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;padding:.35rem .5rem;margin-top:.5rem;border-radius:6px;transition:all .2s}.expand-btn:hover{background-color:#f0f9ff;color:#0369a1;transform:translate(2px)}@media(max-width:768px){.profile-card{padding:1rem 1.25rem}.profile-card:hover{border-left-width:2px;padding-left:calc(1.25rem - 2px)}.profile-row-1{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-name{font-size:1rem}.profile-links{margin-top:.25rem}.profile-icon-link{width:36px;height:36px}.review-badge,.confidence-chip{margin-left:0;margin-top:.5rem}.results-header{flex-direction:column;gap:.75rem;align-items:flex-start}}.multi-select{position:relative;width:100%}.multi-select-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;text-align:left;font-size:1rem;transition:border-color .2s}.multi-select-trigger:hover:not(:disabled){border-color:#2196f3}.multi-select-trigger:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.multi-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.multi-select-value:empty:before{content:attr(placeholder);color:#999}.multi-select-arrow{margin-left:.5rem;color:#666;font-size:.8rem}.multi-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:var(--shadow-sm);z-index:1000;display:flex;flex-direction:column;max-height:350px}.multi-select-search{padding:.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;position:sticky;top:0;z-index:1}.multi-select-search-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;outline:none;transition:border-color .2s}.multi-select-search-input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.multi-select-options-list{overflow-y:auto;max-height:280px}.multi-select-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;transition:background-color .15s}.multi-select-option:hover{background-color:#f5f5f5}.multi-select-option input[type=checkbox]{cursor:pointer;margin:0}.multi-select-option span{flex:1;color:var(--text);font-size:.9rem}.multi-select-empty{padding:1rem;text-align:center;color:#999;font-size:.9rem}.sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;display:flex;flex-direction:column;transition:width .3s ease,transform .3s ease;z-index:900;box-shadow:2px 0 8px #0000001a}.sidebar.collapsed{width:70px}.sidebar-header{padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#fff}.sidebar-logo-collapsed{display:flex;justify-content:center;color:#fff}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 0}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:#ffffff0d}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-title{padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.25rem}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;margin:.125rem .5rem;border:none;background:transparent;color:#94a3b8;text-decoration:none;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;width:calc(100% - 1rem)}.sidebar-nav-item svg{color:#44bba5;transition:color .2s ease}.sidebar-nav-item:hover{background:#44bba526;color:#e2e8f0;transform:translate(2px)}.sidebar-nav-item:hover svg{color:#5dd3c0}.sidebar-nav-item.active{background:transparent;color:#3c81f5;font-weight:700}.sidebar-nav-item.active svg{color:#3c81f5}.sidebar-nav-item.active .sidebar-nav-label{font-weight:700}.sidebar-nav-item.collapsed{justify-content:center;padding:.75rem}.sidebar-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.sidebar-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;line-height:1}.sidebar-collapse-btn{margin:1rem;padding:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fffc;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sidebar-collapse-btn:hover{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.sidebar-mobile-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1000;padding:.5rem;background:#1e293b;color:#fff;border:none;border-radius:6px;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .2s ease}.sidebar-mobile-toggle:hover{background:#0f172a;transform:scale(1.05)}.sidebar-overlay{display:none}.app-with-sidebar{display:flex;min-height:100vh}.app-with-sidebar .content-wrapper{flex:1;margin-left:240px;transition:margin-left .3s ease}.app-with-sidebar.sidebar-collapsed .content-wrapper{margin-left:70px}.app-with-sidebar .navbar{margin-left:240px;transition:margin-left .3s ease}.app-with-sidebar.sidebar-collapsed .navbar{margin-left:70px}@media(max-width:768px){.sidebar-mobile-toggle{display:flex;align-items:center;justify-content:center}.sidebar{transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:850}.app-with-sidebar .content-wrapper,.app-with-sidebar .navbar{margin-left:0}.navbar{padding-left:4rem}}@media(min-width:769px)and (max-width:1024px){.sidebar,.sidebar.collapsed{width:70px}.sidebar-nav-label,.sidebar-section-title,.sidebar-logo span{display:none}.app-with-sidebar .content-wrapper,.app-with-sidebar .navbar{margin-left:70px}}.search-page-layout{display:flex;flex-direction:column;gap:1rem;flex:1;width:100%}.search-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.search-tab{padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;position:relative;bottom:-2px}.search-tab:hover:not(:disabled){background:#f8fafc;color:#1e293b}.search-tab.active{background:#fff;color:#0f172a;border-color:#cbd5e1;border-bottom:2px solid white;box-shadow:0 -2px 4px #0000000d}.search-tab:disabled{cursor:not-allowed;opacity:.5}.search-content-wrapper{display:flex;gap:0;align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000d;position:relative}.search-content-wrapper:after{content:"";position:absolute;left:calc(320px + 2rem);top:0;bottom:0;width:1px;background:#e2e8f0}.search-sidebar{width:320px;min-width:320px;flex-shrink:0;background:#fff;border-radius:8px 0 0 8px;padding:0 1.5rem 1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto}.search-sidebar .skills-hint{font-size:.8rem;color:#94a3b8;margin:0 0 1rem}.search-sidebar.collapsed{width:70px;min-width:70px;transition:width .3s ease,min-width .3s ease}.search-results-area.expanded{margin-left:0;transition:margin-left .3s ease}.active-filters-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.active-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.active-filters-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.result-count{font-size:.9rem;font-weight:600;color:#1e293b}.clear-filters-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;border:1px solid #9ca3af;cursor:pointer;transition:all .2s ease;color:#374151;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.clear-filters-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.no-filters-message{font-size:.9rem;color:#94a3b8;font-weight:400;text-align:center;padding:.5rem 0}.filter-pills-container{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;border:1px solid;cursor:pointer;transition:all .2s ease;background:#fff}.filter-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.filter-pill.must-have{color:#166534;border-color:#22c55e;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.filter-pill.nice-to-have{color:#1e40af;border-color:#60a5fa;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.filter-pill.exclude{color:#991b1b;border-color:#ef4444;background:linear-gradient(135deg,#fee2e2,#fecaca)}.filter-pill.company{color:#065f46;border-color:#10b981;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.filter-pill.interest{color:#7c2d12;border-color:#f97316;background:linear-gradient(135deg,#fed7aa,#fdba74)}.filter-pill.role,.filter-pill.level,.filter-pill.location{color:#166534;border-color:#22c55e;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.filter-pill-remove{opacity:.7;transition:opacity .2s}.filter-pill:hover .filter-pill-remove{opacity:1}.collapsible-section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;background:none;border:none;font-size:.9rem;font-weight:600;color:#1e293b;cursor:pointer;transition:color .2s ease;margin-bottom:.75rem}.collapsible-section-header:hover{color:#3b82f6}.collapsible-section-header svg{transition:transform .2s ease}.collapsible-content{max-height:2000px;overflow:hidden;opacity:1;transition:max-height .3s ease,opacity .3s ease}.collapsible-content.collapsed{max-height:0;opacity:0}.form-section:has(.collapsible-content.collapsed){margin-bottom:.5rem}.search-sidebar .search-form{display:flex;flex-direction:column;gap:.75rem;padding:0;background:transparent;box-shadow:none;border-radius:0}.search-sidebar .form-group{margin-bottom:.375rem}.search-results-area{flex:1;min-width:0;padding:0 0 1.5rem}.form-section{margin-bottom:.75rem}.location-section{margin-bottom:.5rem}.location-section .form-section-header{margin-bottom:.35rem}.form-section-header{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid #e2e8f0}.form-section .form-group label:first-of-type{display:none}.radius-slider-container{position:relative;padding:0;display:flex;flex-direction:column;gap:.35rem;width:100%}.radius-slider{height:4px;border-radius:999px;background:#cbd5e1;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 7px;transition:background .2s ease}.radius-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:999px;background:#2563eb;border:2px solid #f8fafc;cursor:pointer;box-shadow:0 2px 4px #0f172a33;transition:transform .2s ease,box-shadow .2s ease}.radius-slider::-webkit-slider-thumb:hover{transform:scale(1.06);box-shadow:0 4px 10px #2563eb40}.radius-slider::-moz-range-thumb{width:14px;height:14px;border-radius:999px;background:#2563eb;cursor:pointer;border:2px solid #f8fafc;box-shadow:0 2px 4px #0f172a33;transition:transform .2s ease,box-shadow .2s ease}.radius-slider::-moz-range-thumb:hover{transform:scale(1.06);box-shadow:0 4px 10px #2563eb40}.radius-slider:disabled{opacity:.5;cursor:not-allowed}.radius-slider:disabled::-webkit-slider-thumb{cursor:not-allowed;background:#94a3b8;box-shadow:none}.radius-slider:disabled::-moz-range-thumb{cursor:not-allowed;background:#94a3b8;box-shadow:none}@media(max-width:640px){.location-input-compact{gap:.65rem}}@media(max-width:1024px){.search-content-wrapper{flex-direction:column}.search-content-wrapper:after{display:none}.search-sidebar{width:100%;min-width:100%;position:static;max-height:none}.search-results-area{width:100%}}.dashboard-container{display:flex;min-height:calc(100vh - 60px);background-color:#f8fafc}.dashboard-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.dashboard-sidebar{width:80px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1rem 0;position:sticky;top:0;height:100vh;overflow-y:auto}.dashboard-sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:0 .5rem}.dashboard-sidebar-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;border-radius:8px;text-decoration:none;color:#64748b;transition:all .2s ease;cursor:pointer;position:relative}.dashboard-sidebar-item:hover{background-color:#f1f5f9;color:#1e293b}.dashboard-sidebar-item.active{background-color:#e0f2fe;color:#0284c7}.dashboard-sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.dashboard-sidebar-label{font-size:.75rem;font-weight:500;text-align:center}.dashboard-sidebar-badge{position:absolute;top:.4rem;right:.45rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:999px;background-color:#f97316;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff;pointer-events:none}.dashboard-sidebar-divider{height:1px;background-color:#e2e8f0;margin:.75rem .5rem}.dashboard-section{margin-bottom:2.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.metric-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease;display:flex;flex-direction:column;gap:.5rem}.metric-card:hover{box-shadow:0 4px 6px #00000014}.metric-value{font-size:2rem;font-weight:700;color:#1976d2;line-height:1}.metric-title{font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}.metric-subtitle{font-size:.75rem;color:#94a3b8}.dashboard-sidebar-help{margin-top:auto;padding-top:.75rem;padding-bottom:.75rem}.dashboard-sidebar-help-header{font-size:.75rem;font-weight:600;color:#94a3b8;letter-spacing:.05em;padding:.5rem 1rem .5rem 1.5rem;margin-bottom:.25rem}.dashboard-sidebar-account{padding-top:1rem;border-top:1px solid #e2e8f0;position:relative}.dashboard-sidebar-account .dashboard-sidebar-item{background:transparent;border:none;width:100%;cursor:pointer}.dashboard-sidebar-dropdown{position:absolute;bottom:100%;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;margin-bottom:.5rem;z-index:1000;overflow:hidden}.dashboard-sidebar-dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:#fff;border:none;color:#334155;font-size:.9rem;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.dashboard-sidebar-dropdown-item:hover{background-color:#f8fafc}.dashboard-sidebar-dropdown-logout{border-top:1px solid #e2e8f0;color:#dc2626}.dashboard-sidebar-dropdown-logout:hover{background-color:#fef2f2}@media(max-width:768px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid #e2e8f0;padding:.5rem}.dashboard-sidebar-nav{flex-direction:row;justify-content:center;width:100%}.dashboard-content{padding:1rem}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.pre-parse-diagnostic{position:relative;margin:0 0 16px;z-index:999;display:flex;flex-direction:column;gap:8px;background:#fffffff2;border:1px solid #e2e8f0;border-radius:6px;padding:8px 14px;font-size:.75rem;box-shadow:0 1px 3px #0000000d;width:100%;max-width:100%}.diagnostic-row-top{display:flex;align-items:center;gap:8px}.diagnostic-row-bottom{display:flex;align-items:center;gap:12px}.pre-parse-diagnostic.loading,.pre-parse-diagnostic.error{padding:6px 12px;font-size:.75rem;color:#64748b}.pre-parse-diagnostic.error{color:#dc2626;border-color:#fecaca;background:#fef2f2cc}.diagnostic-label{color:#64748b;font-weight:500;white-space:nowrap}.diagnostic-validated{color:#1e293b;font-weight:600;white-space:nowrap}.diagnostic-separator{color:#cbd5e1;font-weight:300;white-space:nowrap}.diagnostic-found{color:#475569;font-weight:500;white-space:nowrap}.diagnostic-reconciliation{color:#ef4444;font-weight:600;font-size:.7rem;white-space:nowrap;cursor:help}.diagnostic-sources{display:flex;gap:12px;align-items:flex-start}.source-item{display:flex;flex-direction:row;align-items:center;gap:6px}.source-icon-wrapper{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0}.source-icon-wrapper svg{display:block}.source-info{display:flex;flex-direction:row;align-items:baseline;gap:4px}.source-label{font-size:.625rem;color:#64748b;font-weight:500;white-space:nowrap}.source-count{color:#1e293b;font-weight:600;font-size:.75rem}.diagnostic-actions{display:flex;gap:8px;margin-left:4px;padding-left:8px;border-left:1px solid #e2e8f0}.diagnostic-action-wrapper{position:relative;display:flex;align-items:center}.diagnostic-action-btn{background:transparent;border:none;color:#2563eb;padding:3px;cursor:pointer;display:flex;align-items:center;transition:color .2s}.diagnostic-action-btn:hover{color:#1d4ed8}.diagnostic-action-label{position:absolute;left:50%;bottom:-24px;transform:translate(-50%);background:#1e293b;color:#fff;padding:4px 8px;border-radius:4px;font-size:.65rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000}.diagnostic-action-label:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #1e293b}.diagnostic-action-wrapper:hover .diagnostic-action-label{opacity:1}.pre-parse-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.pre-parse-header h4{margin:0;font-size:.875rem;font-weight:600;color:#1e293b}.download-diagnostic-btn{background:transparent;border:none;color:#2563eb;padding:4px;cursor:pointer;display:flex;align-items:center;transition:color .2s}.download-diagnostic-btn:hover{color:#1d4ed8}.pre-parse-summary{margin-bottom:10px}.pre-parse-stat{display:flex;justify-content:space-between;padding:4px 0;font-size:.8125rem}.stat-label{color:#64748b;font-weight:500}.stat-value{color:#1e293b;font-weight:600}.pre-parse-sources{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.source-row{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#f8fafc;border-radius:4px;font-size:.8125rem}.source-name{color:#475569;font-weight:500}.source-count{color:#2563eb;font-weight:600;font-size:.875rem}.no-sources{text-align:center;padding:12px;color:#94a3b8;font-size:.8125rem}.download-buttons{display:flex;gap:6px;align-items:center}.app-layout .navbar{position:sticky;top:0;z-index:800}@media(max-width:768px){.app-layout{flex-direction:column}.app-layout .content-wrapper{margin-left:0}}.dashboard-content,.page-container{padding:2rem}.help-hero{margin-bottom:2rem;max-width:960px}.help-lede{color:#475569;font-size:1.05rem;line-height:1.6;margin-top:.5rem}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.help-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0f172a0d}.help-card-title{color:#0f172a;font-size:1rem;font-weight:600;margin-bottom:.35rem}.help-card-text{color:#475569;margin:0 0 .5rem}.help-list{color:#475569;margin:.5rem 0 0;padding-left:1.1rem}.help-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;margin-top:.75rem;padding:.65rem .85rem}.help-code{background:#f1f5f9;border-radius:8px;color:#0f172a;display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;margin:.5rem 0 0;padding:.35rem .5rem}.help-section{margin-top:2.5rem;max-width:960px}.help-link{color:#0284c7;font-weight:600;text-decoration:none}.help-link:hover{text-decoration:underline}.help-form{display:grid;gap:1rem;margin-top:1.25rem}.help-form-row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.help-form-field{display:flex;flex-direction:column;gap:.35rem}.help-form-field label{color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.help-form-field select,.help-form-field textarea,.help-form-field input{border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;padding:.65rem .75rem;background:#fff;color:#1e293b}.help-form-field textarea{min-height:140px;resize:vertical}.help-form-field select:focus,.help-form-field textarea:focus,.help-form-field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.help-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.help-form-hint{color:#64748b;font-size:.85rem}.help-form-status{border-radius:10px;font-size:.9rem;padding:.75rem .9rem}.help-form-status.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.help-form-status.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.flights-search-form{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.flights-trip-type{display:flex;gap:.5rem;padding:.25rem;background:#f1f5f9;border-radius:8px}.flights-trip-type-btn{flex:1;padding:.6rem .75rem;border:none;background:transparent;border-radius:6px;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.flights-trip-type-btn:hover{color:#1e293b;background:#ffffff80}.flights-trip-type-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.flights-route-section{display:flex;align-items:flex-start;gap:.5rem}.flights-airport-input{flex:1;display:flex;flex-direction:column;gap:.35rem}.flights-airport-input label{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.flights-airport-input input{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.flights-airport-input input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.flights-input-icon{color:#94a3b8}.flights-nearby-checkbox{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#64748b;cursor:pointer;margin-top:.25rem}.flights-nearby-checkbox input{width:auto;padding:0;margin:0}.flights-nearby-checkbox span{font-weight:400;text-transform:none;letter-spacing:normal}.flights-swap-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:1.5rem;border:1px solid #cbd5e1;border-radius:50%;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.flights-swap-btn:hover{background:#f1f5f9;color:#3b82f6;border-color:#3b82f6}.flights-dates-section{display:flex;gap:1rem}.flights-date-input{flex:1;display:flex;flex-direction:column;gap:.35rem}.flights-date-input label{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.flights-date-input input[type=date]{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.flights-multicity-section{display:flex;flex-direction:column;gap:1rem}.flights-multicity-leg{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.flights-multicity-leg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.flights-multicity-leg-number{font-size:.85rem;font-weight:600;color:#1e293b}.flights-multicity-remove-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .2s}.flights-multicity-remove-btn:hover{background:#fee2e2;color:#dc2626}.flights-multicity-inputs{display:flex;gap:.5rem}.flights-multicity-inputs input{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem}.flights-multicity-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:1px dashed #cbd5e1;border-radius:8px;background:transparent;color:#64748b;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.flights-multicity-add-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}.flights-travelers-section{display:flex;gap:1rem}.flights-dropdown-container{flex:1;position:relative}.flights-dropdown-trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:.85rem;color:#1e293b;cursor:pointer;transition:border-color .2s}.flights-dropdown-trigger:hover{border-color:#94a3b8}.flights-dropdown-trigger span{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flights-dropdown-trigger .rotated{transform:rotate(180deg)}.flights-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px -10px #0003;z-index:100;padding:.5rem}.flights-passengers-dropdown{min-width:280px}.flights-passenger-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem .5rem;border-bottom:1px solid #f1f5f9}.flights-passenger-row:last-of-type{border-bottom:none}.flights-passenger-info{display:flex;flex-direction:column;gap:.15rem}.flights-passenger-label{font-size:.9rem;font-weight:500;color:#1e293b}.flights-passenger-hint{font-size:.75rem;color:#94a3b8}.flights-passenger-controls{display:flex;align-items:center;gap:.75rem}.flights-passenger-controls button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#1e293b;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s}.flights-passenger-controls button:hover:not(:disabled){background:#f1f5f9;border-color:#3b82f6;color:#3b82f6}.flights-passenger-controls button:disabled{opacity:.4;cursor:not-allowed}.flights-passenger-controls span{min-width:24px;text-align:center;font-size:1rem;font-weight:600;color:#1e293b}.flights-dropdown-done{width:100%;padding:.6rem;margin-top:.5rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.flights-dropdown-done:hover{background:#2563eb}.flights-dropdown-option{display:block;width:100%;padding:.6rem .75rem;border:none;background:transparent;text-align:left;font-size:.9rem;color:#1e293b;cursor:pointer;border-radius:4px;transition:background .15s}.flights-dropdown-option:hover{background:#f1f5f9}.flights-dropdown-option.selected{background:#eff6ff;color:#3b82f6;font-weight:500}.flights-stops-section{display:flex;flex-direction:column;gap:.5rem}.flights-section-label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.flights-stops-options{display:flex;flex-wrap:wrap;gap:.5rem}.flights-stop-btn{padding:.5rem .85rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:.8rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.flights-stop-btn:hover{border-color:#94a3b8;color:#1e293b}.flights-stop-btn.active{background:#0f172a;border-color:#0f172a;color:#fff}.flights-advanced-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.flights-advanced-toggle:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.flights-advanced-filters{display:flex;flex-direction:column;gap:1.25rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.flights-filter-group{display:flex;flex-direction:column;gap:.5rem}.flights-filter-group>label:first-child{display:flex;align-items:center;font-size:.8rem;font-weight:600;color:#475569}.flights-filter-row{display:flex;gap:1rem}.flights-filter-half{flex:1}.flights-price-input{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:6px;background:#fff;overflow:hidden}.flights-price-symbol{padding:.5rem .75rem;background:#f1f5f9;color:#64748b;font-weight:500;border-right:1px solid #e2e8f0}.flights-price-input input{flex:1;border:none;padding:.5rem .75rem;font-size:.9rem}.flights-price-input input:focus{outline:none}.flights-duration-input{display:flex;align-items:center;gap:.5rem}.flights-duration-input input{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.flights-duration-input span{font-size:.85rem;color:#64748b}.flights-chips-container{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.5rem}.flights-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:#dbeafe;color:#1e40af;border-radius:999px;font-size:.8rem;font-weight:500}.flights-chip button{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#3b82f6;cursor:pointer;opacity:.7;transition:opacity .2s}.flights-chip button:hover{opacity:1}.flights-chip-exclude{background:#fee2e2;color:#991b1b}.flights-chip-exclude button{color:#dc2626}.flights-suggestions{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:.25rem;overflow:hidden}.flights-suggestions button{padding:.5rem .75rem;border:none;background:transparent;text-align:left;font-size:.85rem;color:#1e293b;cursor:pointer;transition:background .15s}.flights-suggestions button:hover{background:#f1f5f9}.flights-checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.flights-checkbox-label{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#475569;cursor:pointer}.flights-checkbox-label input{width:auto;margin:0}.flights-time-windows{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.flights-time-window-label{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.8rem;color:#475569;cursor:pointer;transition:all .2s}.flights-time-window-label:hover{border-color:#94a3b8}.flights-time-window-label:has(input:checked){background:#eff6ff;border-color:#3b82f6;color:#1e40af}.flights-time-window-label input{width:auto;margin:0}.flights-toggles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.flights-toggle-label{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.8rem;color:#475569;cursor:pointer;transition:all .2s}.flights-toggle-label:hover{border-color:#94a3b8}.flights-toggle-label:has(input:checked){background:#dcfce7;border-color:#22c55e;color:#166534}.flights-toggle-label input{width:auto;margin:0}.flights-clear-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.flights-clear-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}@media(max-width:640px){.flights-route-section{flex-direction:column;align-items:stretch}.flights-swap-btn{margin:0;align-self:center;transform:rotate(90deg)}.flights-dates-section,.flights-travelers-section,.flights-stops-options{flex-direction:column}.flights-stop-btn{text-align:center}.flights-filter-row{flex-direction:column}.flights-time-windows,.flights-toggles-grid{grid-template-columns:1fr}.flights-multicity-inputs{flex-direction:column}}.hotels-search-form{display:flex;flex-direction:column;gap:1rem}.hotels-error{margin-bottom:.5rem}.hotels-primary-filters{display:flex;flex-direction:column;gap:.75rem}.hotels-destination-group input{width:100%}.hotels-dates-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hotels-date-group input[type=date]{width:100%;padding:.5rem .75rem}.hotels-guests-group{position:relative}.hotels-guests-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#1e293b;cursor:pointer;transition:border-color .2s,box-shadow .2s}.hotels-guests-trigger:hover:not(:disabled){border-color:#94a3b8}.hotels-guests-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hotels-guests-trigger:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.hotels-guests-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px -10px #0003;z-index:100;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.hotels-guest-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.hotels-guest-row:last-of-type{border-bottom:none}.hotels-guest-label{font-size:.9rem;font-weight:500;color:#1e293b}.hotels-guest-controls{display:flex;align-items:center;gap:.75rem}.hotels-guest-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;cursor:pointer;transition:all .2s}.hotels-guest-btn:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.hotels-guest-btn:disabled{opacity:.4;cursor:not-allowed}.hotels-guest-count{font-size:1rem;font-weight:600;color:#1e293b;min-width:24px;text-align:center}.hotels-child-ages{padding:.75rem;background:#f8fafc;border-radius:6px;margin-top:.25rem}.hotels-child-ages-label{display:block;font-size:.8rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.hotels-child-ages-grid{display:flex;flex-wrap:wrap;gap:.5rem}.hotels-child-age-input select{padding:.375rem .5rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.85rem;background:#fff;color:#1e293b;cursor:pointer}.hotels-guests-done{margin-top:.5rem;padding:.625rem;background:#3c81f5;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.hotels-guests-done:hover{background:#2563eb}.hotels-filters-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;font-weight:500;color:#1e293b;cursor:pointer;transition:background .2s}.hotels-filters-toggle:hover{background:#f1f5f9}.hotels-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#3c81f5;color:#fff;font-size:.75rem;font-weight:600;border-radius:10px;margin-left:.5rem}.hotels-optional-filters{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.hotels-filter-section{display:flex;flex-direction:column;gap:.5rem}.hotels-filter-title{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#475569;margin:0;text-transform:uppercase;letter-spacing:.025em}.hotels-filter-subtitle{font-size:.8rem;font-weight:600;color:#64748b;margin:.5rem 0 .25rem}.hotels-price-range{display:flex;align-items:center;gap:.5rem}.hotels-price-range .form-group{flex:1}.hotels-price-range input{width:100%}.hotels-price-separator{color:#94a3b8;font-weight:500}.hotels-star-rating{display:flex;gap:.375rem}.hotels-star-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.hotels-star-btn:hover:not(:disabled){border-color:#fbbf24;color:#f59e0b}.hotels-star-btn.selected{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#b45309}.hotels-star-btn:disabled{opacity:.5;cursor:not-allowed}.hotels-guest-rating{display:flex;align-items:center;gap:.75rem}.hotels-rating-slider{flex:1;height:4px;border-radius:999px;background:#cbd5e1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hotels-rating-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#3c81f5;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer;transition:transform .2s}.hotels-rating-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.hotels-rating-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3c81f5;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer}.hotels-rating-slider:disabled{opacity:.5}.hotels-rating-value{min-width:40px;font-size:.9rem;font-weight:600;color:#1e293b;text-align:right}.hotels-checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.hotels-checkbox-grid--narrow{grid-template-columns:1fr}.hotels-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569;cursor:pointer;padding:.25rem 0}.hotels-checkbox-label input[type=checkbox]{margin:0}.hotels-checkbox-label span{flex:1}.hotels-toggle-row{display:flex;flex-direction:column;gap:.5rem}.hotels-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#475569;cursor:pointer;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:background .2s,border-color .2s}.hotels-toggle-label:hover{background:#f8fafc}.hotels-toggle-label span{flex:1}.hotels-toggle-checkbox{margin-left:auto}.hotels-amenities-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;transition:background .2s}.hotels-amenities-toggle:hover{background:#f8fafc}.hotels-amenities-section{display:flex;flex-direction:column;gap:1rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.hotels-clear-filters{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.625rem;background:#fff;border:1px solid #ef4444;border-radius:6px;font-size:.85rem;font-weight:500;color:#ef4444;cursor:pointer;transition:background .2s,color .2s}.hotels-clear-filters:hover:not(:disabled){background:#fef2f2}.hotels-clear-filters:disabled{opacity:.5;cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.hotels-dates-row{grid-template-columns:1fr}.hotels-star-rating{flex-wrap:wrap}.hotels-checkbox-grid{grid-template-columns:1fr}}.restaurants-search-form{display:flex;flex-direction:column;gap:1rem}.restaurants-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.restaurants-form-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.restaurants-clear-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.restaurants-clear-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b}.restaurants-location-input{width:100%}.restaurants-distance-group{margin-top:.5rem}.restaurants-distance-slider{width:100%;height:4px;border-radius:999px;background:#cbd5e1;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.restaurants-distance-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#3c81f5;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer;transition:transform .2s}.restaurants-distance-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.restaurants-distance-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3c81f5;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer}.restaurants-distance-markers{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.7rem;color:#94a3b8}.restaurants-chip-row{margin-bottom:.5rem}.restaurants-cuisine-chip{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;color:#92400e}.restaurants-cuisine-chip .chip-remove-btn{color:#92400e}.restaurants-price-selector{display:flex;gap:.5rem}.restaurants-price-btn{flex:1;padding:.75rem .5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.restaurants-price-btn:hover:not(.selected){background:#f8fafc;border-color:#94a3b8}.restaurants-price-btn.selected{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#22c55e;color:#166534}.restaurants-price-description{font-size:.8rem;color:#64748b;text-align:center;margin-top:.35rem}.restaurants-rating-selector{display:flex;align-items:center;gap:.375rem}.restaurants-rating-btn{padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#d1d5db;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.restaurants-rating-btn:hover:not(.selected){border-color:#fbbf24;color:#fbbf24}.restaurants-rating-btn.selected{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#f59e0b}.restaurants-rating-label{font-size:.85rem;font-weight:500;color:#1e293b;margin-left:.5rem}.restaurants-toggle-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .2s}.restaurants-toggle-row:hover{background:#f1f5f9}.restaurants-toggle-row input[type=checkbox]{margin:0}.restaurants-toggle-row span{font-size:.9rem;font-weight:500;color:#1e293b}.restaurants-checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.restaurants-features-grid{grid-template-columns:1fr}.restaurants-checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.4rem;font-size:.85rem;color:#475569;cursor:pointer;border-radius:4px;transition:background .15s}.restaurants-checkbox-item:hover{background:#f8fafc}.restaurants-checkbox-item input[type=checkbox]{margin:0}.restaurants-checkbox-item span{flex:1}.restaurants-sort-dropdown,.restaurants-sort-dropdown .dropdown-select{width:100%}.restaurants-search-btn{margin-top:.5rem}.restaurants-coming-soon-note{text-align:center;padding:1rem;margin-top:.5rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;font-size:.85rem;color:#92400e;font-weight:500}.form-section-header{display:flex;align-items:center;gap:.375rem}@media(max-width:640px){.restaurants-checkbox-grid{grid-template-columns:1fr}.restaurants-price-selector{flex-wrap:wrap}.restaurants-price-btn{min-width:calc(50% - .25rem)}.restaurants-rating-selector{flex-wrap:wrap}}.location-filter{display:flex;flex-direction:column;gap:.75rem}.location-filter--compact{gap:.5rem}.location-filter__label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.location-filter__input-wrapper{display:flex;flex-direction:column;gap:.35rem}.location-filter__input-container{display:flex;align-items:center;position:relative}.location-filter__input{flex:1;padding:.65rem 4.5rem .65rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .2s,box-shadow .2s}.location-filter__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.location-filter__input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.location-filter__input::placeholder{color:#94a3b8}.location-filter__clear-btn{position:absolute;right:2.5rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:4px;transition:background .2s,color .2s}.location-filter__clear-btn:hover{background:#f1f5f9;color:#64748b}.location-filter__detect-btn{position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;border-radius:6px;transition:all .2s ease}.location-filter__detect-btn:hover:not(:disabled){background:#f0f9ff;border-color:#3b82f6;color:#3b82f6}.location-filter__detect-btn:disabled{cursor:not-allowed;opacity:.6}.location-filter__detect-btn--active{background:#dbeafe;border-color:#3b82f6;color:#3b82f6}.location-filter__spinner{width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:location-filter-spin .8s linear infinite}@keyframes location-filter-spin{to{transform:rotate(360deg)}}.location-filter__status{font-size:.8rem;padding:.4rem .6rem;border-radius:4px}.location-filter__status--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.location-filter__status--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.location-filter__radius{display:flex;flex-direction:column;gap:.35rem}.location-filter__radius-label{font-size:.7rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.025em}.location-filter__radius-options{display:flex;flex-wrap:wrap;gap:.35rem}.location-filter__radius-btn{padding:.4rem .75rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:.8rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.location-filter__radius-btn:hover:not(:disabled){border-color:#94a3b8;color:#1e293b}.location-filter__radius-btn--active{background:#0f172a;border-color:#0f172a;color:#fff}.location-filter__radius-btn:disabled{opacity:.5;cursor:not-allowed}.location-filter--compact .location-filter__input{padding:.5rem 4rem .5rem .65rem;font-size:.85rem}.location-filter--compact .location-filter__radius-btn{padding:.3rem .6rem;font-size:.75rem}@media(max-width:640px){.location-filter__radius-options{justify-content:space-between}.location-filter__radius-btn{flex:1;text-align:center}}._button_1nl0h_10{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;font-family:inherit;line-height:1.5}._button_1nl0h_10:focus{outline:2px solid #44bba5;outline-offset:2px}._button_1nl0h_10:disabled{cursor:not-allowed;opacity:.6}._primary_1nl0h_37{background-color:#44bba5;color:#fff}._primary_1nl0h_37:hover:not(:disabled){background-color:#3aa896}._primary_1nl0h_37:active:not(:disabled){background-color:#329585}._primary_1nl0h_37:disabled{background-color:#94a3b8}._secondary_1nl0h_56{background-color:#6b7280;color:#fff}._secondary_1nl0h_56:hover:not(:disabled){background-color:#4b5563}._secondary_1nl0h_56:active:not(:disabled){background-color:#374151}._secondary_1nl0h_56:disabled{background-color:#94a3b8}._danger_1nl0h_75{background-color:#dc2626;color:#fff}._danger_1nl0h_75:hover:not(:disabled){background-color:#b91c1c}._danger_1nl0h_75:active:not(:disabled){background-color:#991b1b}._danger_1nl0h_75:disabled{background-color:#94a3b8}._info_1nl0h_94{background-color:#0ea5e9;color:#fff}._info_1nl0h_94:hover:not(:disabled){background-color:#0284c7}._info_1nl0h_94:active:not(:disabled){background-color:#0369a1}._outlinePrimary_1nl0h_109{background-color:transparent;color:#44bba5;border:2px solid #44bba5}._outlinePrimary_1nl0h_109:hover:not(:disabled){background-color:#44bba5;color:#fff}._outlineSecondary_1nl0h_121{background-color:transparent;color:#6b7280;border:2px solid #6b7280}._outlineSecondary_1nl0h_121:hover:not(:disabled){background-color:#6b7280;color:#fff}._small_1nl0h_134{padding:.375rem .75rem;font-size:.875rem}._large_1nl0h_139{padding:.75rem 1.5rem;font-size:1.125rem}._iconButton_1nl0h_145{min-width:72px;min-height:36px}._iconOnly_1nl0h_151{padding:.5rem;min-width:auto}._loading_1nl0h_158{position:relative;color:transparent;pointer-events:none}._loading_1nl0h_158:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1nl0h_1 .6s linear infinite}@keyframes _spin_1nl0h_1{to{transform:rotate(360deg)}}._block_1nl0h_186{width:100%}._buttonGroup_1nl0h_191{display:flex;gap:.5rem}._buttonGroupTight_1nl0h_196{gap:.25rem}._buttonGroupVertical_1nl0h_201{flex-direction:column}@media(max-width:768px){._button_1nl0h_10{padding:.625rem 1rem;font-size:.9375rem}._small_1nl0h_134{padding:.5rem .875rem;font-size:.8125rem}._large_1nl0h_139{padding:.875rem 1.25rem;font-size:1rem}._buttonGroup_1nl0h_191{flex-wrap:wrap}}@media(prefers-contrast:high){._button_1nl0h_10{border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){._button_1nl0h_10{transition:none}._loading_1nl0h_158:after{animation:none}}._backdrop_1i7gu_10{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1i7gu_1 .2s ease-out}@keyframes _fadeIn_1i7gu_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1i7gu_1{0%{opacity:1}to{opacity:0}}._backdrop_1i7gu_10._closing_1i7gu_43{animation:_fadeOut_1i7gu_1 .2s ease-in}._container_1i7gu_48{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideIn_1i7gu_1 .3s ease-out;position:relative}@keyframes _slideIn_1i7gu_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideOut_1i7gu_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}._container_1i7gu_48._closing_1i7gu_43{animation:_slideOut_1i7gu_1 .2s ease-in}._containerSmall_1i7gu_89{max-width:400px}._containerMedium_1i7gu_94{max-width:600px}._containerLarge_1i7gu_99{max-width:800px}._containerFullWidth_1i7gu_104{max-width:95vw}._header_1i7gu_110{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}._title_1i7gu_119{margin:0;font-size:1.5rem;font-weight:600;color:#111827}._body_1i7gu_127{margin-bottom:1.5rem}._footer_1i7gu_132{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}._footerSplit_1i7gu_140{justify-content:space-between}._closeButton_1i7gu_146{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;color:#6b7280;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}._closeButton_1i7gu_146:hover{background-color:#f3f4f6;color:#111827}._closeButton_1i7gu_146:focus{outline:2px solid #44bba5;outline-offset:2px}._scrollableBody_1i7gu_173{max-height:60vh;overflow-y:auto;padding-right:.5rem}._scrollableBody_1i7gu_173::-webkit-scrollbar{width:8px}._scrollableBody_1i7gu_173::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._scrollableBody_1i7gu_173::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._scrollableBody_1i7gu_173::-webkit-scrollbar-thumb:hover{background:#94a3b8}._container_1i7gu_48:focus{outline:none}body._modalOpen_1i7gu_205{overflow:hidden}@media(max-width:768px){._container_1i7gu_48,._containerSmall_1i7gu_89,._containerMedium_1i7gu_94,._containerLarge_1i7gu_99{width:95%;max-width:95%;padding:1.5rem;max-height:95vh}._title_1i7gu_119{font-size:1.25rem}._footer_1i7gu_132,._footerSplit_1i7gu_140{flex-direction:column-reverse;gap:.5rem}._closeButton_1i7gu_146{top:.75rem;right:.75rem}}@media(max-width:1024px)and (min-width:769px){._container_1i7gu_48{width:85%}._containerLarge_1i7gu_99{max-width:90vw}}@media(prefers-reduced-motion:reduce){._backdrop_1i7gu_10,._container_1i7gu_48{animation:none}}._container_1uv55_8{padding:1rem;margin-bottom:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._selectedCount_1uv55_20{font-weight:600;color:#0f172a;margin-right:auto}._actions_1uv55_26{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){._container_1uv55_8{padding:.75rem;gap:.75rem}._selectedCount_1uv55_20{width:100%;margin-bottom:.25rem}._actions_1uv55_26{width:100%;gap:.5rem}}._tableContainer_etq5v_10{overflow-x:auto}._table_etq5v_10{width:100%;border-collapse:collapse;background-color:#fff}._table_etq5v_10 thead,._table_etq5v_10 thead tr{background-color:#f5f5f5}._headerCell_etq5v_30{padding:.5rem;text-align:left;border-bottom:2px solid #ddd;font-weight:600}._headerCellCenter_etq5v_37{text-align:center}._checkboxColumn_etq5v_43{width:50px}._narrowColumn_etq5v_47{width:80px}._mediumColumn_etq5v_51{width:100px}._wideColumn_etq5v_55{width:200px}._percentColumn15_etq5v_59{width:15%}._percentColumn20_etq5v_63{width:20%}._percentColumn25_etq5v_67{width:25%}._percentColumn30_etq5v_71{width:30%}._percentColumn40_etq5v_75{width:40%}._frequencyColumn_etq5v_79{width:80px}._actionsColumn_etq5v_83{width:100px}._table_etq5v_10 tbody tr{border-bottom:1px solid #ddd;transition:background-color .15s ease}._table_etq5v_10 tbody tr:hover{background-color:#f8fafc}._table_etq5v_10 tbody tr._selected_etq5v_97{background-color:#e0f2fe}._cell_etq5v_102{padding:.5rem}._cellCenter_etq5v_106{text-align:center}._cellBold_etq5v_111{font-weight:500}._cellMuted_etq5v_116{color:#666}._cellMonospace_etq5v_121{font-weight:500;font-family:monospace}._cellSmall_etq5v_127{color:#666;font-size:.9rem}._cellBoldCenter_etq5v_133{font-weight:600}._cellDescription_etq5v_138{font-size:.85rem;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}._cellMetadata_etq5v_149{font-size:.75rem;color:#888;margin-top:.25rem}._emptyValue_etq5v_155{color:#999}._verified_etq5v_159{color:#10b981;font-weight:500}._unverified_etq5v_164{color:#9ca3af}._childRow_etq5v_168{border-bottom:1px solid #ddd;background-color:#f9fafb}._categoryHeader_etq5v_173{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#374151;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}._checkbox_etq5v_43{cursor:pointer}._actionButtons_etq5v_188{display:flex;gap:.25rem;justify-content:center;align-items:center}._emptyState_etq5v_196{padding:2rem;text-align:center;color:#666}._loadingState_etq5v_203{text-align:center;padding:2rem}@media(max-width:768px){._table_etq5v_10{font-size:.875rem}._headerCell_etq5v_30,._cell_etq5v_102{padding:.375rem}._actionButtons_etq5v_188{flex-direction:column;gap:.125rem}}@media(max-width:1024px)and (min-width:769px){._table_etq5v_10{font-size:.9375rem}}._field_mo5le_10{margin-bottom:1rem}._fieldLarge_mo5le_14{margin-bottom:1.5rem}._label_mo5le_20{display:block;margin-bottom:.5rem;font-weight:500;color:#1f2937}._labelRequired_mo5le_27:after{content:" *";color:#dc2626}._input_mo5le_33{width:100%;padding:.5rem 1rem;border-radius:4px;border:1px solid #ddd;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}._input_mo5le_33:focus{outline:none;border-color:#44bba5;box-shadow:0 0 0 3px #44bba51a}._input_mo5le_33:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}._input_mo5le_33::placeholder{color:#9ca3af}._inputMonospace_mo5le_60{font-family:monospace}._inputError_mo5le_65{border-color:#dc2626}._inputError_mo5le_65:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}._textarea_mo5le_76{resize:vertical;min-height:80px}._select_mo5le_83{cursor:pointer}._select_mo5le_83:disabled{cursor:not-allowed}._helpText_mo5le_98{font-size:.85rem;color:#666;margin-top:.25rem}._errorMessage_mo5le_105{color:#dc2626;font-weight:500}._successMessage_mo5le_112{color:#059669;font-weight:500}._formActions_mo5le_119{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}._formActionsSplit_mo5le_126{justify-content:space-between}._fieldset_mo5le_132{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}._fieldsetLegend_mo5le_139{font-weight:600;font-size:.95rem;color:#374151;padding:0 .5rem}._checkboxContainer_mo5le_147,._radioContainer_mo5le_148{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._checkboxInput_mo5le_155,._radioInput_mo5le_156{width:auto;cursor:pointer}._checkboxLabel_mo5le_161,._radioLabel_mo5le_162{font-weight:400;margin:0;cursor:pointer}._fieldRow_mo5le_169{display:flex;gap:1rem;margin-bottom:1rem}._fieldRow_mo5le_169 ._field_mo5le_10{flex:1;margin-bottom:0}@media(max-width:768px){._input_mo5le_33,._textarea_mo5le_76,._select_mo5le_83{font-size:16px}._fieldRow_mo5le_169{flex-direction:column}._fieldRow_mo5le_169 ._field_mo5le_10{margin-bottom:1rem}._fieldRow_mo5le_169 ._field_mo5le_10:last-child{margin-bottom:0}._formActions_mo5le_119{flex-direction:column-reverse;gap:.5rem}._formActionsSplit_mo5le_126{flex-direction:column}}._alert_5mnix_14{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem;line-height:1.5;display:flex;align-items:center;gap:.5rem;animation:_slideIn_5mnix_1 .2s ease-out}._error_5mnix_6{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}._success_5mnix_6{background-color:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}._warning_5mnix_41{background-color:#fef3c7;color:#d97706;border:1px solid #fde68a}._info_5mnix_48{background-color:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}._centered_5mnix_65{text-align:center;justify-content:center}._compact_5mnix_71{padding:.5rem .75rem;font-size:.875rem}._withIcon_5mnix_77{padding-left:.75rem}._dismissible_5mnix_82{position:relative;padding-right:2.5rem}._closeButton_5mnix_87{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:inherit;opacity:.6;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:opacity .2s,background-color .2s}._closeButton_5mnix_87:hover{opacity:1;background-color:#0000001a}@keyframes _slideIn_5mnix_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._alert_5mnix_14{animation:none}}@media(max-width:640px){._alert_5mnix_14{font-size:.875rem;padding:.625rem .875rem}}.signup-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:2rem}.signup-box{max-width:700px;width:100%;background-color:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.stepper{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.stepper-step{display:flex;align-items:center;flex:1}.stepper-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.stepper-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;transition:all .3s ease}.stepper-circle.pending{background-color:#e2e8f0;color:#64748b;border:2px solid #cbd5e1}.stepper-circle.current{background-color:#44bba5;color:#fff;border:2px solid #44bba5;box-shadow:0 0 0 4px #44bba533}.stepper-circle.completed{background-color:#16a34a;color:#fff;border:2px solid #16a34a}.stepper-label{font-size:.875rem;color:#64748b;font-weight:500;text-align:center;min-width:100px}.stepper-line{flex:1;height:2px;background-color:#e2e8f0;margin:-2rem -1rem 0;transition:all .3s ease;z-index:1}.stepper-line.completed{background-color:#16a34a}.signup-content{min-height:400px}.step-register,.step-site-info{text-align:center}.step-register h2,.step-site-info h2{font-size:1.75rem;color:#0f172a;margin-bottom:1rem}.step-description{color:#64748b;margin-bottom:2rem;font-size:1rem}.activate-account{max-width:500px;margin:0 auto}.activate-account h2{font-size:1.75rem;color:#0f172a;margin-bottom:1rem;text-align:center}.activate-description{text-align:center;color:#64748b;margin-bottom:2rem;font-size:1rem}.activate-form{margin-bottom:3rem}.code-input-container{display:flex;justify-content:center;margin-bottom:1.5rem}.code-input{font-size:2rem;font-weight:600;text-align:center;letter-spacing:1rem;padding:1rem 2rem;border:2px solid #cbd5e1;border-radius:8px;width:220px;transition:border-color .2s}.code-input:focus{outline:none;border-color:#44bba5;box-shadow:0 0 0 3px #44bba51a}.code-input::placeholder{color:#cbd5e1;letter-spacing:1rem}.activate-help{border-top:1px solid #e2e8f0;padding-top:2rem}.help-section{margin-bottom:2rem}.help-section:last-child{margin-bottom:0}.help-section h3{font-size:1rem;color:#0f172a;margin-bottom:.75rem;font-weight:600}.help-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.help-list li{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.link-button{background:none;border:none;color:#44bba5;cursor:pointer;font-size:.9rem;text-decoration:underline;display:flex;align-items:center;gap:.5rem;padding:0;transition:color .2s}.link-button:hover{color:#359584}.link-button.danger{color:#dc2626}.link-button.danger:hover{color:#b91c1c}@media(max-width:640px){.signup-box{padding:2rem 1.5rem}.stepper{flex-direction:column;gap:1.5rem}.stepper-line{display:none}.code-input{font-size:1.5rem;width:180px;padding:.75rem 1.5rem}}.invite-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg);padding:2rem 1rem}.invite-box{background:var(--card-bg);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);width:100%;max-width:600px}.invite-header{text-align:center;margin-bottom:2.5rem}.invite-header h1{font-size:2rem;font-weight:800;color:var(--text);margin:0 0 1rem}.invite-subtitle{font-size:1rem;line-height:1.6;color:var(--text-muted);margin:0}.invite-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.invite-form .form-group{gap:.5rem;align-self:stretch}.invite-form .form-group label{font-weight:600;color:var(--text)}.submit-button{background-color:var(--primary);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;margin-top:.5rem}.submit-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{transform:none}.form-footer{text-align:center;color:var(--text-muted);font-size:.9rem;padding-top:1rem;border-top:1px solid #e2e8f0}.link-button{color:var(--primary);font-weight:600;cursor:pointer;font-size:.9rem;text-decoration:none;transition:opacity .2s}.link-button:hover{opacity:.8;text-decoration:underline}.success-box{text-align:center;padding:4rem 3rem}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:800;box-shadow:0 8px 16px #10b9814d}.success-box h2{font-size:2rem;font-weight:800;color:var(--text);margin:0 0 1rem}.success-message{font-size:1.1rem;line-height:1.6;color:var(--text);margin:0 0 1rem}.success-submessage{font-size:.95rem;color:var(--text-muted);margin:0 0 2rem}.success-submessage strong{color:var(--primary)}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.btn-secondary:hover{background-color:#f8fafc;transform:translateY(-1px)}@media(max-width:640px){.invite-box{padding:2rem 1.5rem}.invite-header h1{font-size:1.5rem}.invite-subtitle{font-size:.9rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.success-box{padding:3rem 1.5rem}.success-icon{width:64px;height:64px;font-size:2.5rem}.success-box h2{font-size:1.5rem}.success-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-loader{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.skeleton-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;animation:fadeIn .2s ease-in}.skeleton-card--compact{padding:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton-element{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:4px}.skeleton-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.skeleton-avatar{width:64px;height:64px;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg,#e0e0e0,#ebebeb,#e0e0e0);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-header-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-name{height:20px;width:180px;background:linear-gradient(90deg,#d0d0d0,#e0e0e0,#d0d0d0);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:4px}.skeleton-title{height:16px;width:240px;background:linear-gradient(90deg,#e0e0e0,#ebebeb,#e0e0e0);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:4px}.skeleton-badges{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.skeleton-badge{height:24px;border-radius:12px;background:linear-gradient(90deg,#e8f5e9,#f1f8f4,#e8f5e9);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-badge--location{width:120px}.skeleton-badge--confidence{width:80px}.skeleton-skills{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.skeleton-skill{height:28px;width:90px;border-radius:14px;background:linear-gradient(90deg,#e3f2fd,#f0f7fc,#e3f2fd);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-skill--short{width:70px}.skeleton-contact{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.skeleton-contact-item{height:16px;width:200px;background:linear-gradient(90deg,#f5f5f5,#fafafa,#f5f5f5);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:4px}.skeleton-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.skeleton-button{height:36px;width:80px;border-radius:4px;background:linear-gradient(90deg,#e0e0e0,#ebebeb,#e0e0e0);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-inline{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#666;font-size:.95rem}.skeleton-spinner{width:24px;height:24px;border:3px solid #f0f0f0;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.skeleton-card{padding:1rem}.skeleton-name{width:140px}.skeleton-title{width:180px}.skeleton-avatar{width:48px;height:48px}}@media(prefers-reduced-motion:reduce){.skeleton-element,.skeleton-avatar,.skeleton-name,.skeleton-title,.skeleton-badge,.skeleton-skill,.skeleton-contact-item,.skeleton-button{animation:none;background:#f0f0f0}.skeleton-spinner{animation:spin 1.5s linear infinite}.skeleton-card{animation:none}}.skeleton-element,.skeleton-avatar,.skeleton-name,.skeleton-title,.skeleton-badge,.skeleton-skill,.skeleton-contact-item,.skeleton-button{will-change:background-position}.skeleton-spinner{will-change:transform}.feedback-widget-button{position:fixed;right:24px;bottom:24px;z-index:50;padding:.65rem 1rem;border-radius:999px;border:none;background:#2563eb;color:#fff;font-size:.85rem;font-weight:600;box-shadow:0 8px 20px #0f172a40;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.feedback-widget-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a4d}.feedback-widget-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.feedback-widget-modal{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 24px 48px #0f172a40}.feedback-widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.feedback-widget-header h3{margin:0;font-size:1.1rem;color:#0f172a}.feedback-widget-close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer}.feedback-widget-form{display:flex;flex-direction:column;gap:.75rem}.feedback-widget-form label{font-size:.8rem;font-weight:600;color:#334155}.feedback-widget-form textarea,.feedback-widget-form input{border:1px solid #cbd5e1;border-radius:10px;padding:.6rem .75rem;font-size:.9rem;font-family:inherit;color:#0f172a;background:#fff}.feedback-widget-form textarea{min-height:120px;resize:vertical}.feedback-widget-error{padding:.6rem .75rem;background:#fee2e2;color:#b91c1c;border-radius:8px;font-size:.85rem}.feedback-widget-actions{display:flex;gap:.75rem;margin-top:.5rem}.feedback-widget-primary,.feedback-widget-secondary{flex:1;border-radius:999px;padding:.6rem 1rem;font-weight:600;font-size:.85rem;cursor:pointer;border:none}.feedback-widget-primary{background:#2563eb;color:#fff}.feedback-widget-secondary{background:#e2e8f0;color:#0f172a}.feedback-widget-success{text-align:center;padding:2rem 1rem;color:#0f172a}.feedback-widget-success-icon{font-size:2rem;margin-bottom:.5rem}.feedback-widget-success span{display:block;margin-top:.5rem;font-size:.85rem;color:#64748b}@media(max-width:600px){.feedback-widget-button{right:16px;bottom:16px}}
