main[data-astro-cid-kh7btl4r]{max-width:1000px;margin:0 auto;padding:2rem 2rem 4rem}.back[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;margin-bottom:2rem;padding:.5rem 1rem;border-radius:8px;transition:var(--transition)}.back[data-astro-cid-kh7btl4r]:hover{color:var(--text-primary);background:var(--bg-tertiary)}.about-container[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:3rem}.hero-section[data-astro-cid-kh7btl4r]{padding:2rem 0}.hero-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.hero-main[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1.25rem}.status-badge[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);border-radius:100px;font-size:.85rem;color:var(--accent);width:fit-content}.status-dot[data-astro-cid-kh7btl4r]{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.25rem}.title-line[data-astro-cid-kh7btl4r]{font-size:1.1rem;font-weight:400;color:var(--text-secondary)}.title-name[data-astro-cid-kh7btl4r]{font-size:4rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent) 50%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-subtitle[data-astro-cid-kh7btl4r]{font-size:1.25rem;color:var(--accent);font-weight:500;display:flex;align-items:center;gap:.5rem}.subtitle-note[data-astro-cid-kh7btl4r]{font-size:.85rem;color:var(--text-muted);font-weight:400}.hero-desc[data-astro-cid-kh7btl4r]{font-size:1.05rem;color:var(--text-secondary);line-height:1.7}.highlight[data-astro-cid-kh7btl4r]{color:var(--text-primary);font-weight:500}.hero-links[data-astro-cid-kh7btl4r]{display:flex;gap:1rem;margin-top:.5rem}.link-btn[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:var(--transition)}.link-btn[data-astro-cid-kh7btl4r].primary{background:var(--gradient-1);color:#fff;box-shadow:0 4px 20px #6366f14d}.link-btn[data-astro-cid-kh7btl4r].primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.hero-visual[data-astro-cid-kh7btl4r]{position:relative;height:350px;display:flex;align-items:center;justify-content:center}.avatar-ring[data-astro-cid-kh7btl4r]{width:140px;height:140px;border-radius:50%;background:var(--gradient-1);padding:4px;animation:ring-pulse 3s ease-in-out infinite}@keyframes ring-pulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 20px #6366f100}}.avatar[data-astro-cid-kh7btl4r]{width:100%;height:100%;border-radius:50%;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;color:var(--accent)}.orbit[data-astro-cid-kh7btl4r]{position:absolute;border:1px dashed var(--border-color);border-radius:50%;animation:orbit-rotate 20s linear infinite}.orbit-1[data-astro-cid-kh7btl4r]{width:200px;height:200px;animation-duration:15s}.orbit-2[data-astro-cid-kh7btl4r]{width:260px;height:260px;animation-duration:20s;animation-direction:reverse}.orbit-3[data-astro-cid-kh7btl4r]{width:320px;height:320px;animation-duration:25s}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-item[data-astro-cid-kh7btl4r]{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.35rem .75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:100px;font-size:.75rem;font-weight:600;color:var(--accent);white-space:nowrap;animation:counter-rotate 20s linear infinite}.orbit-1[data-astro-cid-kh7btl4r] .orbit-item[data-astro-cid-kh7btl4r]{animation-duration:15s}.orbit-2[data-astro-cid-kh7btl4r] .orbit-item[data-astro-cid-kh7btl4r]{animation-duration:20s;animation-direction:reverse}.orbit-3[data-astro-cid-kh7btl4r] .orbit-item[data-astro-cid-kh7btl4r]{animation-duration:25s}@keyframes counter-rotate{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(-360deg)}}.stats-section[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-card[data-astro-cid-kh7btl4r]{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;text-align:center;transition:var(--transition)}.stat-card[data-astro-cid-kh7btl4r]:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}.stat-number[data-astro-cid-kh7btl4r]{font-size:2.5rem;font-weight:700;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.stat-label[data-astro-cid-kh7btl4r]{font-size:.9rem;color:var(--text-secondary);margin-top:.25rem}.bento-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bento-card[data-astro-cid-kh7btl4r]{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;padding:1.75rem;transition:var(--transition)}.bento-card[data-astro-cid-kh7btl4r]:hover{border-color:var(--accent);box-shadow:var(--card-shadow-hover)}.bento-card[data-astro-cid-kh7btl4r].large{grid-column:span 2}.card-header[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.card-icon[data-astro-cid-kh7btl4r]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--gradient-1);border-radius:12px;color:#fff}.card-header[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{font-size:1.2rem;font-weight:600;letter-spacing:-.01em}.direction-list[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.direction-item[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px;transition:var(--transition)}.direction-item[data-astro-cid-kh7btl4r]:hover{background:var(--bg-primary);transform:translate(4px)}.direction-icon[data-astro-cid-kh7btl4r]{font-size:1.5rem}.direction-info[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.15rem}.direction-name[data-astro-cid-kh7btl4r]{font-size:.95rem;font-weight:500;color:var(--text-primary)}.direction-status[data-astro-cid-kh7btl4r]{font-size:.8rem;color:var(--text-muted)}.tech-cloud[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag[data-astro-cid-kh7btl4r]{padding:.4rem .85rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;font-size:.85rem;color:var(--text-secondary);font-weight:500;transition:var(--transition);cursor:default}.tech-tag[data-astro-cid-kh7btl4r]:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.tech-tag[data-astro-cid-kh7btl4r].more{background:var(--gradient-1);color:#fff;border:none}.tech-note[data-astro-cid-kh7btl4r]{font-size:.8rem;color:var(--text-muted);font-style:italic;margin:0}.contact-list[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.75rem}.contact-item[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-tertiary);border-radius:10px;font-size:.95rem;color:var(--text-secondary);transition:var(--transition)}.contact-item[data-astro-cid-kh7btl4r].link{text-decoration:none;color:var(--text-secondary)}.contact-item[data-astro-cid-kh7btl4r].link:hover{background:var(--bg-primary);color:var(--accent);transform:translate(4px)}.contact-item[data-astro-cid-kh7btl4r].link svg[data-astro-cid-kh7btl4r]{margin-left:auto;opacity:0;transition:var(--transition)}.contact-item[data-astro-cid-kh7btl4r].link:hover svg[data-astro-cid-kh7btl4r]{opacity:1}.contact-icon[data-astro-cid-kh7btl4r]{font-size:1.25rem}.ai-banner[data-astro-cid-kh7btl4r]{background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:1.5rem}.banner-content[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:1.25rem}.banner-icon[data-astro-cid-kh7btl4r]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--gradient-1);border-radius:12px;color:#fff;flex-shrink:0}.banner-text[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.banner-text[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{font-size:.9rem;color:var(--text-secondary);margin:0}.quote-section[data-astro-cid-kh7btl4r]{padding:1rem 0}.quote-card[data-astro-cid-kh7btl4r]{position:relative;padding:2.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;text-align:center;overflow:hidden}.quote-card[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-1)}.quote-mark[data-astro-cid-kh7btl4r]{position:absolute;top:10px;left:20px;font-size:5rem;color:var(--accent);opacity:.15;font-family:Georgia,serif;line-height:1}.quote-text[data-astro-cid-kh7btl4r]{font-size:1.4rem;font-style:italic;color:var(--text-primary);margin-bottom:1rem;position:relative;z-index:1}.quote-author[data-astro-cid-kh7btl4r]{font-size:.9rem;color:var(--text-muted);font-style:normal}@media(max-width:900px){.hero-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-main[data-astro-cid-kh7btl4r]{align-items:center}.title-name[data-astro-cid-kh7btl4r]{font-size:3rem}.hero-visual[data-astro-cid-kh7btl4r]{height:280px}.avatar-ring[data-astro-cid-kh7btl4r]{width:120px;height:120px}.avatar[data-astro-cid-kh7btl4r]{font-size:3rem}.orbit-1[data-astro-cid-kh7btl4r]{width:170px;height:170px}.orbit-2[data-astro-cid-kh7btl4r]{width:220px;height:220px}.orbit-3[data-astro-cid-kh7btl4r]{width:270px;height:270px}.stats-section[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:1rem}.bento-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}.bento-card[data-astro-cid-kh7btl4r].large{grid-column:span 1}.direction-list[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}}@media(max-width:480px){main[data-astro-cid-kh7btl4r]{padding:1.5rem 1.25rem 3rem}.title-name[data-astro-cid-kh7btl4r]{font-size:2.5rem}.hero-visual[data-astro-cid-kh7btl4r]{height:220px}.avatar-ring[data-astro-cid-kh7btl4r]{width:100px;height:100px}.orbit[data-astro-cid-kh7btl4r]{display:none}.stat-number[data-astro-cid-kh7btl4r]{font-size:2rem}.banner-content[data-astro-cid-kh7btl4r]{flex-direction:column;text-align:center}}
