/*
Theme Name: Rollbit Clone
Theme URI: https://rollbit.com
Description: A WordPress theme inspired by Rollbit.com - dark crypto casino design with gold accents
Version: 1.0.0
Author: Developer
Text Domain: rollbit-clone
*/

/* ============================================
   CSS Reset & Base Styles
   ============================================ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #1a1d29;
    color: #b1b6c6;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
}

a {
    color: #F5C518;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #e6b800;
}

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: break-word;
}

p { overflow-wrap: break-word; }
table { border-collapse: collapse; border-spacing: 0; }

/* WordPress Core Alignments */
.alignleft { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #b1b6c6; padding: 0.5em 0; }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sticky { display: block; }

/* Basic Typography */
h1 { font-size: 2.25rem; }
h2 { font-size: 1.375rem; text-transform: uppercase; }
h3 { font-size: 1.125rem; }
h4 { font-size: 0.875rem; text-transform: uppercase; }

.entry-content ul, .entry-content ol { padding-left: 1.5em; margin-bottom: 1em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }

blockquote {
    border-left: 3px solid #F5C518;
    padding: 1em 1.5em;
    margin: 1.5em 0;
    background: #222639;
    border-radius: 0 6px 6px 0;
    color: #fff;
}

code, pre {
    background: #222639;
    border: 1px solid #2e3348;
    border-radius: 4px;
    padding: 0.25em 0.5em;
    font-size: 0.875rem;
    overflow-x: auto;
}

.post-password-form input[type="password"] {
    background: #222639;
    border: 1px solid #2e3348;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 6px;
}
