@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";@keyframes toastSlideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes shrink{0%{width:100%}to{width:0%}}.auth-wrapper{display:flex;width:100vw;height:100vh;background:#fff;overflow:hidden;padding:20px;gap:20px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.auth-left{width:42%;min-width:340px;flex-shrink:0;display:flex;flex-direction:column;padding:0 52px;height:100%;background:#fff;justify-content:center;gap:0}.auth-logo{display:flex;align-items:center;margin-left:-30px;margin-bottom:12px;flex-shrink:0}.auth-logo-img{height:75px;width:auto;object-fit:contain}.auth-form-area{display:flex;flex-direction:column;width:100%}.auth-right{flex:1;border-radius:15px;position:relative;overflow:hidden}.auth-slide-track{position:absolute;inset:0;width:100%;display:flex;flex-direction:column;transition:transform .75s cubic-bezier(.77,0,.18,1);will-change:transform}.auth-slide-item{width:100%;height:calc(100vh - 40px);flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat}.auth-right-overlay{position:absolute;inset:0;background:linear-gradient(to left,rgba(0,0,0,.25) 0%,transparent 30%);pointer-events:none}.auth-indicator-dots{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:10}.indicator-dot{width:8px;height:8px;border-radius:50%;background:#ffffff73;border:none;cursor:pointer;padding:0;transition:background .35s ease,height .35s ease}.indicator-dot.active{height:24px;border-radius:4px;background:#fff}.indicator-dot:hover:not(.active){background:#ffffffbf}@media(max-width:900px){.auth-wrapper{flex-direction:column;padding:0;gap:0;height:100vh}.auth-left{width:100%;min-width:unset;padding:28px 20px;height:100%;justify-content:center}.auth-right{display:none}}@media(max-width:900px){.form-input{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.login-heading{margin-bottom:14px}.login-heading h1{font-size:34px;font-weight:500;color:#111;line-height:1.15;letter-spacing:-.5px}.login-info{margin-bottom:16px}.info-label{font-size:13.5px;font-weight:700;color:#111;margin-bottom:6px}.info-text{font-size:13px;color:#555;line-height:1.6}.alert{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;border-radius:8px;font-size:13px;line-height:1.5;margin-bottom:14px}.alert svg{flex-shrink:0;margin-top:1px}.alert-error{background-color:#fff0f0;border:1.5px solid #f5c6c6;color:#c0152f}.alert-success{background-color:#f0fff8;border:1.5px solid #b3f0d6;color:#0a7a4a}.auth-form{display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:13px;font-weight:500;color:#222}.required{color:#c0392b;margin-left:2px}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper .form-input{padding-right:42px}.pw-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#aaa;display:flex;align-items:center;padding:4px;transition:color .2s}.pw-toggle:hover{color:#555}.form-input{width:100%;padding:11px 14px;border:1.5px solid #ddd;border-radius:8px;font-size:16px;color:#222;background:#fff;outline:none;transition:border-color .2s;font-family:inherit}.form-input::placeholder{color:#aaa}.form-input:focus{border-color:#c0392b}.form-input:disabled{background:#f5f5f5;cursor:not-allowed}.form-options{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.remember-me{display:flex;align-items:center;gap:9px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-hidden{display:none}.custom-checkbox{width:20px;height:20px;border-radius:50%;border:2px solid #c0392b;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.custom-checkbox.checked{background:#c0392b;border-color:#c0392b}.remember-label{font-size:13.5px;font-weight:600;color:#222}.forgot-password{font-size:13.5px;font-weight:600;color:#111;text-decoration:none}.forgot-password:hover{text-decoration:underline}.form-buttons{display:flex;gap:14px;margin-top:4px}.btn-login,.btn-cancel{flex:1;padding:13px;border:none;border-radius:50px;font-size:14.5px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.btn-login:hover:not(:disabled),.btn-cancel:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-login{background:#111;color:#fff}.btn-cancel{background:#9b1c1c;color:#fff}.btn-login:disabled,.btn-cancel:disabled{opacity:.55;cursor:not-allowed;transform:none}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.fp-title{font-size:26px;font-weight:700;color:#111;margin-bottom:8px}.fp-subtitle{font-size:14px;color:#777;margin-bottom:24px;line-height:1.6}.fp-label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.fp-label span{color:#e53e3e}.fp-btn{width:100%;margin-top:10px}.fp-back{margin-top:16px;font-size:13px;color:#888;text-align:center}.fp-back a{color:#e53e3e;text-decoration:none;font-weight:600}.fp-success{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.fp-success-icon{width:64px;height:64px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:8px}.fp-back-btn{margin-top:8px;padding:12px 32px;flex:unset;width:auto;background:transparent;color:#374151;border:1.5px solid #d1d5db}.monata-header{background:#f4f5f7;padding:0 24px;height:72px;display:flex;align-items:center;width:100%;font-family:DM Sans,sans-serif;box-sizing:border-box}.header-container{max-width:100%;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap;overflow:hidden}.header-user{display:flex;align-items:center;gap:10px;flex-shrink:0}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #f0f0f0;background:#ddd;flex-shrink:0}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c0392b,#922b21);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px}.user-info{display:flex;flex-direction:column;gap:1px}.user-greeting{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap}.user-date{font-size:11px;color:#888;white-space:nowrap}.billing-period-section{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;margin:0 16px}.billing-period-label{font-size:11px;font-weight:500;color:#313030;margin-bottom:2px;white-space:nowrap}.billing-period-value{font-size:10.5px;color:#888;white-space:nowrap}.header-stats{display:flex;align-items:center;gap:4px;flex:1;justify-content:center;min-width:0}.stat-card{display:flex;align-items:center;gap:8px;background:#fff;box-shadow:0 2px 10px #0000000f;border-radius:10px;padding:6px 8px;min-width:0;flex-shrink:1}.stat-icon-wrap{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-text{display:flex;flex-direction:column;min-width:0}.stat-label{font-size:11px;color:#313030;white-space:nowrap}.stat-sublabel{font-size:10px;color:#555;white-space:nowrap}.stat-value{font-size:11px;font-weight:700;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.action-btn{width:34px;height:34px;border-radius:100%;border:none;background:#fff;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.action-btn:hover{background:#dbd6d6;color:#c0392b}.divider{width:1px;height:28px;background:#ececec;margin:0 2px}@media(max-width:1150px)and (min-width:1025px){.monata-header{padding:0 14px}.billing-period-section{margin:0 10px}.stat-sublabel{display:none}.stat-value{font-size:11px}.stat-label{font-size:10px}}@media(max-width:1024px)and (min-width:769px){.monata-header{padding:0 10px;height:auto;min-height:60px}.header-container{gap:6px;flex-wrap:wrap}.header-user{order:1;flex:1;padding:8px 0}.header-actions{order:2;padding:8px 0}.billing-period-section{order:3;flex:0 0 100%;flex-direction:row;align-items:center;gap:6px;margin:0;padding:4px 8px;background:#ebebeb;border-radius:8px}.billing-period-label{font-size:11px;font-weight:600;color:#555;margin-bottom:0}.billing-period-label:after{content:":"}.billing-period-value{font-size:11px;color:#888;font-weight:500}.header-stats{order:4;flex:0 0 100%;justify-content:space-between;background:#fff;border-top:1px solid #ececec;border-radius:10px;padding:4px 0;gap:0}.stat-card{flex:1;flex-direction:column;align-items:center;text-align:center;background:transparent;gap:3px;padding:6px 4px;border-right:1px solid #f0f0f0;border-radius:0}.stat-card:last-child{border-right:none}.stat-icon-wrap{width:30px!important;height:30px!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 3px #00000012}.stat-text{align-items:center}.stat-sublabel{display:none}.stat-label{font-size:10px;color:#888}.stat-value{font-size:11px;font-weight:700}.user-date{display:none}.avatar{width:36px;height:36px}.divider{display:none}}@media(max-width:768px){.monata-header{padding:0;height:auto;align-items:stretch}.header-container{flex-wrap:wrap;align-items:center;gap:0;overflow:visible;padding:0}.header-user{order:1;flex:1;gap:8px;padding:10px 8px 10px 64px;min-height:56px;align-items:center}.user-info{margin-left:6px}.header-actions{order:2;flex-shrink:0;gap:2px;padding:10px 10px 10px 0;min-height:56px;align-items:center}.header-stats{order:3;flex:0 0 100%;justify-content:space-between;align-items:stretch;gap:0;background:#fff;border-top:1px solid #ececec;border-radius:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header-stats::-webkit-scrollbar{display:none}.stat-card{flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;gap:4px;min-width:unset;padding:8px 6px;background:transparent;border-radius:0;border-right:1px solid #f0f0f0}.stat-card:last-child{border-right:none}.stat-icon-wrap{width:28px!important;height:28px!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 4px #00000014}.stat-text{align-items:center}.stat-label{font-size:10px;color:#888}.stat-sublabel{display:none}.stat-value{font-size:11px;font-weight:700;color:#111}.billing-period-section{order:4;flex:0 0 100%;flex-direction:row;align-items:center;justify-content:center;gap:5px;margin:0;padding:5px 12px;background:#f4f5f7;border-top:1px solid #ececec}.billing-period-label{font-size:11px;font-weight:600;color:#555;margin-bottom:0}.billing-period-label:after{content:":"}.billing-period-value{font-size:11px;color:#888;font-weight:500}.avatar{width:34px;height:34px}.avatar-placeholder{font-size:13px;display:none}.user-greeting{font-size:13px}.user-date{font-size:10px}.action-btn{width:30px;height:30px}.divider{display:none}}@media(max-width:519px){.header-user{padding-left:12px}.stat-card{padding:6px 3px}.stat-value{font-size:10px}.stat-label{font-size:9px}.billing-period-label,.billing-period-value{font-size:10px}}@media(max-width:380px){.header-user{padding-left:8px}.stat-card{padding:5px 2px}.stat-value{font-size:9px}.stat-label{font-size:8px}.billing-period-label,.billing-period-value{font-size:9px}}.footer{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:56px;background-color:#f4f5f7;font-family:Helvetica Neue,Arial,sans-serif}.footer-text{font-size:13px;color:#555;letter-spacing:.1px}.footer-logo{height:36px;width:auto}@media(max-width:768px){.footer-text{font-size:11px}}@media(max-width:380px){.footer-text{font-size:9px}}.app-layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.app-layout{display:flex;flex:1;overflow:hidden}.layout-right{flex:1;display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.main-container{flex:1;padding:20px;background:#f4f5f7;min-width:0}.sidebar{width:230px;min-width:230px;background:#f4f6f8;display:flex;flex-direction:column;padding:24px 14px 20px;box-sizing:border-box;font-family:DM Sans,Segoe UI,sans-serif;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:200}.sidebar__logo-wrapper{margin-bottom:28px}.sidebar__logo-inner{display:flex;align-items:center;justify-content:center}.sidebar__logo-img{width:190px;height:auto;object-fit:contain}.sidebar__section-label{font-size:11px;color:#aaa;letter-spacing:.5px;font-weight:500;margin-bottom:14px;padding-left:2px}.sidebar__nav-list{display:flex;flex-direction:column;gap:6px}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:6px 5px;border-radius:16px;cursor:pointer;font-weight:500;font-size:14px;color:#333;background:transparent;transition:background .15s;-webkit-user-select:none;user-select:none}.sidebar__nav-item:hover{background:#e3e3e3}.sidebar__nav-item--active{background:#ac252e;color:#fff;font-weight:600}.sidebar__nav-item--active:hover{background:#c0392b}.sidebar__nav-item--spaced{justify-content:space-between}.sidebar__icon-pill{width:36px;height:36px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0000000f}.sidebar__icon-pill--active{background:#efd2d4}.sidebar__nav-item-left{display:flex;align-items:center;gap:12px}.sidebar__collapsible{overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.sidebar__collapsible--open,.sidebar__collapsible--open-sm{max-height:2000px}.sidebar__collapsible--closed{max-height:0}.sidebar__sub-list{margin-left:30px;border-left:2px solid #e0d5d5;padding-left:14px;padding-top:4px;padding-bottom:6px;display:flex;flex-direction:column;gap:2px}.sidebar__sub-item{display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:8px;cursor:pointer;color:#666;font-weight:400;font-size:13px;background:transparent;transition:all .12s;-webkit-user-select:none;user-select:none}.sidebar__sub-item:hover{background:#0000000a}.sidebar__sub-item--active{color:#ac252e;font-weight:600;background:#c0392b12}.sidebar__sub-item--active:hover{background:#c0392b12}.sidebar__sub-icon-box{width:24px;height:24px;border-radius:6px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__analytics-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;display:inline-block}.sidebar__hamburger{display:none;position:fixed;top:14px;left:14px;z-index:300;width:40px;height:40px;border-radius:10px;background:#ac252e;border:none;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 8px #ac252e59;flex-direction:column;gap:5px;padding:0;transition:background .15s}.sidebar__hamburger:hover{background:#c0392b}.sidebar__hamburger-line{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.sidebar__hamburger--open .sidebar__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.sidebar__hamburger--open .sidebar__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.sidebar__hamburger--open .sidebar__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sidebar__overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:overlayFadeIn .25s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.sidebar__hamburger{display:flex}.sidebar__overlay--visible{display:block}.sidebar{position:fixed;top:0;left:0;height:100vh;min-height:100vh;transform:translate(-100%);box-shadow:4px 0 24px #00000026;overflow-y:auto;padding-top:20px}.sidebar--open{transform:translate(0)}.sidebar__logo-wrapper{margin-top:10px;margin-bottom:20px}}
