@layer bricks {.brxe-code{width:100%}}html { font-size: 16px; }body { font-family: 'Inter', sans-serif; font-weight: 300; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); color: #334155; line-height: 1.7; min-height: 100vh; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; } .container { max-width: 1140px; width: 100%; display: flex; flex-direction: column; align-items: center; } .header { text-align: center; width: 100%; } .logo { max-width: 300px; height: auto; padding: 40px; } .main-content { width: 100%; background: white; border-radius: 24px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); padding: 50px; margin-bottom: 40px; } @media (max-width: 768px) { .main-content { padding: 35px 25px; } } @media (max-width: 480px) { .main-content { padding: 25px 20px; } } .status-header { text-align: center; margin-bottom: 40px; } .status-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #039dc1 0%, #027ea0 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; color: white; font-size: 32px; } h1 { font-family: 'Poppins', sans-serif; font-weight: 500; color: #1e293b; margin-bottom: 15px; line-height: 1.3; font-size: 2.5rem; } @media (max-width: 992px) { h1 { font-size: 2.2rem; } } @media (max-width: 768px) { h1 { font-size: 1.9rem; } } @media (max-width: 480px) { h1 { font-size: 1.7rem; } } .subtitle { color: #64748b; margin-bottom: 30px; font-size: 1.3rem; } @media (max-width: 768px) { .subtitle { font-size: 1.15rem; } } @media (max-width: 480px) { .subtitle { font-size: 1.05rem; } } .about-section { background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%); border-radius: 16px; padding: 30px; margin: 30px 0; border-left: 4px solid #039dc1; } @media (max-width: 768px) { .about-section { padding: 25px 20px; margin: 25px 0; } } .about-title { font-family: 'Poppins', sans-serif; font-weight: 500; color: #1e293b; margin-bottom: 20px; font-size: 1.6rem; display: flex; align-items: center; gap: 10px; } @media (max-width: 768px) { .about-title { font-size: 1.4rem; } } .about-title i { color: #039dc1; } .about-content { color: #475569; margin-bottom: 15px; font-size: 1.05rem; } @media (max-width: 768px) { .about-content { font-size: 1rem; } } .highlight-box { background: white; border-radius: 12px; padding: 20px; margin-top: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03); } @media (max-width: 768px) { .highlight-box { padding: 18px 15px; } } .highlight-title { font-weight: 500; color: #039dc1; margin-bottom: 10px; font-size: 1.15rem; } @media (max-width: 768px) { .highlight-title { font-size: 1.05rem; } } .message { background-color: #f8fafc; padding: 25px; border-radius: 16px; margin: 30px 0 40px; border-left: 4px solid #039dc1; } @media (max-width: 768px) { .message { padding: 22px 20px; margin: 25px 0 35px; } } h2 { font-family: 'Poppins', sans-serif; font-weight: 500; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; font-size: 1.8rem; } @media (max-width: 768px) { h2 { font-size: 1.5rem; margin-bottom: 20px; } } h2 i { color: #039dc1; } .contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-bottom: 40px; } @media (max-width: 992px) { .contact-grid { gap: 20px; } } @media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 18px; } } .contact-card { background: #f8fafc; border-radius: 16px; padding: 25px; transition: all 0.3s ease; border: 1px solid transparent; } @media (max-width: 992px) { .contact-card { padding: 22px; } } @media (max-width: 768px) { .contact-card { padding: 20px; } } .contact-card:hover { border-color: #e2e8f0; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); } .card-icon { width: 50px; height: 50px; background: white; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #039dc1; font-size: 22px; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(3, 157, 193, 0.1); } @media (max-width: 768px) { .card-icon { width: 45px; height: 45px; font-size: 20px; margin-bottom: 15px; } } .card-title { font-weight: 500; color: #475569; margin-bottom: 8px; font-size: 1.1rem; } @media (max-width: 768px) { .card-title { font-size: 1.05rem; } } .card-content { color: #64748b; font-size: 1rem; } @media (max-width: 768px) { .card-content { font-size: 0.95rem; } } .social-section { background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border-radius: 16px; padding: 30px; margin: 30px 0; text-align: center; } @media (max-width: 768px) { .social-section { padding: 25px 20px; margin: 25px 0; } } .social-title { font-family: 'Poppins', sans-serif; font-weight: 500; color: #475569; margin-bottom: 20px; font-size: 1.4rem; } @media (max-width: 768px) { .social-title { font-size: 1.3rem; } } .social-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } @media (max-width: 768px) { .social-links { gap: 15px; } } .social-link { width: 55px; height: 55px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #64748b; background: white; transition: all 0.3s ease; text-decoration: none; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03); } @media (max-width: 768px) { .social-link { width: 50px; height: 50px; } } .social-link:hover { background: #039dc1; color: white; transform: translateY(-3px); } .progress-section { background: #f8fafc; border-radius: 16px; padding: 25px; margin: 30px 0; } @media (max-width: 768px) { .progress-section { padding: 22px 20px; margin: 25px 0; } } .progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .progress-label { font-weight: 500; color: #475569; font-size: 1.1rem; } @media (max-width: 768px) { .progress-label { font-size: 1.05rem; } } .progress-percent { font-weight: 500; color: #039dc1; font-size: 1.2rem; } @media (max-width: 768px) { .progress-percent { font-size: 1.15rem; } } .progress-bar { height: 10px; background-color: #e2e8f0; border-radius: 5px; overflow: hidden; } .progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #039dc1 0%, #027ea0 100%); border-radius: 5px; transition: width 1s ease, background 1s ease; } .footer { text-align: center; padding-top: 30px; border-top: 1px solid #e2e8f0; color: #94a3b8; font-size: 0.95rem; width: 100%; max-width: 1140px; } @media (max-width: 768px) { .footer { padding-top: 25px; font-size: 0.9rem; } } .update-time { display: inline-flex; align-items: center; gap: 8px; background-color: white; padding: 10px 20px; border-radius: 20px; margin-top: 20px; font-size: 0.9rem; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03); } @media (max-width: 768px) { .update-time { padding: 8px 16px; font-size: 0.85rem; margin-top: 15px; } } .update-time i { color: #039dc1; font-size: 0.85rem; } .developer-info { margin-top: 15px; padding-top: 15px; border-top: 1px dashed #e2e8f0; font-size: 0.9rem; color: #94a3b8; } @media (max-width: 768px) { .developer-info { margin-top: 12px; padding-top: 12px; font-size: 0.85rem; } } .developer-info a { color: #039dc1; text-decoration: none; font-weight: 500; } .developer-info a:hover { text-decoration: underline; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .main-content { animation: fadeInUp 0.8s ease-out; } .contact-card { animation: fadeInUp 0.8s ease-out; } .appear { opacity: 0; transform: translateY(15px); animation: fadeInUp 0.6s ease-out forwards; } .delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; } .delay-4 { animation-delay: 0.4s; } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 15px; } @media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; gap: 12px; } } @media (max-width: 480px) { .features-grid { gap: 10px; } } .feature-item { background: white; padding: 15px; border-radius: 10px; font-size: 1rem; display: flex; align-items: center; gap: 10px; } @media (max-width: 768px) { .feature-item { padding: 12px 15px; font-size: 0.95rem; } } .feature-item i { color: #039dc1; font-size: 0.9rem; } .additional-info { background-color: #f1f5f9; padding: 25px; border-radius: 16px; margin-top: 25px; } @media (max-width: 768px) { .additional-info { padding: 20px; margin-top: 20px; } } .additional-info p { color: #475569; display: flex; align-items: flex-start; gap: 12px; font-size: 1.05rem; } @media (max-width: 768px) { .additional-info p { font-size: 1rem; gap: 10px; } } .additional-info i { color: #039dc1; margin-top: 3px; flex-shrink: 0; font-size: 1.1rem; } @media (max-width: 768px) { .additional-info i { font-size: 1rem; } } @media (max-width: 768px) { body { padding: 25px 15px; } } @media (max-width: 480px) { body { padding: 20px 12px; } } .section-description { color: #64748b; margin-bottom: 25px; font-size: 1.1rem; } @media (max-width: 768px) { .section-description { font-size: 1rem; margin-bottom: 20px; } } .progress-date-info { margin-top: 15px; font-size: 0.95rem; color: #64748b; display: flex; flex-direction: column; gap: 5px; } .progress-date-row { display: flex; justify-content: space-between; align-items: center; } .progress-date-row span:first-child { color: #94a3b8; } .progress-date-row span:last-child { font-weight: 500; } @media (max-width: 480px) { .progress-date-row { flex-direction: column; align-items: flex-start; gap: 2px; } }#brxe-lfqohk {display: flex; justify-content: center}