body{--profile-bg: var(--bg-color, #f6f8fa);--profile-surface: var(--white, #fff);--profile-surface-2: #f0f2f5;--profile-border: rgba(27, 31, 36, .08);--profile-text: var(--primary-color, #24292f);--profile-text-muted: var(--secondary-color, #57606a);--profile-accent: #2da44e;--profile-accent-warm: #f59e0b;--profile-accent-blue: #0969da}.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.pa-search-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.pa-search-content{max-width:620px;width:100%;margin:0 auto;text-align:center}.pa-search-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1rem;color:var(--profile-text);letter-spacing:-.02em;opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.pa-search-title .highlight{background:linear-gradient(135deg,#2da44e,#1a7f37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.pa-search-title .highlight:after{content:"";position:absolute;bottom:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#2da44e33,#1a7f3733);border-radius:4px;transform:translateY(4px);animation:expandWidth .8s cubic-bezier(.16,1,.3,1) .3s forwards;transform-origin:left;width:0}@keyframes expandWidth{0%{width:0}to{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pa-search-tagline{color:var(--profile-text-muted);font-size:1.15rem;margin-bottom:2.5rem;line-height:1.6;max-width:520px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .15s forwards}.pa-search-form{display:flex;flex-direction:column;gap:1rem}.pa-search-input-wrap{display:flex;align-items:center;background:var(--profile-surface);border:1px solid #d0d7de;border-radius:10px;padding:0 1rem;transition:border-color .2s ease,box-shadow .2s ease}.pa-search-input-wrap:focus-within{border-color:var(--profile-accent-blue);box-shadow:0 0 0 3px #0969da1f}.pa-at-sign{color:var(--profile-text-muted);font-size:1.125rem;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;margin-right:.25rem;font-family:ui-monospace,SFMono-Regular,monospace}.pa-search-input{flex:1;background:transparent;border:none;outline:none;color:var(--profile-text);font-size:1.125rem;padding:.875rem 0;font-family:inherit}.pa-search-input::-moz-placeholder{color:var(--profile-text-muted);opacity:.6}.pa-search-input::placeholder{color:var(--profile-text-muted);opacity:.6}.pa-search-form .search-button{margin-top:.5rem}.pa-search-error{color:var(--error-color, #dc2626);font-size:.8125rem;text-align:left;padding-left:.25rem}.pa-inline-search{max-width:960px;margin:0 auto;padding:1.5rem 1.5rem 0}.pa-inline-title{font-size:1rem;font-weight:600;color:var(--profile-text-muted);margin-bottom:.75rem}.pa-inline-search .pa-search-form{flex-direction:row;align-items:stretch;gap:.75rem}.pa-inline-search .pa-search-input-wrap{flex:1}.pa-inline-search .search-button{margin:0;min-width:auto;max-width:none;padding:.75rem 1.5rem;white-space:nowrap}.pa-page{min-height:60vh}.pa-results{max-width:960px;margin:0 auto;padding:2rem 1.5rem 4rem}.pa-section{margin-bottom:3rem}.pa-section-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--profile-text-muted);border-bottom:1px solid var(--profile-border);padding-bottom:.75rem;margin-bottom:1.25rem}.pa-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #1b1f2414,0 8px 24px #1b1f240f;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.pa-card:hover{transform:translateY(-2px);border-color:#0969da33;box-shadow:0 4px 8px #1b1f241a,0 16px 32px #1b1f2414}.pa-header-section{padding:0;margin-bottom:2rem}.pa-profile-header{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem}.pa-avatar{width:100px;height:100px;border-radius:50%;border:3px solid var(--profile-accent);flex-shrink:0;-o-object-fit:cover;object-fit:cover}.pa-profile-info{display:flex;flex-direction:column;gap:.375rem;min-width:0}.pa-name{font-size:2rem;font-weight:700;line-height:1.2;color:var(--profile-text);margin:0}.pa-username{color:var(--profile-accent-blue);text-decoration:none;font-size:1rem;transition:opacity .2s ease}.pa-username:hover{opacity:.8;text-decoration:underline}.pa-bio{color:var(--profile-text-muted);font-size:.9375rem;line-height:1.5;max-width:600px;margin-top:.25rem}.pa-meta-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.375rem 1rem;font-size:.8125rem;color:var(--profile-text-muted);margin-top:.5rem}.pa-meta-item{display:flex;align-items:center;gap:.375rem;white-space:nowrap}.pa-meta-item+.pa-meta-item:before{content:"·";color:#d0d7de;font-weight:700;margin-right:0;font-size:1rem}.pa-badge-hireable{display:inline-flex;align-items:center;gap:.25rem;background:#2da44e1a;color:var(--profile-accent);padding:.125rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border:1px solid rgba(45,164,78,.2)}.pa-summary-section{margin-bottom:1.5rem;padding:0}.pa-summary-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:var(--profile-surface);border:1px solid var(--profile-border);border-left:4px solid var(--profile-accent);border-radius:12px;box-shadow:0 1px 3px #1b1f240f}.pa-summary-icon{flex-shrink:0;color:var(--profile-accent);margin-top:2px}.pa-summary-text{font-size:.9375rem;line-height:1.7;color:var(--profile-text);margin:0}.pa-share-bar{display:flex;gap:.75rem;margin-bottom:2rem}.pa-share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:8px;color:var(--profile-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,opacity .15s ease;font-family:inherit}.pa-share-btn:hover{border-color:var(--profile-accent);box-shadow:0 0 0 2px #2da44e1a}.pa-share-btn:active{transform:scale(.97)}.pa-share-btn--loading{opacity:.6;pointer-events:none}.pa-share-btn--success{border-color:var(--profile-accent);color:var(--profile-accent)}.pa-share-btn svg{width:16px;height:16px;flex-shrink:0}.pa-badges-section{margin-bottom:2rem;padding:0}.pa-badges-row{display:flex;flex-wrap:wrap;gap:.5rem}.pa-badge-item{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:9999px;font-size:.8125rem;font-weight:500;color:var(--profile-text);cursor:default;transition:border-color .15s ease,box-shadow .15s ease}.pa-badge-item:hover{border-color:var(--profile-accent);box-shadow:0 0 0 2px #2da44e1a}.pa-badge-icon{display:flex;align-items:center;color:var(--profile-accent);flex-shrink:0}.pa-badge-icon svg{width:14px;height:14px}.pa-badge-label{white-space:nowrap}.pa-scores-section{margin-bottom:2.5rem}.pa-score-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:16px;padding:1.25rem 1.5rem;gap:1.5rem;box-shadow:0 1px 3px #1b1f2414,0 8px 24px #1b1f240f}.pa-gauge{display:flex;flex-direction:column;align-items:center;gap:.125rem;flex:1}.pa-gauge-value{font-size:1.25rem;font-weight:700;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace}.pa-gauge-label{font-size:.75rem;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.pa-overall-score{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding-left:1.5rem;border-left:1px solid var(--profile-border);flex-shrink:0}.pa-overall-number{font-size:2rem;font-weight:800;color:var(--profile-accent);font-family:ui-monospace,SFMono-Regular,monospace;line-height:1.1}.pa-overall-label{font-size:.75rem;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.pa-two-col{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start}.pa-col-left,.pa-col-right{display:flex;flex-direction:column;gap:1.5rem}.pa-proficiency-wrap{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.pa-ring-container{position:relative;width:160px;height:160px;flex-shrink:0}.pa-ring{width:100%;height:100%;transform:rotate(-90deg)}.pa-ring circle{fill:none}.pa-ring-progress{transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1)}.pa-ring-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.125rem}.pa-ring-score{font-size:2.5rem;font-weight:800;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace;line-height:1}.pa-ring-label{font-size:.6875rem;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.06em}.pa-proficiency-details{display:flex;flex-direction:column;gap:.625rem;flex:1;min-width:0}.pa-proficiency-level{font-size:1.25rem;font-weight:700;color:var(--profile-accent)}.pa-proficiency-years{font-size:.875rem;color:var(--profile-text-muted)}.pa-role-primary{margin-bottom:1.25rem}.pa-role-name{font-size:1.5rem;font-weight:700;color:var(--profile-text);margin-bottom:.75rem}.pa-role-bar-wrap{display:flex;flex-direction:row;align-items:center;background:var(--profile-surface-2);border-radius:6px;overflow:hidden;position:relative;height:32px}.pa-role-bar{background:var(--profile-accent);height:32px;border-radius:6px;transition:width 1s cubic-bezier(.4,0,.2,1);min-width:4px}.pa-role-score{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-weight:700;font-size:.875rem;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace}.pa-role-others{display:flex;flex-direction:column;gap:.5rem}.pa-role-alt{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--profile-border)}.pa-role-alt:last-child{border-bottom:none}.pa-role-alt-name{color:var(--profile-text-muted);font-size:.9375rem}.pa-role-alt-score{font-weight:700;font-size:.9375rem;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace}.pa-stat-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--profile-border)}.pa-stat-row:last-child{border-bottom:none}.pa-stat-label{color:var(--profile-text-muted);font-size:.875rem}.pa-stat-value{font-weight:700;text-align:right;font-size:.875rem;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace}.pa-email-list{display:flex;flex-direction:column}.pa-email-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem .625rem;border-left:3px solid transparent;border-bottom:1px solid var(--profile-border);transition:background-color .15s ease}.pa-email-row:last-child{border-bottom:none}.pa-email-row:hover{background:#0969da0a}.pa-email-primary{border-left-color:var(--profile-accent-warm)}.pa-email-address{flex-shrink:0;color:var(--profile-text);font-size:.875rem;font-family:ui-monospace,SFMono-Regular,monospace}.pa-email-badges{display:flex;flex-direction:row;gap:.25rem;flex-wrap:wrap}.pa-badge{display:inline-flex;align-items:center;background:var(--profile-surface-2);color:var(--profile-text-muted);font-size:.7rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500;white-space:nowrap}.pa-badge-primary{background:var(--profile-accent-warm);color:#000;font-weight:600}.pa-email-count{color:var(--profile-text-muted);font-size:.8125rem;margin-bottom:.75rem}.pa-email-footer{color:var(--profile-text-muted);font-size:.75rem;margin-top:.75rem;text-align:right;font-style:italic}.pa-cal-container{overflow:hidden}.pa-cal-svg{display:block;width:100%;height:auto}.pa-cal-month,.pa-cal-day-label{font-size:10px;fill:var(--profile-text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pa-cal-cell{stroke:var(--profile-surface);stroke-width:1}.pa-cal-level-0{fill:var(--profile-surface-2)}.pa-cal-level-1{fill:#9be9a8}.pa-cal-level-2{fill:#40c463}.pa-cal-level-3{fill:#30a14e}.pa-cal-level-4{fill:#216e39}.pa-cal-legend{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:.75rem;font-size:.6875rem;color:var(--profile-text-muted)}.pa-cal-legend-label{margin:0 2px}.pa-cal-cell-inline{display:inline-block;width:11px;height:11px;border-radius:2px}.pa-cal-cell-inline.pa-cal-level-0{background:var(--profile-surface-2)}.pa-cal-cell-inline.pa-cal-level-1{background:#9be9a8}.pa-cal-cell-inline.pa-cal-level-2{background:#40c463}.pa-cal-cell-inline.pa-cal-level-3{background:#30a14e}.pa-cal-cell-inline.pa-cal-level-4{background:#216e39}.pa-weekly-container{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--profile-border)}.pa-weekly-chart{display:flex;align-items:flex-end;gap:2px;height:60px}.pa-weekly-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;position:relative;cursor:default}.pa-weekly-bar{width:100%;min-height:1px;background:var(--profile-accent);border-radius:2px 2px 0 0;transition:opacity .15s ease;opacity:.7}.pa-weekly-col:hover .pa-weekly-bar{opacity:1}.pa-weekly-label{position:absolute;bottom:-16px;font-size:9px;color:var(--profile-text-muted);white-space:nowrap}.pa-lang-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;margin-bottom:1rem}.pa-lang-segment{min-width:3px;transition:opacity .15s ease}.pa-lang-segment:hover{opacity:.8}.pa-lang-legend{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.pa-lang-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}.pa-lang-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pa-lang-name{color:var(--profile-text)}.pa-lang-pct{color:var(--profile-text-muted);font-size:.75rem;font-family:ui-monospace,SFMono-Regular,monospace}.pa-repo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.pa-repo-card{text-decoration:none;color:inherit;display:block}.pa-repo-card .pa-card{height:100%;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.pa-repo-name{font-weight:700;font-size:.9375rem;color:var(--profile-text);transition:color .15s ease;margin-bottom:.375rem}.pa-repo-card:hover .pa-repo-name{color:var(--profile-accent-blue)}.pa-repo-desc{color:var(--profile-text-muted);font-size:.875rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pa-repo-meta{display:flex;flex-direction:row;flex-wrap:wrap;gap:.875rem;color:var(--profile-text-muted);font-size:.8rem;margin-top:.75rem;align-items:center}.pa-repo-lang{display:flex;align-items:center;gap:.375rem}.pa-repo-lang:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--profile-accent-blue);flex-shrink:0}.pa-breakdown-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.pa-breakdown-item{text-align:center;padding:.75rem .25rem}.pa-breakdown-value{font-size:1.5rem;font-weight:800;color:var(--profile-text);font-family:ui-monospace,SFMono-Regular,monospace;line-height:1.2}.pa-breakdown-label{font-size:.75rem;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem}.pa-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;gap:1.25rem}.pa-loading-text{font-size:1.25rem;color:var(--profile-text);font-weight:500}.pa-cursor{display:inline-block;width:2px;height:1.25em;background:var(--profile-accent);margin-left:2px;vertical-align:text-bottom;animation:blink 1s step-end infinite}.pa-skeleton-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:640px;margin-top:1.5rem}.pa-skeleton-card{height:200px;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:16px;overflow:hidden;position:relative}.pa-skeleton-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--profile-surface) 0%,var(--profile-surface-2) 40%,var(--profile-surface-2) 60%,var(--profile-surface) 100%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.pa-skeleton-wide{grid-column:span 2}.pa-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;max-width:480px;margin:0 auto}.pa-error-icon{width:60px;height:60px;border-radius:50%;background:#dc26261a;color:var(--error-color, #dc2626);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:1.5rem;border:1px solid rgba(220,38,38,.2)}.pa-error-title{font-size:1.5rem;font-weight:700;color:var(--profile-text);margin-bottom:.75rem}.pa-error-msg{color:var(--profile-text-muted);font-size:.9375rem;line-height:1.6;margin-bottom:2rem}.pa-retry-btn{background:var(--profile-accent);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.pa-retry-btn:hover{background:#238636}.pa-retry-btn:active{transform:scale(.97)}.pa-muted{color:var(--profile-text-muted)}@keyframes fadeUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pa-section{animation:fadeUp .5s ease both}.pa-section:nth-child(2){animation-delay:.05s}.pa-section:nth-child(3){animation-delay:.1s}.pa-section:nth-child(4){animation-delay:.15s}.pa-section:nth-child(5){animation-delay:.2s}.pa-section:nth-child(6){animation-delay:.25s}@media (max-width: 768px){.pa-two-col{grid-template-columns:1fr}.pa-profile-header{flex-direction:column;align-items:center;text-align:center}.pa-avatar{width:80px;height:80px}.pa-profile-info{align-items:center}.pa-name{font-size:1.5rem}.pa-bio{text-align:center;max-width:100%}.pa-meta-row{justify-content:center}.pa-score-bar{flex-wrap:wrap;gap:1rem;padding:1rem}.pa-overall-score{width:100%;border-left:none;padding-left:0;padding-top:.75rem;border-top:1px solid var(--profile-border)}.pa-breakdown-grid{grid-template-columns:repeat(3,1fr)}.pa-share-bar{flex-direction:column}.pa-share-btn{justify-content:center}.pa-inline-search .pa-search-form{flex-direction:column}.pa-inline-search .search-button{width:100%}.pa-search-content{max-width:100%}.pa-results{padding:1.5rem 1rem 3rem}.pa-proficiency-wrap{flex-direction:column;align-items:center;text-align:center}.pa-proficiency-details{align-items:center}.pa-cal-container{margin:0 -.5rem}.pa-weekly-chart{height:48px}.pa-lang-legend{gap:.375rem 1rem}.pa-repo-grid,.pa-skeleton-grid{grid-template-columns:1fr}.pa-skeleton-wide{grid-column:span 1}.pa-card{padding:1.25rem}.pa-role-name{font-size:1.25rem}}@media (max-width: 480px){.pa-breakdown-grid{grid-template-columns:repeat(2,1fr)}.pa-breakdown-value{font-size:1.25rem}.pa-search-page{padding:2rem 1rem}.pa-email-row{flex-wrap:wrap;gap:.375rem}.pa-weekly-chart{height:40px;gap:1px}.pa-lang-legend{gap:.375rem .75rem}.pa-lang-legend-item{font-size:.75rem}.pa-ring-container{width:130px;height:130px}.pa-ring-score{font-size:2rem}}
