:root{--ink:#1f2a24;--paper:#f7f7f2;--surface:#fff;--moss:#3e6259;--moss-dark:#2b463f;--gold:#c99a3e;--rose:#b4483a;--mist:#e4e7e1;--mist-strong:#d3d8cf;--muted:#6b7570;--font-display:"Fraunces", "Iowan Old Style", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--shadow-card:0 1px 2px #1f2a240f, 0 8px 24px #1f2a240f}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}#root{min-height:100vh}h1,h2,h3{font-family:var(--font-display);color:var(--ink);margin:0}p{margin:0}button{font-family:var(--font-body)}:focus-visible{outline:2px solid var(--moss);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;transition:background-color .15s,border-color .15s,transform 50ms}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--moss);color:#fff}.btn--primary:hover:not(:disabled){background:var(--moss-dark)}.btn--outline{color:var(--rose);border-color:var(--mist-strong);background:0 0}.btn--outline:hover:not(:disabled){border-color:var(--rose);background:#b4483a0f}.btn--ghost{color:var(--muted);background:0 0;border-color:#0000}.btn--ghost:hover:not(:disabled){color:var(--ink);background:var(--mist)}.btn--block{width:100%}.auth-screen{grid-template-columns:minmax(280px,38%) 1fr;min-height:100vh;display:grid}.auth-screen__panel{background:var(--moss-dark);color:#eef1ea;flex-direction:column;justify-content:center;gap:1.25rem;padding:3rem;display:flex}.auth-screen__panel h1{font-family:var(--font-display);color:#fff;font-size:2.1rem;font-weight:500}.auth-screen__panel p{color:#c7d3c9;max-width:34ch;line-height:1.6}.auth-screen__form-area{justify-content:center;align-items:center;padding:2rem;display:flex}.auth-form{flex-direction:column;gap:1rem;width:100%;max-width:380px;display:flex}.auth-form h2{font-size:1.6rem;font-weight:500}.auth-form__subtitle{color:var(--muted);margin-top:-.5rem}.auth-form__switch{color:var(--muted);text-align:center;margin-top:.25rem;font-size:.9rem}.auth-form__switch a{color:var(--moss);font-weight:600;text-decoration:none}.auth-form__switch a:hover{text-decoration:underline}.field{color:var(--ink);flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.field input,.field textarea{font-family:var(--font-body);border-radius:var(--radius-sm);border:1px solid var(--mist-strong);background:var(--surface);color:var(--ink);resize:vertical;padding:.65rem .8rem;font-size:.95rem;font-weight:400}.field input:focus,.field textarea:focus{border-color:var(--moss)}.form-error{color:var(--rose);border-radius:var(--radius-sm);background:#b4483a14;border:1px solid #b4483a40;padding:.6rem .8rem;font-size:.85rem}.role-toggle{border:1px solid var(--mist-strong);border-radius:var(--radius-sm);display:flex;overflow:hidden}.role-toggle__option{background:var(--surface);cursor:pointer;color:var(--muted);border:none;border-right:1px solid var(--mist-strong);flex:1;padding:.6rem .5rem;font-size:.85rem;font-weight:600}.role-toggle__option:last-child{border-right:none}.role-toggle__option.is-active{background:var(--moss);color:#fff}.picker{flex-direction:column;gap:1.25rem;width:100%;max-width:420px;display:flex}.picker__title{font-size:1.5rem;font-weight:500}.picker__group{flex-direction:column;gap:.5rem;display:flex}.picker__group-label{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.68rem}.picker__list{flex-direction:column;gap:.4rem;display:flex}.picker__item{border:1px solid var(--mist);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;text-align:left;align-items:center;gap:.7rem;padding:.6rem .75rem;transition:border-color .15s,background-color .15s;display:flex}.picker__item:hover{border-color:var(--moss);background:#3e62590a}.picker__item-body{flex-direction:column;min-width:0;line-height:1.3;display:flex}.picker__item-body strong{color:var(--ink);font-size:.9rem;font-weight:600}.picker__item-body span{font-family:var(--font-mono);color:var(--muted);font-size:.68rem}.picker__add-btn{margin-top:.25rem}.navbar{background:var(--surface);border-bottom:1px solid var(--mist);z-index:10;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.navbar__brand{font-family:var(--font-display);color:var(--ink);align-items:center;gap:.6rem;font-size:1.15rem;font-weight:500;display:flex}.navbar__mark{border-radius:var(--radius-sm);background:var(--moss);color:#fff;width:32px;height:32px;font-family:var(--font-mono);justify-content:center;align-items:center;font-size:.8rem;font-weight:500;display:inline-flex}.navbar__mark--lg{border-radius:var(--radius-md);width:48px;height:48px;font-size:1rem}.navbar__user{align-items:center;gap:.85rem;display:flex}.navbar__user-info{flex-direction:column;align-items:flex-end;line-height:1.25;display:flex}.navbar__name{font-size:.9rem;font-weight:600}.navbar__role{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.68rem}.avatar{border-radius:var(--radius-sm);background:linear-gradient(155deg, var(--moss) 0%, var(--moss-dark) 100%);color:#fff;font-family:var(--font-mono);flex-shrink:0;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.avatar--sm{width:32px;height:32px;font-size:.7rem}.avatar--md{width:44px;height:44px;font-size:.85rem}.avatar--lg{width:60px;height:60px;font-size:1.1rem}.status-badge{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.68rem;display:inline-flex}.status-badge__dot{border-radius:50%;width:6px;height:6px}.status-badge--pending{color:#8a6a26;background:#c99a3e1f;border-color:#c99a3e4d}.status-badge--pending .status-badge__dot{background:var(--gold)}.status-badge--accepted{color:var(--moss-dark);background:#3e62591a;border-color:#3e625940}.status-badge--accepted .status-badge__dot{background:var(--moss)}.status-badge--rejected{color:var(--rose);background:#b4483a14;border-color:#b4483a38}.status-badge--rejected .status-badge__dot{background:var(--rose)}.page-loading{min-height:60vh;color:var(--muted);font-family:var(--font-mono);justify-content:center;align-items:center;font-size:.85rem;display:flex}.dashboard{flex-direction:column;gap:3rem;max-width:980px;margin:0 auto;padding:2.5rem 2rem 4rem;display:flex}.dashboard__section-header{margin-bottom:1.25rem}.dashboard__section-header h1{margin-bottom:.3rem;font-size:1.5rem;font-weight:500}.dashboard__section-header p{color:var(--muted);font-size:.9rem}.empty-state{border:1px dashed var(--mist-strong);border-radius:var(--radius-md);text-align:center;color:var(--muted);padding:2rem;font-size:.9rem}.mentor-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.mentor-card{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.mentor-card__header{align-items:center;gap:.75rem;display:flex}.mentor-card__header h3{font-size:1rem;font-weight:600;font-family:var(--font-body)}.mentor-card__expertise{font-family:var(--font-mono);color:var(--moss-dark);margin-top:.15rem;font-size:.7rem}.mentor-card__bio{color:var(--muted);font-size:.85rem;line-height:1.5}.mentor-card__status{font-family:var(--font-mono);color:var(--muted);text-align:center;background:var(--paper);border-radius:var(--radius-sm);padding:.5rem;font-size:.72rem}.mentor-card__compose{flex-direction:column;gap:.6rem;display:flex}.mentor-card__compose textarea{font-family:var(--font-body);border-radius:var(--radius-sm);border:1px solid var(--mist-strong);resize:vertical;padding:.6rem;font-size:.85rem}.mentor-card__compose textarea:focus{border-color:var(--moss)}.mentor-card__compose-actions{justify-content:flex-end;gap:.5rem;display:flex}.request-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.request-row{background:var(--surface);border:1px solid var(--mist);border-radius:var(--radius-md);align-items:flex-start;gap:.85rem;padding:1rem 1.15rem;display:flex}.request-row--pending{border-left:3px solid var(--gold)}.request-row__body{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.request-row__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.request-row__top strong{font-size:.95rem;font-weight:600}.request-row__email{font-family:var(--font-mono);color:var(--muted);font-size:.72rem}.request-row__message{color:var(--muted);font-size:.85rem;font-style:italic;line-height:1.5}.request-row__actions{gap:.5rem;margin-top:.4rem;display:flex}@media (width<=760px){.auth-screen{grid-template-columns:1fr}.auth-screen__panel{padding:2.5rem 1.5rem}.navbar{padding:.85rem 1.25rem}.navbar__user-info{display:none}.dashboard{padding:1.75rem 1.25rem 3rem}.request-row__top{flex-direction:column;align-items:flex-start;gap:.3rem}}
