.hts-chat-container {
display: flex;
flex-direction: column;
height: 600px;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
background: #fff;
}
.hts-chat-header {
display: flex;
align-items: center;
padding: 12px 16px;
background: #f5f7fa;
border-bottom: 1px solid #e0e0e0;
}
.hts-ai-avatar {
width: 32px;
height: 32px;
background: #4f46e5;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin-right: 10px;
}
.hts-pro-badge {
background: #10b981;
color: white;
padding: 3px 8px;
border-radius: 12px;
font-size: 12px;
font-weight: 600;
}
.hts-usage-counter {
margin-left: auto;
font-size: 14px;
color: #64748b;
}
.hts-fullscreen-toggle {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
margin-left: 10px;
color: #64748b;
}
.hts-chat-body {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
}
.hts-messages-container {
flex: 1;
overflow-y: auto;
padding: 16px;
display: flex;
flex-direction: column;
gap: 20px;
}
.hts-message {
display: flex;
max-width: 90%;
}
.hts-message-inner {
display: flex;
gap: 12px;
}
.hts-avatar {
flex-shrink: 0;
width: 32px;
height: 32px;
background: #e0e7ff;
color: #4f46e5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 14px;
}
.hts-user-message .hts-avatar {
background: #dbeafe;
color: #2563eb;
}
.hts-message-content {
background: #f1f5f9;
padding: 12px 16px;
border-radius: 18px;
font-size: 15px;
line-height: 1.5;
color: #334155;
}
.hts-user-message {
align-self: flex-end;
}
.hts-user-message .hts-message-content {
background: #dbeafe;
border-bottom-right-radius: 4px;
}
.hts-ai-message {
align-self: flex-start;
}
.hts-ai-message .hts-message-content {
background: #f1f5f9;
border-bottom-left-radius: 4px;
}
.hts-message-actions {
display: flex;
align-items: flex-start;
padding: 8px 0 0 8px;
opacity: 0.5;
transition: opacity 0.2s;
}
.hts-message:hover .hts-message-actions {
opacity: 1;
}
.hts-message-actions button {
background: none;
border: none;
cursor: pointer;
font-size: 16px;
padding: 4px;
color: #64748b;
}
.hts-input-area {
border-top: 1px solid #e0e0e0;
padding: 16px;
background: #fff;
}
.hts-input-wrapper {
position: relative;
margin-bottom: 12px;
}
.hts-preview {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 12px 16px;
pointer-events: none;
color: transparent;
white-space: pre-wrap;
word-break: break-word;
z-index: 1;
font-size: 15px;
line-height: 1.5;
}
.hts-highlight-container {
position: relative;
z-index: 2;
}
.hts-input {
min-height: 60px;
max-height: 200px;
padding: 12px 16px;
border: 1px solid #e0e0e0;
border-radius: 8px;
font-size: 15px;
line-height: 1.5;
outline: none;
overflow-y: auto;
background: #fff;
}
.hts-placeholder-text {
color: #94a3b8;
}
.hts-placeholder {
background: #fef3c7;
border-radius: 4px;
padding: 0 2px;
}
.hts-input-footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.hts-placeholder-note {
font-size: 13px;
color: #64748b;
}
.hts-placeholder-example {
background: #fef3c7;
padding: 1px 4px;
border-radius: 4px;
font-family: monospace;
}
.hts-run {
background: #4f46e5;
color: white;
border: none;
padding: 8px 20px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s;
}
.hts-run:hover {
background: #4338ca;
}
.hts-spinner {
display: inline-block;
width: 12px;
height: 12px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #fff;
animation: hts-spin 1s linear infinite;
margin-right: 8px;
}
@keyframes hts-spin {
to { transform: rotate(360deg); }
}
.hts-response-content {
display: flex;
flex-direction: column;
gap: 10px;
}
.hts-response-content h3 {
margin: 10px 0 5px 0;
font-size: 1.2em;
}
.hts-response-content h4 {
margin: 8px 0 4px 0;
font-size: 1.1em;
}
.hts-response-content ul,
.hts-response-content ol {
padding-left: 20px;
margin: 8px 0;
}
.hts-response-content li {
margin-bottom: 5px;
}
.hts-section-header {
font-weight: bold;
margin-top: 15px;
padding-bottom: 5px;
border-bottom: 1px solid #e0e0e0;
}.prompt-hub-table-modern .share-action.copy-link {
background: #A8E6CF; color: #034f3f; font-weight: 600;
border: 2px solid transparent;
padding: .5em .9em;
border-radius: .375rem;
display: inline-flex;
align-items: center;
gap: .3em;
text-decoration: none;
cursor: pointer;
transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
box-shadow: 0 6px 16px rgba(168, 230, 207, 0.4);
}
.ph-header {
text-align: center;
padding: 0 1rem; background: linear-gradient(145deg, #f9f9f9, #fff);
border-bottom: 2px solid #eee;
margin-bottom: 1rem;
}
.ph-header-inner {
max-width: 900px;
margin: 0 auto;
}
.ph-title {
font-size: 1.2rem;
font-weight: 700;
margin: 0.5rem 0 0.75rem; background: linear-gradient(to right, #ff6a00, #ee0979);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ph-title span {
font-weight: 600;
color: #222;
-webkit-text-fill-color: initial;
}
.ph-hook {
font-size: 1.1rem;
color: #222;
max-width: 700px;
margin: 0 auto 0.5rem;
line-height: 1.45;
}
.ph-hook strong,
.ph-hook .star {
color: #e67e22;
font-weight: 600;
} .star-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border: none;
background: transparent;
cursor: pointer;
transition: transform .15s ease;
}
.star-btn svg {
stroke: #777;
fill  : none; transition: stroke .15s ease, fill .15s ease;
}
.star-btn:hover       { transform: scale(1.15); }
.star-btn:active      { transform: scale(0.95);  }
.star-btn.starred svg { stroke: #FFB800;
fill  : #FFB800;
} .star-btn[disabled],
.star-btn.login-required {
cursor: not-allowed;
opacity: .45;
transform: none;
} #prompt-tabs {
display: flex;
gap: .5rem;
flex-wrap: wrap;
margin-top: .75rem;
}
#prompt-tabs .filter-tab {
padding: .4rem 1.1rem;
border: 2px solid #DDD;
background: #FFF;
border-radius: 9999px; font-size: .9rem;
font-weight: 600;
color: #555;
cursor: pointer;
transition: background .2s, color .2s, border-color .2s;
}
#prompt-tabs .filter-tab:hover  { border-color: #999; }
#prompt-tabs .filter-tab.active {
background: #0073e6; border-color: #0073e6;
color: #FFF;
} #prompt-tabs .filter-tab:focus-visible {
outline: 3px solid #0054b4;
} .toast {
position: fixed;
bottom: 1.25rem;
left: 50%;
transform: translateX(-50%) translateY(120%);
min-width: 240px;
max-width: 90vw;
padding: .75rem 1rem;
border-radius: 6px;
color: #FFF;
font-weight: 600;
background: #333;
opacity: 0;
transition: opacity .25s, transform .25s;
z-index: 9999;
}
.toast.show         { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.success      { background: #28a745; }
.toast.error        { background: #e5534b; } .skeleton-bar {
border-radius: 4px;
background: linear-gradient(100deg,#ececec 30%,#f5f5f5 40%,#ececec 60%);
background-size: 200% 100%;
animation: loading 1.2s infinite;
}
@keyframes loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.copy-link-btn {color: white;
background: #6b72ff;
border-radius: 999px;
padding: .5rem 1rem;
font-size: .85rem;
}
.prompt-title-link {
font-weight: 600;
letter-spacing: .5px;
text-transform: capitalize; } .prompt-hub-table-modern .share-action.copy-link:hover {
background: #8ed8b8;
transform: translateY(-1px);
}
.prompt-hub-table-modern .share-action.copy-link:active {
transform: translateY(1px);
box-shadow: 0 4px 10px rgba(168, 230, 207, 0.5);
} .prompt-hub-table-modern .share-action.copy-link:focus-visible {
outline: 3px solid #4fb89b;
outline-offset: 2px;
} @keyframes ph-pulse {
0%,100% { transform: scale(1); }
50% { transform: scale(1.03); }
} :root {
--ph-primary-blue: #0066cc;
--ph-primary-blue-dark: #0055aa;
--ph-radius: .375rem;
--ph-shadow: 0 6px 20px rgba(0, 102, 204, 0.15);
--ph-focus-ring: rgba(0, 102, 204, .5);
--ph-transition: .15s ease;
} .action-btn.link-btn,
.action-btn.link-btn:link,
.action-btn.link-btn:visited {
background-color: #0066cc;
color: #fff;
text-decoration: none;
border: none;
padding: .55em 1em;
border-radius: .375rem;
display: inline-flex;
align-items: center;
gap: .35em;
cursor: pointer;
font-weight: 600;
transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
box-shadow: 0 6px 18px rgba(0, 102, 204, 0.25);
} .bulk-upload-btn {
display: none !important;
} .bulk-upload-btn {
visibility: hidden;
} .hidden {
display: none !important;
} .action-btn.link-btn:hover {
background-color: #0055aa; transform: translateY(-1px);
} .action-btn.link-btn:active {
transform: translateY(1px);
box-shadow: 0 4px 12px rgba(0, 102, 204, 0.35);
} .action-btn.link-btn:focus-visible {
outline: 3px solid rgba(0, 102, 204, .6);
outline-offset: 2px;
} .action-btn.link-btn .emoji {
flex-shrink: 0;
width: 1em;
height: 1em;
margin-left: 2px;
filter: none;
} .prompt-hub-table-modern .table-container {
width: 100%;
overflow-x: hidden; }
.prompt-hub-table-modern table.prompt-table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
table-layout: auto; font-family: system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
background: #fff;
word-break: break-word; white-space: normal;
} .prompt-hub-table-modern th,
.prompt-hub-table-modern td {
padding: .65rem .9rem;
text-align: left;
border-bottom: 1px solid #e3e8f0;
vertical-align: top;
word-break: break-word;
white-space: normal;
} .prompt-hub-table-modern .name-col,
.prompt-hub-table-modern .prompt-col {
max-width: 220px;
} .prompt-hub-table-modern table .btn,
.prompt-hub-table-modern table .button,
.prompt-hub-table-modern table button,
.prompt-hub-table-modern table a.button,
.prompt-hub-table-modern table input[type=button],
.prompt-hub-table-modern table input[type=submit] {
all: unset;
box-sizing: border-box;
} .prompt-hub-table-modern table button,
.prompt-hub-table-modern table .table-button,
.prompt-hub-table-modern .share-action.copy-prompt,
.prompt-hub-table-modern .share-action.copy-link,
.prompt-hub-table-modern .add-prompt-btn,
.prompt-hub-table-modern .submit-button,
.prompt-hub-table-modern .browse-btn,
.prompt-hub-table-modern .download-btn {
background: var(--ph-primary-blue);
color: #fff;
border: none;
padding: .55em 1em;
font-size: .9rem;
font-weight: 600;
border-radius: var(--ph-radius);
cursor: pointer;
display: inline-flex;
align-items: center;
gap: .3em;
text-decoration: none;
transition: background var(--ph-transition), transform .1s ease, box-shadow var(--ph-transition);
box-shadow: var(--ph-shadow);
line-height: 1.1;
}
.prompt-hub-table-modern button:hover,
.prompt-hub-table-modern .submit-button:hover,
.prompt-hub-table-modern .browse-btn:hover,
.prompt-hub-table-modern .download-btn:hover {
background: var(--ph-primary-blue-dark);
transform: translateY(-1px);
}
.prompt-hub-table-modern button:active,
.prompt-hub-table-modern .submit-button:active {
transform: translateY(1px);
box-shadow: 0 3px 12px rgba(0, 102, 204, 0.25);
} .prompt-hub-table-modern .table-container {
display: flex;
justify-content: center; overflow-x: auto; width: 100%;
} .prompt-hub-table-modern table.prompt-table {
width: auto; max-width: 100%; min-width: 0; border-collapse: collapse;
table-layout: auto;
}
.prompt-hub-table-modern button:focus-visible,
.prompt-hub-table-modern .submit-button:focus-visible,
.prompt-hub-table-modern .browse-btn:focus-visible,
.prompt-hub-table-modern .download-btn:focus-visible {
outline: 3px solid var(--ph-focus-ring);
outline-offset: 2px;
} .prompt-hub-table-modern button svg,
.prompt-hub-table-modern .submit-button svg,
.prompt-hub-table-modern .browse-btn svg,
.prompt-hub-table-modern .download-btn svg {
height: 1em;
width: 1em;
flex-shrink: 0;
stroke: currentColor;
fill: currentColor;
} @media (max-width: 900px) {
.prompt-hub-table-modern .prompt-filters {
flex-direction: column;
gap: .75rem;
}
}
.prompt-hub-table-modern .prompt-content {
font-size: 2em; line-height: 1.4;
} .prompt-hub-table-modern .prompt-content + .action-btn {
font-size: 0.875rem;
} .prompt-hub-table-modern .prompt-table {
table-layout: auto; }
body {
background: #f5f8fa;
} .prompt-hub-table-modern {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 24px 10px 40px 10px;
} .stats {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 36px;
}
.stat-card {
flex: 1 1 220px;
min-width: 180px;
background: #fff;
border-radius: 14px;
padding: 24px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
text-align: center;
transition: transform 0.3s;
}
.stat-card:hover {
transform: translateY(-5px) scale(1.03);
box-shadow: 0 8px 16px rgba(51,154,240,0.10);
}
.stat-value {
font-size: 2.6rem;
font-weight: 800;
color: #339af0;
margin-bottom: 6px;
letter-spacing: 1px;
}
.stat-label {
font-size: 1.08rem;
color: #868e96;
letter-spacing: 0.2px;
} .prompt-filters {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin-bottom: 32px;
align-items: flex-end;
}
.filter-group {
flex: 1 1 280px;
min-width: 200px;
position: relative;
} .search-input {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 9px;
font-size: 16px;
box-shadow: 0 2px 5px rgba(0,0,0,0.04);
transition: all 0.3s;
background: #fff;
}
.search-input:focus {
outline: none;
border-color: #4dabf7;
box-shadow: 0 0 0 3px rgba(77,171,247,0.13);
} .tag-suggestions {
display: none;
position: absolute;
top: 46px;
left: 0;
background: #fff;
border: 1px solid #e9ecef;
border-radius: 8px;
box-shadow: 0 8px 18px rgba(0,0,0,0.07);
max-height: 180px;
overflow-y: auto;
z-index: 30;
width: 100%;
max-width: 320px;
}
.tag-suggestion {
padding: 10px 15px;
cursor: pointer;
transition: background 0.2s;
}
.tag-suggestion:hover {
background: #e7f5ff;
}
.no-tags {
color: #adb5bd;
padding: 10px 15px;
} #selected-tags, .selected-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
width: 100%;
margin-top: 8px;
}
.selected-tag {
background: #e7f5ff;
padding: 5px 14px;
border-radius: 18px;
font-size: 14px;
display: flex;
align-items: center;
gap: 5px;
}
.remove-tag {
background: none;
border: none;
cursor: pointer;
font-size: 16px;
color: #868e96;
} .filter-tabs {
display: flex;
gap: 12px;
margin-top: 10px;
}
.filter-tab {
background: #f1f3f5;
border: none;
padding: 9px 18px;
border-radius: 19px;
cursor: pointer;
font-weight: 600;
transition: all 0.2s;
font-size: 15px;
letter-spacing: 0.1px;
}
.filter-tab.active,
.filter-tab:hover {
background: #339af0;
color: #fff;
box-shadow: 0 2px 8px rgba(51,154,240,0.07);
} .table-container {
margin-top: 18px;
width: 100%;
overflow-x: auto;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
background: #fff;
} .prompt-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
min-width: 960px;
}
.prompt-table th,
.prompt-table td {
min-width: 110px;
max-width: 270px;
white-space: normal;
word-break: break-word;
text-overflow: ellipsis;
overflow: hidden;
padding: 15px 12px;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.prompt-table th {
background: #f8f9fa;
font-weight: 700;
color: #495057;
border-bottom: 2px solid #e9ecef;
font-size: 15.5px;
letter-spacing: 0.1px;
}
.prompt-table td {
font-size: 15px;
color: #495057;
}
.name-col,
.prompt-table .name-cell {
font-weight: 700;
color: #212529;
min-width: 180px;
max-width: 260px;
}
.prompt-col {
min-width: 180px;
max-width: 330px;
}
.why-col,
.tags-col {
min-width: 120px;
max-width: 210px;
}
.date-col, .view-col, .upvote-col, .share-col {
min-width: 74px;
max-width: 120px;
text-align: center;
} .prompt-content, .why-content {
font-size: 14px;
color: #495057;
line-height: 1.5;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.tag {
background: #e7f5ff;
color: #228be6;
padding: 4px 10px;
border-radius: 18px;
font-size: 13px;
cursor: pointer;
transition: background 0.2s;
}
.tag:hover {
background: #d0ebff;
}
.date {
color: #868e96;
font-size: 14px;
white-space: nowrap;
}
.action-btn {
border: none;
border-radius: 6px;
padding: 6px 14px;
font-size: 15px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 5px;
transition: all 0.2s;
}
.action-btn:hover {
background: #e9ecef;
}
.action-btn svg {
width: 16px;
height: 16px;
}
.copy-btn.done {
background: #40c057;
color: white;
}
.upvote-btn.voted {
background: #ffd8a8;
color: #e67700;
}
.upvote-btn.voted:hover {
background: #ffc078;
}
.view-btn,
.share-btn {
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
background: #f1f3f5;
}
.view-btn:hover,
.share-btn:hover {
background: #e9ecef;
}
.share-menu {
display: none;
position: absolute;
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 18px rgba(0,0,0,0.14);
padding: 10px;
z-index: 100;
min-width: 180px;
}
.share-option {
display: flex;
align-items: center;
gap: 8px;
padding: 9px 13px;
width: 100%;
background: none;
border: none;
text-align: left;
border-radius: 7px;
cursor: pointer;
transition: background 0.2s;
font-size: 15px;
}
.share-option:hover {
background: #f1f3f5;
}
.share-option svg {
width: 16px;
height: 16px;
} .footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 38px;
flex-wrap: wrap;
gap: 16px;
}
.pagination {
display: flex;
gap: 10px;
}
.page-btn {
padding: 9px 18px;
background: #f1f3f5;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
font-weight: 600;
font-size: 15px;
}
.page-btn:hover {
background: #e9ecef;
}
.page-btn.active {
background: #339af0;
color: #fff;
}
.add-prompt-btn{
background: #339af0;
color: white;
border: none;
border-radius: 9px;
padding: 13px 26px;
font-weight: 700;
cursor: pointer;
display: inline-flex;
align-items: center;
transition: background 0.18s;
font-size: 16px;
}
.add-prompt-btn{
background: #228be6;
} .toast {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%) translateY(100px);
background: #40c057;
color: #fff;
padding: 13px 28px;
border-radius: 9px;
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
display: flex;
align-items: center;
gap: 12px;
z-index: 1200;
opacity: 0;
transition: all 0.3s;
font-size: 16px;
}
.toast.show {
transform: translateX(-50%) translateY(0);
opacity: 1;
}
.toast.error {
background: #ff6b6b;
} .skeleton .skeleton-bar {
background: #e9ecef;
height: 13px;
border-radius: 5px;
margin-bottom: 8px;
}
.skeleton .skeleton-bar.short {
width: 74%;
}
.skeleton .skeleton-bar.tiny {
width: 46%;
}
.skeleton .skeleton-btn {
width: 36px;
height: 36px;
background: #e9ecef;
border-radius: 6px;
} .no-results-content {
text-align: center;
padding: 32px 5px;
}
.no-results-content svg {
margin-bottom: 19px;
color: #ced4da;
}
.clear-tags-btn {
background: #339af0;
color: white;
border: none;
border-radius: 7px;
padding: 8px 17px;
margin-top: 14px;
cursor: pointer;
font-size: 15px;
}
.clear-tags-btn:hover {
background: #228be6;
} .prompt-loading {
text-align: center;
padding: 44px 0;
}
.loader {
border: 4px solid #f3f3f3;
border-top: 4px solid #339af0;
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
margin: 0 auto 22px;
}
@keyframes spin {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} @media (max-width: 1000px) {
.stats {
flex-direction: column;
gap: 14px;
}
.prompt-hub-table-modern {
padding: 12px 2px 30px 2px;
}
.prompt-table {
min-width: 600px;
}
}
@media (max-width: 720px) {
.prompt-hub-table-modern {
padding: 4px 0 24px 0;
}
.stats, .prompt-filters {
flex-direction: column;
gap: 12px;
}
.table-container {
border-radius: 8px;
box-shadow: none;
margin-top: 9px;
}
.prompt-table,
.prompt-table thead,
.prompt-table tbody,
.prompt-table tr,
.prompt-table th,
.prompt-table td {
display: block;
min-width: unset;
max-width: unset;
}
.prompt-table th {
display: none;
} .prompt-single-modern {
background: #fff;
border-radius: 20px;
box-shadow: 0 8px 32px rgba(51,154,240,0.08);
padding: 44px 32px 32px 32px;
max-width: 780px;
margin: 40px auto 60px auto;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
position: relative;
}
@media (max-width: 900px) {
.prompt-single-modern {
max-width: 98vw;
padding: 24px 8vw 20px 8vw;
}
}
@media (max-width: 600px) {
.prompt-single-modern {
border-radius: 12px;
box-shadow: 0 2px 10px rgba(51,154,240,0.10);
padding: 12vw 2vw 5vw 2vw;
margin: 24px auto 30px auto;
}
} .prompt-header {
border-bottom: 2px solid #f1f3f5;
margin-bottom: 22px;
padding-bottom: 10px;
}
.prompt-title {
font-size: 2.2rem;
font-weight: 800;
margin: 0 0 10px 0;
color: #339af0;
letter-spacing: 0.2px;
}
.prompt-meta {
display: flex;
gap: 22px;
flex-wrap: wrap;
align-items: center;
font-size: 16px;
}
.meta-item {
color: #495057;
background: #e7f5ff;
border-radius: 8px;
padding: 3px 14px;
font-weight: 500;
}
.meta-label {
color: #228be6;
font-weight: 600;
margin-right: 2px;
}
.prompt-tags {
margin-top: 8px;
display: flex;
gap: 7px;
flex-wrap: wrap;
}
.prompt-tags .tag {
background: #e7f5ff;
color: #339af0;
font-size: 13px;
border-radius: 15px;
padding: 4px 11px;
font-weight: 600;
} .prompt-content {
font-size: 1.09rem;
color: #212529;
line-height: 1.65;
margin: 18px 0 30px 0;
padding: 0;
} .prompt-section {
background: #f8faff;
border-radius: 13px;
padding: 18px 20px 14px 20px;
margin-bottom: 18px;
box-shadow: 0 2px 8px rgba(51,154,240,0.04);
}
.prompt-section h3 {
margin-top: 0;
font-size: 1.12rem;
color: #228be6;
font-weight: 700;
margin-bottom: 7px;
}
.section-content {
color: #495057;
font-size: 15.2px;
line-height: 1.6;
} .prompt-share-section {
margin: 24px 0 30px 0;
background: #f1f3f5;
border-radius: 10px;
padding: 16px 14px 11px 14px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.prompt-share-section h3 {
margin: 0 0 12px 0;
font-size: 1.05rem;
color: #339af0;
font-weight: 700;
letter-spacing: 0.2px;
}
.share-buttons {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.share-action {
background: #e7f5ff;
color: #339af0;
border: none;
border-radius: 7px;
padding: 9px 16px;
font-size: 15px;
font-weight: 600;
display: flex;
align-items: center;
gap: 7px;
cursor: pointer;
transition: background 0.17s, color 0.15s;
text-decoration: none;
box-shadow: 0 1px 4px rgba(51,154,240,0.05);
}
.share-action:hover,
.share-action:focus {
background: #339af0;
color: #fff;
}
.share-action svg {
width: 17px;
height: 17px;
} @media (max-width: 600px) {
.share-buttons {
flex-direction: column;
gap: 9px;
width: 100%;
}
.share-action {
width: 100%;
justify-content: flex-start;
}
} .meta-item span,
.meta-item {
display: inline-block;
} .toast {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%) translateY(100px);
background: #40c057;
color: #fff;
padding: 13px 28px;
border-radius: 9px;
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
display: flex;
align-items: center;
gap: 12px;
z-index: 1200;
opacity: 0;
transition: all 0.3s;
font-size: 16px;
}
.toast.show {
transform: translateX(-50%) translateY(0);
opacity: 1;
}
.toast.error {
background: #ff6b6b;
}
.prompt-table tr {
margin-bottom: 16px;
border-radius: 13px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
background: #fff;
padding: 7px 0;
}
.prompt-table td {
border: none;
border-bottom: 1px solid #f1f3f5;
padding: 11px 12px;
font-size: 14.5px;
max-width: 99vw;
word-break: break-word;
position: relative;
}
.prompt-table td:before {
content: attr(data-label);
font-weight: bold;
display: block;
color: #868e96;
margin-bottom: 2px;
}
.name-cell {
font-size: 15.5px;
}
.footer {
flex-direction: column;
gap: 14px;
}
}
.prompt-hub-table-modern .prompt-content,
.prompt-hub-table-modern .why-content{
font-size:1rem !important;
font-weight:500;
max-height:none !important;
overflow:visible !important;
-webkit-line-clamp:unset !important;
white-space:normal !important;
} :root{
--ph-accent: #7c3aed;
--ph-accent-light: #ede9fe;
--ph-dark: #111;
--ph-muted: #6b7280;
--ph-bg: #ffffff;
--ph-border: #e5e7eb;
--ph-radius: 10px;
--ph-shadow: 0 4px 16px rgba(0,0,0,.06);
} @media (prefers-color-scheme: dark){
:root{
--ph-dark: #f3f4f6;
--ph-muted: #9ca3af;
--ph-bg: #1f2937;
--ph-border: #374151;
--ph-accent-light: rgba(124,58,237,.14);
}
} .prompt-single-modern{
background: var(--ph-bg);
border: 1px solid var(--ph-border);
border-radius: var(--ph-radius);
box-shadow: var(--ph-shadow);
padding: 28px 30px 36px;
margin: 32px 0;
position: relative;
} .prompt-single-modern.user-submitted .member-badge{
position: absolute;
top: -14px;
right: 18px;
background: var(--ph-accent);
color: #fff;
padding: 5px 14px 6px;
border-radius: 20px;
font-size: 12px;
letter-spacing: .03em;
box-shadow: 0 2px 8px rgba(124,58,237,.35);
} .prompt-header{
margin-bottom: 26px;
}
.prompt-title{
margin: 0 0 12px;
font-size: clamp(26px, 4vw, 36px);
line-height: 1.15;
color: var(--ph-dark);
}
.prompt-meta{
display: flex;
flex-wrap: wrap;
gap: 14px 22px;
font-size: 14px;
color: var(--ph-muted);
}
.prompt-meta .meta-item .meta-label{
font-weight: 600;
color: var(--ph-dark);
margin-right: 4px;
} .prompt-tags{
margin-top: 18px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.prompt-tags .tag{
background: var(--ph-accent-light);
color: var(--ph-accent);
padding: 4px 10px;
font-size: 12px;
border-radius: 999px;
line-height: 1.2;
white-space: nowrap;
} .prompt-copy-block{ margin: 28px 0 38px; }
.prompt-copy-heading{
margin: 0;
padding: 10px 14px;
background: var(--ph-dark);
color: #fff;
font-size: 13px;
line-height: 1.3;
letter-spacing: .05em;
border-radius: 6px 6px 0 0;
text-transform: uppercase;
}
.prompt-content-full{
position: relative;
padding: 20px 22px 24px;
border: 2px dashed var(--ph-accent);
background: var(--ph-accent-light);
border-radius: 0 0 6px 6px;
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
white-space: pre-wrap;
overflow-wrap: anywhere;
line-height: 1.55;
font-size: 14px;
} .prompt-content-full em,
.prompt-content-full [data-placeholder]{
color:#b00020;
background: rgba(176,0,32,.08);
padding: 0 3px;
border-radius: 3px;
font-style: normal;
} .prompt-content-full .copy-prompt{
position:absolute;
top:10px;
right:12px;
background: var(--ph-accent);
color:#fff;
border:none;
padding:6px 10px;
border-radius:4px;
cursor:pointer;
font-size:12px;
line-height:1;
display:flex;
align-items:center;
gap:4px;
opacity:.85;
transition:opacity .15s;
}
.prompt-content-full .copy-prompt:hover{opacity:1;} .prompt-section{
margin: 34px 0 0;
padding: 24px 26px;
border: 1px solid var(--ph-border);
border-radius: var(--ph-radius);
background: rgba(0,0,0,.02);
}
.prompt-section h3{
margin: 0 0 14px;
font-size: 20px;
line-height: 1.25;
color: var(--ph-dark);
display:flex;
align-items:center;
gap:8px;
}
.prompt-section h3::before{
content:"";
width:6px;
height:20px;
background: var(--ph-accent);
border-radius:2px;
}
.section-content{
color: var(--ph-dark);
line-height: 1.6;
font-size: 15px;
} .prompt-share-section{
margin: 42px 0 0;
padding: 24px 0 0;
border-top: 1px solid var(--ph-border);
}
.prompt-share-section h3{
margin: 0 0 16px;
font-size: 18px;
color: var(--ph-dark);
}
.share-buttons{
display:flex;
flex-wrap:wrap;
gap:12px;
}
.share-action{
appearance:none;
border:1px solid var(--ph-border);
background:#fff;
color: var(--ph-dark);
padding:10px 14px;
border-radius:6px;
font-size:14px;
line-height:1;
display:flex;
align-items:center;
gap:6px;
text-decoration:none;
transition: all .12s ease;
}
.share-action:hover{
border-color: var(--ph-accent);
color: var(--ph-accent);
} @media (max-width: 640px){
.prompt-single-modern{ padding:22px 18px 30px; }
.prompt-section{ padding:18px 18px; }
.prompt-content-full{ padding:16px 16px 20px; }
.prompt-meta{ gap: 8px 16px; }
} .prompt-copy-heading{
margin: 24px 0 0;
padding: 10px 14px;
background: #111; color: #fff;
font-size: 14px;
line-height: 1.3;
letter-spacing: .03em;
border-radius: 6px 6px 0 0;
text-transform: uppercase;
} .prompt-content-full{
position: relative;
padding: 18px 20px 22px 20px;
border: 2px dashed #7c3aed; background: #f8f5ff;
border-radius: 0 0 6px 6px;
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
white-space: pre-wrap; overflow-wrap: anywhere;
} .prompt-content-full em,
.prompt-content-full [data-placeholder]{
color:#b00020;
font-style: normal;
background: rgba(176,0,32,.08);
padding: 0 3px;
border-radius: 3px;
} .prompt-content-full .copy-prompt{
position:absolute;
top:10px;
right:12px;
background:#7c3aed;
color:#fff;
border:none;
padding:6px 10px;
border-radius:4px;
cursor:pointer;
font-size:12px;
line-height:1;
display:flex;
align-items:center;
gap:4px;
opacity:.85;
transition:opacity .15s;
}
.prompt-content-full .copy-prompt:hover{opacity:1;}
.member-badge{
display:inline-block;
padding:4px 10px;
background:#ffeeba;
color:#333;
border-radius:4px;
font-size:12px;
margin:8px 0 12px;
} .prompt-share-section{
margin: 3rem 0 2rem;
padding: 1.75rem 2rem;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
color: #111827;
position: relative;
}
.prompt-share-section h3{
margin: 0 0 1rem;
font-size: 1.1rem;
font-weight: 700;
color: #111827;
display: flex;
align-items: center;
gap: .45rem;
}
.prompt-share-section h3::before{
content: "🔗";
font-size: 1.05em;
opacity: .8;
} .share-buttons{
display: flex;
flex-wrap: wrap;
gap: .6rem .8rem;
} .share-action{
display: inline-flex;
align-items: center;
gap: .4rem;
padding: .6rem 1rem;
border-radius: 8px;
border: 1px solid #e5e7eb;
background: #f9fafb;
color: #111827;
font-weight: 600;
font-size: .88rem;
line-height: 1;
text-decoration: none;
transition: background .16s, border-color .16s, transform .12s;
cursor: pointer;
}
.share-action svg{
width: 18px;
height: 18px;
stroke-width: 2;
opacity: .8;
transition: opacity .16s;
}
.share-action:hover{
background: #f3f4f6;
border-color: #d1d5db;
transform: translateY(-1px);
}
.share-action:hover svg{ opacity: 1; } .share-action.copy-prompt,
.share-action.copy-link{
background: #2563eb;
border-color: #2563eb;
color: #fff;
}
.share-action.copy-prompt:hover,
.share-action.copy-link:hover{
background: #3b82f6;
border-color: #3b82f6;
} .share-action.copied{
background: #16a34a !important;
border-color: #16a34a !important;
color: #fff !important;
}
.share-action.copied::after{
content: "Copied!";
margin-left: .35rem;
font-weight: 500;
font-size: .82rem;
} @media (max-width: 600px){
.prompt-share-section{ padding: 1.25rem 1.1rem; }
.share-action{ flex: 1 1 calc(50% - .8rem); justify-content: center; }
} @media (prefers-color-scheme: dark){
.prompt-share-section{
background:#1f2937;
border-color:#374151;
color:#f9fafb;
box-shadow:0 6px 18px rgba(0,0,0,.4);
}
.prompt-share-section h3{ color:#f9fafb; }
.share-action{
background:#2d3645;
border-color:#4b5563;
color:#f9fafb;
}
.share-action:hover{
background:#374151;
border-color:#6b7280;
}
}
h1.entry-title{
display: none;
} .prompt-form-modern{
width:70%;
margin:2rem auto; box-sizing:border-box;
} @media (max-width:900px){
.prompt-form-modern{
width:100%;
max-width:none;
}
} .prompt-hub-table-modern .prompt-filters{
max-width: 960px;
margin: 0 auto 2rem; padding: 1.25rem 1.5rem;
background: #fff;
border: 1px solid #e5e8ef;
border-radius: 14px;
box-shadow: 0 6px 20px rgba(0,0,0,.06);
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
gap: 1rem 1.25rem;
text-align: center; } .prompt-hub-table-modern .filter-group{
max-width: 340px;
margin: 0 auto;
width: 100%;
} #selected-tags{
justify-content: center;
} #prompt-tabs{
justify-content: center;
} .prompt-hub-table-modern .search-input{
text-align: left;
margin: 0 auto;
} .prompt-hub-table-modern .filter-group input#prompt-search,
.prompt-hub-table-modern .filter-group input#tag-search{
background-position: 12px center;
} @media (max-width:600px){
.prompt-hub-table-modern .prompt-filters{
grid-template-columns: 1fr;
padding: 1rem;
}
} .prompt-hub-table-modern .filter-group{
position:relative;
max-width:360px;
margin:0 auto;
}
.prompt-hub-table-modern .search-input{
width:100%;
padding:.8rem 1rem .8rem 2.75rem; border:1.5px solid #d9deee;
border-radius:12px;
background:#f9fafc;
font-size:15px;
transition:background .15s, box-shadow .15s, border-color .15s;
}
.prompt-hub-table-modern .search-input:hover{
background:#fff;
}
.prompt-hub-table-modern .search-input:focus{
background:#fff;
border-color:#6b72ff;
box-shadow:0 0 0 4px rgba(107,114,255,.16);
outline:none;
} .prompt-hub-table-modern .filter-group::before{
content:"";
position:absolute;
left:14px;top:50%;
width:18px;height:18px;
transform:translateY(-50%);
background-repeat:no-repeat;
background-size:18px 18px;
opacity:.55;
pointer-events:none;
}
.filter-group input#prompt-search + * {} .filter-group input#prompt-search{
background-position:14px center;
}
.filter-group input#tag-search{
background-position:14px center;
}
.filter-group input#prompt-search,
.filter-group input#tag-search{
background-repeat:no-repeat;
background-size:18px 18px;
} .filter-group input#prompt-search{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}
.filter-group input#tag-search{
background-image:url('data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"%23666\" stroke-width=\"2\" viewBox=\"0 0 24 24\"%3E%3Cpath d=\"M20 12l-8 8-8-8 8-8 8 8z\"/%3E%3Cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"/%3E%3Cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"/%3E%3C/svg%3E');
} .prompt-hub-table-modern .search-input::placeholder{
color:#9aa0b8;
} #tag-suggestions{
position:absolute;
top:calc(100% + 6px); left:0; right:0;
background:#fff;
border:1px solid #e1e4f0;
border-radius:10px;
box-shadow:0 10px 26px rgba(0,0,0,.08);
max-height:240px;
overflow:auto;
z-index:25;
display:none;
}
#tag-suggestions .tag-suggestion{
padding:.6rem .9rem;
cursor:pointer;
font-size:.9rem;
transition:background .1s;
}
#tag-suggestions .tag-suggestion:hover{
background:#f2f4ff;
} #selected-tags{
display:flex;
flex-wrap:wrap;
gap:.55rem;
justify-content:center; margin-top:.3rem;
}
#selected-tags .tag-chip{
background:#eef1ff;
color:#4b50d8;
border:1px solid #cfd5ff;
border-radius:999px;
padding:.28rem .7rem .28rem .9rem;
font-size:.8rem;
display:flex;
align-items:center;
gap:.4rem;
line-height:1;
animation:chip-pop .18s ease-out;
}
#selected-tags .tag-chip button{
background:none;
border:none;
cursor:pointer;
font-size:1rem;
line-height:1;
margin:-2px 0 0;
color:#6b72ff;
} @keyframes chip-pop{
0%{transform:scale(.8);opacity:0}
100%{transform:scale(1);opacity:1}
} #prompt-tabs{
justify-content:center;
margin-top:.3rem;
}
#prompt-tabs .filter-tab{
border-radius:999px;
padding:.5rem 1rem;
font-size:.85rem;
}
#prompt-tabs .filter-tab.active{
background:#6b72ff;
color:#fff;
border-color:#6b72ff;
} @media (max-width:600px){
.prompt-hub-table-modern .filter-group{max-width:100%}
}
.mbtn-bot{
DISPLAY:NONE;
} .off-cancas-panel,
.offcanvas-nav,
.offcanvas-menu{ 
display:none !important;
}  .prompt-day-box .pod-label{
font-size: clamp(1.3rem, 2.6vw, 1.8rem);
line-height: 1.2;
margin: 0 0 .4rem;
font-weight: 700;
} .prompt-day-box .pod-title a{
color: var(--hts-blue, #4348c8);
text-decoration: none;
}
.prompt-day-box .pod-title a:hover{
text-decoration: underline;
} .prompt-day-box .pod-link{
display: inline-block;
margin-top: .7rem;
padding: .55rem 1.1rem;
background: var(--hts-blue, #4348c8);
color:#fff !important;
border-radius: 8px;
font-size:.9rem;
font-weight:600;
text-decoration:none;
transition: background .15s, transform .1s;
}
.prompt-day-box .pod-link:hover{
background:#2f37ad;
transform: translateY(-1px);
} .prompt-day-box a{
color: var(--hts-blue, #4348c8);
}
.prompt-day-box a:visited{
color: var(--hts-blue, white);
} .prompt-day-box{
max-width: 640px; margin: 1.5rem auto; padding: 1.25rem 1.5rem;
border: 1px solid rgba(0,0,0,.08);
border-radius: 12px;
background:#fff; box-shadow: 0 4px 12px rgba(0,0,0,.05);
} @media (prefers-color-scheme: dark){
.prompt-day-box{
background:#1c1d24;
border-color:rgba(255,255,255,.08);
box-shadow:0 4px 12px rgba(0,0,0,.4);
}
} .prompt-hub-table-modern .share-action.copy-link {
background: #A8E6CF; color: #034f3f; font-weight: 600;
border: 2px solid transparent;
padding: .5em .9em;
border-radius: .375rem;
display: inline-flex;
align-items: center;
gap: .3em;
text-decoration: none;
cursor: pointer;
transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
box-shadow: 0 6px 16px rgba(168, 230, 207, 0.4);
} .prompt-hub-table-modern .share-action.copy-link:hover {
background: #8ed8b8;
transform: translateY(-1px);
}
.prompt-hub-table-modern .share-action.copy-link:active {
transform: translateY(1px);
box-shadow: 0 4px 10px rgba(168, 230, 207, 0.5);
} .prompt-hub-table-modern .share-action.copy-link:focus-visible {
outline: 3px solid #4fb89b;
outline-offset: 2px;
} @keyframes ph-pulse {
0%,100% { transform: scale(1); }
50% { transform: scale(1.03); }
}
.prompt-hub-table-modern .share-action.copy-link.pulse {
animation: ph-pulse 2.5s ease-in-out infinite;
}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt)}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--global-palette-highlight);text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{-webkit-text-decoration-color:var(--global-palette-highlight-alt);text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a,.link-style-hover-background .entry-content .wp-block-group ol a{color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:hover,.link-style-hover-background .entry-content .wp-block-group ol a:hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a,.link-style-offset-background .entry-content .wp-block-group ol a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:hover,.link-style-offset-background .entry-content .wp-block-group ol a:hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-moz-placeholder{color:var(--global-palette6);opacity:1}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button.button-style-outline:not(.has-text-color){color:var(--global-palette-btn-bg)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button.button-style-outline:not(.has-text-color):hover,.button.button-style-outline:not(.has-text-color):focus,.button.button-style-outline:not(.has-text-color):active{color:var(--global-palette-btn-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}