.login-page{isolation:isolate;box-sizing:border-box;background:linear-gradient(145deg,#64b971 0%,#56ad66 45%,#439f5a 72%,#2f8f50 100%);flex-direction:column;justify-content:center;width:100%;min-width:0;height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden auto}.login-page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(#59ad68 0%,#70ba72 62%,#83c780 100%);border-radius:50%;width:270%;height:225%;position:fixed;top:-112.5%;left:-135%}.login-page:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(#5db46b 0%,#7bc57c 50%,#addf9e 78%,#e1f5ce 100%);border-radius:50%;width:240%;height:200%;position:fixed;top:-100%;left:-120%}.login-page h1{text-align:center;color:#333;margin:0 0 32px;font-size:32px;font-weight:700}.login-page form{flex-direction:column;gap:20px;display:flex}.login-page form>div{flex-direction:column;gap:8px;display:flex}.login-page label{color:#555;font-size:14px;font-weight:600}.login-page input{border:1px solid #ddd;border-radius:10px;outline:none;padding:14px 16px;font-size:16px;transition:border-color .2s}.login-page input:focus{border-color:#4caf50}.login-page button{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:10px;margin-top:12px;padding:14px;font-size:16px;font-weight:600;transition:opacity .2s}.login-page button:hover{opacity:.9}.login-page button:active{opacity:.8}.login-card{z-index:1;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffff8c;border-radius:16px;width:100%;max-width:380px;margin:0 auto;padding:28px;position:relative;box-shadow:0 14px 38px #1e5a303d}@media (width<=480px){.login-page{padding:20px 16px}.login-card{padding:24px 20px}}@media (height<=540px){.login-page{justify-content:flex-start;padding-top:24px;padding-bottom:24px}}.loading-spinner-container[data-v-4a49327d]{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:220px;padding:32px 16px;display:flex}.spinner-circle[data-v-4a49327d]{border:3.5px solid #e5e7eb;border-top-color:#4caf50;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spinner-rotate-4a49327d}.loading-message[data-v-4a49327d]{color:#6b7280;text-align:center;margin-top:14px;font-size:14px;font-weight:500}@keyframes spinner-rotate-4a49327d{to{transform:rotate(360deg)}}.new-chat-page{flex-direction:column;flex:1;min-height:0;display:flex}.action-list{border-bottom:1px solid #eee}.action-item{cursor:pointer;align-items:center;gap:12px;padding:16px;transition:background .2s;display:flex}.action-item:hover{background:#f5f5f5}.action-item span{flex:1;font-weight:500}.action-item svg:last-child{color:#999}.group-name-input{padding:12px 16px}.group-name-input input{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:15px}.group-name-input input:focus{border-color:#999}.group-name-label{color:#555;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.group-name-label svg{color:#777}.user-list{background:#fff;flex:1;overflow-y:auto}.user-item{cursor:pointer;border-bottom:1px solid #f2f2f2;align-items:center;gap:12px;padding:14px 16px;transition:background .2s;display:flex}.user-item:hover{background:#f5f5f5}.user-info{flex:1}.user-name{font-weight:500}.user-avatar{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;display:flex}.user-item svg{color:#999}.selected-users{flex-wrap:wrap;gap:8px;padding:8px 16px;display:flex}.selected-chip{background:#f1f1f1;border-radius:16px;align-items:center;gap:6px;padding:6px 10px;font-size:14px;display:flex}.selected-chip button{cursor:pointer;color:#777;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.selected-chip button:hover{color:#333}.bottom-nav{z-index:100;width:100%;height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e5e7eb;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#757575;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:48px;font-size:12px;transition:color .2s,background-color .2s;display:flex}.bottom-nav button:hover{background:#f5f5f5}.bottom-nav button:active{background:#f1f5f9}.bottom-nav button.active{color:#4caf50;font-weight:600}.bottom-nav svg{width:22px;height:22px}.bottom-nav span{font-size:12px}@media (width>=768px){.bottom-nav{background:#fafafa;border-top:none;border-right:1px solid #e0e0e0;flex-direction:column;justify-content:flex-start;gap:8px;width:200px;height:100%;padding:24px 12px;position:static}.bottom-nav button{flex:initial;border-radius:10px;flex-direction:row;justify-content:flex-start;gap:12px;width:100%;min-height:44px;padding:12px 16px;font-size:15px}.bottom-nav button.active{color:#2e7d32;background-color:#e8f5e9}.bottom-nav svg{width:20px;height:20px}.bottom-nav span{font-size:15px}}.chat-content{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.messages-container{flex:1;width:100%;min-height:0;padding:16px;overflow-y:auto}.message-wrapper{flex-direction:column;width:100%;margin-bottom:12px;display:flex}.message-wrapper.mine{align-items:flex-end}.message-wrapper.other{align-items:flex-start}.message-bubble{word-break:break-word;border-radius:16px;max-width:82%;padding:10px 15px;font-size:.95rem;line-height:1.45;box-shadow:0 1px 2px #0000000a}.message-wrapper.mine .message-bubble{color:#111;background:#d9fdd3;border-bottom-right-radius:4px}.message-wrapper.other .message-bubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px}.message-wrapper small{color:#6b7280;margin-bottom:4px;font-size:11px}.message-wrapper .read-receipt{color:#64748b;margin-top:4px;margin-bottom:0;padding-right:2px;line-height:1.2}.chat-input{background-color:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}.chat-input input{border:1px solid #d1d5db;border-radius:9999px;outline:none;flex:1;padding:12px 18px;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.chat-input input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5026}.chat-input button{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:9999px;min-height:44px;padding:12px 22px;font-weight:600;transition:background-color .2s,transform .1s}.chat-input button:hover{background-color:#43a047;transform:translateY(-1px)}.message-meta{align-items:center;gap:8px;display:flex}.system-message{text-align:center;color:#8c8c8c;margin:16px 0;font-size:13px;line-height:1.4}.unread-divider{color:#888;align-items:center;gap:12px;margin:16px 0;font-size:13px;display:flex}.unread-divider:before,.unread-divider:after{content:"";background:#ddd;flex:1;height:1px}.unread-divider span{white-space:nowrap}.searched-message .message-bubble{animation:2.2s ease-out searched-message-highlight}@keyframes searched-message-highlight{0%,35%{box-shadow:0 0 0 3px #f59e0b}to{box-shadow:0 0 0 3px #0000}}.typing-indicator{color:#6b7280;align-items:center;gap:7px;min-height:24px;padding:2px 16px 6px;font-size:.8rem;display:flex}.typing-dots{align-items:center;gap:3px;display:inline-flex}.typing-dots span{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite typing-dot-bounce}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-dot-bounce{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (width>=768px){.messages-container{padding:24px 32px}.message-bubble{max-width:68%}.chat-input{padding:16px 32px}}.chat-list{flex-direction:column;width:100%;height:100%;display:flex}.chat-list-content{flex:1;min-height:0;overflow-y:auto}.chat-list-header{background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;min-height:60px;padding:16px 20px;display:flex}.chat-list-header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.chat-list-header button{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;min-width:40px;min-height:40px;transition:background-color .2s,transform .1s;display:flex}.chat-list-header button:hover{background:#43a047;transform:scale(1.04)}.chat-search{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;padding:10px 16px;display:flex;position:relative}.chat-search-icon{color:#6b7280;pointer-events:none;position:absolute;left:28px}.chat-search-input{color:#111827;width:100%;height:42px;font:inherit;background:#f9fafb;border:1px solid #d1d5db;border-radius:12px;outline:none;padding:0 42px;font-size:16px;transition:border-color .2s,box-shadow .2s,background-color .2s}.chat-search-input:focus{background:#fff;border-color:#4caf50;box-shadow:0 0 0 3px #4caf5024}.chat-search-input::-webkit-search-cancel-button{display:none}.chat-search-clear{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;position:absolute;right:24px}.chat-search-clear:hover{color:#374151;background:#e5e7eb}.chat-search-section-title{z-index:2;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 18px;font-size:.75rem;font-weight:700;position:sticky;top:0}.chat-search-state{color:#6b7280;text-align:center;padding:28px 18px;font-size:.9rem}.chat-search-error{color:#b91c1c}.conversation-list-row{z-index:0;touch-action:pan-y;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative}.conversation-list-row.menu-open{z-index:4}.chat-item{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:14px 18px;transition:background-color .15s}.chat-item-header{justify-content:space-between;align-items:center;display:flex}.chat-item:hover{background-color:#f8f9fa}.chat-item:active{background-color:#f0f0f0}.conversation-list-row.menu-open .chat-item{background-color:#f8f9fa}.conversation-actions{z-index:3;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.conversation-actions-toggle{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:none}.conversation-actions-toggle:hover,.conversation-actions-toggle:focus-visible,.conversation-list-row.menu-open .conversation-actions-toggle{color:#1f2937;background:#e5e7eb}.conversation-actions-toggle:focus-visible,.conversation-delete-action:focus-visible{outline-offset:2px;outline:2px solid #4caf50}.conversation-action-menu{background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:126px;padding:5px;position:absolute;top:50%;right:6px;transform:translateY(-50%);box-shadow:0 8px 24px #0f172a29}.conversation-delete-action{color:#dc2626;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:9px 11px;font-size:.9rem;font-weight:600;display:flex}.conversation-delete-action:hover{background:#fef2f2}.conversation-delete-dialog p{line-height:1.5}.conversation-delete-error{color:#b91c1c;font-size:.88rem;margin-top:12px!important}.conversation-delete-confirm:disabled,.conversation-delete-dialog button:disabled{cursor:not-allowed;opacity:.65}.chat-name{white-space:nowrap;text-overflow:ellipsis;color:#1f2937;flex:1;min-width:0;font-size:.98rem;font-weight:500;overflow:hidden}.chat-time{color:#888;flex-shrink:0;margin-left:10px;font-size:.78rem}.chat-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.88rem;overflow:hidden}.unread-badge{color:#fff;background:#4caf50;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:8px;padding:0 6px;font-size:12px;font-weight:600;display:flex}.chat-item.unread .chat-name{color:#111827;font-weight:800}.chat-item.unread .chat-preview{color:#374151;font-weight:700}.message-search-result{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f0f0;padding:12px 18px;display:block}.message-search-result:hover{background:#f8f9fa}.message-search-result:active{background:#f0f0f0}.message-result-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.message-result-chat-name{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;font-weight:700;overflow:hidden}.message-result-sender,.message-result-text{display:block}.message-result-sender{color:#4caf50;margin-top:3px;font-size:.78rem;font-weight:600}.message-result-text{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.88rem;overflow:hidden}@media (hover:hover) and (pointer:fine){.conversation-list-row .chat-item{padding-right:62px}.conversation-actions{right:16px}.conversation-actions-toggle{opacity:0;pointer-events:none;transition:opacity .15s,background-color .15s;display:flex}.conversation-list-row:hover .conversation-actions-toggle,.conversation-list-row:focus-within .conversation-actions-toggle,.conversation-list-row.menu-open .conversation-actions-toggle{opacity:1;pointer-events:auto}.conversation-action-menu{right:calc(100% + 6px)}}@media (width>=768px){.chat-list-header{padding:20px 24px}.chat-search{padding:12px 24px}.chat-search-icon{left:36px}.chat-search-clear{right:32px}.chat-item{padding:16px 24px}.chat-search-section-title,.message-search-result{padding-left:24px;padding-right:24px}}.group-info-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow-x:hidden}.group-profile{flex-direction:column;align-items:center;padding:24px 16px;display:flex}.group-avatar{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:12px;display:flex}.group-title{justify-content:center;align-items:center;gap:8px;width:100%;max-width:100%;padding:0 16px;display:flex}.group-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:calc(100% - 40px);margin:0;overflow:hidden}.rename-input{border:1px solid #ddd;border-radius:8px;flex:1;width:100%;min-width:0;max-width:280px;padding:8px 12px;font-size:18px}.group-profile h2{margin:0}.members-section{flex:1;padding:16px;overflow-y:auto}.members-section h3{margin-bottom:12px}.member-item{border-bottom:1px solid #eee;align-items:center;gap:12px;padding:12px 0;display:flex}.member-avatar{background:#ddd;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;display:flex}.member-info{flex-direction:column;flex:1;display:flex}.member-name{font-weight:500}.member-role{color:#999;font-size:12px}.remove-button{color:#e53935;cursor:pointer;background:0 0;border:none}.remove-button:disabled{color:#ccc;cursor:not-allowed}.group-info-page .add-member-button{width:calc(100% - 32px);margin:16px auto}.add-member-page{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.profile-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.profile-content{flex-direction:column;align-items:center;width:100%;max-width:600px;min-height:0;margin:0 auto;padding:32px 16px;display:flex}.profile-avatar{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:16px;font-size:38px;font-weight:600;display:flex;box-shadow:0 4px 12px #4caf5040}.profile-content h2{color:#222;margin:0;font-size:22px}.profile-info{background:#fff;border:1px solid #eee;border-radius:12px;width:100%;margin-top:32px;margin-bottom:24px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.profile-item{border-bottom:1px solid #eee;padding:16px 20px}.profile-item:last-child{border-bottom:none;padding-bottom:16px}.profile-item label{color:#888;margin-bottom:6px;font-size:13px;display:block}.profile-item span{color:#333;margin:0;font-size:16px}.settings-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;transition:background-color .2s,color .2s;display:flex}.settings-button:hover{color:#111827;background:#f3f4f6}.settings-button:active{background:#e5e7eb}.settings-button svg{width:20px;height:20px}.status-page{flex-direction:column;flex:1;min-height:0;display:flex}.status-list{background:#fff;border:1px solid #d1d5db;border-radius:12px;min-height:0;margin:8px;overflow:hidden auto}.status-header-row,.status-row{grid-template-columns:82px minmax(0,1fr) 54px 54px 48px;align-items:center;display:grid}.status-header-row>div,.status-row>div{min-width:0}.status-header-row>div:first-child,.status-cell{transform:translate(-5px)}.status-header-row{z-index:10;color:#64748b;letter-spacing:.03em;background:#f8fafc;border-bottom:1px solid #d1d5db;padding:10px 8px;font-size:11px;font-weight:700;position:sticky;top:0}.status-header-row>div{text-align:center;min-width:0}.status-header-row:after{content:"";background:#d1d5db;height:1px;position:absolute;bottom:-1px;left:0;right:0}.status-row{cursor:pointer;background:#fff;border-bottom:1px solid #eef2f7;padding:11px 8px}.status-row:active{background:#f1f5f9}.status-row:hover{background:#eff6ff}.status-row:last-child{border-bottom:none}.status-cell{justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:11px;height:11px;display:block}.status-working{background-color:#22c55e}.status-before-change{background-color:#f59e0b}.status-changing{background-color:#ef4444}.status-idle{background-color:#9ca3af}.vehicle-number{color:#1f2937;white-space:nowrap;font-size:13px;font-weight:700}.driver-cell{flex-direction:column;justify-content:center;min-width:0;line-height:1.2;display:flex}.current-driver{white-space:nowrap;text-overflow:ellipsis;color:#1f2937;align-items:center;height:18px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.next-driver{white-space:nowrap;text-overflow:ellipsis;color:#94a3b8;align-items:center;height:16px;margin-top:2px;font-size:10px;font-weight:400;display:flex;overflow:hidden}.time-cell{text-align:center;flex-direction:column;justify-content:center;line-height:1.2;display:flex}.current-time{color:#111827;justify-content:center;align-items:center;height:18px;font-size:13px;font-weight:600;display:flex}.next-time{color:#9ca3af;justify-content:center;align-items:center;height:16px;margin-top:2px;font-size:10px;font-weight:400;display:flex}.eta-cell{color:#2563eb;white-space:nowrap;background:#eff6ff;border-radius:6px;justify-self:center;padding:4px 6px;font-size:12px;font-weight:700}.status-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.status-list::-webkit-scrollbar{width:5px;margin-block:8px}.status-list::-webkit-scrollbar-track{background:0 0}.status-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.status-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width>=768px){.status-header-row,.status-row{grid-template-columns:110px minmax(180px,240px) minmax(90px,1fr) minmax(90px,1fr) minmax(70px,1fr)}.status-header-row>div:nth-child(2),.driver-cell{padding-left:48px}.status-header-row>div:nth-child(2){text-align:left}}.vehicle-modal{background:#fff;border-radius:16px;width:min(90%,400px);padding:20px}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-header button{cursor:pointer;background:0 0;border:none;font-size:28px}.info-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:12px 0;display:flex}.settings-page{flex-direction:column;flex:1;display:flex}.settings-content{flex-direction:column;gap:12px;padding:16px;display:flex;overflow-y:auto}.setting-item{background:#fff;border:1px solid #d1d5db;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.notification-setting,.language-setting{gap:16px}.language-setting-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.language-setting-copy label{color:#1f2937;font-weight:500}.language-setting-copy small{color:#64748b;font-size:.78rem;line-height:1.35}.language-select{color:#1f2937;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 32px 8px 12px}.language-select:focus-visible{outline-offset:1px;border-color:#4caf50;outline:2px solid #4caf5033}.notification-setting-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notification-status{color:#64748b;font-size:.78rem;font-weight:400;line-height:1.35}.notification-status-success{color:#15803d}.notification-status-error{color:#b91c1c}.setting-link{color:#1f2937;width:100%;font:inherit;text-align:left;cursor:pointer;transition:background-color .2s,border-color .2s}.setting-link:hover{background:#f8fafc;border-color:#cbd5e1}.setting-link:focus-visible{outline-offset:2px;outline:2px solid #4caf50}.setting-link-label{align-items:center;gap:12px;display:flex}.setting-link>svg{color:#64748b;flex-shrink:0}.change-password-page{flex-direction:column;flex:1;min-height:0;display:flex}.change-password-content{flex:1;padding:20px 16px;overflow-y:auto}.change-password-card{background:#fff;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;gap:18px;width:100%;max-width:480px;margin:0 auto;padding:20px;display:flex}.password-form-field{flex-direction:column;gap:7px;display:flex}.password-form-field label{color:#374151;font-size:.9rem;font-weight:600}.password-form-field input{color:#111827;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;padding:10px 12px;font-size:16px;transition:border-color .2s,box-shadow .2s}.password-form-field input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5024}.password-form-field input:disabled{cursor:not-allowed;background:#f3f4f6}.password-form-field small{color:#6b7280;font-size:.78rem}.password-form-message{border-radius:8px;margin:0;padding:10px 12px;font-size:.88rem;line-height:1.4}.password-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.password-form-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.change-password-submit{margin-top:2px}.switch{width:50px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.switch input:focus-visible+.slider{outline-offset:3px;outline:2px solid #4caf50}.switch input:disabled+.slider{cursor:not-allowed;opacity:.6}.slider{cursor:pointer;background:#d1d5db;border-radius:999px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.switch input:checked+.slider{background:#16a34a}.switch input:checked+.slider:before{transform:translate(22px)}@media (width>=768px){.settings-content,.change-password-content{padding:24px 32px}.change-password-card{padding:24px}}.main-layout{flex-direction:column;width:100%;height:100dvh;min-height:0;display:flex;overflow:hidden}.main-content{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.main-layout.has-bottom-nav .main-content{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.main-content>*{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.chat-container,.chat-window{flex-direction:column;flex:1;min-height:0;display:flex}@media (width>=768px){.main-layout{flex-direction:row}.app-navigation{order:-1}.main-layout.has-bottom-nav .main-content{padding-bottom:0}}html{font-size:14px}body{color:#333;font-family:Inter,Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1}.page-header{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex}.page-header h1,.page-header h2{white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.1rem;font-weight:600;overflow:hidden}.page-header-actions{align-items:center;gap:8px;display:flex}.icon-button{color:#444;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background-color .2s,color .2s;display:flex}.icon-button:hover{background:#f5f5f5}.icon-button:active{background:#e8e8e8}.icon-button svg{width:20px;height:20px}.primary-button{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:10px;width:100%;padding:14px 16px;font-size:16px;font-weight:600;transition:opacity .2s}.primary-button:hover{opacity:.9}.primary-button:disabled{color:#999;cursor:not-allowed;background:#ddd}.danger-button,.logout-button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .2s}.danger-button{color:#fff;background:#e53935}.danger-button:hover{background:#d32f2f}.bottom-actions{background:#fff;border-top:1px solid #eee;flex-shrink:0;margin-top:auto;padding:16px}.bottom-actions button{width:100%}.page-search{background:#fff;border-bottom:1px solid #eee;flex-shrink:0;padding:0 16px}.page-search input{border:1px solid #ddd;border-radius:999px;outline:none;width:100%;padding:10px 14px;font-size:.95rem}.page-search input:focus{border-color:#4caf50}.search-box{align-items:center;width:100%;padding:12px 0;display:flex}.search-box input{border:none;outline:none;flex:1;font-size:15px}.search-box input::placeholder{color:#999}.search-box svg{color:#999;margin-right:8px}.no-users{text-align:center;color:#999;padding:30px 0;font-size:14px}.modal-overlay{z-index:1000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px}.confirm-modal{width:min(360px,100% - 32px);padding:24px}.confirm-modal h3{margin:0 0 12px}.confirm-modal p{margin:0}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.vehicle-modal{background:#fff;border-radius:12px;width:320px;max-width:calc(100% - 32px);padding:24px}.vehicle-modal h3{margin:0 0 20px}.vehicle-input{align-items:center;gap:8px;width:100%;display:flex}.vehicle-input span{white-space:nowrap;flex-shrink:0;font-size:16px;font-weight:500}.vehicle-input input{border:1px solid #ddd;border-radius:8px;flex:1;min-width:0;padding:8px 12px;font-size:16px}.vehicle-delete-button{color:#ef4444;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.vehicle-delete-button:hover{background:#fee2e2;border-radius:8px}.modal-cancel-button,.modal-primary-button{cursor:pointer;border:none;border-radius:8px;min-width:88px;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .2s}.modal-cancel-button{color:#333;background:#eee}.modal-cancel-button:hover{background:#e5e5e5}.modal-primary-button{color:#fff;background:#4caf50}.modal-primary-button:hover{background:#43a047}*,:before,:after{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;padding:0}html,body{overflow:hidden}#app{min-height:100dvh;overflow:hidden}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
