*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:3rem;background:#fffffff2;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.main{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.token-info,.deployment-steps,.important-notes,.contract-display,.dex-info,.liquidity-info{background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.token-info h2,.deployment-steps h2,.important-notes h2,.contract-display h2,.dex-info h2,.liquidity-info h2{color:#2d3748;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.specs{display:grid;gap:1rem}.spec-item{padding:1rem;background:#f7fafc;border-radius:10px;border-left:4px solid #667eea}.spec-item strong{color:#2d3748;display:inline-block;min-width:120px}.liquidity-features{display:grid;gap:1rem}.feature-item{padding:1rem;background:#f0fff4;border-radius:10px;border-left:4px solid #48bb78}.feature-item strong{color:#2d3748;display:inline-block;min-width:140px}.deployment-steps ol{margin-left:1.5rem}.deployment-steps li{margin-bottom:1.5rem;color:#4a5568}.deployment-steps ul{margin:.5rem 0 0 1rem}.deployment-steps ul li{margin-bottom:.5rem}.deployment-steps small{color:#48bb78;font-weight:600;display:block;margin-top:.5rem}code{background:#2d3748;color:#e2e8f0;padding:.2rem .5rem;border-radius:5px;font-family:Monaco,Menlo,monospace;font-size:.9rem}pre{margin:.5rem 0}pre code{display:block;padding:1rem;border-radius:10px;overflow-x:auto;cursor:pointer;transition:all .2s ease}pre code:hover{background:#4a5568;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.important-notes ul{list-style:none}.important-notes li{margin-bottom:1rem;padding:1rem;background:#fef5e7;border-radius:10px;border-left:4px solid #f6ad55;position:relative}.important-notes li:before{content:"⚠️";position:absolute;left:-.5rem;top:.5rem;font-size:1.2rem}.contract-item{margin-bottom:1rem;padding:1rem;background:#f0fff4;border-radius:10px;border-left:4px solid #48bb78}.contract-item strong{display:block;margin-bottom:.5rem;color:#2d3748}.address{background:#2d3748!important;color:#e2e8f0!important;padding:.5rem 1rem!important;border-radius:8px!important;font-family:Monaco,Menlo,monospace!important;font-size:.8rem!important;word-break:break-all;display:block;margin-top:.5rem}.status-ready{color:#38a169;font-weight:600;background:#f0fff4;padding:.3rem .8rem;border-radius:20px;border:2px solid #38a169}.dex-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.dex-link{display:block;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:15px;text-align:center;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.dex-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}.footer{text-align:center;padding:2rem;background:#ffffffe6;border-radius:15px;margin-top:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer p{color:#666;margin-bottom:.5rem}@media (max-width: 768px){.container{padding:10px}.header h1{font-size:2rem}.main{grid-template-columns:1fr;gap:1rem}.token-info,.deployment-steps,.important-notes,.contract-display,.dex-info{padding:1.5rem}.dex-links{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.token-info,.deployment-steps,.liquidity-info,.important-notes,.dex-info{animation:fadeInUp .6s ease-out}.deployment-steps{animation-delay:.1s}.liquidity-info{animation-delay:.2s}.important-notes{animation-delay:.3s}.dex-info{animation-delay:.4s}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}
