:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(135deg,#667eea,#764ba2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh;min-height:100dvh}::-webkit-scrollbar{width:8px}@media (max-width: 768px){::-webkit-scrollbar{width:4px}}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a1929,#1a3a4a,#0a1929);color:#fff;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#dc2626;border-radius:50%;animation:spinner 1s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;padding:0;min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{touch-action:manipulation;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width: 768px){input,textarea,select{font-size:16px!important}}:root{--batak-red: #dc2626;--batak-black: #1a1a1a;--batak-gold: #fbbf24;--toba-blue: #2563eb;--toba-cyan: #06b6d4;--lake-green: #10b981;--gradient-toba: linear-gradient(135deg, #0a1929 0%, #1a3a4a 25%, #2d5a6b 50%, #1a3a4a 75%, #0a1929 100%);--gradient-batak: linear-gradient(135deg, var(--batak-red) 0%, var(--batak-black) 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .2);--shadow-batak: 0 8px 32px rgba(220, 38, 38, .3)}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--gradient-toba);color:#fff;position:relative;overflow-x:hidden}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/latarbelakang.jpg);background-size:cover;background-position:center;background-attachment:fixed;opacity:.4;z-index:0;pointer-events:none}.app:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 100px,rgba(220,38,38,.03) 100px,rgba(220,38,38,.03) 102px),repeating-linear-gradient(-45deg,transparent,transparent 100px,rgba(251,191,36,.02) 100px,rgba(251,191,36,.02) 102px);z-index:0;pointer-events:none}.app>*{position:relative;z-index:1}.app-header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:linear-gradient(135deg,#2563ebf2,#06b6d4e6,#10b981f2);border-bottom:3px solid var(--batak-red);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-left{display:flex;align-items:center;gap:12px}.sidebar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#0f172ae6,#1e293be6);border:2px solid rgba(251,191,36,.4);border-radius:10px;color:var(--batak-gold);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.sidebar-toggle:hover{background:linear-gradient(135deg,#dc2626cc,#991b1be6);border-color:var(--batak-gold);transform:scale(1.08);box-shadow:0 4px 16px #dc26264d}.header-logo{width:42px;height:42px;object-fit:contain}.header-title-group{display:flex;flex-direction:column}.header-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.title-full{display:inline}.title-short{display:none}.header-subtitle{font-size:.8rem;color:#ffffffd9;margin:0}.header-right{display:flex;align-items:center;gap:12px}.user-menu-trigger{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#0f172ad9;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003}.user-menu-trigger:hover{background:#0f172af2;border-color:#ffffff80;box-shadow:0 4px 12px #0000004d}.user-avatar-small{font-size:1.3rem}.user-name-header{font-weight:500;font-size:.9rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-trigger .chevron{transition:transform .2s ease}.user-menu-trigger .chevron.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 40px #0006;overflow:hidden;animation:dropdownSlide .2s ease;z-index:1001}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff08}.user-avatar-large{font-size:2.5rem}.dropdown-user-info{display:flex;flex-direction:column;overflow:hidden}.dropdown-name{font-weight:600;color:#fff;font-size:1rem}.dropdown-email{font-size:.8rem;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#ffffff14;margin:0}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#ffffffd9;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;background:transparent;width:100%;font-size:.9rem}.dropdown-item:hover{background:#ffffff14;color:#fff}.dropdown-item.logout-item{color:#f87171}.dropdown-item.logout-item:hover{background:#ef444426;color:#ef4444}.login-btn-header{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease}.login-btn-header:hover{background:#ffffff4d;transform:translateY(-1px)}.admin-access-btn,.hero-section{display:none!important}.hero-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:.75rem;width:100%}.hero-logo{width:45px;height:45px;min-width:45px;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25))}.hero-text-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:800;margin:0;line-height:1.2;text-shadow:1px 2px 6px rgba(0,0,0,.35);background:linear-gradient(to right,#fff,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:.75rem;color:#fffffff2;margin:0;line-height:1.3;text-shadow:1px 2px 4px rgba(0,0,0,.3)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.status-info{display:flex;flex-direction:column;gap:.1rem}.status-label{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.status-value{font-size:.9rem;font-weight:600;color:#fff}.btn-stats{padding:.6rem 1.5rem;background:linear-gradient(135deg,var(--batak-red),#991b1b);border:none;border-radius:25px;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:var(--shadow-batak)}.btn-stats:hover{transform:translateY(-2px);box-shadow:0 12px 40px #dc262666;background:linear-gradient(135deg,#b91c1c,var(--batak-red))}.main-container{flex:1;display:flex;flex-direction:column;padding:0;max-width:100%;margin:0;width:100%;gap:0}.layout{display:grid;grid-template-columns:280px 1fr;gap:0;align-items:stretch;min-height:calc(100vh - 70px);height:calc(100vh - 70px);transition:grid-template-columns .3s ease}.layout.sidebar-collapsed{grid-template-columns:60px 1fr}.sidebar{background:#0a1929f2;border-right:1px solid rgba(220,38,38,.2);padding:1rem;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:calc(100vh - 70px);min-height:calc(100vh - 70px);position:sticky;top:70px}.sidebar.collapsed{padding:.75rem .5rem;align-items:center;overflow:hidden}.sidebar.collapsed .sidebar-header{flex-direction:column;gap:8px;padding-bottom:.5rem;border-bottom:none;margin-bottom:0}.sidebar.collapsed .sidebar-header h3{display:none}.sidebar.collapsed .sidebar-buttons{flex-direction:column}.sidebar.collapsed .btn-new{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center}.sidebar.collapsed .conversations-list{width:100%;overflow:hidden}.sidebar.collapsed .conv-item{padding:10px;justify-content:center}.sidebar.collapsed .conv-title,.sidebar.collapsed .conv-meta,.sidebar.collapsed .conv-actions{display:none}.collapsed-icons{display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px 0;flex:1}.collapsed-conv-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;background:#ffffff0d;border-radius:12px;cursor:pointer;transition:all .2s ease}.collapsed-conv-icon:hover{background:#ffffff1f;transform:scale(1.08)}.collapsed-conv-icon.active{background:linear-gradient(135deg,#dc262640,#fbbf2426);border:2px solid rgba(220,38,38,.4)}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.sidebar.collapsed .sidebar-bottom{width:100%;align-items:center}.sidebar-profile-btn{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;color:#fff;width:100%}.sidebar-profile-btn:hover{background:#ffffff1a}.sidebar.collapsed .sidebar-profile-btn{width:44px;height:44px;padding:0;justify-content:center}.sidebar.collapsed .sidebar-profile-btn .profile-info{display:none}.profile-avatar{font-size:1.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--batak-red),#991b1b);border-radius:10px}.sidebar.collapsed .profile-avatar{width:28px;height:28px;font-size:1.2rem}.profile-info{flex:1;text-align:left;overflow:hidden}.profile-name{font-weight:600;font-size:.9rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-status{font-size:.75rem;color:#ffffff80}.sidebar-login-btn{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(135deg,#26dadc,#2f991b);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#fff;width:100%;font-weight:600;text-decoration:none;box-shadow:0 2px 8px #26dadc4d}.sidebar-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #2f991b66}.sidebar.collapsed .sidebar-login-btn{width:44px;height:44px;padding:0;justify-content:center}.sidebar.collapsed .sidebar-login-btn span{display:none}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.sidebar-header h3{margin:0;font-size:1rem;color:var(--batak-gold)}.btn-new{background:linear-gradient(135deg,var(--batak-red),#991b1b);border:none;padding:10px;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #dc26264d}.btn-new:hover{background:linear-gradient(135deg,#b91c1c,#7f1d1d);transform:translateY(-2px);box-shadow:0 4px 16px #dc262666}.conversations-list{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:100px;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--batak-red) rgba(0,0,0,.2)}.conversations-list::-webkit-scrollbar{width:6px}.conversations-list::-webkit-scrollbar-track{background:#0003;border-radius:10px}.conversations-list::-webkit-scrollbar-thumb{background:var(--batak-red);border-radius:10px}.conversations-list::-webkit-scrollbar-thumb:hover{background:#b91c1c}.conv-item{padding:.75rem;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;transition:all .2s ease;flex-shrink:0;min-height:48px}.conv-item:hover{background:#ffffff0d}.conv-item.active{background:linear-gradient(90deg,#dc262626,#fbbf2414);border:1px solid rgba(220,38,38,.25)}.conv-title{font-weight:600;color:var(--batak-gold);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;flex:1}.conv-meta{font-size:.75rem;color:#ffffff80;display:flex;gap:.5rem;align-items:center}.conv-actions button{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;transition:all .2s ease}.conv-actions button:hover{color:var(--batak-gold)}.empty{color:#fff6;font-size:.85rem;text-align:center;padding:2rem 1rem}.eval-controls{display:flex;gap:.5rem;margin-left:.5rem}.eval-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.04);padding:6px;border-radius:8px;cursor:pointer}.sidebar-overlay{display:none}@media (max-width: 900px){.layout{grid-template-columns:1fr!important}.sidebar{position:fixed;left:0;top:70px;bottom:0;width:280px;z-index:999;transform:translate(-100%);max-height:calc(100vh - 70px);height:auto}.sidebar:not(.collapsed){transform:translate(0)}.sidebar.collapsed{transform:translate(-100%)}.conversations-list{max-height:calc(100vh - 220px)}.chat-container{order:1}.input-wrapper{padding:0 1rem}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.chat-container{flex:1 1 auto;display:flex;flex-direction:column;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;box-shadow:none;overflow:hidden;height:calc(100vh - 70px);min-height:calc(100vh - 70px)}.messages-container{flex:1 1 auto;overflow-y:auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#0003;border-radius:10px}.messages-container::-webkit-scrollbar-thumb{background:var(--batak-red);border-radius:10px}.messages-container::-webkit-scrollbar-thumb:hover{background:#b91c1c}.message{display:flex;gap:1rem;max-width:80%;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.assistant{align-self:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 8px #0003;transition:all .3s ease}.message.user .message-avatar,.user-avatar{background:linear-gradient(135deg,var(--toba-blue),var(--toba-cyan));color:#fff;order:2;margin-left:8px;margin-right:0}.message.assistant .message-avatar,.bot-avatar{background:linear-gradient(135deg,var(--batak-red),var(--batak-gold));color:#fff;order:0;margin-right:8px;margin-left:0}.message.with-avatar .message-content{display:flex;align-items:flex-start;gap:0}.message.user.with-avatar .message-content{flex-direction:row-reverse}.message.no-avatar .message-content{display:block}.message.no-avatar .message-avatar{display:none}.message-content{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-md);font-size:.9rem}.message.user .message-content{background:linear-gradient(135deg,#2563eb4d,#06b6d44d);border:1px solid rgba(37,99,235,.5)}.message-content p{margin:0 0 .4rem;line-height:1.5;color:#fffffff2;font-size:.9rem}.message-content p:last-child{margin-bottom:0}.recommendation-card{background:#0a192999;border:2px solid var(--batak-red);border-radius:12px;padding:1rem;margin-top:.75rem;transition:all .3s ease}.recommendation-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-batak);border-color:var(--batak-gold)}.recommendation-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.recommendation-rank{width:40px;height:40px;background:linear-gradient(135deg,var(--batak-red),var(--batak-gold));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;box-shadow:var(--shadow-batak)}.recommendation-title{flex:1;font-size:1.1rem;font-weight:700;color:var(--batak-gold);margin:0}.recommendation-score{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fbbf2433;border-radius:20px;font-weight:600;color:var(--batak-gold)}.recommendation-body{color:#ffffffe6;line-height:1.6}.recommendation-meta{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#ffffff1a;border-radius:15px;font-size:.85rem;color:#fffc}.message-meta{display:flex;gap:1rem;margin-top:.75rem;font-size:.75rem;color:#ffffff80}.meta-badge{display:flex;align-items:center;gap:.3rem;padding:.2rem .6rem;background:#ffffff1a;border-radius:10px}.meta-badge.cache-hit{background:#10b98133;color:var(--lake-green)}.meta-badge.cache-miss{background:#ef444433;color:#ef4444}.message-feedback{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.feedback-buttons{display:flex;align-items:center;gap:.5rem}.feedback-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;cursor:pointer;transition:all .2s ease}.feedback-btn:hover{background:#ffffff1a;color:#fffc;transform:scale(1.05)}.feedback-btn--like:hover{background:#10b98133;border-color:#10b98166;color:#10b981}.feedback-btn--like.feedback-btn--active{background:#10b9814d;border-color:#10b981;color:#10b981}.feedback-btn--dislike:hover{background:#ef444433;border-color:#ef444466;color:#ef4444}.feedback-btn--dislike.feedback-btn--active{background:#ef44444d;border-color:#ef4444;color:#ef4444}.feedback-btn--regenerate:hover{background:#fbbf2433;border-color:#fbbf2466;color:#fbbf24}.feedback-status{font-size:.75rem;color:#fff9;font-style:italic}.message.loading .message-content{display:flex;gap:.5rem;align-items:center;padding:1rem 1.5rem}.loading-dot{width:8px;height:8px;background:var(--batak-gold);border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px}.typing-indicator span{width:8px;height:8px;background:#6b7280;border-radius:50%;animation:typingPulse 1.4s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.input-form{padding:.4rem .75rem .5rem;background:linear-gradient(180deg,#0a1929fa,#0a1929f2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-top:1px solid rgba(220,38,38,.08);flex-shrink:0;margin-top:auto}.input-wrapper{display:flex;gap:.5rem;max-width:100%;width:100%;margin:0;align-items:center}.input-field{flex:1;padding:.6rem 1rem;background:#1e293beb;border:1px solid rgba(220,38,38,.12);border-radius:24px;color:#fff;font-size:.9rem;outline:none;transition:all .18s ease;resize:none;font-family:inherit;line-height:1.5;min-height:42px;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word}.input-field:focus{border-color:var(--batak-red);box-shadow:0 0 20px #dc26264d}.input-field::placeholder{color:#fff6}.send-button{padding:.6rem 1.25rem;background:linear-gradient(135deg,var(--batak-red),#991b1b);border:none;border-radius:25px;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:var(--shadow-batak)}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 40px #dc262680;background:linear-gradient(135deg,#b91c1c,var(--batak-red))}.send-button:disabled{opacity:.5;cursor:not-allowed}.input-disclaimer{text-align:center;font-size:.75rem;color:#ffffff80;margin-top:.5rem;padding:0 .5rem;line-height:1.4}.input-disclaimer a{color:#fff9;text-decoration:underline;cursor:pointer;transition:color .2s ease}.input-disclaimer a:hover{color:#fffc}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease-out}.modal-content{background:linear-gradient(135deg,#0a1929fa,#1a3a4afa);border:2px solid var(--batak-red);border-radius:20px;padding:2rem;max-width:800px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(220,38,38,.3)}.modal-title{font-size:2rem;font-weight:800;color:var(--batak-gold);display:flex;align-items:center;gap:.75rem}.close-button{background:#ef444433;border:1px solid #ef4444;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-button:hover{background:#ef444466;transform:rotate(90deg)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#1e293b99;border:1px solid rgba(220,38,38,.3);border-radius:12px;padding:1.5rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:var(--batak-red);box-shadow:var(--shadow-batak)}.stat-label{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.stat-value{font-size:2rem;font-weight:800;color:var(--batak-gold);margin-bottom:.25rem}.stat-description{font-size:.85rem;color:#ffffffb3}.welcome-message{text-align:center;padding:3rem 2rem;color:#fffc}.welcome-icon{width:100px;height:100px;margin:0 auto 1.5rem;animation:float 3s ease-in-out infinite}.welcome-message h2{font-size:2rem;color:var(--batak-gold);margin-bottom:1rem}.welcome-message p{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.example-queries{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}.example-query{background:#1e293b99;border:1px solid rgba(220,38,38,.3);border-radius:12px;padding:1rem 1.5rem;cursor:pointer;transition:all .3s ease;text-align:left}.example-query:hover{background:#dc262633;border-color:var(--batak-red);transform:translateY(-2px);box-shadow:var(--shadow-batak)}.example-query-icon{display:inline-block;margin-right:.5rem}.map-container{width:100%;border-radius:12px;overflow:hidden;border:2px solid var(--batak-gold);box-shadow:var(--shadow-lg)}.map-toggle-btn{padding:.5rem 1rem;background:linear-gradient(135deg,var(--lake-green),var(--toba-cyan));border:none;border-radius:20px;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;font-size:.85rem}.map-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.map-toggle-btn svg{width:16px;height:16px}.leaflet-container{font-family:inherit;border-radius:10px}.leaflet-popup-content-wrapper{border-radius:10px;box-shadow:var(--shadow-md)}.leaflet-popup-content{margin:.75rem 1rem;font-size:.9rem}@media (max-width: 768px){.app-header{padding:10px 16px;position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#0f172afa,#1e293bfa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(220,38,38,.3)}.header-left{flex:1;min-width:0;gap:10px}.sidebar-toggle{width:36px;height:36px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.header-logo{width:32px;height:32px}.header-title{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-subtitle{display:none}.header-right{gap:8px}.user-menu-trigger{padding:6px 10px;border-radius:20px}.user-name-header{display:none}.user-dropdown{width:260px;right:0;top:calc(100% + 10px)}.login-btn-header{padding:8px 14px;font-size:.85rem;border-radius:20px}.login-btn-header span{display:none}.main-container.layout{display:flex;flex-direction:column;height:calc(100vh - 56px);height:calc(100dvh - 56px);margin-top:56px;grid-template-columns:none}.sidebar{position:fixed;top:56px;left:0;bottom:0;width:280px;max-width:85vw;z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(180deg,#0f172a,#1e293b);border-right:1px solid rgba(220,38,38,.2);box-shadow:none;overflow-y:auto;padding:1rem}.sidebar:not(.collapsed){transform:translate(0);box-shadow:4px 0 30px #00000080}.sidebar.collapsed,.layout.sidebar-collapsed .sidebar{transform:translate(-100%)}.layout:not(.sidebar-collapsed):before{content:"";position:fixed;top:56px;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;animation:fadeIn .2s ease-out}.chat-container{flex:1;width:100%;height:100%;border-radius:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#0f172a,#1a2234)}.messages-container{flex:1;padding:1rem 1rem .5rem;overflow-y:auto;overflow-x:hidden}.welcome-message{padding:2rem 1rem;text-align:center}.welcome-message h2{font-size:1.2rem;line-height:1.4;margin-bottom:.75rem}.welcome-message p{font-size:.9rem;margin-bottom:1.5rem}.example-queries{display:flex;flex-direction:column;gap:.75rem}.example-query{text-align:left;padding:.875rem 1rem;font-size:.875rem;border-radius:12px;background:#1e293bcc;border:1px solid rgba(220,38,38,.2)}.message{max-width:90%;gap:.5rem}.message.user{max-width:85%}.message-avatar{width:28px;height:28px;font-size:.75rem;flex-shrink:0}.message-content{padding:.75rem 1rem;font-size:.9rem;border-radius:16px;line-height:1.5}.message.user .message-content{border-radius:16px 16px 4px}.message.assistant .message-content{border-radius:16px 16px 16px 4px}.input-form{position:sticky;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(180deg,#0f172af2,#0f172a);border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-wrapper{display:flex;align-items:flex-end;gap:.5rem;background:#1e293be6;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:.5rem .5rem .5rem 1rem}.input-field{flex:1;padding:.5rem 0;font-size:1rem;background:transparent;border:none;border-radius:0;min-height:24px;max-height:120px;resize:none;color:#fff}.input-field:focus{outline:none;box-shadow:none}.send-button{width:40px;height:40px;min-width:40px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 2px 8px #dc262666}.send-button span{display:none}.send-button svg{width:18px;height:18px}.input-disclaimer{font-size:.7rem;margin-top:.5rem;opacity:.6;text-align:center}.sidebar-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h3{font-size:1rem}.btn-new{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center}.conversations-list{max-height:calc(100vh - 280px);overflow-y:auto}.conv-item{padding:.75rem;margin-bottom:.25rem;border-radius:10px}.conv-title{font-size:.9rem}.sidebar-bottom{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.sidebar-profile-btn,.sidebar-login-btn{padding:.75rem;border-radius:10px}.modal-overlay{padding:0;align-items:flex-end}.modal-content{width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:1rem}.modal-header{margin-bottom:1rem}.modal-title{font-size:1.25rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.hero-section{padding:.5rem 1rem;min-height:60px;max-height:65px}.hero-title{font-size:clamp(1rem,4vw,1.3rem)}.hero-subtitle{font-size:.7rem}.hero-logo{width:40px;height:40px;min-width:40px}.hero-content{gap:.5rem}.header{padding:.75rem 1rem}.header-content{flex-direction:column;gap:1rem}.header-logo{width:40px;height:40px}.header-title h1{font-size:1.2rem}.main-container{padding:.5rem;gap:.5rem}.layout{grid-template-columns:1fr;gap:.5rem}.sidebar{min-height:auto;max-height:none;order:2;padding:.5rem}.chat-container{min-height:450px;max-height:calc(100vh - 180px);order:1}.message{max-width:90%;gap:.75rem}.message-avatar{width:36px;height:36px}.message-content{padding:.6rem .85rem;font-size:.88rem}.messages-container{padding:.5rem .75rem;gap:.6rem}.input-form{padding:.35rem .5rem .4rem}.input-wrapper{gap:.4rem;padding:0 .25rem}.input-disclaimer{font-size:.7rem;margin-top:.4rem}.input-field{padding:.5rem .85rem;font-size:.88rem;min-height:40px;border-radius:20px}.send-button{padding:.5rem 1rem;border-radius:20px;font-size:.85rem}.btn-stats{padding:.45rem 1rem;font-size:.8rem;border-radius:20px}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.example-queries{grid-template-columns:1fr;gap:.625rem}.example-query{display:flex;align-items:flex-start;gap:.5rem;padding:.875rem 1rem;font-size:.9rem;text-align:left;line-height:1.4}.welcome-message{padding:2rem 1rem}.welcome-icon{width:80px;height:80px}.welcome-message h2{font-size:1.5rem}.welcome-message p{font-size:1rem}.modal-overlay{padding:1rem}.modal-content{padding:1.25rem;border-radius:16px}.modal-title{font-size:1.5rem}.recommendation-card{padding:.85rem;margin-top:.5rem}.recommendation-header{gap:.75rem;flex-wrap:wrap}.recommendation-rank{width:35px;height:35px;font-size:1rem}.recommendation-title{font-size:1rem}.recommendation-meta{gap:.5rem}.meta-item{padding:.3rem .75rem;font-size:.8rem}.map-container{border-radius:10px}.map-toggle-btn{padding:.45rem .85rem;font-size:.8rem}.leaflet-popup-content{font-size:.85rem;margin:.5rem .75rem}}@media (max-width: 576px){.app-header{padding:12px 16px;height:64px}.header-left{gap:12px}.sidebar-toggle{width:44px;height:44px;border-radius:12px}.header-logo{width:38px;height:38px}.header-title-group{display:flex}.title-full{display:none}.title-short{display:inline}.header-title{font-size:1.1rem;font-weight:600}.header-subtitle{display:none}.user-menu-trigger{padding:8px 12px;border-radius:22px;background:#ffffff1a}.user-name-header{display:none}.user-avatar-small{font-size:1.3rem}.user-dropdown{width:240px;right:0}.dropdown-header{padding:12px}.dropdown-item{padding:10px 12px;font-size:.85rem}.login-btn-header{padding:10px 16px;font-size:.9rem;background:linear-gradient(135deg,#26dadc,#2f991b);border:none;border-radius:22px}.login-btn-header span{display:none}.main-container.layout{margin-top:64px;height:calc(100vh - 64px);height:calc(100dvh - 64px);padding:0;gap:0}.sidebar{top:64px;width:280px;height:calc(100vh - 64px);height:calc(100dvh - 64px)}.chat-container{height:100%;border-radius:0;flex:1;display:flex;flex-direction:column}.messages-container{flex:1;padding:.75rem;overflow-y:auto;min-height:0}.message{max-width:90%}.message-avatar{width:26px;height:26px}.message-content{padding:.625rem .875rem;font-size:.875rem}.welcome-message{padding:1.5rem .75rem;display:flex;flex-direction:column;align-items:center}.welcome-icon{width:56px;height:56px;margin-bottom:.75rem}.welcome-message h2{font-size:1.1rem;margin-bottom:.5rem}.welcome-message p{font-size:.85rem;margin-bottom:1rem}.example-queries{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem}.example-query{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;background:#1e293bb3;border:1px solid rgba(220,38,38,.2);border-radius:12px;text-align:left;line-height:1.4;transition:all .2s ease}.example-query:hover{background:#dc262626;border-color:#dc262666;transform:translate(4px)}.example-query:active{transform:scale(.98)}.example-query-icon{flex-shrink:0;font-size:1rem;line-height:1}.message-feedback{margin-top:.5rem;padding-top:.5rem}.feedback-buttons{gap:.375rem}.feedback-btn{width:28px;height:28px;border-radius:6px}.feedback-btn svg{width:14px;height:14px}.feedback-status{font-size:.7rem}.input-form{padding:.625rem .75rem}.input-wrapper{padding:.375rem .375rem .375rem .875rem;border-radius:22px}.input-field{font-size:.95rem}.send-button{width:42px;height:42px;min-width:42px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.send-button span{display:none}.send-button svg{width:20px;height:20px}.conv-item{padding:.625rem}.conv-title{font-size:.85rem}.conv-meta{font-size:.7rem}.modal-content{max-height:85vh;padding:.875rem;border-radius:16px 16px 0 0}.stats-grid{grid-template-columns:1fr;gap:.625rem}.stat-card{padding:.875rem}.hero-section{padding:.4rem .75rem;min-height:55px;max-height:60px}.hero-title{font-size:clamp(.9rem,4.5vw,1.15rem)}.hero-subtitle{font-size:.65rem;line-height:1.2}.hero-logo{width:36px;height:36px;min-width:36px}.hero-content{gap:.4rem}.btn-stats{padding:.4rem .75rem;font-size:.75rem;gap:.35rem}.btn-stats svg{width:14px;height:14px}.main-container{padding:.35rem;gap:.4rem}.chat-container{min-height:400px;max-height:calc(100vh - 150px);border-radius:10px}.messages-container{padding:.4rem .5rem;gap:.5rem}.message{max-width:92%;gap:.5rem}.message-avatar{width:32px;height:32px;font-size:.75rem}.message-content{padding:.5rem .75rem;font-size:.85rem;border-radius:14px}.message-content p{font-size:.85rem;line-height:1.45}.input-form{padding:.3rem .4rem .35rem}.input-wrapper{gap:.35rem;padding:0 .15rem}.input-field{padding:.45rem .75rem;font-size:.85rem;min-height:38px;border-radius:18px}.send-button{padding:.45rem .85rem;border-radius:18px;font-size:.82rem;gap:.35rem}.send-button svg{width:16px;height:16px}.sidebar{padding:.4rem;border-radius:10px}.sidebar-header{margin-bottom:.5rem}.conv-item{padding:.5rem}.conv-title{font-size:.9rem}.conv-meta{font-size:.75rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:.85rem}.stat-label{font-size:.8rem}.stat-value{font-size:1.35rem}.stat-description{font-size:.8rem}.modal-overlay{padding:.75rem;align-items:flex-end}.modal-content{padding:1rem;border-radius:16px 16px 0 0;max-height:85vh}.modal-header{margin-bottom:1.25rem;padding-bottom:.75rem}.modal-title{font-size:1.25rem;gap:.5rem}.close-button{width:36px;height:36px}.welcome-message{padding:1.5rem .75rem}.welcome-icon{width:65px;height:65px;margin-bottom:1rem}.welcome-message h2{font-size:1.25rem;margin-bottom:.75rem}.welcome-message p{font-size:.9rem;margin-bottom:1.25rem}.example-query{padding:.75rem .85rem;font-size:.85rem;border-radius:10px}.recommendation-card{padding:.75rem;border-radius:10px}.recommendation-header{margin-bottom:.75rem;gap:.5rem}.recommendation-rank{width:32px;height:32px;font-size:.95rem}.recommendation-title{font-size:.95rem}.recommendation-score{padding:.35rem .75rem;font-size:.8rem;border-radius:15px}.recommendation-body{font-size:.85rem;line-height:1.5}.recommendation-meta{gap:.4rem;margin-top:.75rem}.meta-item{padding:.25rem .6rem;font-size:.75rem;border-radius:12px}.message-meta{gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.meta-badge{padding:.15rem .5rem;font-size:.7rem;border-radius:8px}.map-container{border-radius:8px;border-width:1px}.map-toggle-btn{padding:.4rem .7rem;font-size:.75rem;border-radius:16px}.map-toggle-btn span{display:none}.leaflet-popup-content{font-size:.8rem;margin:.4rem .6rem}}@media (max-width: 412px){.app-header{padding:10px 12px;height:58px}.header-left{gap:10px}.sidebar-toggle{width:40px;height:40px;border-radius:10px}.header-logo{width:34px;height:34px}.header-title{font-size:1rem}.user-avatar-small{font-size:1.2rem}.login-btn-header{padding:8px 14px;font-size:.85rem}.main-container.layout{margin-top:58px;height:calc(100vh - 58px);height:calc(100dvh - 58px);padding:0;gap:0}.sidebar{top:58px;width:260px;height:calc(100vh - 58px)}.chat-container{height:100%;border-radius:0;min-height:unset;max-height:unset}.messages-container{flex:1;padding:.5rem;min-height:0;overflow-y:auto}.message{max-width:95%}.message-avatar{width:26px;height:26px;font-size:.7rem}.message-content{padding:.5rem .75rem;font-size:.85rem;border-radius:14px}.welcome-message{padding:1rem .625rem}.welcome-icon{width:48px;height:48px;margin-bottom:.5rem}.welcome-message h2{font-size:.95rem;line-height:1.3;margin-bottom:.375rem}.welcome-message p{font-size:.75rem;margin-bottom:.75rem}.example-queries{gap:.375rem}.example-query{padding:.625rem .875rem;font-size:.8rem;border-radius:10px;gap:.4rem}.example-query-icon{font-size:.9rem}.input-form{padding:.5rem;flex-shrink:0}.input-wrapper{padding:.25rem .25rem .25rem .75rem;border-radius:20px}.input-field{font-size:.9rem}.send-button{width:38px;height:38px;min-width:38px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.send-button svg{width:18px;height:18px}.input-disclaimer{font-size:.65rem;margin-top:.375rem}.sidebar{padding:.75rem}.sidebar-header h3{font-size:.9rem}.btn-new{width:32px;height:32px}.conv-item{padding:.5rem;border-radius:8px}.conv-title{font-size:.8rem}.sidebar-profile-btn,.sidebar-login-btn{padding:.625rem;font-size:.85rem}.modal-content{padding:.75rem;border-radius:14px 14px 0 0}.modal-title{font-size:1.1rem}.close-button{width:32px;height:32px;font-size:1rem}.stat-card{padding:.75rem}.stat-label{font-size:.75rem}.stat-value{font-size:1.2rem}.stat-description{font-size:.7rem}.leaflet-container{border-radius:8px}}@media (max-width: 360px){.app-header{padding:5px 8px;height:44px}.sidebar-toggle{width:28px;height:28px}.header-logo{width:24px;height:24px}.login-btn-header{padding:5px 8px;font-size:.7rem}.main-container.layout{margin-top:44px;height:calc(100vh - 44px)}.sidebar{top:44px;width:220px}.messages-container{padding:.375rem}.message-content{padding:.4rem .6rem;font-size:.8rem;border-radius:12px}.message-avatar{width:22px;height:22px}.welcome-icon{width:48px;height:48px}.welcome-message h2{font-size:.95rem}.example-query{padding:.5rem .625rem;font-size:.75rem}.input-wrapper{padding:.2rem .2rem .2rem .625rem}.send-button{width:30px;height:30px;min-width:30px}.send-button svg{width:13px;height:13px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*:focus-visible{outline:2px solid var(--batak-gold);outline-offset:2px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a1929,#1a3a4a,#0a1929);padding:20px;position:relative;overflow:hidden}.login-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/latarbelakang.jpg);background-size:cover;background-position:center;opacity:.1;z-index:0}.login-container{position:relative;z-index:1;width:100%;max-width:420px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:60px 40px 40px;box-shadow:0 25px 50px -12px #00000080}.back-btn-box{position:absolute;top:16px;left:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fffc;cursor:pointer;transition:all .2s ease;text-decoration:none}.back-btn-box:hover{background:#dc262633;border-color:#dc262666;color:#fff;transform:translate(-2px)}.login-logo-section{text-align:center;margin-bottom:32px}.login-logo{width:80px;height:80px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.login-logo img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.login-title{font-size:28px;font-weight:700;color:#fff;margin:0;background:linear-gradient(135deg,#fff,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:14px;color:#fff9;margin:4px 0 0}.login-form{display:flex;flex-direction:column;gap:20px}.form-title{font-size:24px;font-weight:600;color:#fff;margin:0;text-align:center}.form-subtitle{font-size:14px;color:#fff9;margin:-12px 0 8px;text-align:center}.login-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:12px;color:#fca5a5;font-size:14px}.login-success{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:12px;color:#6ee7b7;font-size:14px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#fffc}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#fff6;pointer-events:none}.input-wrapper input{width:100%;padding:14px 16px 14px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;transition:all .3s ease}.input-wrapper input::-ms-reveal,.input-wrapper input::-ms-clear,.input-wrapper input::-webkit-credentials-auto-fill-button,.input-wrapper input::-webkit-caps-lock-indicator{display:none!important}input[type=password]::-ms-reveal{display:none}input::-webkit-textfield-decoration-container{display:none}.input-wrapper input::placeholder{color:#ffffff4d}.input-wrapper input:focus{outline:none;border-color:#dc2626;background:#ffffff14;box-shadow:0 0 0 3px #dc262633}.input-wrapper input:disabled{opacity:.5;cursor:not-allowed}.password-toggle{position:absolute;right:12px;background:none;border:none;color:#fff6;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle:hover{color:#fffc}.login-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#26dadc,#2f991b);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 16px #26dadc4d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #2f991b66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.spin{animation:spin 1s linear infinite}.login-footer{text-align:center;padding-top:8px}.back-link{color:#fff9;text-decoration:none;font-size:14px;transition:color .2s ease}.back-link:hover{color:#fbbf24}.auth-toggle{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#fff9}.toggle-btn{background:none;border:none;color:#fbbf24;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;padding:0}.toggle-btn:hover{color:#f59e0b;text-decoration:underline}.demo-hint{margin-top:16px;padding:12px;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);border-radius:8px;font-size:12px;color:#fff9;text-align:center}.demo-hint p{margin:4px 0}.demo-hint strong{color:#fbbf24}@media (max-width: 480px){.login-container{padding:24px;border-radius:20px}.login-logo{width:64px;height:64px}.login-title{font-size:24px}.form-title{font-size:20px}}.admin-layout{display:flex;min-height:100vh;background:#0f172a;color:#e2e8f0}.admin-sidebar{width:260px;background:linear-gradient(180deg,#1e293b,#0f172a);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;transition:all .3s ease}.admin-sidebar.collapsed{width:72px}.admin-sidebar.collapsed .logo-text,.admin-sidebar.collapsed .nav-item span,.admin-sidebar.collapsed .user-info{display:none}.sidebar-header{padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.logo-text{font-size:18px;font-weight:700;color:#fff}.sidebar-toggle{background:none;border:none;color:#fff9;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.sidebar-toggle:hover{background:#ffffff1a;color:#fff}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;border-radius:10px;transition:all .2s ease;text-decoration:none;width:100%;text-align:left}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:linear-gradient(135deg,#dc262633,#dc26261a);color:#dc2626;border-left:3px solid #dc2626}.sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.05)}.home-link{color:#fff9;margin-bottom:8px}.home-link:hover{color:#fbbf24}.logout-btn{color:#f87171!important}.logout-btn:hover{background:#f871711a!important}.admin-main{flex:1;margin-left:260px;min-height:100vh;display:flex;flex-direction:column;transition:margin-left .3s ease}.admin-sidebar.collapsed~.admin-main{margin-left:72px}.admin-topbar{height:70px;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.topbar-left{display:flex;align-items:center;gap:16px}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:8px}.page-title{font-size:20px;font-weight:600;color:#fff;margin:0}.topbar-right{display:flex;align-items:center;gap:16px}.search-box{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.search-box input{background:none;border:none;color:#fff;font-size:14px;width:200px;outline:none}.search-box input::placeholder{color:#fff6}.search-box svg{color:#fff6}.topbar-btn{position:relative;background:none;border:none;color:#fff9;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.topbar-btn:hover{background:#ffffff1a;color:#fff}.music-btn{position:relative;transition:all .3s ease}.music-btn.hidden-music{opacity:.3;color:#ffffff4d;padding:4px;min-width:auto}.music-btn.hidden-music:hover{opacity:.6;color:#ffffff80;background:transparent}.music-btn.playing{color:#10b981;opacity:1}.music-btn.playing:hover{color:#34d399}.music-indicator{position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#10b981;border-radius:50%;animation:pulse-music 1s ease-in-out infinite}@keyframes pulse-music{0%,to{opacity:1;transform:translate(-50%) scale(1)}50%{opacity:.5;transform:translate(-50%) scale(1.5)}}.notification-badge{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#dc2626;border-radius:50%;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;color:#fff}.user-menu-container{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff0d;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;color:inherit}.user-menu-trigger:hover{background:#ffffff1a}.menu-chevron{color:#ffffff80;transition:transform .3s ease}.menu-chevron.rotated{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:linear-gradient(145deg,#1f2937,#111827);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;min-width:180px;box-shadow:0 10px 40px #0006;animation:slideInDropdown .2s ease-out;z-index:1000}@keyframes slideInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:#fffc;background:transparent;border:none;width:100%;font-size:14px}.dropdown-item:hover{background:#ffffff1a;color:#fff}.dropdown-item.logout{color:#f87171}.dropdown-item.logout:hover{background:#ef44441a;color:#ef4444}.user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff}.user-info{display:flex;flex-direction:column;text-align:left}.user-name{font-size:14px;font-weight:600;color:#fff}.user-role{font-size:12px;color:#ffffff80;text-transform:capitalize}.admin-content{flex:1;padding:24px;overflow-y:auto}.dashboard-overview{display:flex;flex-direction:column;gap:24px}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.stat-card{background:#1e293b;border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:16px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000004d}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-card.blue .stat-icon{background:#3b82f633;color:#3b82f6}.stat-card.green .stat-icon{background:#10b98133;color:#10b981}.stat-card.purple .stat-icon{background:#8b5cf633;color:#8b5cf6}.stat-card.orange .stat-icon{background:#fbbf2433;color:#fbbf24}.stat-info{flex:1;display:flex;flex-direction:column;gap:4px}.stat-value{font-size:28px;font-weight:700;color:#fff}.stat-label{font-size:14px;color:#ffffff80}.stat-trend{display:flex;align-items:center;gap:4px;font-size:12px;padding:4px 8px;border-radius:20px}.stat-trend.positive{background:#10b98133;color:#10b981}.stat-trend.negative{background:#ef444433;color:#ef4444}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.dashboard-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-header h3{font-size:16px;font-weight:600;color:#fff;margin:0}.status-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.status-badge.healthy{background:#10b98133;color:#10b981}.status-badge.warning{background:#fbbf2433;color:#fbbf24}.view-all-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#dc2626;font-size:13px;cursor:pointer;transition:all .2s ease}.view-all-btn:hover{color:#ef4444}.health-items{display:flex;flex-direction:column;gap:16px}.health-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:10px}.health-item svg{color:#ffffff80}.health-item span:first-of-type{flex:1;color:#ffffffb3}.health-status{font-size:13px;font-weight:500}.health-status.active{color:#10b981}.health-status.inactive{color:#f87171}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:center;gap:12px}.activity-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.activity-icon.blue{background:#3b82f633;color:#3b82f6}.activity-icon.green{background:#10b98133;color:#10b981}.activity-icon.purple{background:#8b5cf633;color:#8b5cf6}.activity-info{display:flex;flex-direction:column;gap:2px}.activity-text{font-size:14px;color:#fff}.activity-time{font-size:12px;color:#fff6}.quick-actions{background:#1e293b;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05)}.quick-actions h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#dc262633;border-color:#dc26264d}.management-view{display:flex;flex-direction:column;gap:24px}.view-header{display:flex;align-items:center;justify-content:space-between}.view-header h2{font-size:24px;font-weight:600;color:#fff;margin:0}.add-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.add-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #dc26264d}.data-table-container{background:#1e293b;border-radius:16px;border:1px solid rgba(255,255,255,.05);overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:16px 20px;text-align:left}.data-table th{background:#ffffff08;font-size:13px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.data-table td{font-size:14px;color:#e2e8f0;border-top:1px solid rgba(255,255,255,.05)}.data-table tr:hover td{background:#ffffff05}.category-badge{padding:4px 12px;background:#3b82f633;color:#3b82f6;border-radius:20px;font-size:12px;font-weight:500}.action-btns{display:flex;gap:8px}.btn-edit{padding:6px 12px;background:#3b82f633;border:none;border-radius:6px;color:#3b82f6;font-size:12px;cursor:pointer;transition:all .2s ease}.btn-edit:hover{background:#3b82f64d}.btn-delete{padding:6px 12px;background:#ef444433;border:none;border-radius:6px;color:#ef4444;font-size:12px;cursor:pointer;transition:all .2s ease}.btn-delete:hover{background:#ef44444d}.empty-state{text-align:center;color:#fff6;padding:40px!important}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#1e293b;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05)}.faq-question{font-size:15px;color:#fff;margin-bottom:12px}.faq-answer{font-size:14px;color:#fff9;margin-bottom:16px;line-height:1.6}.faq-actions{display:flex;gap:8px}.analytics-view{display:flex;flex-direction:column;gap:24px}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.analytics-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05)}.analytics-card h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px}.analytics-stat{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.analytics-stat:last-child{margin-bottom:0}.stat-number{font-size:32px;font-weight:700;color:#dc2626}.system-view{display:flex;flex-direction:column;gap:24px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px;cursor:pointer;transition:all .2s ease}.refresh-btn:hover{background:#ffffff1a}.system-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.system-info-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05)}.system-info-card h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px}.info-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.info-row:last-child{border-bottom:none}.info-row span:first-child{color:#fff9}.info-row span:last-child{color:#fff;font-weight:500}.status-active{color:#10b981!important}.status-inactive{color:#f87171!important}.status-warning{color:#fbbf24!important}.settings-view{display:flex;flex-direction:column;gap:24px}.settings-section{background:#1e293b;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.05)}.settings-section h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-form .form-group{display:flex;flex-direction:column;gap:8px}.settings-form label{font-size:14px;color:#ffffffb3}.settings-form input{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px}.settings-form input:focus{outline:none;border-color:#dc2626}.settings-form input:disabled{opacity:.5}.save-btn{align-self:flex-start;padding:12px 24px;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.save-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #dc26264d}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.05)}.setting-item:last-child{border-bottom:none}.setting-info{display:flex;flex-direction:column;gap:4px}.setting-name{font-size:14px;color:#fff}.setting-desc{font-size:12px;color:#ffffff80}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff1a;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#dc2626}input:checked+.toggle-slider:before{transform:translate(22px)}.mobile-only,.mobile-overlay{display:none}@media (max-width: 1024px){.search-box{display:none}}.users-management{display:flex;flex-direction:column;gap:1.5rem}.users-tabs{display:flex;gap:.5rem;background:#1e293b80;padding:.5rem;border-radius:12px;width:fit-content}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;color:#fff9;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.tab-btn:hover{color:#fff;background:#ffffff0d}.tab-btn.active{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.users-list-section{display:grid;grid-template-columns:1fr 300px;gap:1.5rem}.users-table-container{background:#1e293b80;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.users-table{width:100%;border-collapse:collapse}.users-table th{background:#0f172acc;padding:1rem;text-align:left;font-size:.8rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.05)}.users-table td{padding:.875rem 1rem;border-bottom:1px solid rgba(255,255,255,.03);font-size:.9rem}.users-table tbody tr{cursor:pointer;transition:background .2s ease}.users-table tbody tr:hover{background:#ffffff08}.users-table tbody tr.selected{background:#dc26261a}.user-avatar-cell{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#2563eb4d,#06b6d44d);border-radius:50%;font-size:1rem}.role-badge{display:inline-block;padding:.25rem .625rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-admin{background:#dc262633;color:#f87171;border:1px solid rgba(220,38,38,.4)}.badge-operator{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.4)}.badge-user{background:#10b98133;color:#34d399;border:1px solid rgba(16,185,129,.4)}.user-detail-panel{background:#1e293b80;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);height:fit-content}.user-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.user-detail-avatar{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb66,#06b6d466);border-radius:50%;font-size:1.75rem}.user-detail-header h3{margin:0 0 .25rem;font-size:1.1rem}.user-detail-stats{display:flex;flex-direction:column;gap:1rem}.user-detail-stats .stat-item{display:flex;flex-direction:column;gap:.25rem}.user-detail-stats .stat-value{font-size:1.25rem;font-weight:700;color:#fbbf24}.user-detail-stats .stat-label{font-size:.8rem;color:#ffffff80}.activity-log-section{background:#1e293b80;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.05);max-height:600px;overflow-y:auto}.activity-list{display:flex;flex-direction:column;gap:.5rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#0f172a80;border-radius:8px;transition:background .2s ease}.activity-item:hover{background:#0f172acc}.activity-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;font-size:1rem}.activity-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.activity-info strong{font-size:.9rem}.activity-action{font-size:.8rem;color:#ffffff80;text-transform:capitalize}.activity-time{font-size:.75rem;color:#fff6}.no-activity{text-align:center;padding:2rem;color:#fff6}@media (max-width: 1024px){.users-list-section{grid-template-columns:1fr}.user-detail-panel{order:-1}}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%);width:280px}.admin-sidebar.mobile-open{transform:translate(0)}.mobile-only{display:flex}.desktop-only{display:none}.admin-main{margin-left:0}.mobile-menu-btn{display:flex}.mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99}.user-info{display:none}.admin-content{padding:16px}.stat-cards,.dashboard-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-btn{width:100%;justify-content:center}.data-table-container{overflow-x:auto}.data-table{min-width:600px}.users-tabs{width:100%;justify-content:center}.tab-btn span{display:none}}.user-profile-page{min-height:100vh;background:linear-gradient(135deg,#0a0f1a,#111827,#1a2234);color:#fff}.up-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.up-header-left,.up-header-right{display:flex;align-items:center;gap:12px}.up-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:600;margin:0;color:#fff}.up-back-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;transition:all .3s ease}.up-back-btn:hover{background:#ffffff1a;transform:translate(-3px)}.up-admin-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#2563eb33,#06b6d433);border:1px solid rgba(37,99,235,.3);border-radius:10px;color:#60a5fa;text-decoration:none;font-size:.9rem;transition:all .3s ease}.up-admin-btn:hover{background:linear-gradient(135deg,#2563eb4d,#06b6d44d)}.up-logout-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#f87171;cursor:pointer;font-size:.9rem;transition:all .3s ease}.up-logout-btn:hover{background:#ef444433}.up-main{max-width:900px;margin:0 auto;padding:24px}.up-profile-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:30px;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.up-avatar-section{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.up-avatar-container{position:relative;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #3b82f64d;transition:all .3s ease}.up-avatar-container.editable{cursor:pointer}.up-avatar-container.editable:hover{transform:scale(1.05);box-shadow:0 12px 40px #3b82f666}.up-avatar-container.editable:hover .up-avatar-overlay{opacity:1}.up-avatar{font-size:50px}.up-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;opacity:0;transition:opacity .3s ease;color:#fff}.up-avatar-hint{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.up-user-info{flex:1}.up-user-name{font-size:1.5rem;font-weight:700;margin:0 0 4px}.up-username{display:block;color:#ffffff80;font-size:.9rem;margin-bottom:10px}.up-role-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600}.role-admin{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.role-operator{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.role-user{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.up-stats{display:flex;justify-content:space-around;padding-top:24px}.up-stat-item{text-align:center}.up-stat-value{display:block;font-size:1.5rem;font-weight:700;color:#60a5fa}.up-stat-label{display:block;font-size:.8rem;color:#ffffff80;margin-top:4px}.up-alert{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;margin-bottom:20px;font-size:.9rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.up-alert-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#4ade80}.up-alert-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.up-tabs{display:flex;gap:8px;padding:8px;background:#ffffff08;border-radius:14px;margin-bottom:24px;overflow-x:auto}.up-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:transparent;border:none;border-radius:10px;color:#fff9;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.up-tab:hover{color:#fff;background:#ffffff0d}.up-tab.active{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 15px #3b82f64d}.up-content{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden}.up-section{padding:24px}.up-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.up-section-header h3{margin:0;font-size:1.1rem;font-weight:600}.up-section-desc{color:#fff9;font-size:.9rem;margin-bottom:24px;line-height:1.6}.up-form{display:flex;flex-direction:column;gap:20px}.up-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.up-form-group{display:flex;flex-direction:column;gap:8px}.up-form-group label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#fffc;font-weight:500}.up-form-group input,.up-form-group textarea{padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.95rem;transition:all .3s ease}.up-form-group input:focus,.up-form-group textarea:focus{outline:none;border-color:#3b82f6;background:#3b82f61a;box-shadow:0 0 0 3px #3b82f61a}.up-form-group input:disabled,.up-form-group textarea:disabled{opacity:.6;cursor:not-allowed}.up-form-group input.up-readonly{background:#ffffff05;cursor:not-allowed}.up-form-group small{color:#fff6;font-size:.8rem}.up-form-group textarea{resize:vertical;min-height:100px}.up-edit-btn,.up-save-btn,.up-cancel-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:none}.up-edit-btn{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.up-edit-btn:hover{background:#3b82f640}.up-save-btn{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 15px #3b82f64d}.up-save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.up-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.up-cancel-btn{background:#ffffff0d;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.up-cancel-btn:hover{background:#ffffff1a}.up-edit-actions{display:flex;gap:10px}.up-form-actions{display:flex;justify-content:flex-end;margin-top:10px}.up-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.up-category-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:14px;cursor:pointer;transition:all .3s ease;text-align:center}.up-category-card:hover{background:#ffffff0f;transform:translateY(-3px)}.up-category-card.selected{border-color:#3b82f6;background:#3b82f61a}.up-cat-icon{font-size:36px}.up-cat-name{font-weight:600;color:#fff;font-size:.95rem}.up-cat-desc{font-size:.8rem;color:#ffffff80}.up-cat-check{position:absolute;top:10px;right:10px;width:24px;height:24px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.up-history-actions{display:flex;gap:10px}.up-refresh-btn,.up-clear-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .3s ease;border:none}.up-refresh-btn{background:#ffffff0d;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.up-refresh-btn:hover{background:#ffffff1a}.up-clear-btn{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.up-clear-btn:hover{background:#ef444433}.up-empty-state{text-align:center;padding:50px 20px;color:#ffffff80}.up-empty-state svg{margin-bottom:16px;opacity:.5}.up-empty-state h4{color:#fff;margin:0 0 10px;font-size:1.1rem}.up-empty-state p{margin-bottom:20px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.up-start-chat-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:10px;color:#fff;font-size:.95rem;cursor:pointer;transition:all .3s ease}.up-start-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.up-history-list{display:flex;flex-direction:column;gap:16px;max-height:500px;overflow-y:auto;padding-right:8px}.up-history-list::-webkit-scrollbar{width:6px}.up-history-list::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.up-history-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.up-history-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px;transition:all .3s ease}.up-history-item:hover{background:#ffffff0d}.up-history-question{margin-bottom:12px}.up-history-label{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#ffffff80;text-transform:uppercase;font-weight:600;margin-bottom:6px}.up-history-question p{color:#fff;margin:0;font-weight:500;line-height:1.5}.up-history-answer{padding:12px;background:#3b82f614;border-radius:8px;margin-bottom:12px}.up-history-answer p{color:#fffc;margin:0;font-size:.9rem;line-height:1.6}.up-history-time{font-size:.8rem;color:#fff6}.up-security-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px;margin-bottom:24px}.up-security-card h4{margin:0 0 20px;font-size:1rem}.up-password-form{display:flex;flex-direction:column;gap:16px;max-width:400px}.up-change-pwd-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:10px;color:#fff;font-size:.95rem;cursor:pointer;transition:all .3s ease;margin-top:8px}.up-change-pwd-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.up-danger-zone{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:14px;padding:24px}.up-danger-zone h4{color:#f87171;margin:0 0 10px}.up-danger-zone p{color:#fff9;font-size:.9rem;margin-bottom:16px;line-height:1.6}.up-delete-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#f87171;font-size:.9rem;cursor:pointer;transition:all .3s ease}.up-delete-btn:hover:not(:disabled){background:#ef444440}.up-delete-btn:disabled{opacity:.5;cursor:not-allowed}.up-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.up-avatar-picker{background:linear-gradient(135deg,#1a1f2e,#111827);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;width:90%;max-width:400px;animation:scaleIn .3s ease}.up-avatar-picker--enhanced{max-width:480px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.up-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.up-avatar-tabs{display:flex;gap:8px;margin-bottom:16px}.up-avatar-tab{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff08;color:#fff9;cursor:pointer;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.up-avatar-tab:hover{background:#ffffff14;color:#fffc}.up-avatar-tab.active{background:#3b82f633;border-color:#3b82f680;color:#60a5fa}.up-avatar-picker--enhanced .up-avatar-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;max-height:300px;overflow-y:auto;padding-right:8px}.up-avatar-picker--enhanced .up-avatar-grid::-webkit-scrollbar{width:6px}.up-avatar-picker--enhanced .up-avatar-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.up-avatar-picker--enhanced .up-avatar-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.up-avatar-picker--enhanced .up-avatar-option{width:45px;height:45px;font-size:22px;border-radius:10px}.up-avatar-upload{display:flex;flex-direction:column;gap:16px}.up-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;border:2px dashed rgba(255,255,255,.2);border-radius:12px;background:#ffffff05;color:#fff9;cursor:pointer;transition:all .3s ease}.up-upload-dropzone:hover{border-color:#3b82f680;background:#3b82f60d;color:#60a5fa}.up-upload-dropzone p{margin:0;font-size:1rem;font-weight:500}.up-upload-dropzone span{font-size:.85rem;opacity:.7}.up-upload-preview{display:flex;flex-direction:column;align-items:center;gap:16px}.up-upload-preview img{width:150px;height:150px;object-fit:cover;border-radius:50%;border:4px solid rgba(59,130,246,.5);box-shadow:0 8px 32px #3b82f633}.up-upload-actions{display:flex;gap:12px;width:100%}.up-upload-btn{flex:1;padding:12px 20px;border:none;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.up-upload-btn--confirm{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff}.up-upload-btn--confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #3b82f64d}.up-upload-btn--confirm:disabled{opacity:.7;cursor:not-allowed}.up-upload-btn--cancel{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.up-upload-btn--cancel:hover{background:#ef44441a;border-color:#ef44444d;color:#f87171}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:spin 1s linear infinite}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.up-picker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.up-picker-header h3{margin:0;font-size:1.1rem}.up-picker-header button{background:none;border:none;color:#fff9;cursor:pointer;padding:4px;transition:color .3s ease}.up-picker-header button:hover{color:#fff}.up-avatar-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.up-avatar-option{position:relative;width:50px;height:50px;border-radius:12px;border:2px solid transparent;background:#ffffff0d;font-size:26px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.up-avatar-option:hover{background:#ffffff1a;transform:scale(1.1)}.up-avatar-option.selected{border-color:#3b82f6;background:#3b82f633}.up-avatar-check{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.up-header{flex-wrap:wrap;gap:12px;padding:16px}.up-header-left,.up-header-right{flex:1}.up-title{order:-1;width:100%;justify-content:center}.up-back-btn span,.up-admin-btn span,.up-logout-btn span{display:none}.up-main{padding:16px}.up-avatar-section{flex-direction:column;text-align:center}.up-stats{flex-wrap:wrap;gap:20px}.up-tab span{display:none}.up-form-row{grid-template-columns:1fr}.up-category-grid{grid-template-columns:repeat(2,1fr)}.up-avatar-grid{grid-template-columns:repeat(4,1fr)}.up-section-header{flex-direction:column;align-items:flex-start;gap:12px}.up-edit-actions{width:100%;justify-content:flex-end}}@media (max-width: 480px){.up-category-grid{grid-template-columns:1fr}.up-category-card{flex-direction:row;text-align:left;padding:16px}.up-cat-icon{font-size:28px}.up-cat-check{top:50%;transform:translateY(-50%)}.up-avatar-picker--enhanced{width:95%;padding:16px;max-height:85vh}.up-avatar-tabs{flex-direction:column;gap:6px}.up-avatar-tab{padding:10px 12px}.up-avatar-picker--enhanced .up-avatar-grid{grid-template-columns:repeat(6,1fr);max-height:200px}.up-avatar-picker--enhanced .up-avatar-option{width:38px;height:38px;font-size:18px}.up-upload-dropzone{padding:30px 16px}.up-upload-preview img{width:120px;height:120px}.up-upload-actions{flex-direction:column}}
