:root{--background: 0 0% 96%;--foreground: 244 44% 25%;--card: 0 0% 100%;--card-foreground: 244 44% 25%;--popover: 0 0% 100%;--popover-foreground: 244 44% 25%;--primary: 244 44% 25%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 92%;--secondary-foreground: 244 44% 25%;--muted: 0 0% 92%;--muted-foreground: 244 20% 45%;--accent: 0 0% 92%;--accent-foreground: 244 44% 25%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--success: 142 76% 36%;--success-foreground: 0 0% 100%;--border: 0 0% 88%;--input: 0 0% 88%;--ring: 244 44% 25%;--radius: .5rem;--glass-bg: 0 0% 100% / .9;--glass-border: 0 0% 90%;--shadow-soft: 0 2px 8px hsl(0 0% 0% / .06);--shadow-card: 0 1px 4px hsl(0 0% 0% / .04);--gradient-page: linear-gradient(180deg, #f7f6ff 0%, #f2efff 60%, #f8f8fb 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;line-height:1.6;color:hsl(var(--foreground));background:var(--gradient-page, #f5f5f5);min-height:100vh;-webkit-font-smoothing:antialiased}.glass-card{background:hsla(var(--glass-bg));border:1px solid hsl(var(--glass-border));border-radius:18px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.form-section{padding:18px 0;border-radius:18px}.form-section:first-of-type{padding-top:4px}.form-section+.form-section{border-top:1px solid hsl(var(--border))}.form-section h2{display:flex;align-items:center;gap:10px;color:hsl(var(--foreground));font-size:1.1rem;margin-bottom:14px;font-weight:700}.form-section h2:after{content:"";height:2px;flex:1;background:linear-gradient(90deg,hsla(var(--primary),.25),transparent);border-radius:999px}.form-section h3{color:hsl(var(--foreground));margin:24px 0 12px;font-size:1rem;font-weight:700;padding-bottom:8px;border-bottom:1px solid hsl(var(--border))}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:12px}.form-section h3~.form-row,.form-section h3~* .form-row{margin-left:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.is-invalid{border-color:#ef4444!important;background-color:#fef2f2!important}.is-invalid:focus{box-shadow:0 0 0 2px #ef444433!important}.invalid-feedback{color:#ef4444;font-size:.8rem;margin-top:4px;font-weight:500}.checkbox-group.is-invalid{border:1px solid #ef4444;padding:8px;border-radius:12px}.form-group label{color:hsl(var(--muted-foreground));font-weight:600;font-size:.92rem}.form-label-required:after{content:" *";color:hsl(var(--destructive))}select{width:100%;padding:12px 36px 12px 16px;border-radius:12px;border:1px solid hsl(var(--border));background:hsla(var(--secondary),.55);color:hsl(var(--foreground));font:inherit;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}input:not([type=checkbox]):not([type=radio]),textarea{width:100%;padding:12px 16px;border-radius:12px;border:1px solid hsl(var(--border));background:hsla(var(--secondary),.55);color:hsl(var(--foreground));font:inherit;transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary),.16);background:hsla(var(--secondary),.8)}textarea{resize:vertical;min-height:90px}.form-group small{color:hsl(var(--muted-foreground));font-size:.85rem;margin-top:4px}.section-note{font-size:.9rem;color:hsl(var(--muted-foreground));margin-bottom:16px;padding:8px 12px;background:hsla(var(--secondary),.3);border-left:3px solid hsl(var(--primary));border-radius:4px}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:4px}.checkbox-group label{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid hsl(var(--border));background:hsla(var(--secondary),.6);cursor:pointer;transition:all .15s ease;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;font-size:.9rem;font-weight:500}.checkbox-group label:hover{border-color:hsl(var(--primary));background:hsla(var(--secondary),.9)}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:hsl(var(--primary));cursor:pointer}.mt-8{margin-top:8px}.mt-16{margin-top:16px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.form-row{grid-template-columns:1fr}.form-section h2{font-size:1.3rem}.form-section h3~.form-row,.form-section h3~* .form-row{margin-left:0}}
