*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#42b983;--primary2:#4da3ff;--text:#1e293b;--sub:#64748b;--card-bg:rgba(255,255,255,.72);--border:rgba(255,255,255,.55);--input-bg:rgba(255,255,255,.82)}body{min-height:100vh;overflow-x:hidden;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top left,rgba(66,185,131,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(77,163,255,.18),transparent 30%),linear-gradient(135deg,#f5f7fb,#edf4ff 45%,#f8fbff);color:var(--text);display:flex;align-items:center;justify-content:center;padding:40px 18px}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);z-index:-1}}.wrapper{width:100%;max-width:1120px}.card{position:relative;background:var(--card-bg);border:1px solid var(--border);border-radius:32px;overflow:hidden;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 12px 40px #0f172a14,0 2px 10px #0f172a0a,inset 0 1px #ffffffa6}.card:before{content:"";position:absolute;width:240px;height:240px;background:#42b98329;filter:blur(70px);top:-90px;right:-90px;border-radius:50%}.card:after{content:"";position:absolute;width:220px;height:220px;background:#4da3ff29;filter:blur(70px);bottom:-100px;left:-100px;border-radius:50%}.header{position:relative;z-index:2;padding:42px 42px 10px}.tag{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(255,255,255,.9);color:#334155;font-size:13px;margin-bottom:0;box-shadow:0 2px 10px #0f172a0d}.tag:before{content:"";width:8px;height:8px;border-radius:50%;background:#42b983;box-shadow:0 0 10px #42b98399}.header h1{font-size:42px;font-weight:700;letter-spacing:-1px;margin-bottom:16px;color:#0f172a}.header p{max-width:700px;color:var(--sub);line-height:1.9;font-size:15px;margin-bottom:18px}.content{position:relative;z-index:2;padding:20px 42px 42px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.form-group{margin-bottom:22px}label{display:block;margin-bottom:10px;font-size:14px;color:#0f172a;font-weight:600}.required{color:#ef4444}input,select,textarea{width:100%;border:none;outline:none;border-radius:18px;background:var(--input-bg);border:1px solid rgba(203,213,225,.75);padding:15px 16px;color:#0f172a;font-size:14px;transition:.25s;box-shadow:inset 0 1px 1px #fff9}input::placeholder,textarea::placeholder{color:#94a3b8}input:focus,textarea:focus,select:focus{border-color:#42b98399;background:#fff;box-shadow:0 0 0 4px #42b9831f,0 10px 24px #42b98314;transform:translateY(-1px)}textarea{min-height:160px;resize:vertical}.field-error{color:#ef4444;font-size:13px;margin-top:8px;min-height:18px}.meta-box{margin-top:18px;padding:15px 18px;border-radius:18px;background:#ffffff85;border:1px dashed rgba(203,213,225,.9);color:#64748b;line-height:1.8;font-size:13px}.status{margin-top:18px;padding:14px 18px;border-radius:18px;background:#fffc;border:1px solid rgba(203,213,225,.9);color:#334155;line-height:1.7}.status.success{border-color:#34d39959;background:#dcfce7cc;color:#0f5132}.status.error{border-color:#f8717159;background:#fee2e2d9;color:#991b1b}.checkbox-group{display:flex;align-items:flex-start;gap:12px;margin-top:22px;color:#475569;font-size:14px;line-height:1.8}.checkbox-group input{width:18px;height:18px;margin-top:2px}.actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:32px}.btn{height:54px;border:none;border-radius:18px;padding:0 24px;cursor:pointer;font-size:15px;font-weight:600;transition:.25s;text-decoration:none;display:flex;align-items:center;justify-content:center}.btn-primary{flex:1;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 10px 24px #42b9832e}.btn-primary[disabled]{opacity:.7;cursor:default;transform:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px #42b9833d}.btn-secondary{min-width:140px;background:#ffffffb8;border:1px solid rgba(203,213,225,.7);color:#334155}.btn-secondary:hover{background:#fff}.footer{margin-top:28px;text-align:center;font-size:13px;color:#94a3b8}.footer a{color:#64748b;text-decoration:none;transition:.2s}.footer a:hover{color:#0f172a}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){body{padding:20px 12px}.header{padding:28px 24px 10px}.content{padding:8px 24px 28px}.header h1{font-size:32px}.actions{flex-direction:column}.btn{width:100%}}
