:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 768px){body{flex-direction:column;place-items:unset}h1{font-size:2em}button{font-size:.9em;padding:.5em 1em}}@media (max-width: 480px){h1{font-size:1.6em}button{font-size:.85em;padding:.45em .9em}}.account-container{width:100%;max-width:750px;margin:0 auto;padding:40px 20px;color:#fff;background-color:#000;font-family:Inter,sans-serif;height:100vh;overflow-y:auto;box-sizing:border-box}.section-title{font-size:32px;font-weight:700;margin-bottom:6px}.subtitle{opacity:.7;margin-bottom:20px}.card{background-color:#0f0f0f;padding:25px;border-radius:16px;margin-bottom:35px;border:1px solid #1f1f1f}.field-label{font-size:14px;opacity:.85;margin:10px 0 6px;display:block}.view-input{width:100%;background-color:#1c1c1c;border:none;padding:14px;border-radius:10px;color:#fff;margin-bottom:18px;font-size:15px}.input-row{display:flex;gap:10px;margin-bottom:20px}.country-select{width:150px;background:#1c1c1c;border:1px solid #333;padding:12px;border-radius:10px;color:#fff}.new-number-input{flex:1;background:#1c1c1c;border:1px solid #333;padding:12px;border-radius:10px;color:#fff}.secondary-btn,.delete-btn{background:#262626;padding:10px 16px;border-radius:10px;border:1px solid #444;cursor:pointer;color:#fff}.secondary-btn:hover{background:#444}.delete-btn{background:#b32828;border:none}.delete-btn:hover{background:#921d1d}.number-list{list-style:none;padding:0;margin:0}.number-item{background:#1c1c1c;padding:14px 16px;border-radius:10px;display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:10px}.wa-icon{font-size:18px}.feedback-banner{padding:12px;border-radius:10px;font-weight:600;margin-bottom:15px;text-align:center}.feedback-banner.success{background:#2e7d32;color:#eaffea}.feedback-banner.error{background:#b71c1c;color:#ffe4e4}.number-list li{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#151515;border-radius:10px;margin-bottom:10px}.num-text{display:flex;align-items:left;gap:10px;font-size:1rem;font-weight:500;text-align:left}.wap-icon{width:22px;height:22px}body,html,#root{height:100%;margin:0;font-family:Inter,Arial,sans-serif;background:#000;color:#fff;overflow:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#444;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#666}.app{display:flex;height:100vh;width:100vw;background-color:#000;color:#fff}.sidebar{width:250px;background:linear-gradient(180deg,#111,#0a0a0a);display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #222}.logo{padding:24px;font-weight:700;font-size:22px;letter-spacing:1px;text-transform:uppercase}.menu{margin-top:10px;display:flex;flex-direction:column}.menu button{padding:14px 20px;text-align:left;border:none;background:none;color:#ddd;font-size:15px;cursor:pointer;transition:background .2s ease,color .2s ease}.menu button.active,.menu button:hover{background:#222;color:#fff}.sidebar-footer{padding:15px;border-top:1px solid #222;display:flex;align-items:center}.sidebar-footer .avatar{width:36px;height:36px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;color:#bbb;font-size:14px}.main{flex:1;display:flex;justify-content:center;align-items:stretch;background:#000;overflow:hidden}.main-center{display:flex;flex-direction:column;width:100%;max-width:900px;padding:0 20px;justify-content:center;flex:1}.main-center.tall{justify-content:space-between;height:100vh}.chat-content{overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:20px 10px}.chat-box{width:100%;background:transparent;border-radius:12px}.chat-message{display:flex;margin:10px 0;width:100%}.chat-bubble{display:inline-block;padding:12px 16px;border-radius:18px;max-width:80%;font-size:15px;line-height:1.4;box-shadow:0 2px 6px #0000004d;transition:transform .1s ease}.chat-bubble:hover{transform:scale(1.01)}.user-message{justify-content:flex-end}.user-message .chat-bubble{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;text-align:right}.bot-message{justify-content:flex-start}.bot-message .chat-bubble{background:#1a1a1a;color:#eee;text-align:left;max-width:600px}.chat-input{padding:15px 0;display:flex;width:100%;justify-content:center;position:sticky;bottom:0}.chat-input input{font-size:16px;width:100%;max-width:90vw;padding:12px 16px;border-radius:25px 0 0 25px;border:none;outline:none;background:#1a1a1a;color:#fff}.chat-input button{padding:0 22px;border-radius:0 25px 25px 0;border:none;background:#007bff;color:#fff;cursor:pointer}.typing-ellipsis{display:inline-flex;align-items:center}.typing-ellipsis span{width:6px;height:6px;background:#999;border-radius:50%;animation:blink 1.4s infinite}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.mobile-header{display:none}.sidebar>div:first-child{display:flex;flex-direction:column;flex:1;overflow-y:auto;min-height:0}.sidebar-footer{flex-shrink:0;display:flex;align-items:center;padding:15px;border-top:1px solid #222;background:#0a0a0a}.sidebar>div:first-child{scrollbar-width:thin}@media (max-width: 768px){.app{flex-direction:column}.mobile-header{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;height:60px;padding:0 15px;background:#000;border-bottom:1px solid #222;z-index:5000}.burger-btn{font-size:26px;background:none;border:none;color:#fff}.main{padding-top:60px}.sidebar{position:fixed;top:0;right:-260px;width:250px;height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#111,#0a0a0a);border-left:1px solid #222;z-index:4000;transition:right .3s ease;padding-top:60px;overflow:hidden}.sidebar.open{right:0}.menu{display:flex;flex-direction:column}.menu button{text-align:left;padding:14px 16px}.sidebar-footer{flex-shrink:0;display:flex!important;align-items:center;padding:15px;border-top:1px solid #222;background:#0a0a0a}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:3000}.sidebar .logo{display:none}.sidebar-footer{padding-bottom:calc(15px + env(safe-area-inset-bottom))}.date-picker-row{flex-direction:column;align-items:stretch}.date-picker-row button{width:100%}}.login-page{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Helvetica Neue,sans-serif;padding:20px;text-align:center}.login-wrapper{max-width:400px;width:100%;margin-top:20px}.login-logo{font-size:2.4rem;font-weight:700;margin-bottom:1rem;color:#00bcd4}.dot-blue{color:#00bcd4}.dot-pink{color:#9c27b0}.login-welcome{font-size:2rem;font-weight:700;margin-bottom:.05rem}.login-subtext{font-size:1rem;color:#ccc;margin-bottom:2.5rem}.login-wrapper{max-width:400px;width:100%}.login-card{display:flex;flex-direction:column;gap:1.2rem}.login-label{text-align:left;font-size:.95rem;margin-bottom:.3rem;color:#ccc}.login-input{padding:12px 15px;border-radius:8px;border:none;font-size:1rem;outline:none;background-color:#fff;color:#000;box-shadow:0 0 4px #ffffff1a;transition:box-shadow .2s ease}.login-input:focus{box-shadow:0 0 0 2px #00bcd4}.login-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem;margin-bottom:1rem}.remember-me{font-size:.85rem;display:flex;align-items:center;gap:5px}.forgot-password{font-size:.85rem;color:#00bcd4;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-error{color:#ff6b6b;margin-bottom:1rem;font-size:.9rem}.login-button{padding:12px;background-color:#00bcd4;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s ease}.login-button:hover{background-color:#0097a7}.login-button:disabled{background-color:#7fd2f7;cursor:not-allowed}.login-logo-img{width:280px;max-width:100%;margin-bottom:10px}@media (max-width: 480px){.login-welcome{font-size:1.5rem}.login-logo-img{width:130px}.login-subtext{font-size:.9rem}}@media (max-width: 768px){.login-logo-img{width:160px}.login-page{padding:0 54px;gap:10px;justify-content:center;transform:translateY(-20px)}.login-welcome{font-size:1.5rem;font-weight:700;margin-bottom:4px;line-height:1.1}.login-subtext{font-size:1rem;color:#ccc;margin-bottom:16px;line-height:1.3}.login-card{display:flex;flex-direction:column;gap:12px}.login-label{margin-bottom:4px;font-size:.9rem;color:#ccc}.login-input{margin-bottom:0}.login-options{margin-top:0;margin-bottom:10px}}
