.readlink {
display: block; max-width: 450px;
margin: 40px auto; border-radius: 20px;
overflow: hidden;
border: 3px solid #31ff00;
background: #0a0a0a;
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
} .readlink:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px #31ff00;
border-color: #000;
} .readlink a {
display: block;
padding: 18px 25px;
text-decoration: none;
text-align: center;
color: #31ff00;
font-family: 'Inter', sans-serif;
font-weight: 600;
transition: color 0.2s ease, background 0.2s ease;
} .readlink a:hover {
background: #31ff00;
color: #000;
}
.love-test-box {
max-width: 600px;
margin: 40px auto;
padding: 30px;
background: #fff0f5;
border: 2px dashed #ff69b4;
border-radius: 20px;
box-shadow: 0 8px 20px rgba(255, 105, 180, .2);
text-align: center;
font-family: Arial, sans-serif;
}
.love-test-box h2 {
color: #e91e63;
margin-bottom: 20px;
}
.love-test-box input[type="text"] {
width: 80%;
padding: 12px;
margin-bottom: 15px;
border: 1px solid #e91e63;
border-radius: 10px;
font-size: 16px;
}
.love-test-box input[type="submit"] {
background-color: #ff1493;
color: #fff;
padding: 12px 25px;
border: none;
border-radius: 10px;
font-size: 16px;
cursor: pointer;
transition: background .3s;
}
.love-test-box input[type="submit"]:hover {
background-color: #e91e63;
}
.love-result {
margin-top: 25px;
font-size: 24px;
font-weight: 700;
color: #d81b60;
background: #ffe4ec;
padding: 20px;
border: 2px solid #ff69b4;
border-radius: 15px;
box-shadow: 0 4px 12px rgba(255, 105, 180, .3);
animation: 1.5s ease-in-out infinite alternate pulseGlow;
}
.related-posts,
.site-main .post-navigation {
margin-top: 40px;
margin-bottom: 40px;
padding: 20px;
background: #f9f9f9;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.most-container h1,
.most-visited-posts {
background-color: #fff;
text-align: center;
}
.related-posts h3 {
font-size: 22px;
margin-bottom: 15px;
color: #2c3e50;
font-weight: 700;
}
.related-posts ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.related-posts li {
margin: 10px 0;
border-radius: 4px;
transition: background .3s;
}
.related-posts li a {
display: inline-block;
}
.related-posts li a:hover {
background: #e6e6e6;
color: #005580;
}
.most-visited-posts .post-item {
display: flex;
flex-direction: column;
height: 100%;
}
.most-visited-posts .post-item p {
margin-top: auto;
}
.most-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: Inter, Arial, sans-serif;
}
.most-container h1 {
font-size: 1.8rem;
font-weight: 700;
padding: 15px;
margin: 15px 0;
color: #222;
}
.most-visited-posts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 20px;
margin-bottom: 20px;
padding: 15px;
}
.post-item {
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
transition: box-shadow .3s, transform .2s ease-in-out;
background-color: #f9f9f9;
}
.post-item:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
transform: scale(1.02);
}
.post-item h2 a {
text-decoration: none;
color: #0073aa;
font-size: 1.4rem;
transition: color .3s ease-in-out;
}
.post-item h2 a:hover {
color: #f60;
}
.entry-summary {
font-family: Inter, sans-serif;
font-weight: 600;
font-size: 1.2em;
line-height: 1.6;
color: #333;
}
.fb-like {
margin-top: 10px;
}
.tooltip {
position: relative;
display: inline-block;
cursor: pointer;
font-size: 12px;
color: #333;
background-color: #f0f0f0;
padding: 5px;
border-radius: 5px;
transition: background-color .3s;
}
.tooltip .tooltip-text {
visibility: hidden;
width: 140px;
background-color: #000;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 5px;
position: absolute;
bottom: 150%;
left: 50%;
transform: translateX(-50%);
z-index: 1;
opacity: 0;
transition: opacity .3s;
}
.tooltip .tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #000 transparent transparent;
}
.tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
.read-more-button {
background-color: #ff6600;
color: #fff;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
padding: 5px 10px;
border-radius: 8px;
border: 2px solid #1e73be;
font-size: 16px;
font-weight: 600;
width: 100%;
display: inline;
text-align: center;
text-decoration: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
transition: .3s;
}
.read-more-button:hover {
background-color: #ffa600;
color: #fff;
transform: scale(1.05);
}
@media (max-width: 600px) {
.read-more-button {
float: none;
display: block;
width: 100%;
text-align: center;
}
}
.cat-links,
.comments-link {
padding: 3px 0 10px;
margin-top: 3px;
font-size: 10px;
margin-right: 20px;
}
.cat-links a,
.comments-link a {
background-color: #f0f0f0;
padding: 5px;
border: 1px solid #1e73be;
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
text-decoration: none;
color: inherit;
transition: .3s;
}
.cat-links a:hover,
.comments-link a:hover {
border: 1.5px solid #1e73be;
background-color: #e6f7ff;
color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .25);
}
.cat-links a:visited,
.comments-link a:visited {
color: #6a5acd;
border: 2px solid #6a5acd;
}
.highlight-blue {
background-color: #cce5ff;
color: #036;
font-weight: 700;
}
@keyframes pulseGlow {
from { box-shadow: 0 0 10px rgba(255, 105, 180, .2); }
to   { box-shadow: 0 0 20px rgba(255, 105, 180, .5); }
} .taxonomy-description {
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
}
.code {
background-color: #f4f4f4;
color: #d63384;
font-family: "Courier New", monospace;
font-size: 14px;
padding: 2px 5px;
border-radius: 4px;
border: 1px solid #ddd;
white-space: nowrap;
} @media (max-width: 768px) {
.mobilehide { display: none; }
.most-visited-posts {
grid-template-columns: 1fr;
gap: 15px;
padding: 10px;
}
.most-container h1 {
font-size: 1.5rem;
padding: 12px;
margin: 10px 0;
}
.most-container { padding: 10px; }
.post-item {
padding: 12px;
border-radius: 6px;
}
.post-item h2 a { font-size: 1.3rem; }
.wp-social-sharing-buttons { flex-direction: column; gap: 15px; }
.wp-social-sharing-buttons a {
font-size: 16px;
padding: 12px 20px;
width: 100%;
}
} #masthead { margin-top: 1rem; }
.site-footer { margin-bottom: 1rem; }
.padding-bottom-0 {
margin-bottom: 1px;
margin-left: 10px;
} .main-navigation .main-nav ul ul {
border: 3px solid #1e73be;
border-radius: 10px;
padding: 5px;
}
.main-navigation .main-nav ul ul li {
border-bottom: 3px solid #1e73be;
}
.main-navigation .main-nav ul ul li:last-child {
border-bottom: none;
} .postautorcss,
time.entry-date.published,
time.entry-date.updated-date {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 5px;
background-color: #f1f1f1;
color: #333;
padding: 6px 12px;
border-radius: 6px;
border: 1px solid #1e73be;
font-size: 13px;
font-weight: 600;
box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
transition: .3s ease-in-out;
}
.postautorcss:hover,
time.entry-date.published:hover,
time.entry-date.updated-date:hover {
background-color: #ffa600;
color: #fff;
transition: background-color .3s, color .3s;
}
@media (max-width: 480px) {
time.entry-date.published,
time.entry-date.updated-date {
font-size: 12px;
padding: 4px 8px;
}
}
.viewshits { margin-top: 21px; } .generate-back-to-top,
.generate-back-to-top:visited {
bottom: 140px;
right: 140px;
border: 2px solid #1e73be;
} .sidebar .widget a,
.toc-container ul li a {
text-decoration: none;
transition: color .3s;
}
.sidebar .widget a { color: #000; font-size: 1em; }
.sidebar .widget a:hover { color: #1e73be; }
.sidebar .widget a:visited { color: #6a5acd; } .sponsors-style,
.widget-area h2,
.wp-block-search__label {
font-family: inherit !important;
font-style: normal !important;
border-bottom: 1px solid #2b7de9;
padding-bottom: .3em;
} .author-name {
font-family: 'Courier New';
font-size: 26px;
padding-left: 8px;
text-decoration: none;
}
.author-box {
text-align: center;
padding: 10px;
}
.author-box a,
.author-box p {
margin-bottom: .25em;
font-size: 14px;
color: #000;
text-decoration: none;
}
.author-box .avatar img {
border-radius: 50px;
margin-bottom: .5em;
}
.author-box .author-title {
font-weight: 700;
margin: .5em 0;
} @media (min-width: 759px) {
.secondary-navigation {
overflow: visible;
box-shadow: 2px 2px 10px #000;
border: 3px solid #1e73be;
}
}  :root {
--cc-pad-x: 1.5rem; --cc-pad-y: 1.5rem; --cc-gap:   0.75rem; --cc-nest:  0.75rem; } .cc-all-categories,
.cc-categories-wrap {
max-width: 900px;
margin: 0 auto;
padding: var(--cc-pad-y) var(--cc-pad-x);
} .cc-cat-list { list-style: none; padding-left: 0; margin: .25rem 0 0 0; }
.cc-cat-item { padding: 1rem 0 .75rem; border-bottom: 1px solid rgba(0,0,0,.06); } .cc-cat-item > .cc-cat-list {
margin-top: .5rem;
margin-left: 1rem;
border-left: 2px solid rgba(0,0,0,.05);
padding-left: var(--cc-nest); } .cc-cat-row { display: flex; align-items: baseline; gap: var(--cc-gap); } .cc-cat-name { font-weight: 600; text-decoration: none; }
.cc-cat-name:hover { text-decoration: underline; }
.cc-cat-count { font-size: .9rem; opacity: .75; }
.cc-cat-desc { font-size: .95rem; margin-top: .35rem; opacity: .9; } @media (max-width: 600px) {
:root { --cc-pad-x: 1rem; --cc-pad-y: 1rem; --cc-nest: .65rem; }
} .cc-categories-wrap {
background: #fff;
color: #111; max-width: 900px;
margin: 0 auto;
padding: 1.5rem; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.06); } .cc-cat-list { list-style: none; padding-left: 0; margin: .25rem 0 0 0; }
.cc-cat-item { padding: 1rem 0 .75rem; border-bottom: 1px solid rgba(0,0,0,.06); }
.cc-cat-item > .cc-cat-list { margin-top: .5rem; margin-left: 1rem; border-left: 2px solid rgba(0,0,0,.05); padding-left: .75rem; }
.cc-cat-row { display: flex; align-items: baseline; gap: .75rem; }
.cc-cat-name { font-weight: 600; text-decoration: none; color: inherit; }
.cc-cat-name:hover { text-decoration: underline; }
.cc-cat-count { font-size: .9rem; opacity: .75; }
.cc-cat-desc { font-size: .95rem; margin-top: .35rem; opacity: .9; }       .author-info {
font-weight: 400;
background-color: var(--global-color-8);
color: #000;
border: 2px solid #00f;
border-radius: 8px;
padding: 10px 20px;
box-shadow: 0 4px 8px rgba(0, 0, 255, .3), 0 2px 4px rgba(0, 0, 0, .5);
}
.author .page-header .avatar {
border: 2px solid #00f;
border-radius: 50px;
}
.vcard { text-shadow: #000 1px 2px 1px; } .gb-grid-column.gb-grid-column-0d0f1df8 li,
.partners li,
.wp-block-archives-list.wp-block-archives li {
background: #f0f0f0;
padding: 5px;
margin: 3px;
border-radius: 5px;
border: 1px solid #1e73be;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.reading-time {
text-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
color: #1e73be;
} .wp-code-block-container {
background: #2d2d2d;
border-radius: 8px;
margin: 1rem 0;
padding: 1rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
.wp-copy-btn,
.wp-copy-success {
padding: .5rem 1rem;
border-radius: 4px;
}
.wp-code-block {
color: #f8f8f2;
font-family: 'Courier New', monospace;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
}
.wp-copy-btn {
background: #6a11cb;
color: #fff;
font-size: .875rem;
transition: background .3s, transform .3s;
}
.wp-copy-btn:hover {
background: #2575fc;
transform: scale(1.05);
}
.wp-copy-success {
background: #28a745;
color: #fff;
opacity: 0;
transition: opacity .3s;
}
.wp-copy-success.show { opacity: 1; } @media (min-width: 769px) {
.inside-right-sidebar {
position: sticky;
top: 20px;
}
} .button {
display: inline-block;
margin: 20px 0;
padding: 10px 20px;
font-size: 16px;
background-color: #0073aa;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background-color .3s;
}
.button:hover { background-color: #005177; } .wpluip-like-button,
.wpluip-unlike-button {
margin-top: 15px;
max-width: 150px;
background-color: #eee;
border: 1px solid #888;
color: #333;
display: inline-block;
text-align: center;
text-decoration: none;
border-radius: 5px;
font-size: .8rem;
padding: 5px;
width: 100%;
min-height: 30px;
transition: background-color .3s, color .3s;
}
.wpluip-like-button a,
.wpluip-unlike-button a {
margin-top: 4px;
display: inline-block;
text-decoration: none;
color: #333;
}
.wpluip-like-button:hover,
.wpluip-unlike-button:hover {
background-color: #888;
color: #fff;
}
.wpluip-like-button:active,
.wpluip-unlike-button:active {
background-color: #333;
color: #fff;
}
.wpluip-vote-container button svg {
margin-right: .2em;
vertical-align: middle;
height: 1.3em;
width: auto;
}
.wpluip-vote-container button span { vertical-align: middle; } .toc-container {
background: #f9f9f9;
border: 1px solid #ddd;
padding: 16px;
margin-bottom: 24px;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.toc-container h2 {
font-size: 1.2rem;
margin-bottom: 12px;
color: #333;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 6px;
}
.toc-container ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.toc-container ul li { margin: 8px 0; }
.toc-container ul li a { color: #0073aa; }
.toc-container ul li a:hover { color: #005177; text-decoration: underline; }
.toc-container ul ul {
margin-left: 16px;
border-left: 2px solid #ddd;
padding-left: 12px;
} .consumer-box {
width: 50%;
background-color: #eef6fb;
color: #1a3c5d;
padding: 20px;
font-size: 1.4em;
font-weight: 600;
text-align: center;
border: 1px solid #c6e2f5;
border-radius: 20px;
box-sizing: border-box;
}
.consumer-box:hover {
border-left-color: #32cd32;
background: #e6ffe6;
color: #004d00;
} .animated-gradient-text {
font-size: 1.5rem;
font-weight: 700;
background: linear-gradient(270deg, #f0c, #33f, #0fc, #f0c);
background-size: 800% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: 8s linear infinite gradientLoop;
}
@keyframes gradientLoop {
0%   { background-position: 0 50%; }
100% { background-position: 100% 50%; }
} .milliclocktime {
font-size: 40px;
font-weight: 700;
color: #fff;
background: #0e8dbc;
text-shadow:
0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1),
0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
} .main-navigation .menu-item a[href*="wa.me"] {
align-items: center;
background-color: #25d366;
color: #fff !important;
border-radius: 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
transition: background-color .3s;
margin-top: 5px;
margin-bottom: 5px;
}
.main-navigation .menu-item a[href*="wa.me"]:hover {
background-color: #1ebe5d;
} @keyframes fadeInOut {
0%, 100% { opacity: 0; }
50%      { opacity: 1; }
}
.fade-loop { animation: 2s ease-in-out infinite fadeInOut; }
.blink {
animation: blink-animation 2s ease-in-out infinite;
-webkit-animation: blink-animation 2s ease-in-out infinite;
}
@keyframes blink-animation {
0%   { opacity: .2; }
50%  { opacity: 1; }
100% { opacity: .2; }
}
@-webkit-keyframes blink-animation {
0%   { opacity: .2; }
50%  { opacity: 1; }
100% { opacity: .2; }
} .countdown-title {
font-size: 1.8rem;
font-weight: 600;
color: #333;
margin-bottom: 20px;
}
.countdown-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 15px;
}
.time-block {
flex: 1 1 100px;
background: #fff;
border-radius: 10px;
padding: 15px 10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}
.time-number {
font-size: 2.5rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 5px;
}
.time-label {
font-size: 1rem;
color: #666;
}
.countdown-complete {
font-size: 1.5rem;
color: #e74c3c;
font-weight: 700;
} @keyframes bouncewidget {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(-5px); }
}
@keyframes circularBounce {
0%, 100% { transform: translateX(0) translateY(0); }
25%      { transform: translateX(-10px) translateY(-10px); }
50%      { transform: translateX(-15px) translateY(0); }
75%      { transform: translateX(-10px) translateY(10px); }
}
.bouncewidget:hover {
animation-name: bouncewidget, circularBounce;
animation-duration: .3s, .3s;
animation-timing-function: ease-in-out, ease-in-out;
animation-iteration-count: 1.5, 1.5;
}
.widget-area .widget:hover {
animation: .3s ease-in-out 1.5 bouncewidget;
} .circular-progress-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 300px;
}
.progress-title {
font-size: 28px;
font-weight: 700;
color: #333;
margin-bottom: 20px;
}
.circular-progress {
width: 180px;
height: 180px;
border-radius: 50%;
background: conic-gradient(#1e73be 0deg, #1e73be 0deg);
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.circular-progress::before {
content: "";
position: absolute;
width: 140px;
height: 140px;
background-color: #fff;
border-radius: 50%;
}
.progress-value {
position: absolute;
font-size: 24px;
font-weight: 700;
color: #1e73be;
}