.tide-page {
    background: #05070a;
    color: #e8eef0;
}
.tide-page .nav {
    background: rgba(5, 7, 10, 0.72);
}

.tide-hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.tide-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.62) contrast(1.06) brightness(0.7);
}
.tide-mist {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,7,10,0.5) 0%, rgba(5,7,10,0.08) 48%, rgba(5,7,10,0.28) 100%),
        linear-gradient(180deg, rgba(5,7,10,0.18) 0%, rgba(5,7,10,0.08) 58%, rgba(5,7,10,0.82) 100%);
}
.tide-mark {
    position: absolute;
    left: 4vw;
    bottom: 26%;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(48px, 10vw, 120px);
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 0.8;
    color: rgba(255,255,255,0.07);
    pointer-events: none;
    user-select: none;
}
.tide-intro {
    padding: 0 0 72px;
    max-width: 720px;
}
.tide-where {
    font-size: 11px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #7fd9cf;
    font-weight: 600;
    margin-bottom: 14px;
}
.tide-intro h1 {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(56px, 10vw, 108px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.9;
    margin: 0 0 12px;
}
.tide-line {
    font-size: 18px;
    color: #c5d2d4;
    max-width: 280px;
}

.tide-list {
    width: min(1180px, calc(100% - 48px));
    margin: 8px auto 56px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tide-row {
    display: grid;
    grid-template-columns: 56px 1fr auto auto;
    align-items: baseline;
    gap: 18px 28px;
    padding: 26px 32px;
    position: relative;
    overflow: hidden;
    background: #0b1116;
    border-left: 3px solid #7fd9cf;
}
.tide-row.sand { border-left-color: #d4b483; }
.tide-row::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(61,214,198,0.14), transparent 42%);
    pointer-events: none;
}
.tide-row.sand::before {
    background: linear-gradient(100deg, rgba(212,180,131,0.16), transparent 42%);
}
.tide-row:hover { filter: brightness(1.08); }
.tide-idx {
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #7fd9cf;
    font-weight: 700;
}
.tide-row.sand .tide-idx { color: #d4b483; }
.tide-name {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 500;
    letter-spacing: -0.03em;
}
.tide-kr {
    font-size: 20px;
    font-weight: 600;
    color: #c5d2d4;
    font-variant-numeric: tabular-nums;
}
.tide-eur {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.tide-chart { padding-bottom: 96px; }
.bars {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
    align-items: end;
    height: 168px;
    margin-top: 22px;
}
.bars a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #8aa0a3;
}
.bars i {
    display: block;
    width: 100%;
    height: var(--h);
    background: linear-gradient(180deg, #7fd9cf, #1b4a46);
    clip-path: polygon(12% 0, 100% 8%, 88% 100%, 0 100%);
    opacity: 0.88;
}
.bars a:hover { color: #e8eef0; }
.bars a:hover i { opacity: 1; filter: brightness(1.15); }
.bars b { font-size: 12px; font-weight: 650; }
.tide-hint {
    margin-top: 18px;
    color: #6e8184;
    font-size: 13px;
}
.bars small {
    font-size: 10px;
    font-weight: 650;
    letter-spacing: -0.02em;
}
.tide-list.in-panel {
    width: 100%;
    margin: 0 0 36px;
}
.tide-row .btn {
    position: relative;
    z-index: 1;
    justify-self: end;
    min-width: 88px;
}
.bars.in-panel { height: 188px; }

@media (max-width: 760px) {
    .tide-hero { min-height: 68vh; }
    .tide-row {
        grid-template-columns: 40px 1fr;
        padding: 22px 18px;
    }
    .tide-kr, .tide-eur { grid-column: 2; }
    .bars { gap: 6px; height: 132px; }
}

/* seifas */
.safe-wrap { padding: 56px 0 80px; }
.safe-head { max-width: 560px; margin-bottom: 32px; }
.safe-head h1 {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 8px 0 10px;
}
.safe-head p { color: #8aa0a3; }
.drum {
    position: relative;
    height: 168px;
    overflow: hidden;
    background: #080c10;
    border: 1px solid rgba(127,217,207,0.18);
    border-radius: 2px;
}
.drum:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #7fd9cf;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0.9;
}
.reel { display: flex; gap: 10px; padding: 28px 22px; will-change: transform; }
.reel-item {
    min-width: 168px;
    height: 112px;
    background: linear-gradient(180deg, #141c22, #0c1014);
    border: 1px solid #243038;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.win {
    min-height: 32px;
    margin: 20px 0;
    font-family: Fraunces, Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.vault-tag, .kr-kicker {
    font-size: 11px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #7fd9cf;
    font-weight: 600;
}

/* LMG5-style kreditų vitrina */
.kr-shop { margin-top: 4px; }
.kr-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 28px;
    padding: 28px 28px 26px;
    border-radius: 18px;
    background:
        linear-gradient(120deg, rgba(8,14,22,0.55), rgba(8,14,22,0.82)),
        radial-gradient(800px 280px at 10% 20%, rgba(46,196,214,0.18), transparent 60%),
        #101820;
    border: 1px solid rgba(120,170,200,0.14);
    overflow: hidden;
}
.kr-hero h2 {
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.045em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.kr-hero p {
    color: #b7c4d0;
    line-height: 1.55;
    max-width: 54ch;
    margin: 0 0 16px;
    font-size: 15px;
}
.kr-pay {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.kr-pay span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8aa0b0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 5px 8px;
}
.kr-balance {
    background: #0c1218;
    border: 1px solid rgba(46,196,214,0.22);
    border-radius: 16px;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.kr-balance small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8aa0b0;
    font-weight: 700;
}
.kr-balance strong {
    display: block;
    font-size: 52px;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 6px 0 4px;
}
.kr-coin { color: #f0c24a; font-size: 28px; }
.kr-balance .hint {
    color: #8aa0b0;
    font-size: 13px;
    margin: 0 0 14px;
}
.kr-balance .btn { width: 100%; text-align: center; }
.kr-balance .btn + .btn { margin-top: 8px; background: transparent; color: #e8eef4; border: 1px solid rgba(120,170,200,0.22); }
.kr-note {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(240,194,74,0.08);
    border: 1px solid rgba(240,194,74,0.22);
    color: #e6d5a4;
    font-size: 13px;
    line-height: 1.45;
}
.kr-sec {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8aa0b0;
    font-weight: 700;
    margin: 8px 0 14px;
}
.kr-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.kr-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 14px 18px;
    min-height: 268px;
    border-radius: 16px;
    background: linear-gradient(180deg, #18222c 0%, #10161e 100%);
    border: 1px solid rgba(120,170,200,0.12);
    color: inherit;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kr-card.is-busy, .kr-bundle.is-busy { opacity: 0.55; pointer-events: none; }
.kr-card:hover {
    transform: translateY(-4px);
    border-color: rgba(46,196,214,0.45);
    box-shadow: 0 16px 32px rgba(0,0,0,0.28);
}
.kr-card.is-hot {
    border-color: rgba(46,196,214,0.55);
    background: linear-gradient(180deg, #16343a 0%, #102026 100%);
}
.kr-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #062026;
    background: #3ddc84;
    border-radius: 999px;
    padding: 4px 8px;
}
.kr-stack {
    width: 132px;
    height: 108px;
    margin: 8px 0 6px;
    display: grid;
    place-items: center;
}
.kr-stack img { width: 100%; height: 100%; object-fit: contain; }
.kr-card b {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #5ee0ef;
    line-height: 1;
}
.kr-card .kr-unit {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8aa0b0;
}
.kr-card em {
    margin-top: auto;
    padding-top: 14px;
    font-style: normal;
    font-size: 22px;
    font-weight: 800;
    color: #3ddc84;
    letter-spacing: -0.03em;
}
.kr-bundles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
}
.kr-bundle {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(100deg, #18222c, #10161e);
    border: 1px solid rgba(120,170,200,0.12);
    color: inherit;
    min-height: 120px;
}
.kr-bundle:hover { border-color: rgba(46,196,214,0.4); }
.kr-bundle.is-hot { border-color: rgba(232,195,106,0.45); }
.kr-bundle .kr-stack { width: 120px; height: 96px; margin: 0; }
.kr-bundle h3 { font-size: 26px; letter-spacing: -0.04em; margin: 0 0 4px; }
.kr-bundle p { margin: 0; color: #8aa0b0; font-size: 13px; }
.kr-bundle .kr-price {
    font-size: 24px;
    font-weight: 800;
    color: #3ddc84;
    white-space: nowrap;
}
.empty {
    color: #8aa0b0;
    padding: 14px 16px;
    border: 1px dashed rgba(120,170,200,0.22);
    border-radius: 12px;
    margin-bottom: 16px;
}
.kr-public {
    background: #070b10;
    color: #e8eef4;
    min-height: 100vh;
}
.kr-public section { padding: 0; }
.kr-public .nav { background: rgba(7,11,16,0.78); }
.kr-board {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 72px;
    padding-top: 28px;
}

@media (max-width: 1100px) {
    .kr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .kr-hero { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .kr-grid, .kr-bundles { grid-template-columns: 1fr 1fr; }
    .kr-bundle { grid-template-columns: 1fr; text-align: center; }
    .kr-bundle .kr-stack { margin: 0 auto; }
    .kr-card { min-height: 240px; padding: 16px 10px; }
    .kr-card b { font-size: 26px; }
}
@media (max-width: 520px) {
    .kr-grid { grid-template-columns: 1fr; }
}

