/* Original Theme Styles */
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #f4f6f8; color: #333; margin: 0; font-size: 16px; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1140px; margin: 0 auto; padding: 0 20px; } a { color: #007bff; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3 { font-weight: 700; color: #1d2d35; } h2 { font-size: 2.5rem; text-align: center; margin-bottom: 40px; } section { padding: 0; } .site-header { background-color: #2d343a; padding: 15px 0; border-bottom: 1px solid #444; } .site-header .container { display: flex; justify-content: space-between; align-items: center; } .site-title a { color: #fff; font-family: 'Poppins', sans-serif; font-size: 1.9rem; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 10px; text-shadow: 0 1px 3px rgba(0,0,0,0.3); } .site-title a i { color: #27c993; text-shadow: 0 1px 3px rgba(40, 200, 150, 0.5); } .site-title a:hover { color: #eee; } .main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 25px; } .main-navigation a { color: #fff; text-decoration: none; font-weight: 600; } .main-navigation a:hover { color: #ffc107; } .email-generator-section { background-color: #2d343a; color: #fff; padding: 50px 0; text-align: center; } .email-generator-box { border: 2px dashed #5a6268; border-radius: 15px; padding: 30px; max-width: 600px; margin: 0 auto 30px; } .email-generator-box h2 { color: #fff; font-size: 1.2rem; margin-bottom: 20px; font-family: 'Courier New', Courier, monospace; text-transform: uppercase; letter-spacing: 1px; } .email-display-container { display: flex; align-items: center; background-color: #454c52; border-radius: 30px; padding: 5px 10px 5px 25px; max-width: 450px; margin: 0 auto 20px; } #temp-email-address { flex-grow: 1; text-align: left; font-size: 1.3rem; font-weight: bold; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #temp-email-address.loading-text { animation: pulse 1.5s infinite ease-in-out; } @keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } } .email-display-actions { display: flex; gap: 5px; } .email-display-actions button { background-color: #5a6268; border: none; color: #fff; font-size: 1.2rem; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.2s; } .email-display-actions button:hover { background-color: #6c757d; } .email-display-actions .copy-button-special { background-color: #27c993; } .email-display-actions .copy-button-special:hover { background-color: #22a87d; } .email-generator-box .email-description { max-width: 500px; margin: 0 auto; color: #adb5bd; font-size: 0.9rem; } .email-main-actions { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .email-main-actions .action-button { background-color: #fff; color: #2d343a; border: none; border-radius: 25px; padding: 12px 25px; font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background-color 0.3s ease, color 0.3s ease; } .email-main-actions .action-button:hover { background-color: #ffc107; color: #2d343a; } .front-page-boxed-layout { padding: 0px 0px; display: flex; flex-direction: column; gap: 20px; } .boxed-section { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); padding: 40px; max-width: 1100px; margin: 0 auto; width: 100%; box-sizing: border-box; } .inbox-container { background-color: #fff; border-radius: 8px; border: 1px solid #e9ecef; overflow: hidden; min-height: 250px; } .inbox-header { background-color: #2d343a; color: #fff; padding: 15px 25px; display: flex; justify-content: space-between; font-weight: bold; align-items: center; } .inbox-header .sender { width: 25%; text-align: left; } .inbox-header .subject { width: 50%; text-align: center; } .inbox-header .view { width: 25%; text-align: right; } .inbox-list { list-style: none; margin: 0; padding: 0; } .inbox-item .subject { text-align: center; } .inbox-empty { text-align: center; padding: 60px 20px; color: #888; } .inbox-empty p { font-size: 1.2rem; font-weight: 600; margin-bottom: 5px; } .inbox-empty span { font-size: 1rem; color: #aaa; } .inbox-empty-icon { width: 80px; height: 80px; margin: 0 auto 20px; display: block; color: #d0d0d0; position: relative; } .inbox-empty-icon svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .inbox-empty-icon .rotating-arrows { display: none; } .is-loading .inbox-empty-icon .rotating-arrows { display: block; animation: spin 1.5s linear infinite; } .is-loading .inbox-empty-icon .static-envelope { display: none; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .content-container { display: flex; gap: 30px; padding: 40px 20px; max-width: 1140px; margin: 0 auto; align-items: flex-start; } .main-content-area { flex: 3; min-width: 0; } .sidebar { flex: 1; background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); } .sidebar .widget { margin-bottom: 30px; } .sidebar .widget:last-child { margin-bottom: 0; } .sidebar .widget-title { font-size: 1.4rem; margin-top: 0; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #eee; } .sidebar .widget ul { list-style: none; padding: 0; margin: 0; } .sidebar .widget ul li { padding: 5px 0; border-bottom: 1px solid #f0f0f0; } .sidebar .widget ul li:last-child { border-bottom: none; } .main-content-area .archive-post, .main-content-area .type-post, .main-content-area .type-page { background-color: #fff; padding: 30px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); } .single .entry-title { font-size: 30px; text-align: center; margin-bottom: 30px; } .archive-post .entry-header { text-align: center; margin-bottom: 20px; } .archive-post .entry-title { font-size: 1.25rem; } .archive-post .post-body { display: flex; gap: 30px; align-items: center; } .archive-post .post-body.post-even { flex-direction: row-reverse; } .archive-post .entry-summary { flex: 1; } .archive-post .archive-post-thumbnail { flex-basis: 300px; flex-shrink: 0; } .archive-post .archive-post-thumbnail img { width: 100%; height: auto; border-radius: 8px; display: block; } .entry-content img, .entry-content figure { max-width: 100%; height: auto; border-radius: 8px; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .article-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 30px; } .article-list-item { display: flex; align-items: center; gap: 20px; background-color: #fff; padding: 15px; border-radius: 8px; border: 1px solid #e9ecef; transition: box-shadow 0.3s ease; } .article-list-item:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .article-thumbnail a { display: block; } .article-thumbnail img { width: 100px; height: 100px; object-fit: cover; border-radius: 5px; } .article-content h3 { margin: 0 0 10px 0; font-size: 1.1rem; } .article-content h3 a { color: #1d2d35; text-decoration: none; } .article-content h3 a:hover { color: #007bff; } .article-content p { margin: 0; font-size: 0.9rem; color: #6c757d; } .info-text-section { text-align: center; } .info-text-section h2 { font-size: 1.8rem; } .info-text-section p { max-width: 800px; margin-left: auto; margin-right: auto; color: #6c757d; } .navigation.pagination { margin-top: 40px; } .nav-links { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; } .page-numbers { display: block; padding: 10px 15px; background-color: #fff; border: 1px solid #ddd; border-radius: 5px; text-decoration: none; color: #333; transition: background-color 0.2s, color 0.2s; } .page-numbers.current, .page-numbers:hover { background-color: #2d343a; color: #fff; border-color: #2d343a; } .post-navigation { margin: 40px 0 20px; } .post-navigation .nav-links { display: flex; justify-content: space-between; gap: 20px; } .post-navigation .nav-previous a, .post-navigation .nav-next a { display: block; padding: 15px 20px; border: 1px solid #e9ecef; border-radius: 8px; text-decoration: none; transition: background-color 0.3s ease; background-color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.05); flex: 1; } .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover { background-color: #f6f7f9; } .post-navigation .nav-subtitle { display: block; font-size: 0.9em; color: #888; margin-bottom: 5px; } .post-navigation .nav-title { color: #1d2d35; font-weight: bold; } .post-navigation .nav-previous { text-align: left; } .post-navigation .nav-next { text-align: right; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; z-index: 1000; } .modal-content { background-color: #fff; padding: 30px; border-radius: 8px; text-align: center; position: relative; box-shadow: 0 5px 25px rgba(0,0,0,0.2); } .close-modal-button { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 2rem; cursor: pointer; color: #888; line-height: 1; } #qrcode { margin-top: 20px; } #qrcode img { margin: 0 auto; display: block; } .site-footer { background-color: #2d343a; color: #adb5bd; padding: 50px 0 50px; font-size: 0.9rem; } .footer-top { margin-bottom: 30px; } .footer-top .footer-menu-list { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px 30px; } .footer-top .footer-menu-list a { color: #fff; text-decoration: none; font-weight: 600; } .footer-top .footer-menu-list a:hover { color: #ffc107; } .footer-bottom { border-top: 1px solid #444; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 20px; } .footer-bottom-left, .footer-bottom-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; } .footer-links-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .footer-links-list .menu-item a { display: flex; align-items: center; justify-content: center; color: #adb5bd; text-decoration: none; transition: color 0.3s ease; } .footer-links-list .menu-item a:hover { color: #ffc107; } .footer-links-list .menu-item-type-custom a { background-color: #454c52; border-radius: 8px; min-width: 50px; height: 50px; padding: 0 15px; color: #fff; font-size: 1.5rem; transition: background-color 0.3s ease; } .footer-links-list .menu-item-type-custom a:hover { background-color: #ffc107; color: #2d343a; } .language-switcher { position: relative; display: inline-block; } .language-switcher-button { background: #454c52; border: 1px solid #5a6268; color: #fff; padding: 8px 15px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; height: 50px; } .language-switcher-button img { width: 20px; } .language-switcher-button i { transition: transform 0.3s ease; } .language-switcher.active .language-switcher-button i { transform: rotate(180deg); } .language-switcher-dropdown { display: none; position: absolute; bottom: 100%; right: 0; background-color: #454c52; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; margin-bottom: 5px; border-radius: 8px; max-height: 250px; overflow-y: auto; } .language-switcher-dropdown a { color: #fff; padding: 12px 16px; text-decoration: none; display: flex; align-items: center; gap: 10px; } .language-switcher-dropdown a img { width: 20px; } .language-switcher-dropdown a:hover { background-color: #5a6268 } .language-switcher.active .language-switcher-dropdown { display: block; } .site-info { text-align: center; border-top: 1px solid #444; padding-top: 20px; margin-top: 30px; } .background-ad { position: fixed; top: 100px; width: 160px; height: 600px; z-index: -1; } .background-ad.left { left: calc((100% - 1140px) / 2 - 160px - 20px); } .background-ad.right { right: calc((100% - 1140px) / 2 - 160px - 20px); } @media (max-width: 1540px) { .background-ad { display: none; } } @media (max-width: 992px) { .article-list { grid-template-columns: 1fr; } } @media (max-width: 768px) { h2 { font-size: 2rem; } .site-header .container { flex-direction: column; gap: 15px; } .main-navigation ul { flex-wrap: wrap; justify-content: center; } .container { padding-left: 15px; padding-right: 15px; } .content-container { padding-left: 15px; padding-right: 15px; width: 100%; box-sizing: border-box; } .front-page-boxed-layout { padding-left: 0; padding-right: 0; } .boxed-section { margin-left: 15px; margin-right: 15px; padding: 25px; width: calc(100% - 30px); max-width: 100%; } .email-display-container { flex-direction: column; gap: 15px; padding: 20px; border-radius: 20px; } #temp-email-address { font-size: 1.1rem; text-align: center; } .email-main-actions { gap: 10px; } .email-main-actions .action-button { width: 100%; justify-content: center; } .footer-bottom { flex-direction: column; gap: 30px; } .content-container { flex-direction: column; } .archive-post .post-body, .archive-post .post-body.post-even { flex-direction: column; } .article-list { grid-template-columns: 1fr; } .article-content p { display: none; } .article-list-item { justify-content: space-between; } .article-thumbnail { order: 2; } .article-content { order: 1; } }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.skip-link:focus { background-color: #fff; color: #333; display: block; left: 50%; padding: 15px 23px 14px; position: absolute; transform: translateX(-50%); z-index: 100000; }
#back-to-top { position: fixed; bottom: 20px; right: 20px; background: #2d343a; color: #fff; border: none; border-radius: 5px; padding: 10px 15px; cursor: pointer; z-index: 1000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
#back-to-top.show { opacity: 1; visibility: visible; }
.site-branding .custom-logo-link { display: flex; align-items: center; justify-content: center; }
.site-branding .custom-logo { object-fit: contain; }

