*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-900: #14532d;--green-800: #065f46;--green-700: #15803d;--green-600: #16a34a;--green-500: #22c55e;--green-400: #4ade80;--green-100: #dcfce7;--green-50: #f0fdf4;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--amber: #f59e0b;--amber-light: #fef3c7;--teal: #0d9488;--teal-light: #ccfbf1;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--transition: .2s ease}html{scroll-behavior:smooth;font-size:18px}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji";background:var(--gray-50);color:var(--gray-900);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gray-900);padding:0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm);border-bottom:1px solid var(--gray-200)}.header-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.logo__img{height:36px;width:auto}.logo__name{font-size:1.25rem;font-weight:700;color:var(--green-700)}.header-right{display:flex;align-items:center;gap:20px}.header-meta{text-align:right}.header-meta__title{font-size:1rem;font-weight:600}.header-meta__updated{font-size:.72rem;color:var(--gray-500)}.lang-switcher{display:flex;gap:4px;background:var(--gray-100);border-radius:var(--radius-sm);padding:3px}.lang-btn{background:none;border:none;color:var(--gray-500);font-size:.78rem;font-weight:600;padding:4px 10px;border-radius:4px;cursor:pointer;letter-spacing:.5px;transition:var(--transition)}.lang-btn--active{background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm)}.lang-btn:not(.lang-btn--active):hover{color:var(--gray-900);background:var(--gray-200)}.hero{background:linear-gradient(to bottom right,var(--green-600),var(--green-700),var(--green-800));padding:64px 24px 48px;text-align:center}.hero__eyebrow{display:inline-block;background:#ffffff26;color:#ffffffe6;font-size:.78rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;padding:4px 14px;border-radius:var(--radius-lg);margin-bottom:16px}.hero__title{font-size:2.25rem;font-weight:700;color:var(--white);margin-bottom:8px;letter-spacing:-.5px}.hero__subtitle{color:#fffc;font-size:1rem;max-width:520px;margin:0 auto}.toc-wrap{max-width:860px;margin:40px auto 0;padding:0 24px}.toc{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:24px 28px}.toc__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--gray-500);margin-bottom:14px}.toc__list{list-style:none;display:flex;flex-direction:column;gap:6px}.toc__list li a{color:var(--green-700);text-decoration:none;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px}.toc__list li a:hover{text-decoration:underline;color:var(--green-600)}.toc__num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--green-50);border:1px solid var(--green-100);border-radius:50%;font-size:.7rem;font-weight:700;color:var(--green-700);flex-shrink:0}.main{max-width:860px;margin:0 auto;padding:48px 24px 80px}.section{margin-bottom:56px}.section__header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--green-500)}.section__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--green-600);color:var(--white);border-radius:50%;font-size:.85rem;font-weight:700;flex-shrink:0}.section__title{font-size:1.35rem;font-weight:700;color:var(--gray-900)}.content-block{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:28px;margin-bottom:24px}.content-block p{font-size:.95rem;color:var(--gray-700);line-height:1.75;margin-bottom:16px}.content-block p:last-child{margin-bottom:0}.content-block strong{color:var(--gray-900);font-weight:700}.steps{display:flex;flex-direction:column;gap:20px}.step{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden}.step__header{display:flex;align-items:center;gap:14px;padding:16px 20px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.step__letter{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--green-600);color:var(--white);border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;flex-shrink:0}.step__label{font-size:.95rem;font-weight:700;color:var(--gray-900)}.step__body{padding:20px}.step__body p{font-size:.9rem;color:var(--gray-700);line-height:1.75;margin-bottom:12px}.step__body p:last-child{margin-bottom:0}.step__body strong{color:var(--gray-900);font-weight:700}.step__body ol{font-size:.9rem;color:var(--gray-700);line-height:1.75;padding-left:1.2rem;margin:12px 0}.diagram{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-sm);padding:20px;margin:16px 0;text-align:center}.diagram__label{font-size:.78rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.diagram__caption{font-size:.8rem;color:var(--gray-400);font-style:italic;margin-top:8px}.callout{border-radius:var(--radius-sm);padding:14px 18px;margin:16px 0;font-size:.875rem;line-height:1.6;display:flex;gap:12px;align-items:flex-start}.external-link{color:var(--green-600);font-weight:600;text-decoration:underline;text-underline-offset:2px}.external-link:hover{color:var(--green-700)}.callout--info{background:var(--green-50);border-left:3px solid var(--green-500);color:var(--gray-700)}.callout--warning{background:var(--amber-light);border-left:3px solid var(--amber);color:var(--gray-800)}.callout__icon{font-size:1.1rem;flex-shrink:0;margin-top:1px}.checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin:12px 0}.checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--gray-700);line-height:1.5}.checklist li:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid var(--green-500);border-radius:4px;flex-shrink:0;margin-top:2px}.filter-list{display:flex;flex-direction:column;gap:8px;margin:12px 0}.filter-item{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:10px 14px;font-size:.875rem;color:var(--gray-700)}.filter-item__num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--green-600);color:var(--white);border-radius:50%;font-size:.72rem;font-weight:700;flex-shrink:0}.final-steps{display:flex;flex-direction:column;gap:12px}.final-step{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm)}.final-step__icon{width:36px;height:36px;background:var(--green-50);border:1px solid var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-600);flex-shrink:0}.final-step__text{font-size:.9rem;color:var(--gray-700);line-height:1.5;padding-top:6px}.final-step__text strong{color:var(--gray-900)}.site-footer__contact{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:56px 24px}.site-footer__inner{max-width:960px;margin:0 auto;text-align:center}.site-footer__contact-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:36px}.contact-cards{display:flex;gap:24px;justify-content:center}.contact-card{background:var(--white);border-radius:12px;padding:32px 28px;flex:1;text-align:center}.contact-card__icon{width:56px;height:56px;background:var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--green-600)}.contact-card__label{font-size:.72rem;font-weight:700;color:var(--gray-900);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.contact-card__value{font-size:.925rem;font-weight:600;color:var(--green-700)}.contact-card a{color:var(--green-700);text-decoration:none}.contact-card a:hover{text-decoration:underline;color:var(--green-600)}.site-footer__bottom{background:var(--gray-900);color:#ffffff80;text-align:center;padding:20px 24px;font-size:.78rem}.site-footer__bottom strong{color:#fffc}@media(max-width:640px){.header-inner{flex-wrap:wrap;gap:10px}.header-meta{display:none}.hero__title{font-size:1.5rem}.contact-cards{flex-direction:column}}@media print{.site-header{position:static}}
