body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(255,255,255,.9);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.dkn-btn{font-family:inherit!important;font-weight:500!important;border-radius:var(--radius-sm)!important;transition:opacity .15s,box-shadow .15s!important}.dkn-btn-full{width:100%!important}.dkn-btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:dkn-spin .6s linear infinite}.dkn-btn-icon{display:inline-flex}.dkn-btn-icon-start{margin-right:.35rem}.dkn-btn-icon-end{margin-left:.35rem}.dkn-dialog .k-dialog{border-radius:var(--radius-md)!important;background:var(--bg-surface)!important}.dkn-dialog .k-dialog-titlebar{background:var(--bg-surface)!important;border-bottom:1px solid var(--border-color)!important;color:var(--text-primary)!important;padding:1rem 1.25rem!important;font-weight:600}.dkn-dialog .k-dialog-content{padding:1.25rem!important;color:var(--text-primary)!important}.dkn-dialog .k-actions{border-top:1px solid var(--border-color)!important;padding:.75rem 1.25rem!important;gap:.5rem!important}.dkn-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);border-radius:inherit;z-index:10}.dkn-input-wrap{display:flex;flex-direction:column;gap:.3rem}.dkn-input-full{width:100%}.dkn-input-label{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.dkn-input{background:var(--bg-primary)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important;border-radius:var(--radius-sm)!important;font-family:inherit!important}.dkn-input:focus-within,.dkn-input.k-focus{border-color:var(--accent-blue)!important;box-shadow:0 0 0 2px #3b82f633!important}.dkn-input-invalid{border-color:#ef4444!important}.dkn-input-helper-text{font-size:.75rem;color:#ef4444}.dkn-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900}.dkn-popup{background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-md)!important;z-index:950!important}.dkn-grid-container{position:relative;width:100%}.dkn-grid-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.dkn-grid{width:100%}.dkn-grid-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;width:100%}.dkn-grid-toolbar-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.dkn-grid-empty{color:var(--text-secondary);font-size:.875rem;text-align:center;padding:1.5rem 0;margin:0}.dkn-grid-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}[data-theme=dark] .dkn-grid-loading-overlay{background-color:#00000080}.dkn-grid-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center}.dkn-grid-loading-spinner .k-loading-mask{display:flex;align-items:center;justify-content:center;flex-direction:column}.dkn-grid-loading-spinner .k-loading-text{margin-bottom:14px;font-size:.9rem;font-weight:500;color:var(--text-primary)}.dkn-grid-loading-spinner .k-loading-image{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent-blue);border-radius:50%;animation:dkn-spin .8s linear infinite}@media (max-width: 768px){.dkn-grid-toolbar{flex-direction:column;gap:8px;align-items:flex-start}}.dkn-drawer-paper{background:var(--bg-surface)!important;color:var(--text-primary)!important;border-left:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}.dkn-avatar-wrap{display:inline-flex;align-items:center;justify-content:center}.dkn-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:9999px;font-size:.78rem;font-weight:500;background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border-color);white-space:nowrap}.dkn-chip-icon{display:inline-flex;align-items:center;font-size:.85em}.dkn-chip-delete{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;margin-left:.15rem;color:inherit;opacity:.6;line-height:1}.dkn-chip-delete:hover{opacity:1}.dkn-badge-wrap{position:relative;display:inline-flex}.dkn-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:#e53935;color:#fff;font-size:.68rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1}.dkn-divider-h{border:none;border-top:1px solid var(--border-color);margin:0}.dkn-divider-v{display:inline-block;width:1px;background:var(--border-color);align-self:stretch}.dkn-dropdown-wrap,.dkn-combobox-wrap,.dkn-multiselect-wrap{display:flex;flex-direction:column;gap:.3rem}.dkn-dropdown-full,.dkn-combobox-full,.dkn-multiselect-full{width:100%}.dkn-datepicker-wrap,.dkn-timepicker-wrap,.dkn-daterangepicker-wrap{display:flex;flex-direction:column;gap:.3rem}.dkn-datepicker-full,.dkn-timepicker-full,.dkn-daterangepicker-full{width:100%}.dkn-switch-wrap{display:inline-flex;align-items:center;gap:.5rem}.dkn-switch-label-start{flex-direction:row-reverse}.dkn-switch-label-top,.dkn-switch-label-bottom{flex-direction:column;align-items:flex-start}.dkn-switch-label-bottom{flex-direction:column-reverse}.dkn-switch-label-text{font-size:.875rem;color:var(--text-primary);font-weight:500;-webkit-user-select:none;user-select:none}.dkn-checkbox-wrap{display:inline-flex;align-items:center;gap:.4rem}.dkn-checkbox-label{font-size:.875rem;color:var(--text-primary);font-weight:500;-webkit-user-select:none;user-select:none}.dkn-numeric-wrap{display:flex;flex-direction:column;gap:.3rem}.dkn-numeric-full{width:100%}.dkn-input-hint{font-size:.75rem;color:var(--text-secondary)}.dkn-input-error{font-size:.75rem;color:#ef4444}.dkn-tabs-wrap .k-tabstrip-top>.k-tabstrip-items-wrapper{border-bottom:1px solid var(--border-color)}.dkn-tabs-wrap .k-tabstrip-top .k-item.k-active{border-bottom:2px solid var(--accent-blue);color:var(--accent-blue)}.dkn-panelbar-wrap .k-panelbar{background:var(--bg-surface);border-color:var(--border-color);border-radius:var(--radius-md)}.dkn-panelbar-wrap .k-panelbar-header{font-weight:500;color:var(--text-primary)}.dkn-stepper-wrap{width:100%}.dkn-tooltip-wrap{display:inline-flex}.dkn-notification-group-wrap{position:fixed;z-index:9999}.dkn-progressbar-wrap{display:flex;flex-direction:column;gap:.3rem;width:100%}.dkn-progressbar-wrap .k-progressbar{border-radius:var(--radius-sm)!important;height:8px;background:var(--bg-hover)}.dkn-progressbar-wrap .k-progressbar-value{border-radius:var(--radius-sm)!important;background:var(--accent-blue)}.dkn-upload-wrap{display:flex;flex-direction:column;gap:.3rem}.dkn-upload-wrap .k-dropzone{border:1.5px dashed var(--border-color);border-radius:var(--radius-md);background:var(--bg-hover);color:var(--text-secondary)}.dkn-upload-wrap .k-dropzone:hover{border-color:var(--accent-blue);background:rgba(59,130,246,.05)}.dkn-treeview-wrap{width:100%}.dkn-treeview-small .k-treeview-item{font-size:.8rem}.dkn-treeview-medium .k-treeview-item{font-size:.875rem}.dkn-treeview-large .k-treeview-item{font-size:1rem}.dkn-alert{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid transparent;font-size:.875rem;line-height:1.5}.dkn-alert-icon{flex-shrink:0;font-size:1rem;margin-top:.1em}.dkn-alert-body{flex:1;display:flex;flex-direction:column;gap:.15rem}.dkn-alert-title{font-weight:600;font-size:.9rem}.dkn-alert-message{color:inherit}.dkn-alert-close{background:none;border:none;cursor:pointer;padding:0;opacity:.6;color:inherit;line-height:1;flex-shrink:0;margin-top:.1em}.dkn-alert-close:hover{opacity:1}.dkn-alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.dkn-alert-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.dkn-alert-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.dkn-alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}[data-theme=dark] .dkn-alert-info{background:#1e3a5f;border-color:#3b5f9e;color:#93c5fd}[data-theme=dark] .dkn-alert-success{background:#14532d;border-color:#166534;color:#86efac}[data-theme=dark] .dkn-alert-warning{background:#451a03;border-color:#78350f;color:#fcd34d}[data-theme=dark] .dkn-alert-error{background:#450a0a;border-color:#7f1d1d;color:#fca5a5}.dkn-card{display:flex;flex-direction:column;background:var(--bg-surface);border-radius:var(--radius-md);overflow:hidden;text-align:left;font-family:inherit;width:100%}.dkn-card-elevated{box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.dkn-card-outlined{border:1px solid var(--border-color);box-shadow:none}.dkn-card-flat{box-shadow:none;border:none}.dkn-card-clickable{cursor:pointer;transition:box-shadow .15s,transform .15s}.dkn-card-clickable:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.dkn-card-image-wrap{width:100%;overflow:hidden}.dkn-card-image{width:100%;display:block;object-fit:cover}.dkn-card-p-none .dkn-card-header,.dkn-card-p-none .dkn-card-body,.dkn-card-p-none .dkn-card-footer{padding:0}.dkn-card-p-sm .dkn-card-header,.dkn-card-p-sm .dkn-card-body,.dkn-card-p-sm .dkn-card-footer{padding:.5rem .75rem}.dkn-card-p-md .dkn-card-header,.dkn-card-p-md .dkn-card-body,.dkn-card-p-md .dkn-card-footer{padding:.75rem 1rem}.dkn-card-p-lg .dkn-card-header,.dkn-card-p-lg .dkn-card-body,.dkn-card-p-lg .dkn-card-footer{padding:1rem 1.25rem}.dkn-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .2rem;line-height:1.3}.dkn-card-subtitle{font-size:.8125rem;color:var(--text-secondary);margin:0}.dkn-card-footer{display:flex;align-items:center;gap:.5rem;border-top:1px solid var(--border-color);margin-top:auto}.dkn-form{display:flex;flex-direction:column;gap:1rem}.dkn-form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}@keyframes dkn-spin{to{transform:rotate(360deg)}}.dkn-grid-container{width:100%;margin-bottom:20px}.dkn-grid-title{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--text-primary, #333)}.dkn-grid-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px}.dkn-grid-toolbar-title{font-size:.95rem;font-weight:500;color:var(--text-secondary, #666)}.dkn-grid-empty{text-align:center;padding:40px 20px;color:var(--text-secondary, #999);font-size:1rem}.dkn-grid-loading-overlay{position:relative;min-height:200px}.k-pager-sizes{display:inline-flex!important;align-items:center!important;gap:8px!important}.k-pager-sizes .k-dropdown,.k-pager-sizes .k-picker{min-width:80px!important;width:80px!important}.k-animation-container,.k-popup,.k-animation-container-shown{z-index:10000!important}.k-list,.k-popup .k-list,.k-list-container{width:auto!important;min-width:80px!important}.k-list .k-list-item,.k-list-ul .k-list-item,.k-list-optionlabel,.k-list .k-list-optionlabel{padding:8px 16px!important;min-height:40px!important;height:auto!important;line-height:1.5!important;cursor:pointer!important;display:flex!important;align-items:center!important;font-size:14px!important}.k-list,.k-list-ul{max-height:250px!important;overflow-y:auto!important}.k-pager-sizes .k-dropdown .k-input-inner,.k-pager-sizes .k-picker .k-input-inner{padding:6px 12px!important;font-size:14px!important}.k-pager-wrap{padding:12px!important}@media (max-width: 767px){.dkn-grid-toolbar{flex-direction:column;gap:12px;align-items:stretch}.dkn-grid-toolbar-title{text-align:center}.k-pager-wrap{padding:8px!important}.k-pager-sizes .k-dropdown,.k-pager-sizes .k-picker{min-width:70px!important;width:70px!important}.k-list .k-list-item,.k-list-ul .k-list-item{padding:10px 14px!important;min-height:44px!important;font-size:15px!important}}.rightbar-container{background:var(--bg-surface);border-left:1px solid var(--border-color);min-height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.rightbar-widget{padding:.9rem .8rem .65rem;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:.25rem}.rightbar-widget-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.55rem;padding-bottom:.45rem;border-bottom:1px solid var(--border-color)}.rightbar-widget-icon{font-size:1.25rem!important;color:var(--accent-blue);flex-shrink:0}.rightbar-widget-title{color:var(--text-primary)!important;font-weight:600!important;font-size:1rem!important;line-height:1.4!important;letter-spacing:.03em!important}.rightbar-widget-body{flex:1;display:flex;flex-direction:column;gap:.25rem}.rightbar-event-item{display:flex;align-items:center;gap:.45rem;padding:.28rem .3rem;border-radius:6px;transition:background .15s}.rightbar-event-item:hover{background:var(--bg-hover)}.rightbar-event-date{display:flex;flex-direction:column;align-items:center;min-width:26px;background:rgba(59,130,246,.14);border-radius:5px;padding:3px 4px;flex-shrink:0}.rightbar-event-day{font-weight:800!important;color:var(--accent-blue)!important;font-size:.8rem!important;line-height:1.2!important}.rightbar-event-month{color:var(--accent-blue)!important;font-size:.75rem!important;text-transform:uppercase;line-height:1!important}.rightbar-event-title{color:var(--text-primary)!important;font-size:.85rem!important;line-height:1.6!important;letter-spacing:.02em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rightbar-announcement-item{display:flex;flex-direction:column;gap:2px;padding:.28rem .3rem;border-radius:6px;transition:background .15s}.rightbar-announcement-item:hover{background:var(--bg-hover)}.rightbar-ann-title{color:var(--text-primary)!important;font-weight:500!important;font-size:.85rem!important;line-height:1.6!important;letter-spacing:.02em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rightbar-ann-body{color:var(--text-secondary)!important;font-size:.8rem!important}.rightbar-poll-item{display:flex;flex-direction:column;gap:3px;padding:.3rem;border-radius:6px;border-bottom:1px solid var(--border-color);transition:background .15s}.rightbar-poll-item:last-child{border-bottom:none}.rightbar-poll-item:hover{background:var(--bg-hover)}.rightbar-poll-title{color:var(--text-primary)!important;font-weight:500!important;font-size:.85rem!important;line-height:1.6!important;letter-spacing:.02em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rightbar-poll-status{display:inline-flex;align-items:center;gap:3px;color:var(--color-success)!important;font-size:.8rem!important;font-weight:600!important}.rightbar-poll-status:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--color-success);flex-shrink:0}.rightbar-birthday-item{display:flex;align-items:center;gap:.4rem;padding:.28rem .3rem;border-radius:6px;transition:background .15s}.rightbar-birthday-item:hover{background:var(--bg-hover)}.rightbar-birthday-info{flex:1;min-width:0;display:flex;flex-direction:column}.rightbar-name{color:var(--text-primary)!important;font-weight:600!important;font-size:.85rem!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rightbar-meta{color:var(--text-secondary)!important;font-size:.8rem!important}.rightbar-see-all{display:inline-flex;align-items:center;gap:3px;margin-top:.45rem;font-size:.71rem;font-weight:500;color:var(--accent-blue);text-decoration:none;opacity:.85;transition:opacity .15s}.rightbar-see-all:hover{opacity:1;text-decoration:underline}.topbar{position:sticky;top:0;z-index:1030;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 1.25rem;padding-top:env(safe-area-inset-top);background:var(--sidebar-bg);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar-right{display:flex;align-items:center;gap:.5rem}.topbar-logo{max-height:44px;max-width:170px;object-fit:contain;cursor:pointer}.topbar-badge-wrap{position:relative;display:inline-flex;align-items:center}.topbar-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;border-radius:8px;background:#e53935;color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center;pointer-events:none}.topbar-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s;padding:0}.topbar-icon-btn:hover{background:var(--hover-bg, rgba(128, 128, 128, .12));color:var(--accent-blue)}.topbar-avatar-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid var(--border-color);background:var(--accent-blue);cursor:pointer;padding:0;overflow:hidden;transition:border-color .2s;flex-shrink:0}.topbar-avatar-btn:hover{border-color:var(--accent-blue)}.topbar-avatar-img{width:100%;height:100%;object-fit:cover}.topbar-avatar-initials{color:#fff;font-size:.75rem;font-weight:600;line-height:1;-webkit-user-select:none;user-select:none}.topbar-avatar{border:2px solid var(--border-color);transition:border-color .2s}.topbar-avatar:hover{border-color:var(--accent-blue)}.topbar-hamburger{color:var(--text-primary)!important}@media (min-width: 1200px){.topbar-hamburger{display:none!important}}.topbar-profile-wrap{position:relative;display:inline-flex}.topbar-profile-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:1050;overflow:hidden;animation:topbar-menu-in .15s ease}@keyframes topbar-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar-profile-menu-header{padding:.75rem 1rem;border-bottom:1px solid var(--border-color)}.topbar-profile-menu-name{font-weight:600;font-size:.9rem;color:var(--text-primary)}.topbar-profile-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;border:none;background:none;cursor:pointer;color:var(--text-primary);font-size:.85rem;text-align:left;transition:background .15s}.topbar-profile-menu-item:hover{background:var(--hover-bg, rgba(128, 128, 128, .08))}.app-layout{background:var(--bg-primary);overflow-x:hidden;max-width:100vw;display:flex;flex-direction:column;height:100vh}.layout-body{display:grid;grid-template-columns:2.5fr 5fr 2.5fr;gap:0 15rem;height:calc(100vh - 56px);overflow:hidden}@media (max-width: 1199.98px){.layout-body{grid-template-columns:1fr}.rightbar-desktop{display:none}}@media (min-width: 1200px){.rightbar-drawer,.rightbar-drawer-backdrop,.rightbar-toggle-btn{display:none!important}}.rightbar-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:1050}.rightbar-drawer{position:fixed;top:56px;right:-320px;width:320px;height:calc(100vh - 56px);z-index:1055;background:var(--bg-surface);border-left:1px solid var(--border-color);overflow-y:auto;transition:right .3s ease}.rightbar-drawer.open{right:0}.rightbar-toggle-btn{position:fixed;bottom:5rem;right:1rem;z-index:210;width:40px;height:40px;border-radius:50%;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:background .2s;font-size:1rem}.rightbar-toggle-btn:hover{background:#2563eb}.mobile-only{display:flex!important}@media (min-width: 1200px){.mobile-only{display:none!important}}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7);z-index:1040}@media (max-width: 1199.98px){.sidebar-col{position:fixed!important;top:56px;left:-100%;width:280px;height:calc(100vh - 56px);z-index:1045;transition:left .3s;overflow-y:auto}.sidebar-col.mobile-open{left:0}}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border-color);min-height:calc(100vh - 56px);padding:1rem .75rem;display:flex;flex-direction:column}@media (min-width: 1200px){.sidebar{position:sticky;top:0;height:calc(100vh - 56px);overflow-y:auto}}.sidebar::-webkit-scrollbar,.events-panel::-webkit-scrollbar,.info-panel::-webkit-scrollbar,.content-area::-webkit-scrollbar{width:0;height:0}.sidebar,.events-panel,.info-panel,.content-area{scrollbar-width:none;-ms-overflow-style:none}.sidebar-logo{text-align:center;margin-bottom:1rem}.sidebar-menu{gap:.5rem;display:flex;flex-direction:column;flex:1;padding-top:1rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:.625rem;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s,color .15s;-webkit-user-select:none;user-select:none}.menu-item:hover{background:rgba(59,130,246,.08);color:var(--text-primary)}.menu-item.active{background:rgba(59,130,246,.14);color:var(--accent-blue);font-weight:600}.menu-item i{font-size:1rem;width:20px;text-align:center;flex-shrink:0;color:inherit;opacity:.85}.menu-item.active i,.menu-item:hover i{opacity:1}.mobile-only-divider{height:1px;background:var(--border-color);margin:.75rem .5rem}.mydtas-menu-item{margin-top:.75rem;background:rgba(59,130,246,.05);border:1px solid rgba(59,130,246,.2)}.mydtas-menu-item:hover{background:rgba(59,130,246,.12);border-color:#3b82f64d}.sidebar-bottom{border-top:1px solid var(--border-color);padding-top:1rem;margin-top:1rem;gap:.5rem;display:flex;flex-direction:column}.sidebar-social-links{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border-color);margin-top:.5rem}.sidebar-social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:var(--skeleton-bg);color:var(--text-secondary);font-size:1.25rem;cursor:pointer;transition:all .2s ease}.sidebar-social-btn:hover{background:var(--primary-color, #3b82f6);color:#fff}.theme-toggle-container{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:.75rem;background:var(--skeleton-bg)}.theme-label{color:var(--text-primary);font-size:.9rem;font-weight:500;display:flex;align-items:center}.theme-toggle-btn{background:var(--bg-surface);border:2px solid var(--border-color);border-radius:2rem;width:52px;height:28px;cursor:pointer;position:relative;transition:border-color .3s,background-color .3s;padding:0}.theme-toggle-btn:hover{border-color:var(--accent-blue)}.toggle-slider{width:20px;height:20px;border-radius:50%;background:white;position:absolute;top:2px;transition:left .3s,background-color .3s}.toggle-slider.dark{left:2px;background:var(--text-secondary)}.toggle-slider.light{left:28px;background:var(--accent-blue)}.logout-menu-item{color:#ef4444!important}.logout-menu-item:hover{background:rgba(239,68,68,.1)!important}.language-switcher{padding:.5rem 1rem;margin-bottom:.25rem}.language-switcher-label{display:flex;align-items:center;color:var(--text-secondary);font-size:.85rem;margin-bottom:.4rem}.lang-btn-group{display:flex;gap:.25rem;flex-wrap:wrap}.lang-btn{background:none;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;line-height:1.4}.lang-btn.active{background:rgba(59,130,246,.15);border-color:var(--accent-blue);color:var(--accent-blue)}.lang-btn:hover:not(.active){background:var(--skeleton-bg);color:var(--text-primary)}.content-col{height:calc(100vh - 56px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.content-col::-webkit-scrollbar{width:0;height:0}.rightbar-col{height:calc(100vh - 56px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.rightbar-col::-webkit-scrollbar{width:0;height:0}.content-area{background:var(--bg-primary);padding:1.5rem;min-height:100%;overflow-x:hidden}@media (max-width: 1199.98px){.content-area{padding:1rem}}#modern-login-container{min-height:100vh;background:linear-gradient(135deg,#1e293b 0%,#1e40af 50%,#1e293b 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}#modern-login-container .login-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:20;border-radius:1.5rem}#modern-login-container .login-loading-overlay .k-loading-mask{background:transparent!important}#modern-login-container .login-loading-overlay .k-loading-text{color:#f1f5f9!important;font-weight:600;font-size:1.1rem}#modern-login-container .login-loading-overlay .k-loading-color{background:rgba(37,99,235,.3)!important}#modern-login-container .modern-login-card{position:relative}#modern-login-container .animated-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}#modern-login-container .bg-circle{position:absolute;border-radius:50%;filter:blur(60px);animation:pulse 4s ease-in-out infinite}#modern-login-container .bg-circle-1{top:25%;left:25%;width:384px;height:384px;background:rgba(59,130,246,.1);animation-delay:0s}#modern-login-container .bg-circle-2{bottom:25%;right:25%;width:384px;height:384px;background:rgba(6,182,212,.1);animation-delay:1s}#modern-login-container .bg-circle-3{top:50%;left:50%;transform:translate(-50%,-50%);width:288px;height:288px;background:rgba(147,51,234,.1);animation-delay:2s}#modern-login-container .geometric-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0h100v100H0V0zm10 10v80h80V10H10zm5 5h70v70H15V15z" fill="%23ffffff" fill-opacity="0.02"/%3E%3C/svg%3E')}#modern-login-container .modern-form-wrapper{width:100%;max-width:32rem;position:relative;z-index:10}#modern-login-container .modern-login-card{background:rgba(15,23,42,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;box-shadow:0 25px 50px -12px #0009;border:1px solid rgba(255,255,255,.08);overflow:hidden}#modern-login-container .modern-login-header{position:relative;background:linear-gradient(90deg,#2563eb 0%,#1d4ed8 50%,#0891b2 100%);padding:2rem;text-align:center;overflow:hidden}#modern-login-container .animated-header-bg{position:absolute;top:0;right:0;bottom:0;left:0}#modern-login-container .floating-circle{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:float 6s ease-in-out infinite}#modern-login-container .floating-circle-1{top:-2.5rem;right:-2.5rem;width:8rem;height:8rem;animation:float1 8s ease-in-out infinite}#modern-login-container .floating-circle-2{bottom:-2.5rem;left:-2.5rem;width:6rem;height:6rem;animation:float2 6s ease-in-out infinite}#modern-login-container .header-content{position:relative;z-index:10}#modern-login-container .logo-container{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}#modern-login-container .logo-icon{width:2.5rem;height:2.5rem;color:#fff}#modern-login-container .logo-icon svg{width:100%;height:100%}#modern-login-container .company-name{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 .5rem}#modern-login-container .portal-subtitle{color:#dbeafe;font-weight:500;margin:0 0 1rem}#modern-login-container .modern-login-content{padding:2.25rem 2rem;background:transparent}#modern-login-container .status-indicators{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}#modern-login-container .status-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}#modern-login-container .status-active{background:#f0fdf4;color:#15803d}#modern-login-container .status-secure{background:#eff6ff;color:#1d4ed8}#modern-login-container .status-dot{width:.5rem;height:.5rem;background:var(--color-success);border-radius:50%;animation:pulse 2s ease-in-out infinite}#modern-login-container .status-secure svg{width:1rem;height:1rem}#modern-login-container .mfa-section{text-align:center}#modern-login-container .timer-wrapper-modern{display:flex;justify-content:center;margin-bottom:2rem}#modern-login-container .login-options{display:flex;flex-direction:column}#modern-login-container .login-buttons{display:flex;flex-direction:column;gap:1rem}#modern-login-container .modern-aad-button.k-button{width:100%;height:4rem;background:transparent;border:2px solid var(--accent-blue);border-radius:.75rem;padding:0 1.5rem;font-weight:600;font-size:1.125rem;color:#60a5fa;transition:all .3s ease;position:relative;overflow:hidden}#modern-login-container .modern-aad-button.k-button:hover{background:rgba(59,130,246,.12);border-color:#60a5fa;color:#93c5fd;transform:scale(1.02);box-shadow:0 0 20px #3b82f640}#modern-login-container .modern-supplier-button.k-button{width:100%;height:4rem;background:linear-gradient(90deg,#0891b2 0%,#0e7490 100%);border:none;border-radius:.75rem;padding:0 1.5rem;font-weight:600;font-size:1.125rem;transition:all .3s ease;color:#fff}#modern-login-container .modern-supplier-button.k-button:hover{background:linear-gradient(90deg,#0e7490 0%,#155e75 100%);transform:scale(1.02);box-shadow:0 10px 25px -5px #00000040}#modern-login-container .divider{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem 0}#modern-login-container .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#d1d5db,transparent);z-index:1}#modern-login-container .divider span{background:var(--bg-surface);padding:0 1.5rem;font-weight:500;color:var(--text-secondary);position:relative;z-index:2}#modern-login-container .supplier-form-section{margin-top:1rem;padding:1.5rem;background:rgba(30,41,59,.6);border-radius:1rem;border:1px solid rgba(100,116,139,.25)}#modern-login-container .form-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}#modern-login-container .form-header-icon{width:1.5rem;height:1.5rem;color:var(--accent-blue)}#modern-login-container .form-header-icon svg{width:100%;height:100%}#modern-login-container .form-header h4{font-weight:600;color:var(--text-primary);margin:0}#modern-login-container .form-header p{font-size:.875rem;color:var(--text-secondary);margin:0}#modern-login-container .form-fields{display:flex;flex-direction:column;gap:1.6rem}#modern-login-container .modern-form-field .k-form-field-wrap{margin-bottom:0}#modern-login-container .modern-form-field .k-label{font-weight:600;color:#cbd5e1;margin-bottom:.5rem}#modern-login-container .modern-form-field .k-textbox,#modern-login-container .modern-form-field .k-maskedtextbox{width:100%;padding:.5rem 1rem;border:1.5px solid rgba(148,163,184,.4);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:rgba(30,41,59,.8);color:#f1f5f9;height:auto;min-height:48px}#modern-login-container .modern-form-field .k-textbox::placeholder,#modern-login-container .modern-form-field .k-maskedtextbox::placeholder{color:#64748b}#modern-login-container .modern-form-field .k-textbox:hover,#modern-login-container .modern-form-field .k-maskedtextbox:hover{border-color:#94a3b8b3}#modern-login-container .modern-form-field .k-textbox:focus,#modern-login-container .modern-form-field .k-maskedtextbox:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb33}#modern-login-container .modern-form-buttons{display:flex;justify-content:center;margin-top:1rem}#modern-login-container .modern-submit-button.k-button,#modern-login-container .modern-verify-button.k-button{background:linear-gradient(90deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:.75rem;padding:1rem 2rem;font-weight:700;color:#0f172a;width:100%;height:3.5rem;font-size:1rem;transition:all .3s ease}#modern-login-container .modern-submit-button.k-button:hover,#modern-login-container .modern-verify-button.k-button:hover{background:linear-gradient(90deg,#1d4ed8 0%,#1e40af 100%);transform:scale(1.02);box-shadow:0 0 20px #3b82f666}#modern-login-container .modern-submit-button.k-button:disabled{background:#1e3a5f;border:none;color:#475569;cursor:not-allowed;transform:none}#modern-login-container .modern-error .k-form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem;margin-top:1rem;color:#dc2626}#modern-login-container .modern-login-footer{background:rgba(15,23,42,.6);padding:1.25rem 2rem;border-top:1px solid rgba(255,255,255,.06);text-align:center}#modern-login-container .footer-features{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}#modern-login-container .footer-feature{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}#modern-login-container .footer-feature svg{width:1rem;height:1rem}#modern-login-container .copyright{font-size:.85rem;color:#94a3b8;margin:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float1{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(10px,-15px) rotate(5deg)}50%{transform:translate(-5px,-10px) rotate(-3deg)}75%{transform:translate(-10px,5px) rotate(2deg)}}@keyframes float2{0%,to{transform:translate(0) rotate(0)}30%{transform:translate(-8px,12px) rotate(-4deg)}60%{transform:translate(12px,-8px) rotate(6deg)}90%{transform:translate(5px,10px) rotate(-2deg)}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(8px,-12px) rotate(3deg)}66%{transform:translate(-6px,8px) rotate(-2deg)}}#modern-login-container .login-main-form{display:flex;flex-direction:column;gap:0}#modern-login-container .login-main-form .form-fields{display:flex;flex-direction:column;gap:1.6rem}#modern-login-container .login-form-row{display:flex;align-items:center;justify-content:space-between}#modern-login-container .remember-me-label{display:flex;align-items:center;gap:.45rem;font-size:.875rem;color:#94a3b8;cursor:pointer;margin:0;-webkit-user-select:none;user-select:none}#modern-login-container .remember-me-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#2563eb;cursor:pointer}#modern-login-container .forgot-password-link{background:none;border:none;color:#60a5fa;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s}#modern-login-container .forgot-password-link:hover{color:#93c5fd;text-decoration:underline}#modern-login-container .login-divider{position:relative;display:flex;align-items:center;justify-content:center;padding:1.6rem 0 1.25rem}#modern-login-container .login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(100,116,139,.5),transparent)}#modern-login-container .login-divider span{background:rgba(15,23,42,.92);padding:0 1rem;font-size:.8rem;font-weight:500;color:#64748b;position:relative}#modern-login-container .modern-aad-button.k-button{margin-bottom:0}#modern-login-container .login-register-row{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.75rem;font-size:.875rem;color:#94a3b8}#modern-login-container .register-link{background:none;border:none;color:#60a5fa;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s}#modern-login-container .register-link:hover{color:#93c5fd;text-decoration:underline}#modern-login-container .login-method-buttons{display:flex;flex-direction:column;gap:.875rem}#modern-login-container .login-app-title{text-align:center;margin-bottom:.25rem}#modern-login-container .login-app-title span{font-size:2rem;font-weight:900;background:linear-gradient(90deg,#2563eb 0%,#0891b2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.2em;display:inline-block}#modern-login-container .modern-entry-button.k-button{width:100%;height:4rem;background:linear-gradient(90deg,#16a34a 0%,#15803d 100%);border:none;border-radius:.75rem;padding:0 1.5rem;font-weight:600;font-size:1.125rem;color:#fff;transition:all .3s ease;cursor:pointer}#modern-login-container .modern-entry-button.k-button:hover{background:linear-gradient(90deg,#15803d 0%,#166534 100%);transform:scale(1.02);box-shadow:0 10px 25px -5px #00000040}#modern-login-container .mfa-method-select{width:100%;padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;color:#374151;background:white;transition:all .3s ease;min-height:48px;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}#modern-login-container .mfa-method-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb33}#modern-login-container .mfa-code-input{text-align:center;letter-spacing:.75rem;font-size:1.5rem!important;font-weight:700;font-family:monospace!important}#modern-login-container .mfa-instruction-text{text-align:center;color:#6b7280;font-size:.9rem;padding:.25rem 0;margin-bottom:.25rem}#modern-login-container .login-back-wrap{display:flex;justify-content:center;margin-top:.75rem}#modern-login-container .back-button{display:inline-flex;align-items:center;gap:.35rem;background:rgba(30,41,59,.8);border:1.5px solid rgba(59,130,246,.4);border-radius:.5rem;color:#60a5fa;font-size:.875rem;font-weight:500;padding:.45rem 1.1rem;cursor:pointer;transition:all .2s ease}#modern-login-container .back-button:hover{background:rgba(59,130,246,.12);border-color:var(--accent-blue);color:#93c5fd}@media (max-width: 768px){#modern-login-container{padding:.5rem}#modern-login-container .modern-login-header,#modern-login-container .modern-login-content{padding:1.5rem}#modern-login-container .status-indicators,#modern-login-container .footer-features{flex-direction:column;gap:.5rem}}.language-selector-login{position:absolute;top:20px;right:20px;z-index:1000;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:8px;border:1px solid rgba(255,255,255,.2)}.language-selector-login .MuiList-root{padding:0;background:transparent}.language-selector-login .MuiListItem-root{padding:8px 12px;color:#fff;font-size:14px;font-weight:500;border-radius:4px;transition:all .3s ease}.language-selector-login .MuiListItem-root:hover{background:rgba(255,255,255,.1)}.language-selector-login .MuiListItemText-primary{color:#fff!important;font-size:14px!important;font-weight:500!important}#modern-login-container .reset-password-title{text-align:center;color:#e2e8f0;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}#modern-login-container .reset-success-message{text-align:center;padding:1.5rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);border-radius:.75rem;color:var(--color-success);font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}#modern-login-container .register-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media (max-width: 640px){#modern-login-container .register-form-grid{grid-template-columns:1fr}}#modern-login-container .profile-upload-field{display:flex;flex-direction:column;gap:.5rem}#modern-login-container .profile-upload-label{color:#94a3b8;font-size:.875rem;font-weight:500;margin:0}#modern-login-container .k-upload{border:1px solid rgba(148,163,184,.4);background:rgba(30,41,59,.8);border-radius:.5rem;padding:.75rem}#modern-login-container .k-upload .k-dropzone{background:transparent;border:2px dashed rgba(148,163,184,.4);border-radius:.5rem;color:#94a3b8;padding:1rem;min-height:60px;display:flex;align-items:center;justify-content:center}#modern-login-container .k-upload .k-dropzone:hover{border-color:var(--accent-blue);background:rgba(59,130,246,.05)}#modern-login-container .k-upload .k-file{background:rgba(30,41,59,.6);border:1px solid rgba(148,163,184,.3);color:#e2e8f0;margin-top:.5rem}#modern-login-container .k-upload .k-file-name{color:#e2e8f0}#modern-login-container .k-upload .k-file-size{color:#94a3b8}#modern-login-container .k-upload .k-button{background:transparent;border-color:#94a3b866;color:#94a3b8}#modern-login-container .k-upload .k-button:hover{background:rgba(59,130,246,.1);border-color:var(--accent-blue);color:#60a5fa}#modern-login-container .k-upload .k-upload-status{color:#94a3b8}.language-selector-login .MuiMenu-paper{background:rgba(255,255,255,.95)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px!important;border:1px solid rgba(0,0,0,.1);margin-top:8px}.language-selector-login .MuiMenuItem-root{padding:8px 16px;font-size:14px;color:#333;transition:all .3s ease}.language-selector-login .MuiMenuItem-root:hover{background:rgba(0,102,204,.1);color:#06c}.language-selector-login .MuiMenuItem-root.Mui-selected{background:rgba(0,102,204,.1);color:#06c;font-weight:600}@media (max-width: 768px){.language-selector-login{top:10px;right:10px;padding:6px}.language-selector-login .MuiListItem-root{padding:6px 10px;font-size:12px}}: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)}}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:"樂"}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:"率"}.fa-head-side-cough-slash:before{content:"異"}.fa-head-side-mask:before{content:"北"}.fa-head-side-virus:before{content:"磻"}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:"爛"}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:"論"}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-811e1577.eot);src:url(/assets/fa-brands-400-811e1577.eot?#iefix) format("embedded-opentype"),url(/assets/fa-brands-400-5d919029.woff2) format("woff2"),url(/assets/fa-brands-400-e836c5d5.woff) format("woff"),url(/assets/fa-brands-400-a0c14538.ttf) format("truetype"),url(/assets/fa-brands-400-980a7736.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-01f4416f.eot);src:url(/assets/fa-regular-400-01f4416f.eot?#iefix) format("embedded-opentype"),url(/assets/fa-regular-400-6a8c8e9e.woff2) format("woff2"),url(/assets/fa-regular-400-8e2d9619.woff) format("woff"),url(/assets/fa-regular-400-f32b94a2.ttf) format("truetype"),url(/assets/fa-regular-400-9a5dd62f.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-32501727.eot);src:url(/assets/fa-solid-900-32501727.eot?#iefix) format("embedded-opentype"),url(/assets/fa-solid-900-7f4d3fd0.woff2) format("woff2"),url(/assets/fa-solid-900-352f8ead.woff) format("woff"),url(/assets/fa-solid-900-231d68ce.ttf) format("truetype"),url(/assets/fa-solid-900-96b9988d.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}:root[data-theme=dark]{--bg-primary: #0f172a;--bg-surface: #1e293b;--card-bg: #1e293b;--sidebar-bg: #111827;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: #334155;--skeleton-bg: rgba(255, 255, 255, .07);--accent-blue: #3b82f6;--bg-hover: rgba(255, 255, 255, .04);--color-success: #10b981;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 50%;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .4);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s}:root[data-theme=light]{--bg-primary: #f8fafc;--bg-surface: #ffffff;--card-bg: #ffffff;--sidebar-bg: #f1f5f9;--text-primary: #1a2027;--text-secondary: #64748b;--border-color: #e2e8f0;--skeleton-bg: rgba(0, 0, 0, .06);--accent-blue: #2563eb;--bg-hover: rgba(0, 0, 0, .04);--color-success: #16a34a;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 50%;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .2);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s}:root{--bg-primary: #0f172a;--bg-surface: #1e293b;--card-bg: #1e293b;--sidebar-bg: #111827;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: #334155;--skeleton-bg: rgba(255, 255, 255, .07);--accent-blue: #3b82f6;--bg-hover: rgba(255, 255, 255, .04);--color-success: #10b981;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 50%;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .4);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s}html,body{overflow-x:hidden;max-width:100vw;background-color:var(--bg-primary)}body{margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;letter-spacing:.025em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary)}.k-body,.k-widget,.k-button,.k-grid,.k-dialog,.k-popup,*:not(i):not([class*=fa]):not([class*=k-icon]):not([class*=k-i-]){font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:1.35;letter-spacing:.02em;margin:0}p{margin:0;line-height:1.6}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.k-floating-label-container>.k-floating-label{max-width:unset}.form-wrapper{max-width:500px;min-width:300px;max-height:700px;width:30%;height:60%;margin:0 auto;background-color:#fff;border-radius:25px}.timer-wrapper{display:flex;justify-content:center;margin-top:20px}.footer{padding:10px;position:fixed;bottom:0;width:100%;background-color:#ffffffb3}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-summary-primary{border-color:#428bca}.panel-summary-primary .shape{border-color:transparent #2198e3 transparent transparent}.shape-text{color:#fff;font-size:12px;font-weight:700;position:relative;right:-40px;top:2px;white-space:nowrap;-ms-transform:rotate(30deg);-o-transform:rotate(360deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}.panel-summary-content{padding:0}.k-stepper .k-step-link{white-space:unset}.k-stepper .k-step-label .k-step-text{max-width:100%;flex-grow:1;white-space:unset;text-overflow:unset;overflow:inherit}.k-stepper .k-step-label{max-width:100%}.card-wrapper .k-card-footer{padding:0}.card-wrapper .k-card-footer .k-button{white-space:unset;padding:0}.card-wrapper .k-card{max-height:14rem;padding:10px;margin-right:26px}.eConfirm{padding:30px;background:#fff;box-shadow:0 1px 6px #20212447}.eConfirm .circle-wrapper{position:relative;width:100px;height:100px;margin:auto}.eConfirm .icon{position:absolute;font-size:55px;top:50px;left:51px;transform:translate(-50%,-50%)}.eConfirm .warning-icon{color:#f0d500}.eConfirm .error-icon{color:#ca0b00}.eConfirm .success-icon{color:#4bb543}.eConfirm .circle{display:block;width:100%;height:100%;border-radius:50%;padding:2.5px;background-clip:content-box}.eConfirm .success{border:5px dashed #4bb543}.eConfirm .error{border:5px dashed #ca0b00}.eConfirm .warning{border:5px dashed #f0d500}.eConfirm p{width:300px}.export-button-bottom-right{position:absolute;bottom:10px;right:10px}.export-button{position:absolute;top:10px;right:10px}.k-scheduler-toolbar .k-button{background-color:#87ceeb;border-color:#8181ff}.k-scheduler-toolbar .k-datepicker{background-color:#87ceeb;border-color:#8181ff;width:inherit}.k-scheduler-footer .k-button{background-color:#87ceeb;border-color:#8181ff}.k-scheduler-views-wrapper .k-button.k-state-selected{background-color:#8181ff;border-color:#8181ff}.powered-by{margin-top:20px;font-size:12px;color:#333;text-align:center;font-family:Roboto,sans-serif}.powered-by p{margin:0;padding:10px 0;display:inline-block}.powered-by .highlight{color:#007bff;font-weight:500;font-family:Roboto,sans-serif;padding:0 4px;text-decoration:underline}.powered-by p:before{content:"⚡";font-size:18px;margin-right:8px;vertical-align:middle;color:#007bff}.radio-button-group{display:flex;gap:20px;justify-content:flex-start;align-items:center;padding:10px 0}.custom-radio{position:relative;display:flex;align-items:center;font-family:Roboto,sans-serif;font-size:16px;color:#333;cursor:pointer;padding-left:30px}.custom-radio input[type=radio]{opacity:0;position:absolute}.custom-radio-box{width:20px;height:20px;border:2px solid #007bff;border-radius:50%;display:inline-block;margin-right:10px;transition:background-color .3s,border-color .3s;position:absolute;left:0}.custom-radio input:checked+.custom-radio-box{background-color:#007bff;border-color:#007bff}.custom-radio-box:before{content:"";position:absolute;width:12px;height:12px;background:white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.custom-radio input:checked+.custom-radio-box:before{transform:translate(-50%,-50%) scale(1)}.custom-radio:hover .custom-radio-box{border-color:#0056b3}.colorful-button-group{display:flex;gap:0;border-radius:8px;overflow:hidden;background-color:#f0f0f5;box-shadow:0 4px 12px #0000000d}.colorful-btn{flex-grow:1;background-color:#e7e9ee;border:none;padding:14px 24px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#495057;text-align:center;cursor:pointer;transition:background-color .3s,color .3s,transform .3s,box-shadow .3s}.colorful-btn:not(:last-child){border-right:1px solid #d0d0d5}.colorful-btn:hover{background-color:#d1d3da;transform:translateY(-2px);box-shadow:0 6px 14px #0000001a}.colorful-btn.active{background-color:#007bff;color:#fff;box-shadow:0 4px 12px #007bff66;transform:translateY(0)}.colorful-btn:focus{outline:none;box-shadow:0 0 0 3px #007bff4d}.colorful-btn.active:hover{background-color:#0056b3}.colorful-btn:active{transform:translateY(2px);box-shadow:0 4px 10px #00000026}.colorful-btn.active:focus{box-shadow:0 0 0 3px #007bff66}.k-filterable .k-dropdown,.k-dropdowntree{width:8em}
