@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{-webkit-text-size-adjust:none;line-height:1;min-width:320px}:root{--bg:#f7f7f4;--bg-section:#f3f2ef;--bg-card:#ecebe9;--text:#26251e;--text-muted:#6f6f6a;--accent:#6b7280;--color-primary-100:#f8fafc;--color-primary-200:#e2e8f0;--color-primary-300:#cbd5e1;--color-primary-400:#94a3b8;--color-primary-500:#6b7280;--color-primary-600:#4b5563;--color-neutral-100:#f7f7f4;--color-neutral-200:#ecebe9;--color-neutral-300:#d8d7d4;--color-neutral-400:#a3a29e;--color-neutral-500:#6f6f6a;--color-neutral-600:#26251e;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.625;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--radius-sm:0.25rem;--radius-base:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-2xl:1.5rem;--radius-pill:9999px;--radius-card:16px;--radius-full:9999px;--shadow-soft:0 18px 50px #0000001f;--shadow-softer:0 10px 30px #00000014;--shadow-sm:0 1px 2px #0000000a;--shadow-base:0 2px 8px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 30px #0000001a;--shadow-xl:0 18px 50px #0000001f;--transition-fast:150ms ease;--transition-normal:200ms ease;--transition-slow:300ms ease;--container-sm:640px;--container-md:768px;--container-lg:960px;--container-xl:1100px}body,input,select,textarea{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);letter-spacing:-.02em;line-height:var(--line-height-tight)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5{font-size:var(--font-size-base)}h6{font-size:var(--font-size-sm)}#wrapper{align-items:center;justify-content:flex-start;max-width:1200px;padding:var(--space-6);position:relative}#main{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-softer);max-width:var(--container-xl);position:relative;text-align:center;transition:all var(--transition-normal)}#blogMain,#main{padding:var(--space-8) var(--space-6);width:100%}#blogMain{max-width:var(--container-lg)}#blogBody{border-radius:var(--radius-lg);padding:var(--space-6)}@media screen and (max-width:480px){#wrapper{padding:var(--space-3)}#main{border-radius:var(--radius-lg);padding:var(--space-5) var(--space-4)}}.navBar{align-items:center;display:flex;gap:var(--space-2);justify-content:center;padding:var(--space-4) 0}.navBar a{border-radius:var(--radius-pill);color:var(--text-muted);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);padding:var(--space-2) var(--space-4);text-decoration:none;transition:all var(--transition-normal)}.navBar a.active,.navBar a:hover{background:var(--bg-card);color:var(--text)}@media screen and (max-width:768px){.navBar{flex-wrap:wrap;gap:var(--space-1)}.navBar a{font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3)}}@media screen and (max-width:480px){.navBar{gap:var(--space-1);padding:var(--space-3) 0}.navBar a{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2)}}.blog-header{margin-bottom:var(--space-5)}.MuiTypography-root.blog-header-title{color:var(--text);font-size:1.25rem;font-weight:600;margin-bottom:var(--space-2)}.MuiTypography-root.blog-header-subtitle{color:var(--text-muted);font-size:.875rem}.blog-header-icon{color:var(--text-muted);font-size:1.5rem;margin-right:var(--space-2);vertical-align:bottom}.blog-card{background:#fff;border:none;border-radius:var(--radius-card);box-shadow:var(--shadow-sm);height:100%;position:relative;transition:all var(--transition-normal)}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.blog-card:hover .blog-card-title{color:var(--accent)}.blog-card-action{display:flex;flex-direction:column;height:100%}.blog-card-image{border-radius:var(--radius-card) var(--radius-card) 0 0;max-height:224px;object-fit:cover}.blog-card-content{flex:1 1;padding:var(--space-4)}.MuiTypography-root.blog-card-title{color:var(--text);font-size:.9rem;font-weight:600;transition:color var(--transition-normal)}.MuiTypography-root.blog-card-subtitle,.MuiTypography-root.blog-card-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4;margin-bottom:var(--space-2);overflow:hidden}.MuiTypography-root.blog-card-subtitle{color:var(--text-muted);font-size:.8rem}.MuiTypography-root.blog-card-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--text-muted);display:-webkit-box;font-size:.75rem;line-height:1.5;overflow:hidden}.hero{padding:6rem 0 4rem;text-align:center}@media (min-width:1024px){.hero{padding:8rem 0 5rem}}.hero-avatar{animation:fadeInUp 1s cubic-bezier(.22,1,.36,1) .2s both;border-radius:50%;box-shadow:0 0 0 4px #fffffff2,0 0 0 8px #6b72801a,0 16px 40px #0000001f;height:120px;margin-bottom:2rem;object-fit:cover;transition:all .5s cubic-bezier(.22,1,.36,1);width:120px}.hero-avatar:hover{box-shadow:0 0 0 4px #fffffff2,0 0 0 12px #6b728026,0 24px 50px #0000002e;transform:scale(1.05) rotate(3deg)}.hero h1{animation:slideInLeft 1.2s cubic-bezier(.22,1,.36,1) .4s both;color:var(--text);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.hero-subtitle{animation:slideInRight 1.2s cubic-bezier(.22,1,.36,1) .6s both;color:var(--text-muted);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6;margin:0 0 2.5rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-cta .btn-primary{animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) .8s both}.hero-cta .btn-ghost{animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) 1s both}.btn-primary{align-items:center;border-radius:9999px;box-shadow:0 4px 12px #0000001f;color:var(--bg)!important;display:inline-flex;font-size:1rem;font-weight:500;padding:.875rem 1.75rem;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1)}.btn-primary:hover{background:var(--color-neutral-500);box-shadow:0 8px 24px #0000002e;transform:translateY(-2px)}.btn-ghost{align-items:center;background:#0000;border:1px solid var(--color-neutral-300);border-radius:9999px;color:var(--text)!important;display:inline-flex;font-size:1rem;font-weight:500;padding:.875rem 1.75rem;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1)}.btn-ghost:hover{background:var(--bg-section);border-color:var(--text-muted);transform:translateY(-2px)}.activity{padding:3rem 0}.activity-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:1.5rem}.activity-header h2{color:var(--text-muted);font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:1rem;font-weight:500;letter-spacing:.02em;margin:0;text-transform:lowercase}.link-accent{color:var(--accent);font-size:.875rem;font-weight:500;text-decoration:none}.link-accent:hover{text-decoration:underline}.gh-dashboard{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 8px 30px #0000000f;overflow:hidden}.gh-header{align-items:center;background:var(--bg);border-bottom:1px solid var(--bg-section);display:flex;justify-content:space-between;padding:1rem 1.25rem}.gh-title{color:var(--text);font-size:.9rem;font-weight:600}.gh-status{align-items:center;color:var(--text-muted);display:flex;font-size:.8rem;gap:.4rem}.gh-status--loading{color:var(--accent)}.gh-dot{animation:pulse 2s ease-in-out infinite;background:#10b981;border-radius:50%;height:6px;width:6px}.gh-feed{padding:.5rem 0}.gh-item{align-items:flex-start;animation:fadeInUp .4s ease both;display:flex;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;transition:background .15s ease}.gh-item:hover{background:var(--bg)}.gh-item:hover .gh-repo{color:var(--accent)}.gh-icon{align-items:center;background:var(--bg-section);border-radius:6px;color:var(--text-muted);display:flex;flex-shrink:0;font-size:.85rem;height:28px;justify-content:center;width:28px}.gh-body{display:flex;flex:1 1;flex-direction:column;gap:.2rem;min-width:0}.gh-action{align-items:baseline;display:flex;font-size:.875rem;gap:.3rem;line-height:1.3}.gh-verb{color:var(--text-muted)}.gh-repo{color:var(--text);font-weight:600;transition:color .15s ease}.gh-count{background:var(--bg-card);border-radius:4px;color:var(--text-muted);font-size:.7rem;font-weight:600;padding:.1rem .35rem}.gh-pr{display:flex;flex-direction:column;gap:.15rem;margin-top:.15rem}.gh-pr-title{color:var(--text-muted);font-size:.8rem;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-pr-stats{align-items:center;color:var(--text-muted);display:flex;font-family:ui-monospace,monospace;font-size:.75rem;gap:.5rem}.gh-add{color:#2da44e}.gh-del{color:#cf222e}.gh-time{color:var(--color-neutral-400);font-size:.75rem}.gh-footer{background:var(--bg);border-top:1px solid var(--bg-section);padding:.75rem 1.25rem}.gh-link{color:var(--accent);font-size:.85rem;font-weight:500;text-decoration:none}.gh-link:hover{text-decoration:underline}.gh-loading{padding:1rem 1.25rem}.gh-skeleton{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,var(--bg-section) 0,var(--bg-card) 50%,var(--bg-section) 100%);background-size:200% 100%;border-radius:8px;height:48px;margin-bottom:.5rem}.cards{grid-gap:1px;background:var(--bg-section);border-radius:16px;display:grid;gap:1px;grid-template-columns:repeat(3,1fr);margin-top:2rem;overflow:hidden}.card{background:var(--bg);padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1)}.card:hover{background:#fff;transform:translateY(-4px)}.card:hover h3{color:var(--accent)}.card h3{color:var(--text);font-size:1rem;font-weight:600;margin:0 0 .5rem;transition:color .2s ease}.card p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0 0 1rem}@media (max-width:768px){.cards{grid-template-columns:1fr}}html{box-sizing:border-box;height:100%}*,:after,:before{box-sizing:inherit}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1rem;height:100%;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:600;line-height:1.25;margin:0 0 .5em}p{color:var(--text-muted);margin:0 0 1rem}a{color:var(--accent)}a:hover{text-decoration:underline}#blogMain,#main{background:#fff;border:1px solid #0000000a;border-radius:20px;margin:0 auto;max-width:960px;padding:2rem 2.5rem 3rem}@media (min-width:1024px){#blogMain,#main{padding:2rem 4rem 4rem}}#wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1100px;min-height:100vh;padding:1.5rem}@media (min-width:768px){#wrapper{padding:2rem}}#footer{color:var(--text-muted);margin-top:auto;padding:3rem 0 2rem;text-align:center}#footer .copyright{font-size:.875rem;list-style:none;margin:0;padding:0}#footer .copyright li{border-left:1px solid var(--color-neutral-300);display:inline-block;margin:0 0 0 .5em;padding:0 0 0 .75em}#footer .copyright li:first-child{border-left:0}ul.icons{gap:.5rem;list-style:none;margin:3rem 0 0;padding:0}ul.icons,ul.icons li a{display:flex;justify-content:center}ul.icons li a{align-items:center;background:var(--bg-section);border-radius:50%;height:44px;transition:background .2s ease;width:44px}ul.icons li a:hover{background:var(--bg-card)}ul.icons li a:hover svg{fill:var(--accent)}ul.icons li a svg{fill:var(--text-muted);height:20px;transition:fill .2s ease;width:20px}.site-header{margin-bottom:2rem;text-align:center}.header-content h2{font-size:1.5rem;margin-bottom:1rem}.header-content h5{color:var(--text-muted);font-size:.875rem;font-weight:400}.avatar{border-radius:50%;display:block;height:120px;margin:0 auto 1.5rem;width:120px}.avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}#blogBody{background:var(--bg-section);border-radius:12px;margin-top:1rem;padding:1.5rem}input,select,textarea{background:#fff;border:1px solid var(--color-neutral-300);border-radius:8px;font-size:1rem;padding:.75rem 1rem;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none}.button,button{align-items:center;background:var(--text);border:none;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.button:hover,button:hover{opacity:.85}@media (max-width:480px){#wrapper{padding:1rem}#blogMain,#main{border-radius:16px;padding:1.5rem}.hero{padding:3rem 0 2rem}.hero h1{font-size:2rem}.hero-avatar{height:90px;width:90px}.gh-item:hover{margin:0 -1rem;padding-left:1rem;padding-right:1rem}}a,a:hover{text-decoration:none}.embedsocial-hashtag{margin:0 auto;max-width:1000px;min-width:850px;width:90%}.modern-container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.modern-container{padding:0 1rem}}.modern-hero{background:var(--bg);display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.modern-hero h1{color:var(--text);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.modern-hero .subtitle{color:var(--text-muted);font-size:clamp(1.125rem,2vw,1.25rem);font-weight:400;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.modern-two-col{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;padding:4rem 0}@media (max-width:768px){.modern-two-col{gap:2rem;grid-template-columns:1fr;padding:2rem 0}}.modern-two-col__content h2{margin-bottom:1rem}.modern-two-col__content p{color:var(--text-muted);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.modern-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:2rem 0}@media (max-width:768px){.modern-cards{grid-template-columns:1fr}}.modern-card{background:var(--bg-card);border:1px solid #0000000f;border-radius:var(--radius-card);overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.22,1,.36,1)}.modern-card:before{background:linear-gradient(135deg,#6b72800d,#0000 50%,#6b728005);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .4s cubic-bezier(.22,1,.36,1)}.modern-card:hover{border-color:#6b728026;box-shadow:0 0 0 1px #6b72801a,0 32px 64px #0000001f,0 16px 32px #6b728014;transform:translateY(-12px) scale(1.02) rotateY(2deg)}.modern-card:hover:before{opacity:1}.modern-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.modern-card p{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.card-link{align-items:center;color:var(--accent);display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none}.card-link:hover{color:var(--color-primary-600)}.card-link:after{content:"↗";font-size:.875rem}.modern-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.modern-btn--primary{background:var(--text);box-shadow:0 4px 12px #00000026;color:var(--bg);overflow:hidden;position:relative}.modern-btn--primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.modern-btn--primary:hover:before{left:100%}.modern-btn--primary:hover{background:var(--color-neutral-500);box-shadow:0 12px 32px #0003,0 4px 16px #6b728026;color:var(--bg);transform:translateY(-3px) scale(1.02)}.modern-btn--secondary{background:#0000;border:1px solid var(--color-neutral-300);color:var(--text)}.modern-btn--secondary:hover{background:var(--bg-section);border-color:var(--color-neutral-400);color:var(--text)}.modern-window{background:#fffffff2;border:1px solid #0000000f;border-radius:var(--radius-card);box-shadow:0 0 0 1px #ffffff0d,0 16px 32px #0000001a,0 8px 16px #00000014;overflow:hidden}.modern-nav,.modern-window{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modern-nav{background:#f7f7f4e6;border-bottom:1px solid #0000000f;position:sticky;top:0;z-index:100}.modern-nav__container{align-items:center;display:flex;gap:2rem;justify-content:center;padding:1rem 2rem}.modern-nav a{border-radius:50px;color:var(--text);font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.modern-nav a:hover{background:#6b728014;color:var(--accent)}.modern-section{padding:3rem 0}.modern-section--hero{padding:0}.modern-section--compact{padding:2rem 0}.modern-avatar{border:none;border-radius:50%;box-shadow:0 0 0 4px #fffffff2,0 0 0 8px #6b72801a,0 16px 40px #00000026;display:block;height:120px;margin:0 auto 2rem;object-fit:cover;position:relative;transition:all .6s cubic-bezier(.22,1,.36,1);width:120px}.modern-avatar:hover{box-shadow:0 0 0 4px #fffffff2,0 0 0 12px #6b728033,0 24px 60px #00000040,0 0 80px #6b728026;transform:scale(1.08) rotate(5deg)}.modern-content{background:var(--bg);min-height:100vh}.modern-github-dashboard{background:#fff;border:1px solid #0000000f;border-radius:var(--radius-card);box-shadow:0 2px 12px #0000000a;overflow:hidden;transition:all .3s ease}.modern-github-dashboard:hover{box-shadow:0 4px 20px #0000000f}.modern-github-header{align-items:center;background:#00000003;border-bottom:1px solid #0000000a;display:flex;justify-content:space-between;padding:1rem 1.25rem}.dashboard-title{align-items:center;color:var(--text);display:flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:-.01em}.dashboard-icon{color:var(--text-muted);font-size:.9rem}.dashboard-status{align-items:center;display:flex;font-size:.75rem;font-weight:500;gap:.4rem}.dashboard-status,.dashboard-status.loading{color:var(--text-muted)}.status-dot{background:#10b981;border-radius:50%;height:5px;width:5px}.modern-activity-feed{max-height:400px;overflow-y:auto;padding:.25rem .5rem}.modern-activity-feed::-webkit-scrollbar{width:3px}.modern-activity-feed::-webkit-scrollbar-track{background:#0000}.modern-activity-feed::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.modern-activity-feed::-webkit-scrollbar-thumb:hover{background:#0003}.modern-activity-item{grid-gap:.6rem;align-items:center;animation:fadeInUp .5s ease both;border-radius:8px;color:inherit;display:grid;gap:.6rem;grid-template-columns:28px 1fr 12px;padding:.5rem .75rem;position:relative;text-decoration:none;transition:all .2s ease}.modern-activity-item:hover{background:rgba(0,0,0,.025)}.activity-icon{align-items:center;background:var(--bg-section);border-radius:6px;color:var(--text-muted);display:flex;flex-shrink:0;font-size:.75rem;height:28px;justify-content:center;transition:all .2s ease;width:28px}.modern-activity-item:hover .activity-icon{background:var(--bg-card);color:var(--text)}.activity-content{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;min-width:0}.activity-main{display:flex;flex:1 1;flex-direction:column;gap:0;min-width:0}.activity-text{color:var(--text);font-size:.8rem;font-weight:500;line-height:1.3}.activity-repo{font-family:SF Mono,Monaco,monospace}.activity-repo,.activity-title{color:var(--text-muted);font-size:.7rem}.activity-title{line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;font-size:.65rem;gap:.1rem;min-width:70px;text-align:right}.activity-time{color:var(--text-muted);font-weight:400}.activity-user{display:none}.activity-commits,.activity-issue,.activity-pr{color:var(--text-muted);font-family:SF Mono,Monaco,monospace;font-size:.7rem;font-weight:500}.activity-action{color:var(--text-muted);font-size:.65rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.activity-pulse-container{align-items:center;display:flex;justify-content:center;width:12px}.activity-pulse{background:var(--accent);border-radius:50%;height:4px;opacity:0;transition:opacity .2s ease;width:4px}.modern-activity-item:hover .activity-pulse{opacity:.6}.modern-github-dashboard.expanded{border-color:#00000014;box-shadow:0 8px 32px #00000014}.modern-github-dashboard.expanded .modern-activity-feed{transition:max-height .6s cubic-bezier(.25,.46,.45,.94)}.dashboard-toggle{background:none!important;border:none!important;color:var(--text-muted)!important;cursor:pointer!important;font-family:inherit!important;font-size:.8rem!important;font-weight:500!important;margin-right:1rem!important;padding:.5rem 0!important;transition:color .2s ease!important}.dashboard-toggle:hover{color:var(--text)!important}.github-section.github-expanded{padding-top:1rem!important}.modern-github-footer{align-items:center;border-top:1px solid #0000000d;display:flex;padding:.75rem 1.25rem}.dashboard-link{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.8rem;font-weight:500;gap:.35rem;text-decoration:none;transition:color .2s ease}.dashboard-link:hover{color:var(--text)}.activity-loading{padding:1rem 1.5rem}.activity-skeleton{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#6b72800d,#6b72801a 50%,#6b72800d);background-size:200% 100%;border-radius:8px;height:60px;margin-bottom:.75rem}.activity-skeleton:last-child{margin-bottom:0}@keyframes pulse{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.5;transform:translateY(-50%) scale(1.2)}}@keyframes fadeInUp{0%{filter:blur(4px);opacity:0;transform:translateY(40px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{filter:blur(2px);opacity:0;transform:translateX(-60px)}to{filter:blur(0);opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{filter:blur(2px);opacity:0;transform:translateX(60px)}to{filter:blur(0);opacity:1;transform:translateX(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #6b728026,0 8px 32px #0000001a}50%{box-shadow:0 0 40px #6b728040,0 12px 40px #00000026}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-8px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes morphing{0%,to{border-radius:var(--radius-card)}50%{border-radius:2rem}}.modern-animate{animation:fadeInUp 1s cubic-bezier(.22,1,.36,1)}.animate-slide-left{animation:slideInLeft 1.2s cubic-bezier(.22,1,.36,1)}.animate-slide-right{animation:slideInRight 1.2s cubic-bezier(.22,1,.36,1)}.animate-float{animation:float 6s ease-in-out infinite}.animate-glow{animation:glow 4s ease-in-out infinite}.animate-morph{animation:morphing 8s ease-in-out infinite}.modern-hero img{animation:fadeInUp 1.2s cubic-bezier(.22,1,.36,1) .3s both}.modern-hero h1{animation:slideInLeft 1.4s cubic-bezier(.22,1,.36,1) .6s both}.modern-hero .subtitle{animation:slideInRight 1.4s cubic-bezier(.22,1,.36,1) .8s both}.modern-hero .modern-btn:first-child{animation:fadeInUp 1s cubic-bezier(.22,1,.36,1) 1s both}.modern-hero .modern-btn:nth-child(2){animation:fadeInUp 1s cubic-bezier(.22,1,.36,1) 1.2s both}
/*# sourceMappingURL=main.70ce7c99.css.map*/