@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";img.profile{width:40px;height:40px;border-radius:50%;object-fit:cover}:root{--accent: #FFE7CB;--accent-dark: #f0c896;--blue-light: #d5e1ff;--surface: #ffffff;--sidebar-bg: #111827;--sidebar-hover: rgba(255,255,255,.07);--sidebar-active: rgba(255, 231, 203, .12);--text-muted: #6b7280;--shadow-card: 0 4px 24px rgba(0,0,0,.08);--radius: 16px;--transition: .22s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Lato,sans-serif;background:#f0f4ff;color:#000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #ffe7cb66}50%{box-shadow:0 0 0 8px #ffe7cb00}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}button{cursor:pointer;font-family:inherit;border:none}.width500{max-width:500px!important;margin-inline:auto;min-height:100vh;max-height:100vh;background-color:#fff;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.width500::-webkit-scrollbar{display:none}.wrap{padding:24px;display:flex;justify-content:center;margin-top:-64px}.wrap .card{width:100%;background-color:#fff;border-radius:20px;box-shadow:0 8px 20px #10182814;display:flex;flex-direction:column;overflow-y:scroll;max-height:calc(100vh - 110px);padding:28px 20px;list-style:none;-ms-overflow-style:none;scrollbar-width:none}.wrap .card::-webkit-scrollbar{display:none}.nowrap{background-color:#fff;padding:24px 32px;display:flex;flex-direction:column;overflow-y:scroll;height:calc(100vh - 120px);-ms-overflow-style:none;scrollbar-width:none;list-style:none}.nowrap::-webkit-scrollbar{display:none}.danger{color:red;margin-top:8px;font-size:14px}.width500{padding-bottom:72px}.app-shell{display:flex;min-height:100vh}.app-content{flex:1;animation:fadeIn .3s ease}@media(min-width:900px){html,body,#root{background:linear-gradient(135deg,#e8eeff,#f0f4ff,#e8f0fe)}.app-content{margin-left:240px}.width500{max-width:100%!important;max-height:100vh;padding-bottom:0!important}.wrap{margin-top:-64px}.wrap .card{max-height:calc(100vh - 80px)}.nowrap{height:100vh;background:transparent!important}}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;height:72px;background:#222;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -8px 32px #00000014;display:flex;align-items:center;justify-content:space-around;padding:0 8px;z-index:100}.bn-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 0;color:#adb5bd;transition:color .18s ease;-webkit-tap-highlight-color:transparent}.bn-tab--active{color:#fff;padding:30px 0;background:#222;border-radius:50%}.bn-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:32px}.bn-icon{font-size:23px;transition:transform .18s ease}.bn-tab--active .bn-icon{transform:translateY(-2px)}.bn-dot{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#ffe7cb;border:1.5px solid #000}.bn-label{font-size:13px;font-weight:600;letter-spacing:.3px;font-family:inherit}.bn-brand{display:none}@media(min-width:900px){.bottom-nav{position:fixed;left:0;top:0;width:240px;height:100vh;max-width:240px;transform:none;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;border-top:none;border-right:1px solid rgba(255,255,255,.06);box-shadow:4px 0 32px #00000040;background:linear-gradient(180deg,#0f172a,#111827 60%,#0f1724);animation:slideInLeft .35s cubic-bezier(.4,0,.2,1)}.bn-brand{display:flex;align-items:center;gap:10px;padding:28px 24px 22px;border-bottom:1px solid rgba(255,255,255,.07);position:relative;overflow:hidden}.bn-brand:after{content:"";position:absolute;bottom:0;left:24px;width:40px;height:2px;background:linear-gradient(90deg,#FFE7CB,transparent);border-radius:2px}.bn-brand-name{font-size:19px;font-weight:800;letter-spacing:.3px;font-family:inherit;background:linear-gradient(135deg,#ffe7cb,#f0c896 60%,#e8b87a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bn-tab{flex:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:14px;padding:13px 24px;border-radius:0;border-left:3px solid transparent;color:#9ca3af;transition:all var(--transition, .22s ease);position:relative;margin:2px 0}.bn-tab:hover{background:#ffffff0f;color:#e5e7eb;border-left-color:#ffe7cb4d;transform:translate(3px)}.bn-tab--active{background:linear-gradient(90deg,#ffe7cb24,#ffe7cb08);border-radius:0;padding:13px 24px;border-left:3px solid #FFE7CB;color:#fff;transform:none}.bn-tab--active:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:3px;height:32px;background:linear-gradient(180deg,#ffe7cb,#f0c896);border-radius:0 4px 4px 0;box-shadow:2px 0 12px #ffe7cb66;left:0}.bn-icon-wrap{position:static;width:20px;height:20px}.bn-icon{font-size:18px;transition:transform .2s ease}.bn-tab--active .bn-icon{transform:none;filter:drop-shadow(0 0 4px rgba(255,231,203,.6))}.bn-tab:hover .bn-icon{transform:scale(1.15)}.bn-dot{display:none}.bn-label{font-size:14px;font-weight:600;letter-spacing:.2px}.bottom-nav:after{content:"v1.0";position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:10px;color:#fff3;letter-spacing:1.5px;font-family:inherit}}.app-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:18px;animation:fadeIn .3s ease}.app-loader--fullscreen{height:100vh;min-height:100vh}.app-spinner{width:44px;height:44px;border-radius:50%;border:3px solid rgba(255,231,203,.35);border-top-color:#ffe7cb;border-right-color:#f0c896;animation:app-spin .7s cubic-bezier(.4,0,.6,1) infinite;box-shadow:0 0 16px #ffe7cb33}.app-loader-text{font-size:13px;color:#9ca3af;letter-spacing:.5px;font-weight:500}@keyframes app-spin{to{transform:rotate(360deg)}}
