.accessibility-menu{position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:1001}.accessibility-btn{background-color:blue;color:#fff;border:none;width:2.5rem;height:2.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.accessibility-btn:hover{transform:scale(1.1)}.accessibility-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #000;padding:1.5rem;border-radius:4px;display:none;width:300px;max-width:90%;color:#000;box-shadow:8px 8px 0 0 #000;z-index:1100}.accessibility-panel h3{margin:0 0 1rem 0;font-size:1.2rem;font-weight:600;color:#000}.font-size-controls{display:flex;gap:.5rem;margin-bottom:1rem}.font-size-controls button{background-color:#000;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;transition:background-color 0.3s ease;font-size:1rem}.font-size-controls button:hover{background-color:#333}.dark-mode-control{display:flex;align-items:center;gap:.5rem}.dark-mode-control input[type="checkbox"]{width:1.25rem;height:1.25rem;cursor:pointer}body.dark-mode{background-color:#000;color:#fff}body.dark-mode .intro,body.dark-mode .creations,body.dark-mode #contact{color:#fff}body.dark-mode .creation-item{background-color:#000;border-color:#fff;color:#fff;box-shadow:8px 8px 0 0 #fff}body.dark-mode .accessibility-panel{background-color:#000;border-color:#fff;color:#fff;box-shadow:8px 8px 0 0 #fff}body.dark-mode .accessibility-panel h3{color:#fff}body.dark-mode .dark-mode-control label{color:#fff}body.dark-mode .font-size-controls button{background-color:#fff;color:#000}body.dark-mode .font-size-controls button:hover{background-color:#fff}body.dark-mode svg{fill:#000}body.dark-mode .reveal{background-color:#fff}body.dark-mode header{background-color:#fff;color:#000}body.dark-mode header nav a{color:#000}body.dark-mode header nav a:hover{color:#000}body.dark-mode #contact form{background-color:#000;border-color:#fff;box-shadow:8px 8px 0 0 #fff}body.dark-mode #contact input,body.dark-mode #contact textarea{background-color:#000;border-color:#fff;color:#fff}body.dark-mode #contact input::placeholder,body.dark-mode #contact textarea::placeholder{color:#fff}body.dark-mode #contact button{background-color:#fff;color:#000}body.dark-mode #contact button:hover{background-color:#fff}body.dark-mode .footer{background-color:#fff;color:#000}html{overflow-x:hidden;font-size:16px}body{margin:0;background-color:#fff;font-family:'Arial',sans-serif;color:#000;line-height:1.6;font-size:1rem}g{overflow:hidden;visibility:hidden}svg{color:#fff;position:absolute;top:40%;left:40%;margin:0 auto;z-index:420;height:20vh;width:20vw;overflow:visible}.reveal{margin:0;position:absolute;top:0;left:0;width:100vw;height:102vh;z-index:5;background-color:#000}header{background-color:#000;color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;display:flex;align-items:center;justify-content:center}header nav{flex:1;display:flex;justify-content:center}header nav ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:2rem}header nav a{color:#fff;text-decoration:none;font-size:1.1rem;transition:color 0.3s ease}header nav a:hover{color:#fff;text-decoration:underline}main{margin:0 auto;max-width:1400px;padding:2rem}.intro{height:100vh;display:flex;flex-direction:column;text-align:center;align-items:center;gap:1rem}.intro h1{color:#fff;mix-blend-mode:difference;font-size:3rem;margin-top:6rem;font-weight:700}.intro hr{color:#fff;mix-blend-mode:difference;font-size:1.5rem;height:2px;width:30%}.intro h2{color:#fff;mix-blend-mode:difference;font-size:2rem}.creations{padding:4rem 0;background-color:#fff}.creations h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;font-weight:700}.creations .container{display:flex;gap:2rem;padding:0 1rem;flex-wrap:wrap;justify-content:center}.creation-item{background-color:#fff;border:1px solid #000;padding:1rem;width:30%;transition:transform 0.3s ease;box-shadow:8px 8px 0 0 #000;position:relative;cursor:pointer}.creation-item:hover{transform:translateY(-5px);box-shadow:12px 12px 0 0 #000}.creation-item img{width:100%;height:auto;margin-bottom:1rem}.creation-item h3{font-size:1.25rem;margin-bottom:.5rem;font-weight:600}.creation-item p{font-size:1rem;color:var(--primary-text)}#contact{background-color:#fff}#contact h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;font-weight:700}#contact form{max-width:600px;margin:0 auto;padding:2rem;border:1px solid #000;box-shadow:8px 8px 0 0 #000}#contact input,#contact textarea{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #000;background-color:#fff;color:#000;font-size:1rem}#contact button{background-color:#000;color:#fff;padding:.75rem 2rem;border:none;cursor:pointer;font-size:1rem;transition:background-color 0.3s ease}#contact button:hover{background-color:#000}.footer{background-color:#000;color:#fff;text-align:center;padding:2rem 0}.footer p{margin:0;font-size:1rem}.social-icons{display:flex;justify-content:center;gap:1.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#000;border-radius:50%;transition:transform 0.3s ease}.social-icon:hover{transform:scale(1.1)}.social-icon img{filter:invert(1)}body.dark-mode .social-icon{background-color:#000}body.dark-mode .social-icon img{filter:invert(1)}.accessibility-btn img{fill:#fff!important;filter:invert(1)}@media (max-width:1200px){main{display:flex;flex-direction:column;max-width:100%;padding:0}#contact{width:95%}.creation-item{width:70%}.creations .container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){header{padding:.75rem 0}header nav ul{gap:1rem}.intro h1{font-size:2.5rem}.creations h2{font-size:2rem}.creations .container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}#contact form{padding:1.5rem}.social-icons{gap:1rem}}@media (max-width:576px){header nav ul{gap:.75rem;font-size:.9rem}.pipi{padding-right:2rem!important}.intro h1{font-size:2rem}.creations h2{font-size:1.75rem}.creations .container{grid-template-columns:1fr;padding:0}.creation-item{max-width:100%;box-shadow:5px 5px 0 0 #000}.creation-item:hover{transform:translateY(-3px);box-shadow:7px 7px 0 0 #000}#contact h2{font-size:1.75rem}.social-icon{width:2.25rem;height:2.25rem}.social-icons{gap:.75rem}.accessibility-menu{top:15px;bottom:15px;right:15px;transform:none}.accessibility-btn{width:2.25rem;height:2.25rem}.accessibility-panel{bottom:3.125rem;top:auto;right:0;width:220px}.font-size-controls button{padding:.35rem .7rem}#contact form{box-shadow:5px 5px 0 0 #000}}@media (max-width:350px){.accessibility-menu{right:10px;bottom:10px}.accessibility-btn{width:2rem;height:2rem}.accessibility-panel{width:200px;right:-50px}}@media (max-width:768px){svg{height:15vh;width:15vw}}@media (max-width:576px){svg{height:12vh;width:12vw}}@media (max-width:350px){header nav ul{font-size:.8rem;gap:.5rem}.accessibility-btn{width:2rem;height:2rem}.accessibility-btn img{width:20px;height:20px}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1050;display:none}.close-btn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#000}.close-btn:hover{color:#333}.tete{border-radius:25px;width:400px;height:400}body.dark-mode .close-btn{background-color:#fff;color:#000}body.dark-mode .close-btn:hover{background-color:#fff}.video{z-index:-1}.video video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;object-fit:cover;transform:translate(-50%,-50%)}.about{text-align:left;padding:4rem 0;width:100%;height:60vh;display:flex;justify-content:space-between}.about .container{width:90%;margin:0 auto}.about h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color: var(--primary-text)}.about p{font-size:1rem;color:var(--primary-text);max-width:800px;line-height:1.6}@media (max-width:768px){.about h2{font-size:2rem}.about p{color: var(--primary-text);font-size:.95rem;max-width:100%}}@media (max-width:576px){.about h2{font-size:1.75rem}.about p{font-size:.9rem}}.creation-link{display:block;color:inherit;text-decoration:none}.creation-link:hover{text-decoration:none;color:inherit}.creation-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.creation-popover{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;max-width:80%;width:600px;pointer-events:auto}.creation-item:hover~.creation-popover{display:none}.popover-content{background-color:#fff;border:2px solid #000;border-radius:5px;box-shadow:10px 10px 0 rgb(0 0 0 / .8);padding:2rem;position:relative;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.popover-content img{max-width:100%;height:auto;margin-bottom:1rem;border:1px solid #ddd}.popover-content h3{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.popover-content p{margin-bottom:1.5rem;text-align:justify}.project-link{display:inline-block;background-color:#000;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;font-weight:700;transition:all 0.3s ease}.close-popover{position:absolute;top:.5rem;right:.5rem;font-size:1.5rem;background:none;border:none;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:0}.popover-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);z-index:1500;cursor:pointer}body.dark-mode .popover-content{background-color:#000;color:#fff;border-color:#fff;box-shadow:8px 8px 0 0 #fff}body.dark-mode .close-popover{background-color:#fff;color:#000}body.dark-mode .project-link{background-color:#fff;color:#000}body.dark-mode .project-link:hover{background-color:#fff}@media (max-width:768px){.creation-popover{width:90%}.popover-content{padding:1.5rem}}@media (max-width:576px){.popover-content{padding:1rem}.popover-content h3{font-size:1.2rem}}

/* Dark Mode System - Custom Properties */
:root {
    /* Light Theme Default Colors */
    --primary-bg: #ffffff;
    --secondary-bg: #f5f5f5;
    --primary-text: #000000;
    --secondary-text: #333333;
    --accent-color: #0066cc;
    --border-color: #000000;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --card-bg: #ffffff;
    --button-bg: #000000;
    --button-text: #ffffff;
    --header-bg: #000000;
    --header-text: #ffffff;
    --footer-bg: #000000;
    --footer-text: #ffffff;
}

/* Dark Theme Colors */
[data-theme="dark"], body.dark-mode {
    --primary-bg: #121212;
    --secondary-bg: #1e1e1e;
    --primary-text: #ffffff;
    --secondary-text: #e0e0e0;
    --accent-color: #4dabf7;
    --border-color: #ffffff;
    --shadow-color: rgba(255, 255, 255, 0.1);
    --card-bg: #1e1e1e;
    --button-bg: #ffffff;
    --button-text: #000000;
    --header-bg: #ffffff;
    --header-text: #000000;
    --footer-bg: #ffffff;
    --footer-text: #000000;
}

/* Global Dark Mode Styles */
body.dark-mode {
    background-color: var(--primary-bg);
    color: var(--primary-text);
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Header Dark Mode */
body.dark-mode header {
    background-color: var(--header-bg);
    color: var(--header-text);
    border-bottom: 1px solid var(--border-color);
}

body.dark-mode header nav a {
    color: var(--header-text);
}

body.dark-mode header nav a:hover {
    color: var(--accent-color);
}

/* Sections Dark Mode */
body.dark-mode .creations,
body.dark-mode .about,
body.dark-mode #contact {
    background-color: var(--primary-bg);
    color: var(--primary-text);
}

/* Creation Items Dark Mode */
body.dark-mode .creation-item {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    color: var(--primary-text);
    box-shadow: 8px 8px 0px 0px var(--border-color);
}

body.dark-mode .creation-item:hover {
    box-shadow: 12px 12px 0px 0px var(--border-color);
    transform: translateY(-5px);
}

/* Contact Form Dark Mode */
body.dark-mode #contact form {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    box-shadow: 8px 8px 0px 0px var(--border-color);
}

