.create-company-page{min-height:100vh;background:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:32px}.create-company-card{width:100%;max-width:920px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:32px}.create-company-header{margin-bottom:24px}.create-company-header h1{margin:0;font-size:22px;font-weight:600;color:#111827}.create-company-header p{margin-top:6px;font-size:14px;color:#6b7280}.cc-section{margin-top:28px}.cc-section-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:12px}.cc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.cc-grid{grid-template-columns:1fr}}.cc-field{display:flex;flex-direction:column}.cc-field label{font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.cc-input,.cc-file{height:40px;padding:0 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;background:#fff}.cc-input:focus,.cc-file:focus{outline:none;border-color:#133ff2;box-shadow:0 0 0 1px #133ff233}.cc-help{font-size:12px;margin-top:4px;color:#6b7280}.cc-error{color:#dc2626}.cc-logo-preview{height:96px;border-radius:8px;border:1px dashed #d1d5db;background:#f9fafb;display:flex;align-items:center;justify-content:center}.cc-logo-preview img{max-height:80px;max-width:100%}.cc-actions{margin-top:32px;display:flex;justify-content:flex-end}.cc-btn-primary{height:44px;padding:0 24px;border-radius:10px;border:none;background:#133ff2;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.cc-btn-primary:disabled{opacity:.6;cursor:not-allowed}
