@charset "UTF-8";:root{--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--footer-text: #ececec;--bg-light: #f9fafb;--bg-white: #ffffff;--bg-container: #ffffff;--bg-secondary: #f9fafb;--border-color: #e5e7eb;--border-light: #f3f4f6;--border-tag: #fed7aa;--active-card: #faf7f4;--pre-article: #282c34;--shadow: rgba(0, 0, 0, .1);--primary-color: #f97316;--primary-light: #fb923c;--primary-dark: #ea580c}[data-theme=dark]{--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-tertiary: #9ca3af;--footer-text: #9ca3af;--bg-light: #1c1c1c;--bg-white: #2a2a2a;--bg-container: #2a2a2a;--bg-secondary: #1c1c1c;--border-color: #374151;--border-light: #4b5563;--border-tag: #92400e;--active-card: #374151;--pre-article: #1a1a1a;--shadow: rgba(0, 0, 0, .5);--primary-color: #fb923c;--primary-light: #f5924a;--primary-dark: #ea580c}body{background:var(--bg-white);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.layout-header{display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(var(--bg-light),.5);border-bottom:1px solid rgba(229,231,235,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:1020}.layout-header .header-title{background:linear-gradient(135deg,#f97316,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;margin:0;flex:1}.layout-header .header-menu{flex:2;justify-content:flex-end;background-color:transparent;border:0}.layout-header .links{display:flex;gap:.5rem;margin-left:5%;justify-content:flex-start;align-items:center;flex:1;min-width:0;box-shadow:none;border-bottom:none;background:transparent}@media (max-width: 768px){.layout-header{padding:0 16px}}.theme-toggle-wrapper{cursor:pointer;display:inline-block;padding:4px}.theme-toggle-track{width:64px;height:32px;background:#e5e7eb;border-radius:16px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #0000001a}.theme-toggle-track.dark{background:#475569;box-shadow:inset 0 2px 4px #0000004d}.theme-toggle-track:hover{transform:scale(1.05)}.theme-toggle-thumb{width:28px;height:28px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #00000026}.dark .theme-toggle-thumb{transform:translate(32px)}.theme-icon{font-size:16px;transition:all .4s ease;color:#f59e0b}.dark .theme-icon{color:#fbbf24}.ant-menu-light .ant-menu-item-selected{color:#fff!important;background-color:#f5924a!important}.ant-menu-item:hover{color:#f97316!important;border-bottom:none!important}.ant-menu-item-selected:after{border-bottom:none!important}.hero-container{min-height:95vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 4px;position:relative;overflow:hidden;z-index:1;transition:all 1s ease-out;scroll-margin-top:100px}.hero-container .hero-content{display:flex;align-items:center;justify-content:space-between;padding:clamp(1rem,5vw,4rem) clamp(1rem,3vw,2rem);margin:0 auto;gap:clamp(0rem,5vw,5rem)}.hero-container .hero-content .hero-text-part{flex:1;max-width:600px}.hero-container .hero-content .hero-text-part .hello-text{font-size:clamp(1.5rem,4vw,3rem)}.hero-container .hero-content .hero-text-part .name-container{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400}.hero-container .hero-content .hero-text-part .name-container .name-txt{font-size:clamp(1.7rem,4vw,3rem);font-weight:700;color:#ea580c}.hero-container .hero-content .hero-text-part .into-container{font-size:clamp(1.2rem,4vw,2rem);margin-bottom:clamp(1.5rem,5vw,3rem);min-height:64px}.hero-container .hero-content .hero-text-part .into-container .into-txt{color:#fb923c;font-weight:600}.hero-container .hero-content .hero-text-part .button-area .primary-btn{background:linear-gradient(45deg,#f97316,#fb923c);transition:all .3s ease;border:none;height:48px;padding:0 clamp(16px,5vw,32px);font-size:16px;border-radius:24px;color:var(--bg-white);cursor:pointer}.hero-container .hero-content .hero-text-part .button-area .primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.hero-container .hero-content .hero-text-part .button-area .primary-btn:active{transform:translateY(0)}.hero-container .hero-content .hero-text-part .button-area .primary-btn:hover{filter:brightness(1.15);box-shadow:0 6px 12px #f9731666}.hero-container .hero-content .hero-text-part .button-area .contact-me{border:2px solid #f97316;color:#f97316;height:48px;padding:0 clamp(16px,5vw,32px);font-size:16px;border-radius:24px;background:transparent;cursor:pointer;transition:all .3s ease}.hero-container .hero-content .hero-text-part .button-area .contact-me:hover{background:transparent;color:#fb923c;border-color:#fb923c;box-shadow:0 0 12px #f9731666;transform:translateY(-2px)}.hero-container .hero-content .hero-img-part{flex-shrink:0;border-radius:50%;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003}.hero-container .hero-content .hero-img-part img{width:100%;height:100%;object-fit:cover;display:block}.hero-container .hero-content .hero-img-part:hover{transform:rotateX(10deg) rotateY(5deg) scale(1.05);box-shadow:0 8px 20px #00000059}.hero-container .down-btn-container{display:flex;align-items:center;justify-content:center}.hero-container .down-btn-container .down-btn{color:#f97316;font-size:48px;cursor:pointer;padding:24px;animation:move-down 1.5s infinite;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;display:inline-flex}@keyframes move-down{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.7}}@media (max-width: 1024px){.hero-container .hero-img-part{width:220px;height:220px}}@media (max-width: 768px){.hero-container .hero-content{flex-direction:column-reverse;text-align:center}.hero-container .hero-content .hero-text-part{max-width:100%}.hero-container .hero-content .hero-img-part{width:160px;height:160px;margin:0 auto}}.about-section{max-width:1200px;margin:0 auto;min-height:95vh;padding:80px 24px;scroll-margin-top:50px}.about-section .about-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px)}.about-section .about-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}.about-section .about-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}.about-section .about-content{display:flex;align-items:center;gap:clamp(12px,5vw,40px)}.about-section .about-content .about-img-col{flex:1;display:flex;align-items:center;justify-content:center}.about-section .about-content .about-img-col img{width:clamp(160px,20vw,320px);height:clamp(160px,20vw,320px);border-radius:50%;object-fit:cover;border:4px solid #f97316;box-shadow:0 4px 20px #00000026}.about-section .about-content .about-text-col{flex:2}.about-section .about-content .about-text-col .about-name{font-size:clamp(20px,2vw,30px);font-weight:600;line-height:1.6;color:var(--text-primary);margin-bottom:16px}.about-section .about-content .about-text-col .about-job{font-size:clamp(18px,1.8vw,24px);font-weight:500;line-height:1.6;color:var(--text-primary);margin-bottom:16px}.about-section .about-content .about-text-col .about-me{font-size:clamp(14px,1.6vw,20px);line-height:1.8;color:var(--text-primary);margin-bottom:clamp(14px,1.6vw,18px)}.about-section .about-content .about-text-col .about-contact .about-mail{display:flex;align-items:center;gap:8px}.about-section .about-content .about-text-col .about-contact .about-mail .mail-icon{color:#f97316;font-size:clamp(16px,1.6vw,20px)}.about-section .about-content .about-text-col .about-contact .about-mail .mail-txt{color:#f97316;font-size:clamp(14px,1.4vw,16px);text-decoration:none;transition:color .3s ease,transform .2s ease}.about-section .about-content .about-text-col .about-contact .about-mail .mail-txt:hover{color:#c24e00;text-decoration:underline}.about-section .about-content .about-text-col .about-contact .btn-area{display:flex}.about-section .about-content .about-text-col .about-contact .btn-area .social-btn{font-size:clamp(20px,2.5vw,28px);width:clamp(40px,5vw,56px);height:clamp(40px,5vw,56px);display:flex;align-items:center;justify-content:center;border-radius:50%}@media (min-width: 1024px){.about-section{scroll-margin-top:50px}}@media (max-width: 768px){.about-section{padding:10px 16px}.about-section .about-content{flex-direction:column;text-align:center}}.skills-container{min-height:100vh;margin:0 auto;padding:10px 24px;scroll-margin-top:50px;justify-items:center;align-items:center}.skills-container .skills-part{max-width:1200px;margin:0 auto;padding:0 24px}.skills-container .skills-part .skills-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px)}.skills-container .skills-part .skills-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}.skills-container .skills-part .skills-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}.skills-container .skills-part .skills-content{align-items:center}.skills-container .skills-part .skills-content .skills-cards{display:flex;flex-direction:column;gap:clamp(12px,2vw,24px)}.skills-container .skills-part .skills-content .skills-cards .skill-card{cursor:pointer;transition:transform .3s ease}.skills-container .skills-part .skills-content .skills-cards .skill-card:hover{transform:scale(1.03)}.skills-container .skills-part .skills-content .skills-cards .skill-card .skill-title{display:flex;align-items:center;justify-content:center;gap:clamp(4px,1vw,8px);font-size:clamp(11px,1.2vw,16px)}.skills-container .skills-part .skills-content .skills-cards .skill-card.active{border:2px solid #fb923c;background-color:var(--active-card);padding-left:5px;padding-right:5px}.skills-container .skills-part .skills-content .chart-col{display:flex;align-items:center;justify-content:center;padding:0;height:auto;width:100%}.skills-container .skills-part .skills-content .chart-col .chart-container{margin:0;padding:0;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;height:auto}@media (max-width: 768px){.skills-container .skills-part .skills-content .chart-col .chart-container{max-width:100%;padding:0 10px}}@media (min-width: 768px){.skills-container .skills-part .skills-content .chart-col .chart-container{max-width:350px}}@media (min-width: 1024px){.skills-container .skills-part .skills-content .chart-col .chart-container{max-width:450px}}.skills-container .skills-part .skills-content .chart-col .chart-container>div{width:100%!important;height:auto!important}.skills-container .skills-part .skills-content .chart-col .chart-container>div canvas{width:100%!important;height:auto!important;max-width:100%}#experience{min-height:100vh;margin:0 auto;padding:10px 24px;scroll-margin-top:50px;justify-items:center;align-items:center}#experience .experience-container{max-width:1200px;margin:0 auto;padding:0 24px}#experience .experience-container .exp-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px)}#experience .experience-container .exp-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}#experience .experience-container .exp-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}.exp-left-container{display:flex;flex-direction:column;padding-right:10px}.exp-left-container .title{font-weight:700;color:#f97316;font-size:clamp(14px,1.6vw,20px)}.exp-left-container .time{color:#5d5d5d}.exp-right-container{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding-left:10px}.exp-right-container .title-container{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.exp-right-container .title-container .company-name{margin:0;font-size:clamp(14px,1.6vw,20px)}.exp-right-container .title-container .location-container{margin-left:16px}.exp-right-container .title-container .location-container .location-icon{color:var(--text-tertiary)}.exp-right-container .title-container .location-container .location{color:var(--text-tertiary);font-size:clamp(10px,1.2vw,14px);white-space:nowrap;margin-left:5px}.exp-right-container .description{margin:0}.ant-card .ant-card-body{padding:0}#projects{min-height:100vh;padding:60px 20px;scroll-margin-top:50px}#projects .projects-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px);margin-bottom:40px}#projects .projects-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}#projects .projects-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}#projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){#projects .projects-grid{grid-template-columns:1fr;gap:24px}}@media (min-width: 769px) and (max-width: 1024px){#projects .projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){#projects .projects-grid{grid-template-columns:repeat(3,1fr)}}#projects .projects-grid .project-grid-item{height:100%;display:flex}#projects .load-div{display:flex;justify-content:center;margin-top:40px}#projects .load-div .load-btn{padding:12px 40px;height:auto;font-size:16px;border-radius:8px;background:#fb923c;color:#fff;border:none;transition:all .3s ease}#projects .load-div .load-btn:hover{background:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #fb923c66}.project-card{height:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#fb923c}.project-card .card-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px}.project-card .card-content .card-info{flex:1;display:flex;flex-direction:column;gap:12px}.project-card .card-content .card-info .card-title{margin:0;font-size:18px;font-weight:600;color:var(--text-primary);line-height:1.4}.project-card .card-content .card-info .card-desc{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6;flex:1}.project-card .card-content .card-info .card-tags{margin-top:auto}.project-card .card-content .card-info .card-tags .ant-tag{margin:4px 4px 4px 0;padding:2px 6px;border-radius:6px;font-size:12px;border:none;border:1px solid var(--border-tag);color:#ea580c}.project-card .card-content .card-buttons{display:flex;align-items:center;justify-content:space-around;padding-top:12px;border-top:1px solid var(--border-light);margin-top:auto}.project-card .card-content .card-buttons .btn{padding:4px 8px;color:#c24e00;font-weight:500;transition:all .3s ease;align-items:center}.project-card .card-content .card-buttons .btn:hover{color:#fb923c;transform:scale(1.05)}.project-card .card-content .card-buttons .btn-divider{height:20px;margin:0 8px;background:var(--border-color)}.certificates{margin-top:60px;padding:0 20px;max-width:1240px;margin-left:auto;margin-right:auto}.certificates>h2{font-size:32px!important;font-weight:700!important;color:var(--text-primary)!important;margin-bottom:32px!important}.certificates .certificates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;align-items:stretch;padding:0}@media (max-width: 768px){.certificates .certificates-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.certificates .certificates-grid{grid-template-columns:repeat(2,1fr)}}.certificates .certificates-grid .certificate-grid-item{display:flex;height:100%;min-height:100%}.certificates .certificates-grid .certificate-grid-item>div{width:100%;height:100%}.certificates .certificate-card{height:100%;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.certificates .certificate-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#fb923c}.certificates .certificate-card .ant-card-body{height:100%;display:flex;flex-direction:column;padding:24px}.certificates .certificate-card h5{margin:0 0 8px!important;color:var(--text-primary)!important;line-height:1.4!important}.certificates .certificate-card .issuer-year{color:var(--text-secondary)!important}.certificates .certificate-card a:not(.ant-tag a){color:#fb923c!important;transition:color .3s ease;text-decoration:none;display:inline-block;margin:4px 0 8px}.certificates .certificate-card a:not(.ant-tag a):hover{color:#ea580c!important;text-decoration:underline}.certificates .certificate-card .tags{margin-top:auto;padding-top:12px;display:flex;flex-wrap:wrap;gap:8px}.certificates .certificate-card .tags .ant-tag{margin:0;padding:4px 12px;border-radius:6px;font-size:12px}.certificates .certificate-card .tags .ant-tag a{color:inherit!important;text-decoration:none}.certificates .certificate-card .tags .ant-tag a:hover{text-decoration:underline}#education{min-height:100vh;padding:60px 20px;scroll-margin-top:50px}#education .education-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px);margin-bottom:40px}#education .education-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}#education .education-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}.educations{margin-top:40px;padding:0 20px;max-width:1240px;margin-left:auto;margin-right:auto}.educations>h2{font-size:32px!important;font-weight:700!important;color:var(--text-primary)!important;margin-bottom:32px!important}.educations .education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1200px;margin:0 auto;align-items:stretch;padding:0}@media (max-width: 768px){.educations .education-grid{grid-template-columns:1fr}}.educations .education-grid .education-grid-item{display:flex;height:100%;min-height:100%}.educations .education-grid .education-grid-item>div{width:100%;height:100%}.educations .education-card{height:100%;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.educations .education-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#fb923c}.educations .education-card .ant-card-body{height:100%;display:flex;flex-direction:column;padding:24px}.educations .education-card .education-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.educations .education-card .education-header .logo{width:60px;height:60px;object-fit:contain;flex-shrink:0}.educations .education-card .education-header>div{flex:1}.educations .education-card .education-header h3{margin:0 0 8px!important;font-size:24px!important;font-weight:700!important;color:var(--text-primary)!important;line-height:1.3!important}.educations .education-card .education-header .sub{margin:0 0 4px!important;color:var(--text-primary)!important;font-size:15px!important;font-weight:400!important}.educations .education-card .education-header .date{margin:0!important;color:var(--text-secondary)!important;font-size:14px!important;font-weight:400!important}.educations .education-card .education-body{display:flex;flex-direction:column;flex:1}.educations .education-card .education-body>p:first-child{font-size:16px!important;font-weight:700!important;color:var(--text-primary)!important;margin-bottom:12px!important}.educations .education-card .education-body .ant-typography{color:var(--text-primary)!important;font-size:13px!important;line-height:1.6!important;margin:0 0 8px!important}.educations .education-card .education-body .ant-typography[strong]{font-weight:700!important;color:var(--text-primary)!important}.educations .education-card .education-body ul{margin:8px 0!important;padding-left:20px!important}.educations .education-card .education-body ul li{color:var(--text-primary)!important;font-size:15px!important;line-height:1.7!important;margin-bottom:12px!important}.educations .education-card .education-body ul li b{color:var(--text-primary)!important;font-weight:700!important}.educations .education-card .education-body>p{margin:8px 0!important;color:var(--text-primary)!important;font-size:15px!important}.educations .education-card .education-body>p b{font-weight:700!important;color:var(--text-primary)!important}#contact{max-width:1200px;margin:0 auto;min-height:95vh;padding:24px;scroll-margin-top:50px;display:flex;flex-direction:column}#contact .contact-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:clamp(24px,6vw,64px)}#contact .contact-title .title-icon{font-size:clamp(1.5rem,4vw,3rem);color:#f97316}#contact .contact-title .title-txt{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem,4vw,3rem);margin-bottom:0;line-height:1}#contact .contact-card{margin-bottom:48px;justify-content:center;text-align:center}#contact .contact-card .cta-txt{font-size:16px;text-align:center;padding-bottom:1rem}@media (max-width: 768px){#contact .contact-card .cta-txt{font-size:16px;line-height:1.5}}#contact .contact-card .email-link{color:inherit;text-decoration:none;transition:color .3s ease;color:var(--text-primary)}#contact .contact-card .email-link:hover{color:#fb923c}#contact .contact-card .social-icon{margin-right:8px;color:#f97316}#contact-form{width:80%;margin:0 auto}#contact-form .contact-img{text-align:center}#contact-form .contact-img img.cu{max-width:250px;width:100%;height:auto;margin-right:1rem}.blog-container .blog-content{min-height:100vh;max-width:900px;margin:0 auto;padding:40px 24px;scroll-margin-top:50px}.blog-container .blog-content .blog-hero{text-align:center;padding:60px 24px;background:linear-gradient(135deg,#f973160d,#fb923c0d);border-radius:24px;margin-bottom:48px;position:relative;overflow:hidden}.blog-container .blog-content .blog-hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.blog-container .blog-content .blog-hero .hero-title-wrapper{display:flex;align-items:center;justify-content:center;align-items:flex-end;gap:clamp(8px,2vw,16px);margin-bottom:24px;position:relative;z-index:1}.blog-container .blog-content .blog-hero .hero-title-wrapper .hero-icon{font-size:clamp(2rem,4vw,3.5rem);color:#f97316;line-height:1;display:flex;align-items:center;justify-content:center;padding-bottom:4px}.blog-container .blog-content .blog-hero .hero-title-wrapper .hero-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0!important;line-height:1;padding-bottom:4px}.blog-container .blog-content .blog-hero .hero-subtitle{font-size:clamp(.95rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto 40px;line-height:1.6;position:relative;z-index:1}.blog-container .blog-content .blog-hero .hero-stats{display:flex;align-items:center;justify-content:center;gap:clamp(24px,4vw,32px);flex-wrap:wrap;position:relative;z-index:1}.blog-container .blog-content .blog-hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:80px}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-number{font-size:clamp(24px,5vw,36px);font-weight:700;color:#f97316;line-height:1}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-label{font-size:clamp(11px,2vw,14px);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.blog-container .blog-content .blog-hero .hero-stats .stat-divider{width:2px;height:40px;background-color:#6b72804d;flex-shrink:0}.blog-container .blog-content .filter-section{margin-bottom:48px}.blog-container .blog-content .filter-section .search-input{margin-bottom:24px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:box-shadow .3s ease;transition:all .3s ease}.blog-container .blog-content .filter-section .search-input:hover{box-shadow:0 20px 25px #0000001a}.blog-container .blog-content .filter-section .search-input:hover,.blog-container .blog-content .filter-section .search-input:focus,.blog-container .blog-content .filter-section .search-input:focus-within{box-shadow:0 4px 16px #f9731626;border-color:#f97316}.blog-container .blog-content .filter-section .search-input .ant-input{font-size:16px;padding:12px}.blog-container .blog-content .filter-section .topic-filters{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:16px 0}.blog-container .blog-content .filter-section .topic-filters .topic-tag{font-size:14px;padding:8px 16px;border-radius:24px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;font-weight:500;white-space:nowrap}.blog-container .blog-content .filter-section .topic-filters .topic-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.blog-container .blog-content .filter-section .topic-filters .topic-tag.active{transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}.blog-container .blog-content .articles-timeline{position:relative}.blog-container .blog-content .articles-timeline .no-results{text-align:center;padding:80px 20px;background:var(--bg-light);border-radius:16px}.blog-container .blog-content .articles-timeline .year-section{margin-bottom:60px}.blog-container .blog-content .articles-timeline .year-section:last-child{margin-bottom:0}.blog-container .blog-content .articles-timeline .year-section .year-header{display:flex;align-items:center;margin-bottom:32px;position:relative}.blog-container .blog-content .articles-timeline .year-section .year-header .year-badge{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f97316,#fb923c);color:var(--bg-white);padding:12px 24px;border-radius:50px;font-size:clamp(20px,4vw,24px);font-weight:700;box-shadow:0 4px 16px #f973164d;z-index:2;position:relative;white-space:nowrap}.blog-container .blog-content .articles-timeline .year-section .year-header .year-badge .anticon{font-size:clamp(16px,3vw,18px)}.blog-container .blog-content .articles-timeline .year-section .year-header .year-line{flex:1;height:2px;background:linear-gradient(to right,#f97316,transparent);margin-left:16px}.blog-container .blog-content .articles-timeline .year-section .articles-list{display:flex;flex-direction:column;gap:24px;position:relative;padding-left:clamp(16px,5vw,40px);--timeline-padding: clamp($spacing-md, 5vw, $spacing-2xl)}.blog-container .blog-content .articles-timeline .year-section .articles-list:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#f97316,#fb923c);border-radius:2px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card{border-radius:16px;border:2px solid var(--border-color);box-shadow:0 1px 2px #0000000d;transition:all .3s ease;position:relative;overflow:visible}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .ant-card-body{padding:0;overflow:hidden}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);left:calc(-1*clamp(16px,5vw,40px));width:16px;height:16px;background:var(--bg-white);border:3px solid #f97316;border-radius:50%;box-shadow:0 0 0 4px var(--bg-white);z-index:2}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover{border-color:#f97316;box-shadow:0 8px 24px #f9731626;transform:translate(8px)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover:before{background:#f97316;transform:translateY(-50%) scale(1.2)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover .article-title{color:#f97316}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover .read-more{gap:12px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover .read-more .anticon{transform:translate(4px)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:active{transform:translate(4px) scale(.98)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content{padding:18px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header{display:flex;align-items:center;justify-content:space-between;padding:0}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-topic{font-size:13px;font-weight:600;padding:6px 14px;border-radius:6px;margin:0}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-date{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-secondary)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-date .anticon{font-size:14px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-title{font-size:clamp(1.1rem,4vw,1.5rem);font-weight:700;color:var(--text-primary);margin-bottom:12px;line-height:1.3;transition:color .3s ease}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-description{color:var(--text-secondary);font-size:clamp(14px,2vw,15px);line-height:1.6;margin-bottom:24px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-footer .read-more{display:inline-flex;align-items:center;gap:8px;color:#f97316;font-weight:600;font-size:14px;text-decoration:none;transition:all .3s ease;cursor:pointer}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-footer .read-more .anticon{transition:transform .3s ease}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-footer .read-more:hover{color:#ea580c}@media (max-width: 1024px){.blog-container .blog-content{padding:32px 20px;max-width:800px}}@media (max-width: 768px){.blog-container .blog-content{padding:24px 16px}.blog-container .blog-content .blog-hero{padding:40px 24px;margin-bottom:32px;border-radius:24px}.blog-container .blog-content .blog-hero .hero-stats{gap:16px}.blog-container .blog-content .blog-hero .hero-stats .stat-item{min-width:70px}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-number{font-size:28px}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-label{font-size:11px}.blog-container .blog-content .blog-hero .hero-stats .stat-divider{height:35px}.blog-container .blog-content .filter-section{margin-bottom:36px}.blog-container .blog-content .filter-section .search-input{margin-bottom:24px}.blog-container .blog-content .filter-section .search-input .ant-input{font-size:15px;padding:10px}.blog-container .blog-content .filter-section .topic-filters{gap:10px}.blog-container .blog-content .filter-section .topic-filters .topic-tag{font-size:13px;padding:7px 14px}.blog-container .blog-content .articles-timeline .year-section{margin-bottom:48px}.blog-container .blog-content .articles-timeline .year-section .year-header{margin-bottom:24px}.blog-container .blog-content .articles-timeline .year-section .year-header .year-badge{padding:10px 24px;gap:10px}.blog-container .blog-content .articles-timeline .year-section .year-header .year-line{margin-left:12px}.blog-container .blog-content .articles-timeline .year-section .articles-list{gap:18px}.blog-container .blog-content .articles-timeline .year-section .articles-list:before{width:2px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:before{width:14px;height:14px;border-width:2px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover{transform:translate(4px)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:active{transform:translate(2px) scale(.98)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content{padding:16px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header{margin-bottom:14px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-topic{font-size:11px;padding:5px 12px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-date,.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-date .anticon{font-size:13px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-title{margin-bottom:10px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-description{margin-bottom:16px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-footer .read-more{font-size:13px}}@media (max-width: 480px){.blog-container .blog-content{padding:24px 12px}.blog-container .blog-content .blog-hero{padding:32px 16px;margin-bottom:28px;border-radius:16px}.blog-container .blog-content .blog-hero .hero-title-wrapper{gap:8px;margin-bottom:24px}.blog-container .blog-content .blog-hero .hero-subtitle{margin-bottom:32px;font-size:.9rem}.blog-container .blog-content .blog-hero .hero-stats{flex-direction:column;gap:24px}.blog-container .blog-content .blog-hero .hero-stats .stat-item{min-width:auto}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-number{font-size:32px}.blog-container .blog-content .blog-hero .hero-stats .stat-item .stat-label{font-size:11px}.blog-container .blog-content .blog-hero .hero-stats .stat-divider{width:80px;height:1px}.blog-container .blog-content .filter-section{margin-bottom:32px}.blog-container .blog-content .filter-section .search-input{margin-bottom:16px;border-radius:10px}.blog-container .blog-content .filter-section .search-input .ant-input{font-size:14px;padding:10px}.blog-container .blog-content .filter-section .topic-filters{gap:8px}.blog-container .blog-content .filter-section .topic-filters .topic-tag{font-size:11px;padding:6px 12px;border-radius:16px}.blog-container .blog-content .articles-timeline .year-section{margin-bottom:40px}.blog-container .blog-content .articles-timeline .year-section .year-header{margin-bottom:24px}.blog-container .blog-content .articles-timeline .year-section .year-header .year-badge{padding:8px 16px;gap:8px}.blog-container .blog-content .articles-timeline .year-section .year-header .year-line{margin-left:10px}.blog-container .blog-content .articles-timeline .year-section .articles-list{gap:16px}.blog-container .blog-content .articles-timeline .year-section .articles-list:before{width:2px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card{border-radius:12px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:before{width:12px;height:12px;border-width:2px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:hover{transform:translate(2px)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:active{transform:scale(.98)}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content{padding:14px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header{margin-bottom:12px;gap:8px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-topic{font-size:11px;padding:4px 10px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-header .article-date{font-size:11px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-title{font-size:1.1rem;margin-bottom:10px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-description{font-size:14px;line-height:1.5;margin-bottom:14px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content .article-footer .read-more{font-size:13px;gap:6px}}@media (max-width: 360px){.blog-container .blog-content{padding:16px 10px}.blog-container .blog-content .blog-hero{padding:24px 12px}.blog-container .blog-content .blog-hero .hero-title-wrapper .hero-icon,.blog-container .blog-content .blog-hero .hero-title-wrapper .hero-title{font-size:1.8rem}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card:before{width:10px;height:10px}.blog-container .blog-content .articles-timeline .year-section .articles-list .article-card .article-content{padding:12px}}@keyframes pulse{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(5deg)}}.article-navigation{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;flex-wrap:wrap}.article-navigation .back-button{font-size:15px;font-weight:500;color:var(--text-secondary);display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;transition:all .3s ease;border:none}.article-navigation .back-button:hover{color:#f97316;background:#f9731614;transform:translate(-3px)}.article-navigation .back-button:hover .anticon{transform:translate(-2px)}.article-navigation .back-button .anticon{font-size:16px;transition:transform .3s ease}.article-navigation .article-breadcrumb{font-size:13px;margin:0}.article-navigation .article-breadcrumb .ant-breadcrumb-link{color:var(--text-tertiary);transition:color .3s ease}.article-navigation .article-breadcrumb .ant-breadcrumb-link a{color:inherit;text-decoration:none}.article-navigation .article-breadcrumb .ant-breadcrumb-link a:hover{color:#f97316}.article-navigation .article-breadcrumb .ant-breadcrumb-separator{color:var(--text-tertiary);margin:0 8px}.article-navigation .article-breadcrumb li:last-child .ant-breadcrumb-link{color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.article-navigation{flex-direction:column;align-items:flex-start;gap:12px}}.table-of-contents{position:sticky;top:100px;background:var(--bg-white);border-radius:12px;padding:20px;box-shadow:0 4px 6px #00000012;border:2px solid var(--border-light);max-height:calc(100vh - 120px);overflow-y:auto}.table-of-contents::-webkit-scrollbar{width:6px;height:6px}.table-of-contents::-webkit-scrollbar-track{background:var(--border-light);border-radius:3px}.table-of-contents::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}.table-of-contents::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media (max-width: 1024px){.table-of-contents.desktop-toc{display:none}}.table-of-contents .toc-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border-light);color:var(--text-primary);font-size:15px;font-weight:600}.table-of-contents .toc-header .anticon{font-size:16px;color:#f97316}.table-of-contents .ant-anchor .ant-anchor-link{padding:6px 10px;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent}.table-of-contents .ant-anchor .ant-anchor-link.toc-level-3{padding-left:24px;font-size:13px}.table-of-contents .ant-anchor .ant-anchor-link .ant-anchor-link-title{color:var(--text-secondary);font-size:13px;line-height:1.5;transition:color .3s ease}.table-of-contents .ant-anchor .ant-anchor-link:hover{background:#f973160d}.table-of-contents .ant-anchor .ant-anchor-link:hover .ant-anchor-link-title{color:#f97316}.table-of-contents .ant-anchor .ant-anchor-link.ant-anchor-link-active{background:#f973161a}.table-of-contents .ant-anchor .ant-anchor-link.ant-anchor-link-active .ant-anchor-link-title{color:#f97316;font-weight:600}.mobile-toc-toggle{display:none;width:100%;margin-bottom:16px;background:var(--bg-white);border:2px solid var(--border-light);border-radius:10px;padding:12px 18px;font-weight:500;color:var(--text-primary);transition:all .3s ease}@media (max-width: 1024px){.mobile-toc-toggle{display:flex;align-items:center;justify-content:center;gap:10px}}.mobile-toc-toggle:hover{background:#f973160d;border-color:#f97316;color:#f97316}.mobile-toc-toggle .anticon{font-size:18px}.mobile-toc-card{display:none;margin-bottom:20px;border-radius:12px;box-shadow:0 4px 6px #00000012}@media (max-width: 1024px){.mobile-toc-card{display:block}}.mobile-toc-card .ant-anchor-link{padding:10px 16px;border-radius:8px;border-left:3px solid transparent}.mobile-toc-card .ant-anchor-link.toc-level-3{padding-left:32px}.article-header{padding:36px 40px 32px;background:linear-gradient(to bottom,var(--bg-white) 0%,rgba(var(--bg-light),.3) 100%)}.article-header .article-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:16px}.article-header .article-meta-top .article-topic-tag{font-size:13px;font-weight:700;padding:10px 20px;border-radius:24px;margin:0;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 2px #0000000d}.article-header .article-meta-top .action-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.article-header .article-meta-top .action-buttons .external-links{display:flex;gap:8px;flex-wrap:wrap}.article-header .article-meta-top .action-buttons .external-links .external-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:24px;font-size:11px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid;background:var(--bg-white)}.article-header .article-meta-top .action-buttons .external-links .external-badge svg{flex-shrink:0;transition:all .3s ease;opacity:.8}.article-header .article-meta-top .action-buttons .external-links .external-badge:hover{transform:translateY(-2px);box-shadow:0 4px 6px #00000012}.article-header .article-meta-top .action-buttons .external-links .external-badge:hover svg{opacity:1}.article-header .article-meta-top .action-buttons .external-links .medium-badge{border-color:var(--text-secondary);color:var(--text-secondary)}.article-header .article-meta-top .action-buttons .external-links .medium-badge:hover{border-color:var(--text-primary);color:var(--text-primary);background:var(--bg-light)}.article-header .article-meta-top .action-buttons .external-links .substack-badge{border-color:var(--text-secondary);color:var(--text-secondary)}.article-header .article-meta-top .action-buttons .external-links .substack-badge:hover{border-color:#ff6719;color:#ff6719;background:#ff67190d}.article-header .article-meta-top .action-buttons .share-button{background:linear-gradient(135deg,#f97316,#fb923c);transition:all .3s ease;border:none;border-radius:10px;font-weight:600;padding:10px 24px;height:auto;box-shadow:0 4px 14px #f973164d}.article-header .article-meta-top .action-buttons .share-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.article-header .article-meta-top .action-buttons .share-button:active{transform:translateY(0)}.article-header .article-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--text-primary);margin-bottom:20px;line-height:1.2;letter-spacing:-.02em}.article-header .article-description{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--text-secondary);line-height:1.7;margin-bottom:28px;font-weight:400}.article-header .article-meta-bottom{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.article-header .article-meta-bottom .meta-item{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:15px;font-weight:500}.article-header .article-meta-bottom .meta-item .anticon{font-size:18px;color:#f97316}@media (max-width: 768px){.article-header{padding:24px 28px 20px}.article-header .article-meta-top{flex-direction:column;align-items:flex-start;gap:20px}.article-header .article-meta-top .action-buttons,.article-header .article-meta-top .action-buttons .external-links{width:100%}.article-header .article-meta-top .action-buttons .external-links .external-badge{flex:1;justify-content:center}.article-header .article-meta-top .action-buttons .share-button{width:100%}.article-header .article-meta-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.article-header{padding:20px 20px 18px}.article-header .article-meta-top .article-topic-tag{font-size:11px;padding:8px 16px}}.article-body{padding:36px 40px 40px;font-size:18px;line-height:1.8;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:smooth}.article-body h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin-top:48px;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid rgba(249,115,22,.15);position:relative;scroll-margin-top:100px;letter-spacing:-.01em}.article-body h2:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(to right,rgba(249,115,22,.4),transparent)}.article-body h2:first-child{margin-top:0}.article-body h3{font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:600;color:var(--text-primary);margin-top:36px;margin-bottom:18px;scroll-margin-top:100px;letter-spacing:-.01em}.article-body h3:before{content:"";display:inline-block;width:4px;height:24px;background:linear-gradient(to bottom,#f9731699,#f973164d);margin-right:12px;border-radius:6px;vertical-align:middle}.article-body p{margin-bottom:20px;color:var(--);font-weight:400;line-height:1.8}.article-body p:last-child{margin-bottom:0}.article-body strong{font-weight:700;color:var(--text-primary)}.article-body em{font-style:italic;color:var(--text-primary)}.article-body ul,.article-body ol{margin-bottom:24px;padding-left:28px}.article-body ul li,.article-body ol li{margin-bottom:12px;color:var(--);line-height:1.8;padding-left:6px}.article-body ul li::marker,.article-body ol li::marker{color:#f97316b3;font-weight:700}.article-body ul li p,.article-body ol li p{margin-bottom:12px}.article-body ul ul,.article-body ul ol,.article-body ol ul,.article-body ol ol{margin-top:12px;margin-bottom:12px}.article-body blockquote{border-left:4px solid rgba(249,115,22,.4);background:linear-gradient(to right,#f973160d,#f9731603);padding:20px 24px;margin:32px 0;border-radius:0 12px 12px 0;font-style:italic;color:var(--text-primary);position:relative;box-shadow:0 1px 2px #0000000d}.article-body blockquote:before{content:'"';position:absolute;top:-10px;left:16px;font-size:60px;color:#f9731626;font-family:Georgia,serif;line-height:1}.article-body blockquote p{position:relative;z-index:1;margin-bottom:12px}.article-body blockquote p:last-child{margin-bottom:0}.article-body code{background:#f9731614;color:#be5105;padding:3px 10px;border-radius:6px;font-family:Menlo,Monaco,Courier New,monospace;font-size:.9em;font-weight:500;border:1px solid rgba(249,115,22,.15)}.article-body pre{background:var(--pre-article);padding:24px;border-radius:14px;overflow-x:auto;margin:28px 0;box-shadow:0 20px 25px #0000001a;border:1px solid rgba(255,255,255,.1);position:relative}.article-body pre::-webkit-scrollbar{width:8px;height:8px}.article-body pre::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.article-body pre::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.article-body pre::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.article-body pre:before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:#0003;border-bottom:1px solid rgba(255,255,255,.1);border-radius:14px 14px 0 0}.article-body pre code{background:transparent;padding:20px 0 0;border:none;font-size:15px;line-height:1.8;display:block;font-family:Menlo,Monaco,Courier New,monospace}.article-body pre code .hljs{display:block;overflow-x:auto}.article-body a{color:#f97316bf;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent;position:relative}.article-body a:hover{color:#f97316e6;border-bottom-color:#f9731666}.article-body a:focus-visible{outline:2px solid rgba(249,115,22,.5);outline-offset:2px;border-radius:2px}.article-body a .external-link-icon{display:inline-block;margin-left:4px;font-size:.85em;opacity:.7}.article-body .article-image{margin:32px 0;text-align:center}.article-body .article-image img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 25px #0000001a;transition:transform .5s ease;border:1px solid var(--border-light)}.article-body .article-image img:hover{transform:scale(1.02)}.article-body .article-image figcaption{margin-top:14px;font-size:14px;color:var(--text-tertiary);font-style:italic;line-height:1.6}.article-body hr{border:none;height:1px;background:linear-gradient(to right,transparent,rgba(249,115,22,.15) 20%,rgba(249,115,22,.15) 80%,transparent);margin:40px 0}.article-body .table-wrapper{width:100%;overflow-x:auto;margin:32px 0;border-radius:12px;box-shadow:0 4px 6px #00000012;border:2px solid var(--border-light)}.article-body .table-wrapper::-webkit-scrollbar{width:8px;height:8px}.article-body .table-wrapper::-webkit-scrollbar-track{background:#f973161a;border-radius:4px}.article-body .table-wrapper::-webkit-scrollbar-thumb{background:#f973164d;border-radius:4px}.article-body .table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.article-body table{width:100%;min-width:600px;border-collapse:separate;border-spacing:0;background:var(--bg-white)}.article-body table thead{background:linear-gradient(135deg,#f97316d9,#f97316b3)}.article-body table thead tr th{padding:18px 20px;text-align:left;font-weight:700;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.article-body table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color .3s ease}.article-body table tbody tr:hover{background-color:#f9731608}.article-body table tbody tr:last-child{border-bottom:none}.article-body table tbody tr td{padding:18px 20px;color:var(--);font-size:15px;line-height:1.7}.article-body table tbody tr td:first-child{font-weight:600;color:var(--text-primary)}@media (max-width: 768px){.article-body{padding:24px 28px 28px;font-size:17px}.article-body h2{font-size:1.5rem;margin-top:36px;margin-bottom:18px}.article-body h3{font-size:1.25rem;margin-top:28px;margin-bottom:14px}.article-body pre{padding:18px 16px;margin:24px -12px;border-radius:12px}.article-body pre code{font-size:14px}.article-body .table-wrapper{margin:28px -12px;border-radius:8px}.article-body table{min-width:500px;font-size:14px}.article-body table thead tr th{padding:14px 12px;font-size:11px}.article-body table tbody tr td{padding:14px 12px;font-size:14px}}@media (max-width: 480px){.article-body{padding:20px 20px 24px;font-size:16px}.article-body h2{font-size:1.375rem}.article-body h3{font-size:1.125rem}.article-body ul,.article-body ol{padding-left:24px}.article-body .table-wrapper{margin:24px -10px;border-radius:6px}.article-body table{min-width:450px;font-size:13px}.article-body table thead tr th{padding:12px 10px;font-size:11px}.article-body table tbody tr td{padding:12px 10px;font-size:13px}}.related-articles-section{margin-top:56px;padding-top:48px;border-top:3px solid var(--border-light)}.related-articles-section .related-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--text-primary);margin-bottom:32px;text-align:center;letter-spacing:-.02em;position:relative;padding-bottom:16px}.related-articles-section .related-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(to right,#f97316,#fb923c);border-radius:2px}.related-articles-section .related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.related-articles-section .related-articles-grid .related-article-card{border-radius:12px;border:2px solid var(--border-light);cursor:pointer;height:100%;display:flex;flex-direction:column;background:var(--bg-white);padding:20px;box-shadow:0 4px 6px #00000012;transition:all .3s ease}.related-articles-section .related-articles-grid .related-article-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px #0000001a}.related-articles-section .related-articles-grid .related-article-card:focus{outline:3px solid rgba(249,115,22,.3);outline-offset:2px}.related-articles-section .related-articles-grid .related-article-card:hover{border-color:#f97316}.related-articles-section .related-articles-grid .related-article-card:hover .related-article-title{color:#f97316}.related-articles-section .related-articles-grid .related-article-card .related-tag{font-size:11px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:16px;display:inline-block;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.related-articles-section .related-articles-grid .related-article-card .related-article-title{font-size:19px;font-weight:700;color:var(--text-primary);margin-bottom:14px;line-height:1.4;transition:color .3s ease;letter-spacing:-.01em}.related-articles-section .related-articles-grid .related-article-card .related-article-description{color:var(--text-secondary);font-size:15px;line-height:1.7;margin-bottom:16px;flex-grow:1}.related-articles-section .related-articles-grid .related-article-card .related-article-date{display:flex;align-items:center;gap:8px;font-size:13px;padding-top:16px;border-top:2px solid var(--border-light);color:var(--text-tertiary)}.related-articles-section .related-articles-grid .related-article-card .related-article-date .anticon{color:#f97316;font-size:14px}@media (max-width: 768px){.related-articles-section{margin-top:48px;padding-top:36px}.related-articles-section .related-title{font-size:1.75rem;margin-bottom:24px}.related-articles-section .related-articles-grid{grid-template-columns:1fr;gap:18px}}.article-not-found,.article-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:70vh;text-align:center;gap:28px;padding:40px}.article-not-found .loading-spinner,.article-loading .loading-spinner{position:relative}.article-not-found .loading-spinner:after,.article-loading .loading-spinner:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.article-not-found .loading-title,.article-loading .loading-title{color:var(--text-primary);font-weight:700;margin:0}.article-not-found .error-icon,.article-loading .error-icon{font-size:120px;font-weight:800;background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:16px}.article-not-found .ant-typography,.article-loading .ant-typography{max-width:500px}.article-not-found .ant-btn,.article-loading .ant-btn{background:linear-gradient(135deg,#f97316,#fb923c);transition:all .3s ease;border:none;border-radius:12px;font-weight:600;padding:14px 32px;height:auto;font-size:16px;box-shadow:0 10px 15px #0000001a;margin-top:8px}.article-not-found .ant-btn:hover,.article-loading .ant-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.article-not-found .ant-btn:active,.article-loading .ant-btn:active{transform:translateY(0)}.article-detail-container{position:relative}.article-detail-container .reading-progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#f97316,#fb923c);z-index:1000;transition:width .1s ease;box-shadow:0 0 10px #f9731680}.article-detail-container .article-detail-content{min-height:100vh;background:var(--bg-light);padding:0}.article-detail-container .article-detail-content .article-wrapper{max-width:1280px;margin:0 auto;padding:24px 20px 48px}.article-detail-container .article-detail-content .article-wrapper .article-container{display:grid;grid-template-columns:260px minmax(0,1000px);gap:40px;align-items:start;justify-content:center}@media (max-width: 1024px){.article-detail-container .article-detail-content .article-wrapper .article-container{grid-template-columns:1fr;max-width:1000px;margin:0 auto}}.article-detail-container .article-detail-content .article-wrapper .article-main{width:100%;min-width:0}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card{border-radius:16px;border:2px solid var(--border-light);box-shadow:0 10px 15px #0000001a;margin-bottom:56px;background:var(--bg-white);overflow:hidden}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .content-divider{margin:0;border-top:2px solid var(--border-light)}@media (max-width: 1280px){.article-detail-container .article-detail-content .article-wrapper{padding:20px 16px 48px}}@media (max-width: 1024px){.article-detail-container .article-detail-content .article-wrapper{padding:20px 16px 40px}.article-detail-container .article-detail-content .article-wrapper .article-container{gap:24px}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-header{padding:28px 32px 24px}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body{padding:28px 32px 32px}}@media (max-width: 768px){.article-detail-container .reading-progress-bar{height:3px}.article-detail-container .article-detail-content .article-wrapper{padding:16px 14px 40px}}@media (max-width: 480px){.article-detail-container .article-detail-content .article-wrapper{padding:12px 10px 32px}}@media print{.article-detail-container .reading-progress-bar,.article-detail-container .article-navigation,.article-detail-container .action-buttons,.article-detail-container .table-of-contents,.article-detail-container .mobile-toc-toggle,.article-detail-container .mobile-toc-card,.article-detail-container .related-articles-section{display:none!important}.article-detail-container .article-detail-content{background:#fff}.article-detail-container .article-detail-content .article-wrapper .article-main{max-width:100%}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card{box-shadow:none;border:none}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-header,.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body{padding:0}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .content-divider{margin:20px 0}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body{font-size:12pt;line-height:1.6}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body h2{page-break-after:avoid}.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body pre,.article-detail-container .article-detail-content .article-wrapper .article-main .article-card .article-body table{page-break-inside:avoid}}.back-to-top{position:fixed;bottom:40px;right:40px;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all .3s ease cubic-bezier(.68,-.55,.265,1.55)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.back-to-top .back-to-top-button{width:56px;height:56px;background:linear-gradient(135deg,#f97316,#fb923c)!important;border:2px solid var(--bg-white)!important;box-shadow:0 4px 20px #f9731666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;z-index:2}.back-to-top .back-to-top-button .anticon{font-size:24px;color:var(--bg-white)!important}.back-to-top .back-to-top-button:hover,.back-to-top .back-to-top-button:focus{transform:translateY(-4px)!important;box-shadow:0 8px 30px #f97316cc!important;background:linear-gradient(135deg,#ea580c,#f97316)!important;border-color:var(--bg-white)!important}.back-to-top .back-to-top-button:hover .anticon,.back-to-top .back-to-top-button:focus .anticon{color:var(--bg-white)!important}.back-to-top .back-to-top-button:active{transform:translateY(-2px)!important;box-shadow:0 4px 15px #f9731666!important;background:linear-gradient(135deg,#c24e00,#ea580c)!important}.back-to-top .progress-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform:translate(-50%,-50%) rotate(-90deg);pointer-events:none;z-index:1}.back-to-top .progress-ring .progress-ring-circle{transition:stroke-dashoffset .1s linear}.back-to-top.visible .back-to-top-button{animation:pulseScale 2s ease-in-out infinite}@keyframes pulseScale{0%,to{box-shadow:0 4px 20px #f9731666}50%{box-shadow:0 4px 30px #f9731699}}.back-to-top.minimal-style .back-to-top-button{width:auto;height:48px;border-radius:24px;padding:0 24px;background:#f97316e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-to-top.minimal-style .back-to-top-button:after{content:"Top";margin-left:8px;color:var(--bg-white);font-weight:600;font-size:14px}.back-to-top.glow-style .back-to-top-button{box-shadow:0 0 20px #f9731680,0 0 40px #f973164d,0 4px 20px #0003;animation:floatBounce 3s ease-in-out infinite}.back-to-top.glow-style .back-to-top-button:hover{box-shadow:0 0 30px #f97316cc,0 0 60px #f9731680,0 8px 30px #0000004d}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.back-to-top.rocket-style .back-to-top-button:before{content:"🚀";position:absolute;font-size:28px}.back-to-top.rocket-style .back-to-top-button .anticon{display:none}.back-to-top.rocket-style .back-to-top-button:hover{animation:rocketLaunch .5s ease-out}@keyframes rocketLaunch{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(-10deg)}to{transform:translateY(0) rotate(0)}}.back-to-top.gradient-border-style .back-to-top-button{background:var(--bg-white);border:3px solid transparent;background-clip:padding-box;position:relative}.back-to-top.gradient-border-style .back-to-top-button:before{content:"";position:absolute;inset:-3px;background:linear-gradient(45deg,#f97316,#fb923c,#f97316);border-radius:50%;z-index:-1;background-size:200% 200%;animation:gradientRotate 3s linear infinite}.back-to-top.gradient-border-style .back-to-top-button .anticon{color:#f97316}@keyframes gradientRotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 768px){.back-to-top{bottom:24px;right:24px}.back-to-top .back-to-top-button{width:48px;height:48px}.back-to-top .back-to-top-button .anticon{font-size:20px}.back-to-top .progress-ring{width:52px;height:52px}.back-to-top .progress-ring .progress-ring-circle{r:23;cx:26;cy:26}.back-to-top.minimal-style .back-to-top-button{width:48px;height:48px;padding:0}.back-to-top.minimal-style .back-to-top-button:after{display:none}}@media (min-width: 768px) and (max-width: 1024px){.back-to-top{bottom:30px;right:30px}}@media (prefers-color-scheme: dark){.back-to-top .back-to-top-button{box-shadow:0 4px 20px #f9731699}}@media (prefers-reduced-motion: reduce){.back-to-top{transition:opacity .3s ease ease}.back-to-top .back-to-top-button{animation:none!important;transition:transform .1s ease}.back-to-top .progress-ring-circle{transition:none}}.back-to-top.hide-on-footer.visible{opacity:0;visibility:hidden}#footer{background:linear-gradient(135deg,#1c1c1c,#2a2a2a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-color);color:var(--text-tertiary)}#footer .name{color:#f97316}#footer .name .name-icon{margin:0 5px}#footer .name-desc{color:var(--footer-text);font-size:16px}#footer .title{color:#f97316}#footer .title .title-icon{margin:0 5px}#footer .link{color:inherit;text-decoration:none;transition:color .3s ease;color:var(--footer-text);font-size:16px}#footer .link:hover{color:#f97316}#footer .contact-txt{color:var(--footer-text);font-size:16px;padding-left:10px}#footer .contact-txt+.ant-space{flex-wrap:wrap;justify-content:center}#footer .footer-bottom{padding-top:2rem;text-align:center}#footer .footer-bottom .copyright-txt{color:var(--text-tertiary)}#footer .footer-bottom .copyright-name-txt{color:var(--text-tertiary);font-weight:700}#footer .footer-bottom .copyright-icon{color:#ec4899;padding:0 5px}#footer .social-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2a2a2a;color:var(--text-tertiary);transition:all .3s ease;width:36px;height:36px;font-size:18px;margin:2px}#footer .social-icon:hover{background:#f97316;color:var(--bg-white)}#footer .content{padding-left:40px}.not-found-container{display:flex;align-items:center;justify-content:center;background-color:var(--bg-white);padding:5%;gap:10%;flex-grow:1}.not-found-container .not-found-txt{text-align:left}.not-found-container .not-found-txt .not-found-btn{padding:24px;background:#ffc803;box-shadow:2px 2px 5px var(--shadow)}.not-found-container .not-found-img{width:50%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
