body {
    font-family: Arial, sans-serif;
}

.sidebar-link,
.sidebar-sublink {
    display: block;
    text-decoration: none;
    color: #cbd5e1;
    border-radius: 12px;
    margin-bottom: 6px;
    transition: 0.2s ease;
}

.sidebar-link {
    padding: 12px 14px;
    font-weight: 500;
}

.sidebar-sublink {
    padding: 10px 14px 10px 34px;
    font-size: 14px;
}

.sidebar-link:hover,
.sidebar-sublink:hover,
.sidebar-link.active,
.sidebar-sublink.active {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.card-box {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.section-title {
    position: relative;
    padding: 16px 20px;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 120px;
    height: 3px;
    background: #0d6efd;
}

.tab-btn {
    border-radius: 12px;
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
}

.tab-btn.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.input-base {
    border-radius: 12px;
}

.min-width-0 {
    min-width: 0;
}
.card-box{
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.section-title{
    position: relative;
    padding: 16px 20px;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.section-title::after{
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 120px;
    height: 3px;
    background: #0d6efd;
}

.input-base{
    border-radius: 12px;
    min-height: 44px;
}

.tab-btn{
    border-radius: 12px;
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
}

.tab-btn.active{
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.sticky-bottom-actions{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 4px;
    z-index: 5;
}
.card-box{
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.section-title{
    position: relative;
    padding: 16px 20px;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.section-title::after{
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 120px;
    height: 3px;
    background: #0d6efd;
}

.input-base{
    border-radius: 12px;
    min-height: 44px;
}

.tab-btn{
    border-radius: 12px;
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
}

.tab-btn.active{
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.sticky-bottom-actions{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 4px;
    z-index: 5;
}