/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


/* Import Google Fonts as fallbacks */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Quicksand:wght@400;600;700&display=swap');

/* @font-face declarations */
@font-face {
    font-family: 'kawaii stitch';
    src: url('https://dl.dropbox.com/s/yjal3we9j6biyn5/Kawaii%20Stitch.ttf');
}

@font-face {
    font-family: 'pixel';
    src: url('https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0');
}

@font-face {
    font-family: 'Frighted';
    src: url('https://dl.dropbox.com/s/ct0s037q78sao3f/Frighted.ttf');
}

@font-face {
    font-family: 'SakeMoru';
    src: url('https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf');
}

@font-face {
    font-family: 'yipes';
    src: url('https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf');
}

@font-face {
    font-family: 'fenotype';
    src: url('https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF');
}

@font-face {
    font-family: 'starborn';
    src: url('https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf');
}

/* Global Reset & Base Styles */
* {
    box-sizing: border-box;
    cursor: url('https://cdn.cursors-4u.net/previews/cherry-pie-78923ddb-32.webp') 32 32, auto !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 20px 10px;
    background-image: url('https://i.pinimg.com/originals/c8/62/94/c86294ee48c7a0ef28bb2ab4148f65bf.png');
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: 'pixel', 'Press Start 2P', sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: 100vh;
}

::selection {
    background: #FF6666;
    color: white;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #FAEDED;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #FF99A9;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FF6666;
}

a {
    text-decoration: none;
    color: #FF6666;
    transition: opacity 0.2s;
}

a:hover {
    opacity: 0.85;
}

