*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 } :root { --blue: #1e1e1e; --teal: #006eaf; --link: #006eaf; --link-h: #003c57; --border: #ebebeb; --gallery: #f5f5f6; --text: #040404; --white: #fff; --nav-h: 42px; } body { font-family: 'Open Sans', Arial, sans-serif; font-size: .85rem; line-height: 1.6; color: var(--text); background: #fff } a { color: var(--link);text-decoration: underline; } a:hover { color: var(--link-h) } .wrapper { max-width: 1200px; margin: 0 auto; padding: 0 12px; } .navbar { max-width: 1200px; margin: 0 auto; padding: 0 8px } .skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--blue); color: #fff; padding: 8px 16px; font-weight: 700; text-decoration: none } .skip-link:focus { left: 0 } header { background: #202020; position: relative; top: 0; z-index: 300 } .nav-wrap { display: flex; align-items: center; height: var(--nav-h); gap: 0 } .logo-a { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; margin-right: 32px } .logo-icon { width: 40px; /* height: 34px; */ display: flex; align-items: center; justify-content: center; font-size: 1.75rem; color: #ffffff } .logo-text { display: flex; flex-direction: column; line-height: 1.1 } .logo-text strong { font-size: .85rem; font-weight: 800; color: #ffffff; letter-spacing: -.3px } .logo-tagline { font-size: .65rem; color: #ffffff; font-weight: 400; letter-spacing: .2px; } .logo-text span { font-weight: 400; letter-spacing: .2px } .nav-links { display: flex; list-style: none; height: 100%; flex: 1; gap: 0 } .nav-links>li { position: relative; height: 100%; display: flex; align-items: center } .nav-links>li>a { align-items: center; padding: 0 14px; color: #ffffff; text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 100; } .nav-right { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0 } .nav-btn { background: none; border: none; cursor: pointer; padding: 8px; border-radius: 50%; display: flex; align-items: center; color: #ffffff; transition: background .2s } .hamburger { display: none } .overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, .45); z-index: 400 } .overlay.open { display: block } .drawer { position: fixed; top: 0; left: -100%; width: 300px; height: 100%; background: #fff; z-index: 500; box-shadow: 4px 0 24px rgba(0, 0, 0, .18); transition: left .28s ease; overflow-y: auto; display: flex; flex-direction: column } .drawer.open { left: 0 } .drawer-hd { background: var(--blue); padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0 } .drawer-hd span { color: #fff; font-weight: 700; font-size: 16px } .drawer-close { background: none; border: none; cursor: pointer; color: #fff; display: flex; padding: 4px } .drawer-nav a { display: flex; align-items: center; gap: 10px; padding: 10px 20px; font-size: 15px; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border) } .drawer-nav a:hover { background: var(--gallery) } .drawer-nav .material-icons { font-size: 20px; color: var(--text) } .hero { background: #144dd1; padding: 26px 0 26px; } .hero-inner { display: flex; align-items: center; gap: 60px } .hero-left { flex: 1; min-width: 0 } .hero-eyebrow { display: flex; align-items: center; gap: 6px; /* font-size: 12px; */ /* font-weight: 700; */ /* letter-spacing: 2px; */ /* text-transform: uppercase; */ color: #ffffff; margin-bottom: 10px; } .hero-eyebrow .material-icons { font-size: 16px } .hero-title { font-size: 1.25rem; font-weight: 800; color: #ffffff; line-height: 1.15; margin-bottom: 14px } .hero-title span { color: #ffffff; } .hero-desc { font-size: .82rem; color: #ffffff; line-height: 1.7; margin-bottom: 28px; max-width: 480px } .hero-search { display: flex; max-width: 500px; /* box-shadow: 0 4px 20px rgba(0, 60, 87, .12); */ border-radius: 6px; overflow: hidden; margin-bottom: 20px; } .hero-search input { flex: 1; border: none; outline: none; padding: 12px 18px; /* font-size: 1rem; */ /* font-family: inherit; */ color: var(--text); background: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; } .hero-search input::placeholder { text-transform: none; letter-spacing: 0; font-weight: 400 } .hero-search button { background: #272727; color: #fff; border: none; padding: 0 22px; cursor: pointer; display: flex; align-items: center; gap: 6px; /* font-size: 15px; */ /* font-weight: 600; */ /* font-family: inherit; */ transition: background .2s; white-space: nowrap; /* font-size: 1rem; */ } .hero-search button .material-icons { font-size: 20px } .hero-tags { display: flex; flex-wrap: wrap; gap: 8px } .hero-tag { display: inline-flex; align-items: center; gap: 4px; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 5px 12px; font-size: .75rem; color: #222; text-decoration: none; transition: border-color .2s, color .2s; cursor: pointer } .hero-tag:hover { border-color: var(--teal); color: var(--teal); } .hero-tag .material-icons { font-size: 14px; color: var(--teal); } .hero-right { flex-shrink: 0; width: 320px; display: flex; align-items: center; justify-content: center } .plate-visual { width: 280px; height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px } .pass-badge { background: #fff; border-radius: 8px; padding: 10px 20px; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: #007f5f; box-shadow: 0 2px 10px rgba(0, 0, 0, .12) } .pass-badge .material-icons { color: #007f5f; font-size: 22px } .stats-band { background: var(--gallery); /* border-bottom: 1px solid var(--border); */ padding: 0 } .stats-inner { display: flex; flex-wrap: wrap } .stat-item { flex: 1; min-width: 140px; padding: 20px 16px; text-align: center; border-right: 1px solid var(--border) } .stat-item:last-child { border-right: none } .stat-num { font-size: 1.25rem; font-weight: 800; color: var(--blue) } .stat-label { font-size: .75rem; /* color: #666; */ /* margin-top: 3px; */ } .breadcrumb-bar { padding: 7px 0; border-bottom: 1px solid var(--border); } .breadcrumb { display: flex; flex-wrap: wrap; list-style: none; gap: 0; align-items: center } .breadcrumb li { font-size: 13px; color: var(--text); display: flex; align-items: center } .breadcrumb li+li::before { content: ""; display: inline-block; width: 5px; height: 5px; border-top: 1.5px solid #aaa; border-right: 1.5px solid #aaa; transform: rotate(45deg); margin: 0 8px; flex-shrink: 0 } .breadcrumb a { color: var(--link); font-size: 13px } .page-intro { padding: 10px 0 10px; background: #deeaf4; } .tool-intro { padding: 10px 0 10px;} h1 { font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; line-height: 1.25; color: var(--text) }h1 { font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; line-height: 1.25; color: var(--text) } .page-intro h2 { font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; line-height: 1.25; color: var(--text); } .page-intro p { font-size: .85rem; line-height: 1.7; margin-bottom: 12px } .main-content { padding: 0 0 32px } .content-grid { display: flex; gap: 36px; margin-top:15px; align-items: flex-start } .content-main { flex: 1; min-width: 0 } .content-aside { width: 260px; flex-shrink: 0 } .toc-box { margin-bottom: 28px } .toc-box h2 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px } .toc-list { list-style: decimal; padding-left: 20px; }  .guide-desc { font-size: .82rem; color: #ffffff; line-height: 1.7; margin-bottom: 28px;} .toc-list li { margin-bottom: 6px; /* font-size: 15px; */ } .toc-list a { color: var(--link) } .section-block { margin-top: 34px } .section-block:first-child { margin-top: 0 } .section-block h2 { font-size: 1.125rem; font-weight: 700; margin-bottom: 14px; line-height: 1.25; color: var(--text) } .s-num { color: #222; margin-right: 8px } .section-block h3 { font-size: 1rem; font-weight: 700; margin: 18px 0 8px } .section-block p { font-size: .85rem; line-height: 1.7; margin-bottom: 12px } .section-block ul{ margin: 0 0 14px 22px; font-size: .85rem; line-height: 1.7; margin-bottom: 12px; } .section-block li { margin-bottom: 3px } .back-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; font-size: 14px; color: var(--link); text-decoration: none } .back-link .material-icons { font-size: 15px } .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; margin: 24px 0 } .card { border: 1px solid var(--border); border-radius: 6px; padding: 20px; transition: box-shadow .2s, border-color .2s; background: #fff } .card:hover { box-shadow: 0 4px 18px rgba(0, 0, 0, .1); border-color: var(--teal) } .card-ico { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px } .card-ico .material-icons { font-size: 21px; color: #fff } .card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 6px } .card p { font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 10px } .card a { font-size: 13px; color: var(--link); display: inline-flex; align-items: center; gap: 3px; text-decoration: none } .card a .material-icons { font-size: 15px } .sb-box { margin-bottom: 24px } .sb-box h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px } .dl-list { list-style: none } .dl-list li { border-bottom: 1px solid var(--border); padding: 8px 0 } .dl-list a { color: var(--link); font-size: 14px; display: flex; align-items: flex-start; gap: 6px; text-decoration: none } .dl-list .material-icons { font-size: 17px; color: var(--teal); flex-shrink: 0; margin-top: 2px } .rl-box { margin-top: 20px } .rl-box h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px } .rl-box a { display: flex; align-items: center; gap: 6px; padding: 7px 0; font-size: 14px; border-bottom: 1px solid var(--border); color: var(--link); text-decoration: none } .rl-box .material-icons { font-size: 16px; color: var(--teal) } .info-notice { background: #e3f2fd; /* border-left: 4px solid #1976d2; */ padding: 12px 16px; border-radius: 0 4px 4px 0; margin-bottom: 16px; font-size: .85rem; display: flex; gap: 10px; align-items: flex-start } .info-notice .material-icons { color: #1976d2; font-size: 18px; flex-shrink: 0; margin-top: 1px } /* â”€â”€ FAQ â”€â”€ */ .faq-block { margin-top: 34px } .faq-list { border-top: 1px solid var(--border); margin-bottom: 16px } .faq-item { border-bottom: 1px solid var(--border) } .faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: inherit; font-size: .9rem; font-weight: 600; color: var(--text); text-align: left; line-height: 1.4 } .faq-icon { font-size: 20px; color: var(--teal); flex-shrink: 0; transition: transform .22s ease } .faq-q[aria-expanded="true"] .faq-icon { transform: rotate(180deg) } .faq-a { display: none; padding: 0 0 14px 0 } .faq-a p { font-size: .85rem; line-height: 1.7; color: #222; margin: 0 } .faq-item.open .faq-a { display: block } .warn-notice { background: #fff8e1; /* border-left: 4px solid #f9a825; */ padding: 12px 16px; border-radius: 0 4px 4px 0; margin-bottom: 16px; font-size: .85rem; display: flex; gap: 10px; align-items: flex-start } .warn-notice .material-icons { color: #f9a825; font-size: 18px; flex-shrink: 0; margin-top: 1px } footer { background: #333; color: #c8c8cc } .footer-inner { padding: 40px 0 12px; } .footer-grid { display: flex; flex-wrap: wrap; gap: 28px; margin-bottom: 30px } .footer-col { flex: 1; min-width: 150px } .footer-col h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 14px; display: flex; align-items: center; gap: 7px } .footer-col h3 .material-icons { font-size: 17px; color: var(--teal) } .footer-col ul { list-style: none } .footer-col li { margin-bottom: 5px } .footer-col a { color: #ffffff; font-size: .8rem; font-weight: 100; text-decoration: none; } .footer-col a:hover { color: #fff } .footer-bot { border-top: 1px solid #4f4f4f; padding-top: 11px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap } .ogl { font-size: 10px; font-weight: 700; background: #f9f9f9; color: var(--text); padding: 3px 7px; border-radius: 2px; letter-spacing: 1px; flex-shrink: 0 } .footer-bot p { font-size: .8rem; color: #ffffff; flex: 1 } .footer-bot a { color: #ffffff; } @media(max-width: 960px) { .hero-right { width: 240px } .plate-visual { width: 220px; height: 200px } } @media(max-width: 780px) { .content-grid { flex-direction: column } .content-aside { width: 100% } .hero-right { display: none } .hero-title { font-size: 1.25rem; } .nav-links { display: none } .hamburger { display: flex } } @media(max-width: 520px) { .hero { padding: 36px 0 32px } .hero-title { font-size: 1.25rem; } .hero-search { /* flex-direction: column; */ /* border-radius: 6px; */ } .hero-search input { /* border-radius: 6px 6px 0 0; */ } .hero-search button { /* border-radius: 0 0 6px 6px; */ padding: 12px 18px; justify-content: center; } .stat-item { min-width: 50%; border-right: none; /* border-bottom: 1px solid var(--border); */ } .stat-item:last-child, .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: none } .footer-grid { gap: 18px } }