@import"https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background-color:#0f172a;padding:0 1rem;align-items:center;gap:.75rem;z-index:99;border-bottom:1px solid #334155}@media(max-width:767px){.mobile-header{display:flex}}.mobile-menu-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;border-radius:.375rem}.mobile-menu-btn:hover{background-color:#1e293b}.mobile-logo{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:99}@media(max-width:767px){.sidebar-overlay{display:block}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background-color:#0f172a;color:#fff;display:flex;flex-direction:column;z-index:100;transition:transform .3s ease}@media(max-width:767px){.sidebar{transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}}.sidebar-header{padding:1.25rem;border-bottom:1px solid #334155}.sidebar-logo{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.sidebar-nav{flex:1;padding:1rem;overflow-y:auto}@media(max-width:767px){.sidebar-nav{padding-top:70px}}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#94a3b8;text-decoration:none;border-radius:.375rem;transition:all .2s;margin-bottom:.25rem}.sidebar-link:hover{background-color:#1e293b;color:#fff;text-decoration:none}.sidebar-link.active{background-color:#2563eb;color:#fff}.sidebar-icon{font-size:1.25rem}.sidebar-footer{padding:1rem;border-top:1px solid #334155}.sidebar-user{display:flex;flex-direction:column;margin-bottom:.75rem}.sidebar-user-name{font-weight:500;color:#fff}.sidebar-user-role{font-size:.875rem;color:#94a3b8}.sidebar-logout{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background-color:transparent;border:1px solid #334155;border-radius:.375rem;color:#94a3b8;font-size:.875rem;cursor:pointer;transition:all .2s}.sidebar-logout:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.layout{min-height:100vh}.main-content{margin-left:260px;padding:1.5rem;min-height:100vh}@media(max-width:767px){.main-content{margin-left:0;padding:1rem;padding-top:calc(60px + 1rem)}}@media(max-width:639px){.main-content{padding:.75rem;padding-top:calc(60px + .75rem)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border:none;border-radius:.375rem;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.25rem .75rem;font-size:.875rem}.btn-md{padding:.5rem 1rem;font-size:1rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#e2e8f0;color:#334155}.btn-secondary:hover:not(:disabled){background-color:#cbd5e1}.btn-success{background-color:#22c55e;color:#fff}.btn-success:hover:not(:disabled){background-color:#1a9a49}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#eb1515}.btn-outline{background-color:transparent;border:1px solid #cbd5e1;color:#334155}.btn-outline:hover:not(:disabled){background-color:#f1f5f9}.btn-icon{display:flex;align-items:center}.btn-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.input-wrapper{display:flex;flex-direction:column;gap:.25rem}.input{width:100%;padding:.5rem .75rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:.375rem;background-color:#fff;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input::placeholder{color:#94a3b8}.input:disabled{background-color:#f1f5f9;cursor:not-allowed}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.input-error-text{font-size:.875rem;color:#ef4444}.input-helper-text{font-size:.875rem;color:#64748b}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.card-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.card-actions{display:flex;gap:.5rem}.card-body{padding:1.25rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}@media(max-width:639px){.modal-overlay{padding:.5rem;align-items:flex-end}}.modal-content{background:#1e293b;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}@media(max-width:639px){.modal-content{max-height:85vh;border-radius:.5rem .5rem 0 0}}.modal-content.modal-small{width:100%;max-width:400px}.modal-content.modal-medium{width:100%;max-width:600px}.modal-content.modal-large{width:100%;max-width:800px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #334155}@media(max-width:639px){.modal-header{padding:.75rem 1rem}}.modal-header h2{font-size:1.125rem;font-weight:600;color:#fff;margin:0}@media(max-width:639px){.modal-header h2{font-size:1rem}}.modal-header .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:.375rem;transition:all .2s}.modal-header .modal-close:hover{background:#334155;color:#fff}.modal-header .modal-close svg{width:20px;height:20px}.modal-body{padding:1.25rem;overflow-y:auto;color:#cbd5e1}@media(max-width:639px){.modal-body{padding:1rem}}.limit-warning{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.limit-warning .warning-icon{flex-shrink:0;width:24px;height:24px}.limit-warning .warning-icon svg{width:100%;height:100%}.limit-warning .warning-content h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.limit-warning .warning-content p{font-size:.875rem;margin:0}.limit-warning .warning-content p a{font-weight:500}.limit-warning .warning-content p a:hover{text-decoration:underline}.limit-warning.near-limit{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3)}.limit-warning.near-limit .warning-icon,.limit-warning.near-limit .warning-content h4{color:#f59e0b}.limit-warning.near-limit .warning-content p{color:#945f06}.limit-warning.near-limit .warning-content a{color:#f59e0b}.limit-warning.at-limit{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.limit-warning.at-limit .warning-icon,.limit-warning.at-limit .warning-content h4{color:#ef4444}.limit-warning.at-limit .warning-content p{color:#eb1515}.limit-warning.at-limit .warning-content a{color:#ef4444}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:1rem}.login-card{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h1{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.login-header p{color:#64748b}.login-form{display:flex;flex-direction:column;gap:1rem}.login-btn{width:100%;margin-top:.5rem}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.login-footer a{color:#64748b;text-decoration:none;font-size:.875rem}.login-footer a:hover{color:#2563eb}.login-footer .separator{margin:0 .5rem;color:#94a3b8}.dashboard .page-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}@media(max-width:639px){.dashboard .page-title{font-size:1.25rem;margin-bottom:1rem}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-grid{grid-template-columns:1fr}}.stat-card .card-body{display:flex;align-items:center;gap:1rem}.stat-icon{width:56px;height:56px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}@media(max-width:639px){.stat-icon{width:48px;height:48px;font-size:1.25rem}}.stat-icon.borrowers{background-color:#2563eb1a;color:#2563eb}.stat-icon.loans{background-color:#22c55e1a;color:#22c55e}.stat-icon.payments{background-color:#06b6d41a;color:#06b6d4}.stat-icon.overdue{background-color:#ef44441a;color:#ef4444}.stat-content{display:flex;flex-direction:column}.stat-label{font-size:.875rem;color:#64748b}.stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}@media(max-width:639px){.stat-value{font-size:1.25rem}}.stat-sub{font-size:.875rem;color:#64748b}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}}.income-card .income-amount{font-size:1.875rem;font-weight:700;color:#22c55e}.income-card .income-count{color:#64748b;margin-top:.25rem}.quick-actions .card-body{display:flex;flex-direction:column;gap:.5rem}.quick-action{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#f8fafc;border-radius:.375rem;color:#334155;transition:all .2s}.quick-action:hover{background-color:#2563eb;color:#fff;text-decoration:none}.quick-action svg{font-size:1.25rem}.borrowers-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.75rem}@media(max-width:639px){.borrowers-page .page-header{flex-direction:column;align-items:stretch}}.borrowers-page .page-title{font-size:1.5rem;font-weight:700}@media(max-width:639px){.borrowers-page .page-title{font-size:1.25rem}}.table{width:100%;border-collapse:collapse;min-width:600px}.borrower-name{font-weight:500;color:#2563eb}.borrower-name:hover{text-decoration:underline}.actions{display:flex;gap:.25rem}.action-btn{padding:.25rem .5rem;background:none;border:none;color:#64748b;cursor:pointer;border-radius:.25rem;transition:all .2s}.action-btn.danger:hover{background-color:#ef44441a;color:#ef4444}.pagination button{padding:.5rem 1rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:.375rem;color:#334155;cursor:pointer}.borrower-form-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media(max-width:639px){.borrower-form-page .page-header{gap:.5rem}}.borrower-form-page .page-title{font-size:1.5rem;font-weight:700;margin:0}@media(max-width:639px){.borrower-form-page .page-title{font-size:1.25rem}}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:1024px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.form-grid{grid-template-columns:1fr}}.form-full{display:flex;flex-direction:column;gap:.25rem}.textarea{width:100%;padding:.5rem .75rem;font-size:1rem;font-family:inherit;border:1px solid #cbd5e1;border-radius:.375rem;resize:vertical;transition:border-color .2s,box-shadow .2s}.textarea::placeholder{color:#94a3b8}.input-label{font-size:.875rem;font-weight:500;color:#334155}.borrower-detail-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.borrower-detail-page .page-title{font-size:1.5rem;font-weight:700;margin:0;flex:1}.borrower-detail-page .page-actions{display:flex;gap:.5rem}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem}.status-active{background-color:#22c55e1a;color:#22c55e}.status-blacklist{background-color:#ef44441a;color:#ef4444}.guarantor-list{display:flex;flex-direction:column;gap:.5rem}.guarantor-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f8fafc;border-radius:.375rem}.guarantor-info{display:flex;flex-direction:column;gap:.25rem}.guarantor-name{font-weight:500;color:#1e293b}.guarantor-detail{font-size:.875rem;color:#64748b}.guarantor-delete{padding:.25rem;background:none;border:none;color:#94a3b8;cursor:pointer;border-radius:.25rem}.guarantor-delete:hover{background-color:#ef44441a;color:#ef4444}.loans-card .table{width:100%;border-collapse:collapse}.loans-card .table th,.loans-card .table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.loans-card .table th{font-weight:600;color:#475569;background-color:#f8fafc}.loans-card .table tbody tr:hover{background-color:#f8fafc}.loan-status{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.loan-status.active{background-color:#2563eb1a;color:#2563eb}.loan-status.paid{background-color:#22c55e1a;color:#22c55e}.loan-status.defaulted{background-color:#ef44441a;color:#ef4444}.view-link{color:#64748b;transition:color .2s}.view-link:hover{color:#2563eb}.empty{text-align:center;padding:1.5rem;color:#64748b}.loans-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.75rem}@media(max-width:639px){.loans-page .page-header{flex-direction:column;align-items:stretch}}.loans-page .page-title{font-size:1.5rem;font-weight:700}@media(max-width:639px){.loans-page .page-title{font-size:1.25rem}}.search-form{display:flex;gap:.75rem;margin-bottom:1rem}@media(max-width:639px){.search-form{flex-direction:column}}.search-form .input-wrapper{flex:1}.select{padding:.5rem .75rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:.375rem;background-color:#fff;min-width:150px}@media(max-width:639px){.select{width:100%}}.select:focus{outline:none;border-color:#2563eb}.loan-number{font-weight:500;color:#2563eb}.loan-number:hover{text-decoration:underline}.borrower-name{color:#334155}.borrower-name:hover{color:#2563eb;text-decoration:underline}.status{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.status.active{background-color:#2563eb1a;color:#2563eb}.status.paid{background-color:#22c55e1a;color:#22c55e}.status.defaulted{background-color:#ef44441a;color:#ef4444}.loan-form-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media(max-width:639px){.loan-form-page .page-header{gap:.5rem}}.loan-form-page .page-title{font-size:1.5rem;font-weight:700;margin:0}@media(max-width:639px){.loan-form-page .page-title{font-size:1.25rem}}.section-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:1rem 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid #2563eb}.section-title:first-child{margin-top:0}@media(max-width:639px){.form-actions{flex-direction:column}.form-actions button{width:100%}}.preview-card{position:sticky;top:1rem}.preview{display:flex;flex-direction:column;gap:.75rem}.preview hr{border:none;border-top:1px dashed #cbd5e1;margin:.5rem 0}.preview-item{display:flex;justify-content:space-between;align-items:center}.preview-item.highlight{padding:.75rem;background-color:#f8fafc;border-radius:.375rem;font-weight:600}.preview-label{color:#475569}.preview-value{font-weight:600;font-size:1.125rem}.preview-value.text-primary{color:#2563eb}.preview-value.text-warning{color:#f59e0b}.preview-note{font-size:.875rem;color:#64748b;text-align:center;margin-top:.5rem}.preview-empty{text-align:center;padding:2rem;color:#94a3b8}.loan-detail-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.loan-detail-page .page-title-group{display:flex;align-items:center;gap:.75rem;flex:1}.loan-detail-page .page-title{font-size:1.5rem;font-weight:700;margin:0}.loan-detail-page .page-actions{display:flex;gap:.5rem}.status-badge{display:inline-block;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:9999px}.status-badge.active{background-color:#2563eb1a;color:#2563eb}.status-badge.paid{background-color:#22c55e1a;color:#22c55e}.status-badge.defaulted{background-color:#ef44441a;color:#ef4444}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}@media(max-width:1024px){.summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.summary-grid{grid-template-columns:1fr}}.summary-card{text-align:center}.summary-card .card-body{padding:1rem}.summary-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.summary-value{font-size:1.25rem;font-weight:700;color:#1e293b}.summary-value.text-success{color:#22c55e}.summary-value.text-danger{color:#ef4444}.progress-card{margin-bottom:1rem}.progress-info{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;color:#475569}.progress-bar{height:8px;background-color:#e2e8f0;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background-color:#22c55e;border-radius:9999px;transition:width .3s ease}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}@media(max-width:1024px){.detail-grid{grid-template-columns:1fr}}.detail-grid .schedule-card{grid-column:1/-1}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.info-grid{grid-template-columns:1fr}}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item.full{grid-column:1/-1}.info-label{font-size:.875rem;color:#64748b}.info-value{font-size:1rem;color:#1e293b}.info-link{color:#2563eb;font-weight:500}.info-link:hover{text-decoration:underline}.schedule-card .card-body{padding:0}.schedule-table-wrapper{overflow-x:auto}.schedule-table,.payments-table{width:100%;border-collapse:collapse}.schedule-table th,.schedule-table td,.payments-table th,.payments-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}.schedule-table th,.payments-table th{font-weight:600;color:#475569;background-color:#f8fafc}.schedule-table tbody tr:hover,.payments-table tbody tr:hover{background-color:#f8fafc}.schedule-status{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.schedule-status.pending{background-color:#64748b1a;color:#475569}.schedule-status.partial{background-color:#f59e0b1a;color:#f59e0b}.schedule-status.paid{background-color:#22c55e1a;color:#22c55e}.schedule-status.overdue{background-color:#ef44441a;color:#ef4444}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:#64748b}.payments-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.75rem}@media(max-width:639px){.payments-page .page-header{flex-direction:column;align-items:stretch}}.payments-page .page-title{font-size:1.5rem;font-weight:700}@media(max-width:639px){.payments-page .page-title{font-size:1.25rem}}.filter-form{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.filter-row{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}@media(max-width:639px){.filter-row{flex-direction:column;align-items:stretch}}.filter-group{display:flex;flex-direction:column;gap:.25rem}@media(max-width:639px){.filter-group{width:100%}}.filter-label{font-size:.875rem;font-weight:500;color:#475569}.filter-info{margin-top:.75rem;font-size:.875rem;color:#475569;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.clear-filter{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem}.clear-filter:hover{text-decoration:underline}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}@media(max-width:639px){.table-wrapper{margin:0 -.75rem;padding:0 .75rem}}.table{width:100%;border-collapse:collapse;min-width:700px}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}@media(max-width:639px){.table th,.table td{padding:.5rem .75rem;font-size:.875rem}}.table th{font-weight:600;color:#475569;background-color:#f8fafc}.table tbody tr:hover{background-color:#f8fafc}.link-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:500;padding:0}.link-btn:hover{text-decoration:underline}.amount-cell{font-weight:600;color:#22c55e}.notes-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b}.payment-method{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.payment-method.cash{background-color:#22c55e1a;color:#22c55e}.payment-method.transfer{background-color:#2563eb1a;color:#2563eb}.action-btn{padding:.25rem .5rem;background:none;border:none;color:#64748b;cursor:pointer;border-radius:.25rem}.action-btn:hover{background-color:#f1f5f9;color:#2563eb}.empty-state{text-align:center;padding:2rem!important;color:#64748b}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}@media(max-width:639px){.pagination{gap:.5rem;flex-wrap:wrap}}.pagination button{padding:.5rem 1rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:.375rem;cursor:pointer}@media(max-width:639px){.pagination button{padding:.5rem .75rem;font-size:.875rem}}.pagination button:hover:not(:disabled){background-color:#f1f5f9}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination span{color:#64748b}.payment-form-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.payment-form-page .page-title{font-size:1.5rem;font-weight:700;margin:0}.form-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:start}@media(max-width:1024px){.form-grid{grid-template-columns:1fr}}.form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.label{font-size:.875rem;font-weight:500;color:#334155}.select-full{width:100%;padding:.5rem .75rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:.375rem;background-color:#fff}.select-full:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.select-full.error{border-color:#ef4444}.textarea{width:100%;padding:.5rem .75rem;font-size:1rem;font-family:inherit;border:1px solid #cbd5e1;border-radius:.375rem;resize:vertical}.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.error-text{font-size:.875rem;color:#ef4444}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.info-card{position:sticky;top:1rem}.loan-info hr{border:none;border-top:1px dashed #cbd5e1;margin:.75rem 0}.info-section{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;justify-content:space-between;align-items:center}.info-label{color:#64748b;font-size:.875rem}.info-value{font-weight:600;color:#1e293b}.info-value.text-success{color:#22c55e}.info-value.text-danger{color:#ef4444}.schedules-section .section-title{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.schedules-list{display:flex;flex-direction:column;gap:.5rem}.schedule-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#f8fafc;border-radius:.375rem;font-size:.875rem}.schedule-number{font-weight:500;color:#334155}.schedule-date{color:#64748b;flex:1}.schedule-amount{font-weight:600;color:#1e293b}.schedule-amount.overdue{color:#ef4444}.more-schedules{text-align:center;font-size:.875rem;color:#64748b;padding:.25rem}.loading{text-align:center;padding:1rem;color:#64748b}.empty-info{text-align:center;padding:2rem;color:#94a3b8}.landing-page{min-height:100vh;background-color:#fff}.landing-header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid #e2e8f0}.landing-header .container{max-width:1200px;margin:0 auto;padding:0 1rem}.landing-header .header-content{display:flex;justify-content:space-between;align-items:center;height:64px}.landing-header .logo h1{font-size:1.25rem;color:#2563eb;margin:0}.landing-header .header-nav{display:flex;align-items:center;gap:1.5rem}.landing-header .header-nav a{color:#334155;text-decoration:none;font-weight:500}.landing-header .header-nav a:hover{color:#2563eb}.landing-header .header-nav .btn-login{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.5rem}.landing-header .header-nav .btn-login:hover{background:#1d4ed8;text-decoration:none}.hero-section{padding:140px 0 80px;background:linear-gradient(135deg,#f0f7ff,#e8f4ff)}.hero-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section .hero-content{max-width:700px;margin:0 auto;text-align:center}.hero-section .hero-content h1{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.hero-section .hero-content p{font-size:1.125rem;color:#475569;margin-bottom:2rem;line-height:1.7}.hero-section .hero-buttons{display:flex;justify-content:center;gap:1rem}.hero-section .hero-buttons button{padding:.75rem 2rem;font-size:1.125rem}.hero-section .hero-buttons .btn-secondary{display:inline-flex;align-items:center;padding:.75rem 2rem;background:#fff;color:#334155;border:2px solid #cbd5e1;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s}.hero-section .hero-buttons .btn-secondary:hover{border-color:#2563eb;color:#2563eb}.features-section{padding:80px 0;background:#fff}.features-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.features-section .section-title{text-align:center;font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:3rem}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.features-section .feature-card{padding:1.5rem;text-align:center;border:1px solid #e2e8f0;transition:all .2s}.features-section .feature-card:hover{border-color:#2563eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-4px)}.features-section .feature-card .feature-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.features-section .feature-card .feature-icon svg{width:28px;height:28px;color:#fff}.features-section .feature-card h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.features-section .feature-card p{color:#475569;line-height:1.6}.pricing-section{padding:80px 0;background:#f8fafc}.pricing-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.pricing-section .section-title{text-align:center;font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.pricing-section .section-subtitle{text-align:center;color:#475569;margin-bottom:2rem}.pricing-section .billing-toggle{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;background:#e2e8f0;padding:.25rem;border-radius:.5rem;width:fit-content;margin-left:auto;margin-right:auto}.pricing-section .billing-toggle .toggle-btn{padding:.5rem 1.5rem;border:none;background:transparent;border-radius:.375rem;font-weight:500;color:#475569;transition:all .2s}.pricing-section .billing-toggle .toggle-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.pricing-section .billing-toggle .toggle-btn .discount{background:#22c55e;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:9999px;margin-left:.5rem}.pricing-section .loading-plans{text-align:center;padding:2.5rem;color:#64748b}.pricing-section .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.pricing-section .plan-card{position:relative;padding:2rem;background:#fff;border:2px solid #e2e8f0;transition:all .2s}.pricing-section .plan-card:hover,.pricing-section .plan-card.popular{border-color:#2563eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.pricing-section .plan-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.pricing-section .plan-card .plan-header{text-align:center;margin-bottom:1.5rem}.pricing-section .plan-card .plan-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.pricing-section .plan-card .plan-header .plan-description{color:#64748b;font-size:.875rem}.pricing-section .plan-card .plan-price{text-align:center;margin-bottom:1.5rem}.pricing-section .plan-card .plan-price .price{font-size:2.5rem;font-weight:700;color:#0f172a}.pricing-section .plan-card .plan-price .period{color:#64748b;font-size:1rem}.pricing-section .plan-card .plan-features{list-style:none;padding:0;margin:0 0 1.5rem}.pricing-section .plan-card .plan-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#334155}.pricing-section .plan-card .plan-features li .check-icon{color:#22c55e;flex-shrink:0}.pricing-section .plan-card .plan-btn{width:100%;padding:.75rem}.cta-section{padding:80px 0;background:linear-gradient(135deg,#2563eb,#1d4ed8);text-align:center}.cta-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.cta-section h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-section button{background:#fff;color:#2563eb;padding:.75rem 2rem;font-size:1.125rem}.cta-section button:hover{background:#f1f5f9}.landing-footer{background:#0f172a;color:#fff;padding:2.5rem 0 1.5rem}.landing-footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}.landing-footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2rem;border-bottom:1px solid #334155;margin-bottom:1.5rem}@media(max-width:768px){.landing-footer .footer-content{flex-direction:column;gap:1.5rem}}.landing-footer .footer-brand h3{font-size:1.25rem;margin-bottom:.5rem}.landing-footer .footer-brand p{color:#94a3b8}.landing-footer .footer-links{display:flex;gap:1.5rem}.landing-footer .footer-links a{color:#94a3b8;text-decoration:none}.landing-footer .footer-links a:hover{color:#fff}.landing-footer .footer-bottom{text-align:center;color:#64748b;font-size:.875rem}@media(max-width:768px){.hero-section .hero-content h1{font-size:2rem}.hero-section .hero-buttons{flex-direction:column;gap:.75rem}.hero-section .hero-buttons button,.hero-section .hero-buttons .btn-secondary{width:100%}.pricing-section .plans-grid{grid-template-columns:1fr}}.signup-page{min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#e8f4ff);padding:2rem 1rem}.signup-container{max-width:900px;margin:0 auto}.signup-header{text-align:center;margin-bottom:2rem}.signup-header .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#475569;text-decoration:none;margin-bottom:1rem}.signup-header .back-link:hover{color:#2563eb}.signup-header h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.signup-header p{color:#475569}.signup-form .form-sections{display:grid;gap:1.5rem;margin-bottom:1.5rem}.signup-form .form-section{padding:1.5rem}.signup-form .form-section h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.signup-form .form-section>div{margin-bottom:1rem}.signup-form .form-section>div:last-child{margin-bottom:0}.slug-input-group{position:relative}.slug-input-group .slug-preview{display:block;font-size:.875rem;color:#64748b;margin-top:.25rem}.slug-input-group .slug-preview strong{color:#2563eb}.slug-input-group .slug-status{display:flex;align-items:center;gap:.25rem;font-size:.875rem;margin-top:.25rem}.slug-input-group .slug-status.checking{color:#64748b}.slug-input-group .slug-status.available{color:#22c55e}.slug-input-group .slug-status.unavailable{color:#ef4444}.billing-toggle{display:flex;gap:.5rem;margin-bottom:1rem;background:#f1f5f9;padding:.25rem;border-radius:.5rem;width:fit-content}.billing-toggle .toggle-btn{padding:.5rem 1rem;border:none;background:transparent;border-radius:.375rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.billing-toggle .toggle-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.billing-toggle .toggle-btn .discount{background:#22c55e;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:9999px;margin-left:.5rem}.plans-list{display:flex;flex-direction:column;gap:.75rem}.plan-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s}.plan-option:hover{border-color:#3b82f6}.plan-option.selected{border-color:#2563eb;background:#2563eb05}.plan-option .plan-radio .radio-circle{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:9999px;display:flex;align-items:center;justify-content:center}.plan-option .plan-radio .radio-dot{width:10px;height:10px;background:#2563eb;border-radius:9999px}.plan-option.selected .plan-radio .radio-circle{border-color:#2563eb}.plan-option .plan-info{flex:1}.plan-option .plan-info h3{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.plan-option .plan-info p{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.plan-option .plan-info .plan-limits{display:flex;gap:1rem}.plan-option .plan-info .plan-limits span{font-size:.75rem;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:9999px}.plan-option .plan-price{text-align:right}.plan-option .plan-price .amount{font-size:1.25rem;font-weight:700;color:#0f172a}.plan-option .plan-price .period{font-size:.875rem;color:#64748b}.summary-section{padding:1.5rem;position:sticky;top:1rem}.summary-section h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.summary-section .summary-content{margin-bottom:1.5rem}.summary-section .summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#475569}.summary-section .summary-row.total{border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:.75rem;font-weight:600;color:#0f172a;font-size:1.125rem}.summary-section .submit-btn{width:100%;padding:.75rem;font-size:1.125rem;margin-bottom:1rem}.summary-section .terms-text{font-size:.875rem;color:#64748b;text-align:center}.summary-section .terms-text a{color:#2563eb}.summary-section .terms-text a:hover{text-decoration:underline}@media(min-width:1024px){.signup-form{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.signup-form .form-sections{margin-bottom:0}}@media(max-width:768px){.plan-option{flex-direction:column;align-items:flex-start}.plan-option .plan-radio{position:absolute;top:1rem;right:1rem}.plan-option .plan-info{width:100%}.plan-option .plan-price{width:100%;text-align:left;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.plan-option{position:relative;padding-right:48px}}.accept-invitation-page{min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#e8f4ff);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.loading-state{text-align:center}.loading-state .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.loading-state p{color:#475569}.error-state{max-width:400px;padding:2rem;text-align:center}.error-state .error-icon{width:60px;height:60px;margin:0 auto 1rem;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.error-state h2{font-size:1.25rem;color:#0f172a;margin-bottom:.5rem}.error-state p{color:#475569;margin-bottom:1.5rem}.accept-container{width:100%;max-width:480px}.accept-header{text-align:center;margin-bottom:1.5rem}.accept-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.accept-header p{color:#475569}.invitation-info{padding:1.25rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#2563eb0d,#2563eb05);border:1px solid rgba(37,99,235,.1)}.invitation-info .info-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.invitation-info .info-item:not(:last-child){border-bottom:1px solid rgba(37,99,235,.1)}.invitation-info .info-item .info-icon{width:20px;height:20px;color:#2563eb}.invitation-info .info-item .label{display:block;font-size:.75rem;color:#64748b;margin-bottom:2px}.invitation-info .info-item .value{display:block;font-weight:500;color:#0f172a}.invitation-info .info-item .value.role{color:#2563eb}.accept-form-card{padding:1.5rem}.accept-form-card form>div{margin-bottom:1rem}.accept-form-card form>div:last-child{margin-bottom:0}.accept-form-card .submit-btn{width:100%;padding:.75rem;margin-top:1rem}.login-link{text-align:center;margin-top:1.5rem;color:#475569}.login-link a{color:#2563eb;font-weight:500}.login-link a:hover{text-decoration:underline}.settings-layout{max-width:1000px;margin:0 auto}.settings-header{margin-bottom:1.5rem}.settings-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.settings-header p{color:#64748b}.settings-content{display:grid;grid-template-columns:200px 1fr;gap:1.5rem}@media(max-width:768px){.settings-content{grid-template-columns:1fr}}.settings-nav{display:flex;flex-direction:column;gap:.25rem}@media(max-width:768px){.settings-nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}}.settings-nav a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#475569;text-decoration:none;border-radius:.5rem;transition:all .2s}.settings-nav a svg{width:18px;height:18px}.settings-nav a:hover{background:#f1f5f9;color:#0f172a}.settings-nav a.active{background:#2563eb;color:#fff}@media(max-width:768px){.settings-nav a{white-space:nowrap}}.settings-panel{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:1.5rem}.settings-panel h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.organization-page .tenant-info{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem}.organization-page .tenant-info .info-item .label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.organization-page .tenant-info .info-item .value{font-weight:500;color:#0f172a}.organization-page .tenant-info .info-item .status{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:.875rem;font-weight:500}.organization-page .tenant-info .info-item .status.active{background:#22c55e1a;color:#22c55e}.organization-page .tenant-info .info-item .status.suspended{background:#f59e0b1a;color:#f59e0b}.organization-page .tenant-info .info-item .status.inactive{background:#64748b1a;color:#64748b}.organization-page .settings-form>div{margin-bottom:1rem}.organization-page .settings-form .form-group label{display:block;font-weight:500;color:#334155;margin-bottom:.5rem}.organization-page .settings-form .form-group textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:1rem;resize:vertical}.organization-page .settings-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.organization-page .settings-form .form-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.loading{text-align:center;padding:2rem;color:#64748b}.subscription-page .current-subscription{margin-bottom:2rem;padding:1.5rem}.subscription-page .current-subscription .sub-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.subscription-page .current-subscription .sub-header .sub-info h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.subscription-page .current-subscription .sub-header .sub-info .status{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.875rem;font-weight:500}.subscription-page .current-subscription .sub-header .sub-info .status.active{background:#22c55e1a;color:#22c55e}.subscription-page .current-subscription .sub-header .sub-info .status.past-due{background:#f59e0b1a;color:#f59e0b}.subscription-page .current-subscription .sub-header .sub-info .status.canceled{background:#ef44441a;color:#ef4444}.subscription-page .current-subscription .sub-header .sub-info .status.unpaid{background:#64748b1a;color:#64748b}.subscription-page .current-subscription .sub-header .sub-price{text-align:right}.subscription-page .current-subscription .sub-header .sub-price .amount{font-size:1.5rem;font-weight:700;color:#0f172a}.subscription-page .current-subscription .sub-header .sub-price .period{color:#64748b}.subscription-page .current-subscription .sub-period{display:flex;align-items:center;gap:.5rem;color:#475569;margin-bottom:1rem}.subscription-page .current-subscription .sub-period svg{color:#94a3b8}.subscription-page .current-subscription .cancel-notice{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f59e0b1a;border-radius:.375rem;color:#f59e0b;margin-bottom:1rem}.subscription-page .current-subscription .sub-limits{display:flex;gap:1.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem;margin-bottom:1.5rem}.subscription-page .current-subscription .sub-limits .limit-item .label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.subscription-page .current-subscription .sub-limits .limit-item .value{font-weight:600;color:#0f172a}.subscription-page .current-subscription .sub-actions{display:flex;gap:.75rem}.subscription-page .current-subscription .sub-actions button{display:flex;align-items:center;gap:.5rem}.subscription-page .available-plans h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.subscription-page .available-plans .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.subscription-page .available-plans .plan-card{position:relative;padding:1.25rem}.subscription-page .available-plans .plan-card.current{border:2px solid #2563eb}.subscription-page .available-plans .plan-card .current-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:2px 12px;border-radius:9999px;font-size:.75rem;font-weight:500}.subscription-page .available-plans .plan-card h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.subscription-page .available-plans .plan-card .plan-description{color:#64748b;font-size:.875rem;margin-bottom:1rem}.subscription-page .available-plans .plan-card .plan-price{margin-bottom:1rem}.subscription-page .available-plans .plan-card .plan-price .amount{font-size:1.25rem;font-weight:700;color:#0f172a}.subscription-page .available-plans .plan-card .plan-price .period{color:#64748b}.subscription-page .available-plans .plan-card .plan-features{list-style:none;padding:0;margin:0 0 1rem}.subscription-page .available-plans .plan-card .plan-features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#475569;font-size:.875rem}.subscription-page .available-plans .plan-card .plan-features li svg{color:#22c55e}.subscription-page .available-plans .plan-card button{width:100%}.team-page .team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.team-page .team-header h2{margin:0;font-size:1.125rem;font-weight:600}.team-page .team-header button{display:flex;align-items:center;gap:.5rem}.team-page h3{font-size:1rem;font-weight:600;color:#334155;margin-bottom:1rem}.invite-form-card{margin-bottom:1.5rem;padding:1.25rem;background:#2563eb05;border:1px solid rgba(37,99,235,.1)}.invite-form-card h3{margin-bottom:1rem}.invite-form-card .form-row{display:grid;grid-template-columns:1fr 180px;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.invite-form-card .form-row{grid-template-columns:1fr}}.invite-form-card .form-group label{display:block;font-weight:500;color:#334155;margin-bottom:.5rem}.invite-form-card .form-group select{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:1rem;background:#fff}.invite-form-card .form-group select:focus{outline:none;border-color:#2563eb}.invite-form-card .form-actions{display:flex;gap:.75rem}.invite-form-card .form-actions button{display:flex;align-items:center;gap:.5rem}.invitations-section{margin-bottom:1.5rem}.invitations-section .invitations-list{display:flex;flex-direction:column;gap:.75rem}.invitations-section .invitation-card{display:flex;align-items:center;justify-content:space-between;padding:1rem}@media(max-width:768px){.invitations-section .invitation-card{flex-direction:column;align-items:flex-start;gap:.75rem}}.invitations-section .invitation-card .invitation-info .invitation-email{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.invitations-section .invitation-card .invitation-info .invitation-email svg{color:#94a3b8}.invitations-section .invitation-card .invitation-info .invitation-meta{display:flex;gap:.75rem;font-size:.875rem;color:#64748b}.invitations-section .invitation-card .invitation-info .invitation-meta .role{color:#2563eb}.invitations-section .invitation-card .invitation-actions{display:flex;gap:.5rem}.members-section .members-list{display:flex;flex-direction:column;gap:.75rem}.members-section .member-card{display:flex;align-items:center;gap:1rem;padding:1rem}@media(max-width:768px){.members-section .member-card{flex-wrap:wrap}}.members-section .member-card .member-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:200px}.members-section .member-card .member-info .member-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem}.members-section .member-card .member-info .member-details .member-name{font-weight:500;color:#0f172a;display:flex;align-items:center;gap:.5rem}.members-section .member-card .member-info .member-details .member-name .you-badge{font-size:.75rem;padding:2px 6px;background:#2563eb;color:#fff;border-radius:9999px;font-weight:500}.members-section .member-card .member-info .member-details .member-username{font-size:.875rem;color:#64748b}.members-section .member-card .member-role select{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:.875rem;background:#fff}.members-section .member-card .member-role select:focus{outline:none;border-color:#2563eb}.members-section .member-card .member-role .role-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.875rem;font-weight:500}.members-section .member-card .member-role .role-badge.admin{background:#2563eb1a;color:#2563eb}.members-section .member-card .member-role .role-badge.staff{background:#f1f5f9;color:#475569}.members-section .member-card .member-status .status-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.875rem;font-weight:500}.members-section .member-card .member-status .status-badge.active{background:#22c55e1a;color:#22c55e}.members-section .member-card .member-status .status-badge.inactive{background:#64748b1a;color:#64748b}.members-section .member-card .member-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem;border:none;background:#f1f5f9;border-radius:.375rem;cursor:pointer;color:#475569;transition:all .2s}.action-btn:hover{background:#e2e8f0;color:#0f172a}.action-btn.danger:hover{background:#ef44441a;color:#ef4444}.action-btn svg{width:16px;height:16px}.superadmin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);padding:1rem}.superadmin-login-page .login-card{width:100%;max-width:400px;padding:2rem;border:1px solid rgba(37,99,235,.2)}.superadmin-login-page .login-header{text-align:center;margin-bottom:1.5rem}.superadmin-login-page .login-header h1{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.superadmin-login-page .login-header p{color:#64748b}.superadmin-login-page .login-form>div{margin-bottom:1rem}.superadmin-login-page .login-form .login-btn{width:100%;margin-top:1rem}.sa-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#0f172a;border-bottom:1px solid #1e293b;padding:0 1rem;align-items:center;gap:.75rem;z-index:99}@media(max-width:767px){.sa-mobile-header{display:flex}}.sa-mobile-menu-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;border-radius:.375rem}.sa-mobile-menu-btn:hover{background:#1e293b}.sa-mobile-title{font-size:1.125rem;font-weight:600;color:#fff}.sa-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:99}@media(max-width:767px){.sa-overlay{display:block}}.superadmin-layout{display:flex;min-height:100vh;background:#0a0f1a}.superadmin-layout.sidebar-open .superadmin-sidebar{width:260px}@media(max-width:767px){.superadmin-layout.sidebar-open .superadmin-sidebar{transform:translate(0)}}.superadmin-layout.sidebar-open .superadmin-main{margin-left:260px}@media(max-width:767px){.superadmin-layout.sidebar-open .superadmin-main{margin-left:0}}.superadmin-layout.sidebar-closed .superadmin-sidebar{width:70px}@media(max-width:767px){.superadmin-layout.sidebar-closed .superadmin-sidebar{transform:translate(-100%)}}.superadmin-layout.sidebar-closed .superadmin-main{margin-left:70px}@media(max-width:767px){.superadmin-layout.sidebar-closed .superadmin-main{margin-left:0}}.superadmin-sidebar{position:fixed;top:0;left:0;height:100vh;background:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column;transition:width .3s ease,transform .3s ease;z-index:100;overflow:hidden}@media(max-width:767px){.superadmin-sidebar{width:260px!important;transform:translate(-100%)}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #1e293b;min-height:60px}@media(max-width:767px){.sidebar-header{display:none}}.sidebar-header .logo{display:flex;align-items:center;gap:.75rem;overflow:hidden}.sidebar-header .logo .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.sidebar-header .logo .logo-text{font-size:1.125rem;font-weight:600;color:#fff;white-space:nowrap}.sidebar-header .sidebar-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;cursor:pointer;border-radius:.375rem;transition:all .2s;flex-shrink:0}.sidebar-header .sidebar-toggle:hover{background:#1e293b;color:#fff}@media(max-width:767px){.sidebar-header .sidebar-toggle.desktop-only{display:none}}.sidebar-nav{flex:1;padding:1rem .5rem;overflow-y:auto;overflow-x:hidden}@media(max-width:767px){.sidebar-nav{padding-top:calc(60px + 1rem)}}.sidebar-nav .nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#94a3b8;text-decoration:none;border-radius:.375rem;margin-bottom:.25rem;transition:all .2s;border-left:3px solid transparent;white-space:nowrap}.sidebar-nav .nav-item .nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.sidebar-nav .nav-item .nav-icon svg{width:20px;height:20px}.sidebar-nav .nav-item .nav-label{font-size:.875rem;font-weight:500}.sidebar-nav .nav-item:hover{background:#2563eb1a;color:#fff}.sidebar-nav .nav-item.active{background:#2563eb26;color:#2563eb;border-left-color:#2563eb}.sidebar-nav .nav-item.active .nav-icon{color:#2563eb}.sidebar-footer{padding:1rem;border-top:1px solid #1e293b}.sidebar-footer .user-info{margin-bottom:.75rem;padding:.5rem .75rem;background:#1e293b;border-radius:.375rem;overflow:hidden}.sidebar-footer .user-info .user-email{font-size:.75rem;color:#94a3b8;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sidebar-footer .logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:transparent;border:1px solid #334155;color:#94a3b8;border-radius:.375rem;cursor:pointer;transition:all .2s;font-size:.875rem}.sidebar-footer .logout-btn svg{width:18px;height:18px}.sidebar-footer .logout-btn:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.superadmin-main{flex:1;min-height:100vh;transition:margin-left .3s ease;background:#0a0f1a}@media(max-width:767px){.superadmin-main{margin-left:0!important;padding-top:60px}}.sa-page-header{padding:1.5rem;background:#0f172a;border-bottom:1px solid #1e293b}.sa-page-header .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.sa-page-header .breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.5rem}.sa-page-header .breadcrumb .breadcrumb-item a{color:#94a3b8;text-decoration:none;transition:color .2s}.sa-page-header .breadcrumb .breadcrumb-item a:hover{color:#2563eb}.sa-page-header .breadcrumb .breadcrumb-item span{color:#64748b}.sa-page-header .breadcrumb .breadcrumb-item .separator{color:#475569}.sa-page-header .breadcrumb .breadcrumb-item:last-child span{color:#cbd5e1}.sa-page-header .header-content{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.sa-page-header .header-content .header-text h1{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .25rem}.sa-page-header .header-content .header-text p{font-size:.875rem;color:#94a3b8;margin:0}.sa-page-header .header-content .header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:640px){.sa-page-header{padding:1rem}.sa-page-header .header-content{flex-direction:column}.sa-page-header .header-content .header-actions{width:100%;justify-content:flex-start}}.sa-stats-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#1e293b;border-radius:.5rem;border:1px solid #334155;transition:all .2s}.sa-stats-card:hover{border-color:#475569;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.sa-stats-card .stats-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#334155;flex-shrink:0}.sa-stats-card .stats-icon svg{width:24px;height:24px;color:#cbd5e1}.sa-stats-card .stats-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.sa-stats-card .stats-content .stats-title{font-size:.875rem;color:#94a3b8;font-weight:500}.sa-stats-card .stats-content .stats-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.sa-stats-card .stats-content .stats-subtitle{font-size:.75rem;color:#64748b}.sa-stats-card .stats-content .stats-trend{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem}.sa-stats-card .stats-content .stats-trend .trend-value{font-weight:600;padding:2px 6px;border-radius:.25rem}.sa-stats-card .stats-content .stats-trend .trend-label{color:#64748b}.sa-stats-card .stats-content .stats-trend.up .trend-value{color:#22c55e;background:#22c55e1a}.sa-stats-card .stats-content .stats-trend.down .trend-value{color:#ef4444;background:#ef44441a}.sa-stats-card .stats-content .stats-trend.neutral .trend-value{color:#94a3b8;background:#334155}.sa-stats-card.primary .stats-icon{background:#2563eb26}.sa-stats-card.primary .stats-icon svg{color:#2563eb}.sa-stats-card.success .stats-icon{background:#22c55e26}.sa-stats-card.success .stats-icon svg{color:#22c55e}.sa-stats-card.warning .stats-icon{background:#f59e0b26}.sa-stats-card.warning .stats-icon svg{color:#f59e0b}.sa-stats-card.danger .stats-icon{background:#ef444426}.sa-stats-card.danger .stats-icon svg{color:#ef4444}.sa-data-table{background:#1e293b;border-radius:.5rem;border:1px solid #334155;overflow:hidden}.sa-data-table table{width:100%;border-collapse:collapse}.sa-data-table thead{background:#172033;border-bottom:1px solid #334155}.sa-data-table thead th{padding:1rem;text-align:left;font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.sa-data-table tbody tr{border-bottom:1px solid #334155;transition:background .2s}.sa-data-table tbody tr:last-child{border-bottom:none}.sa-data-table tbody tr:hover{background:#283548}.sa-data-table tbody tr.clickable{cursor:pointer}.sa-data-table tbody tr.empty-row:hover{background:transparent}.sa-data-table tbody td{padding:1rem;font-size:.875rem;color:#e2e8f0;vertical-align:middle}.sa-data-table .table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;gap:.75rem}.sa-data-table .table-loading .spinner{width:32px;height:32px;border:3px solid #334155;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.sa-data-table .table-loading span{font-size:.875rem;color:#94a3b8}.sa-data-table .empty-state{padding:2.5rem;text-align:center;color:#64748b;font-size:.875rem}.sa-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:500;border-radius:9999px}.sa-badge.success{background:#22c55e26;color:#22c55e}.sa-badge.warning{background:#f59e0b26;color:#f59e0b}.sa-badge.danger{background:#ef444426;color:#ef4444}.sa-badge.info{background:#06b6d426;color:#06b6d4}.sa-badge.default{background:#334155;color:#cbd5e1}.sa-table-actions{display:flex;align-items:center;gap:.5rem}.sa-table-actions .action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #475569;border-radius:.375rem;color:#94a3b8;cursor:pointer;transition:all .2s}.sa-table-actions .action-btn svg{width:16px;height:16px}.sa-table-actions .action-btn:hover{background:#334155;color:#fff}.sa-table-actions .action-btn.view:hover{border-color:#06b6d4;color:#06b6d4}.sa-table-actions .action-btn.edit:hover{border-color:#2563eb;color:#2563eb}.sa-table-actions .action-btn.delete:hover{border-color:#ef4444;color:#ef4444}.sa-table-actions .action-btn.success:hover{border-color:#22c55e;color:#22c55e}.sa-table-actions .action-btn.warning:hover{border-color:#f59e0b;color:#f59e0b}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.sa-data-table{overflow-x:auto}.sa-data-table table{min-width:600px}}.sa-content-card{background:#1e293b;border-radius:.5rem;border:1px solid #334155}.sa-content-card .card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #334155}.sa-content-card .card-header .header-text h3{font-size:1rem;font-weight:600;color:#fff;margin:0}.sa-content-card .card-header .header-text p{font-size:.875rem;color:#94a3b8;margin:.25rem 0 0}.sa-content-card .card-header .header-actions{display:flex;align-items:center;gap:.5rem}.sa-content-card .card-body{padding:1.25rem}.sa-content-card .card-body.no-padding{padding:0}.sa-dashboard .dashboard-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.sa-dashboard .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1200px){.sa-dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.sa-dashboard .stats-grid{grid-template-columns:1fr}}.sa-dashboard .loading-state{display:flex;align-items:center;justify-content:center;padding:2.5rem;color:#94a3b8;font-size:.875rem}.sa-dashboard .plan-distribution{display:flex;flex-direction:column;gap:1rem}.sa-dashboard .plan-distribution .plan-item .plan-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.sa-dashboard .plan-distribution .plan-item .plan-info .plan-name{font-size:.875rem;font-weight:500;color:#fff}.sa-dashboard .plan-distribution .plan-item .plan-info .plan-count{font-size:.875rem;color:#94a3b8}.sa-dashboard .plan-distribution .plan-item .plan-bar{height:8px;background:#334155;border-radius:9999px;overflow:hidden}.sa-dashboard .plan-distribution .plan-item .plan-bar .bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:9999px;transition:width .3s ease}.sa-dashboard .plan-distribution .empty-state{text-align:center;padding:1.5rem;color:#64748b;font-size:.875rem}.sa-dashboard .quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.sa-dashboard .quick-actions .action-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;background:#334155;border-radius:.5rem;text-decoration:none;transition:all .2s}.sa-dashboard .quick-actions .action-item svg{width:32px;height:32px;color:#2563eb}.sa-dashboard .quick-actions .action-item span{font-size:.875rem;font-weight:500;color:#e2e8f0}.sa-dashboard .quick-actions .action-item:hover{background:#475569;transform:translateY(-2px)}.tenants-page .loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#94a3b8}.tenants-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:.75rem}@media(max-width:639px){.tenants-page .page-header{flex-direction:column;align-items:stretch}}.tenants-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}@media(max-width:639px){.tenants-page .page-header h1{font-size:1.25rem}}.tenants-page .page-header .header-actions{display:flex;gap:.75rem}@media(max-width:639px){.tenants-page .page-header .header-actions{flex-direction:column}}.tenants-page .filters-card{margin-bottom:1rem;padding:1rem;background:#1e293b;border:1px solid #334155}.tenants-page .filters-card .filters{display:flex;gap:1rem;align-items:center}@media(max-width:639px){.tenants-page .filters-card .filters{flex-direction:column;align-items:stretch;gap:.75rem}}.tenants-page .filters-card .filters .search-box{flex:1;position:relative;display:flex;align-items:center}.tenants-page .filters-card .filters .search-box svg{position:absolute;left:.75rem;color:#64748b;z-index:1}.tenants-page .filters-card .filters .search-box input{padding-left:2.5rem}.tenants-page .filters-card .filters .status-filter{padding:.5rem 1rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#e2e8f0;cursor:pointer}@media(max-width:639px){.tenants-page .filters-card .filters .status-filter{width:100%}}.tenants-page .filters-card .filters .status-filter:focus{outline:none;border-color:#2563eb}.tenants-page .tenants-table-card{background:#1e293b;border:1px solid #334155;padding:0;overflow:hidden}.tenants-page .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.tenants-page .tenants-table{width:100%;border-collapse:collapse;min-width:800px}.tenants-page .tenants-table th,.tenants-page .tenants-table td{padding:.75rem 1rem;text-align:left;white-space:nowrap}.tenants-page .tenants-table th{background:#334155;color:#94a3b8;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #334155}.tenants-page .tenants-table td{border-bottom:1px solid #334155;color:#cbd5e1}.tenants-page .tenants-table tr:last-child td{border-bottom:none}.tenants-page .tenants-table tr:hover td{background:#33415580}.tenants-page .tenants-table .tenant-info{display:flex;flex-direction:column;gap:.25rem}.tenants-page .tenants-table .tenant-info strong{color:#fff}.tenants-page .tenants-table .tenant-info .slug{font-size:.875rem;color:#64748b}.tenants-page .tenants-table .usage-info{display:flex;flex-direction:column;gap:2px;font-size:.875rem;color:#64748b}.tenants-page .tenants-table .badge{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:500}.tenants-page .tenants-table .badge.badge-success{background:#22c55e1a;color:#22c55e}.tenants-page .tenants-table .badge.badge-warning{background:#f59e0b1a;color:#f59e0b}.tenants-page .tenants-table .badge.badge-danger{background:#ef44441a;color:#ef4444}.tenants-page .tenants-table .badge.badge-primary{background:#2563eb1a;color:#2563eb}.tenants-page .tenants-table .badge.badge-secondary{background:#64748b1a;color:#94a3b8}.tenants-page .tenants-table .actions{display:flex;gap:.5rem}.tenants-page .tenants-table .actions .action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.tenants-page .tenants-table .actions .action-btn svg{width:16px;height:16px}.tenants-page .tenants-table .actions .action-btn.view{background:#06b6d41a;color:#06b6d4}.tenants-page .tenants-table .actions .action-btn.view:hover{background:#06b6d433}.tenants-page .tenants-table .actions .action-btn.suspend{background:#f59e0b1a;color:#f59e0b}.tenants-page .tenants-table .actions .action-btn.suspend:hover{background:#f59e0b33}.tenants-page .tenants-table .actions .action-btn.activate{background:#22c55e1a;color:#22c55e}.tenants-page .tenants-table .actions .action-btn.activate:hover{background:#22c55e33}.tenants-page .tenants-table .actions .action-btn.delete{background:#ef44441a;color:#ef4444}.tenants-page .tenants-table .actions .action-btn.delete:hover{background:#ef444433}.tenants-page .tenants-table .actions .action-btn.edit{background:#2563eb1a;color:#2563eb}.tenants-page .tenants-table .actions .action-btn.edit:hover{background:#2563eb33}.tenants-page .tenants-table .actions .action-btn.stats{background:#06b6d41a;color:#06b6d4}.tenants-page .tenants-table .actions .action-btn.stats:hover{background:#06b6d433}.tenants-page .tenants-table .actions .action-btn.settings{background:#94a3b81a;color:#94a3b8}.tenants-page .tenants-table .actions .action-btn.settings:hover{background:#94a3b833}.tenants-page .tenants-table .actions .action-btn.key{background:#f59e0b1a;color:#f59e0b}.tenants-page .tenants-table .actions .action-btn.key:hover{background:#f59e0b33}.tenants-page .tenants-table .actions .action-btn.login{background:#22c55e1a;color:#22c55e}.tenants-page .tenants-table .actions .action-btn.login:hover{background:#22c55e33}.tenants-page .empty-state{padding:2rem;text-align:center;color:#64748b}.tenant-detail .detail-section{margin-bottom:1.25rem}.tenant-detail .detail-section:last-child{margin-bottom:0}.tenant-detail .detail-section h4{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #334155}.tenant-detail .detail-row{display:flex;justify-content:space-between;padding:.5rem 0}.tenant-detail .detail-row .label{color:#64748b}.tenant-detail .detail-row .value{color:#fff;font-weight:500}.tenant-detail .users-list{display:flex;flex-direction:column;gap:.5rem}.tenant-detail .users-list .user-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#334155;border-radius:.375rem}.tenant-detail .users-list .user-item .user-name{color:#fff;font-weight:500}.tenant-detail .users-list .user-item .user-email{flex:1;color:#64748b;font-size:.875rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.modal-form .form-row{grid-template-columns:1fr}}.modal-form .form-group{display:flex;flex-direction:column;gap:.5rem}.modal-form .form-group label{font-size:.875rem;font-weight:500;color:#cbd5e1}.modal-form .form-group .form-select{padding:.5rem .75rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#e2e8f0;font-size:.875rem;cursor:pointer}.modal-form .form-group .form-select:focus{outline:none;border-color:#2563eb}.modal-form .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#cbd5e1;font-size:.875rem}.modal-form .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb;cursor:pointer}.modal-form .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.analytics-content .analytics-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:500px){.analytics-content .analytics-overview{grid-template-columns:1fr}}.analytics-content .analytics-overview .stat-box{background:#334155;padding:1rem;border-radius:.5rem;text-align:center}.analytics-content .analytics-overview .stat-box .stat-value{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.analytics-content .analytics-overview .stat-box .stat-label{font-size:.875rem;color:#94a3b8}.analytics-content .analytics-section{margin-bottom:1.25rem}.analytics-content .analytics-section:last-child{margin-bottom:0}.analytics-content .analytics-section h4{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #334155}.analytics-content .analytics-section .analytics-row{display:flex;justify-content:space-between;padding:.5rem 0}.analytics-content .analytics-section .analytics-row .label{color:#64748b}.analytics-content .analytics-section .analytics-row .value{color:#fff;font-weight:500}.subscription-content .current-plan{background:#334155;padding:1rem;border-radius:.5rem;margin-bottom:1.25rem}.subscription-content .current-plan h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.subscription-content .current-plan .plan-details{display:flex;flex-direction:column;gap:.5rem}.subscription-content .current-plan .plan-details .detail-row{display:flex;justify-content:space-between}.subscription-content .current-plan .plan-details .detail-row .label{color:#94a3b8}.subscription-content .current-plan .plan-details .detail-row .value{color:#fff}.subscription-content .subscription-actions{display:flex;flex-direction:column;gap:1rem}.subscription-content .subscription-actions h4{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.subscription-content .subscription-actions .action-row{display:flex;gap:.75rem;align-items:center}.subscription-content .subscription-actions .action-row .form-select{flex:1;padding:.5rem .75rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#e2e8f0;font-size:.875rem}.subscription-content .subscription-actions .action-row .form-select:focus{outline:none;border-color:#2563eb}.subscription-content .subscription-actions .extend-row{display:flex;gap:.75rem;align-items:center}.subscription-content .subscription-actions .extend-row input[type=number]{width:100px;padding:.5rem .75rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#e2e8f0;font-size:.875rem}.subscription-content .subscription-actions .extend-row input[type=number]:focus{outline:none;border-color:#2563eb}.subscription-content .subscription-actions .extend-row span{color:#94a3b8;font-size:.875rem}.password-form{display:flex;flex-direction:column;gap:1rem}.password-form .user-select{display:flex;flex-direction:column;gap:.5rem}.password-form .user-select label{font-size:.875rem;font-weight:500;color:#cbd5e1}.password-form .user-select .form-select{padding:.5rem .75rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#e2e8f0;font-size:.875rem}.password-form .user-select .form-select:focus{outline:none;border-color:#2563eb}.password-form .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.plans-page .loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#94a3b8}.plans-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.plans-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.plans-page .page-header button{display:flex;align-items:center;gap:.5rem}.plans-page .plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.plans-page .plan-card{background:#1e293b;border:1px solid #334155;padding:1.25rem;display:flex;flex-direction:column}.plans-page .plan-card.inactive{opacity:.6}.plans-page .plan-card .plan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.plans-page .plan-card .plan-header h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.plans-page .plan-card .plan-header .badge{padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:500}.plans-page .plan-card .plan-header .badge.badge-success{background:#22c55e1a;color:#22c55e}.plans-page .plan-card .plan-header .badge.badge-secondary{background:#64748b1a;color:#94a3b8}.plans-page .plan-card .plan-pricing{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #334155}.plans-page .plan-card .plan-pricing .price{display:flex;align-items:baseline;gap:.25rem}.plans-page .plan-card .plan-pricing .price .amount{font-size:1.125rem;font-weight:700;color:#2563eb}.plans-page .plan-card .plan-pricing .price .period{font-size:.875rem;color:#64748b}.plans-page .plan-card .plan-pricing .price.yearly .amount{color:#22c55e}.plans-page .plan-card .plan-limits{margin-bottom:1rem}.plans-page .plan-card .plan-limits .limit-item{display:flex;justify-content:space-between;padding:.25rem 0}.plans-page .plan-card .plan-limits .limit-item .label{color:#64748b}.plans-page .plan-card .plan-limits .limit-item .value{color:#fff;font-weight:500}.plans-page .plan-card .plan-features{flex:1;margin-bottom:1rem}.plans-page .plan-card .plan-features h4{font-size:.875rem;font-weight:600;color:#94a3b8;margin-bottom:.5rem}.plans-page .plan-card .plan-features ul{list-style:none;padding:0;margin:0}.plans-page .plan-card .plan-features ul li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;color:#cbd5e1;font-size:.875rem}.plans-page .plan-card .plan-features ul li svg{color:#22c55e;flex-shrink:0}.plans-page .plan-card .plan-stats{padding:.75rem 0;border-top:1px solid #334155;font-size:.875rem;color:#64748b}.plans-page .plan-card .plan-actions{display:flex;gap:.5rem;padding-top:.75rem}.plans-page .plan-card .plan-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem}.plan-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.plan-form .form-row.three{grid-template-columns:repeat(3,1fr)}.plan-form .form-section{margin-bottom:1rem}.plan-form .form-section h4{font-size:.875rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem}.plan-form .form-label{display:block;font-size:.875rem;font-weight:500;color:#cbd5e1;margin-bottom:.5rem}.plan-form textarea{width:100%;padding:.75rem;background:#334155;border:1px solid #475569;border-radius:.375rem;color:#fff;font-family:inherit;font-size:.875rem;resize:vertical}.plan-form textarea:focus{outline:none;border-color:#2563eb}.plan-form textarea::placeholder{color:#64748b}.plan-form .checkbox-field{display:flex;align-items:center}.plan-form .checkbox-field label{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;cursor:pointer}.plan-form .checkbox-field label input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.plan-form .form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #334155;margin-top:1rem}.delete-confirmation{text-align:center}.delete-confirmation p{color:#cbd5e1;margin-bottom:.75rem}.delete-confirmation p strong{color:#fff}.delete-confirmation .warning{color:#ef4444;font-size:.875rem;margin-bottom:1.25rem}.delete-confirmation .modal-actions{display:flex;justify-content:center;gap:.75rem}.sa-settings-page .settings-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-width:900px}.sa-settings-page .settings-form{display:flex;flex-direction:column;gap:1rem}.sa-settings-page .settings-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.sa-settings-page .settings-form .form-row{grid-template-columns:1fr}}.sa-settings-page .settings-form .checkbox-field{display:flex;flex-direction:column;gap:.25rem}.sa-settings-page .settings-form .checkbox-field label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e2e8f0;cursor:pointer}.sa-settings-page .settings-form .checkbox-field label input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.sa-settings-page .settings-form .checkbox-field .hint{font-size:.75rem;color:#64748b;margin-left:26px}.sa-settings-page .settings-form .color-picker{display:flex;flex-direction:column;gap:.5rem}.sa-settings-page .settings-form .color-picker label{font-size:.875rem;color:#cbd5e1;font-weight:500}.sa-settings-page .settings-form .color-picker .color-input{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#334155;border-radius:.375rem;border:1px solid #475569}.sa-settings-page .settings-form .color-picker .color-input input[type=color]{width:32px;height:32px;border:none;border-radius:.25rem;cursor:pointer;padding:0}.sa-settings-page .settings-form .color-picker .color-input input[type=color]::-webkit-color-swatch-wrapper{padding:0}.sa-settings-page .settings-form .color-picker .color-input input[type=color]::-webkit-color-swatch{border:none;border-radius:.25rem}.sa-settings-page .settings-form .color-picker .color-input span{font-size:.875rem;color:#cbd5e1;font-family:monospace}.sa-settings-page .template-list{display:flex;flex-direction:column;gap:.75rem}.sa-settings-page .template-list .template-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#334155;border-radius:.375rem}.sa-settings-page .template-list .template-item .template-info{display:flex;flex-direction:column;gap:.25rem}.sa-settings-page .template-list .template-item .template-info .template-name{font-size:.875rem;color:#fff;font-weight:500}.sa-settings-page .template-list .template-item .template-info .template-desc{font-size:.75rem;color:#94a3b8}.sa-settings-page .settings-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #334155}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Sarabun,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#1e293b;background-color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#2563eb}.text-success{color:#22c55e}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.text-muted{color:#64748b}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}
