* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #070d14;
    color: #e9f1f8;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.owc-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 280px;
    overflow-y: auto;
    background: #09121d;
    padding: 22px 18px;
    border-right: 1px solid #20364d;
}

.owc-brand,
.owc-login-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.owc-brand span,
.owc-login-brand strong,
.owc-wordmark {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
}

.owc-sidebar-user {
    margin-bottom: 24px;
    padding: 14px;
    border: 1px solid #2b4864;
    border-radius: 8px;
    background: #0d1c2b;
}

.owc-sidebar-user strong {
    display: block;
    margin-bottom: 8px;
}

.owc-sidebar-user a {
    color: #7fd4ff;
    font-weight: 800;
}

.owc-nav-group p {
    margin: 0 0 8px;
    color: #84a3bd;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.owc-nav-group a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 6px;
}

.owc-nav-group a span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #132b42;
    color: #7fd4ff;
    font-size: 11px;
    font-weight: 800;
}

.owc-nav-group a.active,
.owc-nav-group a:hover {
    background: #123957;
    box-shadow: inset 3px 0 0 #36a8ff;
}

.owc-nav-group a.sub-link {
    min-height: 32px;
    margin: -4px 0 8px 16px;
    color: #9bb7cc;
    font-size: 13px;
}

.owc-nav-group a.sub-link span {
    width: 24px;
    height: 24px;
    font-size: 10px;
}

.owc-main {
    margin-left: 280px;
    padding: 28px;
}

.owc-topbar {
    margin-bottom: 24px;
}

.owc-topbar-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.owc-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #58c3ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.owc-topbar h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
}

.owc-topbar p {
    max-width: 760px;
    margin: 10px 0 0;
    color: #a8bbca;
    font-size: 16px;
}

.owc-panel,
.owc-login-panel {
    border: 1px solid #203c56;
    border-radius: 8px;
    background: #0d1f31;
}

.owc-panel {
    overflow: hidden;
    margin-bottom: 18px;
}

.owc-panel-head {
    padding: 16px 18px;
    border-bottom: 1px solid #1c3852;
}

.owc-panel-head h2 {
    margin: 0;
    font-size: 18px;
}

.owc-empty {
    padding: 18px;
    color: #a8bbca;
}

.owc-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.owc-group-card {
    min-height: 150px;
    padding: 18px;
    border: 1px solid #203c56;
    border-radius: 8px;
    background: #0d1f31;
    transition: border-color .15s ease, background .15s ease;
}

.owc-group-card:hover {
    border-color: #36a8ff;
    background: #10283e;
}

.owc-group-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #123957;
    color: #7fd4ff;
    font-weight: 800;
}

.owc-group-card strong,
.owc-group-card small {
    display: block;
}

.owc-group-card strong {
    font-size: 22px;
}

.owc-group-card small {
    margin-top: 8px;
    color: #a8bbca;
}

.owc-secondary-button {
    display: inline-grid;
    min-height: 40px;
    padding: 0 14px;
    place-items: center;
    border: 1px solid #2f5878;
    border-radius: 6px;
    color: #bfe5ff;
    font-weight: 800;
}

.owc-secondary-button:hover {
    background: #123957;
}

.owc-success {
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #246b50;
    border-radius: 8px;
    background: #123126;
    color: #bff6dc;
}

.owc-notes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.owc-note-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.owc-note-filters a {
    display: inline-grid;
    min-height: 30px;
    padding: 0 10px;
    place-items: center;
    border: 1px solid #2b4864;
    border-radius: 6px;
    color: #bfe5ff;
    font-size: 13px;
    font-weight: 800;
}

.owc-note-filters a.active,
.owc-note-filters a:hover {
    border-color: #36a8ff;
    background: #123957;
    color: #ffffff;
}

.owc-note-composer form {
    padding: 18px;
}

.owc-note-composer textarea {
    display: block;
    width: 100%;
    min-height: 130px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #2b4864;
    border-radius: 8px;
    outline: none;
    resize: vertical;
    background: #081623;
    color: #e9f1f8;
    font: inherit;
}