body.dark-mode #contact input,
body.dark-mode #contact textarea {
    background-color: var(--secondary-bg);
    border-color: var(--border-color);
    color: var(--primary-text);
}

body.dark-mode #contact input::placeholder,
body.dark-mode #contact textarea::placeholder {
    color: var(--secondary-text);
}

body.dark-mode #contact button {
    background-color: var(--button-bg);
    color: var(--button-text);
}

body.dark-mode #contact button:hover {
    background-color: var(--button-bg);
    opacity: 0.9;
}

/* Accessibility Panel Dark Mode */
body.dark-mode .accessibility-panel {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    color: var(--primary-text);
    box-shadow: 8px 8px 0px 0px var(--border-color);
}


body.dark-mode .font-size-controls button {
    background-color: var(--button-bg);
    color: var(--button-text);
}

/* Footer Dark Mode */
body.dark-mode .footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    border-top: 1px solid var(--border-color);
}

/* Popover Dark Mode */
body.dark-mode .popover-content {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    color: var(--primary-text);
    box-shadow: 8px 8px 0px 0px var(--border-color);
}

body.dark-mode .project-link {
    background-color: var(--button-bg);
    color: var(--button-text);
}

/* Social Icons Dark Mode */
body.dark-mode .social-icon {
    background-color: var(--button-bg);
}

body.dark-mode .social-icon img {
    filter: invert(1);
}

/* SVG and Reveal Dark Mode */
body.dark-mode svg {
    fill: var(--primary-text);
}

body.dark-mode .reveal {
    background-color: var(--secondary-bg);
}

/* Improved Focus States for Dark Mode */
body.dark-mode *:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* Selection Color for Dark Mode */
body.dark-mode ::selection {
    background-color: var(--accent-color);
    color: var(--primary-text);
}

/* Scrollbar for Dark Mode */
body.dark-mode ::-webkit-scrollbar {
    width: 12px;
}

body.dark-mode ::-webkit-scrollbar-track {
    background: var(--secondary-bg);
}

body.dark-mode ::-webkit-scrollbar-thumb {
    background-color: var(--border-color);
    border: 3px solid var(--secondary-bg);
    border-radius: 6px;
}

/* Smooth Transitions */
body, body.dark-mode, body.dark-mode * {
    transition: background-color 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease;
}