/* --- Final Inbox Styles --- */
.inbox-item { display: flex; align-items: center; padding: 15px 25px; border-bottom: 1px solid #e9ecef; transition: background-color 0.2s ease-in-out; }
.inbox-item:last-child { border-bottom: none; }
.inbox-item:hover { background-color: #f8f9fa; }
.inbox-item > .sender { width: 25%; padding-right: 15px; font-weight: 600; color: #333; }
.inbox-item > .subject { width: 50%; padding-right: 15px; text-align: center; color: #555; }
.inbox-item > .view { width: 25%; text-align: right; }
.inbox-item p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.view-email-button { background-color: #27c993; color: #fff; border: none; padding: 10px 20px; border-radius: 25px; cursor: pointer; font-size: 0.9rem; font-weight: 700; transition: background-color 0.2s; white-space: nowrap; }
.view-email-button:hover { background-color: #22a87d; }
.email-view-header { display: flex; justify-content: space-between; align-items: center; background-color: #1A1D21; padding: 10px 20px; color: #fff; }
.email-view-actions { display: flex; align-items: center; gap: 15px; }
#back-to-list-button, #delete-email-button { background: none; border: none; color: #fff; font-size: 0.9rem; font-weight: 600; cursor: pointer; opacity: 0.8; transition: opacity 0.2s; padding: 5px; }
#back-to-list-button:hover, #delete-email-button:hover { opacity: 1; }
#back-to-list-button i { margin-right: 8px; }
.email-view-body { padding: 25px; border: 1px solid #e9ecef; border-top: none; background-color: #fff; }
.email-view-meta { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px; }
.email-view-meta h2 { font-size: 1.5rem; margin: 0 0 15px 0; color: #1d2d35; text-align: left; }
.email-view-meta .meta-info { display: flex; justify-content: space-between; color: #666; font-size: 0.9rem; }
.email-view-content { line-height: 1.7; word-wrap: break-word; }
.email-view-content * { max-width: 100%; }