@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:#0f172a;background:#f3f4f6}:root{--navy: #1f2a44;--navy-hover: #2a3660;--gold: #d5b77a;--gold-dark: #c7a662;--ink: #0f172a;--muted: #6b7280;--page: #f3f4f6}.page{min-height:100vh;background:var(--page);padding:0}.card{display:flex;width:100%;min-height:100vh;background:#fff;border-radius:0;overflow:hidden}.left{flex:0 0 55%;max-width:55%;padding:128px 112px 92px 132px;display:flex;flex-direction:column}.brand-logo{width:128px;height:auto;margin-bottom:10px}.title{margin:8px 0;font-size:2.9rem;line-height:1.12;color:var(--ink);font-weight:800;letter-spacing:-.01em}.subtitle{margin:0 0 30px;color:var(--muted);font-size:1.28rem}.actions{display:flex;flex-direction:column;gap:16px;width:460px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:14px;border:none;font-size:1rem;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:background-color .15s ease,transform .02s ease}.btn.primary{background:var(--navy);color:#fff}.btn.primary:hover{background:var(--navy-hover)}.rule{width:460px;height:2px;background:var(--gold);margin:26px 0 14px}.signup{width:460px;text-align:center;color:var(--muted);margin-top:4px}.link{color:var(--gold);text-decoration:underline;font-weight:700}.link:hover{color:var(--gold-dark)}.right{flex:1;max-width:45%;position:relative;overflow:hidden}.right:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);z-index:2}.hero{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.98) contrast(.99)}@media (max-width: 1100px){.actions,.rule,.signup{width:360px}.left{padding:112px 84px 72px 108px;flex:0 0 58%;max-width:58%}.right{flex:0 0 42%;max-width:42%}}@media (max-width: 900px){.card{flex-direction:column;min-height:auto}.left{flex:0 0 auto;max-width:100%;padding:44px 28px 32px}.right{flex:0 0 auto;max-width:100%;height:42vh;border-radius:0}.right:before{display:none}.actions,.rule,.signup{width:100%;max-width:420px}}.navbar{width:100%;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.navbar-title{font-weight:800;color:var(--navy);letter-spacing:-.01em}.navbar-actions a,.navbar-actions button{color:var(--navy);font-weight:600;background:transparent;border:none;cursor:pointer}.navbar-actions a:hover,.navbar-actions button:hover{text-decoration:underline}.navlink{text-decoration:none;padding:6px 8px;border-radius:8px;color:inherit}.navlink-active{background:#eef2ff}.navbutton{color:var(--navy);font-weight:700}.dashboard-container{min-height:100vh;background:var(--page)}.dashboard-main{margin-left:200px;padding:80px 56px 56px;min-height:100vh;background:#f7f9fc}@media (max-width: 900px){.dashboard-main{margin-left:0;padding:130px 24px 36px}}.dashboard-page{display:flex;flex-direction:column;gap:16px;padding:30px;width:100%;box-sizing:border-box}@media (max-width: 900px){.dashboard-page{padding:22px 16px}}.grant-page{gap:20px}.grant-page .dashboard-header{margin-bottom:0}.dashboard-header{margin-bottom:8px}.dashboard-title{margin:0;font-size:2rem;font-weight:700;color:var(--navy);letter-spacing:-.01em}.dashboard-subtitle{margin:0;color:#64748b;font-size:1.05rem}.dashboard-card{background:#fff;border-radius:18px;box-shadow:0 14px 32px #0f172a14;padding:32px}.dashboard-card+.dashboard-card{margin-top:-16px}.dashboard-card h2{margin-top:0}.marketplace-shell{max-width:1200px;margin:0 auto;width:100%}.searchbar{width:100%;max-width:420px;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.marketplace-consultant-banner{display:flex;gap:18px;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1f2a5aeb,#1f2a5ac7);color:#fff;padding:20px 24px;border-radius:16px;margin-bottom:20px;box-shadow:0 14px 36px #0f172a2e}.marketplace-consultant-banner h3{margin:0 0 6px;font-size:1.2rem;font-weight:700}.marketplace-consultant-banner p{margin:0;color:#ffffffdb}.marketplace-consultant-banner .banner-link{background:#fff;color:var(--navy);padding:10px 18px;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #0f172a29}.marketplace-consultant-banner .banner-link:hover{background:var(--gold);color:var(--navy)}.card-profile{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .15s ease,transform .06s ease}.card-profile:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-1px)}.avatar{width:92px;height:92px;border-radius:999px;object-fit:cover;border:3px solid var(--gold);background:#f8fafc}.card-name{margin:10px 0 4px;font-weight:800;color:var(--ink)}.card-headline{margin:0;color:#4b5563;font-size:.95rem}.card-context{margin:4px 0 0;color:#64748b;font-size:.85rem}.card-cta{margin-top:10px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:2px solid var(--navy);color:var(--navy);background:#fff;border-radius:10px;font-weight:700;cursor:pointer;text-decoration:none}.card-cta:hover{background:var(--navy);color:#fff}.card-actions{margin-top:12px;display:flex;align-items:center;gap:10px}.message-btn,.card-save-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;font-weight:600;cursor:pointer;border:none;background:var(--navy);color:#fff;transition:background .2s ease,transform .1s ease}.message-btn svg,.card-save-btn svg{flex-shrink:0}.message-btn{background:var(--navy)}.message-btn:hover{background:var(--navy-hover)}.card-save-btn{background:#f1f5f9;color:#0f172a}.card-save-btn:hover{background:#e2e8f0;color:#0f172a}.card-error{margin-top:8px;font-size:.85rem;color:#dc2626}.settings{margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.settings-row{display:flex;gap:16px;margin-bottom:14px;flex-wrap:wrap}.settings-col{flex:1;min-width:240px}.settings-col--full{flex:1 1 100%;min-width:100%}.settings-actions{display:flex;align-items:center;gap:12px;margin-top:10px}.profile-photo-editor{display:flex;align-items:center;gap:18px;margin-bottom:18px;flex-wrap:wrap}.profile-photo{width:120px;height:120px;border-radius:999px;object-fit:cover;border:3px solid var(--gold);background:#f8fafc}.profile-photo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.grant-toolbar{display:flex;gap:16px;align-items:flex-end;margin-bottom:12px}.grant-toolbar__search{flex:1 1 320px}.grant-toolbar__search .searchbar{width:100%}.grant-toolbar__filters{display:flex;gap:16px}.filter-control{display:flex;flex-direction:column;min-width:170px}.filter-control label{margin-bottom:4px;font-weight:600;color:#334155}.filter-control .select{width:100%}@media (max-width: 900px){.grant-toolbar{flex-direction:column;align-items:stretch}.grant-toolbar__filters{flex-wrap:wrap}}.grant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:18px}.grant-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;transition:box-shadow .15s ease;display:flex;flex-direction:column;gap:14px}.grant-card:hover{box-shadow:0 8px 24px #0000000f}.grant-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.grant-top button{margin-left:12px}.grant-title{margin:0;color:var(--ink);font-size:1.05rem;font-weight:800}.grant-agency{margin:6px 0 8px;color:#4b5563;font-size:.95rem}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.pill{display:inline-block;padding:4px 8px;background:#eef2ff;color:#1f2a44;border-radius:999px;font-weight:700;font-size:.8rem}.pill-money{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.engagement-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.engagement-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #d7dce8;background:#f7f9fc;color:#0f172a;border-radius:14px;padding:8px 12px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px #0000000a}.engagement-chip:hover{border-color:#b8c5e6;background:#eef2ff}.engagement-chip--active{border-color:#94b0ff;background:#dfe8ff;color:#0b245b;box-shadow:0 8px 16px #103d8f26}.engagement-chip--active:hover{border-color:#7a98f5}.engagement-input-row{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.engagement-chip-remove{border:none;background:transparent;cursor:pointer;color:#1f2937;font-weight:700;margin-left:4px}.engagement-chip-remove:hover{color:#0f172a}.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}.grant-summary{color:#111827;margin:8px 0}.grant-detail{margin-top:8px;padding-top:8px;border-top:1px dashed #e5e7eb}.ghost-btn{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer;font-weight:700}.ghost-btn:hover{background:#f3f4f6}.support-search-dropdown{width:100%;background:#fff;border:1px solid #dcdcdc;border-radius:8px;margin-top:4px;max-height:280px;overflow-y:auto;box-shadow:0 4px 12px #00000014;position:relative;z-index:30}.support-parent{padding:12px 14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between}.support-parent:hover{background:#f4f6fc}.support-children{padding-left:20px;background:#fff}.support-child{padding:10px 14px;cursor:pointer}.support-child:hover{background:#eef2ff}.support-tag-list{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.support-tag{background:#d8e4ff;border-radius:18px;padding:6px 12px;color:#103d8f;font-size:14px;display:flex;align-items:center}.support-tag-remove{background:none;border:none;margin-left:6px;cursor:pointer;font-size:16px}.filter-tag-pill{position:relative;display:inline-flex;align-items:center;gap:4px;border-radius:999px;border:1px solid #c7d2fe;background:#e0e7ff;color:#111827;padding:3px 8px;font-size:.8rem;cursor:pointer}.filter-tag-subsector{background:#e5e7eb!important;border-color:#d1d5db!important;color:#374151!important}.filter-tag-main{border:none;background:transparent;display:inline-flex;align-items:center;gap:4px;font-size:.8rem;cursor:pointer}.tag-remove,.tag-remove-small{border:none;background:transparent;cursor:pointer}.tag-caret{font-size:.85rem;-webkit-user-select:none;user-select:none}.subsector-tags{display:flex;flex-wrap:wrap;gap:4px;margin-left:22px}.industry-tag-block,.sector-tag-group{display:flex;align-items:right;flex-direction:column;gap:6px}.sector-tags{margin-left:20px;display:flex;flex-direction:column;gap:8px}.tag-dropdown{margin-right:20px;position:relative;margin-top:6px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 16px 32px #0003;min-width:240px;max-height:260px;overflow-y:auto;z-index:9999;padding:8px 0}.tag-dropdown-empty{padding:8px 12px;color:#6b7280;font-size:.85rem}.tag-suggestions{position:absolute;top:110%;width:100%;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 16px 32px #0003;max-height:260px;overflow-y:auto;padding:4px 0;z-index:9999}.tag-search-wrapper{position:relative;margin-top:6px}.tag-search-input{width:25%;border-radius:999px;border:1px solid #d1d5db;padding:8px 12px;font-size:.85rem}.filters-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;z-index:2000}.filters-modal{width:100%}.filters-modal-centered{overflow-x:hidden!important;background:#fff;max-width:950px;width:100%;max-height:80vh;border-radius:16px;box-shadow:0 20px 40px #0006;overflow-y:auto;position:relative;padding:24px;z-index:3000}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.filters-header h3{font-size:1.3rem;font-weight:600}.filters-close{background:transparent;border:none;font-size:1.4rem;cursor:pointer}.filters-body{padding-right:4px}.filters-footer{margin-top:28px;display:flex;justify-content:flex-end;gap:12px}.filters-field{margin-bottom:26px}.filter-with-tags .filter-label-row{display:flex;justify-content:space-between;align-items:flex-start}.filter-tags-column,.filter-tags-row{display:flex;flex-direction:row;gap:6px}.tag-dropdown,.tag-suggestions{max-width:250px!important;width:100%!important;box-sizing:border-box!important;left:0!important;right:auto!important;overflow-x:hidden!important}.tag-suggestion-checkbox,.multi-option{align-items:right;flex-direction:row-reverse;gap:8px;padding:6px 10px;cursor:pointer}.tag-suggestion-checkbox span,.multi-option span{flex:1;text-align:left;width:10px}.tag-suggestion-checkbox input[type=checkbox],.multi-option input[type=checkbox]{margin-left:5px;max-width:20px;align-items:right}.tag-suggestion-checkbox:hover,.multi-option:hover{background:#f3f4f6}.saved-filters-list{margin-top:12px;display:flex;flex-direction:column;gap:14px;padding:0}.saved-filters-item{list-style:none;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;display:flex;flex-direction:column;gap:10px}.saved-filter-main{display:flex;flex-direction:column;gap:6px}.saved-filter-name{font-weight:600;font-size:1rem}.saved-filter-summary{font-size:.85rem;color:#6b7280}.saved-filters-actions{display:flex;gap:10px}.saved-filter-name-input{width:100%;border-radius:6px;border:1px solid #d1d5db;padding:8px}.saved-filters-rename-actions{display:flex;gap:8px;margin-top:6px}.primary-button,.outline-button,.delete-button{padding:8px 14px;border-radius:6px;cursor:pointer;font-size:.9rem}.primary-button{background:#071b53;color:#fff;border:none}.outline-button{background:#fff;border:1px solid #d1d5db}.delete-button{background:#dc2626;color:#fff;border:none}.primary-button:hover{background:#1e40af}.outline-button:hover{background:#f3f4f6}.delete-button:hover{background:#b91c1c}.sector-tag-group>.filter-tag-pill{background:#d1d5db!important;color:#111827!important}.filter-tag-subsector{background:#e5e7eb!important;color:#374151!important}.profile-form-page{padding:32px;background:#f4f6fb;min-height:calc(100vh - 64px)}.profile-form-hero{background:linear-gradient(135deg,#eef2ff,#fff);padding:10px 32px;border-radius:28px;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:center;box-shadow:0 20px 40px #0f172a14;border:1px solid rgba(79,70,229,.15);margin-bottom:5px}.profile-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:600;color:#4c1d95}.profile-form-hero h1{margin:4px 0}.profile-form-hero p{margin:0;color:#475569}.profile-form-hero__stats{display:flex;gap:28px;align-items:center;margin-left:auto}.profile-form-hero__stats article{text-align:right;min-width:120px}.profile-form-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 24px 60px #0f172a14;border:1px solid #e2e8f0}.stat-label{font-size:12px;text-transform:uppercase;color:#94a3b8;letter-spacing:.08em;display:block}.stat-value{display:block;font-size:22px;font-weight:600;color:#0f172a}.profile-builder-banner{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;background:linear-gradient(120deg,#1f2a5a,#2f3a8c);padding:22px 26px;border-radius:24px;color:#fff;box-shadow:0 18px 40px #0f172a3d}.profile-builder-banner h3{margin:0 0 6px;font-size:1.2rem}.profile-builder-banner p{margin:0;color:#ffffffe0}.profile-builder-banner .banner-link{text-decoration:none;font-weight:700;padding:14px 26px;border-radius:999px;background:#fff;color:#1f2a5a;font-size:1rem;box-shadow:0 12px 30px #0e172a33;transition:background .2s ease,transform .2s ease}.profile-builder-banner .banner-link:hover{background:#ffd166;color:#0f172a;transform:translateY(-1px)}.filters-field{width:100%;display:flex;flex-direction:row;margin-top:8px;gap:8px}.filter-label-row{display:flex;flex-direction:row;gap:8px}.filter-tags-column{display:flex;flex-direction:row;gap:10px}.filter-tag-pill{display:inline-flex;align-items:center;border-radius:999px;background:#e7f2ff;border:1px solid #bfdbfe;padding:0;height:30px;overflow:hidden;font-size:.85rem;color:#1d4ed8;white-space:nowrap}.filter-tag-main{background:transparent;padding:0 10px;height:100%;display:inline-flex;align-items:center;border:none;font-size:.85rem;cursor:pointer}.tag-remove{width:26px;height:30px;background:transparent;border:none;border-left:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;cursor:pointer}.tag-remove:hover{background:#dbeafe}.filter-tag-subsector{background:#e5e7eb!important;border-color:#d1d5db!important;color:#374151!important;padding:0 8px!important;height:28px!important}.tag-remove-small{font-size:.65rem;margin-left:6px}.tag-caret{margin-left:6px;font-size:.7rem;opacity:.8}.industry-tag-block{display:flex;flex-direction:column;gap:6px}.sector-tags{display:flex;flex-direction:column;gap:6px;padding-left:12px}.sector-tag-group{display:flex;flex-direction:column;gap:5px}.subsector-tags{display:flex;flex-wrap:wrap;gap:6px;padding-left:20px}.tag-dropdown{position:relative;margin-left:6px;margin-top:2px}.tag-dropdown>.multi-option,.tag-dropdown>label{cursor:pointer}.tag-dropdown:after{content:""}.tag-dropdown>div,.tag-dropdown label,.tag-dropdown .multi-option{z-index:30}.tag-dropdown{background:#fff}.tag-dropdown>.multi-option{margin-left:0;padding-left:0}.tag-dropdown{position:relative}.tag-dropdown>div,.tag-dropdown>label,.tag-dropdown .multi-option{cursor:pointer}.tag-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 28px #00000026;padding:6px 0;width:220px;max-height:220px;overflow-y:auto;overflow-x:hidden;z-index:50}.multi-option{display:flex;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;cursor:pointer}.multi-option:hover{background:#f3f4f6}.multi-option input{margin:0}.tag-dropdown-empty{padding:10px 12px;font-size:.85rem;color:#6b7280;text-align:left}.tag-search-wrapper{position:relative;width:100%}.tag-search-input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:.9rem}.tag-search-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f626}.tag-suggestions{position:absolute;top:calc(100% + 4px);left:0;width:100%;max-height:240px;overflow-y:auto;border-radius:8px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 28px #00000026;z-index:60;padding:6px 0}.tag-suggestion-checkbox{display:flex;align-items:center;gap:10px;padding:6px 12px;font-size:.9rem;cursor:pointer}.tag-suggestion-checkbox:hover{background:#f3f4f6}.tag-suggestion-checkbox input{margin:0}.industry-helper-text{margin-top:4px;font-size:.8rem;color:#6b7280}.industry-helper-text.error{color:#b91c1c}.industry-section,.filters-field,.filter-with-tags,.filter-label-row,.filter-tags-column,.industry-tag-block{position:relative!important;overflow:visible!important}.industry-tag-columns{display:flex;flex-direction:row;gap:28px;flex-wrap:nowrap;width:100%;margin-top:12px}.industry-tag-column{display:flex;flex-direction:column;gap:10px;width:auto}.industry-tag-column>.filter-tag-pill{margin-bottom:6px}.industry-tag-column .sector-tag-group{display:flex;flex-direction:column;gap:6px}.industry-tag-column .subsector-tags{display:flex;flex-wrap:wrap;gap:6px;padding-left:24px}select.input{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:44px;padding:10px 14px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;box-shadow:inset 0 1px 2px #0000000a;transition:border-color .15s ease,box-shadow .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}select.input:hover{border-color:#d1d5db}select.input:focus{border-color:#9ca3af;outline:none;box-shadow:inset 0 1px 2px #0000000d}select.input[multiple]{background-image:none!important;height:120px;border-radius:8px;overflow-y:auto;padding:10px}.input{max-width:100%}.profile-rate-row{display:flex;gap:12px}.profile-rate-row .input{margin:0}.profile-rate-row select.input{flex:0 0 120px}.profile-rate-row input.input{flex:1}.profile-radio-group{display:flex;flex-wrap:wrap;gap:18px;margin-top:8px}.profile-radio-group label{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:#334155}.c-home-container{gap:32px}.c-home-tiles{display:flex;flex-wrap:wrap;gap:1.5rem}.c-home-card{flex:1;min-width:280px;text-align:center;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 4px #0000000d}.c-home-icon{margin:0 auto .75rem;height:36px;width:36px;color:#0a2342}.c-home-btn{margin-top:1rem;background-color:#0a2342;color:#fff;border-radius:.5rem;border:none;padding:.65rem 1.4rem;font-weight:600;cursor:pointer}.c-home-section{margin-top:2.5rem}.c-home-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0a2342}.c-home-table{background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0}.c-home-row{display:flex;justify-content:space-between;padding:.75rem 1rem}.c-home-row.header{background-color:#f1f5f9;font-weight:600}.c-home-list{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1rem;list-style:none}.c-home-list li{margin-bottom:.5rem}.c-home-btn:hover{background-color:#142d5b}:root{--navy: #1F2A5A;--gold: #C6A24A;--muted: #6B7280;--page: #f9fafb}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:var(--page)}.wice-input{border:1.5px solid #ccc;border-radius:10px;height:48px;padding:0 14px;font-size:16px;width:100%;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.wice-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c6a24a33}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper .wice-input{padding-right:110px}.toggle-password{position:absolute;right:8px;padding:6px 10px;border:none;background:transparent;color:var(--navy);font-weight:600;cursor:pointer;border-radius:8px;transition:background .2s ease,color .2s ease}.toggle-password:hover{background:#1f2a5a14}.toggle-password:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.wice-btn{width:100%;height:52px;border-radius:12px;border:1px solid var(--navy);background:var(--navy);color:#fff;font-weight:600;font-size:16px;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:pointer;margin-top:12px}.wice-btn:hover{background:#2a3b7c;border-color:#2a3b7c;box-shadow:0 0 0 1px #c6a24a66 inset}.wice-error{width:100%;margin-top:4px;color:#b91c1c;font-size:14px;font-weight:600;text-align:center}.wice-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:8px}.wice-checkbox{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155}.wice-checkbox input{width:18px;height:18px;accent-color:var(--gold)}.wice-link{font-size:14px;color:var(--navy);text-decoration:none;font-weight:600}.wice-link:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-container{background:#fff;border-radius:12px;padding:2rem;width:500px;box-shadow:0 8px 24px #00000040;text-align:center}.consultant-portal{display:flex;flex-direction:column;gap:28px}.consultant-header h2{margin:0;font-size:2.4rem;font-weight:800;color:var(--navy)}.consultant-header p{margin:6px 0 0;color:#475569;font-size:1rem}.consultant-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.consultant-metric{background:#fff;border-radius:20px;border:1px solid #e5e7eb;padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;box-shadow:0 10px 30px #0f172a0d;transition:all .3s ease;min-height:280px;aspect-ratio:1 / 1}.consultant-metric:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1a}.metric-icon{width:64px;height:64px;border-radius:16px;background:#eef2ff;color:var(--navy);display:grid;place-items:center;flex-shrink:0}.metric-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.metric-label{margin:0;font-size:1rem;color:#475569;font-weight:600}.metric-value{margin:8px 0;font-size:3rem;font-weight:800;color:var(--navy);line-height:1}.metric-button{margin-top:12px;padding:12px 24px;background:var(--navy);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:200px}.metric-button:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a33}.metric-button:active{transform:translateY(0)}@media (max-width: 720px){.consultant-header h2{font-size:1.6rem}.consultant-metrics{grid-template-columns:1fr;gap:20px}.consultant-metric{min-height:240px}.metric-value{font-size:2.5rem}}.chat-shell{display:grid;grid-template-columns:300px 1fr;height:calc(100vh - 72px);border-radius:20px;overflow:hidden;box-shadow:0 24px 50px #0f172a14;background:#0f172a}.chat-sidebar{background:linear-gradient(180deg,#111c44,#0b1430);color:#fff;display:flex;flex-direction:column;padding:22px 18px;gap:18px;overflow-y:auto}.chat-sidebar-header{display:flex;justify-content:space-between;align-items:center}.chat-sidebar-header h3{margin:0;font-size:1.2rem;font-weight:700}.chat-role-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#ffffff2e;font-size:.75rem;font-weight:700}.chat-section-title{margin:8px 0 6px;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;color:#ffffff8c}.chat-thread-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;max-height:220px;overflow-y:auto}.chat-thread{position:relative;padding:12px 14px;border-radius:14px;background:#ffffff14;cursor:pointer;transition:background .2s ease,transform .1s ease;border:1px solid transparent}.chat-thread:hover{background:#ffffff24;transform:translate(4px)}.chat-thread.active{background:#fff;color:#0f172a;box-shadow:0 8px 24px #0f172a2e}.chat-thread.unread:not(.active){background:#ffffff1f;border-color:#f8717173}.chat-thread h4{margin:0;font-size:.95rem;font-weight:700}.chat-thread p{margin:4px 0 0;font-size:.85rem;color:#ffffffbf}.chat-thread.active p{color:#475569}.thread-line{display:flex;align-items:center;justify-content:space-between;gap:8px}.thread-title,.thread-meta{display:inline-flex;align-items:center;gap:6px}.thread-dot{width:8px;height:8px;border-radius:50%;background:#f87171}.thread-time{font-size:.7rem;color:#fff9}.chat-thread.active .thread-time{color:#94a3b8}.thread-delete{background:transparent;border:none;color:#ffffff8c;cursor:pointer;padding:4px;border-radius:8px;transition:background .2s ease,color .2s ease}.chat-thread.active .thread-delete{color:#475569}.thread-delete:hover{background:#ffffff26;color:#f87171}.chat-confirm-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.chat-confirm-dialog{width:min(360px,100%);background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px #0f172a33;display:flex;flex-direction:column;gap:16px}.chat-confirm-dialog h4{margin:0;color:#0f172a;font-size:1.1rem;font-weight:700}.chat-confirm-dialog p{margin:0;color:#475569;font-size:.9rem}.chat-confirm-actions{display:flex;justify-content:flex-end;gap:12px}.chat-confirm-cancel,.chat-confirm-delete{padding:8px 16px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.chat-confirm-cancel{background:#e2e8f0;color:#0f172a}.chat-confirm-cancel:hover{background:#cbd5f5}.chat-confirm-delete{background:#dc2626;color:#fff}.chat-confirm-delete:hover{background:#b91c1c}.chat-confirm-cancel[disabled],.chat-confirm-delete[disabled]{opacity:.6;cursor:wait}.chat-window{background:#f5f7fb;display:grid;grid-template-rows:auto 1fr auto;border-left:1px solid #e2e8f0;height:100%;min-height:0}.chat-window-header{padding:24px 28px;border-bottom:1px solid #e2e8f0;background:#fff}.chat-window-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#0f172a}.chat-window-header p{margin:6px 0 0;color:#64748b}.chat-window-content{display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#fafbff,#f3f6ff)}.chat-messages{width:100%;padding:24px 28px 32px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;flex:1;scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.35) transparent;min-height:0}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#0f172a59;border-radius:999px}.chat-bubble{max-width:62%;padding:14px 18px;border-radius:16px;display:inline-flex;flex-direction:column;gap:6px;box-shadow:0 10px 28px #0f172a1f}.chat-bubble.outgoing{align-self:flex-end;background:#1f2a5a;color:#fff}.chat-bubble.incoming{align-self:flex-start;background:#fff;color:#0f172a}.chat-bubble span{font-size:.75rem;color:#ffffffb3}.chat-bubble.incoming span{color:#94a3b8}.chat-composer{padding:18px 24px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:14px}.chat-composer textarea{flex:1;resize:none;border-radius:12px;border:1px solid #cbd5f5;padding:14px;font-size:.95rem;font-family:inherit;outline:none;background:#f8fafc}.chat-composer textarea:disabled{background:#e2e8f0;cursor:not-allowed}.chat-composer textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1f2a5a1f}.chat-composer textarea[disabled]{background:#e2e8f0;cursor:not-allowed}.chat-composer button{min-width:110px;padding:0 26px;border:none;border-radius:12px;background:var(--navy);color:#fff;font-weight:700;cursor:pointer;transition:background .2s ease}.chat-composer button[disabled]{opacity:.6;cursor:not-allowed}.chat-composer button:hover:not([disabled]){background:var(--navy-hover)}.chat-empty{display:grid;place-items:center;color:#64748b;text-align:center;padding:40px;width:100%}.chat-window-content .chat-empty{display:grid;place-items:center;padding:40px;text-align:center;color:#64748b;gap:8px}.chat-empty--full{grid-row:1 / span 2}.chat-empty h3{margin:0 0 8px;color:#0f172a}@media (max-width: 900px){.chat-shell{grid-template-columns:1fr;height:auto}.chat-sidebar{display:none}.chat-bubble{max-width:80%}.chat-composer{flex-direction:column}.chat-composer button{width:100%}}.project-card{background:#fff;border-radius:16px;margin:20px 0;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:all .3s ease;padding-left:20px;padding-right:20px}.project-card:hover{box-shadow:0 6px 16px #0000001f}.project-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;padding-right:12px 20px;cursor:pointer;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;min-height:42px;transition:background-color .2s ease}.project-header:hover{background-color:#f3f4f6}.project-card.open .project-header{background-color:#eef2ff}.project-title{font-size:1.2rem;font-weight:600;color:#111827;margin:0}.toggle-icon{font-size:1.2rem;color:#6b7280}.timeline-container{position:relative;width:100%;margin-top:30px;margin-bottom:40px;padding:0 50px;min-height:140px;box-sizing:border-box}.timeline-header{margin-bottom:20px}.timeline-dates{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#6b7280;font-weight:500}.timeline-start-date,.timeline-end-date{background:#f3f4f6;padding:6px 12px;border-radius:6px;border:1px solid #e5e7eb}.set-end-date-btn{background:#10b981;color:#fff;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s ease}.set-end-date-btn:hover{background:#059669}.end-date-form{display:flex;gap:10px;align-items:center;margin-bottom:20px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.end-date-form input[type=date]{padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:14px;flex:1}.end-date-form .form-actions{display:flex;gap:8px}.end-date-form button{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.end-date-form button[type=submit]{background:#10b981;color:#fff}.end-date-form button[type=submit]:hover{background:#059669}.end-date-form button[type=button]{background:#e5e7eb;color:#111827}.end-date-form button[type=button]:hover{background:#d1d5db}.timeline-line{position:absolute;top:70px;left:0;right:0;height:4px;background-color:#3b82f6;border-radius:4px;z-index:1}.timeline-points{position:relative;height:140px;z-index:2}.milestone-item{position:absolute;top:70px;transform:translate(-50%);z-index:3}.milestone-dot{width:18px;height:18px;border-radius:50%;border:2px solid #3b82f6;background-color:#fff;position:absolute;top:-7px;left:0;z-index:4;transition:all .2s ease;cursor:pointer}.milestone-dot.filled{background-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633}.milestone-dot:hover{transform:scale(1.3)}.milestone-info{position:absolute;left:50%;transform:translate(-50%);width:max-content;max-width:140px;text-align:center}.milestone-item.top .milestone-info{bottom:18px}.milestone-item.bottom .milestone-info{top:18px}.milestone-label{font-size:.85rem;color:#111827;white-space:nowrap;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis}.milestone-date{font-size:.7rem;color:#6b7280;margin-top:2px;white-space:nowrap}.add-btn{margin:10px 30px;background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 14px;cursor:pointer;transition:background-color .2s ease}.add-btn:hover{background:#2563eb}.finish-btn{margin:10px 30px;background:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 14px;cursor:pointer;transition:background-color .2s ease;font-weight:500}.finish-btn:hover{background:#059669}.finish-project-form{margin:20px 30px;padding:16px;background:#f0fdf4;border:2px solid #10b981;border-radius:8px}.finish-project-form label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.finish-project-form input[type=date]{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #10b981;font-size:14px;margin-bottom:12px}.finish-project-form .form-actions{display:flex;gap:8px}.finish-project-form button[type=submit]{background:#10b981;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.finish-project-form button[type=submit]:hover{background:#059669}.finish-project-form button[type=button]{background:#e5e7eb;color:#111827;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.finish-project-form button[type=button]:hover{background:#d1d5db}.archived-banner{margin:20px 30px;padding:12px 16px;background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;display:flex;align-items:center;gap:10px;font-weight:500;color:#92400e}.archived-icon{font-size:1.3rem}.add-milestone-form{margin:20px 30px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.add-milestone-form input{padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:14px}.add-milestone-form input[type=text]{flex:1;min-width:200px}.add-milestone-form input[type=datetime-local]{width:auto}.add-actions{display:flex;gap:10px}.add-actions button{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:14px;transition:background-color .2s ease}.add-actions button[type=submit]{background:#3b82f6;color:#fff}.add-actions button[type=submit]:hover{background:#2563eb}.add-actions .cancel{background:#e5e7eb;color:#111827}.add-actions .cancel:hover{background:#d1d5db}.file-upload{margin-top:30px;padding:0 30px}.file-upload h3{font-size:1.1rem;color:#111827;margin-bottom:10px}.file-upload input[type=file]{width:100%;padding:10px;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;background-color:#f9fafb;transition:all .2s ease}.file-upload input[type=file]:hover{border-color:#3b82f6;background-color:#eff6ff}.file-upload input[type=file]:disabled{opacity:.5;cursor:not-allowed}.uploading-text{margin-top:8px;color:#3b82f6;font-size:.9rem;font-style:italic}.file-lists{margin-top:20px;padding:0 30px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.file-section h4{font-size:1rem;color:#374151;margin-bottom:10px}.file-section ul{margin-top:10px;list-style:none;padding-left:0}.file-section li{padding:8px 10px;margin:5px 0;background:#f9fafb;border-radius:6px;border-left:3px solid #3b82f6;font-size:.9rem;display:flex;flex-direction:column;gap:4px}.file-link{color:#1e40af;text-decoration:none;font-weight:500;transition:color .2s ease}.file-link:hover{color:#3b82f6;text-decoration:underline}.file-meta{color:#6b7280;font-size:.8rem;display:block;margin-top:4px}.no-files{color:#9ca3af;font-style:italic;font-size:.9rem}.project-members{margin-top:30px;padding:0 30px}.chat-title{font-size:1.1rem;color:#1e40af;margin-bottom:10px}.members{color:#9ca3af;font-size:.9rem;font-weight:400}.chat-section{margin:10px 30px 30px}.chat-box{background:#f3f4f6;border-radius:8px;padding:10px;max-height:200px;overflow-y:auto;margin-bottom:10px}.chat-box::-webkit-scrollbar{width:6px}.chat-box::-webkit-scrollbar-track{background:#e5e7eb;border-radius:8px}.chat-box::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:8px}.message{padding:8px 10px;margin:5px 0;border-radius:10px;max-width:75%;word-wrap:break-word;display:inline-block}.message.sent{background-color:#3b82f6;color:#fff;margin-left:auto;display:block;text-align:right}.message.received{background-color:#dbeafe;color:#111827;margin-right:auto;display:block}.message strong{font-weight:600}.chat-input{display:flex;gap:10px}.chat-input input{flex:1;padding:8px 12px;border-radius:6px;border:1px solid #ccc;font-size:14px}.chat-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.chat-input button{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.chat-input button:hover{background-color:#2563eb}@media (max-width: 768px){.timeline-container{padding:0 20px}.timeline-line{left:20px;right:20px}.file-lists{grid-template-columns:1fr}.milestone-item.top .milestone-info,.milestone-item.bottom .milestone-info{max-width:100px;font-size:.8rem}}.file-delete-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:9999}.file-delete-modal{background:#fff;padding:24px 32px;border-radius:14px;width:380px;text-align:center;box-shadow:0 8px 20px #00000040;animation:fadeIn .2s ease-out}.modal-actions button{margin-top:14px;background:#082340;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:15px}.modal-actions button:hover{background:#0e355f}.modal-actions{display:flex;justify-content:space-between;margin-top:18px}.modal-actions button:nth-child(2){background:#aab4c3;color:#0b1a32}.modal-actions button:nth-child(2):hover{background:#c2cada}@keyframes fadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.file-row{display:flex;align-items:center;justify-content:space-between}.file-delete-btn{background:transparent;border:none;color:#b00000;font-size:20px;margin-left:10px;cursor:pointer}.file-delete-btn:hover{color:red}.timeline-wrapper{position:relative}.projects-page{padding:30px;max-width:1400px;margin:0 auto}.dashboard-title{font-size:32px;font-weight:700;margin-bottom:5px;color:#111827}.projects-page>h3{color:#6b7280;font-weight:400;margin-bottom:20px}.projects-container{margin-top:25px;display:flex;flex-direction:column;gap:20px}.create-project-btn{background:#0f2963;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:15px;cursor:pointer;margin-top:20px;transition:background-color .2s ease;font-weight:500}.create-project-btn:hover{background:#061639}.no-projects{margin-top:20px;font-size:16px;color:#6b7280;text-align:center;padding:40px 20px;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-box{background:#fff;padding:28px;border-radius:16px;width:500px;max-width:90vw;max-height:85vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-box::-webkit-scrollbar{width:8px}.modal-box::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.modal-box::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.modal-box h2{margin-bottom:20px;font-size:24px;color:#111827;font-weight:700}.modal-box h3{margin:24px 0 12px;font-size:16px;color:#374151;font-weight:600}.modal-box label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.modal-input{width:100%;padding:10px 12px;margin:0 0 16px;border-radius:8px;border:1px solid #d1d5db;font-size:15px;box-sizing:border-box;transition:all .2s ease}.modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.member-section{margin-bottom:20px}.section-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.tag-container{min-height:60px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.no-members-text{color:#9ca3af;font-size:14px;font-style:italic;margin:0}.user-tag{display:inline-flex;align-items:center;gap:6px;background:#3b82f6;color:#fff;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:500}.user-tag-name{font-weight:600}.user-tag-role{opacity:.8;font-size:12px}.remove-tag{cursor:pointer;margin-left:4px;padding:0 4px;font-size:16px;line-height:1;opacity:.8;transition:opacity .2s ease}.remove-tag:hover{opacity:1}.wice-search-container{position:relative;width:100%;margin-bottom:10px}.wice-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9aa0a6;z-index:5;pointer-events:none}.wice-search-input{width:100%;height:42px;border-radius:8px;border:1px solid #d1d5db;padding-left:42px!important;padding-right:12px;font-size:15px;background-color:#fff;position:relative;z-index:1;box-sizing:border-box;transition:all .2s ease}.wice-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-results{max-height:180px;overflow-y:auto;border:1px solid #e5e7eb;padding:8px;border-radius:8px;margin-bottom:16px;background:#fff}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.search-results::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.no-results{color:#9ca3af;font-size:14px;font-style:italic;text-align:center;padding:20px;margin:0}.search-user{display:flex;align-items:center;gap:10px;padding:10px;cursor:pointer;border-radius:6px;transition:background-color .2s ease;margin-bottom:4px}.search-user:hover{background:#f3f4f6}.search-user input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.search-user .user-name{font-weight:500;color:#111827;flex:1}.search-user .user-email{font-size:12px;color:#6b7280}.primary-btn{width:100%;padding:12px;background:#3b82f6;border:none;border-radius:8px;color:#fff;margin-bottom:10px;cursor:pointer;font-weight:600;font-size:15px;transition:background-color .2s ease}.primary-btn:hover:not(:disabled){background:#2563eb}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{width:100%;padding:12px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;font-size:15px;color:#374151;transition:all .2s ease}.secondary-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.secondary-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.projects-page{padding:20px}.modal-box{width:95vw;padding:20px}.dashboard-title{font-size:24px}}.view-archived-btn{margin-left:10px;height:25px;border-radius:5px;border-color:#9ca3af;border-style:hidden;background-color:#d1d5db}.settings-card{padding:20px}.settings-section{border-top:1px solid #ececec;padding-top:16px;margin-top:5px}.settings-section:first-of-type{border-top:none;padding-top:0;margin-top:0}.settings-section__header{width:100%;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;color:#111827;cursor:pointer;padding:0;transition:color .2s ease}.settings-section__header:hover{color:#0b69ff}.settings-section__desc{font-size:.94rem;color:#6b7280;margin:6px 0;max-width:80ch;line-height:1.45}.settings-section__body{overflow:hidden;max-height:0;transition:max-height .25s ease;display:grid;gap:5px;padding-left:4px}.settings-section__body.is-open{max-height:620px}.settings-section__body label{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#374151;cursor:pointer}.settings-section__body input[type=checkbox]{width:16px;height:16px}.settings-error{color:#b91c1c;margin-top:8px}.settings-success{color:#0f5132;margin-top:8px}.saved-card{padding:32px;box-sizing:border-box}.saved-section{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.saved-section:first-of-type{border-top:none}.saved-section-header{width:100%;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#111827;cursor:pointer;padding:8px 0;transition:color .2s ease}.saved-section-header:hover{color:#2563eb}.saved-section-label{display:flex;align-items:center;gap:8px}.saved-options{margin-top:10px;color:#4b5563;font-size:.95rem;padding-left:10px;line-height:1.4}.add-folder-btn{background-color:#e8f0fe;color:#1a73e8;border:none;border-radius:6px;padding:6px 10px;margin-bottom:.8rem;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;cursor:pointer;transition:all .2s ease-in-out}.add-folder-btn:hover{background-color:#d2e3fc}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.modal-card{background:#fff;padding:1.5rem;border-radius:10px;width:350px;box-shadow:0 6px 20px #0003;animation:fadeIn .2s ease-in-out}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-input{width:100%;padding:8px;border-radius:6px;border:1px solid #ccc;margin-bottom:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.create-btn{background-color:#1a73e8;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.cancel-btn{background-color:#f1f3f4;color:#333;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.close-icon{cursor:pointer;color:#666}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.save-btn{position:absolute;top:8px;right:8px;background:#f3f4f6;border:none;border-radius:50%;padding:6px;cursor:pointer;transition:background .2s}.save-btn:hover{background:#e5e7eb}.remove-btn{background:none;border:none;color:#dc2626;cursor:pointer;margin-left:6px;transition:color .2s ease}.remove-btn:hover{color:#b91c1c}.empty-folder{color:#6b7280;font-size:.85rem;margin-left:1rem}.grant-card{position:relative}.grant-top{display:flex;justify-content:space-between;align-items:flex-start}.grant-top .ghost-btn{margin-top:30px}:root{--bg:#f5f7fb;--panel:#ffffff;--border:#e6eaf2;--text:#0f172a;--muted:#6b7280;--brand:#0f2b57;--brand-2:#1d4ed8;--focus:#90c1ff;--shadow: 0 10px 30px rgba(15, 23, 42, .06);--radius: 18px}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:var(--bg)}a{color:var(--brand-2);text-decoration:none}a:hover{text-decoration:underline}.billing-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:32px}@media (max-width: 980px){.billing-layout{grid-template-columns:1fr}.billing-side{display:none}}.billing-main{display:flex;align-items:center;padding:32px 36px}@media (max-width:640px){.billing-main{padding:24px}}.billing-side{position:relative;overflow:hidden;background:#cfd8ea;border-left:1px solid var(--border)}.billing-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.glass{position:absolute;inset:auto 24px 24px;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:10px 14px;font-size:.9rem;color:#1f2937}.billing-card{width:min(800px,100%);margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hd{padding:28px 30px 8px}.bd{padding:0 30px 26px}.sub{color:var(--muted);margin-top:6px}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand .dot{width:26px;height:26px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#ffd34d,#eab308 50%,#b45309);border:1px solid #f6e6b7}.h1-tight{margin:14px 0 0;font-size:1.6rem}.h2-tight{margin:0;font-size:1.05rem}.h2-tight-small{margin:0 0 6px;font-size:1.05rem}label{display:block;font-size:.92rem;color:#334155;margin:14px 0 6px}input,select{width:100%;padding:13px 14px;border-radius:12px;border:1px solid var(--border);background:#fff;outline:none;color:#111827}input::placeholder{color:#9aa3b2}input:focus,select:focus{border-color:#b9d6ff;box-shadow:0 0 0 4px #388bfd26}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}@media (max-width:720px){.grid,.grid-3{grid-template-columns:1fr}}.row{display:flex;justify-content:space-between;align-items:center;gap:14px}.help{color:var(--muted);font-size:.9rem}.pill-group{display:flex;gap:10px;flex-wrap:wrap}.pill{all:unset;padding:8px 12px;border:1px solid var(--border);border-radius:999px;cursor:pointer;color:#334155}.pill[aria-checked=true]{background:#f2f6ff;border-color:#cfe0ff;color:#0f2b57}.btn{all:unset;display:inline-grid;place-items:center;padding:14px 16px;border-radius:12px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #0f2b572e}.btn.secondary{background:#e9eef7;color:#0f2b57;box-shadow:none}.btn:active{transform:translateY(1px)}.divider{height:1px;background:var(--border);border:0;margin:16px 0}.error{color:#b91c1c;font-size:.9rem}.muted{color:var(--muted)}.summary{background:#fafbfe;border:1px solid var(--border);border-radius:14px;padding:14px}.split{display:flex;justify-content:space-between;align-items:center}.total{font-weight:700}.footer-note{margin-top:10px;color:#6b7280;font-size:.85rem}.save-toggle{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;cursor:pointer}.public-profile-page{padding:32px;max-width:960px;margin:0 auto 96px;display:flex;flex-direction:column;gap:32px}.public-profile-hero-card{background:linear-gradient(120deg,#eef2ff,#fff);border:1px solid #e0e7ff;border-radius:20px;padding:28px;box-shadow:0 15px 35px #0f172a14;display:flex;flex-direction:column;gap:24px}.back-btn{align-self:flex-start;background:#0f172a0d;color:#0f172a;border:none;border-radius:40px;padding:8px 16px;font-size:14px;cursor:pointer;transition:background .2s ease;margin-bottom:4px}.back-btn:hover{background:#0f172a1a}.hero-top{display:flex;gap:24px;align-items:center}.hero-avatar{width:96px;height:96px;border-radius:50%;border:4px solid #c7d2fe;object-fit:cover}.public-profile-hero-card h1{margin:0 0 4px;font-size:32px;color:#0f172a}.one-liner{margin:0;font-size:18px;color:#475569}.meta-line{margin-top:8px;font-size:15px;color:#1e293b}.hero-link{display:inline-block;margin-top:10px;color:#4c1d95;font-weight:600;text-decoration:none}.hero-link:hover{text-decoration:underline}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.book-btn,.resume-btn,.message-btn{border:none;border-radius:999px;padding:12px 22px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.book-btn{background:#312e81;color:#fff;text-decoration:none}.resume-btn{background:#ede9fe;color:#4c1d95;text-decoration:none}.message-btn{background:#0f172a;color:#fff}.message-btn--disabled{background:#cbd5f5;color:#475569;cursor:not-allowed;box-shadow:none}.book-btn:hover,.resume-btn:hover,.message-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a26}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.hero-stats article{border-radius:16px;padding:16px 18px;background:#fffc;border:1px solid rgba(120,120,173,.2)}.stat-label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:6px}.stat-value{font-size:20px;font-weight:600;color:#111827}.public-profile-sections{display:flex;flex-direction:column;gap:20px}.public-section{border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;background:#fff;box-shadow:0 10px 24px #0f172a0d}.public-section h2{margin:0 0 12px;color:#0f172a;font-size:20px}.public-section p,.public-section li{color:#475569;line-height:1.6;margin:4px 0}.tag-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.tag-grid strong{display:block;color:#0f172a;font-size:14px;margin-bottom:4px}.muted{color:#94a3b8}.portfolio-list{list-style:none;padding:0;margin:0}.portfolio-list li{margin-bottom:8px}.portfolio-list a{color:#4338ca;text-decoration:none}.portfolio-list a:hover{text-decoration:underline}.error{color:#b91c1c;margin:0}.verify-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f8fb;padding:24px}.verify-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:24px 28px;max-width:520px;width:100%;box-shadow:0 12px 32px #0f172a14}.verify-card h1{margin:0 0 8px}.verify-card p{margin:0 0 12px;color:#374151}.verify-success{color:#065f46}.verify-error{color:#b91c1c}.verify-actions{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.help-container{max-width:900px;margin:40px auto;padding:32px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;font-family:Arial,sans-serif}.help-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.help-title{text-align:left;font-size:28px;font-weight:700;margin-bottom:6px}.help-description{text-align:left;font-size:15px;color:#666;margin:0;line-height:1.6}.help-primary-button{padding:10px 18px;border-radius:999px;border:none;background:#07f;color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #0000001a;white-space:nowrap;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.help-primary-button:hover{background:#005fcc;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.help-tabs{display:inline-flex;border-radius:999px;background:#f4f5f7;padding:4px;margin:12px 0 20px}.help-tab{border:none;background:transparent;padding:8px 16px;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;color:#555;display:inline-flex;align-items:center;gap:6px;transition:background .2s ease,color .2s ease}.help-tab.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001f}.help-tab-count{font-size:12px;background:#e5edff;color:#1d4ed8;border-radius:999px;padding:2px 8px}.help-tickets-list{margin-top:8px;display:flex;flex-direction:column;gap:10px}.help-ticket-item{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;text-align:left;transition:box-shadow .15s ease,transform .1s ease,border-color .15s ease}.help-ticket-item:hover{box-shadow:0 3px 10px #0000000f;border-color:#d0d7ff;transform:translateY(-1px)}.help-ticket-icon-wrapper{flex-shrink:0}.help-ticket-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.help-ticket-icon svg{display:block}.help-ticket-content{flex:1;min-width:0}.help-ticket-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.help-ticket-title{font-size:15px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-ticket-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#6b7280}.help-ticket-category:before{content:"• "}.help-ticket-date{white-space:nowrap}.help-status-badge{font-size:11px;padding:4px 9px;border-radius:999px;font-weight:600;border:1px solid transparent;white-space:nowrap}.help-status-badge.unsolved{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.help-status-badge.solved{background:#ecfdf3;color:#15803d;border-color:#bbf7d0}.help-empty-state{padding:40px 20px;text-align:center;font-size:14px;color:#6b7280;background:#f9fafb;border-radius:12px;border:1px dashed #e5e7eb}.help-label{display:block;font-size:15px;font-weight:700;margin-bottom:14px;color:#333}.help-categories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.help-category-btn{flex:1;min-width:calc(33.333% - 7px);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:10px 12px;background:var(--category-color);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:inherit;color:#fff;font-weight:600;box-shadow:0 2px 4px #0000001a;white-space:nowrap;filter:brightness(.8)}.help-category-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;filter:brightness(1)}.help-category-btn.active{filter:brightness(1);box-shadow:0 1px 3px #0003 inset;transform:translateY(0)}.category-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-icon svg{display:block}.category-label{font-size:13px;font-weight:600;text-align:left;flex-shrink:0}.help-input,.help-textarea{width:100%;padding:12px;font-size:15px;border:1px solid #ccc;border-radius:10px;margin-bottom:16px;outline:none;transition:border .2s ease,background .2s ease;background:#fff;color:#000;box-sizing:border-box}.help-input:focus,.help-textarea:focus{border-color:#4b8df8;box-shadow:0 0 0 3px #4b8df81a}.help-textarea{height:160px;resize:vertical;font-family:Arial,sans-serif;line-height:1.5}.help-button{width:100%;padding:14px;font-size:15px;font-weight:600;background:#07f;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.help-button:hover:not(:disabled){background:#005fcc;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.help-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.help-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.help-modal{background:#fff;border-radius:16px;max-width:720px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0f172a4d}.help-modal-header{padding:18px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:8px}.help-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0}.help-modal-close{border:none;background:transparent;font-size:20px;color:#6b7280;cursor:pointer;padding:4px;border-radius:999px;transition:background .2s ease,color .2s ease}.help-modal-close:hover{background:#e5e7eb;color:#111827}.help-modal-body{padding:20px;overflow-y:auto}.help-ticket-detail-section{background:#f9fafb;border-radius:12px;padding:12px 14px;margin-bottom:16px;border:1px solid #e5e7eb}.help-detail-row{display:flex;gap:6px;margin-bottom:6px;font-size:13px}.help-detail-row:last-child{margin-bottom:0}.help-detail-label{font-weight:600;color:#4b5563;min-width:80px}.help-detail-value{color:#111827}.status-row{display:flex;align-items:center;gap:12px}.resolve-button{padding:6px 12px;background:#10b981;border:none;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;box-shadow:0 1px 3px #10b98166}.resolve-button:hover{background:#0e9f6e;transform:translateY(-1px);box-shadow:0 3px 8px #10b98180}.resolve-button-outline{background:#fff;color:#16a34a;border:1px solid #16a34a;box-shadow:none}.resolve-button-outline:hover{background:#ecfdf3}.help-ticket-message{margin-bottom:16px}.help-ticket-message h4{font-size:15px;font-weight:600;margin-bottom:8px}.help-ticket-message p{font-size:14px;line-height:1.6;color:#111827;white-space:pre-wrap}.help-ticket-files,.help-ticket-responses{margin-bottom:16px}.help-ticket-files h4,.help-ticket-responses h4{font-size:15px;font-weight:600;margin-bottom:8px}.help-subtle-text{font-size:13px;color:#6b7280}.help-files-list{list-style:none;padding:0;margin:0}.help-files-list li{margin-bottom:6px}.help-file-link{font-size:14px;color:#1d4ed8;text-decoration:none}.help-file-link:hover{text-decoration:underline}.help-responses-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.help-response{border-radius:10px;border:1px solid #e5e7eb;padding:10px 12px;background:#f9fafb}.help-response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.help-response-author{font-size:13px;font-weight:600;color:#111827}.help-response-date{font-size:12px;color:#6b7280}.help-response-message{font-size:14px;color:#111827;line-height:1.5}.help-attachments-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.help-attach-button{padding:8px 14px;border-radius:999px;border:1px solid #d1d5db;background:#f9fafb;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .1s ease}.help-attach-button:hover{background:#eef2ff;border-color:#4f46e5;transform:translateY(-1px)}.help-attachments-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.help-attachment-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;font-size:12px;color:#1f2937}.help-attachment-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-attachment-remove{border:none;background:transparent;font-size:12px;cursor:pointer;color:#6b7280;padding:0 2px}.help-attachment-remove:hover{color:#111827}@media (max-width: 900px){.help-container{max-width:700px;padding:24px}.help-header{flex-direction:column;align-items:flex-start}.help-primary-button{align-self:stretch;justify-content:center;text-align:center;width:100%}}@media (max-width: 700px){.help-container{max-width:100%;margin:20px;padding:20px}.help-category-btn{min-width:calc(50% - 5px)}.help-ticket-title{white-space:normal}}@media (max-width: 500px){.help-categories{flex-direction:column}.help-category-btn{min-width:100%}.help-tabs{width:100%;justify-content:space-between}.help-tab{flex:1;justify-content:center}.help-modal{max-height:95vh}}.admin-login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--page);padding:32px}.admin-login-content{display:flex;flex-direction:column;align-items:center;background:#fff;padding:48px 64px;border-radius:18px;box-shadow:0 14px 36px #0f172a14;width:100%;max-width:480px;position:relative}.admin-login-logo{width:96px;margin-bottom:12px}.admin-login-title{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:8px;text-align:center}.admin-login-subtitle{color:var(--muted);font-size:1rem;margin-bottom:24px;text-align:center;max-width:360px}.admin-back-btn{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--navy);font-weight:600;cursor:pointer;transition:color .2s ease}.admin-back-btn:hover{color:var(--gold)}@media (max-width: 600px){.admin-login-content{padding:36px 24px}.admin-login-title{font-size:1.7rem}}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.admin-stat{display:flex;align-items:center;gap:12px;padding:16px;background:var(--card-bg, #f9fafb);border:1px solid #e5e7eb;border-radius:10px}.admin-stat__icon{width:36px;height:36px;border-radius:50%;background:#eef2ff;display:flex;align-items:center;justify-content:center;color:#4f46e5}.admin-stat__label{font-size:.9rem;color:#6b7280;margin:0}.admin-stat__value{margin:2px 0 0;font-size:1.6rem;font-weight:600}.admin-card{margin-top:32px}.admin-card:first-of-type{margin-top:0}.admin-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-controls{display:flex;gap:12px;flex-wrap:wrap}.admin-search,.admin-select{padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:.95rem}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table td.admin-actions-cell{display:flex;flex-wrap:wrap;gap:8px}.admin-insights{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.admin-insight{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.admin-insight__label{font-size:.9rem;color:#6b7280;margin:0}.admin-insight__value{font-size:1.5rem;font-weight:700;margin:4px 0;color:#111827}.admin-insight__hint{font-size:.85rem;color:#6b7280}.admin-log-action{text-transform:capitalize;font-weight:600}.admin-table th{font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.status-pill.active{background:#ecfdf5;color:#059669}.status-pill.revoked{background:#fef2f2;color:#dc2626}.admin-btn{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;padding:6px 12px;border-radius:6px;border:none;cursor:pointer}.admin-btn.danger{background:#fee2e2;color:#b91c1c}.admin-btn.ghost{background:#eef2ff;color:#4338ca}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-loading{color:#6b7280}.admin-error{color:#dc2626;margin-bottom:12px}.admin-actions{display:flex;flex-wrap:wrap;gap:12px}.admin-link{color:#2563eb;font-weight:600}.admin-help-container{padding:24px;max-width:1400px;margin:0 auto}.admin-help-header{margin-bottom:32px}.admin-help-header h1{font-size:32px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.ticket-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:16px}.stat-card{background:#f8f9fa;padding:20px;border-radius:12px;border:2px solid #e0e0e0;text-align:center}.stat-card.unsolved{background:#fff3e0;border-color:#ff9800}.stat-card.solved{background:#e8f5e9;border-color:#4caf50}.stat-number{display:block;font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.stat-label{display:block;font-size:14px;color:#666;font-weight:600}.admin-help-filters{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.filter-section{margin-bottom:20px}.filter-section:last-child{margin-bottom:0}.filter-section label{display:block;font-size:14px;font-weight:600;margin-bottom:12px;color:#333}.filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:10px 16px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:6px}.filter-btn:hover{background:#e8f2ff;border-color:#07f}.filter-btn.active{background:#07f;border-color:#07f;color:#fff}.tickets-list{display:grid;gap:16px}.ticket-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .2s ease;border-left:4px solid #e0e0e0}.ticket-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.ticket-card.unsolved{border-left-color:#ff9800}.ticket-card.solved{border-left-color:#4caf50;opacity:.85}.ticket-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.ticket-icon{font-size:32px;flex-shrink:0}.ticket-info{flex:1;min-width:0}.ticket-subject{font-size:18px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.ticket-meta{display:flex;gap:16px;font-size:13px;color:#666;margin:0}.user-info{font-weight:500}.ticket-actions{flex-shrink:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.status-badge.unsolved{background:#fff3e0;color:#f57c00;border:1px solid #ffb74d}.status-badge.solved{background:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.status-badge:hover{opacity:.8;transform:scale(1.05)}.ticket-preview{color:#555;font-size:14px;line-height:1.5;margin-top:8px}.response-indicator{margin-top:12px;padding:8px 12px;background:#e3f2fd;color:#1976d2;border-radius:6px;font-size:13px;font-weight:500;display:inline-block}.no-tickets{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.no-tickets p{font-size:16px;color:#666}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:22px;font-weight:600;color:#1a1a1a}.close-btn{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px 8px;transition:color .2s ease}.close-btn:hover{color:#000}.modal-body{padding:24px}.ticket-details{background:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:24px}.detail-row{display:flex;gap:8px;margin-bottom:12px;font-size:14px}.detail-row:last-child{margin-bottom:0}.detail-row strong{min-width:80px;color:#555}.ticket-message{margin-bottom:24px}.ticket-message h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.ticket-message p{font-size:15px;line-height:1.6;color:#333;white-space:pre-wrap}.admin-response-section h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.admin-response-section form{display:flex;flex-direction:column;gap:12px}.response-textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:14px;font-family:Arial,sans-serif;resize:vertical;outline:none;transition:border .2s ease}.response-textarea:focus{border-color:#07f}.send-response-btn{padding:12px 24px;background:#07f;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease;align-self:flex-end}.send-response-btn:hover{background:#005fcc}@media (max-width: 768px){.admin-help-container{padding:16px}.admin-help-header h1{font-size:24px}.ticket-stats{grid-template-columns:1fr}.filter-buttons{flex-direction:column}.filter-btn{width:100%;justify-content:center}.ticket-header{flex-wrap:wrap}.ticket-meta{flex-direction:column;gap:4px}.modal-content{max-height:95vh;margin:10px}.modal-header h2{font-size:18px}}.sidebar{width:280px;background-color:#ecdf9f;border-right:1px solid #e5e7eb;padding:2rem;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar h3{font-weight:700;font-size:1.25rem;color:#001f3f;margin-bottom:1rem}.progress-bar{width:100%;height:6px;background:#fff;border-radius:4px;margin-bottom:1.25rem}.progress-fill{height:100%;background:#001f3f;border-radius:4px;transition:width .3s ease-in-out}.sidebar-list{list-style:none;padding:0;margin:0;flex:1}.sidebar-item{padding:.6rem 0;cursor:pointer;color:#333;font-size:.95rem;transition:color .2s;display:flex;align-items:center;gap:.5rem}.sidebar-item.active{font-weight:600;color:#001f3f}.sidebar-item.done{color:#001f3f}.sidebar-item:hover{color:#0d2f5d}@media (max-width: 900px){.profile-builder-container{flex-direction:column}.sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid #e5e7eb;flex-direction:row;align-items:center;justify-content:space-between}.sidebar-list{display:flex;gap:1rem;overflow-x:auto}}.profile-builder-container{display:flex;min-height:100vh;background:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;color:#001f3f}.form-section{flex:1;padding:.5rem 4rem;background-color:#fff;overflow-y:auto}.section h2{font-size:2rem;font-weight:700;color:#001f3f}.section p{color:#4f5d75;font-size:16px;margin-top:5px;margin-bottom:1rem;line-height:1.5}.section input,.section select,.section textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;margin-bottom:1rem;outline:none;transition:border .2s ease-in-out}.section input:focus,.section select:focus,.section textarea:focus{border-color:#bfa34b}.section textarea{resize:vertical}.section label{font-weight:650;font-size:16px;padding-bottom:2px}.multi-select{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.multi-select label{font-size:.9rem;color:#333;cursor:pointer}.section-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}button.skip,button.link{background:none;border:none;color:#4f5d75;font-size:.9rem;cursor:pointer}button.link:hover{text-decoration:underline}.summary-card{border:1px solid #e5e7eb;border-radius:12px;padding:.2rem 1rem 1rem;background-color:#fafafa}.summary-card h3{font-weight:700;font-size:20px}.completion-actions{display:flex;gap:1rem;margin-top:1.5rem}.completion-actions .next{background-color:#001f3f;color:#fff}.completion-actions .skip{background:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:8px;padding:10px 20px}.tags-container{display:flex;gap:.5rem;flex-wrap:wrap;margin:.5rem 0 1rem}.pill-chip{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#eef3ff,#e3e9ff);border:1px solid #c5d3ff;border-radius:999px;padding:9px 14px;font-size:.95rem;font-weight:600;color:#0f172a;box-shadow:0 4px 10px #1f293714}.pill-chip button{all:unset;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#0f172a14;border:1px solid #bfcaf5;color:#0f172a;cursor:pointer;border-radius:50%;line-height:1;font-weight:700;transition:background .15s ease,border-color .15s ease,transform .1s ease}.pill-chip button:hover{background:#0f172a24;border-color:#8ea2f6;transform:translateY(-1px)}.confirm-center{display:flex;align-items:center;justify-content:center;gap:10px;margin:20px 0}.form-section::-webkit-scrollbar{width:8px}.form-section::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:8px}.intro-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;background-color:#fff;color:#001f3f}.intro-section h1{font-size:2rem;font-weight:700;margin-bottom:1rem}.intro-section p{font-size:1rem;color:#4f5d75;max-width:400px;line-height:1.5;margin-bottom:2rem}.start-btn{background-color:#e9d48e;color:#001f3f;border:none;padding:12px 28px;border-radius:8px;cursor:pointer;font-weight:650;font-size:1rem;transition:background .3s ease}.start-btn:hover{background-color:#a8903d}.small-link{margin-top:1.5rem;font-size:.9rem;color:#4f5d75}.description{font-size:.9rem;color:#777;margin-bottom:6px}.error-message,.warning-text{color:#d93025;font-size:.85rem;margin-top:4px;margin-bottom:10px}.toggle-row{display:flex;align-items:center;gap:.75rem;margin:.75rem 0}.subsector-grid{display:grid;gap:1rem;margin-top:1rem}@media (min-width: 768px){.subsector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.subsector-group label{font-size:.9rem;font-weight:600}.section-divider{border-top:1px solid #e5e7eb;margin:1.5rem 0}.nested-card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem;background:#fafafa}.file-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.portfolio-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem 1rem;background-color:#fff;gap:1rem}.selected-info{font-size:.9rem;margin-top:6px}.label-light{color:#777;font-weight:500}.availability-placeholder{height:60px;background:transparent}.inline-field{display:flex;align-items:center;justify-content:space-between;margin:1.2rem 0}.inline-field label{margin-right:1rem;font-weight:500}.radio-group{display:flex;gap:15px}.radio-option{display:flex;align-items:center;gap:5px}.daily-rate-row{display:flex;align-items:center;gap:8px;margin-bottom:1.2rem}.currency-select{width:90px;padding:6px 8px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;background-color:#fff;flex-shrink:0}.availability-placeholder{height:50px;background:transparent}.travel-inline{display:flex;align-items:center;gap:10px;margin:1rem 0}.travel-label{font-weight:500;white-space:nowrap}.daily-rate-row{display:flex;align-items:center;gap:10px;margin-bottom:1.2rem;width:100%}.currency-select{width:50px;padding:8px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;flex-shrink:0;background-color:#fff}.rate-input{flex:1;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.availability-placeholder{height:50px}.travel-inline{display:flex;align-items:center;gap:12px;margin:1rem 0}.travel-label{font-weight:500;margin-right:8px;white-space:nowrap}.radio-inline{display:flex;align-items:center;gap:20px}.radio-inline label{display:flex;align-items:center;gap:4px}.daily-rate-row select.currency-select{width:80px!important;flex-shrink:0;display:inline-block}.daily-rate-row input.rate-input{flex:1;display:inline-block}.section-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}button.next{background-color:#001f3f;color:#fff;border:none;padding:10px 22px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s}button.next:hover{background-color:#0d2f5d}button.back{background:none;border:1px solid #ccc;color:#001f3f;border-radius:8px;padding:10px 22px;cursor:pointer;font-weight:500;transition:.3s}button.back:hover{background-color:#f2f2f2}.intro-page-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#fff}.intro-content{text-align:center;max-width:600px;margin:0 auto;padding:3rem 2rem}.intro-subtext{font-size:1rem;color:#4a5568;margin-bottom:1.5rem}.intro-description{font-size:1rem;color:#4a5568;margin-bottom:2.5rem;line-height:1.6}.intro-wrapper{display:flex;align-items:center;justify-content:center;height:100%;min-height:100vh;width:100%;background-color:#fff}.intro-inner{text-align:center;width:100%;max-width:650px;margin:0 auto;padding:3rem 2rem}.intro-title{font-size:2rem;font-weight:700;color:#001f3f;margin-bottom:1rem}.intro-subtext,.intro-description{font-size:1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.intro-description{margin-bottom:2.5rem}.intro-signin{margin-top:1.5rem;color:#4a5568}.signin-link{color:#c69c2e;font-weight:600;text-decoration:none}.signin-link:hover{text-decoration:underline}.confirm-center{display:flex;justify-content:center;align-items:center;gap:10px;margin:2rem auto;text-align:center}.confirm-center input[type=checkbox]{width:18px;height:18px;cursor:pointer}.confirm-center label{font-size:1rem;color:#001f3f;font-weight:500;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-in-out}.modal-container{background-color:#fff;border-radius:12px;padding:2rem;width:450px;text-align:center;box-shadow:0 8px 25px #0000004d}.modal-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pb-dropdown-container{width:100%;background:#fff;border-radius:10px;border:1px solid #e5e7eb;margin-bottom:16px;box-shadow:0 2px 6px #0000000d;overflow:hidden}.pb-dropdown-header{width:100%;padding:10px;font-size:18px;font-weight:300;background:#f8fafc;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left}.pb-dropdown-header:hover{background:#eef2f7}.pb-dropdown-icon{font-size:18px}.pb-dropdown-body{padding:20px 22px;background:#fff;border-top:1px solid #e5e7eb}.pb-empty-text{color:#6b7280;font-size:15px;margin:0}.pb-data-block{padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;white-space:pre-wrap;font-family:Inter,sans-serif}.heading{position:fixed;top:0;left:0;right:0;height:72px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;background-color:#fff;color:var(--navy);box-shadow:0 4px 14px #0f172a14;z-index:30}.heading-left{display:flex;align-items:center;gap:12px;cursor:pointer}.heading-logo{width:44px;height:44px;border-radius:10px;object-fit:cover}.heading-title{font-size:1.2rem;font-weight:700;margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif}.heading-user{position:relative;display:flex;align-items:center}.user-btn{background:none;border:none;color:var(--navy);font-weight:600;cursor:pointer;font-size:.95rem;display:inline-flex;align-items:center;gap:6px}.user-btn:hover{color:var(--gold-dark)}.user-btn-label{line-height:1}.user-btn-icon{width:16px;height:16px;stroke-width:2}.user-dropdown{position:absolute;right:0;top:120%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;list-style:none;padding:6px 0;margin:0;box-shadow:0 8px 18px #0f172a1f;min-width:180px}.user-dropdown li{padding:0}.user-dropdown button{width:100%;background:transparent;border:none;text-align:left;padding:10px 16px;cursor:pointer;font-size:.9rem;color:var(--ink);font-weight:500}.user-dropdown button:hover{background:#f3f4f6}.sidenav{position:fixed;top:72px;left:0;height:calc(100vh - 72px);width:220px;background-color:var(--navy);color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:16px 0;box-shadow:2px 0 12px #0f172a26;z-index:25}.sidenav-links{display:flex;flex-direction:column;gap:6px;width:100%;padding:0 12px}.nav-item{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;padding:10px 14px;border-radius:10px;margin:0 6px;transition:background-color .2s ease,color .2s ease;font-weight:600;letter-spacing:.01em;background:none;border:none;width:calc(100% - 12px);cursor:pointer}.nav-icon{flex-shrink:0}.nav-label{display:inline-flex;align-items:center;gap:6px}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.nav-item.active .nav-dot{background:#dc2626}.nav-item:hover{background-color:var(--gold);color:var(--navy)}.nav-item.active{background-color:#fff;color:var(--navy);box-shadow:inset 0 0 0 1px #1f2a4417}@media (max-width: 900px){.sidenav{display:none}}
