@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Inter,IBM Plex Sans Arabic,system-ui,-apple-system,sans-serif;--canvas: #f6f7fa;--surface: #ffffff;--surface-soft: #f8fafc;--line: #e6e9f0;--line-strong: #d6dbe6;--ink: #0e1526;--ink-soft: #47546b;--muted: #8792a6;--navy: #24365b;--steel: #6c8fc2;--steel-soft: #eef3f9;--amber: #f59e0b;--amber-soft: #fef3e0;--green: #059669;--green-soft: #e5f5ef;--warn: #d97706;--warn-soft: #fdf2df;--radius: 18px;--shadow: 0 1px 2px rgba(14, 21, 38, .04)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2{margin:0;letter-spacing:-.02em}p{margin:0}.app{min-height:100vh;display:flex;flex-direction:column}.appbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--line)}.appbar-brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{height:30px;width:auto;display:block}.brand-caption{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-weight:700;padding-top:4px;white-space:nowrap}.appbar-actions{display:flex;align-items:center;gap:8px}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--steel-soft);color:var(--navy);font-size:11.5px;font-weight:800}.ghost-button{min-height:44px;padding:0 16px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-weight:600;font-size:14px}.ghost-button:hover{background:var(--surface-soft)}.ghost-button.small{min-height:34px;padding:0 12px;font-size:13px}.wizard{flex:1;width:min(100%,560px);margin:0 auto;padding:18px 16px 120px;display:grid;gap:16px;align-content:start}.wizard-progress{display:grid;gap:8px;padding:4px 2px 0}.wizard-progress-meta{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.step-count{font-size:12px;font-weight:800;color:var(--navy);background:var(--steel-soft);border-radius:999px;padding:3px 10px}.step-title{font-size:12.5px;color:var(--muted);font-weight:600}.progress-track{height:6px;border-radius:999px;background:#e9edf3;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--navy) 0%,var(--steel) 100%);transition:width .26s ease}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 18px;display:grid;gap:14px}.step-card h1{font-size:20px;font-weight:800;line-height:1.3}.step-card h1 .ar{display:block;font-size:15px;font-weight:600;color:var(--ink-soft);margin-top:2px}.step-hint{font-size:13px;color:var(--muted);margin-top:-6px}.project-list{display:grid;gap:10px}.project-option{position:relative;display:grid;gap:2px;text-align:left;padding:14px 16px;border-radius:14px;border:1.5px solid var(--line);background:var(--surface);transition:border-color .12s ease,background .12s ease}.project-option.selected{border-color:var(--navy);background:var(--steel-soft)}.project-option-code{font-size:11.5px;font-weight:800;color:var(--steel);letter-spacing:.05em}.project-option.selected .project-option-code{color:var(--navy)}.project-option-name{font-size:15.5px;font-weight:700}.project-option-loc{font-size:12.5px;color:var(--muted)}.project-option-check{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--navy);color:#fff}textarea,input[type=text],input[type=number]{width:100%;border:1.5px solid var(--line-strong);border-radius:14px;padding:14px;background:#fff;outline:none;font-size:16px;transition:border-color .12s ease,box-shadow .12s ease}textarea:focus,input[type=text]:focus,input[type=number]:focus{border-color:var(--steel);box-shadow:0 0 0 4px #6c8fc224}textarea{resize:vertical;line-height:1.6}.field{display:grid;gap:7px}.field>span{font-size:13px;font-weight:700;color:var(--ink-soft)}.counter-stack{display:grid;gap:12px}.counter{display:grid;gap:10px;padding:16px;border-radius:14px;background:var(--surface-soft);border:1px solid var(--line)}.counter-labels{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.counter-label{font-size:14px;font-weight:700;color:var(--ink)}.counter-ar{font-size:13px;color:var(--muted)}.counter-controls{display:flex;align-items:stretch;gap:10px}.counter-controls button{width:54px;min-height:54px;border-radius:14px;border:1.5px solid var(--line-strong);background:#fff;font-size:24px;font-weight:700;color:var(--navy)}.counter-controls button:active{background:var(--steel-soft);border-color:var(--steel)}.counter-controls input{text-align:center;font-weight:800;font-size:20px;font-variant-numeric:tabular-nums;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.counter-controls input::-webkit-outer-spin-button,.counter-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dropzone{display:grid;justify-items:center;gap:4px;padding:22px;border:1.5px dashed var(--line-strong);border-radius:14px;background:var(--surface-soft);color:var(--muted);text-align:center;cursor:pointer;transition:border-color .12s ease,background .12s ease}.dropzone:active,.dropzone:hover{border-color:var(--steel);background:var(--steel-soft);color:var(--navy)}.dropzone input{display:none}.dropzone strong{color:var(--ink);font-size:14.5px}.dropzone span{font-size:12.5px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px}.photo-thumb{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb button{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:999px;border:none;background:#0e1526b8;color:#fff;font-size:15px;line-height:1;display:grid;place-items:center}.review-list{display:grid}.review-list article{display:grid;gap:3px;padding:13px 0;border-top:1px solid var(--line)}.review-list article:first-child{border-top:none;padding-top:0}.review-list span{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.review-list strong{font-size:14.5px;font-weight:600}.review-text{white-space:pre-wrap;line-height:1.55}.review-list article.warn{background:var(--warn-soft);border-radius:12px;padding:13px 14px;border-top:none;margin-top:6px}.review-list article.warn span{color:var(--warn)}.send-error{background:#fdeaea;color:#dc2626;border-radius:12px;padding:11px 14px;font-size:13.5px;font-weight:600}.wizard-nav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-between;gap:12px;width:min(100%,560px);margin:0 auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line)}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 26px;border:none;border-radius:14px;background:var(--navy);color:#fff;font-weight:800;font-size:16px;transition:opacity .12s ease,transform .12s ease}.primary-button:active{transform:scale(.98)}.primary-button:disabled{opacity:.35;cursor:not-allowed}.primary-button.send{background:var(--green)}.wizard-nav .ghost-button{min-height:52px;border-radius:14px}.done-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:36px 22px;display:grid;justify-items:center;gap:10px;text-align:center;margin-top:24px}.done-badge{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:var(--green-soft);color:var(--green);margin-bottom:4px}.done-card h1{font-size:22px;font-weight:800}.ar-sub{color:var(--ink-soft);font-size:15px}.done-note{color:var(--muted);font-size:14px;max-width:34ch;line-height:1.6}.done-summary{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:8px 0 12px}.done-summary span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 13px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);font-size:13px;color:var(--ink-soft)}.done-summary strong{color:var(--ink)}.state-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.state-card{width:min(100%,420px);padding:36px;border-radius:20px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);text-align:center;display:grid;gap:8px;justify-items:center}.state-card h1{font-size:20px}.state-card p{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:800}.spinner{width:28px;height:28px;border-radius:999px;border:3px solid var(--line);border-top-color:var(--steel);animation:spin .8s linear infinite;margin-bottom:6px}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 700px){.wizard{padding-top:28px}.step-card{padding:28px 26px}}
