/* Temporary CSS Update in 2025-09-02 15:47:59 */
a,
.list .hot,
.comment-to,
.blogname .ca-icon,
.trends .state-count,
.master-info-small .nickname,
.gotop,
.share,
#share a:hover,
.content h2:before,
.ajax-edit .edit-cue a,
.comment-examine .open-link,
.player .list .playing,
.lyric-text .geci_attention,
.player .list li:hover,
.player .control .item:hover,
.archives .list li a:hover,
.list .title a:hover,
#overlay .full-link:hover {
	color: #e689ed;
}

.nav-menu a:hover,
.main-menu .current-menu-item a {
	border-color: #e689ed;
	color: #e689ed;
}

#button, 
.button a {
	background: linear-gradient(left , rgba(177,157,234,0.99),rgba(234,157,210,0.99) 100%);
	background: -o-linear-gradient(left , rgba(177,157,234,0.99),rgba(234,157,210,0.99) 100%);
	background: -ms-linear-gradient(left , rgba(177,157,234,0.99),rgba(234,157,210,0.99) 100%);
	background: -moz-linear-gradient(left , rgba(177,157,234,0.99),rgba(234,157,210,0.99) 100%);
	background: -webkit-linear-gradient(left , rgba(177,157,234,0.99),rgba(234,157,210,0.99) 100%);
}

.checkbox-radio:checked + .radioinput:after {
	background-color: #e689ed;
}

.comment-reply,
.children .comment-body:before,
.loader .circle:after,
#nprogress .bar {
	background: #e689ed;
}

.tips-temp:before {
	border-bottom-color: #e689ed;
}
.tips-temp:after {
	background: #e689ed;
}

#nprogress .peg {
	box-shadow-color: 0 0 10px #e689ed, 0 0 5px #e689ed;
}

#nprogress .spinner-icon {
	border-top-color: #e689ed;
	border-left-color: #e689ed;
}

#notification .title {
	border-color: #e689ed;
}

.links-bar .item a:hover {
	background: #e689ed;
	color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #e689ed;
}

body {
	font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
	background: #f9f7ff;
}

.banner,#bgvideo {
	height: 500px;
}

.sns-avatar.max {
	border-radius:12px
}

.avatar-200 {
	border-radius:8px
}
.avatar-36,
.avatar-42,
.avatar-75 {
	border-radius:4px
}

.avatar-24 {
	border-radius:3px
}

.content .tags a {
	border-radius:2px
}

#button,
#commentform input,
#commentform textarea,
.button a,
.hot-comment .image img,
.links-bar .item a,
.list .topic-thumb {
	border-radius:3px
}

/* SearchBtn 3 */
.wp-block-search {
    margin: 20px 0;
    max-width: 500px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background: white;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.wp-block-search__inside-wrapper:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.wp-block-search__inside-wrapper:focus-within {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(137, 140, 123, 0.3);
}

.wp-block-search__input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    outline: none;
    font-family: inherit;
    transition: all 0.3s ease;
}

.wp-block-search__input::placeholder {
    color: #6c757d;
    font-style: italic;
}

.wp-block-search__input:focus {
    color: #000;
}

.wp-block-search__button {
    padding: 16px 24px;
    border: none;
    background: linear-gradient(135deg, rgba(177,157,234,0.99) 0%, rgba(234,157,210,0.99) 100%);
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 80px;
    text-transform: none;
    border-radius: 0 8px 8px 0;
}

.wp-block-search__button:hover {
    background: linear-gradient(135deg, rgba(159.3, 141.3, 210.6, 0.99) 0%, rgba(210.6, 141.3, 189, 0.99) 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.wp-block-search__button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wp-block-search__button::before {
    content: '🔍';
    margin-right: 6px;
    font-size: 12px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .wp-block-search {
        max-width: 100%;
    }
    
    .wp-block-search__inside-wrapper {
        border-radius: 8px;
    }
    
    .wp-block-search__input {
        padding: 12px 16px;
        font-size: 16px;
    }
    
    .wp-block-search__button {
        padding: 12px 18px;
        min-width: 70px;
        font-size: 13px;
        border-radius: 0 8px 8px 0;
    }
}
