
.text-block\/40 {
    color: rgba(0, 0, 0, 0.267);
}

.to-indigo-500 {
    --tw-gradient-to: #6366f1 var(--tw-gradient-to-position)
}

.w-20 {
    width: 5rem
}

.h-20 {
    height: 5rem
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-bar.small {
    height: 4px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.to-cyan-600 {
    --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
/*
.from-blue-600 {
    --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}*/
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}


.main-wrapper {
    display: flex
;
    min-height: 100vh;
}
li{list-style:none;}
@media (max-width:768px){
    .sidebar{height:auto;margin-bottom:20px;position:static;width:100%;}
    .category-nav a{padding:8px 15px;}
}
.sidebar{display:flex;flex-direction:column;height:100%;}
.sidebar-logo{border-bottom:1px solid #eee;margin-bottom:10px;padding:15px;}
.sidebar-logo a{color:#333;display:flex;flex-direction:column;text-decoration:none;}
.logo-img{align-items:center;display:flex;font-size:32px;height:40px;justify-content:center;margin-bottom:5px;width:40px;}
.logo-text{font-size:18px;font-weight:700;margin-bottom:3px;}
.logo-subtitle{color:#666;font-size:12px;}
.category-nav{background-color:#fff;border-radius:10px;padding:15px; overflow-y: auto;}
.category-nav ul{list-style:none;margin:0;padding:0;}
.category-nav li{margin-bottom:8px;}

.category-nav a{background-color:#f5f5f5;border-radius:5px;color:#333;display:block;font-size:14px;padding:10px 15px;text-decoration:none;transition:all .3s;}
.category-nav a:hover{
    transform: translateX(10px);
}
.category-nav a.active,.category-nav a:hover{
    /*background-color:#4285f4;*/
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-gradient-from-position：'';
    --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    color:#fff;

}

.sidebar-toggle span {
    background-color: #333;
    display: block;
    height: 3px;
    margin: 2px 0;
    transition: all .3s;
    width: 25px;
    border-radius: 25px;

}

.sidebar-toggle.active span:nth-child(1) {
    transform: translateY(0.4rem) rotate(45deg);
}

.sidebar-toggle.active span:nth-child(2) {
    opacity: 0;
}

.sidebar-toggle.active span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}


@media (max-width:767px){
    .sidebar{height:auto;margin-bottom:20px;position:static;}
    .sidebar{width:100%;}
}
@media (max-width:767px){
    .sidebar{height:auto;margin-bottom:20px;position:static;width:100%;}

}


.right-column {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;

}
.sidebar-logo {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 15px;
}
.left-column {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    flex-shrink: 0;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
    transition: transform .3s ease-in-out;
    width: 245px;
    z-index: 100;

}
.sidebar-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    cursor: pointer;

    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
    z-index: 101;
}
.menubtn{display: none!important;}

.md\:mobile{
    display: none;
}
.mobile-nav ul{
    display: grid;
    list-style: none;
    flex-wrap: wrap;
    background-color: #fff;
    grid-template-columns: repeat(3,1fr);
}
.mobile-nav li{
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 3rem;
}

.md\:text-4xl{font-size: 2.25rem;
    line-height: 2.5rem;}
@media (max-width: 767px) {
    .md\:text-4xl{font-size: 1.25rem;
        line-height: 2.5rem;
    }
    .md\:mobile{display: block;}
    .menubtn{display: flex!important;}
    .sidebar-toggle {
        display: flex;
        z-index: 1001;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .right-column {
        /* padding: 0 10px; */
    }

    .left-column {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        z-index: 1000;
        height: 100vh;
        overflow-y: auto;
        transition: left 0.3s ease;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }
    .left-column.active {
        right: 0;
    }
    .left-column.active {
        transform: translateX(0);
        z-index: 1000;
        margin-top: 75px;
    }

}


:root {
    --primary-color: #9333ea;
    --primary-light: #FFA057;
    --primary-dark: #E56700;
    --secondary-color: #2B3C3D;
    --secondary-light: #3A5152;
    --text-dark: #2B3C3D;
    --text-light: #5A6C6D;
    --bg-light: #F8F6F2;
    --white: #ffffff;
    --shadow: 0 5px 15px rgba(43, 60, 61, 0.1);
    --transition: all 0.3s ease;
}
input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
}

.radio-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid var(--bg-light);
    border-radius: 8px;
    background-color: var(--white);
    color: var(--text-light);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
}
l1abel::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid var(--text-light);
    border-radius: 50%;
    background-color: var(--white);
    transition: var(--transition);
}

#goto-top:hover{background-color:#3b82f6;}
#goto-top{position:fixed;bottom:5rem;right:2rem;width:4rem;height:4rem;background-color:#06b6d4;border-radius:100%;cursor:pointer;z-index:1000;}
i.icon::before{content:"";display:block;width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat;color:white;}
i.top::before{content:' ';background-image:url(/static/top.svg);background-repeat:no-repeat;background-position:50% 50%;width:2.0rem;height:2.0rem;margin:1rem auto;}
span.active{ color: #06b6d4;}
.tag span{white-space: nowrap;}
.notice-list{ margin-left: 2rem; list-style-type: decimal;}
.notice-list li{ line-height: 1.75rem;list-style:inherit;}
.jitag span{color: #f10b87;}