:root{--purple: #4c1d95;--purple-light: #ede9fe;--border: #e5e7eb;--text: #1f2937;--text-muted: #6b7280;--bg: #f3f4f6;--orange: #eb6834;--blue: #2a78d6;--radar-grid: #e1e0d9;--warning-bg: #fdf3e7;--warning-border: #f5deb8;--warning-ink: #7a4a12}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-nav{display:flex;align-items:center;flex-shrink:0;gap:24px;height:64px;padding:0 24px;background:#fff;border-bottom:1px solid var(--border)}.top-nav__brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;color:var(--purple);white-space:nowrap}.top-nav__brand-divider{width:1px;height:20px;background:var(--border)}.top-nav__customer{font-weight:600;font-size:14px;color:var(--text-muted)}.top-nav__logo{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--purple);color:#fff;font-size:14px}.top-nav__search{position:relative;flex:1;max-width:480px}.top-nav__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;opacity:.6;pointer-events:none}.top-nav__search input{width:100%;padding:8px 12px 8px 32px;border:1px solid var(--border);border-radius:8px;background:var(--bg);font-size:14px}.top-nav__actions{margin-left:auto;display:flex;align-items:center;gap:14px}.top-nav__pill{display:flex;align-items:center;gap:4px;background:var(--purple-light);color:var(--purple);font-size:13px;font-weight:600;padding:5px 12px;border-radius:999px;white-space:nowrap}.top-nav__icon-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:15px;cursor:default}.top-nav__lang{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:14px;white-space:nowrap}.top-nav__user{display:flex;align-items:center;gap:6px;cursor:default}.top-nav__user-name{font-size:14px;font-weight:600;white-space:nowrap}.top-nav__ai-button{display:flex;align-items:center;gap:6px;background:var(--purple);color:#fff;border:none;font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer;white-space:nowrap}.top-nav__ai-button:hover{opacity:.92}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;padding:8px;max-height:400px;overflow-y:auto;z-index:20}.search-dropdown__empty{padding:12px;font-size:13px;color:var(--text-muted);text-align:center}.search-dropdown__group+.search-dropdown__group{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.search-dropdown__group-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:4px 8px}.search-dropdown__item{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;text-decoration:none;color:var(--text)}.search-dropdown__item:hover{background:var(--bg)}.search-dropdown__item-text{display:flex;flex:1;flex-direction:column;min-width:0;font-size:13px;font-weight:600}.search-dropdown__item-text span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-dropdown__item .badge{flex-shrink:0}.search-dropdown__item-sublabel{font-size:12px;font-weight:400;color:var(--text-muted)}.app-shell__body{flex:1;display:flex;min-height:0}.sidebar{display:flex;flex-direction:column;flex-shrink:0;width:220px;padding:12px 8px;background:#fff;border-right:1px solid var(--border);overflow-y:auto}.sidebar__group{display:flex;flex-direction:column;gap:2px}.sidebar__divider{height:1px;background:var(--border);margin:10px 8px}.sidebar__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border-left:3px solid transparent;color:var(--text);text-decoration:none;font-size:14px;font-weight:500}.sidebar__item:hover{background:var(--bg)}.sidebar__item--active{background:var(--purple-light);border-left-color:var(--purple);color:var(--purple);font-weight:700}.sidebar__icon{display:flex;align-items:center;justify-content:center;width:20px;flex-shrink:0}.app-shell__content{flex:1;min-height:0;padding:32px;overflow-y:auto}.page-placeholder{background:#fff;border:1px solid var(--border);border-radius:12px;padding:32px;max-width:640px}.page-placeholder--center{display:flex;align-items:center;justify-content:center;padding:80px 32px}.mentor-lib-logo{max-width:320px;width:100%;height:auto}.page-placeholder h1{margin-top:0}.page-placeholder p{color:var(--text-muted)}.spinner{border-radius:50%;background:conic-gradient(from 0deg,var(--purple),transparent 65%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 32px;color:var(--text-muted);font-size:14px}.search-dropdown__loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;font-size:13px;color:var(--text-muted)}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;max-width:1200px;margin:0 auto}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px}.card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card__header h2{margin:0;font-size:16px}.card__badge{font-size:13px;font-weight:600;color:var(--purple);background:var(--purple-light);padding:2px 10px;border-radius:999px}.card__empty{color:var(--text-muted);font-size:14px}.card h3{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:16px 0 8px}.avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;object-fit:cover;font-size:13px;font-weight:600;color:#fff}.avatar--sm{width:28px;height:28px;font-size:11px}.avatar--lg{width:56px;height:56px;font-size:18px}.avatar--square{border-radius:8px}.logo-tile{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;overflow:hidden;object-fit:cover;font-size:16px;font-weight:700;background:var(--bg)}.logo-tile--sm{width:28px;height:28px;border-radius:8px;font-size:12px}.badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px}.badge--category{background:var(--bg);color:var(--text-muted)}.relationship-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.relationship-row{display:flex;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--border)}.relationship-row:last-child{padding-bottom:0;border-bottom:none}.relationship-row__photo{position:relative;flex-shrink:0;padding-bottom:10px}.relationship-row__badge{position:absolute;bottom:0;left:50%;transform:translate(-50%);background:var(--purple);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:2px 8px;border-radius:999px;white-space:nowrap;box-shadow:0 0 0 2px #fff}.relationship-row__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;padding-top:2px}.relationship-row__title-line{display:flex;align-items:center;gap:8px}.relationship-row__name{font-size:15px;font-weight:700}.relationship-row__meta{font-size:13px;color:var(--text-muted)}.network-grid{display:flex;flex-wrap:wrap;gap:10px}.network-chip{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border:1px solid var(--border);border-radius:999px;font-size:13px;font-weight:500}.event-list{display:flex;flex-direction:column;gap:12px}.event-row{display:flex;align-items:center;gap:12px}.event-row__info{display:flex;flex-direction:column;min-width:0}.event-row__title{font-size:13px;font-weight:600}.event-row__meta{font-size:12px;color:var(--text-muted)}.radar-chart{display:flex;flex-direction:column;align-items:center;margin:4px 0 16px}.radar-chart__label{font-size:11px;fill:var(--text-muted)}.radar-chart__legend{display:flex;gap:20px;margin-top:8px}.radar-chart__legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.radar-chart__legend-swatch{display:inline-block;width:16px;height:2px;border-radius:1px}.priority-gaps{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:10px;padding:14px 16px;margin-bottom:16px}.priority-gaps__title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--warning-ink);margin-bottom:8px}.priority-gaps ul{margin:0;padding-left:18px;font-size:13px;font-weight:600;color:var(--warning-ink);display:flex;flex-direction:column;gap:4px}.card__cta{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--orange);color:#fff;font-weight:600;font-size:14px;text-decoration:none;border-radius:8px;padding:10px;margin-top:auto}.card__cta--purple{background:var(--purple)}.card__cta--blue{background:var(--blue)}.opportunities{max-width:1200px;margin:24px auto 0;background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px}.opportunities__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.opportunities__title{display:flex;align-items:center;gap:10px}.opportunities__title h2{margin:0;font-size:17px}.opportunities__title-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#fde8d7;color:#a16207}.opportunities__counts{display:flex;gap:8px}.opportunities__source{margin-bottom:20px}.opportunities__source-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin:0 0 12px;padding-left:10px;border-left:3px solid transparent}.opportunities__source-title--purple{color:var(--purple);border-left-color:var(--purple)}.opportunities__source-title--blue{color:var(--blue);border-left-color:var(--blue)}.opportunities__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.opportunity-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--border);border-radius:10px;padding:16px}.opportunity-card__title{font-size:14px;font-weight:700}.opportunity-card__description{margin:0;font-size:13px;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.opportunity-card__tags{display:flex;flex-wrap:wrap;gap:6px}.opportunity-card__cta{margin-top:auto;text-align:center;padding:8px;border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer}.opportunity-card__cta--purple{background:var(--purple)}.opportunity-card__cta--blue{background:var(--blue)}.opportunity-card__cta--joined{background:#16a34a}.opportunity-card__cta--outline{background:none;border:1px solid var(--border);color:var(--text-muted)}.opportunity-card__cta:hover{opacity:.92}.opportunity-card__cta:disabled{cursor:default;opacity:.85}.opportunities__footer{display:flex;gap:24px;padding-top:16px;border-top:1px solid var(--border)}.opportunities__footer-link{font-size:13px;font-weight:600;color:var(--text);text-decoration:none}.opportunities__footer-link:hover{color:var(--purple)}.card__cta:hover{opacity:.92}
