﻿*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.6;color:#e2e8f0;background:linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);min-height:100vh}.main{min-height:100vh}.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.landing__container{text-align:center;max-width:600px;background:rgba(26,32,44,.8);backdrop-filter:blur(10px);padding:4rem 3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.4)}.landing__logo{margin-bottom:2rem}.landing__logo-image{width:200px;height:auto;max-width:80vw;animation:float 6s ease-in-out infinite}@media (max-width: 480px){.landing__logo-image{width:150px}}.landing__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#e2e8f0}@media (max-width: 768px){.landing__title{font-size:2rem}}@media (max-width: 480px){.landing__title{font-size:1.75rem}}.landing__subtitle{font-size:1.5rem;font-weight:300;color:#cbd5e0;margin-bottom:3rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.landing__subtitle{font-size:1.25rem}}@media (max-width: 480px){.landing__subtitle{font-size:1.1rem}}.landing__description{margin-bottom:3rem}.landing__description>p{font-size:1.1rem;color:#cbd5e0;margin-bottom:1.5rem}.landing__features{list-style:none;text-align:left;display:inline-block}.landing__features li{padding:.5rem 0;color:#cbd5e0;position:relative;padding-left:1.5rem}.landing__features li::before{content:"→";position:absolute;left:0;color:#fcb365;font-weight:bold}@media (max-width: 480px){.landing__features{text-align:center}.landing__features li{padding-left:0}.landing__features li::before{display:none}}.landing__footer p{font-size:.9rem;color:#a0aec0;font-style:italic;margin-bottom:.5rem}.landing__footer p:last-child{margin-bottom:0}.landing__main-site{font-style:normal !important;margin-top:1.5rem !important}.landing__link{color:#fcb365;text-decoration:none;font-weight:500;transition:color .2s ease,text-shadow .2s ease}.landing__link:hover{color:#fdcc97;text-shadow:0 0 8px rgba(252,179,101,.3)}@keyframes float{0%, 100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.landing{padding:1.5rem}.landing__container{padding:3rem 2rem}}@media (max-width: 480px){.landing{padding:1rem}.landing__container{padding:2rem 1.5rem;border-radius:15px}}