/*
 * Copyright (c) 2026 Uncook Inc. All rights reserved.
 *
 * This source code is provided for reference purposes only.
 * You may NOT copy, modify, distribute, or use this code — in whole
 * or in part — in any other project, product, or service without
 * prior written permission from Uncook Inc.
 *
 * Commercial use is strictly prohibited.
 *
 * See LICENSE for full terms.
 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
a { color: inherit; }
button { cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
