@import"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300";body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;min-width:320px;height:100%;-webkit-text-size-adjust:none}: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: .75rem;--font-size-sm: .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: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--space-12: 6rem;--radius-sm: .25rem;--radius-base: .5rem;--radius-md: .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 rgba(0,0,0,.12);--shadow-softer: 0 10px 30px rgba(0,0,0,.08);--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-base: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 30px rgba(0,0,0,.1);--shadow-xl: 0 18px 50px rgba(0,0,0,.12);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s 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{color:var(--text);line-height:var(--line-height-tight);margin:0 0 .5em;font-weight:var(--font-weight-semibold);letter-spacing:-.02em}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{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:relative;min-height:100vh;padding:var(--space-6);max-width:1480px;margin:0 auto}#main{transition:all var(--transition-normal);padding:var(--space-8) var(--space-6);background:#fff;border-radius:var(--radius-card);position:relative;text-align:center;width:100%;max-width:var(--container-xl);box-shadow:var(--shadow-softer)}#blogMain{padding:var(--space-8) var(--space-6);width:100%;max-width:var(--container-lg)}#blogBody{background:var(--bg-section);border-radius:var(--radius-lg);padding:var(--space-6)}@media screen and (max-width:480px){#wrapper{padding:var(--space-3)}#main{padding:var(--space-5) var(--space-4);border-radius:var(--radius-lg)}}.navBar{display:flex;justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) 0}.navBar a{color:var(--text-muted);text-decoration:none;padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);transition:all var(--transition-normal)}.navBar a:hover,.navBar a.active{color:var(--text);background:var(--bg-card)}@media screen and (max-width:768px){.navBar{gap:var(--space-1);flex-wrap:wrap}.navBar a{padding:var(--space-2) var(--space-3);font-size:var(--font-size-sm)}}@media screen and (max-width:480px){.navBar{gap:var(--space-1);padding:var(--space-3) 0}.navBar a{padding:var(--space-1) var(--space-2);font-size:var(--font-size-xs)}}.blog-header{margin-bottom:var(--space-5)}.MuiTypography-root.blog-header-title{color:var(--text);font-weight:600;font-size:1.25rem;margin-bottom:var(--space-2)}.MuiTypography-root.blog-header-subtitle{color:var(--text-muted);font-size:.875rem}.blog-header-icon{margin-right:var(--space-2);vertical-align:bottom;font-size:1.5rem;color:var(--text-muted)}.blog-card{position:relative;transition:all var(--transition-normal);background:#fff;border:none;border-radius:var(--radius-card);height:100%;box-shadow:var(--shadow-sm)}.blog-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.blog-card:hover .blog-card-title{color:var(--accent)}.blog-card-action{height:100%;display:flex;flex-direction:column}.blog-card-image{border-radius:var(--radius-card) var(--radius-card) 0 0;max-height:224px;object-fit:cover}.blog-card-content{padding:var(--space-4);flex:1}.MuiTypography-root.blog-card-title{color:var(--text);font-size:.9rem;font-weight:600;margin-bottom:var(--space-2);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-normal)}.MuiTypography-root.blog-card-subtitle{color:var(--text-muted);font-size:.8rem;margin-bottom:var(--space-2);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.MuiTypography-root.blog-card-description{color:var(--text-muted);font-size:.75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#main.hp-main{max-width:1400px;padding-inline:clamp(var(--space-5),3vw,var(--space-10))}.hp-guide{--hp-surface: #ffffff;--hp-rule: var(--color-neutral-200);--hp-grid: var(--bg-section);--hp-lead: #f45a19;--hp-muted-mark: var(--color-neutral-400);--hp-good: #1f7a4a;--hp-good-bg: #e0f2e8;--hp-warn: #93600b;--hp-warn-bg: #fbeed3;--hp-cold: #2f6fb0;--hp-cold-bg: #bcd4ef;--hp-cold-ink: #1d4f85;--hp-mild: #5c6470;--hp-mild-bg: #f1f3f5;display:grid;gap:var(--space-5);padding:var(--space-4) 0;text-align:left;font-variant-numeric:tabular-nums}.hp-guide h1{font-size:clamp(1.6rem,4vw,2.25rem);letter-spacing:-.02em;margin:0}.hp-guide h2{font-size:var(--font-size-lg);margin:0}.hp-eyebrow{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--color-neutral-400)}.hp-header{display:grid;gap:var(--space-2)}.hp-header p{margin:0;width:100%}.hp-filters{display:grid;gap:var(--space-4);padding:var(--space-5);background:var(--bg-section);border-radius:var(--radius-card)}.hp-filter-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.hp-result-count{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--font-size-sm)}.hp-clear{flex:0 0 auto;padding:6px 10px;background:transparent;border:1px solid var(--color-neutral-300);color:var(--text)}.hp-clear:hover{background:var(--bg-card);opacity:1}.hp-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-3)}.hp-filter{display:grid;align-content:start;gap:6px;min-width:0}.hp-filter>span{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1;color:var(--text-muted)}.hp-filter input,.hp-filter select{box-sizing:border-box;height:40px;min-width:0;padding:0 11px;background:var(--hp-surface);border:1px solid var(--color-neutral-300);border-radius:var(--radius-base);color:var(--text);font:inherit;font-size:var(--font-size-sm)}.hp-filter input:focus,.hp-filter select:focus{outline:2px solid var(--hp-lead);outline-offset:1px;border-color:var(--hp-lead)}.hp-empty{display:grid;justify-items:start;gap:var(--space-2);padding:var(--space-6);background:var(--hp-surface);border:1px dashed var(--color-neutral-300);border-radius:var(--radius-card)}.hp-empty p{margin:0 0 var(--space-2);color:var(--text-muted)}.hp-tiles{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-2)}.hp-tile{display:grid;grid-template-columns:auto auto;grid-template-areas:"label value" "winner winner";align-items:baseline;gap:1px var(--space-2);max-width:100%;padding:7px 10px;background:var(--bg);border:1px solid var(--hp-rule);border-radius:var(--radius-pill)}.hp-tile .hp-eyebrow{grid-area:label}.hp-tile-value{grid-area:value;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);line-height:1.25}.hp-tile-who{grid-area:winner;display:flex;flex-wrap:wrap;gap:2px 5px;align-items:baseline;min-width:0;color:var(--text-muted);font-size:var(--font-size-xs)}.hp-tile-link,.hp-tile-more{all:unset;cursor:pointer}.hp-tile-link:hover,.hp-tile-more:hover{color:var(--hp-lead);text-decoration:underline;text-underline-offset:2px}.hp-tile-link:focus-visible,.hp-tile-more:focus-visible{border-radius:2px;outline:2px solid var(--hp-lead);outline-offset:2px}.hp-tile-more{color:var(--text);font-weight:var(--font-weight-semibold)}.hp-tile-more-list{display:flex;flex:0 0 auto;flex-direction:column;width:0;min-width:100%;gap:2px}.hp-tile:has(.hp-tile-more-list){border-radius:var(--radius-card)}.hp-panel{display:grid;gap:var(--space-4);min-width:0;padding:var(--space-5);background:var(--hp-surface);border:1px solid var(--hp-rule);border-radius:var(--radius-card)}.hp-panel-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-2) var(--space-4)}.hp-panel-head p{margin:var(--space-1) 0 0;max-width:60ch;font-size:var(--font-size-sm)}.hp-scroll{overflow-x:auto}.hp-chart{--hp-lead-warm: #ffb238;--hp-ease-spring: cubic-bezier(.34, 1.4, .5, 1);background:radial-gradient(120% 90% at 100% 0%,color-mix(in oklab,var(--hp-lead) 7%,transparent),transparent 60%),var(--hp-surface)}.hp-metric{position:relative;display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;padding:4px;background:var(--hp-grid);border:1px solid var(--hp-rule);border-radius:12px;isolation:isolate}.hp-metric:before{position:absolute;z-index:-1;inset:4px auto 4px 4px;width:calc((100% - 8px) / var(--count));content:"";background:var(--hp-surface);border-radius:9px;box-shadow:0 1px 2px #00000014,0 4px 14px color-mix(in oklab,var(--hp-lead) 22%,transparent);transform:translate(calc(var(--active) * 100%));transition:transform .45s var(--hp-ease-spring)}.hp-metric button{all:unset;display:grid;gap:1px;min-width:96px;padding:7px 14px;border-radius:9px;cursor:pointer;text-align:center}.hp-metric strong{font-size:var(--font-size-sm);color:var(--text-muted);transition:color var(--transition-fast)}.hp-metric span{font-size:.7rem;color:var(--color-neutral-400);letter-spacing:.02em}.hp-metric button[aria-checked=true] strong,.hp-metric button:hover strong{color:var(--hp-lead)}.hp-metric button:focus-visible{outline:2px solid var(--hp-lead);outline-offset:-2px}.hp-chart-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-2) var(--space-4)}.hp-chart-meta p{margin:0;max-width:60ch;font-size:.8rem;color:var(--color-neutral-400);animation:hp-rise .4s ease-out both}.hp-legend{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-4);font-size:.8rem;color:var(--text-muted)}.hp-legend span{display:inline-flex;align-items:center;gap:6px}.hp-key{width:10px;height:10px;border-radius:50%;background:var(--hp-muted-mark)}.hp-key.lead{width:22px;border-radius:0;background:radial-gradient(circle,var(--hp-lead) 4px,transparent 4.5px),linear-gradient(90deg,var(--hp-lead-warm),var(--hp-lead)) center / 100% 2px no-repeat}.hp-key.neep{width:14px;height:14px;background:radial-gradient(circle,var(--hp-muted-mark) 4px,transparent 4.5px);border:1.5px dashed var(--hp-cold)}.hp-key.ghost{width:7px;height:7px;background:transparent;border:1.5px solid var(--hp-muted-mark)}.hp-scatter{display:block;width:100%;min-width:760px;height:auto;overflow:visible}.hp-scatter text{fill:var(--text-muted);font-size:12px}.hp-scatter .axis-title{fill:var(--color-neutral-400);font-size:11px;font-weight:600;letter-spacing:.06em}.hp-scatter .tick{animation:hp-fade .5s ease-out both}.hp-scatter .gridline{stroke:var(--hp-grid);stroke-width:1}.hp-scatter .annot{fill:var(--color-neutral-400);animation:hp-fade .4s .9s ease-out both}.hp-scatter .stop-warm{stop-color:var(--hp-lead-warm)}.hp-scatter .stop-lead{stop-color:var(--hp-lead)}.hp-scatter .stop-cold{stop-color:var(--hp-cold)}.hp-scatter .wash{fill:url(#hp-wash);animation:hp-fade .9s .25s ease-out both}.hp-scatter .frontier{fill:none;stroke:url(#hp-frontier-stroke);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:1;animation:hp-draw 1.1s cubic-bezier(.65,0,.35,1) both}.hp-scatter .xhair line{stroke:var(--hp-lead);stroke-width:1;stroke-dasharray:3 4;opacity:.5}.hp-scatter .pt{transition:transform .75s var(--hp-ease-spring) calc(var(--i) * 22ms)}.hp-scatter .pop,.hp-scatter .dot,.hp-scatter .halo{transform-box:fill-box;transform-origin:center}.hp-scatter .pop{animation:hp-pop .6s var(--hp-ease-spring) calc(var(--i) * 30ms) both}.hp-scatter .dot{fill:var(--hp-muted-mark);stroke:var(--hp-surface);stroke-width:2;transition:transform .25s var(--hp-ease-spring),fill .4s}.hp-scatter .lead .dot{fill:url(#hp-lead-dot)}.hp-scatter .ghost .dot{fill:var(--hp-surface);stroke:var(--hp-muted-mark);stroke-width:1.5}.hp-scatter .hot .dot{transform:scale(1.45)}.hp-scatter .halo{fill:var(--hp-lead);opacity:.14}.hp-scatter .hot .halo{animation:hp-pulse 1.6s ease-out infinite}.hp-scatter .neep-ring{fill:none;stroke:var(--hp-cold);stroke-width:1.5;stroke-dasharray:3 3;opacity:.7}.hp-scatter .hit{fill:transparent;cursor:pointer;outline:none}.hp-scatter .hit:focus-visible{stroke:var(--hp-lead);stroke-width:2}.hp-scatter .lbls{animation:hp-rise .5s .65s ease-out both}.hp-scatter .lbl text{paint-order:stroke;stroke:var(--hp-surface);stroke-width:4px;stroke-linejoin:round}.hp-scatter .lbl text[role=button]{pointer-events:auto;cursor:pointer;outline:none}.hp-scatter .lbl text[role=button]:hover .name{fill:var(--hp-lead)}.hp-scatter .lbl text[role=button]:focus-visible{stroke:var(--hp-lead);stroke-width:5px}.hp-scatter .lbl .name{fill:var(--text);font-weight:600}.hp-scatter .lbl .sub{fill:var(--color-neutral-400)}.hp-scatter .card{cursor:pointer;animation:hp-rise .22s ease-out both}.hp-scatter .card>rect:first-child{fill:var(--hp-surface);stroke:var(--hp-rule)}.hp-scatter .card-accent{fill:url(#hp-frontier-stroke)}.hp-scatter .card .name{fill:var(--text);font-size:14px;font-weight:700}.hp-scatter .card .facts{fill:var(--text);font-size:11.5px}.hp-scatter .card .win{fill:var(--hp-lead);font-weight:600}.hp-scatter .card .muted{fill:var(--color-neutral-400)}.hp-scatter .card .eyebrow{fill:var(--color-neutral-400);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hp-scatter .spark-fill{fill:url(#hp-spark-fill)}.hp-scatter .spark-line{fill:none;stroke:var(--hp-cold);stroke-width:2;stroke-linejoin:round}.hp-scatter .spark-dot{fill:var(--hp-surface);stroke:var(--hp-cold);stroke-width:2}.hp-scatter .spark-value{fill:var(--hp-cold-ink);font-size:10px;font-weight:600}.hp-scatter .spark-temp{fill:var(--color-neutral-400);font-size:10px}.hp-scatter .resist{stroke:var(--hp-warn);stroke-width:1;stroke-dasharray:2 3;opacity:.6}.hp-scatter .resist-label{fill:var(--hp-warn);font-size:9px;opacity:.8}@keyframes hp-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes hp-fade{0%{opacity:0}}@keyframes hp-rise{0%{opacity:0;transform:translateY(6px)}}@keyframes hp-pop{0%{opacity:0;transform:scale(0)}}@keyframes hp-pulse{0%{opacity:.35;transform:scale(.6)}to{opacity:0;transform:scale(2)}}.hp-table{width:100%;min-width:740px;border-collapse:collapse;font-size:var(--font-size-sm)}.hp-table th,.hp-table td{padding:8px 6px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--hp-grid)}.hp-table th{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--color-neutral-400);white-space:nowrap}.hp-table th button{all:unset;cursor:pointer}.hp-table th button:hover,.hp-table th[aria-sort] button{color:var(--text)}.hp-table th button:focus-visible{outline:2px solid var(--hp-lead);outline-offset:2px}.hp-table .num{text-align:right}.hp-table tbody tr{transition:background var(--transition-fast)}.hp-table tbody tr.hot,.hp-table tbody tr:focus{background:var(--bg)}.hp-table tbody tr:focus{outline:2px solid var(--hp-lead);outline-offset:-2px}.hp-table tbody tr.expanded{background:var(--bg)}.hp-table .hp-table-empty{padding:var(--space-6);text-align:center;color:var(--text-muted)}.hp-name{font-weight:var(--font-weight-semibold)}.hp-name-line{display:flex;align-items:center;gap:7px}.hp-handlers{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px}.hp-handler{position:relative;display:inline-grid;width:22px;height:22px;place-items:center;color:var(--text-muted);background:var(--bg);border:1px solid var(--hp-rule);border-radius:5px;cursor:help;outline:none}.hp-handler svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.hp-handler-dash{stroke-dasharray:1.5 2}.hp-handler:hover,.hp-handler:focus-visible{color:var(--hp-lead);border-color:var(--hp-lead)}.hp-handler:focus-visible{outline:2px solid var(--hp-lead);outline-offset:2px}.hp-tooltip{position:absolute;z-index:5;top:calc(100% + 7px);left:50%;width:max-content;max-width:190px;padding:5px 7px;color:#fff;background:var(--text);border-radius:var(--radius-base);box-shadow:0 3px 10px #0000002e;font-size:.7rem;font-weight:var(--font-weight-semibold);line-height:1.25;opacity:0;pointer-events:none;transform:translate(-50%,-2px);transition:opacity var(--transition-fast),transform var(--transition-fast)}.hp-tooltip:before{position:absolute;bottom:100%;left:50%;border:4px solid transparent;border-bottom-color:var(--text);content:"";transform:translate(-50%)}.hp-handler:hover .hp-tooltip,.hp-handler:focus-visible .hp-tooltip{opacity:1;transform:translate(-50%)}.hp-tooltip.end{left:auto;right:0;max-width:240px;white-space:normal;transform:translateY(-2px)}.hp-tooltip.end:before{left:auto;right:12px;transform:none}.hp-chip:hover .hp-tooltip,.hp-chip:focus-visible .hp-tooltip{opacity:1;transform:none}.hp-chip:focus-visible{outline:2px solid var(--hp-lead);outline-offset:2px}.hp-expand{all:unset;display:inline-flex;align-items:center;gap:6px;color:inherit;cursor:pointer}.hp-expand:hover{color:var(--hp-lead)}.hp-expand:focus-visible{outline:2px solid var(--hp-lead);outline-offset:3px}.hp-disclosure{display:inline-block;color:var(--color-neutral-400);font-size:1.25rem;line-height:.7;transform:rotate(0);transition:transform var(--transition-fast)}.hp-expand[aria-expanded=true] .hp-disclosure{transform:rotate(90deg)}.hp-expand.static{cursor:default}.hp-expand.static:hover{color:inherit}.hp-expand.static .hp-disclosure{visibility:hidden}.hp-voltages,.hp-voltage-group{display:inline-flex;align-items:center}.hp-voltages{flex:0 0 auto;gap:3px;font-weight:var(--font-weight-regular)}.hp-voltage-group{gap:3px}.hp-voltage{padding:1px 5px;border:1px solid transparent;border-radius:var(--radius-pill);font-size:.62rem;font-weight:var(--font-weight-semibold);line-height:1.35;letter-spacing:.02em;white-space:nowrap}.hp-voltage-115{color:#376b60;background:#edf6f3;border-color:#dcece7}.hp-voltage-230{color:#59658b;background:#f0f2f8;border-color:#e1e5ef}.hp-voltage-separator{color:var(--color-neutral-300);font-size:.68rem}.hp-name small{display:block;font-size:.8rem;font-weight:var(--font-weight-regular);color:var(--text-muted)}.hp-name .hp-aka{margin-top:2px;color:var(--color-neutral-400);font-size:.68rem;font-weight:var(--font-weight-regular);line-height:1.3}.hp-aka span{margin-right:2px;font-size:.62rem;letter-spacing:.04em;text-transform:uppercase}.hp-dims{white-space:nowrap}.hp-note{display:block;font-size:.8rem;color:var(--text-muted)}.hp-purchase{color:var(--text);font-weight:var(--font-weight-semibold);text-decoration:none;white-space:nowrap}.hp-purchase:hover{color:var(--hp-lead)}.hp-purchase:focus-visible{outline:2px solid var(--hp-lead);outline-offset:2px}.hp-best{color:var(--hp-lead);font-weight:var(--font-weight-semibold)}.hp-bar{display:grid;grid-template-columns:1fr 32px;gap:var(--space-2);align-items:center;min-width:96px}.hp-bar span{text-align:right}.hp-bar-track{height:8px;background:var(--hp-grid);border-radius:4px}.hp-bar-fill{height:100%;background:color-mix(in oklab,var(--hp-good) calc(var(--hp-seer) * 100%),var(--hp-warn));border-radius:4px}.hp-chip{position:relative;display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:.8rem;font-weight:var(--font-weight-semibold);white-space:nowrap}.hp-chip.good{background:var(--hp-good-bg);color:var(--hp-good)}.hp-chip.warn{background:var(--hp-warn-bg);color:var(--hp-warn)}.hp-chip.hp-unlisted{padding:1px 5px;color:var(--color-neutral-400);background:none;border:1px dashed var(--hp-rule);font-size:.62rem;letter-spacing:.04em;text-transform:uppercase}.hp-chip.heat{--hp-heat-mix: calc(var(--hp-heat) * 100%);background:color-mix(in oklab,var(--hp-cold-bg) var(--hp-heat-mix),var(--hp-mild-bg));color:color-mix(in oklab,var(--hp-cold-ink) var(--hp-heat-mix),var(--hp-mild))}.hp-chip.heat.coldest{background:var(--hp-cold);color:#fff}.hp-table .hp-detail-row>td{padding:0;background:var(--bg);border-bottom-color:var(--hp-rule)}.hp-neep{margin:0 6px 14px;padding:var(--space-4);background:var(--hp-surface);border:1px solid var(--hp-rule);border-radius:var(--radius-md)}.hp-neep{display:grid;gap:var(--space-4)}.hp-neep-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.hp-neep-head>div{display:grid;gap:2px}.hp-neep-head a{color:var(--text-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-decoration:none}.hp-neep-head a:hover{color:var(--hp-lead)}.hp-neep-metrics{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:1px;margin:0;overflow:hidden;background:var(--hp-rule);border:1px solid var(--hp-rule);border-radius:var(--radius-base)}.hp-neep-metrics div{display:grid;gap:2px;padding:8px 10px;background:var(--hp-surface)}.hp-neep-metrics dt{color:var(--color-neutral-400);font-size:.68rem;font-weight:var(--font-weight-semibold);letter-spacing:.05em;text-transform:uppercase}.hp-neep-metrics dd{margin:0;color:var(--text);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.hp-neep-scroll{overflow-x:auto}.hp-performance-table{width:100%;min-width:610px;border-collapse:collapse;font-size:var(--font-size-xs)}.hp-performance-table caption{padding-bottom:6px;color:var(--text);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-align:left}.hp-performance-table th,.hp-performance-table td{padding:5px 8px;border:1px solid var(--hp-grid);text-align:right}.hp-performance-table thead th{color:var(--color-neutral-400);font-size:.68rem;font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.hp-performance-table th:first-child{text-align:left}.hp-neep-context{margin:0;color:var(--text-muted);font-size:var(--font-size-xs)}.hp-footer{display:grid;gap:var(--space-2)}.hp-footer p{margin:0;font-size:.8rem}@media(prefers-reduced-motion:reduce){.hp-table tbody tr,.hp-disclosure,.hp-tooltip,.hp-metric:before,.hp-scatter .pt,.hp-scatter .dot{transition:none}.hp-scatter *,.hp-chart-meta p{animation:none!important}}@media(max-width:900px){.hp-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hp-neep-metrics{grid-template-columns:repeat(3,minmax(100px,1fr))}}@media(max-width:600px){#main.hp-main{padding-inline:var(--space-4)}.hp-filters{padding:var(--space-4)}.hp-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-filter-search{grid-column:1 / -1}}@media(max-width:380px){.hp-filter-grid{grid-template-columns:1fr}.hp-filter-search{grid-column:auto}}.hero{text-align:center;padding:6rem 0 4rem}@media(min-width:1024px){.hero{padding:8rem 0 5rem}}.hero-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:2rem;box-shadow:0 0 0 4px #fffffff2,0 0 0 8px #6b72801a,0 16px 40px #0000001f;transition:all .5s cubic-bezier(.22,1,.36,1);animation:fadeInUp 1s cubic-bezier(.22,1,.36,1) .2s both}.hero-avatar:hover{transform:scale(1.05) rotate(3deg);box-shadow:0 0 0 4px #fffffff2,0 0 0 12px #6b728026,0 24px 50px #0000002e}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;color:var(--text);margin:0 0 1rem;letter-spacing:-.03em;line-height:1.1;animation:slideInLeft 1.2s cubic-bezier(.22,1,.36,1) .4s both}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin:0 0 2.5rem;font-weight:400;line-height:1.6;animation:slideInRight 1.2s cubic-bezier(.22,1,.36,1) .6s both}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.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}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.btn-primary{display:inline-flex;align-items:center;padding:.875rem 1.75rem;color:var(--bg)!important;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1);box-shadow:0 4px 12px #0000001f}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e;background:var(--color-neutral-500)}.btn-ghost{display:inline-flex;align-items:center;padding:.875rem 1.75rem;background:transparent;color:var(--text)!important;border:1px solid var(--color-neutral-300);border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1)}.btn-ghost:hover{border-color:var(--text-muted);background:var(--bg-section);transform:translateY(-2px)}.activity{padding:3rem 0}.activity-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.activity-header h2{font-size:1rem;font-weight:500;color:var(--text-muted);margin:0;letter-spacing:.02em;text-transform:lowercase;font-family:SF Mono,Fira Code,ui-monospace,monospace}.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 rgba(0,0,0,.06);border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000000f}.gh-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--bg-section);background:var(--bg)}.gh-title{font-weight:600;font-size:.9rem;color:var(--text)}.gh-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.gh-status--loading{color:var(--accent)}.gh-dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.gh-feed{padding:.5rem 0}.gh-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;transition:background .15s ease;animation:fadeInUp .4s ease both}.gh-item:hover{background:var(--bg)}.gh-item:hover .gh-repo{color:var(--accent)}.gh-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-section);border-radius:6px;color:var(--text-muted);font-size:.85rem;flex-shrink:0}.gh-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.gh-action{display:flex;align-items:baseline;gap:.3rem;font-size:.875rem;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);color:var(--text-muted);font-size:.7rem;font-weight:600;padding:.1rem .35rem;border-radius:4px}.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{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-family:ui-monospace,monospace;color:var(--text-muted)}.gh-add{color:#2da44e}.gh-del{color:#cf222e}.gh-time{color:var(--color-neutral-400);font-size:.75rem}.gh-footer{padding:.75rem 1.25rem;border-top:1px solid var(--bg-section);background:var(--bg)}.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{height:48px;background:linear-gradient(90deg,var(--bg-section) 0%,var(--bg-card) 50%,var(--bg-section) 100%);background-size:200% 100%;border-radius:8px;margin-bottom:.5rem;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bg-section);border-radius:16px;overflow:hidden;margin-top:2rem}.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{font-size:1rem;font-weight:600;color:var(--text);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%}*,*:before,*:after{box-sizing:inherit}body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1rem;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--text);line-height:1.25;margin:0 0 .5em;font-weight:600}p{margin:0 0 1rem;color:var(--text-muted)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}#main,#blogMain{padding:2rem 2.5rem 3rem;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.04);max-width:960px;margin:0 auto}@media(min-width:1024px){#main,#blogMain{padding:2rem 4rem 4rem}}#wrapper{display:flex;flex-direction:column;min-height:100vh;padding:1.5rem;max-width:1480px;margin:0 auto}@media(min-width:768px){#wrapper{padding:2rem}}#footer{padding:3rem 0 2rem;color:var(--text-muted);text-align:center;margin-top:auto}#footer .copyright{font-size:.875rem;list-style:none;padding:0;margin:0}#footer .copyright li{display:inline-block;margin:0 0 0 .5em;padding:0 0 0 .75em;border-left:1px solid var(--color-neutral-300)}#footer .copyright li:first-child{border-left:0}ul.icons{list-style:none;padding:0;margin:3rem 0 0;display:flex;justify-content:center;gap:.5rem}ul.icons li a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--bg-section);transition:background .2s ease}ul.icons li a:hover{background:var(--bg-card)}ul.icons li a:hover svg{fill:var(--accent)}ul.icons li a svg{width:20px;height:20px;fill:var(--text-muted);transition:fill .2s ease}.site-header{text-align:center;margin-bottom:2rem}.header-content h2{font-size:1.5rem;margin-bottom:1rem}.header-content h5{font-size:.875rem;color:var(--text-muted);font-weight:400}.avatar{display:block;margin:0 auto 1.5rem;width:120px;height:120px;border-radius:50%}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}#blogBody{background:var(--bg-section);border-radius:12px;padding:1.5rem;margin-top:1rem}input,select,textarea{background:#fff;border:1px solid var(--color-neutral-300);border-radius:8px;padding:.75rem 1rem;width:100%;font-size:1rem}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}button,.button{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--text);border:none;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer}button:hover,.button:hover{opacity:.85}@media(max-width:480px){#wrapper{padding:1rem}#main,#blogMain{padding:1.5rem;border-radius:16px}.hero{padding:3rem 0 2rem}.hero h1{font-size:2rem}.hero-avatar{width:90px;height:90px}.gh-item:hover{margin:0 -1rem;padding-left:1rem;padding-right:1rem}}a,a:hover{text-decoration:none}.embedsocial-hashtag{width:90%;min-width:850px;max-width:1000px;margin:0 auto}.modern-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.modern-container{padding:0 1rem}}.modern-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:center;background:var(--bg)}.modern-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;color:var(--text);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.modern-hero .subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:var(--text-muted);font-weight:400;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.modern-two-col{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;padding:4rem 0}@media(max-width:768px){.modern-two-col{grid-template-columns:1fr;gap:2rem;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{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0}@media(max-width:768px){.modern-cards{grid-template-columns:1fr}}.modern-card{background:var(--bg-card);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-card);padding:1.5rem;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.modern-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(107,114,128,.05) 0%,transparent 50%,rgba(107,114,128,.02) 100%);opacity:0;transition:opacity .4s cubic-bezier(.22,1,.36,1);pointer-events:none}.modern-card:hover{transform:translateY(-12px) scale(1.02) rotateY(2deg);box-shadow:0 0 0 1px #6b72801a,0 32px 64px #0000001f,0 16px 32px #6b728014;border-color:#6b728026}.modern-card:hover:before{opacity:1}.modern-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.modern-card p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.card-link{color:var(--accent);font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.card-link:hover{color:var(--color-primary-600)}.card-link:after{content:"↗";font-size:.875rem}.modern-btn{display:inline-flex;align-items:center;padding:.875rem 1.75rem;border-radius:50px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;white-space:nowrap;gap:.5rem}.modern-btn--primary{background:var(--text);color:var(--bg);box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.modern-btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.modern-btn--primary:hover:before{left:100%}.modern-btn--primary:hover{background:var(--color-neutral-500);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #0003,0 4px 16px #6b728026;color:var(--bg)}.modern-btn--secondary{background:transparent;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;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-card);box-shadow:0 0 0 1px #ffffff0d,0 16px 32px #0000001a,0 8px 16px #00000014;overflow:hidden}.modern-nav{position:sticky;top:0;z-index:100;background:#f7f7f4e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.modern-nav__container{display:flex;justify-content:center;align-items:center;padding:1rem 2rem;gap:2rem}.modern-nav a{color:var(--text);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:50px;transition:all .2s ease}.modern-nav a:hover{color:var(--accent);background:#6b728014}.modern-section{padding:3rem 0}.modern-section--hero{padding:0}.modern-section--compact{padding:2rem 0}.modern-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 2rem;display:block;box-shadow:0 0 0 4px #fffffff2,0 0 0 8px #6b72801a,0 16px 40px #00000026;border:none;transition:all .6s cubic-bezier(.22,1,.36,1);position:relative}.modern-avatar:hover{transform:scale(1.08) rotate(5deg);box-shadow:0 0 0 4px #fffffff2,0 0 0 12px #6b728033,0 24px 60px #00000040,0 0 80px #6b728026}.modern-content{background:var(--bg);min-height:100vh}.modern-github-dashboard{background:#fff;border:1px solid rgba(0,0,0,.06);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{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);background:#00000003}.dashboard-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:var(--text);letter-spacing:-.01em}.dashboard-icon{font-size:.9rem;color:var(--text-muted)}.dashboard-status{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted);font-weight:500}.dashboard-status.loading{color:var(--text-muted)}.status-dot{width:5px;height:5px;border-radius:50%;background:#10b981}.modern-activity-feed{padding:.25rem .5rem;max-height:400px;overflow-y:auto}.modern-activity-feed::-webkit-scrollbar{width:3px}.modern-activity-feed::-webkit-scrollbar-track{background:transparent}.modern-activity-feed::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.modern-activity-feed::-webkit-scrollbar-thumb:hover{background:#0003}.modern-activity-item{display:grid;grid-template-columns:28px 1fr 12px;align-items:center;gap:.6rem;padding:.5rem .75rem;border-radius:8px;position:relative;animation:fadeInUp .5s ease both;transition:all .2s ease;color:inherit;text-decoration:none}.modern-activity-item:hover{background:#00000006}.activity-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-section);border-radius:6px;font-size:.75rem;color:var(--text-muted);flex-shrink:0;transition:all .2s ease}.modern-activity-item:hover .activity-icon{background:var(--bg-card);color:var(--text)}.activity-content{min-width:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.activity-main{display:flex;flex-direction:column;gap:0;min-width:0;flex:1}.activity-text{font-weight:500;color:var(--text);font-size:.8rem;line-height:1.3}.activity-repo{font-size:.7rem;color:var(--text-muted);font-family:SF Mono,Monaco,monospace}.activity-title{font-size:.7rem;color:var(--text-muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.activity-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;font-size:.65rem;text-align:right;min-width:70px;flex-shrink:0}.activity-time{color:var(--text-muted);font-weight:400}.activity-user{display:none}.activity-commits,.activity-pr,.activity-issue{color:var(--text-muted);font-size:.7rem;font-weight:500;font-family:SF Mono,Monaco,monospace}.activity-action{color:var(--text-muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.activity-pulse-container{display:flex;align-items:center;justify-content:center;width:12px}.activity-pulse{width:4px;height:4px;background:var(--accent);border-radius:50%;opacity:0;transition:opacity .2s ease}.modern-activity-item:hover .activity-pulse{opacity:.6}.modern-github-dashboard.expanded{box-shadow:0 8px 32px #00000014;border-color:#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;font-size:.8rem!important;font-weight:500!important;cursor:pointer!important;padding:.5rem 0!important;margin-right:1rem!important;transition:color .2s ease!important;font-family:inherit!important}.dashboard-toggle:hover{color:var(--text)!important}.github-section.github-expanded{padding-top:1rem!important}.modern-github-footer{padding:.75rem 1.25rem;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center}.dashboard-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.8rem;transition:color .2s ease;display:inline-flex;align-items:center;gap:.35rem}.dashboard-link:hover{color:var(--text)}.activity-loading{padding:1rem 1.5rem}.activity-skeleton{height:60px;background:linear-gradient(90deg,#6b72800d,#6b72801a,#6b72800d);background-size:200% 100%;border-radius:8px;margin-bottom:.75rem;animation:shimmer 2s ease-in-out infinite}.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%{opacity:0;transform:translateY(40px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px);filter:blur(2px)}to{opacity:1;transform:translate(0);filter:blur(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px);filter:blur(2px)}to{opacity:1;transform:translate(0);filter:blur(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(0)}33%{transform:translateY(-8px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@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:nth-child(1){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}
