






/*
Theme Name: uk999-v1.1.0-comment
Version: 1.1.0
*/

:root{
  --theme-page-bg:#06080b;
  --theme-page-bg-soft:#10141a;
  --theme-page-text:#edf1f6;
  --theme-page-muted:#a8b0bc;
  --theme-page-link:#f1c866;
  --theme-page-border:#2f3640;
  --theme-page-radius:26px;
  --theme-page-radius-mobile:20px;
  --theme-page-shadow:0 18px 48px rgba(0,0,0,.42);
  --theme-container-max:1280px;
  --theme-container-max-wide:1360px;
  --theme-font-body:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
  --theme-font-display:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
  --theme-line-height:1.72;
  --layout-safe-x:clamp(12px,2vw,24px);
  --layout-section-gap:20px;
  --layout-section-gap-mobile:14px;
  --theme-h1-size:clamp(2rem,4vw,3.45rem);
  --theme-h1-size-mobile:clamp(1.72rem,7vw,2.42rem);
  --theme-h1-line-height:1.05;
  --theme-h1-letter-spacing:-.04em;
  --theme-h1-bg:linear-gradient(135deg,#11161d 0%,#1a212a 100%);
  --theme-h1-text:#fff8de;
  --theme-h1-radius:22px;
  --theme-h1-shadow:0 18px 46px rgba(0,0,0,.32);
  --theme-title-gold-border:#f1c866;
  --theme-title-gold-highlight:#fff1b3;
  --theme-title-gold-shadow:0 0 0 1px rgba(241,200,102,.26), inset 0 1px 0 rgba(255,255,255,.08), 0 18px 46px rgba(0,0,0,.32);
  --section-container-bg:#11161d;
  --section-container-text:#eef2f6;
  --section-container-border:#2d3541;
  --section-container-radius:26px;
  --section-container-radius-mobile:22px;
  --section-container-shadow:0 18px 42px rgba(0,0,0,.32);
  --section-title-bg:#171d25;
  --section-title-text:#fff7dc;
  --section-title-radius:18px;
  --button-primary-bg:#f1c866;
  --button-primary-bg-hover:#cda253;
  --button-primary-text:#12161c;
  --button-secondary-bg:#d2d7df;
  --button-secondary-text:#11161d;
  --button-secondary-border:#a9b1bc;
  --button-bonus-bg:#1a2029;
  --button-bonus-text:#f4d98f;
  --button-radius:18px;
  --button-shadow:0 14px 32px rgba(0,0,0,.26);
  --color-bg-start:var(--theme-page-bg);
  --color-bg-mid:#0c1015;
  --color-bg-end:var(--theme-page-bg-soft);
  --body-bg:var(--theme-page-bg);
  --text-main:var(--theme-page-text);
  --text-muted:var(--theme-page-muted);
  --surface-main:var(--section-container-bg);
  --surface-card:#181e26;
  --surface-alt:#202733;
  --border-main:var(--theme-page-border);
  --border-soft:rgba(255,255,255,.08);
  --border-strong:rgba(241,200,102,.18);
  --header-h:70px;
  --header-h-mobile:60px;
  --header-height:70px;
  --header-height-mobile:60px;
  --content-pad-x:clamp(14px,2.6vw,26px);
  --layout-edge-ruler:0px;
}
@media (max-width:767px){
  :root{
    --header-h:var(--header-h-mobile);
    --header-height:var(--header-height-mobile);
    --layout-section-gap:var(--layout-section-gap-mobile);
    --theme-page-radius:var(--theme-page-radius-mobile);
    --section-container-radius:var(--section-container-radius-mobile);
  }
}
*{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 14px)}
body{
  margin:0;
  min-width:320px;
  font-family:var(--theme-font-body);
  color:var(--theme-page-text);
  background:
    radial-gradient(circle at 12% 8%,rgba(241,200,102,.12),transparent 24vw),
    radial-gradient(circle at 88% 6%,rgba(210,215,223,.12),transparent 22vw),
    linear-gradient(180deg,#07090c 0%,#0c1015 45%,#06080b 100%);
  line-height:var(--theme-line-height);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
a,button{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(241,200,102,.28);outline-offset:3px}
.container{width:min(100% - (var(--layout-safe-x) * 2),var(--theme-container-max));margin-inline:auto}
.site-main{padding-block:clamp(14px,2vw,24px)}
.section{position:relative}
.entry{display:block}
.title-ruler{display:block;margin:0 0 var(--layout-section-gap);text-align:center}
.entry-title{display:block;width:fit-content;max-width:min(100%,1120px);margin-inline:auto;padding:clamp(11px,1.4vw,15px) clamp(18px,2vw,26px);border:1px solid var(--theme-title-gold-border);border-radius:var(--theme-h1-radius);background:var(--theme-h1-bg);color:var(--theme-h1-text);box-shadow:var(--theme-title-gold-shadow);font-family:var(--theme-font-display);font-size:var(--theme-h1-size);line-height:var(--theme-h1-line-height);letter-spacing:var(--theme-h1-letter-spacing);text-align:center;text-wrap:balance}
@media (max-width:767px){.entry-title{font-size:var(--theme-h1-size-mobile)}}
.entry-content{color:var(--theme-page-text)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.header-spacer{display:none}
.entry-title,.hero-title,.page-hero__title,.nf-title{background:var(--theme-h1-bg);color:var(--theme-h1-text);border:1px solid var(--theme-title-gold-border);border-radius:var(--theme-h1-radius);padding:clamp(11px,1.4vw,15px) clamp(18px,2vw,26px);box-shadow:var(--theme-title-gold-shadow);text-align:center}
