:root{--primary-color: #002B5C;--primary-light: #004085;--accent-color: #00A4E0;--accent-glow: rgba(0, 164, 224, .3);--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6;--bg-body: #F4F6F9;--bg-surface: #FFFFFF;--bg-nav: rgba(255, 255, 255, .95);--text-primary: #111827;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--border-light: #E5E7EB;--nav-height: 70px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 30px);--header-height: 56px;--app-header-height: calc(var(--header-height) + var(--safe-area-top));--app-max-width: 600px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-float: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.main-navbar{height:var(--app-header-height);background:var(--bg-surface);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;padding:var(--safe-area-top) 20px 0;z-index:2000;position:sticky;top:0;box-shadow:0 4px 20px #00000008}.user-greeting{font-size:14px;font-weight:600;color:var(--text-primary)}.live-clock{font-size:12px;font-weight:500;color:var(--text-secondary);letter-spacing:.5px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-body);color:var(--text-primary);min-height:100vh;min-height:100dvh;overflow:hidden}#app-root{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100%;max-width:var(--app-max-width);margin:0 auto;background:var(--bg-body);box-shadow:0 0 50px #0000001a;position:relative;overflow:hidden;touch-action:none}#app-root:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background-image:url(../assets/bg-pattern.png);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.12;pointer-events:none;z-index:4000;mix-blend-mode:multiply}.view-container{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(var(--nav-height) + var(--safe-area-bottom) + 32px);position:relative;scrollbar-width:none;z-index:10;display:flex;flex-direction:column;min-height:0;touch-action:pan-y!important}.view-container::-webkit-scrollbar{display:none}.bottom-dock{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max-width);height:calc(var(--nav-height) + var(--safe-area-bottom));background:var(--bg-nav);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-top:1px solid rgba(0,0,0,.03);box-shadow:0 -10px 40px #0000000a;z-index:3000}.dock-content{display:flex;justify-content:space-around;align-items:center;height:var(--nav-height);padding-bottom:6px}.nav-item{background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-tertiary);cursor:pointer;transition:all .3s ease;width:60px}.nav-item .icon{font-size:24px;margin-bottom:4px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.nav-item .label{font-size:10px;font-weight:500;opacity:.7}.nav-item.active{color:var(--primary-color)}.nav-item.active .icon{transform:translateY(-2px)}.nav-item.active .label{opacity:1;font-weight:600}.status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.open{background:#e0f2fe;color:#0369a1}.status-badge.pending{background:#fef3c7;color:#b45309}.status-badge.critical{background:#fee2e2;color:#b91c1c}.status-badge.resolved{background:#d1fae5;color:#047857}.fab-wrapper{position:relative;top:-25px;height:64px;width:64px}.ai-fab{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border:4px solid var(--bg-surface);box-shadow:var(--shadow-float),0 0 0 1px #0000000d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .2s ease}.ai-fab:active{transform:scale(.95)}.ai-fab .icon{font-size:32px;z-index:2}.ai-glow{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:0 0 20px var(--accent-glow);animation:pulse-glow 3s infinite}@keyframes pulse-glow{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:.5}}.card{background:var(--bg-surface);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm);margin-bottom:16px;border:1px solid var(--border-light)}.header-lg{font-size:28px;font-weight:700;color:var(--primary-color);letter-spacing:-.5px;margin-bottom:8px}.header-md{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.text-sm{font-size:13px;color:var(--text-secondary)}.text-xs{font-size:11px;color:var(--text-tertiary)}.loader-spinner{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin-loader 1s linear infinite}@keyframes spin-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filter-chip{padding:8px 16px;border-radius:20px;background:#f3f4f6;border:1px solid transparent;font-size:13px;font-weight:600;color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:all .2s ease}.filter-chip.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #00387533}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-slide-up{animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-bubble{position:relative;box-shadow:0 4px 15px #00000008!important;max-width:90%;word-wrap:break-word}.ai-bubble>*{max-width:100%}#chat-textarea::-webkit-scrollbar{display:none}.rich-table-container{box-shadow:0 4px 20px #0000000d;border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0;border:1px solid #E2E8F0}.rich-table{min-width:600px;width:100%;border-collapse:collapse;font-size:13px;background:var(--bg-surface)}.rich-table th{background:#f8fafc;color:#64748b;font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:.5px;padding:12px 16px;text-align:left;border-bottom:2px solid #F1F5F9}.rich-table td{padding:12px 16px;color:var(--text-primary);border-bottom:1px solid #F1F5F9}.rich-table tr:last-child td{border-bottom:none}.rich-table tr:hover{background:#f1f5f9}.toast-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:12px;width:90%;max-width:400px;pointer-events:none}.toast{background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:16px 20px;border-radius:16px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 25px -5px #0003;pointer-events:all;animation:toast-enter .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.1)}.toast.toast-success{border-left:4px solid var(--success)}.toast.toast-error{border-left:4px solid var(--danger)}.toast.toast-warning{border-left:4px solid var(--warning)}.toast-icon{font-size:20px}.toast-message{font-size:14px;font-weight:500;flex:1}.toast-exit{animation:toast-exit .3s forwards}.app-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.app-alert-sheet{background:var(--bg-surface);width:100%;max-width:320px;border-radius:28px;padding:32px 24px 24px;text-align:center;box-shadow:0 20px 50px #0003;animation:alert-enter .3s cubic-bezier(.16,1,.3,1)}.app-alert-icon{width:64px;height:64px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.app-alert-icon span{font-size:32px}.app-alert-title{font-size:18px;font-weight:800;color:var(--text-primary);margin-bottom:8px}.app-alert-msg{font-size:14px;color:var(--text-secondary);line-height:1.5;margin-bottom:24px}.app-alert-btn{width:100%;padding:14px;border:none;border-radius:14px;font-size:15px;font-weight:700;background:var(--primary-color);color:#fff;cursor:pointer}@keyframes toast-enter{0%{transform:translateY(-30px);opacity:0;scale:.9}to{transform:translateY(0);opacity:1;scale:1}}@keyframes toast-exit{to{transform:translateY(-20px);opacity:0;scale:.95}}@keyframes alert-enter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.details-sheet{background:var(--bg-surface);width:100%;border-radius:28px 28px 0 0;padding:32px 24px calc(24px + var(--safe-area-bottom));max-height:94vh;display:flex;flex-direction:column;box-shadow:0 -20px 60px #00000026;position:relative;overflow-y:auto}.status-dot-pulse{width:10px;height:10px;background:#08c;border-radius:50%;position:relative;display:inline-block}.status-dot-pulse:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:1px solid #0088CC;animation:status-pulse 1.5s infinite ease-out}@keyframes status-pulse{0%{transform:scale(.6);opacity:1}to{transform:scale(1.8);opacity:0}}.view-home{width:100%;box-sizing:border-box}.home-grid-wrapper{padding:clamp(16px,5vw,32px);width:100%;box-sizing:border-box}.home-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(10px,3vw,18px);width:100%}.home-action-card{background:#fff;border:1px solid var(--border-light);padding:clamp(12px,4vw,20px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;aspect-ratio:1 / 1;transition:transform .1s,box-shadow .1s;box-shadow:var(--shadow-sm)}.home-action-card:active{transform:scale(.97)}.home-action-icon{font-size:clamp(28px,8vw,40px);margin-bottom:clamp(8px,2.5vw,14px)}.home-action-label{font-size:clamp(11px,3vw,14px);font-weight:700;color:var(--text-primary);line-height:1.3}@media screen and (max-width:360px){.header-lg{font-size:24px}.header-md{font-size:16px}.card{padding:16px}.nav-item{width:55px}.nav-item .icon{font-size:22px}.nav-item .label{font-size:9px}.view-container{padding-left:12px;padding-right:12px}}@media screen and (max-height:600px){.ai-fab{width:56px;height:56px}.fab-wrapper{top:-20px;height:56px;width:56px}.ai-fab .icon{font-size:28px}}body.system-dark-mode{--bg-body: #0D1B2E;--bg-surface: #162236;--bg-nav: rgba(13, 27, 46, .97);--text-primary: #E8F0FE;--text-secondary: #94A3B8;--text-tertiary: #4E6A8A;--border-light: #1E3350;--primary-color: #4DA8DA;--primary-light: #2E86C1;--accent-color: #00C4F5;--accent-glow: rgba(0, 196, 245, .15);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .5);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .6), 0 2px 4px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .6), 0 4px 6px -2px rgba(0, 0, 0, .4);--shadow-float: 0 20px 25px -5px rgba(0, 0, 0, .7), 0 10px 10px -5px rgba(0, 0, 0, .5)}body.system-dark-mode .bottom-dock{border-top-color:#ffffff0d;box-shadow:0 -10px 40px #0006}body.system-dark-mode #app-root:before{mix-blend-mode:screen;opacity:.04}body.system-dark-mode .status-badge.open{background:#0369a140;color:#38bdf8}body.system-dark-mode .status-badge.pending{background:#b4530940;color:#fcd34d}body.system-dark-mode .status-badge.critical{background:#b91c1c40;color:#fca5a5}body.system-dark-mode .status-badge.resolved{background:#04785740;color:#6ee7b7}body.system-dark-mode .filter-chip{background:#ffffff0f;color:var(--text-secondary);border-color:var(--border-light)}body.system-dark-mode .filter-chip.active{background:var(--primary-color);color:#0d1b2e}body.system-dark-mode .loader-spinner{border-color:#ffffff14;border-top-color:var(--primary-color)}body.system-dark-mode .app-alert-icon{background:#ffffff14}body.system-dark-mode .rich-table-container{border-color:var(--border-light)}body.system-dark-mode .rich-table th{background:#ffffff0a;color:var(--text-secondary);border-bottom-color:var(--border-light)}body.system-dark-mode .rich-table td{border-bottom-color:var(--border-light)}body.system-dark-mode .rich-table tr:hover{background:#ffffff0a}body.system-dark-mode .home-action-card{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode .view-tickets>div:first-child{background:var(--bg-surface)!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .view-tickets #ticket-search{color:var(--text-primary)}body.system-dark-mode .view-tickets .card{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode .view-ai-chat{background:var(--bg-body)!important}body.system-dark-mode .view-ai-chat header{background:var(--bg-surface)!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .view-ai-chat #chat-messages{background:var(--bg-body)}body.system-dark-mode .view-ai-chat .chip-btn{background:var(--bg-surface)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}body.system-dark-mode #input-container{background:#ffffff0f!important}body.system-dark-mode #chat-textarea{color:var(--text-primary)!important}body.system-dark-mode #send-msg{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode .view-ai-chat>div:last-of-type{background:var(--bg-surface)!important;border-top-color:var(--border-light)!important}body.system-dark-mode .view-inventory>div:first-child{background:var(--bg-surface)!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .view-inventory #stock-search{color:var(--text-primary)}body.system-dark-mode .view-inventory .card{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode .view-customers>div:first-child{background:#0c2340!important}body.system-dark-mode .view-customers #cust-search{color:var(--text-primary)}body.system-dark-mode .view-customers .card{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode input[type=text],body.system-dark-mode input[type=number],body.system-dark-mode input[type=tel],body.system-dark-mode input:not([type]),body.system-dark-mode textarea,body.system-dark-mode select{background:#ffffff0f!important;color:var(--text-primary)!important;border-color:var(--border-light)!important;color-scheme:dark}body.system-dark-mode .view-login,body.system-dark-mode .view-call,body.system-dark-mode .view-call-gemini,body.system-dark-mode .view-chat{background:var(--bg-body)!important;color:var(--text-primary)!important}body.system-dark-mode .view-call-gemini #g-mic,body.system-dark-mode .view-call-gemini #g-camera,body.system-dark-mode .view-call-gemini #g-screen,body.system-dark-mode .view-call-gemini #g-close{background:#ffffff14!important;color:var(--text-primary)!important}body.system-dark-mode .view-call-gemini #g-voice-selector{background:#ffffff0f!important;border-color:#1e3350!important}body.system-dark-mode .view-call-gemini #g-voice-name{color:var(--text-primary)!important}body.system-dark-mode .view-call-gemini #g-voice-tone,body.system-dark-mode .view-call-gemini #gemini-transcript{color:var(--text-secondary)!important}body.system-dark-mode .view-call #toggle-mic,body.system-dark-mode .view-call #close-call{background:#ffffff14!important;color:var(--text-primary)!important}body.system-dark-mode .view-chat>div:first-child{background:#0d1b2ef2!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .chat-chip{background:var(--bg-surface)!important;border-color:var(--border-light)!important;color:var(--text-secondary)!important}body.system-dark-mode .ai-bubble{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode #update-summary{background:#ffffff0f!important;border-color:var(--border-light)!important}body.system-dark-mode [style*="background:white"],body.system-dark-mode [style*="background: white"],body.system-dark-mode [style*="background:#FFFFFF"],body.system-dark-mode [style*="background: #FFFFFF"],body.system-dark-mode [style*="background:#FDFDFD"],body.system-dark-mode [style*="background: #FDFDFD"],body.system-dark-mode [style*="background:#F8FAFC"],body.system-dark-mode [style*="background: #F8FAFC"],body.system-dark-mode [style*="background:#F9FAFB"],body.system-dark-mode [style*="background: #F9FAFB"],body.system-dark-mode [style*="background:#F3F4F6"],body.system-dark-mode [style*="background: #F3F4F6"],body.system-dark-mode [style*="background:#F1F5F9"],body.system-dark-mode [style*="background: #F1F5F9"]{background:var(--bg-surface)!important}body.system-dark-mode [style*="background:#FEF2F2"],body.system-dark-mode [style*="background: #FEF2F2"],body.system-dark-mode [style*="background:#FFF5F5"]{background:#ef444426!important;border-color:#ef444440!important}body.system-dark-mode [style*="background:#ECFDF5"],body.system-dark-mode [style*="background: #ECFDF5"],body.system-dark-mode [style*="background:#F0FDF4"]{background:#10b98126!important;border-color:#10b98140!important}body.system-dark-mode [style*="background:#FFFBEB"]{background:#f59e0b26!important;border-color:#f59e0b40!important}body.system-dark-mode [style*="background:#E0E7FF"],body.system-dark-mode [style*="background: #E0E7FF"]{background:#6366f133!important;color:#a5b4fc!important;border-color:#6366f14d!important}body.system-dark-mode [style*="background:#FDF2F8"],body.system-dark-mode [style*="background: #FDF2F8"]{background:#ec489933!important;color:#f9a8d4!important;border-color:#ec48994d!important}body.system-dark-mode [style*="background:rgba(255,255,255,0.9)"],body.system-dark-mode [style*="background: rgba(255,255,255,0.9)"]{background:#0d1b2ef2!important}body.system-dark-mode [style*="background:rgba(255,255,255,0.15)"],body.system-dark-mode [style*="background: rgba(255,255,255,0.15)"]{background:#ffffff14!important}body.system-dark-mode #partner-results{background:var(--bg-surface)!important;border-color:var(--border-light)!important}body.system-dark-mode .partner-item{background:transparent!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .partner-item:hover{background:#ffffff0d!important}body.system-dark-mode .details-overlay[style*="flex-direction:column"]{background:var(--bg-body)!important}body.system-dark-mode .loading-overlay{background:#0d1b2eed!important}body.system-dark-mode #creation-sheet{background:var(--bg-surface)!important}body.system-dark-mode .menu-view .profile-card,body.system-dark-mode .menu-view .settings-card{background:var(--bg-surface)!important;box-shadow:var(--shadow-md)!important}body.system-dark-mode .view-overtime>div:first-child{background:var(--bg-surface)!important;border-bottom-color:var(--border-light)!important}body.system-dark-mode .view-overtime .card{background:var(--bg-surface)!important;border-color:var(--border-light)!important}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.animate-enter{animation:fadeInUp .4s cubic-bezier(.165,.84,.44,1) forwards}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}@keyframes messagePop{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.msg-enter{animation:messagePop .3s cubic-bezier(.34,1.56,.64,1) forwards}.ripple{position:absolute;background:#0000001a;border-radius:50%;transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}@keyframes pulse-red{0%{transform:scale(1);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}.pulse-red{animation:pulse-red 2s infinite}
