:root{--rose-50:#fff1f2;--rose-100:#ffe4e6;--rose-200:#fecdd3;--rose-300:#fda4af;--rose-400:#fb7185;--rose-500:#f43f5e;--rose-600:#e11d48;--rose-700:#be123c;--rose-800:#9f1239;--rose-900:#881337;--white:#ffffff;--off-white:#fefefe;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--bg-body:var(--white);--bg-header:var(--white);--bg-sidebar:var(--rose-50);--bg-widget:var(--white);--bg-content:var(--white);--text-primary:var(--gray-800);--text-secondary:var(--gray-500);--text-footer:var(--gray-400);--accent:var(--rose-500);--accent-hover:var(--rose-600);--accent-light:var(--rose-100);--accent-bg:var(--rose-50);--border:var(--gray-200);--border-accent:var(--rose-200);--shadow:0 2px 8px rgba(47, 20, 20, 0.06);--shadow-hover:0 6px 20px rgba(244, 63, 94, 0.15);--radius:10px;--radius-sm:6px;--font-sans:"Hiragino Kaku Gothic ProN", "Hiragino Sans",
               "Meiryo", "MS PGothic", "Noto Sans JP",
               -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--text-primary);background:var(--bg-body);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;border-radius:var(--radius-sm)}a{color:var(--accent);text-decoration:none;transition:color .25s ease}a:hover{color:var(--accent-hover)}ul,ol{padding-left:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-wrapper{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--off-white) 0%,var(--white) 100%)}.layout{display:flex;gap:2rem;padding-top:2rem;padding-bottom:3rem;flex:1;align-items:flex-start}.main-content{flex:1;min-width:0}.sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:1rem}.site-header{background:var(--bg-header);border-bottom:2px solid var(--rose-100);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem;gap:1rem}.site-brand{display:flex;flex-direction:column}.site-logo{font-size:1.35rem;font-weight:800;color:var(--rose-600);letter-spacing:.02em}.site-logo:hover{color:var(--rose-700)}.site-tagline{font-size:.78rem;color:var(--text-secondary);margin-top:.1rem}.main-nav{display:flex;gap:1.25rem}.main-nav a{color:var(--gray-600);font-weight:600;font-size:.95rem;padding:.4rem .1rem;border-bottom:2px solid transparent;transition:all .25s ease}.main-nav a:hover{color:var(--rose-600);border-bottom-color:var(--rose-400)}.hero{text-align:center;padding:3rem 1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--rose-50) 0%,var(--white) 60%,var(--rose-100) 100%);border:1px solid var(--rose-100);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-title{font-size:2rem;font-weight:800;color:var(--rose-700);margin-bottom:.8rem;line-height:1.35}.hero-text{font-size:1.05rem;color:var(--gray-600);line-height:1.8}.section{margin-bottom:2rem}.section-header{margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:3px solid var(--rose-200)}.section-title{font-size:1.4rem;font-weight:700;color:var(--rose-700);display:inline-block;position:relative}.section-description{margin-top:.4rem;color:var(--text-secondary);font-size:.95rem}.post-list{display:flex;flex-direction:column;gap:1.25rem}.post-card{background:var(--bg-content);border:1px solid var(--border);border-left:4px solid var(--rose-400);border-radius:var(--radius);padding:1.4rem 1.5rem;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-left-color:var(--rose-600)}.post-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:.5rem;font-size:.85rem;color:var(--text-secondary)}.post-card-categories{display:inline-flex;flex-wrap:wrap;gap:.35rem}.category-badge{display:inline-block;padding:.15rem .7rem;font-size:.75rem;font-weight:700;color:var(--rose-700);background:var(--accent-bg);border:1px solid var(--rose-200);border-radius:999px;transition:all .2s ease}.category-badge:hover{background:var(--rose-500);color:var(--white);border-color:var(--rose-500)}.post-card-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.post-card-title a{color:var(--gray-800)}.post-card-title a:hover{color:var(--rose-600)}.post-card-excerpt{color:var(--text-secondary);font-size:.95rem;line-height:1.75;margin-bottom:.75rem}.read-more{font-size:.9rem;font-weight:700;color:var(--rose-600)}.read-more:hover{color:var(--rose-800)}.single-post{background:var(--bg-content);border:1px solid var(--border);border-radius:var(--radius);padding:2.2rem 2.5rem;box-shadow:var(--shadow)}.post-header{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:2px solid var(--rose-100)}.post-title{font-size:1.8rem;font-weight:800;line-height:1.4;color:var(--gray-900);margin-bottom:.75rem}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.88rem;color:var(--text-secondary)}.post-meta-categories{display:inline-flex;align-items:center;gap:.4rem}.post-content{font-size:1.02rem;line-height:1.9;color:var(--gray-800)}.post-content h2{font-size:1.45rem;font-weight:700;color:var(--rose-700);margin:2rem 0 1rem;padding-bottom:.4rem;border-bottom:2px solid var(--rose-200)}.post-content h3{font-size:1.2rem;font-weight:700;color:var(--rose-600);margin:1.75rem 0 .75rem}.post-content h4{font-size:1.05rem;font-weight:700;color:var(--gray-800);margin:1.5rem 0 .6rem}.post-content p{margin-bottom:1.15rem}.post-content ul,.post-content ol{margin:0 0 1.15rem .5rem}.post-content li{margin-bottom:.4rem}.post-content strong{color:var(--rose-800)}.post-content a{text-decoration:underline;text-decoration-color:var(--rose-300);text-underline-offset:3px}.post-content blockquote{border-left:4px solid var(--rose-400);background:var(--rose-50);padding:1rem 1.25rem;margin:1.25rem 0;border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--gray-700)}.post-content code{font-family:var(--font-mono);font-size:.9em;background:var(--rose-50);color:var(--rose-700);padding:.15rem .4rem;border-radius:4px}.post-content pre{background:var(--gray-900);color:var(--rose-100);padding:1.25rem 1.5rem;border-radius:var(--radius-sm);overflow-x:auto;margin:1.25rem 0}.post-content pre code{background:0 0;color:inherit;padding:0}.post-content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.95rem}.post-content th{background:var(--rose-50);color:var(--rose-800);font-weight:700;text-align:left;padding:.65rem .9rem;border:1px solid var(--rose-200)}.post-content td{padding:.6rem .9rem;border:1px solid var(--border)}.post-content tr:nth-child(even) td{background:var(--gray-50)}.post-toc{background:var(--rose-50);border:1px solid var(--rose-200);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;margin-bottom:1.5rem}.post-toc-title{font-weight:700;color:var(--rose-700);margin-bottom:.5rem}.post-share{margin:2rem 0 1.25rem;padding:1.25rem;background:var(--rose-50);border:1px solid var(--rose-200);border-radius:var(--radius-sm)}.share-title{font-size:.95rem;font-weight:700;color:var(--rose-700);margin-bottom:.6rem}.share-links{display:flex;flex-wrap:wrap;gap:.6rem}.share-links a{display:inline-block;padding:.35rem 1rem;font-size:.85rem;font-weight:600;color:var(--white);background:var(--rose-500);border-radius:999px;transition:background .2s ease}.share-links a:hover{background:var(--rose-700);color:var(--white)}.post-navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;border-top:2px solid var(--rose-100)}.nav-prev,.nav-next{max-width:48%}.nav-next{text-align:right}.nav-label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.2rem}.nav-prev a,.nav-next a{font-weight:600;color:var(--gray-700);line-height:1.45}.nav-prev a:hover,.nav-next a:hover{color:var(--rose-600)}.sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:1.25rem}.widget{background:var(--bg-widget);border:1px solid var(--border-accent);border-radius:var(--radius);padding:1.25rem 1.35rem;box-shadow:var(--shadow)}.widget-title{font-size:1rem;font-weight:700;color:var(--rose-700);margin-bottom:.9rem;padding-bottom:.55rem;border-bottom:2px solid var(--rose-100);letter-spacing:.02em}.widget p{font-size:.9rem;color:var(--gray-600);line-height:1.7}.widget ul{list-style:none;padding:0}.widget li{padding:.4rem 0;border-bottom:1px dashed var(--rose-100);font-size:.92rem}.widget li:last-child{border-bottom:none}.widget li a{color:var(--gray-700);font-weight:500}.widget li a:hover{color:var(--rose-600)}.widget .count{color:var(--rose-400);font-size:.82rem;font-weight:600}.recent-posts .recent-link{display:block;font-weight:600;line-height:1.45}.recent-posts .recent-date{display:block;font-size:.8rem;color:var(--text-secondary);margin-top:.15rem}.widget-caution{background:var(--rose-50);border-color:var(--rose-300)}.widget-caution .caution-text{color:var(--rose-800);font-size:.85rem;font-weight:500}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;gap:.35rem;padding:1.1rem 1.3rem;background:var(--white);border:1px solid var(--rose-100);border-radius:var(--radius);box-shadow:var(--shadow);transition:all .25s ease}.category-card:hover{background:var(--rose-50);border-color:var(--rose-400);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.category-card-name{font-weight:700;color:var(--rose-700);font-size:1rem}.category-card-count{font-size:.85rem;color:var(--text-secondary)}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--rose-100)}.page-link{padding:.45rem 1.1rem;background:var(--rose-50);color:var(--rose-700);border:1px solid var(--rose-200);border-radius:999px;font-weight:600;font-size:.9rem;transition:all .2s ease}.page-link:hover{background:var(--rose-500);color:var(--white);border-color:var(--rose-500)}.page-info{font-size:.9rem;color:var(--gray-500);font-weight:600}.error-section{text-align:center;padding:4rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.error-code{font-size:5rem;font-weight:800;color:var(--rose-500);line-height:1;margin-bottom:1rem}.error-message{font-size:1.2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.error-hint{color:var(--text-secondary);margin-bottom:1.5rem}.btn-error{display:inline-block;padding:.6rem 1.8rem;background:var(--rose-500);color:var(--white);border-radius:999px;font-weight:700;transition:background .2s ease}.btn-error:hover{background:var(--rose-700);color:var(--white)}.site-footer{background:var(--gray-900);color:var(--text-footer);padding:1.75rem 0;margin-top:auto;border-top:3px solid var(--rose-500)}.site-footer .container{text-align:center}.site-footer p{font-size:.88rem;margin-bottom:.35rem}.footer-disclaimer{font-size:.78rem;color:var(--gray-500);margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-700)}@media(max-width:992px){.layout{flex-direction:column}.sidebar{width:100%;position:static;flex-direction:row;flex-wrap:wrap}.widget{flex:1 1 calc(50% - .625rem);min-width:240px}}@media(max-width:640px){.header-inner{flex-direction:column;align-items:flex-start;gap:.65rem}.main-nav{flex-wrap:wrap;gap:.9rem}.hero{padding:2rem 1rem}.hero-title{font-size:1.55rem}.single-post{padding:1.4rem 1.2rem}.post-title{font-size:1.4rem}.post-navigation{flex-direction:column;gap:.85rem}.nav-prev,.nav-next{max-width:100%;text-align:left}.widget{flex:1 1 100%}}