:root{--bg:#0c0c0f;--bg-elevated:#141419;--bg-card:#1a1a21;--text:#e8e8ed;--text-muted:#9090a0;--accent:#d4a84b;--accent-dim:#b8923f;--accent-glow:rgba(212, 168, 75, 0.15);--border:rgba(255, 255, 255, 0.06);--radius:12px;--radius-lg:16px;--font-sans:'Outfit',system-ui,sans-serif;--font-mono:'JetBrains Mono',monospace}*,::after,::before{box-sizing:border-box}.site-wrap{position:relative;width:100%;min-width:0;overflow-x:hidden;overflow-x:clip}html{margin:0;padding:0;width:100%;max-width:100%;overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:5.5rem;overflow-x:hidden;overscroll-behavior-x:none}body{margin:0;padding:0;width:100%;max-width:100%;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}.skip-link{position:absolute;top:-100px;left:1rem;z-index:200;padding:.75rem 1.25rem;background:var(--accent);color:var(--bg);font-weight:600;text-decoration:none;border-radius:var(--radius);transition:top .2s ease}.skip-link:focus{top:1rem;outline:2px solid var(--accent);outline-offset:2px}.noise{position:fixed;inset:0;pointer-events:none;opacity:.4;background-image:radial-gradient(ellipse 80% 50% at 50% 0,rgba(212,168,75,.04) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(255,255,255,.02) 0,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.015) 0,transparent 35%)}.noise::after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.015' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.04'/%3E%3C/svg%3E")}.header{position:sticky;top:0;z-index:100;background:rgba(12,12,15,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-weight:600;font-size:1.2rem}.logo-img{width:40px;height:40px;border-radius:10px}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:var(--text)}.nav a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius);color:var(--text)}.nav-cta{color:var(--accent)!important}.nav-cta:hover{color:var(--accent-dim)!important}.hero{max-width:1120px;margin:0 auto;padding:4rem 1.5rem 2rem;text-align:center}.hero-content{max-width:540px;margin:0 auto}.hero-title{margin:0 0 1.25rem;font-size:clamp(2.25rem, 5vw, 3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.hero-accent{color:var(--accent)}.hero-subtitle{margin:0 auto 2rem;font-size:1.15rem;color:var(--text-muted);max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}.hero-actions .btn,.hero-actions .hero-mock-link{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;min-height:2.75rem;box-sizing:border-box}.hero-content .hero-actions+.btn-primary{display:inline-block;margin-top:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--radius);transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#0c0c0f}.btn-primary:hover{background:var(--accent-dim);box-shadow:0 0 24px var(--accent-glow)}.btn-ghost{background:0 0;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:rgba(255,255,255,.15)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn:focus-visible,.hero-mock-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-mock-link{color:var(--accent);font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border:1px solid rgba(212,168,75,.4);border-radius:var(--radius);transition:all .2s;font-size:1rem}.hero-mock-link:hover{background:var(--accent-glow);border-color:var(--accent)}section{max-width:1120px;margin:0 auto;padding:2rem 1.5rem}.section-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;text-align:center}.section-subtitle{margin:0 0 1.5rem;text-align:center;color:var(--text-muted);font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:720px;margin:0 auto}@media (max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:rgba(212,168,75,.25);box-shadow:0 8px 32px rgba(0,0,0,.3)}.feature-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.feature-card p{margin:0;font-size:1rem;line-height:1.5;color:var(--text-muted)}.requirements-content{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.req-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.req-block-supported{position:relative}.req-block-note{margin:.5rem 0 0;padding-top:.35rem;text-align:right;font-size:.8rem;color:var(--text-muted);opacity:.85}.req-block h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--accent)}.req-block ul{margin:0;padding-left:1.25rem}.req-block li{margin-bottom:.5rem;color:var(--text-muted)}.support{text-align:center}.support-text{margin:0 0 1rem;color:var(--text-muted);font-size:1rem;max-width:480px;margin-left:auto;margin-right:auto}.support-btn{margin-top:.25rem}.cta{padding:2rem 1.5rem}.cta-content{text-align:center;max-width:480px;margin:0 auto}.cta-title{margin:0 0 .75rem;font-size:2rem;font-weight:700}.cta-subtitle{margin:0 0 2rem;color:var(--text-muted)}.cta-note{margin:1.5rem 0 0;font-size:.9rem;color:var(--text-muted)}.footer{border-top:1px solid var(--border);padding:2rem 1.5rem}.footer-inner{max-width:1120px;margin:0 auto;text-align:center}.footer p{margin:0;font-size:.9rem;color:var(--text-muted)}.footer p+p{margin-top:.5rem}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}.footer a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.page-404{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);padding:2rem 1.5rem}.section-404{text-align:center}.title-404{margin:0 0 .5rem;font-size:clamp(4rem, 12vw, 8rem);font-weight:700;line-height:1;color:var(--text-muted);letter-spacing:-.03em}.text-404{margin:0 0 2rem;font-size:1.25rem;color:var(--text-muted)}@media print{.noise,.skip-link{display:none!important}body{background:#fff;color:#111}.header{background:#fff;border-color:#ddd}.footer a,.hero-accent,.nav a{color:#333}.btn-primary{background:#333;color:#fff}}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:0 0;border:none;cursor:pointer;color:var(--text);border-radius:var(--radius)}.nav-toggle:hover{background:rgba(255,255,255,.06)}.nav-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-toggle-bar{display:block;width:20px;height:2px;background:currentColor;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.nav-toggle[aria-expanded=true] .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){body{touch-action:pan-y}}@media (max-width:600px){.nav-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:1rem 1.5rem;background:rgba(12,12,15,.98);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.header.nav-open .nav{max-height:280px;opacity:1}.nav a{display:block;padding:.75rem 0;border-bottom:1px solid var(--border)}.nav a:last-child{border-bottom:none}.header-inner{position:relative}}body{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.site-wrap{flex:1;display:flex;flex-direction:column;min-height:0}#main-content{flex:1}[data-footer]{margin-top:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{position:relative;overflow:hidden;border-top:1px solid var(--border);background:var(--bg-elevated)}.site-footer__glow{display:none}.site-footer__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:1.15rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem}.site-footer__copyright{font-size:.78rem;line-height:1.4;color:var(--text-muted);margin:0}.site-footer__copyright a{color:var(--accent);text-decoration:none;transition:color .2s}.site-footer__copyright a:hover{color:var(--accent-dim);text-decoration:underline}.site-footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.15rem .4rem}.site-footer__nav a{font-family:var(--font-sans);font-size:.74rem;font-weight:500;color:var(--text-muted);text-decoration:none;padding:.45rem .5rem;min-height:2.75rem;box-sizing:border-box;display:inline-flex;align-items:center;border-radius:6px;transition:color .2s,background .2s}.site-footer__nav a:hover{color:var(--text);background:var(--accent-glow)}.site-footer__nav a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:720px){.site-footer__inner{padding:1rem;justify-content:center;text-align:center}.site-footer__nav{justify-content:center}}.scroll-to-top{position:fixed;bottom:1.25rem;right:1.25rem;z-index:90;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;padding:0;font-size:1.1rem;line-height:1;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:10px;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 6px 18px rgba(0,0,0,.28);opacity:0;transform:translateY(.5rem);pointer-events:none;transition:opacity .25s,transform .25s,background .2s,border-color .2s}.scroll-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{background:var(--accent-glow);border-color:rgba(212,168,75,.35);color:var(--accent)}.scroll-to-top:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.floating-actions{position:fixed;top:.75rem;right:.75rem;z-index:9999;display:flex;flex-direction:row;align-items:center;gap:.45rem;padding:.35rem;border-radius:9999px;background:rgba(12,12,15,.45);border:1px solid var(--border);backdrop-filter:blur(14px);box-shadow:0 8px 26px rgba(0,0,0,.35);pointer-events:none}.floating-actions>*{pointer-events:auto}.floating-actions:not(:has(#account-fab)){background:0 0;border:none;box-shadow:none;backdrop-filter:none}.floating-actions:not(:has(#account-fab)) #robel-lang-switcher{background:rgba(12,12,15,.65);border:1px solid var(--border);box-shadow:0 4px 14px rgba(0,0,0,.25)}.account-fab{position:static;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .95rem;background:var(--accent);color:var(--bg);font-size:.8rem;font-weight:600;text-decoration:none;border-radius:9999px;border:1px solid rgba(255,255,255,.15);transition:transform .2s,opacity .2s}.account-fab:hover{transform:translateY(-1px);opacity:.92}#robel-lang-switcher{min-height:2.75rem;padding:.5rem .75rem;font-family:var(--font-sans);font-size:.76rem;font-weight:700;letter-spacing:.08em;color:var(--text);background:rgba(255,255,255,.08);border:1px solid var(--border);border-radius:9999px;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}#robel-lang-switcher:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.15)}#robel-lang-switcher:focus-visible,.account-fab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body[data-hide-lang-switcher] #robel-lang-switcher,html[data-hide-lang-switcher] #robel-lang-switcher{display:none!important}body[data-hide-lang-switcher] .floating-actions:not(:has(#account-fab)),html[data-hide-lang-switcher] .floating-actions:not(:has(#account-fab)){display:none!important}.cookie-consent{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:10000;max-width:480px;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--bg-card);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);font-size:.82rem;line-height:1.45;color:var(--text-muted)}.cookie-consent__accept,.cookie-consent__decline{min-height:2.75rem;padding:.5rem 1rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;border-radius:8px;cursor:pointer}.cookie-consent__accept{background:var(--accent);color:var(--bg);border:none}.cookie-consent__decline{background:0 0;color:var(--text-muted);border:1px solid var(--border)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10002;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;max-width:min(380px,calc(100vw - 2rem))}.toast{pointer-events:auto;padding:.75rem 1.1rem;border-radius:10px;font-size:.85rem;line-height:1.4;font-weight:500;color:var(--text);background:var(--bg-card);border:1px solid var(--border);box-shadow:0 6px 24px rgba(0,0,0,.35)}.maintenance-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text);text-align:center;padding:2rem}.lm-legal-page{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem;width:100%}.lm-legal-page h1{font-size:1.75rem;margin:0 0 .5rem}.lm-legal-page .content-meta{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.lm-legal-page h2{font-size:1.15rem;margin:2rem 0 .75rem;color:var(--accent)}.lm-legal-page p,.lm-legal-page ul{margin:0 0 1rem;color:var(--text-muted);word-break:break-word}.lm-legal-page ul{padding-left:1.5rem}.lm-legal-page li{margin-bottom:.35rem}.lm-legal-page a{color:var(--accent);text-decoration:none}.lm-legal-page a:hover{text-decoration:underline}.lm-legal-page a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lm-legal-address{font-style:normal;margin:0 0 1rem;color:var(--text-muted);line-height:1.6}.content-page .content-wrap.lm-sitemap-narrow{max-width:720px}@media (prefers-contrast:more){.skip-link:focus{outline-width:3px;outline-offset:3px}}