.cs-wrap{position:relative;width:100%;font-family:var(--font-primary)}.cs-trigger{padding:10px 12px;border:1px solid #e0d8c8;border-radius:8px;background:#fdfaf5;cursor:pointer;font-size:.88rem;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s;min-height:40px;box-sizing:border-box}.cs-trigger.cs-open{border-color:gold}.cs-trigger.cs-disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.cs-value{color:#1a1a2e}.cs-placeholder{color:#aaa}.cs-arrow{font-size:.65rem;color:#888;margin-right:4px;flex-shrink:0}.cs-dropdown-portal{background:#fff;border:1px solid #e0d8c8;border-radius:8px;box-shadow:0 8px 30px #00000026;display:flex;flex-direction:column;overflow:hidden}.cs-search{padding:8px 12px;border:none;border-bottom:1px solid #e0d8c8;font-family:var(--font-primary);font-size:.85rem;outline:none;background:#fdfaf5;flex-shrink:0}.cs-list{overflow-y:auto;flex:1;min-height:0}.cs-list::-webkit-scrollbar{width:8px}.cs-list::-webkit-scrollbar-track{background:#f8fafc}.cs-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.cs-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cs-option{padding:9px 14px;cursor:pointer;font-size:.88rem;color:#1a1a2e;transition:background .1s}.cs-option:hover{background:#f0ebe0}.cs-selected{background:#f0ebe0;font-weight:600;color:#0f3460}.cs-empty{padding:12px;color:#aaa;text-align:center;font-size:.85rem}:root{--elite-primary: #059669;--elite-primary-dark: #047857;--elite-bg: #f0fdf4;--elite-text: #1f2937;--elite-text-light: #6b7280;--elite-border: #e5e7eb;--elite-error: #ef4444;--elite-warning: #f59e0b;--elite-info: #1e3a8a;--elite-radius: 12px;--elite-shadow: 0 2px 8px rgba(0,0,0,.06);--elite-transition: all .2s ease}.elite-form{background:#fff;border:1px solid var(--elite-border);border-radius:16px;max-width:750px;margin:1.5rem auto;font-family:var(--font-primary);direction:rtl;box-shadow:var(--elite-shadow)}.elite-progress{display:flex;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--elite-bg);border-bottom:1px solid var(--elite-border);border-radius:16px 16px 0 0}.elite-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;opacity:.55;transition:var(--elite-transition)}.elite-step.active{opacity:1}.elite-step:after{content:"";position:absolute;top:16px;right:50%;width:100%;height:2px;background:var(--elite-border);z-index:0}.elite-step:last-child:after{display:none}.elite-step.active:after{background:var(--elite-primary)}.elite-step-num{width:32px;height:32px;border-radius:50%;background:var(--elite-border);color:var(--elite-text-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;position:relative;z-index:1;transition:var(--elite-transition)}.elite-step.active .elite-step-num{background:var(--elite-primary);color:#fff;transform:scale(1.1)}.elite-step-label{margin-top:.5rem;font-size:.75rem;color:var(--elite-text-light);text-align:center}.elite-step.active .elite-step-label{color:var(--elite-primary);font-weight:600}.elite-form-header{padding:1.25rem 1.5rem .5rem;text-align:center}.elite-form-header h2{margin:0;font-size:1.3rem;font-weight:700;color:var(--elite-text);display:inline-flex;align-items:center;gap:.5rem}.form-error{margin:0 1.5rem 1rem;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:var(--elite-radius);font-size:.85rem}.elite-fields-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem 1.5rem 1.5rem}.elite-field{display:flex;flex-direction:column;gap:.4rem}.elite-field.full{grid-column:1 / -1}.elite-field label{font-size:.85rem;font-weight:600;color:var(--elite-text)}.elite-field input,.elite-field select,.elite-field textarea{width:100%;padding:.7rem .9rem;border:1.5px solid var(--elite-border);border-radius:var(--elite-radius);font-size:.9rem;font-family:var(--font-primary);background:#fff;color:var(--elite-text);box-sizing:border-box;transition:var(--elite-transition)}.elite-field input:focus,.elite-field select:focus,.elite-field textarea:focus{outline:none;border-color:var(--elite-primary);box-shadow:0 0 0 3px #0596691f}.elite-field textarea{resize:vertical;min-height:80px}.elite-form-actions{display:flex;justify-content:flex-start;gap:.75rem;padding:1rem 1.5rem;background:var(--elite-bg);border-top:1px solid var(--elite-border);border-radius:0 0 16px 16px;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-submit{padding:.7rem 1.4rem;border-radius:var(--elite-radius);font-weight:600;font-size:.9rem;font-family:var(--font-primary);cursor:pointer;border:none;display:inline-flex;align-items:center;gap:.5rem;transition:var(--elite-transition)}.btn-primary{background:var(--elite-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--elite-primary-dark)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--elite-text);border:1.5px solid var(--elite-border)}.btn-secondary:hover:not(:disabled){border-color:var(--elite-primary);color:var(--elite-primary)}.btn-submit{background:var(--elite-info);color:#fff}.btn-submit:hover:not(:disabled){background:#1e40af}.btn-submit:disabled{opacity:.55;cursor:not-allowed}.elite-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.elite-img-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid var(--elite-border)}.elite-img-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.elite-img-remove{position:absolute;top:4px;left:4px;background:#ef4444eb;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center}.elite-img-remove:hover{background:#dc2626}.btn-add-image{padding:.6rem 1.2rem;border:2px dashed var(--elite-border);background:#fff;color:var(--elite-text-light);border-radius:var(--elite-radius);cursor:pointer;font-family:var(--font-primary);font-size:.88rem;transition:var(--elite-transition)}.btn-add-image:hover:not(:disabled){border-color:var(--elite-primary);color:var(--elite-primary);background:var(--elite-bg)}.btn-add-image:disabled{opacity:.55;cursor:not-allowed}.elite-img-hint{margin:.5rem 0 0;font-size:.8rem;color:var(--elite-text-light)}.elite-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:var(--elite-text-light)}.spinner{width:40px;height:40px;border:3px solid var(--elite-border);border-top-color:var(--elite-primary);border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 600px){.elite-form{margin:0;border-radius:0;border-right:none;border-left:none}.elite-progress{padding:.9rem .75rem;border-radius:0}.elite-step-label{font-size:.68rem}.elite-form-header{padding:1rem 1rem .5rem}.elite-form-header h2{font-size:1.1rem}.form-error{margin:0 1rem 1rem}.elite-fields-grid{grid-template-columns:1fr;padding:1rem;gap:.9rem}.elite-form-actions{padding:.9rem 1rem;border-radius:0}.btn-primary,.btn-secondary,.btn-submit{flex:1;justify-content:center;padding:.7rem 1rem;font-size:.85rem}}.evd-page{min-height:100vh;background:#f8fafc;padding-bottom:3rem}.evd-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#6b7280}.evd-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.evd-back{background:none;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;cursor:pointer;font-weight:600;color:#374151;transition:all .2s}.evd-back:hover{background:#f3f4f6}.btn-lang-sm{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:6px 14px;cursor:pointer;font-weight:600}.evd-container{max-width:1000px;margin:0 auto;padding:1.5rem 1rem}.evd-top{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.evd-gallery{border-radius:16px;overflow:hidden;background:#111827}.evd-main-img{position:relative;aspect-ratio:4/3}.evd-main-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#111827}.evd-status-badge{position:absolute;top:12px;right:12px;color:#fff;padding:6px 14px;border-radius:20px;font-weight:600;font-size:.85rem}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.3rem;cursor:pointer;transition:background .2s}.gallery-nav:hover{background:#000c}.gallery-nav.prev{left:8px}.gallery-nav.next{right:8px}.evd-thumbs{display:flex;gap:6px;padding:8px;overflow-x:auto;background:#1f2937}.evd-thumbs img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0}.evd-thumbs img.active{border-color:#10b981}.evd-no-image{aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f3f4f6;border-radius:16px;color:#9ca3af}.evd-no-image span{font-size:4rem}.evd-info{display:flex;flex-direction:column;gap:.6rem;padding-top:.5rem}.evd-category-tag{display:inline-flex;align-items:center;gap:4px;background:#ecfdf5;color:#065f46;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;width:-moz-fit-content;width:fit-content}.evd-mutation-tag{display:inline-flex;align-items:center;gap:4px;background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;width:-moz-fit-content;width:fit-content}.evd-title{font-size:1.8rem;font-weight:800;color:#111827;margin:.3rem 0;line-height:1.3}.evd-local-name{color:#6b7280;font-size:.95rem;margin:0}.evd-crop-link{color:#059669;font-size:.9rem;margin:0}.evd-reg-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:10px 16px;display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:#1e40af}.evd-desc{color:#4b5563;line-height:1.7;font-size:.95rem}.evd-desc p{margin:0}.evd-sponsor-badge{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:10px 16px;border-radius:10px;font-weight:600;font-size:.9rem}.evd-section{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.2rem;box-shadow:0 1px 3px #0000000f}.evd-section h2{font-size:1.15rem;font-weight:700;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f3f4f6}.evd-text{color:#4b5563;line-height:1.8;margin:0;white-space:pre-wrap}.evd-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.evd-detail-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;text-align:center;transition:border-color .2s}.evd-detail-card:hover{border-color:#10b981}.evd-dc-icon{font-size:1rem}.evd-dc-label{font-size:.72rem;color:#6b7280;font-weight:500}.evd-dc-value{font-size:.82rem;color:#1f2937;font-weight:700}.evd-owner-card{display:flex;gap:1rem;align-items:flex-start}.evd-owner-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.evd-owner-info h3{margin:0 0 .4rem;font-size:1.1rem;color:#111827}.evd-owner-info p{margin:.2rem 0;color:#4b5563;font-size:.9rem}.evd-owner-info a{color:#059669;text-decoration:none}.evd-votes-bar{display:flex;gap:1rem;margin-bottom:1rem}.evd-vote-box{flex:1;text-align:center;padding:16px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb}.evd-vote-box.approve{border-color:#bbf7d0}.evd-vote-box.disapprove{border-color:#fecaca}.evd-vote-count{display:block;font-size:1.8rem;font-weight:800;color:#1f2937}.evd-vote-actions{display:flex;gap:.8rem;flex-wrap:wrap}.evd-vote-btn{padding:10px 20px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s}.evd-vote-btn.approve:hover,.evd-vote-btn.approve.voted{background:#ecfdf5;border-color:#10b981;color:#065f46}.evd-vote-btn.disapprove:hover,.evd-vote-btn.disapprove.voted{background:#fef2f2;border-color:#ef4444;color:#991b1b}.evd-vote-btn.objection{border-color:#fbbf24;color:#92400e}.evd-vote-btn.objection:hover{background:#fffbeb}.evd-obj-sent{color:#059669;font-weight:600}.evd-vote-guest{color:#6b7280;cursor:pointer;text-decoration:underline}.evd-objection-form{margin-top:1rem;padding:1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:12px}.evd-objection-form h4{margin:0 0 .5rem}.evd-objection-form textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:.9rem;resize:vertical;box-sizing:border-box}.evd-obj-error{color:#dc2626;font-size:.85rem;margin:.3rem 0}.evd-obj-actions{display:flex;gap:.5rem;margin-top:.5rem;justify-content:flex-end}.evd-obj-actions button{padding:8px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.evd-obj-actions .btn-cancel{background:#e5e7eb;color:#374151}.evd-obj-actions .btn-submit{background:#f59e0b;color:#fff}.evd-keywords{display:flex;flex-wrap:wrap;gap:8px}.evd-kw-tag{background:#f3f4f6;border:1px solid #e5e7eb;padding:4px 14px;border-radius:20px;font-size:.85rem;color:#4b5563}@media (max-width: 750px){.evd-top{grid-template-columns:1fr;gap:1rem}.evd-title{font-size:1.4rem}.evd-details-grid{grid-template-columns:repeat(2,1fr)}.evd-votes-bar{flex-direction:row}.evd-vote-actions{flex-direction:column}}@media (max-width: 450px){.evd-container{padding:1rem .5rem}.evd-details-grid{grid-template-columns:1fr 1fr;gap:8px}.evd-detail-card{padding:10px}.evd-owner-card{flex-direction:column;align-items:center;text-align:center}}.evd-owner-panel{padding:.5rem 0}.evd-objections-list{margin-bottom:1rem}.evd-objections-list h4{margin:0 0 .8rem;color:#f59e0b}.evd-obj-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin-bottom:8px}.evd-obj-item p{margin:4px 0;color:#4b5563;font-size:.9rem}.evd-obj-status{font-weight:600;font-size:.85rem}.evd-obj-date{font-size:.8rem;color:#9ca3af}.evd-obj-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.evd-obj-reason{color:#4b5563;font-size:.9rem;margin:4px 0 8px;line-height:1.6}.evd-obj-reply-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:6px 14px;cursor:pointer;font-size:.85rem;font-weight:600;color:#374151;transition:all .2s}.evd-obj-reply-btn:hover{border-color:#3b82f6;color:#3b82f6}.evd-obj-reply-form{margin-top:8px}.evd-obj-reply-form textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:.9rem;resize:vertical;box-sizing:border-box}.evd-obj-admin-reply{margin-top:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px}.evd-obj-admin-reply span{font-weight:600;color:#1d4ed8;font-size:.85rem}.evd-obj-admin-reply p{margin:4px 0 0;color:#1e40af;font-size:.9rem}.evd-summary-card{background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:14px;padding:20px 24px;margin-bottom:24px;color:#fff}.evd-summary-title{font-size:1rem;margin-bottom:16px;line-height:1.7;opacity:.95}.evd-summary-title strong{font-size:1.2rem;color:#a5d6a7}.evd-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.evd-summary-item{background:#ffffff1a;border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;gap:4px}.evd-si-label{font-size:.78rem;opacity:.75}.evd-si-value{font-size:.95rem;font-weight:700;color:#e8f5e9}.evd-info-below{padding:20px 0 8px}.evd-top-gallery-only{display:block}.orf-page{max-width:900px;margin:2rem auto;padding:1.5rem;font-family:var(--font-primary)}.orf-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.orf-error{max-width:600px;margin:4rem auto;padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;text-align:center}.orf-header{text-align:center;margin-bottom:2rem}.orf-header h1{font-size:1.8rem;color:#0f3a4a;margin:0 0 .5rem}.orf-subtitle{color:#475569;font-size:1.1rem}.orf-progress{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem 1rem;background:#f8fafc;border-radius:12px;position:relative}.orf-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.orf-step:not(:last-child):after{content:"";position:absolute;top:22px;right:-50%;width:100%;height:2px;background:#cbd5e1;z-index:0}.orf-step.done:not(:last-child):after{background:#10b981}.orf-step-icon{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:1;position:relative;transition:all .3s}.orf-step.active .orf-step-icon{background:#0ea5e9;border-color:#0284c7;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0ea5e959}.orf-step.done .orf-step-icon{background:#10b981;border-color:#059669;color:#fff}.orf-step-label{font-size:.78rem;color:#64748b;text-align:center;line-height:1.3}.orf-step.active .orf-step-label{color:#0284c7;font-weight:700}.orf-step.done .orf-step-label{color:#059669}.orf-error-msg{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.85rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:600}.orf-content{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2rem;box-shadow:0 2px 8px #0000000a;margin-bottom:1.5rem}.orf-stage h2{margin:0 0 .5rem;color:#0f3a4a;font-size:1.4rem}.orf-hint{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.orf-review{background:#f8fafc;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem}.orf-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px dashed #e2e8f0}.orf-row:last-child{border-bottom:none}.orf-row label{color:#64748b;font-weight:600;font-size:.9rem}.orf-row span{color:#0f172a;font-weight:500;text-align:left}.orf-btn-edit{background:#f59e0b;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background .2s}.orf-btn-edit:hover{background:#d97706}.orf-uploads{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.orf-upload-card{border:2px dashed #cbd5e1;border-radius:10px;padding:1rem;background:#fafbfc;transition:border-color .2s}.orf-upload-card:hover{border-color:#0ea5e9}.orf-upload-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.orf-doc-icon{font-size:1.4rem}.orf-doc-label{flex:1;font-weight:600;font-size:.92rem;color:#0f172a}.orf-doc-check{color:#10b981;font-weight:800;font-size:1.2rem}.orf-upload-card input[type=file]{width:100%;font-size:.85rem;cursor:pointer}.orf-progress-bar{margin-top:.6rem;width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.orf-progress-bar>div{height:100%;background:linear-gradient(90deg,#0ea5e9,#06b6d4);transition:width .2s}.orf-doc-done{margin-top:.5rem;color:#059669;font-size:.85rem;font-weight:600}.orf-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.orf-fields label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#0f172a;font-size:.9rem}.orf-fields input{padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.orf-fields input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.orf-agreements{display:flex;flex-direction:column;gap:.75rem}.orf-agree{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.orf-agree:hover{background:#eff6ff;border-color:#93c5fd}.orf-agree input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:#0ea5e9;cursor:pointer;flex-shrink:0}.orf-agree span{color:#0f172a;font-size:.95rem;line-height:1.5}.orf-payment-placeholder{text-align:center;padding:2.5rem 1rem;background:#fefce8;border:1px dashed #facc15;border-radius:12px}.orf-icon-big{font-size:4rem;margin-bottom:.5rem}.orf-payment-placeholder h3{color:#854d0e;margin:.5rem 0}.orf-payment-placeholder p{color:#713f12;margin:.4rem 0}.orf-summary{background:#f8fafc;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.orf-summary h3{color:#0f3a4a;margin:1rem 0 .5rem;font-size:1.05rem;border-bottom:1px solid #cbd5e1;padding-bottom:.4rem}.orf-summary h3:first-child{margin-top:0}.orf-summary p{margin:.4rem 0;color:#0f172a}.orf-summary ul{margin:.5rem 0;padding-right:1.2rem;list-style:none}.orf-summary li{padding:.25rem 0;color:#475569;font-size:.92rem}.orf-btn-submit{width:100%;background:#059669;color:#fff;border:none;padding:1rem;border-radius:10px;cursor:pointer;font-size:1.05rem;font-weight:700;transition:background .2s}.orf-btn-submit:hover:not(:disabled){background:#047857}.orf-btn-submit:disabled{background:#94a3b8;cursor:not-allowed}.orf-nav{display:flex;justify-content:space-between;gap:1rem}.orf-btn{padding:.75rem 1.75rem;border-radius:8px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s}.orf-btn.back{background:#e2e8f0;color:#475569}.orf-btn.back:hover:not(:disabled){background:#cbd5e1}.orf-btn.next{background:#0ea5e9;color:#fff;margin-right:auto}.orf-btn.next:hover:not(:disabled){background:#0284c7}.orf-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 700px){.orf-page{padding:1rem;margin:1rem auto}.orf-progress{padding:1rem .5rem;flex-wrap:wrap;gap:.5rem}.orf-step-label{display:none}.orf-step.active .orf-step-label{display:block;font-size:.7rem}.orf-fields,.orf-uploads{grid-template-columns:1fr}.orf-content{padding:1.25rem}.orf-step:not(:last-child):after{display:none}}.orf-btn.cancel{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.orf-btn.cancel:hover:not(:disabled){background:#fecaca;border-color:#f87171}.orf-terms{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;max-height:380px;overflow-y:auto}.orf-terms h4{margin:0 0 .75rem;color:#78350f;font-size:1.05rem}.orf-terms ol{margin:0;padding-right:1.4rem;color:#422006;line-height:1.85;font-size:.92rem}.orf-terms ol li{margin-bottom:.6rem}.orf-terms ul{margin:.4rem 0;padding-right:1.2rem}.orf-terms strong{color:#92400e}.orf-section-title{margin:1rem 0 .75rem;color:#0f3a4a;font-size:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.4rem}.orf-doc-list .doc-ok{color:#059669;font-weight:800}.orf-doc-list .doc-no{color:#dc2626;font-weight:800}.orf-doc-link{color:#0284c7;text-decoration:none;font-weight:600}.orf-doc-link:hover{text-decoration:underline}.orf-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.orf-section h3{margin:0 0 .75rem;color:#0f3a4a;font-size:1rem;border-bottom:1px solid #cbd5e1;padding-bottom:.4rem}.orf-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.6rem 1rem}.orf-cell{display:flex;flex-direction:column;gap:.15rem;padding:.4rem 0}.orf-cell-wide{grid-column:1 / -1}.orf-cell label{font-size:.78rem;color:#64748b;font-weight:600}.orf-cell span{color:#0f172a;font-size:.92rem;word-break:break-word}.orf-agree-list{list-style:none;margin:0;padding:0}.orf-agree-list li{padding:.4rem 0;color:#334155;font-size:.88rem;line-height:1.5;border-bottom:1px dashed #e2e8f0}.orf-agree-list li:last-child{border-bottom:none}.orf-payment-note{color:#92400e;background:#fffbeb;padding:.6rem .85rem;border-radius:6px;margin:0;font-size:.9rem}@media (max-width: 700px){.orf-grid{grid-template-columns:1fr}}.orf-cell.full{grid-column:1 / -1}.orf-summary-agreements{list-style:none;margin:0;padding:0}.orf-summary-agreements li{padding:.5rem .75rem;margin-bottom:.4rem;border-radius:6px;font-size:.88rem;line-height:1.5;display:flex;gap:.5rem;align-items:flex-start}.orf-summary-agreements li.sig-ok{background:#ecfdf5;border-right:3px solid #059669;color:#064e3b}.orf-summary-agreements li.sig-no{background:#fef2f2;border-right:3px solid #dc2626;color:#7f1d1d}.orf-summary-agreements li>span{font-weight:800;font-size:1rem;flex-shrink:0}.orf-warning{background:#fef3c7;border:2px solid #f59e0b;color:#78350f;padding:.85rem 1rem;border-radius:8px;margin:1rem 0;font-size:.9rem;font-weight:600}.orf-warning ul{margin:.5rem 0 0;padding-right:1.5rem}.orf-warning li{margin:.25rem 0;font-weight:500}.mor-page{max-width:1000px;margin:2rem auto;padding:1.5rem;font-family:var(--font-primary)}.mor-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.mor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.mor-header h1{font-size:1.7rem;color:#0f3a4a;margin:0 0 .3rem}.mor-header p{color:#64748b;margin:0}.mor-btn-back{background:#e2e8f0;color:#475569;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.mor-btn-back:hover{background:#cbd5e1}.mor-success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1rem;font-weight:600;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mor-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.85rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:600}.mor-empty{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:14px;border:2px dashed #cbd5e1}.mor-empty-icon{font-size:4rem;margin-bottom:.5rem}.mor-empty h3{color:#334155;margin:.5rem 0}.mor-empty p{color:#64748b;margin-bottom:1.5rem}.mor-btn-primary{display:inline-block;background:#0ea5e9;color:#fff;padding:.75rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.mor-btn-primary:hover{background:#0284c7}.mor-list{display:grid;gap:1rem}.mor-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s}.mor-card:hover{box-shadow:0 4px 12px #00000014}.mor-card-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px dashed #e2e8f0}.mor-variety-info h3{margin:0 0 .3rem;color:#0f3a4a;font-size:1.15rem}.mor-reg-num{font-size:.82rem;color:#059669;font-weight:600}.mor-status{padding:.4rem .85rem;border-radius:20px;font-size:.85rem;font-weight:700;white-space:nowrap}.mor-card-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.6rem;margin-bottom:1rem}.mor-row{display:flex;gap:.4rem;font-size:.92rem}.mor-label{color:#64748b;font-weight:600}.mor-value{color:#0f172a}.mor-ownership-num{color:#065f46;font-weight:700}.mor-rejection-notes{grid-column:1 / -1;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;color:#991b1b;font-size:.9rem;line-height:1.5}.mor-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.75rem;border-top:1px dashed #e2e8f0}.mor-btn{padding:.55rem 1.1rem;border-radius:8px;border:none;cursor:pointer;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;transition:all .2s}.mor-btn-continue{background:#f59e0b;color:#fff}.mor-btn-continue:hover{background:#d97706}.mor-btn-view{background:#0ea5e9;color:#fff}.mor-btn-view:hover{background:#0284c7}.mor-btn-variety{background:#ede9fe;color:#6d28d9;border:1px solid #c4b5fd}.mor-btn-variety:hover{background:#ddd6fe}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 700px){.mor-page{padding:1rem;margin:1rem auto}.mor-card{padding:1rem}.mor-card-body{grid-template-columns:1fr}}
