:root{--primary-color: #6d57ff;--accent-color: #00ffbd;--purple-color: #a855f7;--dark-bg: #000000;--dark-card-bg: #0a0a0a;--dark-input-bg: #131313;--text-color: #ffffff;--text-secondary: #999999;--border-color: #333333;--shadow-color: rgba(109, 87, 255, .3);--gradient-blue: linear-gradient(45deg, #3b82f6, #6d57ff);--gradient-purple: linear-gradient(45deg, #6d57ff, #a855f7);--moon-text-color: #a29dff;--border-highlight: #1F2030}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:var(--dark-bg);color:var(--text-color);line-height:1.6;background:#000;overflow-x:hidden;position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(1px 1px at 40px 60px,#ffffffe6,#0000),radial-gradient(1px 1px at 20px 50px,#fffc,#0000),radial-gradient(2px 2px at 30px 100px,#ffffffb3,#0000),radial-gradient(2px 2px at 70px 150px,#ffffffe6,#0000);background-size:550px 550px,350px 350px,250px 250px,150px 150px;background-attachment:fixed;animation:stars 15s infinite linear;z-index:-1;opacity:.6}@keyframes stars{0%{background-position:0px 0px,0px 0px,0px 0px,0px 0px}to{background-position:500px 500px,300px 300px,200px 200px,100px 100px}}.root{position:relative;width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:5rem;text-align:center;line-height:1;margin-bottom:0}h2{font-size:5rem;text-align:center;margin:0;line-height:1}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--text-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-color)}.section-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:3rem;font-size:1.1rem}section{padding:5rem 0;position:relative;background-color:transparent}.btn{cursor:pointer;padding:.8rem 1.5rem;border-radius:2rem;font-weight:600;display:inline-block;transition:all .3s ease;font-size:.9rem;text-align:center}header{padding:1rem 0;position:fixed;top:0;width:100%;z-index:100;background-color:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center}.logo img{height:32px;max-width:100px}.main-nav{display:flex;align-items:center;background-color:#0a0a0ab3;border-radius:2rem;padding:.4rem;margin:0 auto}.main-nav a{padding:.5rem 1rem;font-weight:500;font-size:.9rem;color:var(--text-color);text-decoration:none}.main-nav a:hover,.main-nav a.active{color:var(--primary-color)}.wallet-dropdown{position:relative;display:inline-block}.wallet-display{cursor:pointer;padding:.5rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9rem;display:inline-block;background-color:#6d57ff;color:#fff;border:none;transition:all .3s ease}.wallet-display:hover{background-color:#5742e8;transform:translateY(-1px)}.logout-btn{position:absolute;top:110%;left:0;display:none;padding:8px 12px;cursor:pointer;border:1px solid transparent;background:#f7f7f733;border-radius:25px;width:100%;text-align:center;color:var(--text-color)}.wallet-dropdown.connected:hover .logout-btn{display:block}.wallet-dropdown.connected .wallet-display{background-color:#00ffbd33;color:var(--accent-color);border:1px solid var(--accent-color)}footer{padding:2rem 0;background-color:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1)}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-logo img{height:32px;max-width:100px}.footer-copyright{color:var(--text-secondary)}.hero{padding:100px 0 60px;text-align:center;position:relative;overflow:hidden;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.badge{display:inline-block;background-color:#0009;border-radius:2rem;padding:.5rem 1.5rem;font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem;border:1px solid #333}.hero h1,.hero h2{font-size:5rem;margin:0;line-height:1.1;text-align:center}.hero h2{margin-bottom:1.5rem}.hero h2 span{font-weight:500}.desc{margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.desc p{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-secondary)}.highlight{color:#fff}.moon-text{color:var(--moon-text-color);font-weight:900;background:linear-gradient(90deg,#7b68ee,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.create-token-box{display:flex;max-width:500px;width:100%;position:relative;margin:0 auto}.create-token-text{flex:1;padding:.8rem 1.5rem;border-radius:2rem;background-color:#ffffff1a;border:1px solid var(--border-color);color:var(--text-color);outline:none;font-size:.9rem}.create-token-text::placeholder{color:var(--text-secondary)}.create-token-btn{padding:.8rem 1.5rem;background-color:#6d57ff;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-left:10px}.create-token-btn:hover{background-color:#5742e8;transform:translateY(-2px)}.create-token-box .create-token-btn{position:absolute;right:5px;top:5px;margin-top:0;padding:.6rem 1.5rem}.big-moon{position:absolute;width:300px;height:300px;top:100px;right:20px;z-index:-1;transform-style:preserve-3d;perspective:1000px;animation:float-moon 10s ease-in-out infinite;opacity:.8}@media screen and (max-width: 1100px){.big-moon{display:none!important}}.moon-svg{width:100%;height:100%;animation:glow-effect 6s ease-in-out infinite}.stars-container{position:absolute;top:-100px;left:-100px;width:500px;height:500px;z-index:-1;pointer-events:none}.star{position:absolute;background-color:#fff;border-radius:50%;filter:blur(1px);opacity:.8;animation:twinkle 3s infinite}.star-1{width:3px;height:3px;top:50px;left:200px;animation-delay:.1s}.star-2{width:2px;height:2px;top:150px;left:100px;animation-delay:.5s}.star-3{width:4px;height:4px;top:200px;left:300px;animation-delay:1.2s}.star-4{width:3px;height:3px;top:100px;left:400px;animation-delay:.7s}.star-5{width:2px;height:2px;top:300px;left:120px;animation-delay:1.5s}.star-6{width:3px;height:3px;top:80px;left:350px;animation-delay:.3s}.star-7{width:4px;height:4px;top:250px;left:180px;animation-delay:.9s}.star-8{width:2px;height:2px;top:320px;left:280px;animation-delay:1.1s}.star-9{width:3px;height:3px;top:180px;left:380px;animation-delay:.4s}.star-10{width:2px;height:2px;top:120px;left:80px;animation-delay:1.7s}.star-11{width:3px;height:3px;top:220px;left:40px;animation-delay:.2s}.star-12{width:4px;height:4px;top:280px;left:350px;animation-delay:1.3s}@keyframes twinkle{0%{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.2;transform:scale(.8)}}@keyframes float-moon{0%{transform:translateY(0) rotateY(0)}50%{transform:translateY(-20px) rotateY(5deg)}to{transform:translateY(0) rotateY(0)}}@keyframes glow-effect{0%{filter:brightness(1) contrast(1)}50%{filter:brightness(1.1) contrast(1.05)}to{filter:brightness(1) contrast(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.powerful-launcher{padding:4rem 0;text-align:center}.token-creator{padding:2rem 0 5rem;margin:0 auto;max-width:1200px;position:relative}.creator-container{background-color:#000;border-radius:1.5rem;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080;border:1px solid var(--border-highlight);border-bottom-width:2px;border-right-width:2px;padding-bottom:2rem}.creator-container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.97) 80%);pointer-events:none;z-index:10}.window-controls{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem;z-index:5}.control{width:12px;height:12px;border-radius:50%;display:inline-block}.red{background-color:#ff5f57}.yellow{background-color:#febc2e}.green{background-color:#28c840}.creator-content{padding:3rem 2rem;text-align:center}.creator-content h2{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(180deg,#fff 30%,#999);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.creator-description{color:#999;margin-bottom:3rem;font-size:1.1rem}.token-form{max-width:800px;margin:0 auto;text-align:left}.form-row{display:flex;gap:2rem;margin-bottom:2rem}.form-group{flex:1}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#ccc}.input-display{width:100%;padding:.8rem 1rem;background-color:#131313b3;border:1px solid #333;border-radius:.5rem;color:var(--text-color);font-size:1rem;min-height:50px;display:flex;align-items:center}.input-help{font-size:.8rem;color:#666;margin-top:.5rem}.additional-options{opacity:.7;position:relative;z-index:0}.why-choose-us{padding:80px 0;background:linear-gradient(180deg,#0f0f1e,#070715)}.why-choose-us h2{text-align:center;margin-bottom:60px;font-size:36px;color:#fff}.features-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 1.5rem}.features-left,.features-right{flex:0 0 45%}.feature-item{display:flex;margin-bottom:40px;align-items:flex-start}.feature-icon{width:50px;height:50px;margin-right:15px;background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.feature-content h3{font-size:20px;margin-bottom:5px;color:#fff}.feature-content p{font-size:14px;color:#b8b8c9;line-height:1.4;margin:0}.security-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239188FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E")}.speed-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2377E7FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.simplicity-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2377E7FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E")}.wallet-icon-feature{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FBBC35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12V7H5a2 2 0 0 1 0-4h14v4'%3E%3C/path%3E%3Cpath d='M3 5v14a2 2 0 0 0 2 2h16v-5'%3E%3C/path%3E%3Cpath d='M18 12a2 2 0 0 0 0 4h4v-4h-4z'%3E%3C/path%3E%3C/svg%3E")}.support-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF987F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E")}.customization-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF5CA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'%3E%3C/path%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'%3E%3C/path%3E%3C/svg%3E")}.enhance-experience{padding:80px 0;background-color:transparent;text-align:center;color:#fff}.enhance-experience .section-title{font-size:1.5rem;margin-bottom:16px;color:#fff}.enhance-experience .section-subtitle{font-size:1rem;color:#ccc;max-width:800px;margin:0 auto 50px}.faq-section{padding:80px 0;max-width:800px;margin:0 auto}.faq-section h2{font-size:2rem;text-align:center;margin-bottom:.5rem}.faq-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem}.faq-item{border:1px solid var(--border-color);border-radius:1rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;background-color:#0a0a0a80}.faq-item:hover{border-color:var(--primary-color)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;cursor:pointer;font-weight:500;font-size:1rem;color:var(--text-color);-webkit-user-select:none;user-select:none}.faq-question span{flex:1}.faq-toggle{font-size:1.5rem;color:var(--text-secondary);transition:transform .3s ease;margin-left:1rem}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 1.5rem;color:var(--text-secondary);line-height:1.6}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.2rem}.create-token-page{padding:100px 0 60px;max-width:900px;margin:0 auto}.create-token-page .page-header{text-align:center;margin-bottom:3rem}.create-token-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem}.create-token-page .page-header p{color:var(--text-secondary);font-size:1.05rem}.token-creator-form{background:#0a0a0acc;border:1px solid var(--border-highlight);border-radius:1.5rem;padding:2.5rem;margin:0 1.5rem}.token-creator-form .form-row{display:flex;gap:2rem;margin-bottom:1.5rem}.token-creator-form .form-group{flex:1}.token-creator-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#e0e0e0;font-size:.95rem}.token-creator-form .form-group input,.token-creator-form .form-group textarea,.token-creator-form .form-group select{width:100%;padding:.85rem 1rem;background-color:var(--dark-input-bg);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-color);font-size:1rem;outline:none;transition:border-color .3s ease}.token-creator-form .form-group input:focus,.token-creator-form .form-group textarea:focus{border-color:var(--primary-color)}.token-creator-form .form-group textarea{min-height:100px;resize:vertical}.token-creator-form .form-group .input-help{font-size:.8rem;color:#666;margin-top:.4rem}.logo-upload-area{border:2px dashed var(--border-color);border-radius:.75rem;padding:2rem;text-align:center;cursor:pointer;transition:border-color .3s ease,background .3s ease;background:#13131380;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-upload-area:hover{border-color:var(--primary-color);background:#6d57ff0d}.logo-upload-area .upload-icon{font-size:2rem;margin-bottom:.5rem;color:var(--text-secondary)}.logo-upload-area p{color:var(--text-secondary);font-size:.9rem;margin:0}.logo-upload-area .file-types{font-size:.8rem;color:#666}.ai-logo-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.ai-logo-badge{display:inline-block;background:#6d57ff33;color:var(--primary-color);border:1px solid var(--primary-color);padding:.3rem .8rem;border-radius:2rem;font-size:.75rem;font-weight:600}.ai-logo-preview{width:120px;height:120px;background:var(--dark-input-bg);border:1px solid var(--border-color);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-top:1rem;color:var(--text-secondary);font-size:.85rem}.toggle-option{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.toggle-left{display:flex;align-items:center;gap:1rem}.toggle-switch{position:relative;width:48px;height:26px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#333;border-radius:26px;transition:all .3s ease}.toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:all .3s ease}.toggle-switch input:checked+.toggle-slider{background-color:var(--primary-color)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.toggle-label{font-weight:500;font-size:.95rem}.toggle-cost{color:var(--text-secondary);font-size:.9rem;font-weight:500}.toggle-description{font-size:.8rem;color:#666;margin-top:.3rem;padding-left:64px}.toggle-fields{max-height:0;overflow:hidden;transition:max-height .4s ease;padding-left:64px}.toggle-fields.active{max-height:500px;padding-top:1rem;padding-bottom:1rem}.toggle-fields .form-row{margin-bottom:1rem}.revoke-section{margin-top:2rem}.revoke-section h3{font-size:1.1rem;margin-bottom:1rem;font-weight:700}.revoke-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.revoke-card{background:#131313b3;border:1px solid var(--border-color);border-radius:.75rem;padding:1.2rem;cursor:pointer;transition:all .3s ease;position:relative}.revoke-card:hover{border-color:var(--primary-color)}.revoke-card.active{border-color:var(--primary-color);background:#6d57ff1a}.revoke-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.revoke-card-header h4{font-size:.95rem;font-weight:600;margin:0;color:var(--text-color)}.revoke-checkbox{width:20px;height:20px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:transparent}.revoke-card.active .revoke-checkbox{background:var(--primary-color);border-color:var(--primary-color)}.revoke-card.active .revoke-checkbox:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.revoke-card p{font-size:.8rem;color:#888;margin:0 0 .5rem;line-height:1.4}.revoke-cost{text-align:right;font-size:.85rem;color:var(--text-secondary);font-weight:500}.revoke-description{font-size:.8rem;color:#666;margin-top:.5rem}.recipient-section{margin-top:2rem}.recipient-section label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.95rem}.recipient-section input{width:100%;padding:.85rem 1rem;background-color:var(--dark-input-bg);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-color);font-size:1rem;outline:none;transition:border-color .3s ease}.recipient-section input:focus{border-color:var(--primary-color)}.launch-section{margin-top:2.5rem;text-align:center}.launch-btn{background:var(--primary-color);color:#fff;border:none;padding:1rem 3rem;border-radius:2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:250px}.launch-btn:hover{background:#5742e8;transform:translateY(-2px);box-shadow:0 8px 25px #6d57ff66}.fee-display{margin-top:1rem;font-size:.95rem;color:var(--text-secondary)}.fee-display .old-price{text-decoration:line-through;margin-right:.5rem;opacity:.6}.fee-display .current-price{font-weight:700;color:var(--text-color);font-size:1.05rem}.liquidity-page{padding:100px 0 60px;max-width:1400px;margin:0 auto;min-height:70vh}.liquidity-page .page-content{padding:0 1.5rem}.liquidity-page h1{font-size:2.5rem;text-align:left;margin-bottom:2rem}.portfolio-card{background:#0f0f28cc;border:1px solid rgba(109,87,255,.2);border-radius:1rem;overflow:hidden;margin-bottom:2rem}.portfolio-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.1)}.portfolio-tab{padding:1rem 2rem;font-weight:600;color:var(--text-color);cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease}.portfolio-tab.active{border-bottom-color:var(--primary-color);color:var(--primary-color)}.portfolio-content{padding:3rem;text-align:center;min-height:120px;display:flex;align-items:center;justify-content:center}.portfolio-content p{color:var(--text-secondary);font-size:1rem}.history-section{margin-top:2rem}.history-section h2{font-size:1.5rem;text-align:left;margin-bottom:1rem}.history-card{background:#0f0f2899;border:1px solid rgba(109,87,255,.15);border-radius:1rem;padding:3rem;text-align:center;min-height:100px;display:flex;align-items:center;justify-content:center}.history-card p{color:var(--text-secondary);font-size:1rem}.liquidity-page:before{content:"";position:fixed;top:0;left:-50%;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(109,87,255,.08) 0%,transparent 70%);pointer-events:none}.liquidity-page:after{content:"";position:fixed;top:0;right:-50%;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(59,130,246,.06) 0%,transparent 70%);pointer-events:none}.error{border-color:#ff5f57!important}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;align-items:center;justify-content:center}.modal-overlay.active{display:flex}.modal-content{background:#111;border:1px solid var(--border-color);border-radius:1.5rem;padding:3rem;text-align:center;max-width:450px;width:90%}.modal-content h3{margin-bottom:1rem;font-size:1.3rem}.modal-content p{color:var(--text-secondary);font-size:.95rem}.spinner{width:50px;height:50px;border:3px solid rgba(109,87,255,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media screen and (max-width: 768px){h1,h2,.hero h1,.hero h2{font-size:2.5rem}.header-container{padding:0 1rem}.main-nav{display:none}.form-row,.token-creator-form .form-row{flex-direction:column;gap:1rem}.revoke-cards{grid-template-columns:1fr}.features-container{flex-direction:column}.features-left,.features-right{flex:0 0 100%}.create-token-box{max-width:90%}.token-creator-form{padding:1.5rem;margin:0 1rem}.creator-content h2{font-size:2rem}}@media screen and (max-width: 480px){h1,h2,.hero h1,.hero h2{font-size:2rem}.badge{font-size:.75rem}.footer-container{flex-direction:column;gap:1rem;text-align:center}}
