@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}#root{min-height:100vh;width:100%}@font-face{font-family:Norkin Supreme;src:url(/fonts/Norkin%20Supreme/NorkinSupreme.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Norkin Supreme Light;src:url(/fonts/Norkin%20Supreme/NorkinSupremeLight.otf) format("opentype");font-weight:200;font-style:normal}.creativeland-navbar{position:sticky;top:0;left:0;z-index:999;background-color:#000;padding:1rem 2rem;box-shadow:0 2px 4px #0000004d;width:100%;box-sizing:border-box;font-family:DM Sans,sans-serif;font-optical-sizing:auto;font-style:normal;letter-spacing:.1em;text-transform:uppercase}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo a{display:block;text-decoration:none;transition:opacity .3s ease}.navbar-logo a:hover{opacity:.8}.navbar-logo-img{width:135px;height:auto}.navbar-links{display:none}.navbar-right{display:flex;align-items:center;gap:1.5rem}.navbar-link{color:#fff;text-decoration:none;font-size:.8rem;padding:.5rem 1rem;transition:color .3s ease;font-weight:900}.navbar-link:hover{color:#74d1f3}.navbar-dropdown{position:relative}.navbar-dropdown-button{background:transparent;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:color .3s ease;text-decoration:none;display:inline-block;font-family:inherit;font-size:.8rem;font-weight:900}.navbar-dropdown-button:hover{color:#74d1f3}.navbar-dropdown-menu{position:absolute;top:100%;right:0;background:#1a1a1a;border:1px solid #333;border-radius:6px;min-width:200px;margin-top:0;box-shadow:0 4px 12px #0006;z-index:1000;font-size:.8rem;font-weight:900}.navbar-dropdown-item{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;text-align:right;transition:background .3s ease;font-weight:900}.navbar-dropdown-item:hover{background:#262626;color:#74d1f3}.navbar-user-indicator{color:#b0b0b0;font-size:.9rem}.navbar-manage-button{background:#74d1f3;color:#000;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.navbar-manage-button:hover{opacity:.9}.navbar-login-button{background:transparent;border:1px solid #74D1F3;color:#74d1f3;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.navbar-login-button:hover{background:#74d1f3;color:#000}.navbar-hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.navbar-hamburger span{width:30px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar-hamburger span.active:nth-child(1){transform:translateY(11px) rotate(45deg)}.navbar-hamburger span.active:nth-child(2){opacity:0}.navbar-hamburger span.active:nth-child(3){transform:translateY(-11px) rotate(-45deg)}@media(max-width:1100px){.creativeland-navbar{padding:1rem 1.5rem}.navbar-container{flex-direction:row;justify-content:space-between}.navbar-hamburger{display:flex}.navbar-right{position:fixed;top:0;right:0;height:100vh;width:280px;background:#000;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 12px #00000080;overflow-y:auto}.navbar-right.mobile-open{transform:translate(0)}.navbar-link{width:100%;padding:1rem 0;border-bottom:1px solid #222;font-size:.9rem}.navbar-dropdown{width:100%;border-bottom:1px solid #222}.navbar-dropdown-button{width:100%;text-align:left;padding:1rem 0;font-size:.9rem}.navbar-dropdown-menu{position:static;background:#111;border:none;border-radius:0;box-shadow:none;margin-top:.5rem;margin-bottom:.5rem;padding:0;width:100%}.navbar-dropdown-item{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #1a1a1a}.navbar-dropdown-item:last-child{border-bottom:none}}.creativeland-footer{background-color:#000;color:#fff;padding:3rem 0 1rem;margin-top:auto;border-top:1px solid #262626;width:100%;box-sizing:border-box}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:135px;height:auto}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#74d1f3}.footer-section h4{font-size:1.1rem;margin-bottom:.75rem;color:#fff}.footer-section p{color:#b0b0b0;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#74d1f3}.footer-bottom{border-top:1px solid #262626;padding-top:1rem;text-align:center}.footer-bottom p{color:#888;font-size:.9rem;margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.legal-layout-container{min-height:100vh;display:flex;flex-direction:column}.legal-main{flex:1;background:#1a1a1a;padding:0;display:flex;justify-content:center}.legal-content{padding:3rem;max-width:900px;width:100%;color:#fff}.legal-content h1{font-size:2.5rem;margin-bottom:1rem;color:#fff}.legal-content h2{font-size:2rem;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333;color:#fff}.legal-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem;color:#fff}.legal-content h4{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem;color:#ccc}.legal-content p{line-height:1.7;margin-bottom:1rem;color:#ccc}.legal-content ul,.legal-content ol{line-height:1.7;margin-bottom:1rem;padding-left:2rem;color:#ccc}.legal-content li{margin-bottom:.5rem}.legal-content code{background:#000;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,Courier,monospace;font-size:.9em;color:#74d1f3}.legal-content a{color:#74d1f3;text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:#fff;text-decoration:underline}.legal-content strong{color:#fff}.legal-content em{font-style:italic}.legal-content blockquote{border-left:4px solid #74D1F3;padding-left:1rem;margin:1.5rem 0;color:#aaa;font-style:italic}@media(max-width:768px){.legal-content{padding:2rem 1.5rem}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:center;text-align:center;padding:4rem 0;margin-bottom:3rem;height:50vh}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.5rem;color:#b0b0b0}.about-section{text-align:center;max-width:800px;margin:0 auto 4rem}.about-section h2{font-size:2rem;margin-bottom:1rem;color:#74d1f3}.about-section p{font-size:1.1rem;line-height:1.6;color:#b0b0b0}.sites-section{margin-bottom:4rem}.sites-section h2{font-size:2rem;text-align:center;margin-bottom:2rem;color:#74d1f3}.sites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.site-card{background:#262626;border:1px solid #262626;border-radius:8px;padding:2rem;transition:transform .3s ease,border-color .3s ease}.site-card:hover{transform:translateY(-4px);border-color:#74d1f3}.site-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#fff}.site-card p{color:#b0b0b0;margin-bottom:1rem;line-height:1.6}.site-link{color:#74d1f3;text-decoration:none;font-weight:500;transition:color .3s ease}.site-link:hover{color:#fff}@media(max-width:768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.main-content{padding:2rem 1rem}.sites-grid{grid-template-columns:1fr}}
