.plat-login-page{min-height:100vh;background-color:#f7f8f8;display:flex;align-items:center;justify-content:center;padding:0 16px}.plat-login-wrapper{width:100%;max-width:380px}.plat-login-card{width:380px;height:400px;background-color:#fff;border-radius:12px;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 16px #00000012}.plat-login-logo{margin-bottom:32px}.plat-login-logo img{height:26px;width:auto;object-fit:contain}.plat-login-form{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.plat-login-input{width:100%;height:48px;padding:0 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;text-align:left;box-sizing:border-box;transition:border-color .2s ease}.plat-login-input:hover{border-color:#9e9e9e}.plat-login-input:focus{outline:none;border-color:#1ba6ff}.plat-login-btn{width:100%;height:48px;margin-top:8px;background-color:#1ba6ff;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.plat-login-btn:hover{opacity:.88}.plat-login-btn:disabled{opacity:.7;cursor:not-allowed}.plat-login-footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:14px 32px;font-size:13px;color:#9e9e9e}.plat-login-footer p{margin:0}@media(max-width:420px){.plat-login-card{width:100%;height:auto}}.dashboard-main{display:grid;grid-template-columns:17% auto;min-height:100vh}.dashboard-sidebar{background-color:#fff;display:grid;grid-template-rows:10% auto;min-height:100vh;border-right:1px solid #DDE1E7}.sidebar-logo{display:flex;align-items:center;justify-content:flex-start;padding:16px;margin-left:7px;border-bottom:1px solid #DDE1E7}.sidebar-logo img{width:100%;max-width:170px;height:auto;object-fit:contain}.sidebar-nav{display:flex;flex-direction:column;padding:32px 12px;gap:4px;margin-top:10px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 16px;margin:0 20px;border-radius:8px;text-decoration:none;font-size:15px;font-weight:500;color:#555;transition:background-color .2s ease,color .2s ease}.sidebar-nav a:hover{background-color:#f7f8f8;color:#555}.sidebar-nav a.active{background-color:#e8f4ff;color:#1ba6ff;font-weight:600}.dashboard-content{background-color:#f7f8f8;display:grid;grid-template-rows:10% auto;height:100vh;overflow:hidden}.content-header{background-color:#fff;border-bottom:1px solid #DDE1E7;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.header-left{height:80%;margin-left:10px;margin-right:10px;display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:8px;margin-right:5px}.flag-btn{background-color:#f7f7f7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;font-size:18px;margin-right:5px;transition:background-color .2s ease}.flag-btn:hover{background-color:#e5ebee}.lang-dropdown-wrapper{position:relative}@keyframes slideUpFromBottom{0%{transform:translateY(50px)}to{transform:translateY(0)}}.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001a;overflow:hidden;z-index:100;min-width:190px;padding:15px;animation:slideUpFromBottom .3s ease forwards}.lang-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:400;color:#333;transition:background-color .15s ease;text-align:left}.lang-option:hover{background-color:#eceef1}.lang-option.active{background-color:#e8f4ff;color:#1ba6ff;font-weight:600}.notif-btn{position:relative;background-color:#f7f7f7;border:none;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background-color .2s ease}.notif-btn:hover{background-color:#d5dde1}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;background-color:#ea3323;border-radius:50%;border:2px solid #ffffff;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px}.profile-info{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background-color .2s ease}.profile-info:hover{background-color:#eceef1}.profile-avatar{width:40px;height:40px;border-radius:8px;background-color:#1ba6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar span{color:#fff;font-size:14px;font-weight:700}.search-bar{display:flex;align-items:center;gap:8px;padding:0 12px;width:290px;height:41px;border:1px solid #e0e0e0;border-radius:6px;transition:border-color .2s ease}.search-bar:focus-within{border-color:#1ba6ff}.search-bar input{border:none;outline:none;font-size:14px;color:#333;background:transparent;width:100%}.search-bar input::placeholder{color:#aaa}.search-icon{color:#aaa;flex-shrink:0}.search-shortcut{display:flex;align-items:center;gap:2px;background-color:#e5ebee;border:1px solid #e0e0e0;border-radius:5px;padding:2px 6px;flex-shrink:0}.search-shortcut span{font-size:12px;font-weight:600;color:#082b4b}.shortcut-icon{color:#082b4b;fill:#082b4b}.notif-dropdown-wrapper{position:relative}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:100;width:360px;animation:slideUpFromBottom .3s ease forwards;overflow:hidden}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #DDE1E7}.notif-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0}.notif-mark-read{font-size:13px;color:#29abe2;cursor:pointer;font-weight:500}.notif-mark-read:hover{text-decoration:underline}.notif-dropdown-body{max-height:300px;overflow-y:auto;padding:8px 0}.notif-dropdown-body::-webkit-scrollbar{width:6px}.notif-dropdown-body::-webkit-scrollbar-track{background:transparent}.notif-dropdown-body::-webkit-scrollbar-thumb{background-color:#1ba6ff;border-radius:4px}.notif-item{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;transition:background-color .15s ease;cursor:pointer}.notif-item:hover{background-color:#eceef1}.notif-item.unread{background-color:#f0f8ff}.notif-item.unread:hover{background-color:#e4f2ff}.notif-dot{width:8px;height:8px;border-radius:50%;background-color:#29abe2;margin-top:5px;flex-shrink:0}.notif-dot.read{background-color:#e0e0e0}.notif-item-title{font-size:13px;font-weight:600;color:#1a1a1a;margin:0 0 2px}.notif-item-sub{font-size:12px;color:#666;margin:0 0 4px;line-height:1.4}.notif-item-time{font-size:11px;color:#aaa}.notif-dropdown-footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #DDE1E7}.notif-cancel-btn{flex:1;height:36px;background-color:#082b4b;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.notif-cancel-btn:hover{background-color:#0d3d6b}.notif-view-btn{flex:1;height:36px;background-color:#1ba6ff;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.notif-view-btn:hover{background-color:#0d96ee}.profile-dropdown-wrapper{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:100;min-width:200px;padding:15px;animation:slideUpFromBottom .3s ease forwards}.profile-dropdown-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;background-color:#eceef1;border-radius:8px;padding:10px}.profile-dropdown-avatar{width:40px;height:40px;border-radius:50%;background-color:#1ba6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-dropdown-avatar span{color:#fff;font-size:14px;font-weight:700}.profile-dropdown-name{font-size:14px;font-weight:600;color:#1a1a1a;margin:0}.profile-dropdown-role{font-size:12px;color:#9e9e9e}.profile-dropdown-links{display:flex;flex-direction:column;gap:2px}.profile-dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:400;color:#333;border-radius:6px;transition:background-color .15s ease;text-align:left}.profile-dropdown-item:hover{background-color:#eceef1}.profile-dropdown-item.logout{color:#ea3323;border-top:1px solid #DDE1E7;margin-top:4px;padding-top:12px;border-radius:0 0 6px 6px}.profile-dropdown-item.logout:hover{background-color:#fff0ef}.search-wrapper{position:relative}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:100;width:400px;height:450px;animation:slideUpFromBottom .3s ease forwards;overflow:hidden}.search-dropdown-top{display:flex;align-items:center;gap:8px;padding:14px 16px 10px;border-bottom:1px solid #DDE1E7}.search-dropdown-icon{color:#1ba6ff;flex-shrink:0}.search-dropdown-label{font-size:14px;font-weight:600;color:#1a1a1a}.search-filter-tabs{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid #DDE1E7}.search-filter-btn{padding:5px 10px;border-radius:20px;border:1px solid #e0e0e0;background-color:#eceef1;color:#555;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.search-filter-btn:hover{background-color:#e8f4ff;border-color:#1ba6ff;color:#1ba6ff}.search-filter-btn.active{background-color:#1ba6ff;border-color:#1ba6ff;color:#fff;font-weight:600}.search-results{overflow-y:auto;height:345px;padding:8px 0}.search-results::-webkit-scrollbar{width:4px}.search-results::-webkit-scrollbar-thumb{background-color:#1ba6ff;border-radius:4px}.search-result-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f9f9f9}.search-result-item:hover{background-color:#eceef1}.search-result-left{display:flex;flex-direction:column;gap:3px}.search-result-id{font-size:12px;font-weight:700;color:#1ba6ff;font-family:monospace}.search-result-name{font-size:13px;color:#333;font-weight:500}.search-result-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.search-result-status{font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.status-on-the-way{background-color:#fff3cd;color:#b8860b}.status-arrived{background-color:#d4edda;color:#155724}.status-packed{background-color:#d1ecf1;color:#0c5460}.status-shipped{background-color:#d4edda;color:#155724}.status-pending{background-color:#fff3cd;color:#b8860b}.status-full-paid{background-color:#d4edda;color:#155724}.status-partial-paid{background-color:#fff3cd;color:#b8860b}.status-not-paid{background-color:#f8d7da;color:#721c24}.status-recorded{background-color:#e8f4ff;color:#1ba6ff}.search-result-date{font-size:12px;color:#aaa}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#ccc;gap:8px}.search-empty p{font-size:13px;color:#aaa;margin:0}.notif-empty{text-align:center;padding:24px 20px;color:#aaa;font-size:13px;margin:0}.notif-item.unread{cursor:pointer}.content-body{background-color:#f7f8f8;padding:28px 32px 0;overflow-y:auto;height:100%;display:flex;flex-direction:column}.hamburger-btn{display:none;align-items:center;justify-content:center;width:38px;height:38px;background:none;border:1px solid #DDE1E7;border-radius:8px;cursor:pointer;color:#555;flex-shrink:0;margin-right:10px;transition:background-color .2s ease}.hamburger-btn:hover{background-color:#eceef1}.sidebar-close-btn{display:none;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid #DDE1E7;border-radius:6px;cursor:pointer;color:#555;flex-shrink:0;margin-left:auto;transition:background-color .2s ease}.sidebar-close-btn:hover{background-color:#eceef1}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}@media(max-width:1024px){.dashboard-main{grid-template-columns:1fr}.dashboard-sidebar{position:fixed;left:-280px;top:0;bottom:0;width:260px;z-index:200;transition:left .3s ease;box-shadow:none}.dashboard-sidebar.sidebar-open{left:0;box-shadow:4px 0 20px #0000001f}.sidebar-logo{display:flex;align-items:center;justify-content:space-between;padding-right:12px}.sidebar-close-btn,.hamburger-btn{display:flex}.dashboard-content{grid-column:1;height:100vh}}@media(max-width:640px){.search-bar{width:180px}.search-shortcut{display:none}.content-header{padding:0 14px}.content-body{padding:20px 16px 0}.notif-dropdown{width:300px;right:-60px}.search-dropdown{position:fixed;top:70px;left:16px;right:16px;width:auto}}@media(max-width:420px){.search-bar{width:140px}.flag-btn{display:none}}.plat-admin-name{font-size:14px;font-weight:600;color:#333;margin-right:4px}.plat-logout-btn{display:flex;align-items:center;gap:6px;height:38px;padding:0 14px;background-color:#fff;border:1px solid #DDE1E7;border-radius:8px;color:#555;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.plat-logout-btn:hover{background-color:#fff0ef;border-color:#ffcfcb;color:#e5393a}.usr-body{flex:1}.usr-header{display:flex;align-items:center;justify-content:space-between;margin:0 15px}.usr-header-info{display:flex;flex-direction:column;gap:6px}.usr-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.usr-subtitle{font-size:15px;color:#9e9e9e;margin:0}.usr-header-actions{display:flex;align-items:center;gap:10px}.usr-btn{height:38px;padding:0 18px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;color:#fff;display:flex;align-items:center;gap:7px;transition:opacity .2s ease}.usr-btn:hover{opacity:.88}.usr-btn-primary{background-color:#1ba6ff}.usr-icon-btn{width:46px;height:46px;border:1px solid #DDE1E7;border-radius:6px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.usr-icon-btn:hover{background-color:#f0f0f0}.usr-btn-pdf{color:#e5393a}.usr-btn-excel{color:#1d6f42}.usr-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 10px 0}.usr-stat-card{background-color:#fff;border:.5px solid #DDE1E7;border-radius:10px;padding:18px 20px;height:100px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 4px #0000000a;transition:transform .2s ease,box-shadow .2s ease;box-sizing:border-box}.usr-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000014}.usr-stat-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usr-stat-info{display:flex;flex-direction:column;gap:4px}.usr-stat-value{font-size:22px;font-weight:700;color:#1a1a1a}.usr-stat-label{font-size:13px;color:#9e9e9e;font-weight:500}.usr-section{display:flex;flex-direction:column;margin:30px 10px 0;background-color:#fff;border:.5px solid #DDE1E7;border-radius:10px;overflow:hidden}.usr-section-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:.5px solid #DDE1E7;height:70px;gap:16px}.usr-search-bar{display:flex;align-items:center;gap:8px;border:1px solid #DDE1E7;border-radius:7px;padding:0 12px;height:44px;width:280px;background-color:#fff;transition:border-color .2s ease}.usr-search-bar:focus-within{border-color:#1ba6ff}.usr-search-bar input{border:none;outline:none;font-size:13px;color:#333;background:transparent;width:100%}.usr-search-bar input::placeholder{color:#aaa}.usr-search-icon{color:#aaa;flex-shrink:0}.usr-filters{display:flex;align-items:center;gap:8px}.usr-filter-wrapper{position:relative}.usr-filter-btn{display:flex;align-items:center;gap:6px;height:38px;padding:0 14px;background:#fff;border:1px solid #DDE1E7;border-radius:7px;font-size:13px;font-weight:500;color:#555;cursor:pointer;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.usr-filter-btn:hover{border-color:#1ba6ff;color:#1ba6ff}.usr-filter-btn.active{border-color:#1ba6ff;color:#1ba6ff;background-color:#e8f4ff}.usr-chevron{transition:transform .2s ease;flex-shrink:0}.usr-chevron.open{transform:rotate(180deg)}.usr-filter-dropdown{position:absolute;top:calc(100% + 6px);right:0;background-color:#fff;border:1px solid #DDE1E7;border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:100;min-width:140px;padding:6px}.usr-filter-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;background:none;border:none;border-radius:6px;font-size:13px;color:#333;cursor:pointer;text-align:left}.usr-filter-option:hover{background-color:#f7f8f8}.usr-filter-option.active{background-color:#e8f4ff;color:#1ba6ff;font-weight:600}.usr-table-wrapper{overflow-x:auto}.usr-table{width:100%;border-collapse:collapse;min-width:500px}.usr-table thead tr{background-color:#f7f8f8}.usr-table th{text-align:center;padding:12px 16px;font-size:12px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.usr-table td{padding:14px 16px;font-size:13px;color:#333;border-bottom:.5px solid #F0F1F3;text-align:center;white-space:nowrap}.usr-table tbody tr:last-child td{border-bottom:none}.usr-table tbody tr:hover{background-color:#f7f8f8}.usr-td-num{color:#9e9e9e!important;font-size:12px!important;font-weight:600}.usr-td-name{font-weight:600;color:#1a1a1a!important;text-align:left!important}.usr-empty{text-align:center;padding:40px;color:#aaa;font-size:14px}.usr-role-badge{font-size:11px;font-weight:600;padding:3px 12px;border-radius:20px;display:inline-block}.usr-role-admin{background-color:#ede9fe;color:#6d28d9}.usr-role-warehouse{background-color:#fff8e8;color:#b45309}.usr-role-viewer{background-color:#edfaf3;color:#1db97a}.usr-status-badge{font-size:11px;font-weight:600;padding:3px 12px;border-radius:20px;display:inline-block}.usr-status-active{background-color:#edfaf3;color:#1db97a}.usr-status-inactive{background-color:#f8d7da;color:#721c24}.usr-actions{display:flex;align-items:center;justify-content:center;gap:6px}.usr-action-btn{width:30px;height:30px;background-color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.usr-edit,.usr-delete{border:1px solid #DDE1E7;color:#333}.usr-edit:hover{background-color:#fff8e8}.usr-delete:hover{background-color:#fff0ef}.usr-action-btn:disabled{opacity:.35;cursor:not-allowed}.usr-action-btn:disabled:hover{background-color:#fff}.usr-pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:.5px solid #DDE1E7}.usr-pagination-info{font-size:13px;color:#9e9e9e}.usr-pagination-controls{display:flex;align-items:center;gap:6px}.usr-page-btn{min-width:32px;height:32px;padding:0 8px;border:1px solid #DDE1E7;border-radius:6px;background-color:#fff;color:#555;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.usr-page-btn:hover:not(:disabled):not(.active){border-color:#1ba6ff;color:#1ba6ff}.usr-page-btn.active{background-color:#1ba6ff;border-color:#1ba6ff;color:#fff;font-weight:600}.usr-page-btn.active:hover{color:#fff}.usr-page-btn:disabled{opacity:.4;cursor:not-allowed}.usr-footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#1a1a1a;background-color:#fff;border-top:1px solid #DDE1E7;width:calc(100% + 64px);margin-left:-32px;padding:20px 32px;box-sizing:border-box}@keyframes usr-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.usr-skel{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:800px 100%;animation:usr-shimmer 1.4s infinite linear}.usr-skel-icon{width:46px;height:46px;border-radius:10px;flex-shrink:0}.usr-skel-value{height:22px;width:80px;margin-bottom:2px}.usr-skel-label{height:13px;width:60px}.usr-skel-cell{height:14px;border-radius:4px;margin:0 auto}@media(max-width:1024px){.usr-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.usr-stats-row{grid-template-columns:repeat(2,1fr)}.usr-header{flex-direction:column;align-items:flex-start;gap:12px}.usr-header-actions{width:100%;flex-wrap:wrap}.usr-btn{flex:1;justify-content:center}.usr-section-toolbar{flex-direction:column;height:auto;padding:14px 16px;gap:10px;align-items:stretch}.usr-search-bar{width:100%;box-sizing:border-box}.usr-filters{width:100%}.usr-filter-wrapper{flex:1}.usr-filter-btn{width:100%;justify-content:space-between}.usr-filter-dropdown{left:0;right:0;width:auto}.usr-pagination{flex-direction:column;gap:10px;align-items:flex-start}.usr-footer{flex-direction:column;gap:6px;text-align:center;width:calc(100% + 32px);margin-left:-16px;padding-left:16px;padding-right:16px}}@keyframes usr-modal-in{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.usr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.usr-modal{background:#fff;border-radius:14px;width:560px;max-width:100%;max-height:90vh;overflow-y:auto;padding:28px 30px;box-shadow:0 20px 60px #0f172a33;animation:usr-modal-in .22s cubic-bezier(.22,1,.36,1) both}.usr-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.usr-modal-header h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.usr-modal-close{width:32px;height:32px;border-radius:8px;border:1px solid #DDE1E7;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9e9e9e;transition:background-color .2s ease,color .2s ease}.usr-modal-close:hover{background-color:#f7f8f8;color:#333}.usr-form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.usr-form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.usr-form-section{margin-top:18px}.usr-radios{display:flex;align-items:center;gap:8px}.usr-radio-pill{display:inline-flex;align-items:center;gap:7px;height:42px;padding:0 16px;border:1px solid #DDE1E7;border-radius:8px;background:#f7f8f8;font-size:13px;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.usr-radio-pill input{accent-color:#1BA6FF}.usr-radio-pill.active{border-color:#1ba6ff;background:#e8f4ff;color:#1ba6ff;font-weight:600}.usr-form-group{display:flex;flex-direction:column;gap:6px}.usr-form-group label{font-size:11px;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.4px}.usr-form-group input,.usr-form-group select{height:42px;padding:0 12px;border:1px solid #DDE1E7;border-radius:8px;font-size:13px;color:#000;background:#f7f8f8;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.usr-form-group input:focus,.usr-form-group select:focus{border-color:#1ba6ff;box-shadow:0 0 0 3px #1ba6ff24;background:#fff}.usr-form-error{font-size:12px;color:#e5393a;margin:12px 0 0}.usr-modal-actions{display:flex;gap:10px;margin-top:22px}.usr-btn-cancel,.usr-btn-save{flex:1;height:42px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.usr-btn-cancel{background:#f7f8f8;border:1px solid #DDE1E7;color:#333}.usr-btn-cancel:hover{background-color:#eef0f2}.usr-btn-save{background:#082b4b;color:#fff}.usr-btn-save:hover{opacity:.88}.usr-btn-save:disabled{opacity:.6;cursor:not-allowed}.usr-btn-delete-confirm{flex:1;height:42px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;background:#e5393a;color:#fff;transition:opacity .2s ease}.usr-btn-delete-confirm:hover{opacity:.88}.usr-btn-delete-confirm:disabled{opacity:.6;cursor:not-allowed}.usr-confirm-box{background:#fff;border-radius:14px;width:420px;max-width:90vw;padding:28px 26px;box-shadow:0 20px 60px #0f172a33;animation:usr-modal-in .22s cubic-bezier(.22,1,.36,1) both;text-align:center}.usr-confirm-icon{width:48px;height:48px;border-radius:50%;background:#e5393a1a;color:#e5393a;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.usr-confirm-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.usr-confirm-text{font-size:13px;color:#666;margin:0 0 20px;line-height:1.5}@media(max-width:640px){.usr-modal{padding:20px 16px;width:100%}.usr-form-grid-2,.usr-form-grid-3{grid-template-columns:1fr}}.cty-picker{position:relative;width:100%}.cty-picker-trigger{width:100%;height:42px;padding:0 14px;display:flex;align-items:center;gap:8px;background-color:#f7f8f8;border:1px solid #DDE1E7;border-radius:8px;font-size:14px;color:#1a1a1a;cursor:pointer;text-align:left;transition:border-color .2s ease}.cty-picker-trigger:hover{border-color:#9e9e9e}.cty-picker-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cty-flag{font-size:16px;line-height:1;flex-shrink:0}.cty-picker-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #DDE1E7;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:40;overflow:hidden}.cty-picker-search{width:100%;height:40px;padding:0 14px;border:none;border-bottom:1px solid #DDE1E7;font-size:14px;box-sizing:border-box;outline:none}.cty-picker-list{list-style:none;margin:0;padding:6px;max-height:220px;overflow-y:auto}.cty-picker-list li{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;font-size:14px;color:#333;cursor:pointer}.cty-picker-list li:hover{background-color:#f7f8f8}.cty-picker-list li.active{background-color:#e8f4ff;color:#1ba6ff;font-weight:600}.cty-picker-empty{padding:12px!important;text-align:center;color:#aaa;cursor:default!important}.cty-picker-empty:hover{background-color:transparent!important}.cur-picker{position:relative;width:100%}.cur-picker-trigger{width:100%;height:42px;padding:0 14px;display:flex;align-items:center;gap:8px;background-color:#f7f8f8;border:1px solid #DDE1E7;border-radius:8px;font-size:14px;color:#1a1a1a;cursor:pointer;text-align:left;transition:border-color .2s ease}.cur-picker-trigger:hover{border-color:#9e9e9e}.cur-picker-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cur-code{font-weight:700;flex-shrink:0}.cur-picker-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #DDE1E7;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:40;overflow:hidden}.cur-picker-search{width:100%;height:40px;padding:0 14px;border:none;border-bottom:1px solid #DDE1E7;font-size:14px;box-sizing:border-box;outline:none}.cur-picker-list{list-style:none;margin:0;padding:6px;max-height:220px;overflow-y:auto}.cur-picker-list li{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;font-size:14px;color:#333;cursor:pointer}.cur-picker-list li:hover{background-color:#f7f8f8}.cur-picker-list li.active{background-color:#e8f4ff;color:#1ba6ff;font-weight:600}.cur-picker-empty{padding:12px!important;text-align:center;color:#aaa;cursor:default!important}.cur-picker-empty:hover{background-color:transparent!important}.notfound-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.notfound-code{font-size:clamp(64px,12vw,120px);font-weight:900;color:#1ba6ff;line-height:1}.notfound-title{font-size:clamp(18px,3vw,24px);font-weight:700;color:#1a1a1a;margin-top:8px}.notfound-text{color:#6b7280;margin-top:8px;font-size:.95rem}.notfound-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;height:44px;padding:0 24px;background-color:#1ba6ff;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.notfound-btn:hover{opacity:.88}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,sans-serif;background-color:#f5f5f5;color:#1a1a1a;-webkit-font-smoothing:antialiased}#root{min-height:100vh}
