:root{--brand: #b6985a;--brand-hover: #a4874f;--charcoal: #1f2937;--bg-light: #f8fafc;--bg-dark: #0f172a;--surface: #ffffff}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Cairo,Segoe UI,Tahoma,sans-serif;background:var(--bg-light);color:var(--charcoal)}a{color:inherit}.ofl-field{direction:rtl;width:100%}.ofl-field-frame{--ofl-border-color: #d1d5db;--ofl-focus-color: var(--brand, #b6985a);--ofl-error-color: #dc2626;--ofl-disabled-bg: #f3f4f6;--ofl-text-color: var(--charcoal, #1f2937);--ofl-placeholder-color: #6b7280;--ofl-surface: var(--surface, #ffffff);align-items:center;background:var(--ofl-surface);border:1px solid var(--ofl-border-color);border-radius:14px;color:var(--ofl-text-color);cursor:text;display:flex;min-height:56px;padding:0 14px;position:relative;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;width:100%}.ofl-field-frame--focused{border-color:var(--ofl-focus-color);box-shadow:0 0 0 3px #b6985a24}.ofl-field-frame--error{border-color:var(--ofl-error-color)}.ofl-field-frame--disabled{background:var(--ofl-disabled-bg);color:#9ca3af;cursor:not-allowed;pointer-events:none}.ofl-field-frame__label{background:var(--ofl-surface);color:var(--ofl-focus-color);font-size:.75rem;font-weight:700;line-height:1;padding:0 6px;position:absolute;right:14px;top:0;transform:translateY(-50%);z-index:1}.ofl-field-frame--error .ofl-field-frame__label{color:var(--ofl-error-color)}.ofl-field-frame--disabled .ofl-field-frame__label{background:var(--ofl-disabled-bg);color:#9ca3af}.ofl-field-frame__content{align-items:center;display:flex;gap:10px;min-height:54px;width:100%}.ofl-field-frame__main{align-items:center;display:flex;flex:1 1 auto;min-width:0}.ofl-field-frame__slot{align-items:center;display:inline-flex;flex:0 0 auto}.ofl-field-frame__placeholder,.ofl-field-frame__value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ofl-field-frame__placeholder{color:var(--ofl-placeholder-color)}.ofl-field-input{background:transparent;border:0;color:inherit;direction:rtl;flex:1 1 auto;font:inherit;min-width:0;outline:0;padding:0;width:100%}.ofl-field-input::placeholder{color:var(--ofl-placeholder-color);opacity:1}.ofl-field-frame--textarea{align-items:flex-start;padding-bottom:10px;padding-top:10px}.ofl-field-frame--textarea .ofl-field-frame__content{align-items:flex-start}.ofl-field-textarea{line-height:1.6;min-height:96px;resize:vertical}.ofl-field-confirm-button{background:var(--brand, #b6985a);border:0;border-radius:999px;color:#fff;cursor:pointer;flex:0 0 auto;font:inherit;font-size:.875rem;font-weight:700;min-width:64px;padding:8px 12px}.ofl-field-confirm-button:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.ofl-field-chevron{color:#6b7280;font-size:1.25rem;line-height:1}.ofl-field-error,.ofl-field-helper{font-size:.8125rem;line-height:1.5;margin:6px 4px 0}.ofl-field-error{color:#dc2626}.ofl-field-helper{color:#6b7280}.ofl-bottom-sheet{direction:rtl;top:0;right:0;bottom:0;left:0;position:fixed;z-index:1000}.ofl-bottom-sheet__backdrop{background:#0f172a7a;border:0;cursor:pointer;top:0;right:0;bottom:0;left:0;padding:0;position:absolute;width:100%}.ofl-bottom-sheet__panel{background:var(--surface, #ffffff);border-radius:24px 24px 0 0;bottom:0;box-shadow:0 -18px 48px #0f172a2e;left:0;max-height:min(80vh,680px);overflow:auto;padding:10px 18px 18px;position:absolute;right:0}.ofl-bottom-sheet__handle{background:#d1d5db;border-radius:999px;height:4px;margin:0 auto 14px;width:44px}.ofl-bottom-sheet__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.ofl-bottom-sheet__title{color:var(--charcoal, #1f2937);font-size:1rem;margin:0}.ofl-bottom-sheet__close{background:transparent;border:0;color:#6b7280;cursor:pointer;font:inherit;padding:6px}.ofl-option-list{display:grid;gap:8px}.ofl-option-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b;font-size:.95rem;padding:16px 14px;text-align:center}.ofl-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:var(--charcoal, #1f2937);cursor:pointer;display:flex;font:inherit;justify-content:space-between;min-height:48px;padding:12px 14px;text-align:right}.ofl-option--selected{background:#b6985a1a;border-color:var(--brand, #b6985a);color:var(--charcoal, #1f2937);font-weight:700}.ofl-option:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.ofl-bottom-sheet__footer{background:var(--surface, #ffffff);bottom:0;margin-top:16px;padding-top:12px;position:sticky}.ofl-bottom-sheet__confirm{background:var(--brand, #b6985a);border:0;border-radius:14px;color:#fff;cursor:pointer;font:inherit;font-weight:800;min-height:48px;width:100%}.ofl-bottom-sheet__confirm:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}
