.naibabijicsmm-coming-soon-page {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.naibabijicsmm-coming-soon-page *,
.naibabijicsmm-coming-soon-page *::before,
.naibabijicsmm-coming-soon-page *::after {
box-sizing: inherit;
} body.naibabijicsmm-coming-soon-page {
background: #ffffff;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: #2d3748;
line-height: 1.6;
margin: 0;
padding: 20px;
font-weight: 400;
} .coming-soon-container {
max-width: 600px;
width: 100%;
background: #ffffff;
padding: 80px 60px;
text-align: center;
position: relative;
border-radius: 0;
box-shadow: none;
border: none;
} .coming-soon-logo {
margin-bottom: 40px;
}
.coming-soon-logo img {
max-width: 120px;
height: auto;
opacity: 0.8;
} .coming-soon-title {
font-size: 2.5rem;
font-weight: 300;
margin-bottom: 20px;
color: #2d3748;
line-height: 1.2;
letter-spacing: -0.02em;
} .coming-soon-content {
font-size: 1.125rem;
margin-bottom: 40px;
color: #4a5568;
line-height: 1.6;
font-weight: 400;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.coming-soon-content p {
margin-bottom: 16px;
}
.coming-soon-content p:last-child {
margin-bottom: 0;
} .password-form {
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #e2e8f0;
}
.password-form h3 {
font-size: 1.25rem;
font-weight: 500;
margin-bottom: 24px;
color: #2d3748;
letter-spacing: 0;
} .password-input-group {
display: flex;
max-width: 400px;
margin: 0 auto;
border: 2px solid #e2e8f0;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
transition: border-color 0.2s ease;
}
.password-input-group:focus-within {
border-color: #4299e1;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
} .password-input {
flex: 1;
padding: 16px 20px;
font-size: 1rem;
border: none;
outline: none;
background: transparent;
color: #2d3748;
font-family: inherit;
}
.password-input::placeholder {
color: #a0aec0;
} .password-submit {
padding: 16px 24px;
background: #4299e1;
color: #ffffff;
border: none;
cursor: pointer;
font-weight: 500;
font-size: 1rem;
transition: background-color 0.2s ease;
min-width: 100px;
}
.password-submit:hover:not(:disabled) {
background: #3182ce;
}
.password-submit:disabled {
background: #a0aec0;
cursor: not-allowed;
} .password-error {
display: none;
background: #fed7d7;
border: 1px solid #feb2b2;
color: #c53030;
padding: 12px 20px;
border-radius: 6px;
margin-top: 16px;
font-size: 0.875rem;
transition: opacity 0.3s ease;
cursor: pointer;
position: relative;
}
.password-error:hover {
background: #fecaca;
}
.password-error::after {
content: '×';
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
font-size: 1.2rem;
opacity: 0.7;
transition: opacity 0.2s ease;
}
.password-error:hover::after {
opacity: 1;
} .loading-animation {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #e2e8f0;
border-radius: 50%;
border-top-color: #4299e1;
animation: spin 1s linear infinite;
} @keyframes spin {
to { 
transform: rotate(360deg); 
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 768px) {
body.naibabijicsmm-coming-soon-page {
padding: 15px;
}
.coming-soon-container {
padding: 60px 30px;
max-width: 100%;
}
.coming-soon-title {
font-size: 2rem;
margin-bottom: 16px;
}
.coming-soon-content {
font-size: 1rem;
margin-bottom: 32px;
}
.password-input-group {
flex-direction: column;
max-width: 100%;
}
.password-input {
border-bottom: 1px solid #e2e8f0;
}
.password-submit {
border-radius: 0 0 7px 7px;
}
}
@media (max-width: 480px) {
.coming-soon-container {
padding: 40px 20px;
}
.coming-soon-title {
font-size: 1.75rem;
}
.coming-soon-content {
font-size: 0.95rem;
}
.password-form h3 {
font-size: 1.125rem;
}
} @media (prefers-color-scheme: dark) {
body.naibabijicsmm-coming-soon-page {
background: #1a202c;
color: #e2e8f0;
}
.coming-soon-container {
background: #2d3748;
}
.coming-soon-title {
color: #f7fafc;
}
.coming-soon-content {
color: #cbd5e0;
}
.password-form {
border-top-color: #4a5568;
}
.password-form h3 {
color: #f7fafc;
}
.password-input-group {
border-color: #4a5568;
background: #2d3748;
}
.password-input {
color: #f7fafc;
}
.password-input::placeholder {
color: #a0aec0;
}
} @media (prefers-contrast: high) {
.coming-soon-container {
border: 2px solid #000;
}
.password-input-group {
border-color: #000;
}
.password-submit {
background: #000;
}
} @media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
} @media print {
body.naibabijicsmm-coming-soon-page {
background: white !important;
color: black !important;
}
.coming-soon-container {
background: white !important;
color: black !important;
box-shadow: none !important;
border: 1px solid black;
}
.coming-soon-title {
color: black !important;
}
.password-form {
display: none !important;
}
}:root {
--primary-color: #4dabf7; --primary-hover-color: #339af0; --background-color: #f8f9fa; --text-color: #495057; --border-color: #e9ecef; --shadow: 0 4px 15px rgba(0, 0, 0, 0.1); --border-radius: 16px; --transition: all 0.3s ease; }
#ai-interaction-window .article-summary {
width: auto; max-width: 100%; padding: 20px;
margin-bottom: 30px;
border: 1px solid #e0e0e0; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: background-color 0.3s ease, box-shadow 0.3s ease; }
#ai-interaction-window .article-summary:hover {
background-color: #f0f0f0; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
#ai-interaction-window .article-summary h3 {
margin-top: 0;
color: #333; font-size: 1.5em;
font-weight: bold;
border-bottom: 2px solid #4CAF50; padding-bottom: 10px;
text-align: left; }
#ai-interaction-window .article-summary p {
margin: 15px 0 0;
color: #666; line-height: 1.6;
font-size: 1em;
text-align: justify;
}
#ai-interaction-window .source-link {
margin-top: 15px;
font-size: 0.9em;
color: #777;
text-align: left;
}
#ai-interaction-window .source-link a {
color: #3498db; text-decoration: none;
border-bottom: 1px dotted #3498db;
transition: border-bottom 0.3s ease, color 0.3s ease;
}
#ai-interaction-window .source-link a:hover {
border-bottom-style: solid;
color: #2196F3; } #ai-interaction-window  {
width: 320px;
height: 420px; background-color: var(--background-color);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
box-shadow: var(--shadow);
position: fixed;
bottom: 20px;
right: 20px;
z-index: 10000;
transition: var(--transition);
font-family: 'Inter', sans-serif; overflow: hidden;
} @media (max-width: 600px) {
#ai-interaction-window  {
display: none; }
#ai-minimized-icon {
display: block; }
} #ai-interaction-window .ai-header {
background-color: var(--primary-color); color: #fff;
padding: 14px 16px;
border-radius: var(--border-radius) var(--border-radius) 0 0;
cursor: move;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } #ai-interaction-window .ai-title {
margin: 0;
font-size: 16px; font-weight: 600; line-height: 1.5; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); text-align: left;
padding-left: 12px; flex: 1;
transition: color 0.3s, text-shadow 0.3s; } #ai-interaction-window .ai-header .btn-container {
display: flex;
gap: 8px; } #ai-interaction-window .ai-header .close-btn,
#ai-interaction-window .ai-header .minimize-btn {
font-size: 14px;
cursor: pointer;
width: 28px;
height: 28px;
border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); color: #fff;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
} #ai-interaction-window .ai-header .close-btn:hover,
#ai-interaction-window .ai-header .minimize-btn:hover {
background-color: rgba(255, 255, 255, 0.2); transform: scale(1.1); } #ai-interaction-window .ai-header .close-btn::after {
content: '×'; font-size: 18px;
line-height: 1;
} #ai-interaction-window .ai-header .minimize-btn::after {
content: '−'; font-size: 18px;
line-height: 1;
} #ai-interaction-window .ai-body {
padding: 16px;
height: calc(100% - 60px); overflow-y: auto;
background-color: #fff;
} #chat-container {
height: 100%;
display: flex;
flex-direction: column;
} #chat-messages {
flex: 1;
overflow-y: auto;
padding: 10px;
border-bottom: 1px solid var(--border-color);
} #ai-interaction-window .ai-message, .user-message {
padding: 12px 16px;
margin-bottom: 12px;
border-radius: 12px;
font-size: 14px;
max-width: 80%; position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#ai-interaction-window .ai-message {
background-color: #fff; border: 1px solid var(--border-color);
color: var(--text-color);
align-self: flex-start; box-shadow: var(--shadow);
border-radius: 12px 12px 12px 0;
}
#ai-interaction-window .user-message {
background-color: var(--primary-color); color: #fff;
align-self: flex-end; box-shadow: 0 4px 12px rgba(77, 171, 247, 0.2);
border-radius: 12px 12px 0 12px;
} #ai-interaction-window .user-message::after {
content: '';
position: absolute;
right: -8px;
top: 12px;
border-width: 6px 0 6px 8px;
border-color: transparent transparent transparent var(--primary-color);
}
#ai-interaction-window .ai-message::before {
content: '';
position: absolute;
left: -8px;
top: 12px;
border-width: 6px 8px 6px 0;
border-color: transparent var(--border-color) transparent transparent;
} #ai-interaction-window .ai-message:hover,
#ai-interaction-window .user-message:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
} #ai-interaction-window .timestamp {
font-size: 0.75em;
color: #666;
margin-top: 4px;
display: block;
text-align: right;
} #ai-interaction-window .input-container {
display: flex;
padding: 12px;
gap: 12px;
background-color: #fff;
border-top: 1px solid var(--border-color);
} #ai-input {
flex: 1;
padding: 12px 16px;
border: 1px solid var(--border-color);
border-radius: 12px;
font-size: 14px;
outline: none;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
background-color: #fff;
}
#ai-input:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
} #send-message {
padding: 12px 20px;
background-color: var(--primary-color);
color: #fff;
border: none;
border-radius: 12px;
cursor: pointer;
font-size: 14px;
transition: var(--transition);
display: flex;
align-items: center;
justify-content: center;
}
#send-message:hover {
background-color: var(--primary-hover-color);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(77, 171, 247, 0.2);
} #ai-interaction-window .loading-message {
font-style: italic;
color: #666;
text-align: center;
margin: 10px 0;
} #ai-minimized-icon {
position: fixed; bottom: 20px;
right: 20px;
cursor: pointer;
z-index: 10000;
transition: var(--transition);
display: none; }
#ai-minimized-icon img {
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: var(--shadow);
}