html,body{margin:0;padding:0}*,:before,:after{box-sizing:border-box}.portfolio{color:#e2e2e8;background:#080810;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.pf-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080810cc;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.pf-header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.1rem 2rem;display:flex}.pf-logo{background:linear-gradient(135deg,#646cff,#9f7aea);-webkit-text-fill-color:transparent;letter-spacing:.05em;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.pf-nav{gap:2rem;display:flex}.pf-nav a{color:#888;letter-spacing:.02em;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.pf-nav a:hover{color:#e2e2e8}.pf-hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.pf-hero-bg{pointer-events:none;position:absolute;inset:0}.pf-blob{filter:blur(80px);opacity:.35;border-radius:50%;animation:8s ease-in-out infinite blobFloat;position:absolute}.pf-blob-1{background:radial-gradient(circle,#646cff 0%,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-100px;left:-100px}.pf-blob-2{background:radial-gradient(circle,#9f7aea 0%,#0000 70%);width:400px;height:400px;animation-delay:4s;bottom:-50px;right:-50px}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.pf-grid-overlay{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.pf-hero-content{z-index:1;text-align:center;max-width:740px;padding:0 2rem;position:relative}.pf-greeting{color:#646cff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:600}.pf-name{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(2.8rem,7vw,5rem);font-weight:800;line-height:1.1}.pf-gradient-text{background:linear-gradient(135deg,#646cff 0%,#9f7aea 50%,#63b3ed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pf-tagline{color:#888;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.pf-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pf-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.pf-btn-primary{color:#fff;background:linear-gradient(135deg,#646cff,#9f7aea);box-shadow:0 4px 24px #646cff59}.pf-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #646cff80}.pf-btn-ghost{color:#ccc;background:0 0;border:1px solid #ffffff26}.pf-btn-ghost:hover{color:#fff;background:#ffffff12;border-color:#ffffff4d;transform:translateY(-2px)}.pf-scroll-hint{color:#555;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.pf-scroll-line{background:linear-gradient(#646cff,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.pf-section{padding:6rem 0}.pf-section-alt{background:#ffffff05;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.pf-container{max-width:1100px;margin:0 auto;padding:0 2rem}.pf-section-label{letter-spacing:.15em;text-transform:uppercase;color:#646cff;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.pf-section-title{color:#fff;letter-spacing:-.02em;margin:0 0 3rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.pf-center{text-align:center}.pf-about-grid{grid-template-columns:260px 1fr;align-items:center;gap:4rem;display:grid}.pf-avatar{width:200px;height:200px;margin:0 auto;position:relative}.pf-avatar-inner{z-index:1;background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #646cff4d;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;font-size:5rem;display:flex;position:relative}.pf-avatar-ring{-webkit-mask-composite:destination-out;background:linear-gradient(135deg,#646cff,#9f7aea) border-box;border:2px solid #0000;border-radius:50%;animation:6s linear infinite ringRotate;position:absolute;inset:-10px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pf-about-right .pf-section-label{margin-bottom:.5rem}.pf-about-right .pf-section-title{margin-bottom:1.5rem}.pf-about-text{color:#999;margin-bottom:1rem;font-size:.97rem;line-height:1.8}.pf-about-stats{border-top:1px solid #ffffff12;gap:2.5rem;margin-top:2rem;padding-top:2rem;display:flex}.pf-stat{flex-direction:column;gap:.25rem;display:flex}.pf-stat-num{background:linear-gradient(135deg,#646cff,#9f7aea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.pf-stat-label{color:#666;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem}.pf-skills-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.pf-skill-group{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;padding:1.5rem;transition:border-color .3s}.pf-skill-group:hover{border-color:#646cff4d}.pf-skill-category{letter-spacing:.1em;text-transform:uppercase;color:#646cff;margin:0 0 1rem;font-size:.8rem;font-weight:700}.pf-skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.pf-skill-tag{color:#bbb;background:#646cff1a;border:1px solid #646cff33;border-radius:20px;padding:.3rem .75rem;font-size:.82rem;font-weight:500;transition:all .2s}.pf-skill-tag:hover{color:#fff;background:#646cff33}.pf-projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.pf-project-card{color:inherit;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.pf-project-card:before{content:"";background:var(--accent,#646cff);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.pf-project-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.pf-project-card:hover:before{opacity:1}.pf-project-icon{font-size:2.5rem;line-height:1}.pf-project-body{flex-direction:column;flex:1;display:flex}.pf-project-title{color:#fff;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.pf-project-desc{color:#888;min-height:4.8rem;margin:0 0 1rem;font-size:.9rem;line-height:1.7}.pf-project-stack{flex-direction:column;gap:.5rem;margin-top:.35rem;display:flex}.pf-stack-row{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.pf-stack-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--accent,#646cff);opacity:.8;font-size:.7rem;font-weight:700;line-height:1}.pf-stack-items{flex-wrap:wrap;gap:.35rem;display:flex}.pf-stack-item{color:#aaa;background:#ffffff0d;border:1px solid #ffffff17;border-radius:4px;padding:.15rem .55rem;font-size:.75rem;font-weight:500;transition:all .2s}.pf-project-card:hover .pf-stack-item{color:#ccc;background:#ffffff14}.pf-project-arrow{color:#555;align-self:flex-end;font-size:1.2rem;transition:all .3s}.pf-project-card:hover .pf-project-arrow{color:var(--accent,#646cff);transform:translate(4px)}.pf-contact-inner{text-align:center}.pf-contact-sub{color:#888;margin-bottom:2rem;font-size:1rem}.pf-contact-btn{padding:1rem 2.5rem;font-size:1rem}.pf-footer{text-align:center;color:#444;border-top:1px solid #ffffff0d;padding:2rem;font-size:.85rem}.pf-timeline{flex-direction:column;gap:0;display:flex;position:relative}.pf-timeline:before{content:"";background:linear-gradient(#646cff,#646cff1a);width:2px;position:absolute;top:12px;bottom:12px;left:10px}.pf-tl-item{align-items:flex-start;gap:2rem;padding-bottom:2.5rem;display:flex;position:relative}.pf-tl-item:last-child{padding-bottom:0}.pf-tl-dot{z-index:1;border:3px solid #080810;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin-top:1.1rem;position:relative;box-shadow:0 0 12px}.pf-tl-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;flex:1;padding:1.75rem;transition:border-color .3s,box-shadow .3s}.pf-tl-card:hover{border-color:#ffffff24;box-shadow:0 8px 32px #0000004d}.pf-tl-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.pf-tl-title{color:#fff;margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.pf-tl-role{color:#666;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.pf-tl-tags{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.pf-tl-tag{white-space:nowrap;background:#ffffff08;border:1px solid;border-radius:20px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.pf-tl-summary{color:#999;margin:0 0 1rem;font-size:.9rem;line-height:1.65}.pf-tl-points{flex-direction:column;gap:.45rem;margin:0;padding-left:1.1rem;display:flex}.pf-tl-points li{color:#bbb;font-size:.87rem;line-height:1.6}@media (width<=768px){.pf-nav{display:none}.pf-hero-content{padding-top:5rem}.pf-about-grid{grid-template-columns:1fr;gap:2.5rem}.pf-section{padding:4rem 0}.pf-projects-grid{grid-template-columns:1fr}.pf-project-desc{min-height:0}.pf-about-stats{gap:1.5rem}.pf-timeline:before{left:8px}.pf-tl-item{gap:1rem}.pf-tl-dot{width:18px;height:18px;margin-top:1.3rem}.pf-tl-card{padding:1.25rem}.pf-tl-header{flex-direction:column;gap:.75rem}.pf-tl-tags{justify-content:flex-start}}.pd-page{color:#e2e2e8;background:#080810;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.pd-glow{background:radial-gradient(circle, color-mix(in srgb, var(--accent) 34%, transparent), transparent 68%);filter:blur(30px);pointer-events:none;border-radius:50%;width:620px;height:620px;position:absolute;top:-220px;right:-180px}.pd-container{width:min(1040px,100% - 3rem);margin:0 auto;padding:3rem 0 6rem;position:relative}.pd-back{color:#999;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:.88rem;text-decoration:none;transition:color .2s}.pd-back:hover{color:var(--accent)}.pd-hero{max-width:780px;padding:7rem 0 5rem}.pd-icon{margin-bottom:1rem;font-size:3.4rem;display:block}.pd-label{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .7rem;font-size:.75rem;font-weight:800}.pd-hero h1{color:#fff;letter-spacing:-.05em;margin:0;font-size:clamp(3rem,8vw,5.5rem)}.pd-subtitle{color:var(--accent);margin:.8rem 0 0;font-size:1.2rem;font-weight:700}.pd-overview{color:#aaa;margin:1.5rem 0 0;font-size:1.05rem;line-height:1.85}.pd-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.pd-action{background:var(--accent);color:#071018;min-height:44px;box-shadow:0 14px 34px color-mix(in srgb, var(--accent) 24%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:0 1.15rem;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .2s,filter .2s;display:inline-flex}.pd-action:hover{filter:brightness(1.08);transform:translateY(-2px)}.pd-section{border-top:1px solid #ffffff14;padding:3.5rem 0}.pd-section h2{color:#fff;margin:0 0 1.7rem;font-size:1.8rem}.pd-feature-grid,.pd-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pd-feature-card,.pd-stack-card,.pd-flow-item{background:#ffffff09;border:1px solid #ffffff17;border-radius:12px}.pd-feature-card{padding:1.3rem}.pd-feature-number{color:var(--accent);letter-spacing:.1em;font-size:.72rem;font-weight:800}.pd-feature-card p{color:#bbb;margin:.65rem 0 0;font-size:.9rem;line-height:1.65}.pd-flow{align-items:center;gap:.6rem;padding-bottom:.4rem;display:flex;overflow-x:auto}.pd-flow-item{color:#ccc;min-width:max-content;padding:.9rem 1rem;font-size:.82rem;font-weight:700}.pd-flow-arrow{color:var(--accent)}.pd-stack-card{padding:1.25rem}.pd-stack-card h3{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .85rem;font-size:.78rem}.pd-stack-items{flex-wrap:wrap;gap:.45rem;display:flex}.pd-stack-items span{color:#bbb;background:#ffffff0f;border-radius:5px;padding:.28rem .62rem;font-size:.78rem}@media (width<=640px){.pd-container{width:min(100% - 2rem,1040px);padding-top:2rem}.pd-hero{padding:5rem 0 3.5rem}.pd-feature-grid,.pd-stack-grid{grid-template-columns:1fr}}.app{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 100%);flex-direction:column;width:100%;min-height:100vh;padding:0;display:flex}.header{background-color:#0d0d0d;border-bottom:2px solid #333;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #00000080}.header h1{color:#646cff;white-space:nowrap;margin:0;font-size:2rem;font-weight:700}.nav-tabs{gap:1rem;display:flex}.nav-tab{color:#ccc;border-radius:4px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-tab:hover{color:#646cff;background-color:#333}.nav-tab.active{color:#fff;background-color:#646cff}.search-section{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin:0;display:flex}.search-section input{color:#fff;background-color:#222;border:1px solid #444;border-radius:4px;width:300px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.search-section input:focus{border-color:#646cff;outline:none;box-shadow:0 0 10px #646cff4d}.search-section button{color:#fff;cursor:pointer;background-color:#646cff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.search-section button:hover{background-color:#535bf2;box-shadow:0 0 15px #646cff66}.search-section button:disabled{cursor:not-allowed;background-color:#666}.main-content{flex:1;gap:2rem;width:100%;max-width:1280px;margin:0 auto;padding:2rem;display:flex;overflow:hidden}.character-info{gap:2rem;width:100%;min-width:0;display:flex}.profile-card{background:linear-gradient(135deg,#1a1a1a 0%,#242424 100%);border:1px solid #333;border-radius:8px;flex:0 0 320px;height:fit-content;overflow:hidden;box-shadow:0 4px 20px #00000080}.update-info{background:#ffffff08;border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.72rem;display:flex}.update-time{color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cache-badge{letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.cache-hit{color:#7b83ff;background:#646cff26;border:1px solid #646cff4d}.cache-fresh{color:#43e97b;background:#43e97b1f;border:1px solid #43e97b4d}.profile-header{padding:1.5rem}.character-image{aspect-ratio:1;background:linear-gradient(135deg,#333 0%,#222 100%);border:1px solid #444;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.image-placeholder{color:#646cff;font-size:4rem}.profile-title{text-align:center}.profile-title h2{color:#fff;margin:.5rem 0 .25rem;font-size:1.5rem;font-weight:700}.profile-title .class{color:#999;margin:0;font-size:.9rem}.profile-details{border-top:1px solid #333;padding:1.5rem}.detail-row{border-bottom:1px solid #333;justify-content:space-between;padding:.75rem 0;font-size:.95rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#999;font-weight:500}.detail-row .value{color:#fff;font-weight:600}.detail-row .combat-power{color:#ff6b6b;font-size:1.1rem}.content-right{flex-direction:column;flex:1;min-width:640px;min-height:0;display:flex}.main-content{width:100%;max-width:100%}.tabs{background-color:#0d0d0d;border-bottom:2px solid #333;border-radius:0;gap:0;margin-bottom:1rem;display:flex}.tabs button{color:#999;cursor:pointer;background-color:#0000;border:none;border-bottom:3px solid #0000;flex:1;padding:1rem;font-weight:600;transition:all .3s;position:relative;bottom:-2px}.tabs button:hover{color:#fff;background-color:#646cff1a}.tabs button.active{color:#646cff;background-color:#646cff0d;border-bottom-color:#646cff}.tab-content{background:linear-gradient(135deg,#1a1a1a 0%,#242424 100%);border:1px solid #333;border-radius:8px;flex:1;margin-right:3rem;padding:1rem;overflow-y:auto;box-shadow:0 4px 20px #00000080}.tab-content h3{color:#646cff;margin-top:0;margin-bottom:1rem;font-size:1.1rem}.stats-tab{height:100%}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;display:grid}.stat-card{text-align:center;background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%);border:1px solid #444;border-radius:8px;padding:1rem;transition:all .3s}.stat-card:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 0 15px #646cff33}.stat-type{color:#999;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.stat-value{color:#646cff;font-size:1.5rem;font-weight:700}.equipment-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.equipment-item{text-align:center;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;padding:.75rem;transition:all .3s}.equipment-item:hover{border-color:#646cff;box-shadow:0 0 15px #646cff33}.equipment-item img{background:#1a1a1a;border-radius:4px;width:80px;height:80px;margin-bottom:.5rem;padding:4px}.item-info h4{color:#fff;margin:.5rem 0 .25rem;font-size:.85rem}.item-type{color:#999;font-size:.75rem}.grade-고대{box-shadow:0 0 10px #ff6b6b4d;border-color:#ff6b6b!important}.grade-유물{box-shadow:0 0 10px #ffd93d4d;border-color:#ffd93d!important}.grade-전설{box-shadow:0 0 10px #ff8c424d;border-color:#ff8c42!important}.grade-영웅{box-shadow:0 0 10px #6bcf7f4d;border-color:#6bcf7f!important}.grade-희귀{box-shadow:0 0 10px #4ecdc44d;border-color:#4ecdc4!important}.engravings-list{flex-wrap:wrap;gap:1rem;display:flex}.engraving-item{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;flex-direction:column;flex:0 0 calc(25% - .75rem);align-items:center;padding:1rem;transition:all .3s;display:flex}.engraving-item:hover{border-color:#646cff;box-shadow:0 0 15px #646cff33}.engraving-item img{background:#1a1a1a;border-radius:4px;width:60px;height:60px;margin-bottom:.5rem}.engraving-item span{color:#fff;text-align:center;font-size:.85rem}.info-list{flex-direction:column;gap:0;display:flex}.info-item{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:1rem;display:flex}.info-item:last-child{border-bottom:none}.info-label{color:#999;flex:0 0 150px;font-weight:600}.info-value{color:#fff;font-weight:500}.empty-state{text-align:center;color:#999;padding:2rem;font-size:.95rem}.tab-content::-webkit-scrollbar{width:8px}.tab-content::-webkit-scrollbar-track{background:#1a1a1a}.tab-content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.tab-content::-webkit-scrollbar-thumb:hover{background:#555}.engraving-item img{width:30px;height:30px;margin-right:.5rem}@media (width<=768px){.header{flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem}.header h1{text-align:center;font-size:1.5rem}.search-section{flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.search-section input{width:100%;max-width:200px;padding:.5rem;font-size:.9rem}.search-section button{padding:.5rem 1rem;font-size:.9rem}.main-content{flex-direction:column;gap:1rem;max-width:100%;padding:1rem}.character-info{flex-direction:column;gap:1rem}.profile-card{flex:none;width:100%}.content-right{width:100%}.tabs{flex-direction:row;margin-bottom:.5rem}.tabs button{padding:.75rem .5rem;font-size:.85rem}.tab-content{border-radius:4px;min-height:300px;margin-right:0;padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card{padding:.75rem}.equipment-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.equipment-item{padding:.5rem}.equipment-item img{width:50px;height:50px}.engravings-list{gap:.5rem}.engraving-item{flex:0 0 calc(50% - .25rem);padding:.75rem}.info-item{flex-direction:column;align-items:flex-start;padding:.75rem 0}.info-label{flex:none;margin-bottom:.25rem}}.math-answer{background:#1a1a2e;border:1px solid #646cff;border-radius:12px;padding:28px 32px}.math-answer h3{color:#646cff;letter-spacing:.05em;text-transform:uppercase;margin:0 0 20px;font-size:1rem;font-weight:700}.math-answer p{color:#ddd;margin:0 0 1rem;font-size:.97rem;line-height:1.9}.math-answer ol,.math-answer ul{color:#ddd;margin:0 0 1rem;padding-left:1.5rem;line-height:1.9}.math-answer li{margin-bottom:.4rem}.math-answer .math-display{background:#646cff12;border-left:3px solid #646cff;border-radius:0 8px 8px 0;margin:1.4rem 0;padding:1rem 1.5rem;overflow-x:auto}.math-answer .math-inline .katex{font-size:1.05em}.math-answer strong{color:#fff;font-weight:700}.math-answer hr{border:none;border-top:1px solid #ffffff14;margin:1.5rem 0}.server-chart{background:#1a1a2e;border:1px solid #ffffff15;border-radius:12px;margin:1.5rem 2rem;padding:1.25rem 1.5rem}.chart-title{color:#ccc;letter-spacing:.02em;margin:0 0 1rem;font-size:.95rem;font-weight:600}.chart-loading{color:#666;margin:1rem 2rem;font-size:.85rem}.ph-header{z-index:50;background:#0d0d0d;border-bottom:2px solid #333;position:sticky;top:0;box-shadow:0 2px 10px #00000080}.ph-bar{align-items:center;gap:1rem;height:60px;padding:0 2rem;display:flex}.ph-brand{flex-shrink:0;align-items:center;gap:0;font-size:1.1rem;font-weight:700;display:flex}.ph-author{color:#888}.ph-sep{color:#555;margin:0 .15rem}.ph-title{color:#646cff}.ph-nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.ph-link{color:#ccc;white-space:nowrap;border-radius:4px;padding:.4rem .75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.ph-link:hover{color:#fff;background:#222}.ph-link-active{background:#646cff;color:#fff!important}.ph-burger{cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:6px;display:none}.ph-burger span{background:#ccc;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.ph-burger-open span:first-child{transform:translateY(7px)rotate(45deg)}.ph-burger-open span:nth-child(2){opacity:0}.ph-burger-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ph-search{align-items:center;gap:.5rem;margin-left:1rem;display:flex}.ph-search input{color:#fff;background:#222;border:1px solid #444;border-radius:4px;width:220px;padding:.4rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.ph-search input:focus{border-color:#646cff;outline:none;box-shadow:0 0 8px #646cff4d}.ph-search button{color:#fff;cursor:pointer;white-space:nowrap;background:#646cff;border:none;border-radius:4px;padding:.4rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.ph-search button:hover{background:#535bf2}.ph-search button:disabled{cursor:not-allowed;background:#555}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media (width<=768px){.ph-bar{padding:0 1rem}.ph-brand{font-size:1rem}.ph-nav{z-index:49;background:#111;border-bottom:2px solid #333;flex-direction:column;align-items:stretch;gap:0;margin-left:0;display:none;position:absolute;top:60px;left:0;right:0;box-shadow:0 4px 12px #00000080}.ph-nav.ph-nav-open{display:flex}.ph-link{border-bottom:1px solid #222;border-radius:0;padding:.85rem 1.5rem;font-size:.95rem}.ph-link:last-child{border-bottom:none}.ph-burger{display:flex}.ph-search{margin-left:.5rem}.ph-search input{width:110px;padding:.35rem .5rem;font-size:.8rem}.ph-search button{padding:.35rem .6rem;font-size:.8rem}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.ig-root{color:#ffffffde;background:#0f0f0f;flex-direction:column;height:100vh;display:flex}.ig-feed{box-sizing:border-box;flex-direction:column;flex:1;gap:3.2rem;width:100%;max-width:800px;margin:0 auto;padding:2.4rem 1.6rem 1.6rem;display:flex;overflow-y:auto}.ig-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.2rem;padding:4rem 1.6rem;display:flex}.ig-empty-icon{font-size:4.8rem}.ig-empty-title{margin:0;font-size:2rem;font-weight:600}.ig-empty-sub{color:#ffffff73;max-width:400px;margin:0;font-size:1.4rem}.ig-example-prompts{flex-direction:column;gap:.8rem;width:100%;max-width:480px;margin-top:.8rem;display:flex}.ig-example-btn{color:#ffffffa6;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:1rem 1.4rem;font-size:1.3rem;transition:background .2s,border-color .2s}.ig-example-btn:hover{color:#ffffffe6;background:#8b5cf626;border-color:#8b5cf666}.ig-item{flex-direction:column;gap:1.6rem;display:flex}.ig-prompt-bubble{background:#8b5cf633;border:1px solid #8b5cf659;border-radius:16px 16px 4px;align-self:flex-end;max-width:80%;padding:1.2rem 1.6rem}.ig-prompt-label{color:#8b5cf6e6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:1rem;font-weight:600;display:block}.ig-prompt-text{white-space:pre-wrap;word-break:break-word;margin:0;font-size:1.4rem;line-height:1.5}.ig-result{align-self:flex-start;width:100%}.ig-loading{color:#ffffff8c;background:#ffffff0a;border-radius:16px;align-items:center;gap:1.2rem;padding:2rem;font-size:1.4rem;display:flex}.ig-spinner{border:3px solid #8b5cf640;border-top-color:#8b5cf6e6;border-radius:50%;flex-shrink:0;width:2.4rem;height:2.4rem;animation:.8s linear infinite ig-spin}@keyframes ig-spin{to{transform:rotate(360deg)}}.ig-error{color:#ef4444e6;background:#ef44441f;border:1px solid #ef44444d;border-radius:12px;padding:1.6rem;font-size:1.4rem}.ig-image-wrap{border-radius:16px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080}.ig-image{object-fit:contain;border-radius:16px;max-width:100%;max-height:70vh;display:block}.ig-download-btn{color:#fff;cursor:pointer;opacity:0;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;padding:0;font-size:1.6rem;transition:opacity .2s;display:flex;position:absolute;top:1rem;right:1rem}.ig-image-wrap:hover .ig-download-btn{opacity:1}.ig-input-area{box-sizing:border-box;background:linear-gradient(#0000,#0f0f0f 30%);flex-shrink:0;width:100%;max-width:800px;margin:0 auto;padding:1.2rem 1.6rem 2rem}.ig-settings{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-wrap:wrap;gap:2rem;margin-bottom:1rem;padding:1.4rem 1.6rem;display:flex}.ig-settings label{color:#ffffff80;flex-direction:column;gap:.5rem;font-size:1.2rem;font-weight:500;display:flex}.ig-settings select,.ig-settings input[type=range]{color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:.4rem .8rem;font-size:1.3rem}.ig-settings input[type=range]{accent-color:#8b5cf6;min-width:120px;height:4px;padding:0}.ig-val{color:#8b5cf6;font-weight:600}.ig-input-bar{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;align-items:flex-end;gap:.8rem;padding:.8rem;transition:border-color .2s;display:flex}.ig-input-bar:focus-within{border-color:#8b5cf680}.ig-textarea{color:#ffffffde;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:2.4rem;max-height:160px;padding:.4rem;font-family:inherit;font-size:1.5rem;line-height:1.5}.ig-textarea::placeholder{color:#ffffff4d}.ig-settings-btn{color:#fff6;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:3.8rem;height:3.8rem;padding:0;font-size:1.8rem;transition:background .2s,color .2s;display:flex}.ig-settings-btn:hover,.ig-settings-btn.active{color:#8b5cf6;background:#8b5cf626;border-color:#8b5cf666}.ig-send-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:3.8rem;height:3.8rem;padding:0;font-size:1.6rem;transition:background .2s,opacity .2s;display:flex}.ig-send-btn:hover:not(:disabled){background:#7c3aed}.ig-send-btn:disabled{opacity:.3;cursor:not-allowed}
