*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #7c3aed;--primary-light: #ede9fe;--border: #d1d5db;--text: #111827;--text-muted: #6b7280;--error: #dc2626;--radius: 10px}body{font-family:system-ui,-apple-system,Arial,sans-serif;font-size:16px;color:var(--text);background:#f3f4f6;direction:rtl;-webkit-font-smoothing:antialiased}.screen{max-width:480px;margin:0 auto;padding:16px 16px 48px}.screen-center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;text-align:center;gap:14px;padding:32px 24px}.logo-header{display:block;width:200px;height:auto;margin:12px auto 8px}.screen-center .logo-header{margin-bottom:4px}.spinner{width:44px;height:44px;border:3px solid var(--primary-light);border-top-color:var(--primary);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700}.status-icon--success{background:#d1fae5;color:#065f46}.status-icon--error{background:#fee2e2;color:var(--error)}.status-icon--info{background:#dbeafe;color:#1e40af}.phone-header{background:var(--primary);color:#fff;border-radius:var(--radius);padding:16px 20px;margin-bottom:14px;display:flex;flex-direction:column;gap:4px}.phone-header__label{font-size:.85rem;opacity:.85}.phone-header__number{font-size:1.5rem;font-weight:700;letter-spacing:.5px;direction:ltr;text-align:right}.phone-header__wrong{color:#ffffffb3;font-size:.82rem;align-self:flex-start;margin-top:2px}.phone-header__wrong:hover{color:#fff}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.dialog{background:#fff;border-radius:var(--radius);padding:28px 24px;max-width:320px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.dialog p{font-size:1.05rem;line-height:1.55}.btn{display:inline-block;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);padding:12px 24px;font-size:1rem;font-family:inherit;cursor:pointer;text-decoration:none;text-align:center;transition:background .15s}.btn:hover{background:#6d28d9}.btn-primary{width:100%;padding:15px;font-size:1.1rem;margin-top:8px}.link-btn{background:none;border:none;color:var(--primary);font-size:.9rem;font-family:inherit;cursor:pointer;text-decoration:underline;padding:0}.form{display:flex;flex-direction:column;gap:0}.form-section{background:#fff;border-radius:var(--radius);padding:20px;margin-bottom:12px;border:1px solid var(--border)}.form-section h3{font-size:1.05rem;font-weight:600;color:var(--primary);margin-bottom:16px}.form-section h4{font-size:.9rem;font-weight:500;color:var(--text-muted);margin-bottom:8px}label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}label:last-child{margin-bottom:0}label>span{font-size:.88rem;font-weight:500}input[type=text],input[type=number],input[type=date],textarea{width:100%;border:1px solid var(--border);border-radius:7px;padding:10px 12px;font-size:1rem;font-family:inherit;color:var(--text);background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}textarea{resize:vertical}.label-inline{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:8px;cursor:pointer;font-size:.95rem}.label-inline:last-child{margin-bottom:0}.label-inline input[type=checkbox],.label-inline input[type=radio]{width:18px;height:18px;flex-shrink:0;accent-color:var(--primary);cursor:pointer}fieldset{border:none;padding:0;margin:0 0 14px}fieldset:last-child{margin-bottom:0}legend{font-size:.88rem;font-weight:500;margin-bottom:10px;float:right;width:100%}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:6px;clear:both}.hobbies-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}@media (max-width: 340px){.hobbies-grid{grid-template-columns:1fr}}.slot-section{margin-bottom:18px}.slot-section:last-of-type{margin-bottom:12px}.slot-grid{display:table;width:100%;border-collapse:separate;border-spacing:0 2px}.slot-grid-row{display:table-row}.slot-grid-row:not(.slot-grid-header):hover>div{background:#f9fafb}.slot-grid-day{display:table-cell;padding:5px 10px 5px 6px;font-size:.85rem;white-space:nowrap;vertical-align:middle;color:var(--text-muted);width:1%}.slot-grid-cell{display:table-cell;text-align:center;padding:4px 2px;vertical-align:middle}.slot-grid-cell input[type=checkbox]{width:22px;height:22px;accent-color:var(--primary);cursor:pointer}.slot-grid-hour{font-size:.78rem;font-weight:500;color:var(--text-muted);padding-bottom:4px}.walk-duration-fieldset:disabled{opacity:.38;pointer-events:none}.hint{font-size:.8rem;color:var(--text-muted);line-height:1.45;margin-bottom:12px}.tos{font-size:.95rem;align-items:flex-start}.tos span{line-height:1.5}.tos a{color:var(--primary)}.form-error{background:#fee2e2;color:var(--error);border:1px solid #fca5a5;border-radius:var(--radius);padding:12px 16px;margin-bottom:12px;font-size:.95rem;line-height:1.4}
