header{box-sizing:border-box;background-color:#0000;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;min-height:80px;padding:0 40px;display:flex}header .logo-container{cursor:pointer;align-items:center;gap:12px;display:flex}header .logo-container .logo-b{color:#000;letter-spacing:-.05em;background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:900;display:flex}header .logo-container .logo-text{flex-direction:column;display:flex}header .logo-container .logo-text .logo-main{letter-spacing:-.05em;color:#fff;font-size:18px;font-weight:900;line-height:1}header .logo-container .logo-text .logo-sub{color:#a3a3a3;font-size:12px;line-height:1.2}header .header-actions{align-items:center;gap:12px;display:flex}header .header-actions .header-title{color:#a3a3a3;letter-spacing:.05em;text-transform:uppercase;font-size:14px;font-weight:400}header .header-actions .logout-button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;height:40px;padding:0 16px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,transform .2s}header .header-actions .logout-button:hover{background:#ffffff1a;border-color:#fff3}header .header-actions .logout-button:active{transform:translateY(1px)}header .header-actions .profile-dropdown{position:relative}header .header-actions .profile-trigger{color:#d4d4d4;cursor:pointer;background:#0f0f0fcc;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s;display:inline-flex}header .header-actions .profile-trigger:hover{background:#262626e6;border-color:#fff3}header .header-actions .profile-avatar{color:#fff;background-color:#404040;border-radius:9999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;display:flex}header .header-actions .profile-avatar-img{object-fit:cover;border-radius:9999px;width:24px;height:24px}header .header-actions .profile-label{color:#e5e5e5;font-size:13px}header .header-actions .profile-caret{color:#a3a3a3;width:16px;height:16px}header .header-actions .profile-menu{opacity:0;visibility:hidden;z-index:50;background-color:#0a0a0afa;border:1px solid #262626;border-radius:12px;width:190px;margin-top:8px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;right:0;overflow:hidden;transform:translateY(-4px);box-shadow:0 20px 50px #000c}header .header-actions .profile-dropdown:hover .profile-menu{opacity:1;visibility:visible;transform:translateY(0)}header .header-actions .profile-menu-item{text-align:left;color:#d4d4d4;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 14px;font-size:13px;transition:background-color .15s,color .15s;display:block}header .header-actions .profile-menu-item:hover{color:#fff;background-color:#171717}header .header-actions .profile-menu-item-danger{color:#f97373}header .header-actions .profile-menu-item-danger:hover{color:#fecaca;background-color:#7f1d1d66}header .header-actions .profile-menu-separator{background-color:#262626;height:1px;margin:4px 0}footer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100px;padding:0 40px;display:flex}footer .footer-content{color:#525252;justify-content:space-between;width:100%;max-width:1000px;font-size:12px;display:flex}footer .footer-right{gap:20px;display:flex}footer .footer-right a{color:#525252;text-decoration:none;transition:color .2s}footer .footer-right a:hover{color:#fff}html{--themeColor:#000;--codeFontFamily:source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;color:#fff;background:linear-gradient(#0a0a0a,#171717);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-y:scroll}body{background:0 0;margin:0;padding:0}code,.codeStyle{font-family:var(--codeFontFamily)}.contentDIV{flex:1;justify-content:center;padding-top:40px;display:flex}.outerDIV{flex-direction:column;min-height:100vh;display:flex}.container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#17171780;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:1000px;margin:0 20px 40px;padding:40px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}h1,h2,h3{letter-spacing:-.05em!important;color:#fff!important;font-weight:900!important}.fui-Button{border-radius:8px!important;font-weight:600!important}.fui-Button--appearance-primary{color:#000!important;background-color:#fff!important}.fui-Input,.fui-Select,.fui-Checkbox,.fui-Switch{color:#fff!important;background-color:#ffffff08!important;border:1px solid #ffffff1a!important;border-radius:8px!important}.fui-DataGrid{background-color:#0000!important;width:100%!important}.fui-DataGridRow{border-bottom:1px solid #ffffff0d!important}.fui-DataGridRow:hover{background-color:#ffffff08!important}.fui-DataGridHeader{background-color:#0000!important}.fui-DataGridHeaderCell{background-color:#0000!important;border-bottom:1px solid #ffffff1a!important}.fui-Toolbar{background-color:#0000!important;border-bottom:1px solid #ffffff0d!important;padding-bottom:10px!important}.fui-Switch__indicator{background-color:#ffffff1a!important;border:1px solid #ffffff1a!important}.fui-Switch--checked .fui-Switch__indicator{background-color:#fff!important}.fui-Switch__indicator:after{background-color:#525252!important}.fui-Switch--checked .fui-Switch__indicator:after{background-color:#000!important}
