.ArticleDetailBaseCommon-module__shFWvG__container{background:var(--container-bg,#fff);box-sizing:border-box;width:100%;max-width:1200px;min-height:calc(100vh - 80px);padding:60px 20px 40px;padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));padding-top:max(60px,env(safe-area-inset-top,60px));font-feature-settings:"liga" 1,"kern" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;gap:40px;margin:0 auto;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;display:flex;position:relative;overflow-x:hidden}.ArticleDetailBaseCommon-module__shFWvG__gmIcon{z-index:1000;opacity:.8;backdrop-filter:blur(10px);background:var(--icon-bg,#ffffff1a);border-radius:50%;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:20px;left:20px}.ArticleDetailBaseCommon-module__shFWvG__gmIcon:hover{opacity:1;transform:scale(1.05)}.ArticleDetailBaseCommon-module__shFWvG__title{letter-spacing:-.03em;text-align:center;background:linear-gradient(135deg,var(--title-color-start,#1f2937),var(--title-color-end,#374151));-webkit-text-fill-color:transparent;color:#0000;z-index:1;-webkit-background-clip:text;background-clip:text;margin:0;padding:0 20px;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;line-height:1.15;animation:.8s cubic-bezier(.4,0,.2,1) ArticleDetailBaseCommon-module__shFWvG__fadeInUp;position:relative}@keyframes ArticleDetailBaseCommon-module__shFWvG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline{background:linear-gradient(90deg,#4573df,#5a86e6,#6366f1);border-radius:2px;width:100px;height:4px;margin:20px auto 0;animation:3s ease-in-out infinite ArticleDetailBaseCommon-module__shFWvG__shimmerGlow;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:2s ease-in-out infinite ArticleDetailBaseCommon-module__shFWvG__shine;position:absolute;top:0;left:-100%}@keyframes ArticleDetailBaseCommon-module__shFWvG__shimmerGlow{0%,to{opacity:1;box-shadow:0 0 20px #4573df80}50%{opacity:.8;box-shadow:0 0 30px #4573dfcc}}@keyframes ArticleDetailBaseCommon-module__shFWvG__shine{0%{left:-100%}to{left:100%}}.ArticleDetailBaseCommon-module__shFWvG__imageContainer{width:100%;max-width:700px;box-shadow:var(--image-shadow,0 20px 40px -12px #0003);background:var(--image-container-bg,#f8f9fa);border-radius:16px;justify-content:center;align-items:center;min-height:200px;max-height:400px;margin:32px auto;padding:12px;transition:all .5s cubic-bezier(.4,0,.2,1);animation:1s cubic-bezier(.4,0,.2,1) .3s both ArticleDetailBaseCommon-module__shFWvG__fadeIn;display:flex;position:relative;overflow:hidden}@keyframes ArticleDetailBaseCommon-module__shFWvG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ArticleDetailBaseCommon-module__shFWvG__imageContainer img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:380px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ArticleDetailBaseCommon-module__shFWvG__imageContainer:hover img{transform:scale(1.02)}.ArticleDetailBaseCommon-module__shFWvG__readingInfo{color:var(--text-muted,#6b7280);background:var(--reading-info-bg,#4573df0f);border:1px solid var(--reading-info-border,#4573df1a);backdrop-filter:blur(10px);border-radius:16px;justify-content:center;align-items:center;gap:24px;margin-bottom:24px;padding:16px 24px;font-size:15px;font-weight:500;display:flex;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__readingInfo:before{content:"";background:linear-gradient(#4573df,#5a86e6);border-radius:0 4px 4px 0;width:4px;height:100%;position:absolute;top:0;left:0}.ArticleDetailBaseCommon-module__shFWvG__readingTime,.ArticleDetailBaseCommon-module__shFWvG__lastUpdated{align-items:center;gap:8px;transition:all .3s;display:flex}.ArticleDetailBaseCommon-module__shFWvG__readingTime:hover,.ArticleDetailBaseCommon-module__shFWvG__lastUpdated:hover{color:var(--primary-color,#4573df);transform:translateY(-1px)}.ArticleDetailBaseCommon-module__shFWvG__tag{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border:1px solid var(--tag-border,#e5e7eb);cursor:pointer;border-radius:24px;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__tag span{z-index:1;transition:all .3s;position:relative}.ArticleDetailBaseCommon-module__shFWvG__tag:focus-visible{outline-offset:3px;outline:2px solid #4573df}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border:1px solid var(--border-color,#e5e7eb);cursor:pointer;border-radius:28px;align-items:center;gap:10px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:before{content:"";z-index:0;background:linear-gradient(135deg,#4573df,#5a86e6);width:0;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:hover{color:#fff;border-color:var(--primary-color,#4573df);transform:translateY(-3px);box-shadow:0 12px 28px #4573df66}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:hover:before{width:100%}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta svg,.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta span{z-index:1;position:relative}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta svg{width:18px;height:18px;transition:transform .3s}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:hover svg{transform:rotate(15deg)}.ArticleDetailBaseCommon-module__shFWvG__sharePopup{background:var(--popup-bg,#fff);color:var(--popup-color,#111827);border:1px solid var(--popup-border,#e5e7eb);box-shadow:var(--popup-shadow,0 20px 40px #00000026);z-index:1000;backdrop-filter:blur(20px);border-radius:16px;min-width:240px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);animation:.3s cubic-bezier(.4,0,.2,1) ArticleDetailBaseCommon-module__shFWvG__popupSlideIn;position:absolute;top:58px;right:0}@keyframes ArticleDetailBaseCommon-module__shFWvG__popupSlideIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ArticleDetailBaseCommon-module__shFWvG__shareOption{cursor:pointer;width:100%;color:inherit;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ArticleDetailBaseCommon-module__shFWvG__shareOption:hover{background:var(--option-hover-bg,#4573df1a);color:var(--primary-color,#4573df);transform:translate(4px)}.ArticleDetailBaseCommon-module__shFWvG__shareOption svg{width:18px;height:18px}.ArticleDetailBaseCommon-module__shFWvG__tableOfContents{background:var(--toc-bg,#f8f9fa);border:1px solid var(--toc-border,#4573df1a);border-radius:20px;max-width:900px;margin:40px auto;padding:32px;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__tableOfContents:before{content:"";background:linear-gradient(90deg,#4573df,#5a86e6,#6366f1);width:100%;height:4px;position:absolute;top:0;left:0}.ArticleDetailBaseCommon-module__shFWvG__tocTitle{color:var(--heading-color,#1f2937);border-bottom:2px solid var(--toc-border,#e5e7eb);align-items:center;gap:12px;margin:0 0 24px;padding-bottom:16px;font-size:1.3rem;font-weight:700;display:flex}.ArticleDetailBaseCommon-module__shFWvG__tocTitle svg{color:var(--primary-color,#4573df)}.ArticleDetailBaseCommon-module__shFWvG__tocList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ArticleDetailBaseCommon-module__shFWvG__tocItem{padding-left:calc((var(--toc-level,1) - 1)*20px);margin:0;position:relative}.ArticleDetailBaseCommon-module__shFWvG__tocLevel1{padding-left:0}.ArticleDetailBaseCommon-module__shFWvG__tocLevel2{padding-left:20px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel3{padding-left:40px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel4{padding-left:60px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel5{padding-left:80px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel6{padding-left:100px}.ArticleDetailBaseCommon-module__shFWvG__tocLink{text-align:left;cursor:pointer;width:100%;color:var(--text-color,#374151);background:0 0;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 16px;font-size:15px;line-height:1.5;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__tocLink:before{content:"";z-index:0;background:linear-gradient(135deg,#4573df1a,#5a86e60d);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.ArticleDetailBaseCommon-module__shFWvG__tocLink:hover,.ArticleDetailBaseCommon-module__shFWvG__tocLink:focus-visible{background:var(--toc-link-hover-bg,#4573df1a);border-color:var(--primary-color,#4573df);color:var(--primary-color,#4573df);transform:translate(8px)}.ArticleDetailBaseCommon-module__shFWvG__tocLink:hover:before,.ArticleDetailBaseCommon-module__shFWvG__tocLink:focus-visible:before{width:100%}.ArticleDetailBaseCommon-module__shFWvG__tocActive{font-weight:600;transform:translate(8px);background:var(--toc-active-bg,#4573df26)!important;border-color:var(--primary-color,#4573df)!important;color:var(--primary-color,#4573df)!important}.ArticleDetailBaseCommon-module__shFWvG__tocActive:before{width:100%!important}.ArticleDetailBaseCommon-module__shFWvG__tocNumber{color:var(--primary-color,#4573df);z-index:1;min-width:24px;font-size:.9em;font-weight:600;position:relative}.ArticleDetailBaseCommon-module__shFWvG__tocText{z-index:1;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;font-weight:500;display:-webkit-box;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__excerpt{max-width:900px;color:var(--text-muted,#6b7280);text-align:center;background:var(--excerpt-bg,#f8f9fa);border:1px solid var(--excerpt-border,#4573df1a);border-radius:20px;margin:0 auto;padding:32px 40px;font-size:20px;font-style:italic;font-weight:400;line-height:1.8;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__excerpt:before{content:"“";color:var(--primary-color,#4573df);opacity:.3;font-family:serif;font-size:48px;line-height:1;position:absolute;top:16px;left:20px}.ArticleDetailBaseCommon-module__shFWvG__excerpt:after{content:"”";color:var(--primary-color,#4573df);opacity:.3;font-family:serif;font-size:48px;line-height:1;position:absolute;bottom:16px;right:20px}.ArticleDetailBaseCommon-module__shFWvG__content{max-width:850px;color:var(--text-color,#374151);background:var(--content-bg,#fff);box-shadow:var(--content-shadow,0 10px 30px #00000014);border:1px solid var(--content-border,#e5e7eb);border-radius:20px;margin:0 auto;padding:40px;font-size:18px;line-height:1.8;transition:all .3s;position:relative}:is(.ArticleDetailBaseCommon-module__shFWvG__content h1,.ArticleDetailBaseCommon-module__shFWvG__content h2,.ArticleDetailBaseCommon-module__shFWvG__content h3,.ArticleDetailBaseCommon-module__shFWvG__content h4,.ArticleDetailBaseCommon-module__shFWvG__content h5,.ArticleDetailBaseCommon-module__shFWvG__content h6){color:var(--heading-color,#1f2937);margin:32px 0 20px;scroll-margin-top:80px;font-weight:700;line-height:1.3}.ArticleDetailBaseCommon-module__shFWvG__content h1{margin-top:48px;font-size:2.5em}.ArticleDetailBaseCommon-module__shFWvG__content h2{border-bottom:3px solid #4573df;margin-top:40px;padding-bottom:12px;font-size:2em;position:relative}.ArticleDetailBaseCommon-module__shFWvG__content h2:after{content:"";background:linear-gradient(90deg,#5a86e6,#6366f1);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-3px;left:0}.ArticleDetailBaseCommon-module__shFWvG__content h3{color:#4573df;margin-top:36px;font-size:1.5em}.ArticleDetailBaseCommon-module__shFWvG__content h4{margin-top:32px;font-size:1.25em}.ArticleDetailBaseCommon-module__shFWvG__content p{color:inherit;text-align:justify;hyphens:auto;margin:20px 0}.ArticleDetailBaseCommon-module__shFWvG__content p:first-of-type{color:var(--text-primary,#1f2937);font-size:1.1em;font-weight:500}.ArticleDetailBaseCommon-module__shFWvG__content em{color:var(--em-color,#4573df);font-style:italic;font-weight:500}.ArticleDetailBaseCommon-module__shFWvG__content a{color:#4573df;border-bottom:2px solid #0000;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.ArticleDetailBaseCommon-module__shFWvG__content a:before{content:"";background:linear-gradient(90deg,#4573df,#5a86e6);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.ArticleDetailBaseCommon-module__shFWvG__content a:hover{color:#3f6ed6;transform:translateY(-1px)}.ArticleDetailBaseCommon-module__shFWvG__content a:hover:before{width:100%}.ArticleDetailBaseCommon-module__shFWvG__content li{color:inherit;margin:12px 0;line-height:1.7}.ArticleDetailBaseCommon-module__shFWvG__content li::marker{color:var(--primary-color,#4573df);font-weight:700}.ArticleDetailBaseCommon-module__shFWvG__content blockquote{background:var(--blockquote-bg,#f8f9fa);color:var(--blockquote-color,#6b7280);border-left:5px solid #4573df;border-radius:0 12px 12px 0;margin:32px 0;padding:24px 28px;font-size:1.1em;font-style:italic;position:relative;box-shadow:0 4px 12px #0000000d}.ArticleDetailBaseCommon-module__shFWvG__content blockquote:before{content:"“";color:#4573df;opacity:.5;font-family:serif;font-size:32px;position:absolute;top:12px;left:16px}.ArticleDetailBaseCommon-module__shFWvG__content code{background:var(--code-bg,#f1f3f4);color:var(--code-color,#e91e63);border:1px solid var(--code-border,#e5e7eb);border-radius:6px;padding:4px 8px;font-family:JetBrains Mono,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;font-weight:500}.ArticleDetailBaseCommon-module__shFWvG__content pre{background:var(--pre-bg,#1e293b);color:var(--pre-color,#f8fafc);border:1px solid var(--pre-border,#334155);border-radius:12px;margin:28px 0;padding:24px;position:relative;overflow-x:auto;box-shadow:0 8px 20px #0000001a}.ArticleDetailBaseCommon-module__shFWvG__content pre:before{content:"";background:linear-gradient(90deg,#4573df,#5a86e6,#6366f1);height:1px;position:absolute;top:0;left:0;right:0}.ArticleDetailBaseCommon-module__shFWvG__content pre code{color:inherit;background:0 0;border:none;padding:0;font-size:.95em}.ArticleDetailBaseCommon-module__shFWvG__content img{border-radius:12px;max-width:100%;height:auto;margin:28px auto;transition:transform .3s;display:block;box-shadow:0 8px 20px #0000001a}.ArticleDetailBaseCommon-module__shFWvG__content img:hover{transform:scale(1.02)}.ArticleDetailBaseCommon-module__shFWvG__content table{border-collapse:collapse;border-radius:8px;width:100%;margin:28px 0;overflow:hidden;box-shadow:0 4px 12px #0000000d}:is(.ArticleDetailBaseCommon-module__shFWvG__content th,.ArticleDetailBaseCommon-module__shFWvG__content td){text-align:left;border-bottom:1px solid var(--table-border,#e5e7eb);padding:12px 16px}.ArticleDetailBaseCommon-module__shFWvG__content th{background:var(--table-header-bg,#f8f9fa);color:var(--table-header-color,#1f2937);font-weight:600}.ArticleDetailBaseCommon-module__shFWvG__content tr:hover{background:var(--table-row-hover,#4573df0d)}.ArticleDetailBaseCommon-module__shFWvG__readingProgressInfo{background:var(--progress-info-bg,#fffffff2);color:var(--progress-info-color,#374151);backdrop-filter:blur(10px);border:1px solid var(--progress-info-border,#4573df33);z-index:999;border-radius:12px;flex-direction:column;gap:8px;min-width:120px;padding:12px 16px;font-size:13px;font-weight:500;transition:all .3s;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 8px 20px #0000001a}.ArticleDetailBaseCommon-module__shFWvG__progressText{text-align:center;white-space:nowrap}.ArticleDetailBaseCommon-module__shFWvG__progressBar{background:var(--progress-bar-bg,#e5e7eb);border-radius:2px;width:100%;height:4px;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__progressFill{background:linear-gradient(90deg,#4573df,#5a86e6);border-radius:2px;height:100%;transition:width .2s}.ArticleDetailBaseCommon-module__shFWvG__breadcrumb{color:var(--text-muted,#6b7280);align-items:center;gap:10px;margin-bottom:24px;padding:16px 0;font-size:15px;font-weight:500;display:flex}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbLink{color:var(--text-muted,#6b7280);border-radius:8px;padding:4px 8px;text-decoration:none;transition:all .3s}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbLink:hover{color:var(--primary-color,#4573df);background:var(--breadcrumb-hover-bg,#4573df1a);transform:translateY(-1px)}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbSeparator{color:var(--text-muted,#9ca3af);margin:0 4px;font-weight:300}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbCurrent{color:var(--text-primary,#1f2937);text-overflow:ellipsis;white-space:nowrap;background:var(--breadcrumb-current-bg,#4573df1a);border-radius:8px;max-width:200px;padding:4px 12px;font-weight:600;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__relatedSection{border-top:2px solid var(--border-color,#e5e7eb);margin-top:80px;padding-top:50px;position:relative}.ArticleDetailBaseCommon-module__shFWvG__relatedSection:before{content:"";background:linear-gradient(90deg,#4573df,#5a86e6);width:100px;height:2px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.ArticleDetailBaseCommon-module__shFWvG__relatedTitle{text-align:center;color:var(--text-primary,#1f2937);background:linear-gradient(135deg,var(--title-color-start,#1f2937),var(--title-color-end,#374151));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-size:2.5rem;font-weight:700}.ArticleDetailBaseCommon-module__shFWvG__relatedCard{background:var(--card-bg,#fff);color:inherit;border:1px solid var(--border-color,#e5e7eb);border-radius:20px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000014}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:before{content:"";opacity:0;border-radius:inherit;background:linear-gradient(135deg,#4573df0d,#5a86e605);transition:opacity .3s;position:absolute;inset:0}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover:before{opacity:1}.ArticleDetailBaseCommon-module__shFWvG__relatedImage img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover .ArticleDetailBaseCommon-module__shFWvG__relatedImage img{transform:scale(1.1)}.ArticleDetailBaseCommon-module__shFWvG__relatedContent{z-index:1;padding:28px;position:relative}.ArticleDetailBaseCommon-module__shFWvG__relatedCardTitle{color:var(--text-primary,#1f2937);margin-bottom:12px;font-size:1.3rem;font-weight:700;line-height:1.3;transition:color .3s}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover .ArticleDetailBaseCommon-module__shFWvG__relatedCardTitle{color:var(--primary-color,#4573df)}.ArticleDetailBaseCommon-module__shFWvG__relatedCardDesc{color:var(--text-secondary,#6b7280);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__relatedCardMeta{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.ArticleDetailBaseCommon-module__shFWvG__relatedCardMeta:before{content:"⏱";opacity:.7}.ArticleDetailBaseCommon-module__shFWvG__backLink{color:var(--text-muted,#6b7280);border:2px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:12px;align-items:center;gap:10px;padding:16px 28px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.ArticleDetailBaseCommon-module__shFWvG__backLink:before{content:"←";font-size:1.2em;transition:transform .3s}.ArticleDetailBaseCommon-module__shFWvG__backLink:hover{color:var(--primary-color,#4573df);background:var(--hover-bg,#4573df0d);border-color:var(--primary-color,#4573df);transform:translateY(-2px);box-shadow:0 8px 20px #4573df33}.ArticleDetailBaseCommon-module__shFWvG__backLink:hover:before{transform:translate(-4px)}.ArticleDetailBaseCommon-module__shFWvG__light{--container-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#f1f3f4 100%);--image-container-bg:#f8f9fa;--icon-bg:#fff3;--breadcrumb-hover-bg:#4573df1a;--breadcrumb-current-bg:#4573df1a;--excerpt-border:#4573df1a;--reading-info-border:#4573df1a;--code-border:#e5e7eb;--pre-border:#e5e7eb;--table-border:#e5e7eb;--table-header-bg:#f8f9fa;--table-header-color:#1f2937;--table-row-hover:#4573df0d;--toc-bg:#f8f9fa;--toc-border:#4573df1a;--toc-link-hover-bg:#4573df1a;--toc-active-bg:#4573df26;--progress-info-bg:#fffffff2;--progress-info-color:#374151;--progress-info-border:#4573df33;--progress-bar-bg:#e5e7eb}.ArticleDetailBaseCommon-module__shFWvG__dark{--container-bg:linear-gradient(135deg,#0f1419 0%,#1f2937 50%,#111827 100%);--title-color-start:#f9fafb;--title-color-end:#e5e7eb;--image-shadow:0 25px 50px -12px #0009;--image-shadow-hover:0 35px 70px -12px #000000b3;--image-container-bg:#1f2937;--tag-bg:#374151;--tag-color:#e5e7eb;--tag-border:#4b5563;--text-color:#e5e7eb;--text-muted:#9ca3af;--text-primary:#f9fafb;--text-secondary:#d1d5db;--content-bg:#1f2937;--content-shadow:0 10px 30px #0006;--content-border:#374151;--heading-color:#f9fafb;--strong-color:#f9fafb;--em-color:#93c5fd;--blockquote-bg:#374151;--blockquote-color:#d1d5db;--code-bg:#374151;--code-color:#fbbf24;--code-border:#4b5563;--pre-bg:#0f172a;--pre-color:#f8fafc;--pre-border:#1e293b;--card-bg:#1f2937;--border-color:#374151;--reading-info-bg:#4573df1a;--reading-info-border:#4573df33;--excerpt-bg:#374151;--excerpt-border:#4573df33;--popup-bg:#1e293b;--popup-color:#e5e7eb;--popup-border:#334155;--popup-shadow:0 20px 40px #0009;--option-hover-bg:#4573df33;--hover-bg:#4573df1a;--icon-bg:#0003;--breadcrumb-hover-bg:#4573df1a;--breadcrumb-current-bg:#4573df1a;--table-border:#374151;--table-header-bg:#374151;--table-header-color:#f9fafb;--table-row-hover:#4573df1a;--toc-bg:#374151;--toc-border:#4573df33;--toc-link-hover-bg:#4573df33;--toc-active-bg:#4573df40;--progress-info-bg:#1f2937f2;--progress-info-color:#e5e7eb;--progress-info-border:#4573df4d;--progress-bar-bg:#4b5563}.ArticleDetailBaseCommon-module__shFWvG__imageContainer{width:100%;max-width:900px;box-shadow:var(--image-shadow,0 20px 40px #00000026);background:var(--image-container-bg,#f8f9fa);border-radius:20px;justify-content:center;align-items:center;min-height:300px;max-height:500px;margin:0 auto;padding:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__imageContainer:before{content:"";pointer-events:none;z-index:1;opacity:0;background:linear-gradient(135deg,#4573df1a,#5a86e60d);transition:opacity .3s;position:absolute;inset:0}.ArticleDetailBaseCommon-module__shFWvG__imageContainer:hover:before{opacity:1}.ArticleDetailBaseCommon-module__shFWvG__imageContainer:hover{box-shadow:var(--image-shadow-hover,0 30px 60px #0003);transform:translateY(-5px)}.ArticleDetailBaseCommon-module__shFWvG__imageContainer img{object-fit:cover;border-radius:inherit;width:100%;max-width:100%;height:auto;max-height:100%}.ArticleDetailBaseCommon-module__shFWvG__readingInfo{color:var(--text-muted,#6b7280);background:var(--reading-info-bg,#4573df0d);border-left:4px solid var(--primary-color,#4573df);border-radius:12px;justify-content:center;align-items:center;gap:20px;margin-bottom:20px;padding:12px 20px;font-size:14px;display:flex}.ArticleDetailBaseCommon-module__shFWvG__readingTime,.ArticleDetailBaseCommon-module__shFWvG__lastUpdated{align-items:center;gap:6px;display:flex}.ArticleDetailBaseCommon-module__shFWvG__meta{flex-flow:wrap;justify-content:center;align-items:center;gap:16px;margin:32px 0 24px;display:flex}.ArticleDetailBaseCommon-module__shFWvG__tags{flex-wrap:wrap;align-items:center;gap:10px;margin-right:8px;display:flex}.ArticleDetailBaseCommon-module__shFWvG__tag{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border:1px solid var(--tag-border,#e5e7eb);border-radius:20px;align-items:center;padding:6px 14px;font-size:13px;font-weight:400;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__tag:before{content:"";z-index:0;background:linear-gradient(135deg,#4573df,#5a86e6);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.ArticleDetailBaseCommon-module__shFWvG__tag:hover{color:#fff;border-color:#4573df;transform:translateY(-2px);box-shadow:0 4px 12px #4573df4d}.ArticleDetailBaseCommon-module__shFWvG__tag:hover:before{width:100%}.ArticleDetailBaseCommon-module__shFWvG__tag span{z-index:1;position:relative}.ArticleDetailBaseCommon-module__shFWvG__shareButtonInline{align-items:center;margin-top:0;margin-left:8px;display:flex;position:relative}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border:1px solid var(--border-color,#e5e7eb);cursor:pointer;border-radius:25px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000d}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:hover{background:var(--primary-color,#4573df);color:#fff;border-color:var(--primary-color,#4573df);transform:translateY(-2px);box-shadow:0 6px 16px #4573df4d}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta svg{width:16px;height:16px}.ArticleDetailBaseCommon-module__shFWvG__sharePopup{background:var(--popup-bg,#fff);color:var(--popup-color,#111827);border:1px solid var(--popup-border,#e5e7eb);box-shadow:var(--popup-shadow,0 10px 30px #0000001a);z-index:10;border-radius:10px;min-width:220px;padding:8px;transition:opacity .15s,transform .15s;position:absolute;top:52px;right:0}.ArticleDetailBaseCommon-module__shFWvG__shareOption{cursor:pointer;width:100%;color:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;transition:background-color .2s;display:flex}.ArticleDetailBaseCommon-module__shFWvG__shareOption:hover{background:var(--option-hover-bg,#4573df1a)}.ArticleDetailBaseCommon-module__shFWvG__excerpt{max-width:800px;color:var(--text-muted,#6b7280);text-align:center;background:var(--excerpt-bg,#f8f9fa);border-left:4px solid var(--primary-color,#4573df);border-radius:16px;margin:0 auto;padding:20px 30px;font-size:18px;font-style:italic;line-height:1.8}.ArticleDetailBaseCommon-module__shFWvG__content{max-width:800px;color:var(--text-color,#374151);background:var(--content-bg,#fff);box-shadow:var(--content-shadow,0 8px 25px #00000014);border:1px solid var(--content-border,#e5e7eb);border-radius:16px;margin:0 auto;padding:30px;font-size:18px;line-height:1.8;position:relative}.ArticleDetailBaseCommon-module__shFWvG__content:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#4573df1a,#5a86e60d);border-radius:16px;transition:opacity .3s;position:absolute;inset:-1px}.ArticleDetailBaseCommon-module__shFWvG__content:hover:before{opacity:1}:is(.ArticleDetailBaseCommon-module__shFWvG__content h1,.ArticleDetailBaseCommon-module__shFWvG__content h2,.ArticleDetailBaseCommon-module__shFWvG__content h3,.ArticleDetailBaseCommon-module__shFWvG__content h4,.ArticleDetailBaseCommon-module__shFWvG__content h5,.ArticleDetailBaseCommon-module__shFWvG__content h6){color:var(--heading-color,#1f2937);margin:24px 0 16px;font-weight:600}.ArticleDetailBaseCommon-module__shFWvG__content h2{border-bottom:2px solid #4573df;padding-bottom:8px;font-size:1.5em}.ArticleDetailBaseCommon-module__shFWvG__content h3{color:#4573df;font-size:1.25em}.ArticleDetailBaseCommon-module__shFWvG__content p{color:inherit;margin:16px 0}.ArticleDetailBaseCommon-module__shFWvG__content strong{color:var(--strong-color,#1f2937);font-weight:600}.ArticleDetailBaseCommon-module__shFWvG__content em{color:var(--em-color,#4573df);font-style:italic}.ArticleDetailBaseCommon-module__shFWvG__content a{color:#4573df;border-bottom:1px solid #0000;text-decoration:none;transition:all .2s}.ArticleDetailBaseCommon-module__shFWvG__content a:hover{color:#3f6ed6;border-bottom-color:#3f6ed6}:is(.ArticleDetailBaseCommon-module__shFWvG__content ul,.ArticleDetailBaseCommon-module__shFWvG__content ol){margin:16px 0;padding-left:24px}.ArticleDetailBaseCommon-module__shFWvG__content li{color:inherit;margin:8px 0}.ArticleDetailBaseCommon-module__shFWvG__content blockquote{background:var(--blockquote-bg,#f8f9fa);color:var(--blockquote-color,#6b7280);border-left:4px solid #4573df;border-radius:0 8px 8px 0;margin:24px 0;padding:16px 20px;font-style:italic}.ArticleDetailBaseCommon-module__shFWvG__content code{background:var(--code-bg,#f1f3f4);color:var(--code-color,#e91e63);border-radius:4px;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.ArticleDetailBaseCommon-module__shFWvG__content pre{background:var(--pre-bg,#1f2937);color:var(--pre-color,#f9fafb);border-radius:8px;margin:20px 0;padding:20px;overflow-x:auto}.ArticleDetailBaseCommon-module__shFWvG__content pre code{color:inherit;background:0 0;padding:0}.ArticleDetailBaseCommon-module__shFWvG__scrollProgress{z-index:1000;background:linear-gradient(90deg,#4573df,#5a86e6);height:4px;transition:width .1s ease-out;position:fixed;top:0;left:0;box-shadow:0 0 10px #4573df80}.ArticleDetailBaseCommon-module__shFWvG__breadcrumb{color:var(--text-muted,#6b7280);align-items:center;gap:8px;margin-bottom:20px;padding:12px 0;font-size:14px;display:flex}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbLink{color:var(--text-muted,#6b7280);text-decoration:none;transition:color .2s}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbLink:hover{color:var(--primary-color,#4573df)}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbSeparator{color:var(--text-muted,#9ca3af);font-weight:300}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbCurrent{color:var(--text-primary,#1f2937);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__relatedSection{border-top:2px solid var(--border-color,#e5e7eb);margin-top:60px;padding-top:40px}.ArticleDetailBaseCommon-module__shFWvG__relatedTitle{text-align:center;color:var(--text-primary,#1f2937);background:linear-gradient(135deg,var(--title-color-start,#1f2937),var(--title-color-end,#374151));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:30px;font-size:2rem;font-weight:600}.ArticleDetailBaseCommon-module__shFWvG__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.ArticleDetailBaseCommon-module__shFWvG__relatedCard{background:var(--card-bg,#fff);color:inherit;border:1px solid var(--border-color,#e5e7eb);border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover{border-color:var(--primary-color,#4573df);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000001a}.ArticleDetailBaseCommon-module__shFWvG__relatedImage{width:100%;height:160px;position:relative;overflow:hidden}.ArticleDetailBaseCommon-module__shFWvG__relatedContent{padding:20px}.ArticleDetailBaseCommon-module__shFWvG__relatedCardTitle{color:var(--text-primary,#1f2937);margin-bottom:8px;font-size:1.2rem;font-weight:600;line-height:1.3}.ArticleDetailBaseCommon-module__shFWvG__relatedCardDesc{color:var(--text-secondary,#6b7280);margin-bottom:12px;font-size:.9rem;line-height:1.5}.ArticleDetailBaseCommon-module__shFWvG__relatedCardMeta{background:var(--tag-bg,#f1f3f4);color:var(--tag-color,#374151);border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:500;display:inline-block}.ArticleDetailBaseCommon-module__shFWvG__backToArticles{text-align:center;border-top:1px solid var(--border-color,#e5e7eb);margin-top:40px;padding-top:30px}.ArticleDetailBaseCommon-module__shFWvG__backLink{color:var(--text-muted,#6b7280);border-radius:8px;align-items:center;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ArticleDetailBaseCommon-module__shFWvG__backLink:hover{color:var(--primary-color,#4573df);background:var(--hover-bg,#4573df0d);transform:translate(-4px)}.ArticleDetailBaseCommon-module__shFWvG__light{--container-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#f1f3f4 100%);--image-container-bg:#f8f9fa}.ArticleDetailBaseCommon-module__shFWvG__dark{--container-bg:linear-gradient(135deg,#0f1419 0%,#1f2937 50%,#111827 100%);--title-color-start:#f9fafb;--title-color-end:#e5e7eb;--image-shadow:0 20px 40px #0006;--image-shadow-hover:0 30px 60px #00000080;--image-container-bg:#1f2937;--tag-bg:#374151;--tag-color:#e5e7eb;--tag-border:#4b5563;--text-color:#e5e7eb;--text-muted:#9ca3af;--text-primary:#f9fafb;--text-secondary:#d1d5db;--content-bg:#1f2937;--content-shadow:0 8px 25px #0000004d;--content-border:#374151;--heading-color:#f9fafb;--strong-color:#f9fafb;--em-color:#93c5fd;--blockquote-bg:#374151;--blockquote-color:#d1d5db;--code-bg:#374151;--code-color:#fbbf24;--pre-bg:#111827;--pre-color:#f9fafb;--card-bg:#1f2937;--border-color:#374151;--reading-info-bg:#4573df1a;--excerpt-bg:#374151;--popup-bg:#2a2f36;--popup-color:#e5e7eb;--popup-border:#3b4250;--popup-shadow:0 10px 30px #00000080;--option-hover-bg:#4573df33;--hover-bg:#4573df1a}@media (max-width:768px){.ArticleDetailBaseCommon-module__shFWvG__container{box-sizing:border-box;max-width:100vw;min-height:calc(100vh - 65px);padding:80px 16px 40px;padding-left:max(16px,env(safe-area-inset-left,16px));padding-right:max(16px,env(safe-area-inset-right,16px));padding-top:max(80px,calc(env(safe-area-inset-top,0px) + 80px));gap:28px;width:calc(100% - 8px);margin:0 auto;overflow-x:hidden}.ArticleDetailBaseCommon-module__shFWvG__title{text-align:center;margin-bottom:24px;padding:0 12px;font-size:clamp(2rem,7vw,2.8rem);line-height:1.15}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline{width:60px;height:3px;margin:16px auto 0}.ArticleDetailBaseCommon-module__shFWvG__imageContainer{border-radius:16px;max-width:calc(100vw - 32px);min-height:180px;max-height:300px;margin:24px auto;padding:12px}.ArticleDetailBaseCommon-module__shFWvG__readingInfo{text-align:center;flex-flow:wrap;justify-content:center;gap:16px;padding:12px 20px;font-size:14px}.ArticleDetailBaseCommon-module__shFWvG__meta{flex-direction:column;align-items:center;gap:16px;margin:24px 0 20px;padding:0 12px}.ArticleDetailBaseCommon-module__shFWvG__tags{flex-wrap:wrap;justify-content:center;gap:8px;margin-right:0}.ArticleDetailBaseCommon-module__shFWvG__tag{border-radius:18px;padding:6px 12px;font-size:12px}.ArticleDetailBaseCommon-module__shFWvG__shareButtonInline{margin:12px 0 0}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta{border-radius:24px;padding:10px 18px;font-size:14px}.ArticleDetailBaseCommon-module__shFWvG__excerpt{border-radius:16px;margin:20px 0;padding:24px 20px;font-size:18px;line-height:1.7}.ArticleDetailBaseCommon-module__shFWvG__excerpt:before,.ArticleDetailBaseCommon-module__shFWvG__excerpt:after{font-size:36px}.ArticleDetailBaseCommon-module__shFWvG__content{border-radius:16px;margin:20px 0;padding:24px 20px;font-size:16px;line-height:1.7}.ArticleDetailBaseCommon-module__shFWvG__content h1{margin-top:32px;font-size:2rem}.ArticleDetailBaseCommon-module__shFWvG__content h2{margin-top:28px;font-size:1.6rem}.ArticleDetailBaseCommon-module__shFWvG__content h3{margin-top:24px;font-size:1.3rem}.ArticleDetailBaseCommon-module__shFWvG__content pre{border-radius:8px;padding:16px;font-size:14px}.ArticleDetailBaseCommon-module__shFWvG__content blockquote{margin:20px 0;padding:16px 20px;font-size:1rem}.ArticleDetailBaseCommon-module__shFWvG__breadcrumb{flex-wrap:wrap;gap:6px;padding:12px 0;font-size:13px}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbCurrent{max-width:180px}.ArticleDetailBaseCommon-module__shFWvG__relatedSection{margin-top:60px;padding-top:40px}.ArticleDetailBaseCommon-module__shFWvG__relatedTitle{margin-bottom:32px;font-size:2rem}.ArticleDetailBaseCommon-module__shFWvG__relatedGrid{grid-template-columns:1fr;gap:24px}.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover{transform:translateY(-6px)scale(1.01)}.ArticleDetailBaseCommon-module__shFWvG__relatedImage{height:160px}.ArticleDetailBaseCommon-module__shFWvG__relatedContent{padding:20px}.ArticleDetailBaseCommon-module__shFWvG__relatedCardTitle{font-size:1.2rem}.ArticleDetailBaseCommon-module__shFWvG__backToArticles{margin-top:40px;padding-top:30px;padding-left:12px;padding-right:12px}.ArticleDetailBaseCommon-module__shFWvG__backLink{padding:14px 20px;font-size:15px}.ArticleDetailBaseCommon-module__shFWvG__tableOfContents{border-radius:16px;margin:32px auto;padding:24px 20px}.ArticleDetailBaseCommon-module__shFWvG__tocTitle{margin-bottom:20px;padding-bottom:12px;font-size:1.2rem}.ArticleDetailBaseCommon-module__shFWvG__tocList{gap:6px}.ArticleDetailBaseCommon-module__shFWvG__tocItem{padding-left:calc((var(--toc-level,1) - 1)*12px)}.ArticleDetailBaseCommon-module__shFWvG__tocLevel2{padding-left:12px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel3{padding-left:24px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel4{padding-left:36px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel5{padding-left:48px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel6{padding-left:60px}.ArticleDetailBaseCommon-module__shFWvG__tocLink{gap:8px;padding:10px 12px;font-size:14px}.ArticleDetailBaseCommon-module__shFWvG__tocNumber{min-width:20px;font-size:.85em}.ArticleDetailBaseCommon-module__shFWvG__readingProgressInfo{flex-direction:row;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;inset:auto 16px 20px}.ArticleDetailBaseCommon-module__shFWvG__progressBar{flex:1;margin-left:12px}}@media (max-width:480px){.ArticleDetailBaseCommon-module__shFWvG__container{padding:100px 20px 40px;padding-left:max(20px,env(safe-area-inset-left,20px));padding-right:max(20px,env(safe-area-inset-right,20px));padding-top:max(100px,calc(env(safe-area-inset-top,0px) + 100px));gap:24px}.ArticleDetailBaseCommon-module__shFWvG__title{margin-bottom:20px;padding:0 16px;font-size:clamp(1.8rem,8vw,2.4rem)}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline{width:50px;height:3px}.ArticleDetailBaseCommon-module__shFWvG__breadcrumb{gap:4px;margin-top:110px;margin-bottom:20px;margin-left:0;padding:8px 0;font-size:12px}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbCurrent{max-width:140px}.ArticleDetailBaseCommon-module__shFWvG__imageContainer{border-radius:12px;max-width:calc(100vw - 40px);min-height:160px;max-height:280px;margin:20px auto;padding:10px}.ArticleDetailBaseCommon-module__shFWvG__readingInfo{flex-direction:column;gap:12px;padding:12px 16px;font-size:13px}.ArticleDetailBaseCommon-module__shFWvG__tag{margin:1px;padding:5px 10px;font-size:11px}.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta{padding:9px 16px;font-size:13px}.ArticleDetailBaseCommon-module__shFWvG__excerpt{margin:16px 0;padding:20px 16px;font-size:16px}.ArticleDetailBaseCommon-module__shFWvG__excerpt:before,.ArticleDetailBaseCommon-module__shFWvG__excerpt:after{font-size:28px}.ArticleDetailBaseCommon-module__shFWvG__content{margin:16px 0;padding:20px 16px;font-size:15px;line-height:1.6}.ArticleDetailBaseCommon-module__shFWvG__content h1{font-size:1.8rem}.ArticleDetailBaseCommon-module__shFWvG__content h2{font-size:1.5rem}.ArticleDetailBaseCommon-module__shFWvG__content h3{font-size:1.25rem}.ArticleDetailBaseCommon-module__shFWvG__content pre{padding:12px;font-size:13px}.ArticleDetailBaseCommon-module__shFWvG__content blockquote{padding:12px 16px;font-size:.95rem}:is(.ArticleDetailBaseCommon-module__shFWvG__content ul,.ArticleDetailBaseCommon-module__shFWvG__content ol){padding-left:24px}.ArticleDetailBaseCommon-module__shFWvG__scrollProgress{height:3px}.ArticleDetailBaseCommon-module__shFWvG__relatedTitle{font-size:1.8rem}.ArticleDetailBaseCommon-module__shFWvG__relatedCard{border-radius:16px}.ArticleDetailBaseCommon-module__shFWvG__relatedImage{height:140px}.ArticleDetailBaseCommon-module__shFWvG__relatedContent{padding:16px}.ArticleDetailBaseCommon-module__shFWvG__relatedCardTitle{font-size:1.1rem}.ArticleDetailBaseCommon-module__shFWvG__relatedCardDesc{font-size:.9rem}.ArticleDetailBaseCommon-module__shFWvG__container *{box-sizing:border-box;max-width:100vw}.ArticleDetailBaseCommon-module__shFWvG__tableOfContents{padding:20px 16px}.ArticleDetailBaseCommon-module__shFWvG__tocTitle{gap:8px;font-size:1.1rem}.ArticleDetailBaseCommon-module__shFWvG__tocTitle svg{width:18px;height:18px}.ArticleDetailBaseCommon-module__shFWvG__tocLink{padding:8px 10px;font-size:13px}.ArticleDetailBaseCommon-module__shFWvG__tocItem{padding-left:calc((var(--toc-level,1) - 1)*8px)}.ArticleDetailBaseCommon-module__shFWvG__tocLevel2{padding-left:8px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel3{padding-left:16px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel4{padding-left:24px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel5{padding-left:32px}.ArticleDetailBaseCommon-module__shFWvG__tocLevel6{padding-left:40px}.ArticleDetailBaseCommon-module__shFWvG__readingProgressInfo{display:none}}.ArticleDetailBaseCommon-module__shFWvG__tag:focus-visible,.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta:focus-visible,.ArticleDetailBaseCommon-module__shFWvG__backLink:focus-visible,.ArticleDetailBaseCommon-module__shFWvG__breadcrumbLink:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #4573df}@media (prefers-reduced-motion:reduce){.ArticleDetailBaseCommon-module__shFWvG__container{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ArticleDetailBaseCommon-module__shFWvG__container *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ArticleDetailBaseCommon-module__shFWvG__container :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ArticleDetailBaseCommon-module__shFWvG__container :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ArticleDetailBaseCommon-module__shFWvG__imageContainer:hover,.ArticleDetailBaseCommon-module__shFWvG__tag:hover,.ArticleDetailBaseCommon-module__shFWvG__backLink:hover,.ArticleDetailBaseCommon-module__shFWvG__relatedCard:hover{transform:none}}@media (max-width:375px){.ArticleDetailBaseCommon-module__shFWvG__container{padding-top:max(140px,calc(env(safe-area-inset-top,0px) + 140px));padding-left:16px;padding-right:16px}.ArticleDetailBaseCommon-module__shFWvG__breadcrumb{z-index:40;gap:3px;margin-top:170px;margin-bottom:28px;font-size:11px;position:relative}.ArticleDetailBaseCommon-module__shFWvG__breadcrumbCurrent{max-width:120px}.ArticleDetailBaseCommon-module__shFWvG__title{padding:0 8px;font-size:clamp(1.6rem,9vw,2rem)}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline{width:40px}.ArticleDetailBaseCommon-module__shFWvG__imageContainer{max-width:calc(100vw - 32px);padding:8px}.ArticleDetailBaseCommon-module__shFWvG__content{padding:16px 12px;font-size:14px}.ArticleDetailBaseCommon-module__shFWvG__excerpt{padding:16px 12px}.ArticleDetailBaseCommon-module__shFWvG__relatedGrid{gap:16px}}@media print{.ArticleDetailBaseCommon-module__shFWvG__shareButtonInline,.ArticleDetailBaseCommon-module__shFWvG__backToArticles,.ArticleDetailBaseCommon-module__shFWvG__scrollProgress,.ArticleDetailBaseCommon-module__shFWvG__gmIcon,.ArticleDetailBaseCommon-module__shFWvG__readingProgressInfo,.ArticleDetailBaseCommon-module__shFWvG__tableOfContents{display:none}.ArticleDetailBaseCommon-module__shFWvG__imageContainer,.ArticleDetailBaseCommon-module__shFWvG__content,.ArticleDetailBaseCommon-module__shFWvG__relatedCard{box-shadow:none;break-inside:avoid}.ArticleDetailBaseCommon-module__shFWvG__content{border:1px solid #ccc}.ArticleDetailBaseCommon-module__shFWvG__title{color:#000!important;-webkit-text-fill-color:#000!important}.ArticleDetailBaseCommon-module__shFWvG__container{background:#fff!important}}@media (prefers-contrast:high){.ArticleDetailBaseCommon-module__shFWvG__tag,.ArticleDetailBaseCommon-module__shFWvG__shareButtonMeta,.ArticleDetailBaseCommon-module__shFWvG__content,.ArticleDetailBaseCommon-module__shFWvG__relatedCard{border-width:2px}.ArticleDetailBaseCommon-module__shFWvG__titleUnderline,.ArticleDetailBaseCommon-module__shFWvG__scrollProgress{background:#000}}@media (min-width:1400px){.ArticleDetailBaseCommon-module__shFWvG__container{max-width:1400px;padding:80px 40px 60px}.ArticleDetailBaseCommon-module__shFWvG__content{max-width:900px;padding:50px;font-size:19px}.ArticleDetailBaseCommon-module__shFWvG__title{font-size:clamp(3rem,4vw,5rem)}.ArticleDetailBaseCommon-module__shFWvG__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}}
.ArticleDetail-light-module__C4zS8q__container{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#f1f3f4 100%)}.ArticleDetail-light-module__C4zS8q__title{background:linear-gradient(135deg,#1f2937,#374151);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ArticleDetail-light-module__C4zS8q__titleUnderline{background:linear-gradient(90deg,#4573df,#5a86e6)}.ArticleDetail-light-module__C4zS8q__imageContainer{background:#f8f9fa;box-shadow:0 20px 40px #00000026}.ArticleDetail-light-module__C4zS8q__imageContainer:hover{box-shadow:0 30px 60px #0003}.ArticleDetail-light-module__C4zS8q__readingInfo{color:#6b7280;background:#4573df0d;border-left-color:#4573df}.ArticleDetail-light-module__C4zS8q__tag{color:#374151;background:#f1f3f4;border-color:#e5e7eb}.ArticleDetail-light-module__C4zS8q__tag:hover{color:#fff;border-color:#4573df}.ArticleDetail-light-module__C4zS8q__shareButtonMeta{color:#374151;background:#f1f3f4;border-color:#e5e7eb}.ArticleDetail-light-module__C4zS8q__shareButtonMeta:hover{color:#fff;background:#4573df;border-color:#4573df}.ArticleDetail-light-module__C4zS8q__sharePopup{color:#111827;background:#fff;border-color:#e5e7eb;box-shadow:0 10px 30px #0000001a}.ArticleDetail-light-module__C4zS8q__shareOption:hover{background:#4573df1a}.ArticleDetail-light-module__C4zS8q__excerpt{color:#6b7280;background:#f8f9fa;border-left-color:#4573df}.ArticleDetail-light-module__C4zS8q__content{color:#374151;background:#fff;border-color:#e5e7eb;box-shadow:0 8px 25px #00000014}.ArticleDetail-light-module__C4zS8q__breadcrumbLink{color:#6b7280}.ArticleDetail-light-module__C4zS8q__breadcrumbLink:hover{color:#4573df}.ArticleDetail-light-module__C4zS8q__breadcrumbSeparator{color:#9ca3af}.ArticleDetail-light-module__C4zS8q__breadcrumbCurrent{color:#1f2937}.ArticleDetail-light-module__C4zS8q__relatedTitle{background:linear-gradient(135deg,#1f2937,#374151);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ArticleDetail-light-module__C4zS8q__relatedCard{background:#fff;border-color:#e5e7eb}.ArticleDetail-light-module__C4zS8q__relatedCard:hover{border-color:#4573df}.ArticleDetail-light-module__C4zS8q__relatedCardTitle{color:#1f2937}.ArticleDetail-light-module__C4zS8q__relatedCardDesc{color:#6b7280}.ArticleDetail-light-module__C4zS8q__relatedCardMeta{color:#374151;background:#f1f3f4}.ArticleDetail-light-module__C4zS8q__backLink{color:#6b7280}.ArticleDetail-light-module__C4zS8q__backLink:hover{color:#4573df;background:#4573df0d}.ArticleDetail-light-module__C4zS8q__scrollProgress{background:linear-gradient(90deg,#4573df,#5a86e6)}
.ArticleDetail-dark-module__ki2_uG__container{background:linear-gradient(135deg,#0f1419 0%,#1f2937 50%,#111827 100%)}.ArticleDetail-dark-module__ki2_uG__title{background:linear-gradient(135deg,#f9fafb,#e5e7eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ArticleDetail-dark-module__ki2_uG__titleUnderline{background:linear-gradient(90deg,#4573df,#5a86e6)}.ArticleDetail-dark-module__ki2_uG__imageContainer{background:#1f2937;box-shadow:0 20px 40px #0006}.ArticleDetail-dark-module__ki2_uG__imageContainer:hover{box-shadow:0 30px 60px #00000080}.ArticleDetail-dark-module__ki2_uG__readingInfo{color:#9ca3af;background:#4573df1a;border-left-color:#4573df}.ArticleDetail-dark-module__ki2_uG__tag{color:#e5e7eb;background:#374151;border-color:#4b5563}.ArticleDetail-dark-module__ki2_uG__tag:hover{color:#fff;border-color:#4573df}.ArticleDetail-dark-module__ki2_uG__shareButtonMeta{color:#e5e7eb;background:#374151;border-color:#4b5563}.ArticleDetail-dark-module__ki2_uG__shareButtonMeta:hover{color:#fff;background:#4573df;border-color:#4573df}.ArticleDetail-dark-module__ki2_uG__sharePopup{color:#e5e7eb;background:#2a2f36;border-color:#3b4250;box-shadow:0 10px 30px #00000080}.ArticleDetail-dark-module__ki2_uG__shareOption:hover{background:#4573df33}.ArticleDetail-dark-module__ki2_uG__excerpt{color:#d1d5db;background:#374151;border-left-color:#4573df}.ArticleDetail-dark-module__ki2_uG__content{color:#e5e7eb;background:#1f2937;border-color:#374151;box-shadow:0 8px 25px #0000004d}.ArticleDetail-dark-module__ki2_uG__breadcrumbLink{color:#9ca3af}.ArticleDetail-dark-module__ki2_uG__breadcrumbLink:hover{color:#4573df}.ArticleDetail-dark-module__ki2_uG__breadcrumbSeparator{color:#6b7280}.ArticleDetail-dark-module__ki2_uG__breadcrumbCurrent{color:#f9fafb}.ArticleDetail-dark-module__ki2_uG__relatedTitle{background:linear-gradient(135deg,#f9fafb,#e5e7eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ArticleDetail-dark-module__ki2_uG__relatedCard{background:#1f2937;border-color:#374151}.ArticleDetail-dark-module__ki2_uG__relatedCard:hover{border-color:#4573df}.ArticleDetail-dark-module__ki2_uG__relatedCardTitle{color:#f9fafb}.ArticleDetail-dark-module__ki2_uG__relatedCardDesc{color:#d1d5db}.ArticleDetail-dark-module__ki2_uG__relatedCardMeta{color:#e5e7eb;background:#374151}.ArticleDetail-dark-module__ki2_uG__backLink{color:#9ca3af}.ArticleDetail-dark-module__ki2_uG__backLink:hover{color:#4573df;background:#4573df1a}.ArticleDetail-dark-module__ki2_uG__scrollProgress{background:linear-gradient(90deg,#4573df,#5a86e6)}
