*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background:var(--body-bg);margin:0;font-family:Poppins,sans-serif}.screen-container{background-color:var(--bg-color);box-sizing:border-box;flex-direction:column;width:100%;max-width:420px;min-height:100vh;margin:0 auto;font-family:Poppins,sans-serif;display:flex;position:relative;overflow-y:auto}.header-row{justify-content:space-between;align-items:center;padding:22px 20px 10px;display:flex}.icon-btn-circle{background:var(--icon-btn-bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.page-loader-full{background:var(--bg-color);min-height:100vh}.page-skeleton{background:var(--bg-color);box-sizing:border-box;width:100%;max-width:420px;min-height:100vh;margin:0 auto;padding:14px 16px 28px;font-family:Poppins,sans-serif}.page-skeleton-header{grid-template-columns:40px 1fr 40px;align-items:center;gap:16px;margin-bottom:26px;display:grid}.page-skeleton-circle{border-radius:50%;width:40px;height:40px}.page-skeleton-title{border-radius:999px;justify-self:center;width:48%;height:18px}.page-skeleton-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.page-skeleton-stat-card{border-radius:20px;height:92px}.page-skeleton-hero{border-radius:24px;width:100%;height:170px;margin-bottom:22px}.page-skeleton-section-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-skeleton-title-block{flex-direction:column;align-items:center;gap:12px;margin:30px 0 34px;display:flex}.page-skeleton-line{border-radius:999px;height:12px}.page-skeleton-line.tiny{width:18%}.page-skeleton-line.short{width:28%}.page-skeleton-line.medium{width:42%}.page-skeleton-line.long{width:68%}.page-skeleton-card-list{flex-direction:column;gap:14px;display:flex}.page-skeleton-list-card,.page-skeleton-row-card,.page-skeleton-detail-card{border-radius:20px}.page-skeleton-list-card{height:120px}.page-skeleton-row-card{height:92px}.page-skeleton-detail-card{width:100%;height:132px;margin-bottom:16px}.page-skeleton-settings-card{border-radius:22px;height:108px;margin-bottom:22px}.page-skeleton-section-row.settings-row{justify-content:flex-start;margin-bottom:12px}.page-skeleton-settings-panel{border-radius:20px;height:220px;margin-bottom:18px}.page-skeleton-settings-action{border-radius:18px;height:68px;margin-bottom:12px}.page-skeleton-form{flex-direction:column;gap:18px;display:flex}.page-skeleton-field{flex-direction:column;gap:8px;display:flex}.page-skeleton-input{border-radius:24px;height:46px}.page-skeleton-button{border-radius:26px;width:100%;height:52px;margin-top:26px}.page-skeleton-spacer{flex:1;min-height:40px}.shimmer-block{background-color:var(--shimmer-base);background:linear-gradient(90deg, var(--shimmer-base) 0%, var(--shimmer-highlight) 45%, var(--shimmer-base) 100%);position:relative;overflow:hidden}.shimmer-block:after{content:"";background:linear-gradient(90deg, transparent, var(--shimmer-glow), transparent);animation:1.3s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media screen and (width<=420px){.page-skeleton{padding:12px 14px 24px}.page-skeleton-stats{gap:10px}.page-skeleton-stat-card{height:84px}.page-skeleton-hero{height:154px}.page-skeleton-list-card{height:108px}}.form-error-msg{color:var(--error-color);margin-top:4px;padding-left:4px;font-size:11px;font-weight:500}.m-icon-gray{color:var(--text-secondary)}.m-icon-dark{color:var(--icon-color)}.m-icon-white{color:var(--btn-primary-text)}.m-icon-24{font-size:24px!important}.m-icon-20{font-size:20px!important}.m-icon-18{font-size:18px!important}.m-icon-16{font-size:16px!important}.m-icon-70{font-size:70px!important}.m-icon-32{font-size:32px!important}.required-star{color:var(--error-color)}.spacer-flex{flex:1;min-height:40px}.text-right{text-align:right}.text-center{text-align:center}.loader-container{flex:1;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.main-loader{color:#2d68fe!important}.loader-overlay{z-index:10;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-text{color:var(--text-secondary);font-size:14px;font-weight:500}.skeleton-content{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}
