.search-form{display:flex;flex-direction:column;gap:.75rem}.search-form.hero{align-items:center;text-align:center}.search-form.hero .search-form__form{width:min(640px,100%);box-shadow:0 25px 60px #0f172a40}.search-form__form{display:flex;gap:.65rem;padding:.8rem;background:#ffffffeb;border-radius:1.1rem;border:1px solid rgba(148,163,184,.25)}.search-form__input{flex:1;font-size:1rem;border:none;background:transparent;padding:.5rem .65rem}.search-form__input:focus{outline:none}.search-form.compact .search-form__form{background:#ffffffd9;padding:.5rem .65rem;border-radius:.85rem}.search-form.compact .search-form__input{font-size:.95rem}.search-form.compact .primary{padding:.55rem .9rem}.search-suggestions{width:min(640px,100%);display:flex;flex-direction:column;gap:.45rem;align-self:center;color:var(--text-strong)}.hint{font-size:.85rem;color:var(--text-muted)}.hint.error{color:var(--danger)}.suggestion-list{margin:0;padding:.25rem;list-style:none;display:flex;flex-direction:column;gap:.35rem;background:#fff;border-radius:.9rem;border:1px solid var(--border);box-shadow:0 12px 24px #0f172a14}.suggestion-list li button{width:100%;display:flex;align-items:center;gap:.75rem;background:transparent;border-radius:.75rem;padding:.55rem .75rem;color:var(--text-strong);border:none;text-align:left}.suggestion-list li button:hover{background:#94a3b82e}.suggestion-list img{width:32px;height:32px;border-radius:999px}@media (max-width: 600px){.search-form__form{flex-direction:column}.search-form__input,.search-form__form .primary{width:100%}}.home-page{display:flex;justify-content:center}.hero{width:min(800px,100%);display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.hero-copy h1{font-size:clamp(2rem,4vw,2.8rem)}.hero-copy p{font-size:1.05rem;color:var(--text-muted)}.hero-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;color:var(--text-muted)}.hero-highlights li{display:flex;gap:.5rem;align-items:center;justify-content:center}.profile{display:flex;flex-direction:column;gap:1.75rem}.profile__header{display:flex;gap:1.5rem;align-items:center}.profile__avatar-wrapper{width:128px;height:128px;padding:4px;border-radius:50%;background:linear-gradient(135deg,#2563eb73,#6366f173)}.profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile__meta{display:flex;flex-direction:column;gap:.5rem}.profile__username{color:var(--text-muted);font-weight:600}.profile__bio{color:var(--text-muted)}.profile__links{display:flex;gap:1rem;flex-wrap:wrap}.profile__links a{font-size:.9rem;color:var(--accent)}.profile__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.detail{padding:.85rem 1rem;border-radius:1rem;background:var(--bg-muted);display:flex;flex-direction:column;gap:.3rem}.detail__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.detail__value{font-weight:600;color:var(--text-strong)}.profile__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;text-align:center}@media (max-width: 680px){.profile__header{flex-direction:column;text-align:center}.profile__links{justify-content:center}}.languages{display:flex;flex-direction:column;gap:1.2rem}.languages__content{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:center}.chart{width:100%;min-height:240px}.languages__legend{display:flex;flex-direction:column;gap:1rem}.languages__legend ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.languages__legend li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-muted)}.languages__legend .count{margin-left:auto;font-weight:600;color:var(--text-strong)}.languages__legend .color{width:12px;height:12px;border-radius:4px}.summary{display:flex;gap:1rem;flex-wrap:wrap}.summary div{display:flex;flex-direction:column;gap:.3rem;padding:.65rem .9rem;border-radius:.9rem;background:var(--bg-muted)}.summary__label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.summary__value{font-weight:600;color:var(--text-strong)}.highlights{display:flex;flex-direction:column;gap:1.25rem}.highlights__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.highlight-card{padding:1.1rem 1.25rem;border-radius:1rem;background:var(--bg-muted);border:1px solid rgba(148,163,184,.25);display:flex;flex-direction:column;gap:.7rem;min-height:200px}.highlight-card h4{margin:0;font-size:1.05rem}.highlight-card p{color:var(--text-muted);flex:1}.highlight-card .meta,.highlight-card .footer{font-size:.85rem;color:var(--text-muted)}.highlight-card .badge{background:#2563eb1a;color:#2563eb;font-size:.75rem;font-weight:600}.repos{display:flex;flex-direction:column;gap:1.5rem}.repos__header{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center;justify-content:space-between}.repos__controls{display:flex;gap:1rem;flex-wrap:wrap}.repos__controls label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text-muted)}.repos__controls select{min-width:160px}.repos__list{display:grid;gap:1.25rem}.repo-card{padding:1.1rem 1.25rem;border-radius:1rem;border:1px solid rgba(148,163,184,.25);background:var(--bg-muted);display:flex;flex-direction:column;gap:.85rem}.repo-card header{display:flex;flex-direction:column;gap:.5rem}.repo-card .title{display:flex;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:600}.repo-card p{color:var(--text-muted)}.repo-card footer ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.75rem 1rem;font-size:.9rem;color:var(--text-muted)}.repo-card .badge{background:#f3f4f6cc;color:var(--text-muted)}.repos .empty{text-align:center;color:var(--text-muted);padding:1rem}.hint-text{color:var(--text-muted)}.user-page{display:flex;flex-direction:column;gap:2rem}.search-section{margin-bottom:1rem}.search-section .search-form__form{box-shadow:0 15px 45px #0f172a1f}.insights-grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card.loading,.card.error{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.card.error{border:1px solid rgba(220,38,38,.25);background:#fee2e273}.card.loading{background:#ffffffd9}@media (max-width: 720px){.search-section{margin-bottom:.75rem}}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background-color:#f8fafc;color:#0f172a;--bg-surface: #ffffff;--bg-muted: #f1f5f9;--bg-emphasis: #0f172a;--text-strong: #0f172a;--text-muted: #475569;--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .12);--border: rgba(148, 163, 184, .4);--danger: #dc2626}*{box-sizing:border-box}body{margin:0;background:var(--bg-muted);min-height:100vh;color:var(--text-strong)}#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:var(--text-strong)}.app-header{padding:1.25rem clamp(1.5rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;background:#fff;color:var(--text-strong);box-shadow:0 8px 24px #0f172a0f;border-bottom:1px solid var(--border)}.logo{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.1rem;letter-spacing:.02em;color:var(--text-strong);text-decoration:none}.logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#2563ebcc,#0ea5e9cc);display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 24px #2563eb40}.logo-mark__inner{width:16px;height:16px;border-radius:6px;background:#fff;box-shadow:inset 0 0 0 2px #2563eb40}.app-tagline{font-size:.85rem;color:var(--text-muted)}.app-main{padding:clamp(1.5rem,5vw,3rem)}.app-footer{padding:1rem clamp(1.5rem,4vw,3rem);text-align:center;background:#fff;color:var(--text-muted);border-top:1px solid var(--border)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;color:var(--text-strong)}p{margin:0;color:var(--text-muted)}button{font-family:inherit;border:none;cursor:pointer}input,select,button{transition:box-shadow .2s ease,transform .15s ease}input,select,textarea{font-family:inherit;padding:.65rem .75rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.4);background:#ffffffe6;color:var(--text-strong)}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 4px var(--accent-soft)}button.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.65rem 1.1rem;border-radius:.75rem;font-weight:600;box-shadow:0 10px 30px #2563eb40}button.primary:hover{transform:translateY(-1px);box-shadow:0 12px 35px #2563eb59}button.ghost{background:#2563eb1a;color:var(--accent);padding:.5rem .9rem;border-radius:.65rem}section.card{background:var(--bg-surface);border-radius:1.25rem;padding:clamp(1.25rem,4vw,2rem);box-shadow:0 18px 45px #0f172a1f;border:1px solid rgba(15,23,42,.05)}section.hero.card{background:var(--bg-muted);box-shadow:none;border:none}.grid-2{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;background:#0f172a12;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.02em}.stat-value{font-size:clamp(1.8rem,2vw,2.25rem);font-weight:700;color:var(--text-strong)}.stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}@media (max-width: 768px){.app-header{flex-direction:column;align-items:flex-start;gap:.4rem}.app-tagline{font-size:.8rem}}
