*,*: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-meta{text-align:right;margin-left:auto}.header-meta__title{font-size:1rem;font-weight:600}.header-meta__updated{font-size:.72rem;color:var(--gray-500)}.lang-switch{display:inline-flex;align-items:center;padding:4px 12px;border:1.5px solid var(--green-600);border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--green-700);text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.lang-switch:hover{background:var(--green-600);color:var(--white)}.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:999px;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}.hero__cta{display:inline-block;margin-top:24px;padding:10px 24px;background:var(--white);color:var(--green-800);font-size:.9rem;font-weight:700;border-radius:999px;text-decoration:none;transition:background .15s,color .15s}.hero__cta:hover{background:var(--green-100)}.main{max-width:860px;margin:0 auto;padding:40px 24px 64px}.guide-intro{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:24px 28px;margin-bottom:36px;font-size:.925rem;color:var(--gray-700);line-height:1.75}.steps{display:flex;flex-direction:column;gap:24px}.step{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden}.step__header{display:flex;align-items:flex-start;gap:16px;padding:20px 24px}.step__number{flex-shrink:0;width:36px;height:36px;background:var(--green-600);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;margin-top:2px}.step__content{flex:1}.step__title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:8px;line-height:1.3}.step__desc{font-size:.875rem;color:var(--gray-600);line-height:1.75}.step__desc p+p{margin-top:10px}.step__desc ul{margin:10px 0 0 20px;list-style:disc}.step__desc li{margin-bottom:4px}.step__note{margin:14px 0 0;padding:10px 14px;background:var(--green-50);border-left:3px solid var(--green-500);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.8rem;color:var(--gray-600);font-style:italic;line-height:1.6}.step__figures{display:flex;flex-wrap:nowrap;gap:16px;padding:4px 24px 24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.step__figures::-webkit-scrollbar{display:none}.step__fig{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:8px}.step__fig-images{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001f}.step__fig-img{display:block;width:140px;height:auto;object-fit:cover}.step__fig-label{font-size:.7rem;font-weight:600;color:var(--gray-500);letter-spacing:.3px}.notice{margin-top:36px;background:var(--amber-light);border:1px solid #fcd34d;border-radius:var(--radius-md);padding:24px 28px;display:flex;gap:16px;align-items:flex-start}.notice__icon{flex-shrink:0;width:40px;height:40px;background:var(--amber);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin-top:2px}.notice__title{font-size:.95rem;font-weight:700;color:#92400e;margin-bottom:6px}.notice__body{font-size:.875rem;color:#78350f;line-height:1.7}.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);text-align:center;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;transition:box-shadow var(--transition)}.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}}