/* Page Layout Wrapper */
.page-wrapper {
    width: 100%;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Main Container Frame */
.container {
    border-width: 7px;
    border-style: solid;
    border-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwMthL--mXuAkh5mSWHQQv_Z3-Gkf--paT4EM8MsBzhA&s=10") 9 fill round;
    width: 100%;
    padding: 15px;
    position: relative;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Header Banner (.container-one) */
.container-one {
    border: 1px solid white;
    background-image: url('https://dl.glitter-graphics.com/pub/1879/1879949e3y8x4brnk.gif');
    background-repeat: repeat;
    width: 100%;
    height: 140px;
    box-shadow: 0 0 8px 8px white inset;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    overflow: hidden;
}

.banner-strawberries {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.banner-strawberries img {
    height: 24px;
    object-fit: contain;
}

#name {
    font-family: 'starborn', 'Press Start 2P', sans-serif;
    font-size: 1.8em;
    -webkit-text-stroke: 1.5px white;
    color: #FF7878;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    margin: 0;
    padding: 0 10px 5px 10px;
    letter-spacing: 1px;
}

/* Profile Section (Avatar + Intro Box) */
.profile-section {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    width: 100%;
}

.outer {
    border-width: 7px;
    border-style: solid;
    border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
    border-radius: 15px;
    width: 125px;
    height: 125px;
    min-width: 125px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.inner {
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.chaoscards.co.uk/uploads/prod_img/2_202383_e.png?v=-62169983925');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.bg {
    flex: 1;
    background: #FE82B624;
    padding: 10px;
    border: 1px solid salmon;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(255, 105, 180, 0.15);
}

.in {
    font-family: 'pixel', monospace;
    font-size: 0.9em;
    line-height: 1.45em;
    background: #FFF;
    color: #333;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 100%;
    min-height: 100px;
    max-height: 125px;
    overflow-y: auto;
    box-shadow: inset 8px 0 6px -6px rgba(66,66,66,0.15), inset -8px 0 6px -6px rgba(66,66,66,0.15);
}

.intro {
    font-family: 'kawaii stitch', 'Quicksand', sans-serif;
    color: #FF6666;
    -webkit-text-stroke: 0.5px black;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

mark {
    font-family: 'Frighted', sans-serif;
    background: linear-gradient(#F7C3B7 50%, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3em;
    font-weight: bold;
}

/* Main Content Grid (3 Columns) */
.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    width: 100%;
}

@media (max-width: 820px) {
    .main-grid {
        grid-template-columns: 1fr;
    }
    .profile-section {
        flex-direction: column;
        align-items: center;
    }
}

/* Column 1: Terms of Service Chat (.tos) */
.tos {
    border-radius: 12px;
    padding: 12px;
    background: #FAEDED;
    border: 1px solid #F0D3D3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 300px;
}

.tosinn {
    font-family: 'starborn', sans-serif;
    font-size: 0.85em;
    color: #DE6262;
    text-align: center;
    padding: 4px 0 8px 0;
    border-bottom: 2px dashed #F0D3D3;
    margin-bottom: 8px;
}

.chat {
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bubble {
    border-radius: 0px 18px 18px 18px;
    padding: 8px 10px;
    background: #F0BEB4;
    font-family: 'pixel', monospace;
    font-size: 0.8em;
    color: #333;
    border: 1px solid #D96C6C;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.6);
    align-self: flex-start;
    max-width: 95%;
}

.bubble2 {
    border-radius: 18px 0px 18px 18px;
    padding: 8px 10px;
    background: #FF99A9;
    font-family: 'pixel', monospace;
    font-size: 0.8em;
    color: white;
    border: 1px solid #D96C6C;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.4);
    align-self: flex-end;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bubble2 img {
    align-self: flex-end;
}

/* Column 2: Navigation (.navi) */
.navi {
    border: 3px solid #DE6262;
    background: #FACDCD;
    border-radius: 12px;
    padding: 10px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 300px;
}

.navi-banner {
    width: 100%;
    height: auto;
    max-height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

.navi-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

button.navi-btn {
    border-radius: 25px;
    border: 2px solid #5A1E16;
    background-image: url('https://media.tumblr.com/tumblr_m0um0avor71qbu997.png');
    background-size: cover;
    font-family: 'pixel', monospace;
    font-size: 0.9em;
    color: white;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
}

button.navi-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

button.navi-btn img {
    width: 18px;
    height: 18px;
}

/* Column 3: Rules Box (.com) */
.com {
    font-family: 'pixel', monospace;
    border-radius: 12px;
    border: 1px solid white;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.05);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 37%, #F7C3B7 100%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 300px;
    gap: 8px;
}

.imagemask {
    font-family: 'starborn', sans-serif;
    color: #6B2719;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 2px;
}

.top {
    background: #FF8A8A;
    font-family: 'SakeMoru', sans-serif;
    text-align: center;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    overflow: hidden;
}

.top img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.bottom {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
    border-radius: 0 0 8px 8px;
    padding: 10px;
    font-family: 'pixel', monospace;
    font-size: 0.75em;
    color: #333;
    flex: 1;
    line-height: 1.4em;
    overflow-y: auto;
    border: 1px solid #EAEAEA;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.04);
}

.txt-hello {
    color: #DE6262;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.txt-bye {
    font-family: 'yipes', sans-serif;
    background: linear-gradient(#FFBABC 50%, #E3796B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em;
    font-weight: bold;
}

.txt-ping {
    font-family: 'fenotype', sans-serif;
    border: 1px solid black;
    color: white;
    background: #FC868A;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Bottom Container Frame (.container-two) */
.container-two {
    border-width: 7px;
    border-style: solid;
    border-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwMthL--mXuAkh5mSWHQQv_Z3-Gkf--paT4EM8MsBzhA&s=10") 9 fill round;
    width: 100%;
    padding: 15px;
    position: relative;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Music Player Styling (#musicplayer) */
#musicplayer {
    font-family: 'pixel', monospace;
    background: #FAEDED;
    border: 4px solid #F0D3D3;
    border-radius: 10px;
    width: 280px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.now-playing,
.track-info {
    background-color: #F2C1BB;
    border-radius: 6px;
    padding: 6px;
    font-size: 0.8em;
    color: #4A1E1B;
}

.now-playing {
    font-weight: bold;
}

.track-name {
    font-weight: bold;
    font-size: 0.9em;
}

.track-artist {
    font-size: 0.75em;
    opacity: 0.8;
}

.controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seeking,
.volume {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 0.75em;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.playpause-track,
.prev-track,
.next-track {
    color: #FF99A9;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    transition: transform 0.1s, color 0.1s;
}

.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
    color: #FF6666;
    transform: scale(1.15);
}

.volume-icon {
    font-size: 16px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #FF99A9;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #D96C6C;
    -webkit-appearance: none;
    margin-top: -3px;
    cursor: pointer;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: #FF99A9;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #D96C6C;
    border: none;
    cursor: pointer;
}

/* Calendar Widget (#calendar-widget) */
#calendar-widget {
    background: #FAEDED;
    border: 4px solid #F0D3D3;
    border-radius: 10px;
    padding: 10px;
    width: 280px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.cal-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'pixel', monospace;
    font-size: 0.75em;
    text-align: center;
    background: white;
    border: 2px solid salmon;
    border-radius: 6px;
    overflow: hidden;
}

.cal-table th {
    background: salmon;
    color: white;
    padding: 6px 2px;
    font-weight: bold;
}

.cal-table td {
    padding: 4px 2px;
    border: 1px solid #F7C3B7;
}

.cal-today {
    background-color: #FF99A9;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}


  


