*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Noto Sans SC',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);min-height:100vh;padding:40px 20px;line-height:1.6}.page-wrapper{max-width:800px;margin:0 auto}.page-header{text-align:center;margin-bottom:40px}.page-header h1{color:#fff;font-size:2.2rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2);margin-bottom:10px}.page-header p{color:rgba(255,255,255,.9);font-size:1rem}.card{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden;animation:.6s ease-out slideUp}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.info-section{background:linear-gradient(135deg,#f8f9ff 0,#eef1ff 100%);padding:30px;border-bottom:1px solid #e8ecf4}.info-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.badge,.info-icon{align-items:center}.info-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:12px;display:flex;justify-content:center;flex-shrink:0}.info-icon svg{width:24px;height:24px;fill:#fff}.info-header h2{font-size:1.3rem;color:#333;font-weight:600}.badge strong,.info-item a{color:#667eea}.info-item{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid #e8ecf4;transition:.3s}.info-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.08)}.info-item-label{font-weight:600;color:#667eea;margin-bottom:8px;font-size:.95rem}.info-item-content{color:#555;font-size:.95rem}.info-item a{text-decoration:none;font-weight:500;transition:color .2s}.info-item a:hover{color:#764ba2}.badge-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.badge{display:inline-flex;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#eef1ff 0,#f8f9ff 100%);border-radius:20px;font-size:.85rem;color:#555;border:1px solid #dde3ff}.requirements-box{background:linear-gradient(135deg,#fff9e6 0,#fff5d6 100%);border-left:4px solid #ffa726;padding:16px 20px;border-radius:0 12px 12px 0;margin-top:16px}.requirements-box .info-item-label{color:#e65100}.requirements-list{list-style:none;padding:0}.requirements-list li{padding:6px 0;color:#555;display:flex;align-items:center;gap:8px}.requirements-list li::before{content:'';width:6px;height:6px;background:#ffa726;border-radius:50%}.form-section{padding:30px}.form-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.form-title-icon{width:44px;height:44px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-title-icon svg{width:22px;height:22px;fill:#fff}.form-title h2{font-size:1.2rem;color:#333;font-weight:600}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#444;font-size:.95rem}.form-label .required{color:#e53935;margin-left:2px}.form-input,.form-textarea{width:100%;padding:14px 16px;border:2px solid #e8ecf4;border-radius:10px;font-size:1rem;font-family:inherit;transition:.3s;background:#fafbff}.form-input:focus,.form-textarea:focus{outline:0;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.form-input::placeholder,.form-textarea::placeholder{color:#aaa}.form-textarea{min-height:100px;resize:vertical}.form-hint{font-size:.85rem;color:#888;margin-top:6px}.submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(102,126,234,.4);margin-top:10px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.5)}.submit-btn:active{transform:translateY(0)}.success-message{text-align:center;padding:40px 20px;animation:.5s ease-out fadeIn}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#4caf50 0,#2e7d32 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 10px 30px rgba(76,175,80,.3)}.success-icon svg{width:40px;height:40px;fill:#fff}.success-message h2{color:#333;font-size:1.5rem;margin-bottom:12px}.success-message p{color:#666;font-size:1rem}.error-message{background:#ffebee;border:1px solid #ef9a9a;border-radius:10px;padding:14px 18px;margin-bottom:20px;color:#c62828;font-size:.95rem;display:flex;align-items:center;gap:10px}.error-message svg{width:20px;height:20px;fill:#c62828;flex-shrink:0}.footer{text-align:center;margin-top:30px;color:rgba(255,255,255,.8);font-size:.9rem}.footer a{color:#fff;text-decoration:none}@media (max-width:768px){body{padding:20px 15px}.page-header h1{font-size:1.6rem}.form-section,.info-section{padding:20px}.info-header{flex-direction:column;text-align:center}.badge-group{justify-content:center}}