*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{background:#060606;color:#e8e8e8;font-family:system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;min-width:0;overflow-x:hidden}
a{color:#e0ef46;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.site-header{background:#161617;position:sticky;top:0;z-index:100;border-bottom:1px solid #2a2a2a}
.hdr-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:56px;gap:8px;min-width:0}
.hdr-logo{min-width:0;flex-shrink:1;overflow:hidden}
.hdr-logo a{display:block}
.hdr-logo img{width:180px;height:16px;object-fit:contain;display:block;max-width:100%}
.site-nav{display:flex;align-items:center;flex:1;justify-content:flex-end;min-width:0}
.nav-list{list-style:none;display:flex;align-items:center}
.nav-item{position:relative}
.nav-item>a,.nav-item>span{display:inline-flex;align-items:center;padding:8px 14px;color:#e8e8e8;font-size:0.95rem;white-space:nowrap;cursor:pointer}
.nav-item>a:hover{color:#e0ef46;text-decoration:none}
.nav-item--active>span{color:#e0ef46;font-weight:600}
.nav-sub-arrow{font-size:0.65rem;margin-left:3px;display:inline-flex;align-items:center;transition:transform 0.2s;cursor:pointer;padding:8px 4px;color:#e8e8e8}
.nav-item--has-sub::before{content:'';position:absolute;bottom:0;left:0;right:0;height:5px;background:transparent}
.nav-sub{list-style:none;position:absolute;top:calc(100% + 1px);left:0;background:#1e1e1f;border:1px solid #2a2a2a;border-radius:4px;z-index:200;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity 0.15s,transform 0.15s}
.nav-sub li a{display:block;padding:8px 16px;color:#e8e8e8;white-space:nowrap;font-size:0.9rem}
.nav-sub li a:hover{color:#e0ef46;background:#2a2a2b;text-decoration:none}
.nav-item--has-sub:hover .nav-sub{opacity:1;pointer-events:auto;transform:translateY(0)}
.nav-item--has-sub:hover .nav-sub-arrow{transform:rotate(180deg)}
.nav-auth{display:flex;align-items:center;margin-left:12px;flex-shrink:0}
.btn-auth{padding:8px 14px;border-radius:4px;font-size:0.88rem;font-weight:600;white-space:nowrap;transition:opacity 0.15s;cursor:pointer;border:none;display:inline-block;text-align:center}
.btn-auth--in{color:#e0ef46;border:1px solid #e0ef46;margin-right:8px}
.btn-auth--in:hover{background:#e0ef4615;text-decoration:none}
.btn-auth--up{background:#e0ef46;color:#060606}
.btn-auth--up:hover{opacity:0.88;text-decoration:none}
.mob-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;min-width:24px}
.mob-toggle span{display:block;width:100%;height:2px;background:#e8e8e8;border-radius:2px}
.mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#161617;z-index:300;overflow-y:auto;overflow-x:hidden;flex-direction:column;padding:0 10px 24px}
.mob-menu.is-open{display:flex}
.mob-menu__top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #2a2a2a;min-width:0;gap:8px}
.mob-menu__top a{display:block;min-width:0;flex-shrink:1}
.mob-menu__top img{width:140px;height:auto;object-fit:contain;max-width:calc(100% - 48px)}
.mob-menu__close{background:none;border:none;color:#e8e8e8;font-size:1.4rem;cursor:pointer;padding:4px 8px;flex-shrink:0}
.mob-nav{list-style:none;margin-top:8px}
.mob-nav__item>a,.mob-nav__item>span{display:block;padding:12px 0;color:#e8e8e8;font-size:1rem;border-bottom:1px solid #2a2a2a}
.mob-nav__item--active>span{color:#e0ef46;font-weight:600}
.mob-nav__row{display:flex;align-items:center;border-bottom:1px solid #2a2a2a}
.mob-nav__row>a{flex:1;padding:12px 0;color:#e8e8e8;font-size:1rem;border-bottom:none;min-width:0}
.mob-sub-btn{background:none;border:none;color:#e8e8e8;font-size:0.65rem;cursor:pointer;padding:0 12px;height:44px;display:flex;align-items:center;justify-content:center;transition:transform 0.2s;flex-shrink:0}
.mob-sub-btn.is-open{transform:rotate(180deg)}
.mob-sub{list-style:none;display:none;background:#1a1a1b}
.mob-sub.is-open{display:block}
.mob-sub li a{display:block;padding:10px 16px;color:#b8b8b8;font-size:0.9rem;border-bottom:1px solid #222}
.mob-sub li a:hover{color:#e0ef46}
.mob-menu__auth{display:flex;flex-direction:column;margin-top:20px}
.mob-menu__auth .btn-auth--in{margin-right:0;margin-bottom:10px;text-align:center;padding:12px}
.mob-menu__auth .btn-auth--up{text-align:center;padding:12px}
.rg-hero{background:#0d0d0e;padding:48px 10px 32px;border-bottom:1px solid #1e1e20}
.rg-hero__wrap{max-width:860px;margin:0 auto}
.rg-hero__wrap h1{font-size:1.9rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:12px}
.rg-hero__meta{font-size:0.78rem;color:#666;margin-bottom:16px}
.rg-hero__intro{color:#b8b8b8;font-size:0.95rem;line-height:1.65}
.rg-body{padding:48px 10px;background:#060606}
.rg-body__wrap{max-width:860px;margin:0 auto}
.rg-section{padding:28px 0;border-bottom:1px solid #1e1e20}
.rg-section:last-child{border-bottom:none;padding-bottom:0}
.rg-section h2{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:14px}
.rg-section p{color:#b8b8b8;font-size:0.92rem;line-height:1.65;margin-bottom:10px}
.rg-section p:last-child{margin-bottom:0}
.rg-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}
.rg-tool{background:#0d0d0e;border:1px solid #2a2a2a;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px}
.rg-tool__ico{font-size:1.4rem}
.rg-tool__title{font-size:0.92rem;font-weight:700;color:#e0e0e0}
.rg-tool p{font-size:0.84rem;color:#888;margin:0;line-height:1.5}
.rg-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:16px}
.rg-table{width:100%;border-collapse:collapse;min-width:360px}
.rg-table th{background:#1a1a1c;color:#e0ef46;font-size:0.82rem;padding:9px 14px;text-align:left;border-bottom:2px solid #2a2a2a}
.rg-table td{padding:9px 14px;font-size:0.88rem;color:#c8c8c8;border-bottom:1px solid #1e1e20}
.rg-table tr:hover td{background:#111113}
.rg-table a{color:#e0ef46}
.site-ftr{background:#161617;padding:48px 10px 24px}
.site-ftr__wrap{max-width:1200px;margin:0 auto;text-align:center}
.site-ftr__top{padding-bottom:24px;border-bottom:1px solid #2a2a2a}
.ftr-nav{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}
.ftr-nav a{color:#888;font-size:0.85rem}
.ftr-nav a:hover{color:#e0ef46}
.ftr-lbl{font-size:0.75rem;color:#666;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:12px;margin-top:24px}
.ftr-logos{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:center}
.ftr-logos img{object-fit:contain;filter:brightness(0.75);transition:filter 0.15s}
.ftr-logos img:hover{filter:brightness(1)}
.ftr-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-top:24px;padding-top:20px;border-top:1px solid #2a2a2a;text-align:left}
.ftr-lic{font-size:0.78rem;color:#555;line-height:1.5}
.ftr-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
@media (max-width:1080px){.site-nav{display:none}.mob-toggle{display:flex}}
@media (max-width:768px){.rg-tools-grid{grid-template-columns:1fr}.ftr-bottom{flex-direction:column;align-items:center}.ftr-lic{text-align:center}.ftr-trust{justify-content:center}}
@media (max-width:480px){.rg-hero__wrap h1{font-size:1.5rem}.rg-table th,.rg-table td{padding:7px 10px;font-size:0.82rem}}
@media (max-width:360px){.rg-hero__wrap h1{font-size:1.3rem}.hdr-logo img{width:140px}.btn-auth{padding:6px 10px;font-size:0.78rem}.rg-section h2{font-size:1.05rem}}
@media (max-width:320px){.rg-hero__wrap h1{font-size:1.1rem}.hdr-logo img{width:110px}.btn-auth{padding:5px 8px;font-size:0.74rem}.mob-menu{padding:0 8px 20px}.rg-section p{font-size:0.85rem}.rg-tool p{font-size:0.78rem}.rg-table th,.rg-table td{font-size:0.74rem;padding:6px 8px}}
@media (max-width:280px){.hdr-inner{padding:0 6px;height:48px;gap:6px}.hdr-logo img{width:90px;height:auto}.mob-toggle{width:20px;height:15px;min-width:20px}.rg-hero{padding:32px 6px 20px}.rg-body{padding:32px 6px}.site-ftr{padding:32px 6px 20px}.mob-menu{width:100%;padding:0 6px 20px}.mob-menu__top img{max-width:calc(100% - 44px)}.mob-menu__top{padding:10px 0}.mob-nav__item>a,.mob-nav__item>span,.mob-nav__row>a{font-size:0.85rem;padding:10px 0}.ftr-nav a{font-size:0.72rem}.rg-hero__wrap h1{font-size:1rem}.rg-section h2{font-size:0.95rem}.rg-section p{font-size:0.8rem}.rg-tool{padding:10px}.rg-table th,.rg-table td{font-size:0.66rem;padding:5px 6px}}
