:root { color-scheme: dark; --bg:#0a0e10; --text:#f8f7f2; --gold:#e8d3a5; --line:#e8d3a530; --font:Onest,Arial,sans-serif; }
* { box-sizing:border-box; letter-spacing:0; }
body { margin:0; background:var(--bg); color:var(--text); font:16px var(--font); }
button,a { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
button { font:inherit; cursor:pointer; }
a { color:inherit; }
button:focus-visible,a:focus-visible { outline:2px solid #ffe4a4; outline-offset:5px; }
[hidden] { display:none!important; }
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
svg { width:23px; height:23px; stroke-width:1.5; flex:none; }
.hero { position:relative; isolation:isolate; min-height:100svh; display:grid; place-items:center; padding:38px 24px; overflow:clip; }
.hero-picture { position:absolute; inset:0; z-index:-3; overflow:hidden; }
.hero-picture img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-shade { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,#05050525,#0505050d 30%,#05050520 70%,#05050535); }
.reflections { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:-1; }
.content { width:100%; max-width:740px; margin:auto; display:flex; flex-direction:column; gap:20px; align-items:stretch; }
.intro { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:224px; padding:8px 0 18px; gap:22px; }
.brand-title { position:relative; width:100%; aspect-ratio:5/1; margin:0; overflow:hidden; filter:drop-shadow(0 9px 6px #000b); }
.brand-title img { position:absolute; width:100%; height:auto; top:50%; left:0; transform:translateY(-50%); }
.eyebrow { position:relative; display:flex; align-items:center; justify-content:center; gap:20px; margin:0; text-align:center; font:500 26px/1.4 Onest,Arial,sans-serif; color:#f5f0e6; }
.eyebrow::before,.eyebrow::after { content:""; display:block; width:42px; height:1px; background:#dcc18c80; }
.links { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; min-width:0; min-height:124px; }
.links.loading { border-bottom:1px solid var(--line); }
.link { position:relative; isolation:isolate; display:grid; grid-template-columns:1fr auto; align-content:space-between; gap:16px 8px; min-height:122px; min-width:0; padding:20px 16px; overflow:hidden; text-decoration:none; border:1px solid #dfeaf477; border-bottom-color:#dfeaf42e; border-radius:8px; background:linear-gradient(135deg,#ffffff29,transparent 42%,#d9e9fa0d 75%,#ffffff1f),#0c111637; backdrop-filter:blur(5px) saturate(.65); -webkit-backdrop-filter:blur(5px) saturate(.65); box-shadow:inset 0 1px 0 #ffffff75,inset 1px 0 0 #ffffff21,inset 0 -1px 0 #ffffff26,0 10px 25px #0005; transition:transform .25s,border-color .25s,box-shadow .25s; }
.link::before,.work-button::before { content:""; position:absolute; inset:0; z-index:-1; opacity:0; background:radial-gradient(200px circle at var(--shine-x,50%) var(--shine-y,50%),#f6e6bb30,transparent 80%); transition:opacity .3s; pointer-events:none; }
.link::after,.work-button::after { content:""; position:absolute; inset:-80% -70%; background:linear-gradient(110deg,transparent 44%,#fff8d900 45%,#fff8d921 50%,transparent 55%); transform:translateX(-70%); pointer-events:none; animation:enamel-sheen 10s ease-in-out infinite; }
.link:nth-child(2)::after { animation-delay:1.4s; }
.link:nth-child(3)::after { animation-delay:2.8s; }
.link:nth-child(4)::after { animation-delay:4.2s; }
.link-symbol { grid-column:1; display:flex; align-items:center; width:28px; height:28px; color:#eed3a0; }
.link-symbol svg { width:25px; height:25px; }
.link-label { grid-column:1/-1; grid-row:2; font:600 28px/1.3 Oswald,Onest,Arial,sans-serif; text-transform:uppercase; color:#f7fafc; text-shadow:0 2px 2px #000a,0 0 16px #d2eaff25; text-align:center; white-space:pre-wrap; overflow-wrap:anywhere; min-width:0; }
.link-arrow { grid-column:2; grid-row:1; width:17px; height:17px; color:#dbe4eb80; }
.link:hover { border-color:#f5dfb5; transform:translateY(-4px); box-shadow:inset 0 1px #fff9,inset 0 -1px #fff3,0 12px 25px #0006,0 0 20px #e6d1a51c; }
.link:hover::before,.work-button:hover::before { opacity:1; }
.link[aria-disabled=true],.casino[aria-disabled=true] { cursor:default; }
.work-button { position:relative; isolation:isolate; width:100%; min-width:0; min-height:134px; display:flex; align-items:center; justify-content:center; padding:24px 72px; overflow:hidden; text-align:center; border:1px solid #f2d5a0ad; border-radius:8px; color:#f9e9c5; background:linear-gradient(120deg,#f9dfa633,transparent 42%,#f9dfa60b 65%,#f9dfa629),#1716125c; backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); box-shadow:inset 0 1px #ffedb794,inset 0 -1px #b389465e,0 12px 30px #0005,0 0 22px #f2d5a00d; transition:transform .25s,filter .25s; }
.work-button::after { background:linear-gradient(110deg,transparent 42%,#fff0 45%,#ffffff8c 50%,transparent 58%); animation-duration:6s; }
.work-copy { display:grid; gap:10px; min-width:0; }
.work-copy>span { font-size:17px; font-weight:500; line-height:1.45; }
.work-copy strong { font:600 38px/1.25 Oswald,Onest,Arial,sans-serif; text-transform:uppercase; color:#ffe4a5; text-shadow:0 2px 1px #503816,0 0 24px #f5d89233; }
.work-icon { position:absolute; right:22px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; border:1px solid #ffe7b470; background:#eacb8c12; color:#ffe7b4; box-shadow:inset 0 1px #fff3; transition:transform .25s; }
.work-button:hover .work-icon { transform:rotate(45deg); }
.work-button:hover { transform:translateY(-3px); filter:brightness(1.08); }
.casino { position:relative; isolation:isolate; grid-column:1/-1; display:block; width:100%; min-height:232px; overflow:hidden; text-decoration:none; border:1px solid #ffda91; border-radius:8px; background:linear-gradient(118deg,#100a0c 0%,#391421 44%,#702c3c 67%,#23110e); box-shadow:inset 0 0 0 1px #ffdb923b,inset 0 0 28px #ffa76314,0 0 5px #ffd394a1,0 0 22px #ef7d2030,0 8px 26px #0007; animation:casino-neon 5s ease-in-out infinite alternate; }
.casino::before { content:""; position:absolute; inset:-45%; background:repeating-linear-gradient(118deg,transparent 0 90px,#ffe1a716 91px,#ffe1a705 94px,transparent 95px 150px),linear-gradient(118deg,transparent 44%,#f7c47d20 49%,transparent 54%); pointer-events:none; }
.casino::after { content:""; position:absolute; inset:auto 0 0; height:42px; background:linear-gradient(0deg,#210c15,transparent); pointer-events:none; z-index:4; }
.casino-copy { position:relative; z-index:5; display:flex; flex-direction:column; align-items:flex-start; gap:10px; width:40%; padding:34px 36px; }
.casino-copy strong { font:500 44px/1.2 Oswald,Onest,Arial,sans-serif; color:#fff0cb; text-shadow:0 0 16px #ffd99455,0 2px 2px #3e0b17; overflow-wrap:anywhere; }
#casinoText { font-size:14px; color:#d1d9df; line-height:1.5; white-space:pre-wrap; overflow-wrap:anywhere; }
.casino-action { display:grid; place-items:center; width:46px; height:46px; border:1px solid #d3b97f80; border-radius:50%; color:#efdbb4; margin-top:12px; transition:background .2s,transform .2s; }
.casino:hover .casino-action { background:#d3b97f22; transform:translate(3px,-3px); }
.casino-scene { position:absolute; inset:0 0 0 auto; width:64%; pointer-events:none; }
.casino-portrait { position:absolute; object-fit:contain; filter:drop-shadow(0 10px 16px #0006); transition:transform .5s; }
.casino-portrait.raven { width:43%; height:240px; left:0; bottom:-18px; transform:rotate(-7deg); }
.casino-portrait.teknik { width:46%; height:264px; left:25%; bottom:-25px; z-index:2; }
.casino-portrait.dogs { width:40%; height:229px; right:-1%; bottom:-18px; z-index:3; transform:rotate(6deg); }
.casino-plane { position:absolute; width:132px; height:74px; object-fit:contain; top:4px; right:6%; z-index:4; transform:rotate(-12deg); }
.casino-mini { position:absolute; left:-8%; bottom:33px; z-index:5; display:flex; gap:8px; }
.casino-mini img { width:42px; height:42px; border-radius:6px; border:1px solid #e0c69940; }
.casino:hover .teknik,.casino.playing .teknik { transform:translateY(-6px); }
.casino:hover .dogs,.casino.playing .dogs { transform:translateY(-3px) rotate(3deg); }
.casino:hover .raven,.casino.playing .raven { transform:translateY(-4px) rotate(-4deg); }
.casino.playing .casino-plane { animation:plane-pass 3s ease-in-out; }
.washme { position:relative; isolation:isolate; grid-column:1/-1; display:flex; align-items:center; justify-content:center; gap:22px; min-width:0; padding:18px 28px; overflow:hidden; text-decoration:none; border:1px solid #a0dfff; border-radius:8px; background:linear-gradient(115deg,#66caa321,#95c8e90f 58%,#ffffff18),#09191d66; backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); box-shadow:inset 0 1px #d2fff137,inset 0 -1px #bbf1ff17,0 8px 24px #0004,0 0 5px #93d5ff85,0 0 20px #70bbff26; transition:border-color .25s,box-shadow .25s; }
.washme::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(110deg,#69d9b81f,transparent 60%,#87cfff1f); opacity:0; transition:opacity .3s; pointer-events:none; }
.washme-logo { position:relative; flex:none; width:70px; height:70px; border-radius:50%; overflow:hidden; box-shadow:0 0 22px #72c7b51a; }
.washme-logo img { position:absolute; width:115%; height:115%; max-width:none; left:-7.5%; top:-7.5%; }
.washme-copy { display:flex; align-items:center; gap:22px; min-width:0; }
.washme-copy strong { font:500 22px/1.3 Unbounded,Arial,sans-serif; color:#f0f4f3; }
.washme-copy>span { font-size:20px; font-weight:500; line-height:1.4; color:#d7e4e7; }
.washme-arrow { display:grid; place-items:center; margin-left:18px; width:40px; height:40px; flex:none; color:#9ed9d1; transition:transform .25s; }
.washme:hover,.washme:focus-visible { border-color:#e1f4ff; box-shadow:inset 0 1px #d2fff15c,inset 0 -1px #bbf1ff33,0 8px 24px #0004,0 0 7px #acdfff99,0 0 26px #70bbff43; }
.washme:hover::before,.washme:focus-visible::before { opacity:1; }
.washme:hover .washme-arrow { transform:translate(3px,-3px); }
.signature { grid-column:1/-1; margin:7px 0 0; padding:4px 0; text-align:center; color:#c6cbd0; font-size:15px; line-height:1.6; }
.notice { grid-column:1/-1; padding:18px; border-left:2px solid var(--gold); background:#15202bec; white-space:pre-wrap; overflow-wrap:anywhere; }
.notice strong { color:var(--gold); }
.notice p { font-size:14px; line-height:1.6; margin:6px 0 0; }
.load-error { grid-column:1/-1; color:#ffc0b5; font-size:14px; line-height:1.6; }
.load-error button { color:var(--gold); background:none; border:0; text-decoration:underline; min-height:44px; }
dialog { padding:0; border:1px solid #d3bd8e80; border-radius:8px; color:var(--text); background:#141719; width:660px; max-width:calc(100% - 28px); max-height:calc(100dvh - 32px); box-shadow:0 30px 100px #0009; }
dialog[open] { display:flex; flex-direction:column; }
dialog::backdrop { background:#030609d9; backdrop-filter:blur(7px); }
.modal-header { padding:26px; display:flex; gap:18px; justify-content:space-between; align-items:flex-start; flex:none; border-bottom:1px solid var(--line); }
.modal-brand { color:var(--gold); font-size:11px; margin:0 0 12px; }
.modal-header h2 { margin:0; font-weight:500; font-size:27px; line-height:1.2; }
.close { display:grid; place-items:center; width:44px; height:44px; flex:none; border:1px solid var(--line); border-radius:5px; background:#ffffff08; color:#eee; }
.vacancies { overflow:auto; overscroll-behavior:contain; padding:0 26px 26px; min-height:0; }
.vacancy { padding:24px 0; border-bottom:1px solid var(--line); }
.vacancy:last-child { border-bottom:0; padding-bottom:0; }
.vacancy h3 { font-size:20px; line-height:1.4; font-weight:600; margin:0 0 14px; color:var(--gold); overflow-wrap:anywhere; }
.vacancy p { white-space:pre-wrap; overflow-wrap:anywhere; color:#d3d4d5; font-size:15px; line-height:1.8; margin:0; }
.vacancy-apply { display:inline-flex; align-items:center; gap:24px; min-height:48px; margin-top:20px; padding:12px 20px; background:#e6c386; color:#201a10; font-weight:700; font-size:14px; text-decoration:none; border-radius:5px; }
.empty { padding-top:26px; color:#bfc2c6; line-height:1.6; }
@keyframes enamel-sheen { 0%,45% { transform:translateX(-70%); opacity:0; } 52% { opacity:1; } 80%,100% { transform:translateX(70%); opacity:0; } }
@keyframes plane-pass { 0%,100% { transform:rotate(-12deg); } 45% { transform:translate(-26px,-7px) rotate(-19deg); } 70% { transform:translate(-14px,-3px) rotate(-10deg); } }
@keyframes casino-neon { to { border-color:#fff1c7; box-shadow:inset 0 0 0 1px #ffe4ab5c,inset 0 0 28px #ffb43f1a,0 0 7px #ffd594b0,0 0 28px #ef982043,0 8px 26px #0007; } }
@media(max-width:800px) {
 .hero { padding:24px 18px; }
 .content { max-width:650px; }
 .link { padding:18px 12px; }
 .link-label { font-size:26px; }
 .washme-copy { display:grid; gap:4px; }
}
@media(max-width:540px) {
 .hero { padding:26px 18px 24px; }
 .hero-picture { position:absolute; inset:0; }
 .hero-picture img { object-fit:cover; object-position:center top; }
 .hero-shade { background:#05050526; }
 .content { max-width:420px; gap:16px; }
 .intro { min-height:144px; padding:8px 0 16px; gap:22px; }
 .eyebrow { font-size:22px; gap:12px; }
 .eyebrow::before,.eyebrow::after { width:22px; }
 .links { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; min-height:218px; }
 .link { min-height:104px; padding:16px; grid-template-columns:1fr 16px; align-items:center; align-content:space-between; gap:12px; }
 .link-symbol { width:25px; grid-column:1; grid-row:1; }
 .link-symbol svg { width:23px; height:23px; }
 .link-label { grid-column:1/-1; grid-row:2; font-size:26px; }
 .link-arrow { grid-column:2; width:16px; height:16px; }
 .work-button { min-height:134px; padding:22px 57px 22px 20px; }
 .work-copy>span { font-size:15px; }
 .work-copy strong { font-size:30px; }
 .work-icon { right:14px; width:34px; height:34px; }
 .casino { min-height:230px; margin-top:4px; }
 .casino-copy { width:50%; padding:22px 19px; }
 .casino-copy strong { font-size:38px; }
 #casinoText { font-size:12px; }
 .casino-action { margin-top:0; width:39px; height:39px; }
 .casino-scene { width:87%; right:-3%; top:35px; }
 .casino-portrait.raven { width:44%; height:178px; left:0; bottom:-12px; }
 .casino-portrait.teknik { width:48%; height:197px; left:25%; bottom:-15px; }
 .casino-portrait.dogs { width:42%; height:166px; right:0; bottom:-9px; }
 .casino-plane { width:102px; height:58px; top:-31px; right:5%; }
 .casino-mini { left:-9%; bottom:21px; flex-direction:column; gap:6px; }
 .casino-mini img { width:26px; height:26px; }
 .washme { padding:17px 12px; gap:12px; justify-content:flex-start; }
 .washme-logo { width:60px; height:60px; }
 .washme-copy { display:grid; gap:5px; }
 .washme-copy strong { font-size:18px; }
 .washme-copy>span { font-size:16px; }
 .washme-arrow { width:24px; height:30px; margin-left:auto; }
 .signature { font-size:14px; padding:0 8px; margin-top:8px; }
 .modal-header { padding:22px 18px; }
 .modal-header h2 { font-size:23px; }
 .vacancies { padding:0 18px 20px; }
}
@media(max-width:360px) {
 .hero { padding-inline:14px; }
 .eyebrow { font-size:20px; gap:9px; }
 .eyebrow::before,.eyebrow::after { width:16px; }
 .link { padding:14px 12px; gap:12px; }
 .link-label { font-size:24px; }
 .work-copy strong { font-size:26px; }
 .work-copy>span { font-size:14px; }
 .casino-copy strong { font-size:34px; }
 .washme-logo { width:48px; height:48px; }
 .washme-copy strong { font-size:16px; }
 .washme-copy>span { font-size:15px; }
 .signature { font-size:13px; }
}
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; } }