.owc-note-composer textarea:focus {
    border-color: #36a8ff;
    box-shadow: 0 0 0 2px rgba(54, 168, 255, .15);
}

.owc-note-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.owc-note-type {
    display: grid;
    min-height: 88px;
    place-items: center;
    gap: 8px;
    border: 1px solid #2b4864;
    border-radius: 8px;
    background: #0a1826;
    color: #e9f1f8;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.owc-note-type:hover {
    border-color: #36a8ff;
}

.owc-note-type.positive:hover {
    border-color: #29c174;
}

.owc-note-type.negative:hover {
    border-color: #ef5261;
}

.owc-real-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
}

.owc-real-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.owc-real-icon.positive {
    background: rgba(41, 193, 116, .16);
    color: #29c174;
}

.owc-real-icon.negative {
    background: rgba(239, 82, 97, .16);
    color: #ef5261;
}

.owc-css-icon {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
}

.owc-css-icon.notepad {
    border: 2px solid #7fd4ff;
    border-radius: 5px;
}

.owc-css-icon.notepad::before,
.owc-css-icon.notepad::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #7fd4ff;
}

.owc-css-icon.notepad::before {
    top: 8px;
}

.owc-css-icon.notepad::after {
    top: 15px;
}

.owc-notes-list {
    display: grid;
}

.owc-notes-list.page-list {
    max-height: none;
    overflow: visible;
}

.owc-note {
    padding: 16px 18px;
    border-bottom: 1px solid #1c3852;
}

.owc-note:last-child {
    border-bottom: 0;
}

.owc-note > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.owc-note strong {
    font-size: 15px;
}

.owc-note span {
    color: #8faec5;
    font-size: 13px;
}

.owc-note p {
    margin: 0;
    color: #dceaf4;
    line-height: 1.45;
}

.owc-note small {
    display: block;
    color: #8faec5;
    font-size: 12px;
}

.owc-note-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.owc-note-footer form {
    margin: 0;
}

.owc-danger-button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #7f2f39;
    border-radius: 6px;
    background: #32151d;
    color: #ffd7dc;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}

.owc-danger-button:hover {
    border-color: #ef5261;
    background: #4a1b25;
    color: #ffffff;
}

.owc-note.positive {
    box-shadow: inset 4px 0 0 #29c174;
}

.owc-note.general {
    box-shadow: inset 4px 0 0 #36a8ff;
}

.owc-note.negative {
    box-shadow: inset 4px 0 0 #ef5261;
}

.owc-roadmap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.owc-roadmap article {
    padding: 18px;
    border: 1px solid #203c56;
    border-radius: 8px;
    background: #0d1f31;
}

.owc-roadmap h2 {
    margin: 0 0 8px;
    font-size: 18px;
}

.owc-roadmap p {
    margin: 0;
    color: #a8bbca;
}

.owc-login-page {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 24px;
}

.owc-login-shell {
    width: min(460px, 100%);
}

.owc-login-panel {
    padding: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.owc-login-copy span {
    color: #58c3ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.owc-login-copy h1 {
    margin: 8px 0;
    font-size: 36px;
}

.owc-login-copy p {
    margin: 0 0 20px;
    color: #a8bbca;
}

.owc-alert {
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #7f2f39;
    border-radius: 8px;
    background: #32151d;
    color: #ffd7dc;
}

.owc-discord-button {
    display: inline-grid;
    width: 100%;
    min-height: 46px;
    place-items: center;
    border-radius: 6px;
    background: #5865f2;
    color: #ffffff;
    font-weight: 800;
}

.owc-discord-button.disabled {
    cursor: not-allowed;
    opacity: .55;
}

@media (max-width: 980px) {
    .owc-sidebar {
        position: static;
        width: auto;
    }

    .owc-main {
        margin-left: 0;
        padding: 18px;
    }

    .owc-group-grid,
    .owc-note-type-grid,
    .owc-roadmap {
        grid-template-columns: 1fr;
    }

    .owc-topbar-row,
    .owc-note > div,
    .owc-note-footer,
    .owc-notes-head {
        display: block;
    }

    .owc-note-filters {
        margin-top: 12px;
    }
}
