@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap";
:root{--accent:#5ba4b5;--accent-light:#7ec8d8;--accent-dark:#3d8a9b;--text-primary:#2d3748;--text-secondary:#718096;--text-light:#a0aec0;--bg-white:#fff;--bg-light:#f7f9fc;--bg-card:#ffffffeb;--border-light:#0000000f;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 8px 40px #0000001a;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:50px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background:var(--bg-light);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Noto Sans JP,sans-serif;line-height:1.7}.hero{text-align:center;background:url(/hero.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(#00000059 0%,#00000080 50%,#000000a6 100%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:480px;position:relative}.hero h1{color:#fff;text-shadow:0 2px 8px #00000080;margin-bottom:12px;font-size:1.8rem;font-weight:700;line-height:1.5}.hero p{color:#ffffffe6;text-shadow:0 1px 4px #0006;margin-bottom:28px;font-size:.9rem}.hero-features{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.hero-feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);color:#fffffff2;box-shadow:none;background:#ffffff26;border:1px solid #ffffff40;padding:8px 18px;font-size:.8rem;font-weight:500}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;letter-spacing:.02em;border:none;padding:18px 48px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #5ba4b559}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 24px #5ba4b573}.btn-secondary{color:var(--accent);border-radius:var(--radius-full);border:2px solid var(--accent);cursor:pointer;background:0 0;padding:14px 36px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:var(--accent);color:#fff}.btn-cta{text-align:center;color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:16px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.btn-cta:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.intro-section{text-align:center;background:url(/hero.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.intro-section:before{content:"";background:linear-gradient(#ffffff26 0%,#fff6 50%,#ffffffb3 100%);position:absolute;inset:0}.intro-content{z-index:1;width:100%;max-width:480px;position:relative}.intro-content h1{color:var(--text-primary);text-shadow:0 1px 8px #fffc;margin-bottom:12px;font-size:1.7rem;font-weight:700;line-height:1.5}.intro-content p{color:var(--text-secondary);text-shadow:0 1px 4px #fff9;margin-bottom:28px;font-size:.9rem}.intro-features{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;padding:0;display:flex}.intro-feature{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);color:var(--text-secondary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:8px 18px;font-size:.8rem;font-weight:500}.question-section{background:linear-gradient(180deg,#e8f4f8 0%,#f0f7fa 40%,var(--bg-light)100%);flex-direction:column;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.progress-container{align-items:center;gap:16px;width:100%;max-width:480px;margin-bottom:24px;display:flex}.progress-label{color:var(--text-secondary);white-space:nowrap;font-size:.85rem;font-weight:500}.progress-bar-bg{background:#0000000f;border-radius:2px;flex:1;height:4px;overflow:hidden}.progress-bar-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .4s}.progress-text{color:var(--accent);white-space:nowrap;font-size:.85rem;font-weight:600}.question-card{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-md);border:1px solid var(--border-light);padding:36px 28px}.question-number{border:2px solid var(--accent);width:36px;height:36px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:.85rem;font-weight:600;display:inline-flex}.question-header{text-align:center;margin-bottom:28px}.question-text{color:var(--text-primary);font-size:1.15rem;font-weight:700;line-height:1.6}.question-subtext{color:var(--text-light);margin-top:6px;font-size:.8rem}.options-list{flex-direction:column;gap:12px;display:flex}.option-btn{background:var(--bg-light);border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.9rem;font-weight:500;line-height:1.5;transition:all .2s;display:flex}.option-btn:after{content:"→";color:var(--text-light);flex-shrink:0;margin-left:12px;font-size:1rem;transition:all .2s}.option-btn:hover{border-color:var(--accent);background:#5ba4b50a}.option-btn:hover:after{color:var(--accent)}.back-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;margin:20px auto 0;font-size:.8rem;transition:color .2s;display:block}.back-btn:hover{color:var(--accent)}.results-section{background:url(/results-bg.webp) 50%/cover no-repeat;flex-direction:column;align-items:center;padding:80px 20px 60px;display:flex;position:relative}.results-section:before{content:"";z-index:0;background:#fffc;position:absolute;inset:0}.results-section>*{z-index:1;position:relative}.results-header{text-align:center;max-width:480px;margin-bottom:32px}.results-header h2{color:var(--text-primary);margin-bottom:8px;font-size:1.4rem;font-weight:700}.results-subtitle{color:var(--text-secondary);font-size:.85rem}.results-list{flex-direction:column;gap:24px;width:100%;max-width:480px;display:flex}.result-card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:hidden}.result-card-header{justify-content:space-between;align-items:flex-start;padding:16px 20px 0;display:flex}.rank-label{color:var(--accent);font-size:1.1rem;font-weight:800}.rank-number{font-size:1.65rem;line-height:1}.match-rate{text-align:right}.match-rate-label{color:var(--text-secondary);font-size:.75rem;font-weight:600;display:block}.match-number{color:var(--accent);font-size:2.2rem;font-weight:800;line-height:1.1}.percent{font-size:1rem}.result-card-body{padding:8px 20px 20px}.result-name{color:var(--text-primary);word-break:keep-all;overflow-wrap:break-word;margin-bottom:4px;font-size:1.3rem;font-weight:800;line-height:1.4}.result-target{color:#5a8a7a;margin-bottom:12px;font-size:.82rem;font-weight:500}.result-description{color:var(--text-primary);margin-bottom:10px;font-size:.82rem;line-height:1.7}.feature-list-compact{margin-bottom:16px;padding:0;list-style:none}.feature-list-compact li{color:var(--text-secondary);padding:2px 0 2px 16px;font-size:.8rem;line-height:1.6;position:relative}.feature-list-compact li:before{content:"・";color:var(--accent);position:absolute;left:0}.share-section{background:var(--bg-white);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:480px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);margin-top:24px;padding:24px}.share-section h3{color:var(--text-primary);margin-bottom:16px;font-size:.9rem;font-weight:600}.share-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.share-btn{border-radius:var(--radius-full);cursor:pointer;border:none;padding:10px 20px;font-size:.8rem;font-weight:600;transition:all .2s}.share-btn.x{color:#fff;background:#1a1a1a}.share-btn.line{color:#fff;background:#06c755}.share-btn.copy{background:var(--bg-light);color:var(--text-primary);border:1px solid var(--border-light)}.share-btn:hover{opacity:.85;transform:translateY(-1px)}.retry-section{text-align:center;margin-top:20px}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#ffffffd9;padding:12px 20px;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;max-width:480px;margin:0 auto;display:flex}.header-logo{color:var(--text-primary);font-size:1.1rem;font-weight:700}.header-badge{border-radius:var(--radius-full);background:var(--accent);color:#fff;padding:4px 12px;font-size:.7rem;font-weight:600}.site-footer{text-align:center;background:var(--bg-white);border-top:1px solid var(--border-light);padding:32px 20px}.footer-inner{max-width:480px;margin:0 auto}.footer-brand{color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:700}.footer-text{color:var(--text-secondary);margin-bottom:12px;font-size:.75rem;line-height:1.7}.footer-disclaimer{color:var(--text-light);font-size:.65rem;line-height:1.7}.animate-slide-in{animation:.35s forwards slideIn}.animate-slide-out{animation:.25s forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.confetti-container{pointer-events:none;z-index:1000;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.confetti-piece{animation:linear forwards confettiFall;position:absolute;top:-10px}@keyframes confettiFall{0%{opacity:1;transform:translateY(-10px)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}.copied-toast{background:var(--text-primary);color:#fff;border-radius:var(--radius-full);opacity:0;z-index:1000;padding:12px 24px;font-size:.85rem;font-weight:500;transition:all .3s;position:fixed;bottom:32px;left:50%;transform:translate(-50%)translateY(20px)}.copied-toast.show{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:480px){.hero h1,.intro-content h1{font-size:1.5rem}.hero p,.intro-content p{font-size:.85rem}.question-card{padding:28px 20px}.question-text{font-size:1.05rem}.option-btn{padding:14px 16px;font-size:.85rem}.result-card-body{padding:8px 16px 16px}.btn-primary{padding:16px 36px;font-size:.95rem}}.header-nav{gap:16px;display:flex}.header-nav-link{color:var(--text-secondary);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.header-nav-link:hover{color:var(--accent)}.blog-page{z-index:1;max-width:720px;margin:0 auto;padding:80px 20px 60px;position:relative}.blog-hero{text-align:center;margin-bottom:40px}.blog-hero h1{color:var(--text-primary);margin-bottom:8px;font-size:1.6rem;font-weight:700}.blog-hero p{color:var(--text-secondary);font-size:.9rem}.blog-list{flex-direction:column;gap:16px;display:flex}.article-card{background:var(--bg-white);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:24px;text-decoration:none;transition:all .2s;display:block}.article-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-2px)}.article-category{color:var(--accent);border-radius:var(--radius-full);background:#5ba4b514;margin-bottom:8px;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-block}.article-title{color:var(--text-primary);margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.5}.article-description{color:var(--text-secondary);margin-bottom:12px;font-size:.82rem;line-height:1.6}.article-meta{color:var(--text-light);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.article-read-more{color:var(--accent);font-weight:500}.article-page{max-width:none;margin:0;padding:0}.article-content{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);padding:36px 28px}.article-header{border-bottom:1px solid var(--border-light);margin-bottom:32px;padding-bottom:24px}.article-header-meta{align-items:center;gap:12px;margin-bottom:16px;display:flex}.article-header-category{color:var(--accent);border-radius:var(--radius-full);background:#5ba4b514;padding:4px 10px;font-size:.7rem;font-weight:600}.article-header time{color:var(--text-light);font-size:.75rem}.article-header h1{color:var(--text-primary);margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.5}.article-body{margin-bottom:40px}.article-section{margin-bottom:32px}.article-section h2{color:var(--text-primary);border-left:3px solid var(--accent);margin-bottom:16px;padding-left:14px;font-size:1.15rem;font-weight:700;line-height:1.5}.article-section p{color:var(--text-primary);margin-bottom:12px;font-size:.88rem;line-height:1.8}.article-bold{font-weight:700}.article-list{margin-bottom:12px;padding:0;list-style:none}.article-list li{color:var(--text-primary);padding:4px 0 4px 20px;font-size:.88rem;line-height:1.7;position:relative}.article-list li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:4px}.article-table-wrapper{margin-bottom:16px;overflow-x:auto}.article-table th{background:var(--bg-light);text-align:left;color:var(--text-primary);border-bottom:2px solid var(--border-light);padding:10px 14px;font-weight:600}.article-table td{border-bottom:1px solid var(--border-light);color:var(--text-secondary);padding:10px 14px}.blog-cta{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#5ba4b50f,#5ba4b51f);border:1px solid #5ba4b533;margin:40px 0;padding:32px 24px}.blog-cta-lead{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.blog-cta-sub{color:var(--text-secondary);margin-bottom:20px;font-size:.82rem}.blog-cta-button{background:var(--accent);color:#fff;border-radius:var(--radius-full);padding:14px 36px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #5ba4b559}.blog-cta-button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 24px #5ba4b573}.article-nav{text-align:center;margin-top:24px}.article-back-link{color:var(--accent);font-size:.85rem;font-weight:500;text-decoration:none}@media (max-width:480px){.article-content{padding:24px 16px}.article-header h1{font-size:1.2rem}.blog-hero h1{font-size:1.3rem}.header-nav{gap:10px}.header-nav-link{font-size:.72rem}}.legal-page{max-width:720px;margin:0 auto;padding:80px 20px 60px}.legal-content{background:var(--bg-white,#fff);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-sm,0 2px 8px #0000000f);border:1px solid var(--border-light,#eee);padding:36px 28px}.legal-content h1{color:var(--text-primary,#1a1a1a);margin-bottom:8px;font-size:1.4rem;font-weight:700}.legal-updated{color:var(--text-light,#aaa);margin-bottom:32px;font-size:.75rem}.legal-section{margin-bottom:28px}.legal-section h2{color:var(--text-primary,#1a1a1a);border-left:3px solid var(--accent,#7c5cbf);margin-bottom:12px;padding-left:14px;font-size:1.05rem;font-weight:700;line-height:1.5}.legal-section p{color:var(--text-primary,#1a1a1a);margin-bottom:10px;font-size:.88rem;line-height:1.8}.legal-section ul{margin-bottom:12px;padding:0;list-style:none}.legal-section li{color:var(--text-primary,#1a1a1a);padding:4px 0 4px 20px;font-size:.88rem;line-height:1.7;position:relative}.legal-section li:before{content:"•";color:var(--accent,#7c5cbf);font-weight:700;position:absolute;left:4px}.legal-section a{color:var(--accent,#7c5cbf);font-weight:500;text-decoration:none}.legal-section a:hover{text-decoration:underline}.contact-form{flex-direction:column;gap:20px;margin-top:24px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text-primary,#1a1a1a);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border-light,#eee);border-radius:var(--radius-sm,8px);color:var(--text-primary,#1a1a1a);background:var(--bg-light,#fafafa);padding:12px 16px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent,#7c5cbf);outline:none}.form-group textarea{resize:vertical;min-height:120px}.contact-submit{background:var(--accent,#7c5cbf);color:#fff;border-radius:var(--radius-full,50px);cursor:pointer;border:none;align-self:center;padding:14px 36px;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #7c5cbf59}.contact-submit:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 24px #7c5cbf73}.contact-note{color:var(--text-light,#aaa);text-align:center;font-size:.75rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:16px;display:flex}.footer-nav a{color:var(--text-secondary,#666);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--accent,#7c5cbf)}@media (max-width:480px){.legal-content{padding:24px 16px}.legal-content h1{font-size:1.2rem}.footer-nav{gap:10px}.footer-nav a{font-size:.7rem}}.article-layout{grid-template-columns:1fr 300px;align-items:start;gap:2.25rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid}.article-content{min-width:0}.article-header{margin-bottom:2rem}.article-header-meta{color:#888;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.article-header-category{background:var(--color-primary,#3b82f6);color:#fff;border-radius:4px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.article-header h1{margin-bottom:.75rem;font-size:1.75rem;line-height:1.4}.article-header-description{color:#666;font-size:.95rem;line-height:1.6}.article-updated{color:#999;font-size:.8rem}.article-hero-image{border-radius:12px;margin-bottom:2rem;overflow:hidden}.article-hero-image img{object-fit:cover;width:100%;height:auto;max-height:400px;display:block}.article-section-figure{background:#f8f9fa;border-radius:10px;margin:1rem 0 1.5rem;overflow:hidden}.article-section-figure img{object-fit:cover;width:100%;height:auto;max-height:350px;display:block}.article-section-figure figcaption{color:#888;text-align:center;padding:.5rem 1rem;font-size:.8rem}.article-section{margin-bottom:2.5rem;scroll-margin-top:80px}.article-section h2{border-bottom:3px solid var(--color-primary,#3b82f6);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.35rem}.article-section p{color:#333;margin-bottom:1rem;line-height:1.85}.article-h3,.article-h3-bracket{border-left:4px solid var(--color-primary,#3b82f6);margin:1.5rem 0 .75rem;padding-left:.75rem;font-size:1.1rem}.article-h4{color:var(--color-primary,#3b82f6);margin:1.25rem 0 .5rem;font-size:1rem}.article-list,.article-ordered-list{margin:.75rem 0 1rem 1.5rem;line-height:1.8}.article-list li,.article-ordered-list li{margin-bottom:.35rem}.article-indent-list{color:#555;margin:.5rem 0 1rem 2rem;list-style-type:"→ "}.article-table-wrapper{margin:1rem 0;overflow-x:auto}.article-table{border-collapse:collapse;width:100%;font-size:.9rem}.article-table th,.article-table td{text-align:left;border:1px solid #e2e8f0;padding:.6rem .8rem}.article-table th{background:#f1f5f9;font-weight:600}.article-table tr:nth-child(2n){background:#f8fafc}.article-qa{border-radius:8px;margin:1rem 0;overflow:hidden}.article-qa-question{background:#eef2ff;padding:.75rem 1rem;font-weight:600}.article-qa-answer{background:#f8fafc;border-left:4px solid #a5b4fc;padding:.75rem 1rem}.article-note{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 6px 6px 0;margin:1rem 0;padding:.75rem 1rem;font-size:.9rem}.article-hr{border:none;border-top:2px dashed #e2e8f0;margin:1.5rem 0}.article-inline-link{color:var(--color-primary,#3b82f6);text-underline-offset:2px;text-decoration:underline}.article-inline-link:hover{opacity:.7}.article-nav{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.article-back-link{color:var(--color-primary,#3b82f6);font-weight:500;text-decoration:none}.article-back-link:hover{text-decoration:underline}.article-toc-mobile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:2rem;padding:1rem 1.25rem}.article-toc-title{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.article-toc-list,.article-toc-mobile .article-toc-list{margin:0;padding-left:1.25rem;font-size:.85rem}.article-toc-list li{margin-bottom:.3rem;line-height:1.5}.article-toc-list a{color:#555;text-decoration:none}.article-toc-list a:hover{color:var(--color-primary,#3b82f6)}.article-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:1rem}.sidebar-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:1.5rem}.sidebar-cta-icon{margin-bottom:.5rem;font-size:2rem}.sidebar-cta-title{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.sidebar-cta-description{opacity:.9;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.sidebar-cta-button{color:#667eea;background:#fff;border-radius:30px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.sidebar-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.sidebar-toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.sidebar-toc-title{margin-bottom:.5rem;font-size:.9rem;font-weight:700}.sidebar-toc-list{margin:0;padding-left:1rem;font-size:.8rem}.sidebar-toc-list li{margin-bottom:.3rem;line-height:1.45}.sidebar-toc-list a{color:#666;text-decoration:none}.sidebar-toc-list a:hover{color:var(--color-primary,#3b82f6)}.sidebar-popular{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.sidebar-popular-title{margin-bottom:.75rem;font-size:.9rem;font-weight:700}.sidebar-popular-list{margin:0;padding:0;list-style:none}.sidebar-popular-list li{border-bottom:1px solid #f1f5f9;margin-bottom:.5rem;padding-bottom:.5rem}.sidebar-popular-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-popular-link{text-decoration:none;display:block}.sidebar-popular-link:hover .sidebar-popular-text{color:var(--color-primary,#3b82f6)}.sidebar-popular-category{color:#64748b;background:#f1f5f9;border-radius:3px;margin-bottom:.2rem;padding:.1rem .4rem;font-size:.65rem;display:inline-block}.sidebar-popular-text{color:#333;font-size:.8rem;line-height:1.4;transition:color .2s;display:block}@media (max-width:900px){.article-layout{flex-direction:column;display:flex}.article-sidebar{position:static}.sidebar-toc{display:none}.article-header h1{font-size:1.4rem}}@media (min-width:901px){.article-toc-mobile{display:none}}.article-page{z-index:1;position:relative;max-width:none!important;padding:0!important}.article-layout{max-width:1200px;grid-template-columns:1fr 300px!important;display:grid!important}@media (max-width:900px){.article-layout{flex-direction:column;grid-template-columns:none!important;display:flex!important}}
