.register-page{max-width:1440px;margin:60px auto;padding:40px;background:#ffffff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);font-family:Segoe UI,sans-serif;box-sizing:border-box}.register-container{max-width:900px;margin:0 auto}.register-header{text-align:center;margin-bottom:40px}.register-header h2{font-size:2.2rem;color:#256845;margin-bottom:10px}.register-subtitle{font-size:1.1rem;color:#666;margin:0}.register-confirmation{background-color:#e8f5e9;border:1px solid #c8e6c9;padding:20px;border-radius:8px;margin-bottom:30px;display:flex;align-items:center}.confirmation-icon{background-color:#4caf50;color:white;font-size:18px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.confirmation-message{color:#2e7d32;margin:0;font-weight:500}.register-error-banner{background-color:#ffebee;border:1px solid #ffcdd2;padding:15px 20px;border-radius:8px;margin-bottom:30px}.register-error-banner p{color:#c62828;margin:0;font-weight:500}.register-form{display:flex;flex-direction:column;gap:35px}.form-section{background-color:#f9f9f9;border-radius:10px;padding:25px 30px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.section-title{color:#256845;margin-top:0;margin-bottom:20px;font-size:1.3rem;font-weight:600;padding-bottom:10px;border-bottom:1px solid #e1e1e1}.optional-text{color:#6b7280;font-weight:400;font-size:.9rem;font-style:italic}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.form-row:last-child{margin-bottom:0}.form-group{position:relative}.form-group.full-width{grid-column:span 2}.form-group label{display:block;font-weight:500;color:#256845;margin-bottom:8px;font-size:.95rem}.required{color:#e53935;margin-left:3px}.register-form input{width:100%;padding:12px 16px;font-size:1rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.register-form input:focus{outline:none;border-color:#256845;box-shadow:0 0 0 2px rgba(37,104,69,.2)}.register-form .input-error{border-color:#e53935;background-color:#fff8f8}.register-form .input-error:focus{box-shadow:0 0 0 2px rgba(229,57,53,.2)}.error{color:#e53935;font-size:.85rem;margin-top:6px;display:block}.form-actions{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:10px}.submit-btn{background-color:#256845;color:white;border:none;width:100%;max-width:300px;padding:14px 20px;font-size:1.1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .2s;box-shadow:0 2px 5px rgba(0,0,0,.1)}.submit-btn:hover{background-color:#1b5032}.submit-btn:disabled{background-color:#90a4ae;cursor:not-allowed}.login-link{color:#555;margin:0}.login-link a,.login-modal-link{color:#256845;text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;margin-left:4px}.login-link a:hover,.login-modal-link:hover{text-decoration:underline}@media (max-width:768px){.register-page{margin:30px auto;padding:25px 20px}.register-header h2{font-size:1.8rem}.form-row{grid-template-columns:1fr;gap:15px}.form-group.full-width{grid-column:auto}.form-section{padding:20px}}.password-strength{margin-top:8px}.password-strength-label{margin-bottom:6px;font-size:12px}.password-strength-bars{gap:4px}.password-strength-segment{background-color:#e5e7eb}.password-strength-segment.active{background-color:#10b981}.password-strength-segment.active.strength-weak{background-color:#ef4444}.password-strength-segment.active.strength-strong{background-color:#10b981}.password-strength-text{font-size:12px}.strength-weak{color:#ef4444}.strength-strong{color:#10b981}.password-tips{margin-top:4px;margin-bottom:0}.privacy-settings{background-color:#f9fafb;padding:20px;border-radius:8px;border:1px solid #e5e7eb;margin-top:20px}.notification-option{margin-bottom:20px}.notification-option:last-child{margin-bottom:0}.checkbox-field-prominent{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin:0}.checkbox-field-prominent input[type=checkbox]{margin-top:2px;width:18px;height:18px;accent-color:#3b82f6;cursor:pointer;flex-shrink:0}.checkbox-content{display:flex;flex-direction:column;gap:4px;flex:1 1}.checkbox-label{font-weight:600;color:#111827;font-size:16px;line-height:1.5}.checkbox-description{font-size:14px;color:#6b7280;line-height:1.5}.form-section .privacy-settings{margin-top:0}.form-section .checkbox-field-prominent{background:none;padding:0;border:none}.privacy-settings label{color:inherit;font-weight:400;margin:0}.form-select{width:100%;font-size:1rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding:12px 40px 12px 16px}.form-select:focus{outline:none;border-color:#256845;box-shadow:0 0 0 2px rgba(37,104,69,.2)}.breeder-instructions{background-color:#e8f5e9;border:1px solid #c8e6c9;padding:16px;border-radius:6px;margin-bottom:12px}.breeder-instructions p{margin:0 0 8px;font-size:.95rem;color:#2e7d32;line-height:1.5}.breeder-instructions p:last-child{margin-bottom:0}.breeder-instructions strong{color:#1b5e20;font-weight:600}.breeder-type-info{margin-top:10px}.info-text{font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:12px 16px;border-radius:6px;margin:8px 0 0;line-height:1.5}.info-text strong{color:#374151;font-weight:600}.register-form select{height:48px}@media (max-width:768px){.form-select{font-size:16px}.notification-option{margin-bottom:16px}.checkbox-label{font-size:15px}.checkbox-description{font-size:13px}}.password-requirements{margin-top:12px;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.requirement-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.requirement-item{display:flex;align-items:center;gap:8px;font-size:13px;padding:4px 0}.requirement-item.met{color:#059669}.requirement-item.unmet{color:#6b7280}.requirement-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;font-weight:700;flex-shrink:0}.requirement-item.met .requirement-icon{background:#059669;color:white}.requirement-item.unmet .requirement-icon{background:#e5e7eb;color:#9ca3af}.password-match-indicator{margin-top:8px}.match-status{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500}.match-status.match{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.match-status.no-match{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.match-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:700}.match-status.match .match-icon{background:#059669;color:white}.match-status.no-match .match-icon{background:#dc2626;color:white}.match-text{font-size:13px}.password-strength{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.password-strength-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px}.password-strength-label span:first-child{color:#6b7280;font-weight:500}.password-strength-text{font-weight:600;font-size:13px}.password-strength-bars{display:flex;gap:3px;height:6px;margin-bottom:12px}.password-strength-segment{flex:1 1;background-color:#e9ecef;border-radius:3px;transition:background-color .3s ease}.password-strength-segment.active.strength-weak{background-color:#dc2626}.password-strength-segment.active.strength-medium{background-color:#f59e0b}.password-strength-segment.active.strength-strong{background-color:#059669}.strength-weak{color:#dc2626}.strength-medium{color:#f59e0b}.strength-strong{color:#059669}.password-tips{font-size:12px;color:#6b7280;margin:8px 0 0;font-style:italic}@media (max-width:768px){.requirement-grid{grid-template-columns:1fr;gap:6px}.match-text,.requirement-item{font-size:12px}}checked{background:#256845;border-color:#256845}.petconnect-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:12px;font-weight:700}.checkbox-text{flex:1 1;color:#333}.checkbox-text strong{color:#256845;font-weight:600}.checkbox-text small{color:#666;font-size:14px;line-height:1.4;margin-top:4px;display:block}.auth-password-strength{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.password-strength-header{display:flex;align-items:center;margin-bottom:10px;font-size:14px}.password-strength-header span:first-child{color:#666}.strength-0{color:#dc3545}.strength-1{color:#fd7e14}.strength-2{color:#ffc107}.strength-3{color:#28a745}.password-strength-bar{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:10px}.strength-fill{height:100%;transition:all .3s ease;border-radius:3px}.strength-fill.strength-0{background:#dc3545}.strength-fill.strength-1{background:#fd7e14}.strength-fill.strength-2{background:#ffc107}.strength-fill.strength-3{background:#28a745}.password-tips{margin:0}.password-tips p{margin:0;font-size:13px;color:#666}.auth-submit-btn{width:100%;padding:16px 24px;font-size:16px;font-weight:600;margin-top:20px}@media (max-width:768px){.auth-card-expanded{max-width:100%;padding:30px 20px;margin:20px}.auth-section{margin-bottom:30px;padding-bottom:20px}.auth-section-title{font-size:18px;margin-bottom:20px}}@media (max-width:480px){.auth-card-expanded{margin:10px;padding:20px 15px}.petconnect-checkbox-label{gap:8px}.checkbox-text small{font-size:13px}}.account-type-info,.breeder-type-info{margin-top:15px}.account-type-card,.breeder-type-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px}.account-type-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.account-type-icon{font-size:24px}.account-type-title,.breeder-type-title{margin:0;font-size:16px;font-weight:600}.account-type-description,.breeder-type-description{color:#6c757d;margin-bottom:10px}.breeder-requirements{color:#495057;font-size:14px}.field-help{color:#6c757d;font-size:12px;margin-top:5px}.licensed-breeder-fields{margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.logo-upload-container{background:#f8f9fa;border:2px dashed #d1d5db;border-radius:8px;padding:20px;text-align:center;transition:border-color .3s ease;margin-top:8px}.logo-upload-container:hover{border-color:#256845;background:#f0f7f4}.logo-file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.logo-upload-info{display:flex;align-items:center;gap:15px;margin-bottom:15px}.logo-upload-icon{font-size:32px;color:#6b7280}.logo-upload-text{text-align:left;flex:1 1}.logo-upload-text p{margin:0 0 4px;color:#374151}.logo-upload-text p:first-child{font-weight:600;color:#256845}.logo-upload-text p:nth-child(2){font-size:14px;color:#6b7280}.file-selected{color:#059669!important;font-weight:500!important;font-size:14px!important}.logo-upload-notice{background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;padding:12px 16px;margin-top:15px}.logo-upload-notice p{margin:0;font-size:13px;color:#92400e;line-height:1.5}.logo-upload-notice strong{color:#78350f}.upload-button{background:#256845;color:white;border:none;padding:12px 24px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .2s;margin-bottom:15px;min-width:120px}.upload-button:hover{background:#1b5032}.upload-button:focus{outline:none;box-shadow:0 0 0 2px rgba(37,104,69,.2)}.logo-upload-container:has(.logo-file-input:valid){border-color:#059669;background:#ecfdf5}.logo-upload-container:has(.logo-file-input:valid) .logo-upload-icon{color:#059669}.document-upload-container{background:#fef3f2;border:2px dashed #fca5a5;border-radius:8px;padding:20px;text-align:center;transition:border-color .3s ease;margin-top:8px}.document-upload-container:hover{border-color:#dc2626;background:#fef2f2}.document-file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.document-upload-info{display:flex;align-items:center;gap:15px;margin-bottom:15px}.document-upload-icon{font-size:32px;color:#dc2626}.document-upload-text{text-align:left;flex:1 1}.document-upload-text p{margin:0 0 4px;color:#374151}.document-upload-text p:first-child{font-weight:600;color:#dc2626}.document-upload-text p:nth-child(2){font-size:14px;color:#6b7280;font-style:italic}.document-upload-text p:nth-child(3){font-size:14px;color:#6b7280}.document-upload-notice{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:12px 16px;margin-top:15px}.document-upload-notice p{margin:0;font-size:13px;color:#991b1b;line-height:1.5}.document-upload-notice strong{color:#7f1d1d}.document-upload-container .upload-button{background:#dc2626;color:white}.document-upload-container .upload-button:hover{background:#b91c1c}.document-upload-container .upload-button:focus{box-shadow:0 0 0 2px rgba(220,38,38,.2)}.document-upload-container:has(.document-file-input:valid){border-color:#059669;background:#ecfdf5}.document-upload-container:has(.document-file-input:valid) .document-upload-icon{color:#059669}.proof-type-info{margin-top:12px}.proof-type-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:15px}.proof-type-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#0c4a6e}.proof-type-description{margin:0;font-size:14px;color:#0f172a;line-height:1.5}@media (max-width:768px){.document-upload-info,.logo-upload-info{flex-direction:column;text-align:center;gap:10px}.document-upload-text,.logo-upload-text{text-align:center}.document-upload-container,.logo-upload-container{padding:15px}.document-upload-notice,.logo-upload-notice{padding:10px 12px}.document-upload-notice p,.logo-upload-notice p{font-size:12px}.upload-button{width:100%;max-width:200px}}