.db-page{box-sizing:border-box;min-height:100vh;padding:20px}.db-topbar{align-items:center;display:flex;justify-content:center;margin-bottom:24px;position:relative}.db-title{color:#1f2d3d;font-size:40px;margin:0}.db-username{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#31456a;font-weight:600;padding:10px 14px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.db-content{align-items:flex-start;display:flex;gap:24px}.db-sidebar{background:#eef3fb;border-radius:16px;box-shadow:inset 0 0 0 1px #d8e3f2;padding:18px;width:240px}.db-sidebar-label{color:#39598a;display:block;font-size:18px;font-weight:700;margin-bottom:12px}.db-select{background:#fff;border:1px solid #cfd9ea;border-radius:12px;color:#2d4a78;cursor:pointer;font-size:16px;outline:none;padding:12px 14px;width:100%}.db-main{background:#eef3fb;border-radius:18px;box-shadow:inset 0 0 0 1px #d8e3f2;flex:1 1;min-height:500px;overflow:hidden;padding:20px}.db-selected-table{color:#355486;font-size:20px;font-weight:700;margin-bottom:16px}.db-selected-table span{color:#4a6fb0}.db-error{border-left:5px solid #d9534f;border-radius:12px;color:#b02a37;margin-bottom:16px;padding:14px 16px}.db-error,.db-state-box{background:#fff;box-shadow:0 2px 8px #00000014}.db-state-box{border-radius:14px;color:#2f4c7d;padding:18px}.db-table-wrapper{background:#fff;border:1px solid #dde6f3;border-radius:16px;box-shadow:0 3px 10px #2a4c811f;overflow-x:auto;width:100%}.db-table{border-collapse:collapse;min-width:800px;width:100%}.db-table thead{background:#dfe9f8}.db-table th{border-bottom:1px solid #cfd9ea;color:#355486;font-size:15px;padding:14px 16px;text-align:left;white-space:nowrap}.db-table td{border-bottom:1px solid #e7edf7;color:#2f4c7d;font-size:14px;padding:14px 16px;vertical-align:top}.db-table tbody tr:hover{background:#f8fbff}.db-raw-section{margin-top:24px}.db-raw-section h2{color:#1f2d3d;margin-bottom:12px}.db-raw-data{background:#111827;border-radius:16px;color:#e5e7eb;font-size:14px;line-height:1.5;overflow:auto;padding:16px}.db-loading-page{align-items:center;background:#f3f5f9;color:#355486;display:flex;font-size:22px;justify-content:center;min-height:100vh}@media (max-width:1000px){.db-content{flex-direction:column}.db-sidebar{width:100%}.db-title{font-size:32px}.db-username{margin-left:auto;position:static;transform:none}.db-topbar{justify-content:space-between}}.db-add-form{background:#fff;border:1px solid #dde6f3;border-radius:18px;box-shadow:0 3px 10px #2a4c811f;margin:20px 0;padding:22px}.db-form-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.db-form-title{color:#355486;font-size:22px;margin:0}.db-form-subtitle{color:#6b7fa3;font-size:14px;margin:6px 0 0}.db-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.db-form-field{color:#39598a;display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:7px}.db-form-field input,.db-form-select{background:#f8fbff;border:1px solid #cfd9ea;border-radius:12px;color:#2f4c7d;font-size:15px;outline:none;padding:11px 12px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.db-form-field input:focus,.db-form-select:focus{background:#fff;border-color:#4a6fb0;box-shadow:0 0 0 4px #4a6fb026}.db-form-field input[type=checkbox]{accent-color:#4a6fb0;height:22px;width:22px}.db-form-actions{border-top:1px solid #e7edf7;display:flex;justify-content:flex-end;margin-top:20px;padding-top:18px}.db-add-button{align-items:center;background:linear-gradient(135deg,#4a6fb0,#355486);border:none;border-radius:14px;box-shadow:0 6px 14px #35548647;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;padding:12px 22px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.db-add-button-icon{font-size:18px;line-height:1}.db-add-button:hover:not(:disabled){box-shadow:0 9px 18px #35548657;transform:translateY(-1px)}.db-add-button:active:not(:disabled){transform:translateY(0)}.db-add-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.burger-wrapper{left:16px;position:fixed;top:16px;z-index:1000}.burger{align-items:center;border:none;box-shadow:0 4px 14px #0000001f;color:#1a4fd8;cursor:pointer;display:flex;font-size:28px;height:52px;justify-content:center;padding:0;-webkit-user-select:none;user-select:none;width:52px}.burger,.burger-menu{background:#fff;border-radius:12px}.burger-menu{box-shadow:0 4px 14px #00000026;margin-top:12px;max-height:calc(100vh - 100px);overflow-y:auto;padding:8px 0;width:min(280px,calc(100vw - 32px))}.menu-item{color:#1a4fd8;cursor:pointer;font-size:20px;padding:14px 20px;word-break:break-word}.menu-item:not(:last-child){border-bottom:1px solid #d6e0ff}.menu-item:hover{background-color:#f2f6ff}@media (max-width:768px){.burger-wrapper{left:12px;top:12px}.burger{border-radius:10px;font-size:26px;height:48px;width:48px}.burger-menu{max-height:calc(100vh - 90px);width:min(260px,calc(100vw - 24px))}.menu-item{font-size:18px;padding:13px 16px}}@media (max-width:480px){.burger-wrapper{left:10px;right:10px;top:10px}.burger{border-radius:10px;font-size:24px;height:44px;width:44px}.burger-menu{border-radius:10px;margin-top:10px;max-width:100%;width:calc(100vw - 20px)}.menu-item{font-size:16px;padding:12px 14px}}body{background:#f3f5f9;font-family:Arial,sans-serif;margin:0}.page{box-sizing:border-box;min-height:100vh;padding:20px}.topbar{align-items:center;display:flex;justify-content:center;margin-bottom:24px;position:relative}.title{color:#1f2d3d;font-size:40px;margin:0}.username{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#31456a;font-weight:600;padding:10px 14px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.content{align-items:flex-start;display:flex;gap:24px}.sidebar{background:#eef3fb;border-radius:16px;box-shadow:inset 0 0 0 1px #d8e3f2;padding:18px;width:220px}.sidebar-label{color:#39598a;display:block;font-size:18px;font-weight:700;margin-bottom:12px}.info-box{background:#fff;border-radius:14px;box-shadow:0 2px 8px #00000014;color:#2f4c7d;line-height:1.5;padding:18px}.developers-area{background:#eef3fb;border-radius:18px;box-shadow:inset 0 0 0 1px #d8e3f2;flex:1 1;min-height:500px;padding:20px}.developers-list{display:flex;flex-direction:column;gap:18px}.developer-card{grid-gap:16px;align-items:flex-start;background:#fff;border:1px solid #dde6f3;border-radius:16px;box-shadow:0 3px 10px #2a4c811f;display:grid;gap:16px;grid-template-columns:60px 1fr;padding:18px}.developer-number{color:#4a6fb0;font-size:24px;font-weight:700;padding-top:6px;text-align:center}.developer-main{display:flex;flex-direction:column;gap:10px}.developer-name{color:#355486;font-size:22px;font-weight:700}.developer-meta{color:#687b98;display:flex;flex-wrap:wrap;font-size:14px;gap:16px}.developer-description{color:#31456a;font-size:16px;line-height:1.6}@media (max-width:1000px){.content{flex-direction:column}.sidebar{width:100%}.developer-card{grid-template-columns:50px 1fr}}.vh-tabs{display:flex;gap:10px;margin-bottom:20px}.vh-tab{background:#fff;border:1px solid #cfd9ea;border-radius:14px;color:#39598a;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;padding:14px 18px;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.vh-tab:hover{background:#f8fbff;border-color:#4a6fb0}.vh-tab-active{border-color:#0000;box-shadow:0 6px 14px #35548647;color:#fff}.vh-tab-active,.vh-tab-active:hover{background:linear-gradient(135deg,#4a6fb0,#355486)}.vh-counter{align-self:center;background:#dfe9f8;border-radius:12px;color:#355486;padding:6px 12px}.vh-counter,.vh-view-button{font-size:14px;font-weight:700;white-space:nowrap}.vh-view-button{align-items:center;background:linear-gradient(135deg,#4a6fb0,#355486);border:none;border-radius:12px;box-shadow:0 4px 10px #35548640;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.vh-view-button:hover{box-shadow:0 7px 14px #3554864d;transform:translateY(-1px)}.vh-view-button:active{transform:translateY(0)}.vh-row-active,.vh-row-active:hover{background:#eef3fb}.vh-preview{border-top:1px solid #e7edf7;margin-top:20px;padding-top:18px}.vh-preview-header{color:#355486;font-size:18px;font-weight:700;margin-bottom:12px}.vh-preview-sub{color:#6b7fa3;font-size:14px;font-weight:600}.vh-preview-meta{color:#4a6fb0;font-size:14px;font-weight:600;margin-bottom:12px}.vh-table-picker{align-items:center;display:flex;gap:12px;margin-bottom:16px}.vh-table-picker label{color:#39598a;font-size:14px;font-weight:700}.vh-table-picker .db-select{min-width:220px;width:auto}.vh-notice{background:#fff;border-left:5px solid #4a8f5b;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#2f6b3d;margin-bottom:16px;padding:14px 16px}
/*# sourceMappingURL=main.ee94fddf.css.map*/