:root{--bg: #0b1726;--bg-soft: #12243a;--panel: rgba(255, 255, 255, .96);--panel-strong: #ffffff;--line: #d9e3ef;--line-soft: #e8eef5;--text: #0f1f32;--text-soft: #5e7188;--primary: #0f6cbd;--primary-2: #1e88e5;--primary-dark: #0b4f8a;--success: #1f9d62;--danger: #d14343;--warning: #c98a12;--shadow-lg: 0 24px 60px rgba(8, 28, 54, .18);--shadow-md: 0 14px 34px rgba(13, 38, 76, .12);--shadow-sm: 0 8px 22px rgba(17, 38, 63, .08);--radius-xl: 24px;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 28%),radial-gradient(circle at top right,rgba(14,165,233,.14),transparent 24%),linear-gradient(180deg,#eaf3fb,#f5f9fd)}img{max-width:100%;display:block}a{color:var(--primary)}button,input,textarea,select{font:inherit}button{transition:.2s ease}.auth-page,.page-wrap{min-height:100vh;padding:28px;position:relative}.auth-page{display:flex;justify-content:center;align-items:center;overflow:hidden}.auth-page:before,.page-wrap:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#062c53eb,#105da4d1),url(https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1400&q=80) center/cover;z-index:-2}.auth-page:after,.page-wrap:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#030f2073,#030f209e),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 1px,transparent 1px,transparent 70px),repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 70px);z-index:-1}.auth-shell{width:100%;max-width:1120px;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(340px,420px);gap:28px;align-items:stretch}.auth-hero{color:#fff;padding:40px;border-radius:28px;background:linear-gradient(180deg,#ffffff24,#ffffff12);border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.auth-hero:before{content:"";position:absolute;inset:auto -60px -60px auto;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.auth-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;padding:8px 12px;border-radius:999px;background:#ffffff1f;margin-bottom:20px;border:1px solid rgba(255,255,255,.18)}.auth-hero h1{margin:0 0 14px;font-size:clamp(2rem,3.5vw,3.35rem);line-height:1.04;letter-spacing:-.04em}.auth-hero p{margin:0 0 26px;color:#ffffffd6;max-width:560px;line-height:1.7;font-size:15px}.auth-feature-list{display:grid;gap:14px;margin-top:26px}.auth-feature{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:18px;background:#ffffff17;border:1px solid rgba(255,255,255,.12)}.auth-feature-icon{width:42px;height:42px;border-radius:12px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.auth-feature strong{display:block;margin-bottom:4px;font-size:14px}.auth-feature span{color:#ffffffc2;font-size:13px;line-height:1.55}.auth-card,.page-card{background:var(--panel);border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card{width:100%;border-radius:28px;padding:28px;align-self:center}.auth-card h2,.page-card h2,.page-card h3,.page-card h4{margin:0;color:var(--text)}.auth-subtitle{margin:8px 0 0;color:var(--text-soft);line-height:1.65;font-size:14px}.auth-head{margin-bottom:20px}.auth-form,.location-form,.profile-form{display:flex;flex-direction:column;gap:14px}.input-group,.field-group{display:flex;flex-direction:column;gap:7px}.field-label{font-size:13px;font-weight:700;color:var(--text);letter-spacing:.01em}.auth-form input,.auth-form button,.location-form input,.location-form select,.location-form textarea,.location-form button,.profile-form input,.profile-form button,.profile-form textarea{width:100%;border-radius:14px;font-size:14px}.auth-form input,.location-form input,.location-form select,.location-form textarea,.profile-form input,.profile-form textarea,.data-search input{border:1px solid var(--line);background:#f8fbfe;color:var(--text);padding:14px 15px;outline:none;transition:.2s ease}.auth-form input:focus,.location-form input:focus,.location-form select:focus,.location-form textarea:focus,.profile-form input:focus,.profile-form textarea:focus,.data-search input:focus{border-color:#0f6cbd73;background:#fff;box-shadow:0 0 0 4px #0f6cbd1f}.auth-form textarea,.location-form textarea,.profile-form textarea{resize:vertical;min-height:96px}.auth-form button,.location-form button,.table-actions button,.secondary-btn,.delete-btn,.outline-btn,.logout-btn,.segmented-btn{border:none;cursor:pointer;font-weight:700;padding:13px 16px}.auth-form button,.location-form button,.logout-btn,.primary-btn{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 14px 28px #0f6cbd2e}.auth-form button:hover,.location-form button:hover,.logout-btn:hover,.primary-btn:hover{transform:translateY(-1px);box-shadow:0 18px 32px #0f6cbd38}button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.secondary-btn{background:#edf3f9!important;color:#28425f!important;border:1px solid #d6e2ee!important;box-shadow:none!important}.secondary-btn:hover{background:#e4edf6!important}.outline-btn{background:#fff!important;color:var(--primary)!important;border:1px solid rgba(15,108,189,.24)!important;box-shadow:none!important}.outline-btn:hover{background:#f4f9ff!important}.delete-btn{background:linear-gradient(135deg,#d14343,#e35d5d)!important;color:#fff!important}.delete-btn:hover{box-shadow:0 14px 28px #d1434333!important}.success-box,.error-box,.info-box{padding:13px 14px;border-radius:14px;margin-bottom:16px;font-size:14px;line-height:1.55}.success-box{color:#0b6b43;background:#e8f7ef;border:1px solid #bee7cf}.error-box{color:#aa2f38;background:#fff0f2;border:1px solid #f3c8cf}.info-box{color:#195989;background:#eef6ff;border:1px solid #cfe4ff}.auth-footer{margin-top:16px;font-size:14px;color:var(--text-soft);text-align:center;line-height:1.6}.auth-footer a{font-weight:700;text-decoration:none}.auth-mini-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;font-size:13px;color:var(--text-soft)}.auth-mini-links a{text-decoration:none;font-weight:700}.auth-file-note{font-size:12px;color:var(--text-soft);margin-top:-4px}.page-wrap{display:block}.page-card.location-page{width:100%;max-width:1600px;margin:0 auto;border-radius:30px;padding:26px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}.page-header-left{display:flex;flex-direction:column;gap:10px}.page-kicker{display:inline-flex;align-items:center;width:fit-content;gap:8px;padding:8px 12px;border-radius:999px;background:#ecf5ff;color:var(--primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.page-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.page-title-row h2{font-size:clamp(1.6rem,2vw,2.35rem);letter-spacing:-.03em}.page-summary{color:var(--text-soft);max-width:760px;line-height:1.7;font-size:14px}.top-actions{position:relative}.profile-trigger-btn{min-width:240px;border:1px solid #d8e7f6;background:linear-gradient(180deg,#fafdff,#f2f8ff);border-radius:22px;padding:12px 14px;cursor:pointer;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow-sm)}.profile-trigger-btn:hover{transform:translateY(-1px)}.profile-trigger-img,.profile-trigger-placeholder,.dropdown-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}.profile-trigger-placeholder,.dropdown-avatar.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#34a4ff);color:#fff;font-weight:800}.profile-trigger-meta{text-align:left;min-width:0}.profile-trigger-label{display:block;color:var(--text-soft);font-size:12px;margin-bottom:3px}.profile-trigger-name{display:block;color:var(--text);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;min-width:290px;background:#fffffffa;border:1px solid #dce7f1;border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.profile-dropdown-user{padding:16px;background:linear-gradient(180deg,#f7fbff,#eef6ff);border-bottom:1px solid #e2edf8}.dropdown-user-info{display:flex;gap:12px;align-items:center}.dropdown-name{font-size:15px;font-weight:800;color:var(--text)}.dropdown-email{margin-top:4px;font-size:12px;color:var(--text-soft);word-break:break-word}.profile-dropdown a,.profile-dropdown button{width:100%;text-align:left;background:transparent;border:none;padding:14px 16px;font-size:14px;text-decoration:none;color:var(--text);cursor:pointer;box-shadow:none}.profile-dropdown a:hover,.profile-dropdown button:hover{background:#f4f9ff}.dropdown-logout-btn{color:var(--danger)!important;font-weight:800}.gis-hero-grid{display:grid;grid-template-columns:460px minmax(0,.9fr) 220px;gap:18px;margin-bottom:22px;align-items:start}.gis-hero-grid>*{min-width:0}.stats-stack{display:grid;gap:18px}.stat-card,.planner-card,.map-card,.directions-card,.crud-section,.data-card,.profile-panel,.profile-side-card{background:var(--panel-strong);border-radius:22px;border:1px solid var(--line-soft);box-shadow:var(--shadow-sm)}.stat-card{padding:18px;display:flex;flex-direction:column;justify-content:space-between;min-height:158px;background:radial-gradient(circle at top right,rgba(46,128,255,.12),transparent 34%),linear-gradient(180deg,#fff,#f8fbff)}.stat-card-glow{background:radial-gradient(circle at top right,rgba(27,126,255,.18),transparent 34%),linear-gradient(180deg,#fff,#f5faff)}.stat-card-mini{min-height:128px}.stat-card-label{color:var(--text-soft);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.stat-card-value{margin-top:14px;font-size:2rem;font-weight:900;color:var(--text);letter-spacing:-.03em}.stat-card-text{font-size:1.45rem}.stat-card-foot{margin-top:12px;color:var(--text-soft);font-size:13px;line-height:1.55}.planner-card{padding:20px;min-width:0;overflow:visible}.planner-card-redesigned{background:linear-gradient(180deg,#fafcfff5,#f4f9fff5);border:1px solid #dce9f7}.card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.card-head h3{font-size:1.1rem}.card-head p{margin:6px 0 0;color:var(--text-soft);font-size:13px;line-height:1.6}.planner-head{padding-bottom:14px;border-bottom:1px solid #e8eff7}.head-badge{padding:8px 11px;border-radius:999px;background:#eef6ff;color:var(--primary);font-size:11px;font-weight:800;white-space:nowrap;text-transform:uppercase;letter-spacing:.08em}.planner-fields{display:grid;grid-template-columns:1fr;gap:14px;min-width:0}.planner-route-arrow{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin:-2px auto 0;background:linear-gradient(135deg,#edf5ff,#fff);color:var(--primary);font-weight:900;border:1px solid #d8e6f4;box-shadow:0 8px 18px #0f6cbd14}.suggestion-group{position:relative;min-width:0}.suggestion-group input{width:100%;min-width:0}.suggestion-list{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #d9e4ef;border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden;z-index:30;max-height:220px;overflow-y:auto;overflow-x:hidden}.suggestion-item{width:100%;text-align:left;border:none;background:#fff!important;color:var(--text)!important;cursor:pointer;padding:12px 14px;font-size:14px;line-height:1.45;white-space:normal;word-break:break-word;box-shadow:none!important}.suggestion-item:hover{background:#f4f9ff!important}.planner-actions,.form-actions,.table-actions,.profile-actions{display:flex;gap:10px;flex-wrap:wrap}.planner-actions-redesigned{margin-top:4px}.planner-actions-redesigned button{flex:1 1 120px}.map-card{padding:14px;overflow:hidden}.map-card-redesigned{background:linear-gradient(180deg,#fff,#f9fcff)}.map-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.map-toolbar-left h3{margin-bottom:4px}.map-toolbar-left p{margin:0;color:var(--text-soft);font-size:13px}.map-status-badge{padding:10px 12px;border-radius:999px;background:#ecf7ef;color:var(--success);font-size:12px;font-weight:800}.map-frame{position:relative;width:100%}.map-container{width:100%;height:540px;border-radius:18px;overflow:hidden;border:1px solid #d9e5f0}.map-overlay-chip{position:absolute;z-index:5;padding:10px 12px;border-radius:999px;font-size:12px;font-weight:800;color:#fff;background:#0b1726b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 24px #05162b2e}.map-overlay-chip.top-left{top:14px;left:14px}.map-overlay-chip.bottom-left{left:14px;bottom:14px}.route-summary{margin-top:16px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#eef6ff);border:1px solid #d7e8fb;width:100%;max-width:100%;overflow:hidden}.redesigned-route-summary{box-shadow:0 10px 24px #0f6cbd14}.route-summary-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.route-summary-badge{padding:6px 10px;border-radius:999px;background:#e7f2ff;color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.route-summary-grid{display:flex;gap:12px;margin-top:12px;width:100%}.route-summary-grid.stacked{flex-direction:column}.route-summary-item{width:100%;padding:12px 14px;border-radius:14px;background:#ffffffeb;border:1px solid #deebf8;display:flex;flex-direction:column;transition:.2s ease}.route-summary-item:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.route-summary-item span{display:block;color:var(--text-soft);font-size:12px;margin-bottom:6px}.route-summary-item strong{font-size:1rem;word-break:break-word}.destination-preview-card{margin-top:16px;padding:14px;border-radius:18px;background:#f9fbfe;border:1px solid #e3ebf4;width:100%;max-width:100%;overflow:hidden}.mini-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.mini-card-head span{padding:6px 10px;border-radius:999px;background:#fff4de;color:#a26a00;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.destination-preview-image{width:100%;max-width:100%;height:220px;object-fit:cover;border-radius:14px;margin-top:10px;border:1px solid #dae5f0}.destination-preview-note{margin-top:10px;color:var(--text-soft);font-size:12px;line-height:1.55}.directions-card{padding:20px;margin-bottom:22px;background:linear-gradient(180deg,#fff,#fbfdff)}.maneuver-list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:12px}.maneuver-list li{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:16px;background:#f7fbff;border:1px solid #e2ecf7}.maneuver-index{width:34px;height:34px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-weight:900;box-shadow:0 10px 18px #0f6cbd29}.maneuver-content{min-width:0}.maneuver-text{font-weight:700;color:var(--text)}.maneuver-meta{margin-top:5px;font-size:12px;color:var(--text-soft)}.bottom-grid{display:grid;grid-template-columns:420px minmax(0,1fr);gap:18px}.redesigned-bottom-grid{align-items:start}.crud-section,.data-card{padding:20px}.crud-section{scroll-margin-top:24px}.section-subtitle{margin:8px 0 18px;color:var(--text-soft);font-size:13px;line-height:1.6}.location-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.location-form-grid .full-span{grid-column:1 / -1}.custom-file-wrap{display:flex;flex-direction:column;gap:10px}.hidden-file-input{display:none}.file-status-text{padding:12px 13px;border-radius:14px;background:#f7fbff;border:1px dashed #c6dcef;color:var(--text-soft);font-size:13px}.data-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.data-search{width:100%;max-width:320px}.table-wrap{overflow:auto;border:1px solid #e2ebf3;border-radius:18px;background:#fff}.location-table{width:100%;min-width:980px;border-collapse:collapse;background:#fff}.location-table th,.location-table td{padding:14px 12px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle;font-size:14px}.location-table th{position:sticky;top:0;z-index:2;background:#f6faff;color:#35506e;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.location-table tbody tr:hover{background:#f9fcff}.location-image{width:84px;height:84px;object-fit:cover;border-radius:14px;border:1px solid #dce7f2}.location-name-cell{min-width:220px}.location-name-title{font-weight:800;color:var(--text);margin-bottom:4px}.location-name-desc{color:var(--text-soft);font-size:12px;line-height:1.55}.entity-pill,.coord-pill,.source-pill{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}.entity-pill{background:#eef6ff;color:var(--primary)}.coord-pill{background:#f2f7fb;color:#44627f;word-break:break-word}.source-pill.manual{background:#ebf8ef;color:var(--success)}.source-pill.generated{background:#fff6e6;color:var(--warning)}.empty-state{padding:28px;text-align:center;color:var(--text-soft)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;padding:24px;background:#0512228c;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.custom-modal{width:100%;max-width:760px;max-height:calc(100vh - 48px);overflow:auto;margin:0 auto;background:#fff;border-radius:26px;border:1px solid #dde7f0;box-shadow:var(--shadow-lg);padding:22px}.delete-modal{max-width:500px}.modal-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.modal-header p{margin:8px 0 0;color:var(--text-soft);font-size:13px;line-height:1.6}.modal-close-btn{border:none;background:#f0f5fa;color:#35506e;width:42px;height:42px;border-radius:50%;font-size:22px;cursor:pointer;box-shadow:none}.delete-confirm-text{color:var(--text-soft);line-height:1.7;margin-bottom:20px}.profile-page{width:100%;max-width:1280px;margin:0 auto}.profile-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px}.profile-side-card,.profile-panel{padding:22px}.profile-image-wrap{display:flex;justify-content:center;margin-bottom:18px}.profile-preview,.profile-placeholder{width:148px;height:148px;border-radius:50%;object-fit:cover}.profile-preview{border:5px solid #e5f0fb;box-shadow:var(--shadow-sm)}.profile-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#34a4ff);color:#fff;font-size:2rem;font-weight:900}.profile-name{font-size:1.35rem;font-weight:900;text-align:center;margin-bottom:6px}.profile-email{text-align:center;color:var(--text-soft);margin-bottom:18px;word-break:break-word}.profile-meta-list{display:grid;gap:12px;margin-bottom:20px}.profile-meta-item{padding:14px;border-radius:16px;background:#f8fbfe;border:1px solid #e4edf5}.profile-meta-item span{display:block;color:var(--text-soft);font-size:12px;margin-bottom:5px}.profile-meta-item strong{font-size:14px;color:var(--text)}.profile-links{display:flex;flex-direction:column;gap:10px}.profile-links a,.profile-links button{text-decoration:none;text-align:center}.profile-panel-head{margin-bottom:18px}.profile-panel-head p{margin:8px 0 0;color:var(--text-soft);font-size:14px;line-height:1.7}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-form-grid .full-span{grid-column:1 / -1}.verify-state{text-align:center;padding-top:8px}.verify-icon{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}.verify-icon.success{color:#0b6b43;background:#e8f7ef}.verify-icon.error{color:#aa2f38;background:#fff0f2}.brand-footer{margin-top:18px;text-align:center;color:#ffffffc7;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.floating-notification{position:fixed;top:24px;right:24px;min-width:320px;max-width:420px;z-index:5000;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;box-shadow:0 18px 40px #0000002e;animation:slideInToast .25s ease}.floating-notification.success{background:#e8f7ef;color:#0b6b43;border:1px solid #bfe6cf}.floating-notification.error{background:#fff1f3;color:#b42335;border:1px solid #f0c2ca}.floating-notification-close{border:none;background:transparent;color:inherit;font-size:20px;font-weight:700;cursor:pointer;line-height:1;box-shadow:none}.crud-section-highlight{border:2px solid rgba(15,108,189,.35);box-shadow:0 0 0 6px #0f6cbd1a,0 18px 34px #0f6cbd1f;transition:.25s ease}.crud-helper-box{margin-bottom:14px}.route-save-jump-btn{margin-top:12px;width:100%}@keyframes slideInToast{0%{opacity:0;transform:translateY(-12px) translate(12px)}to{opacity:1;transform:translateY(0) translate(0)}}@media (max-width: 1380px){.gis-hero-grid{grid-template-columns:420px minmax(0,1fr)}.stats-stack{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1240px){.gis-hero-grid,.bottom-grid,.stats-stack{grid-template-columns:1fr}}@media (max-width: 1040px){.auth-shell,.profile-layout{grid-template-columns:1fr}.auth-hero{order:2}.auth-card{order:1}}@media (max-width: 860px){.page-card.location-page,.profile-side-card,.profile-panel,.planner-card,.data-card,.crud-section,.directions-card{padding:18px}.page-header{flex-direction:column}.location-form-grid,.profile-form-grid{grid-template-columns:1fr}.map-container{height:420px}.route-summary-grid{flex-direction:column}.route-summary-header,.mini-card-head,.map-toolbar{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.auth-page,.page-wrap{padding:14px}.auth-card,.page-card.location-page,.custom-modal{border-radius:22px}.auth-hero{padding:26px}.profile-trigger-btn{min-width:unset;width:100%}.planner-actions,.form-actions,.table-actions,.profile-actions{flex-direction:column}.table-actions button,.planner-actions button,.form-actions button,.profile-actions button{width:100%}.floating-notification{top:14px;right:14px;left:14px;min-width:unset;max-width:unset}.map-overlay-chip{font-size:11px;padding:9px 10px}}
