.rest-page{min-height:100vh;background:#fff;font-family:Tajawal,Segoe UI,sans-serif;direction:rtl;padding-bottom:20px}@media (max-width:768px){.rest-page{padding-bottom:calc(90px + env(safe-area-inset-bottom, 0px))}}.rest-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.rest-loading-icon{color:#0057ff;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.rest-loading p{color:#666;font-size:14px}.rest-header{position:sticky;top:0;z-index:10;justify-content:space-between;padding:15px 20px;background:#0057ff}.rest-header,.rest-menu-btn{display:flex;align-items:center}.rest-menu-btn{width:40px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.2);border:none;color:#fff;cursor:pointer;justify-content:center;transition:all .3s ease}.rest-menu-btn:hover{background:hsla(0,0%,100%,.3)}.rest-title{font-size:18px;font-weight:700;color:#fff;margin:0}.rest-view-toggle{display:flex;gap:8px}.rest-toggle-btn{width:36px;height:36px;border-radius:10px;background:hsla(0,0%,100%,.2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.rest-toggle-btn.active{background:#fff;color:#0057ff}.rest-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:200;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rest-sidebar{position:fixed;top:0;right:0;width:300px;height:100%;height:100dvh;background:#fff;z-index:201;animation:slideIn .3s ease;box-shadow:-5px 0 25px rgba(0,0,0,.15);overflow-y:auto;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.rest-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:40px 20px 20px;border-bottom:1px solid #eee;background:#0057ff;color:#fff;min-height:80px}.rest-sidebar-header h3{margin:0;font-size:18px;font-weight:700}.rest-sidebar-header button{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.rest-sidebar-content{padding:20px}.rest-filter-group{margin-bottom:20px}.rest-filter-group label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.rest-filter-group input,.rest-filter-group select{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;outline:none;transition:all .3s ease}.rest-filter-group input:focus,.rest-filter-group select:focus{border-color:#0057ff;box-shadow:0 0 0 3px rgba(0,87,255,.15)}.rest-filter-check{margin-bottom:12px}.rest-filter-check label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}.rest-filter-check input[type=checkbox]{width:18px;height:18px;accent-color:#0057ff}.rest-reset-btn{width:100%;padding:14px;background:#fef3e8;border:none;border-radius:12px;color:#0057ff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.rest-reset-btn:hover{background:#fed7aa}.rest-location-card{margin:15px 20px;padding:12px;background:#fff;border-radius:16px;display:flex;gap:10px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.rest-location-input{flex:1;display:flex;align-items:center;gap:10px;padding:0 12px;background:#f5f5f5;border-radius:12px}.rest-location-input svg{color:#999}.rest-location-input input{flex:1;border:none;background:none;padding:12px 0;font-size:14px;outline:none}.rest-my-location{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#0057ff;border:none;border-radius:12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.rest-my-location:hover{transform:scale(1.02)}.rest-results-info{display:flex;align-items:center;gap:10px;padding:0 20px;margin-bottom:15px;font-size:14px;color:#666}.rest-distance-badge{padding:4px 10px;background:#fef3e8;color:#0057ff;border-radius:20px;font-size:12px;font-weight:500}.rest-map-view{position:relative;margin:0 15px;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.rest-map-card{position:absolute;bottom:20px;left:20px;right:20px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.15);display:flex;z-index:10;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.rest-map-card-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#fff;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.1)}.rest-map-card img{width:100px;height:100px;object-fit:cover;cursor:pointer}.rest-map-card-info{flex:1;padding:12px}.rest-map-card-info h3{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 4px;cursor:pointer}.rest-map-card-info p{font-size:12px;color:#999;margin:0 0 8px}.rest-map-card-meta{display:flex;gap:12px}.rest-map-card-meta span{display:flex;align-items:center;gap:4px;font-size:11px;color:#666}.rest-list{padding:0 15px}.rest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.rest-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.06)}.rest-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.rest-card-image{position:relative;height:110px}.rest-card-image img{width:100%;height:100%;object-fit:cover}.rest-verified{right:8px;width:24px;height:24px;background:#4fc3f7;border-radius:50%;display:flex;align-items:center;justify-content:center}.rest-open,.rest-verified{position:absolute;top:8px;color:#fff}.rest-open{left:8px;padding:4px 10px;background:#007a33;font-size:10px;font-weight:600;border-radius:12px}.rest-card-info{padding:12px}.rest-card-info h3{font-size:13px;font-weight:700;color:#1a1a2e;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-cuisine{font-size:11px;color:#999;margin:0 0 8px}.rest-card-meta{display:flex;gap:12px;margin-bottom:6px}.rest-rating,.rest-time{font-size:11px;color:#666}.rest-location,.rest-rating,.rest-time{display:flex;align-items:center;gap:4px}.rest-location{font-size:10px;color:#999}.rest-location svg{color:#0057ff}.rest-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.rest-empty svg{color:#0057ff;opacity:.3;margin-bottom:15px}.rest-empty h3{font-size:18px;color:#1a1a2e;margin:0 0 8px}.rest-empty p{font-size:13px;color:#999;margin:0}@media (max-width:360px){.rest-grid{grid-template-columns:1fr}.rest-card-image{height:140px}}@media (min-width:768px){.rest-page{max-width:700px;margin:0 auto}.rest-grid{grid-template-columns:repeat(2,1fr);gap:16px}.rest-card-image{height:130px}}@media (min-width:1024px){.rest-page{max-width:900px}.rest-grid{grid-template-columns:repeat(3,1fr)}}