.presszone-forum-inbox-list{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 1px 3px 0 rgba(0,0,0,.05);overflow:hidden;border:1px solid #e2e8f0;margin:0;padding:0;list-style:none;min-height:200px}.presszone-forum-inbox-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;padding:16px 20px;border-bottom:1px solid #e2e8f0;transition:background-color .15s ease;text-decoration:none !important;position:relative;cursor:pointer}.presszone-forum-inbox-item:last-child{border-bottom:none}.presszone-forum-inbox-item:hover{background:#f1f5f9}.presszone-forum-inbox-item--unread{background:rgba(31,113,221,.08)}.presszone-forum-inbox-item--unread:hover{background:rgba(31,113,221,.12)}.presszone-forum-inbox-item--unread .presszone-forum-inbox-item__title{font-weight:700;color:#144ba0}.presszone-forum-inbox-item--unread .presszone-forum-inbox-item__preview{color:#0f172a;font-weight:500}.presszone-forum-inbox-item--unread .presszone-forum-inbox-item__time{color:#1f71dd;font-weight:600}.presszone-forum-inbox-item__avatar{position:relative;display:flex;align-items:center}.presszone-forum-inbox-item__avatar img{width:48px;height:48px;border-radius:9999px;object-fit:cover;box-shadow:0 1px 3px 0 rgba(0,0,0,.05)}.presszone-forum-inbox-item__content{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.presszone-forum-inbox-item__header{display:flex;align-items:center;gap:8px}.presszone-forum-inbox-item__title{font-size:15px;line-height:1.6;font-weight:600;margin:0;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-inbox-item__subject{font-size:13px;line-height:1.3846153846;color:#475569;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-inbox-item__preview{font-size:15px;line-height:1.6;line-height:1.7;color:#0f172a;margin:8px 0 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.presszone-forum-inbox-item__meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px;min-width:80px}.presszone-forum-inbox-item__time{font-size:12px;line-height:1.3333333333;color:#475569;font-weight:500}.presszone-forum-inbox-dot{width:10px;height:10px;background:#1f71dd;border-radius:9999px;display:inline-block}.presszone-forum-inbox-star{font-size:18px;line-height:1.5;color:#f59e0b;cursor:pointer;background:none;border:none;padding:0;transition:transform .2s}.presszone-forum-inbox-star:hover{transform:scale(1.2)}.presszone-forum-inbox-star--empty{color:#475569;opacity:.5}.presszone-forum-inbox-star--empty:hover{color:#f59e0b;opacity:1}body.dark-mode .presszone-forum-inbox-list{background:#1e1f20;border-color:#3c4043;box-shadow:0 2px 8px rgba(0,0,0,.3)}body.dark-mode .presszone-forum-inbox-item{border-bottom-color:#3c4043}body.dark-mode .presszone-forum-inbox-item:hover{background:#282a2c}body.dark-mode .presszone-forum-inbox-item--unread{background:rgba(96,165,250,.15)}body.dark-mode .presszone-forum-inbox-item--unread:hover{background:rgba(96,165,250,.2)}body.dark-mode .presszone-forum-inbox-item--unread .presszone-forum-inbox-item__title{color:#60a5fa}body.dark-mode .presszone-forum-inbox-item--unread .presszone-forum-inbox-item__preview{color:#e3e3e3}body.dark-mode .presszone-forum-inbox-item--unread .presszone-forum-inbox-item__time{color:#60a5fa}body.dark-mode .presszone-forum-inbox-item__title{color:#e3e3e3}body.dark-mode .presszone-forum-inbox-item__subject{color:#bdc1c6}body.dark-mode .presszone-forum-inbox-item__preview{color:#e3e3e3}body.dark-mode .presszone-forum-inbox-item__time{color:#bdc1c6}@media(max-width: 639px){body.dark-mode .presszone-forum-inbox-item__meta{border-top-color:#3c4043}}body.dark-mode .presszone-forum-inbox-dot{background:#60a5fa}body.dark-mode .presszone-forum-inbox-star{color:#fbbf24}body.dark-mode .presszone-forum-inbox-star--empty{color:#bdc1c6}body.dark-mode .presszone-forum-inbox-star--empty:hover{color:#fbbf24}@media(max-width: 639px){.presszone-forum-inbox-item{grid-template-columns:auto 1fr;padding:12px 16px;gap:12px}.presszone-forum-inbox-item__avatar img{width:40px;height:40px}.presszone-forum-inbox-item__meta{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;min-width:auto;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.presszone-forum-inbox-item__preview{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px}}.presszone-forum-search-form{margin-bottom:24px}.presszone-forum-search-form__input-wrap{display:flex;gap:12px;align-items:stretch}.presszone-forum-search-form__input{flex:1;padding:12px 20px;border:1px solid #e2e8f0;border-radius:16px;font-size:16px;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.presszone-forum-search-form__input::placeholder{color:#475569}.presszone-forum-search-form__input:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-search-form__input:focus:not(:focus-visible){outline:none}.presszone-forum-search-form__input:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-search-form__input:hover:not(:focus){border-color:#cbd5e1}.presszone-forum-search-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:1px solid rgba(0,0,0,0);border-radius:12px;font-size:13px;font-weight:500;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}.presszone-forum-search-form__submit:active{transform:scale(0.97)}.presszone-forum-search-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.presszone-forum-search-form__submit{background:linear-gradient(135deg, #144ba0 0%, #1f71dd 100%);color:#fff !important;border:none;box-shadow:0 4px 6px -1px rgba(31,113,221,.15);font-weight:600}.presszone-forum-search-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(31,113,221,.15);color:#fff !important}.presszone-forum-search-form__submit{border-radius:16px;padding:12px 24px;flex-shrink:0}.presszone-forum-search-meta{margin-bottom:20px;font-size:13px;color:#475569;font-weight:500;line-height:1.5}.presszone-forum-search-meta strong{color:#0f172a;font-weight:700}.presszone-forum-search-filters{margin-top:16px;border-radius:12px;background:#f1f5f9;border:1px solid #f1f5f9;overflow:hidden}.presszone-forum-search-filters__toggle{padding:12px 16px;cursor:pointer;font-weight:500;color:#334155;list-style:none;user-select:none;display:flex;align-items:center;gap:8px;transition:background-color .15s ease,color .15s ease}.presszone-forum-search-filters__toggle::-webkit-details-marker,.presszone-forum-search-filters__toggle::marker{display:none}.presszone-forum-search-filters__toggle:hover{background:#e2e8f0;color:#0f172a}.presszone-forum-search-filters__toggle::after{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-left:auto;transition:transform .15s ease}.presszone-forum-search-filters[open] .presszone-forum-search-filters__toggle{border-bottom:1px solid #e2e8f0;background:#e2e8f0}.presszone-forum-search-filters[open] .presszone-forum-search-filters__toggle::after{transform:rotate(-135deg)}.presszone-forum-search-filters__panel{padding:16px;display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;background:#fff}.presszone-forum-filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px;flex:1;max-width:240px}.presszone-forum-filter-group label{font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px}.presszone-forum-filter-group--checkbox{flex-direction:row;align-items:center;min-width:auto;max-width:none;flex:0 0 auto;padding:8px 0}.presszone-forum-filter-group--checkbox label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;text-transform:none;color:#0f172a;cursor:pointer;transition:color .15s ease}.presszone-forum-filter-group--checkbox label:hover{color:#144ba0}.presszone-forum-filter-group--checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#1f71dd;cursor:pointer;flex-shrink:0}.presszone-forum-filter-group--date{max-width:180px}.presszone-forum-filter-group--date input[type=date]{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:13px;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";transition:border-color .15s ease,box-shadow .15s ease}.presszone-forum-filter-group--date input[type=date]::placeholder{color:#475569}.presszone-forum-filter-group--date input[type=date]:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.08)}.presszone-forum-filter-group--date input[type=date]:focus:not(:focus-visible){outline:none}.presszone-forum-filter-group--date input[type=date]:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.08)}.presszone-forum-filter-group--date input[type=date]:disabled{opacity:.6;cursor:not-allowed}.presszone-forum-filter-group--date input[type=date]{padding:8px 12px}.presszone-forum-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding:10px 40px 10px 14px;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#0f172a;font-size:13px;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";width:100%;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.presszone-forum-select:hover{border-color:rgba(31,113,221,.08)}.presszone-forum-select:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-select:focus:not(:focus-visible){outline:none}.presszone-forum-select:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-select optgroup{font-weight:600;color:#334155}.presszone-forum-select option{padding:8px;color:#0f172a}.presszone-forum-filter-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;align-items:center}.presszone-forum-filter-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(31,113,221,.08);color:#144ba0;border-radius:20px;font-size:13px;font-weight:500;line-height:1.3;transition:background-color .15s ease}.presszone-forum-filter-badge:hover{background:rgba(31,113,221,.12)}.presszone-forum-filter-badge__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:rgba(0,0,0,.1);border-radius:9999px;color:inherit;text-decoration:none;font-weight:700;font-size:12px;line-height:1;transition:background-color .15s ease,transform .15s ease}.presszone-forum-filter-badge__remove:hover{background:rgba(0,0,0,.2);transform:scale(1.1)}.presszone-forum-filter-badge__remove:active{transform:scale(0.95)}.presszone-forum-filter-badge--clear{background:#e2e8f0;color:#334155;text-decoration:none;cursor:pointer}.presszone-forum-filter-badge--clear:hover{background:#f1f5f9;color:#0f172a}.presszone-forum-filter-badge--date{background:rgba(245,158,11,.1);color:#b45309}.presszone-forum-filter-badge--forum{background:rgba(16,185,129,.1);color:#047857}.presszone-forum-filter-badge--user{background:rgba(139,92,246,.1);color:#6d28d9}.presszone-forum-filter-badge--attachment{background:rgba(59,130,246,.1);color:#1d4ed8}.presszone-forum-search-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;margin-left:8px;vertical-align:text-bottom;line-height:1;letter-spacing:.5px;flex-shrink:0}.presszone-forum-search-badge--thread{background:#e0e7ff;color:#4338ca;border:1px solid rgba(99,102,241,.2)}.presszone-forum-search-badge--post{background:#f3f4f6;color:#374151;border:1px solid rgba(107,114,128,.2)}.presszone-forum-search-badge--match{background:#fef3c7;color:#92400e;border:1px solid rgba(251,191,36,.3)}.presszone-forum-wrapper mark{background-color:#fef3c7;color:#92400e;padding:0 3px;border-radius:2px;font-weight:inherit}.presszone-forum-search-results{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.presszone-forum-search-result{display:grid;grid-template-columns:auto 1fr auto;gap:16px;padding:16px 20px;border-bottom:1px solid #e2e8f0;transition:background-color .15s ease;cursor:pointer}.presszone-forum-search-result:last-child{border-bottom:none}.presszone-forum-search-result:hover{background:#f1f5f9}.presszone-forum-search-result__avatar{position:relative;display:flex;align-items:flex-start;padding-top:4px}.presszone-forum-search-result__avatar img{width:48px;height:48px;border-radius:9999px;object-fit:cover;background-color:#e2e8f0}.presszone-forum-search-result__content{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.presszone-forum-search-result__header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.presszone-forum-search-result__title{font-size:15px;font-weight:600;margin:0;color:#0f172a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0}.presszone-forum-search-result__title a{color:inherit;text-decoration:none;transition:color .15s ease}.presszone-forum-search-result__title a:hover{color:#144ba0}.presszone-forum-search-result__excerpt{font-size:13px;line-height:1.6;color:#334155;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.presszone-forum-search-result__meta{display:flex;align-items:center;gap:12px;margin-top:6px;font-size:12px;color:#475569;flex-wrap:wrap}.presszone-forum-search-result__meta span{display:inline-flex;align-items:center;gap:4px}.presszone-forum-search-result__meta a{color:#334155;text-decoration:none;transition:color .15s ease}.presszone-forum-search-result__meta a:hover{color:#144ba0}.presszone-forum-search-result__time{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding-top:4px;min-width:80px;font-size:12px;color:#475569;font-weight:500;white-space:nowrap}.presszone-forum-search-attachment{margin-top:10px;display:flex;align-items:center}.presszone-forum-search-attachment__image{display:block;width:120px;max-width:100%;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;background:#f1f5f9}.presszone-forum-search-attachment__file{display:inline-flex;align-items:center;max-width:100%;padding:6px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#f1f5f9;color:#334155;font-size:12px;font-weight:500}.presszone-forum-inbox-item__preview{margin:0}.presszone-forum-inbox-item__preview p,.presszone-forum-inbox-item__preview div,.presszone-forum-inbox-item__preview ul,.presszone-forum-inbox-item__preview ol,.presszone-forum-inbox-item__preview blockquote,.presszone-forum-inbox-item__preview pre,.presszone-forum-inbox-item__preview figure{margin:0}.presszone-forum-inbox-item__preview .presszone-forum-attachments,.presszone-forum-inbox-item__preview .presszone-forum-attachment,.presszone-forum-inbox-item__preview .presszone-forum-attachment-gallery,.presszone-forum-inbox-item__preview .presszone-forum-embed,.presszone-forum-inbox-item__preview img,.presszone-forum-inbox-item__preview iframe,.presszone-forum-inbox-item__preview video,.presszone-forum-inbox-item__preview audio{display:none !important}.presszone-search-tips-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:30px;box-shadow:0 1px 3px 0 rgba(0,0,0,.05)}.presszone-search-tips-card h3{margin-top:0;margin-bottom:16px;font-size:18px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px}.presszone-search-tips-card ul{margin:0;padding-left:20px;color:#475569;line-height:1.8}.presszone-search-tips-card li{margin-bottom:8px}.presszone-search-tips-card li:last-child{margin-bottom:0}.presszone-search-tips-card li::marker{color:#1f71dd}.presszone-search-tips-card code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:13px;color:#144ba0}.presszone-forum-search-empty{text-align:center;padding:48px 24px;background:#fff;border-radius:16px;border:1px dashed #e2e8f0}.presszone-forum-search-empty__icon{font-size:48px;margin-bottom:16px;opacity:.6}.presszone-forum-search-empty__title{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px}.presszone-forum-search-empty__description{font-size:13px;color:#475569;margin:0 0 20px;max-width:360px;margin-left:auto;margin-right:auto;line-height:1.6}.presszone-forum-search-empty__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:1px solid rgba(0,0,0,0);border-radius:12px;font-size:13px;font-weight:500;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}.presszone-forum-search-empty__cta:active{transform:scale(0.97)}.presszone-forum-search-empty__cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.presszone-forum-search-empty__cta{background:#fff;color:#334155;border:1px solid #e2e8f0}.presszone-forum-search-empty__cta:hover:not(:disabled){background:#f1f5f9;border-color:#144ba0}.presszone-forum-search-empty__cta{margin-top:16px}.presszone-forum-rtl .presszone-forum-search-form__input{text-align:right}.presszone-forum-rtl .presszone-forum-search-filters__panel{direction:rtl}.presszone-forum-rtl .presszone-forum-select{background-position:left 12px center;padding:10px 14px 10px 40px}.presszone-forum-rtl .presszone-forum-filter-badge__remove{order:-1}.presszone-forum-rtl .presszone-forum-search-badge{margin-left:0;margin-right:8px}.presszone-forum-rtl .presszone-forum-search-result__meta{direction:ltr}.presszone-forum-rtl .presszone-forum-search-result__meta>*{direction:rtl}.presszone-forum-rtl .presszone-forum-search-result__time{align-items:flex-start}.presszone-forum-rtl .presszone-search-tips-card ul{padding-left:0;padding-right:20px}@media(max-width: 767px){.presszone-forum-search-form__input-wrap{flex-direction:column;gap:10px}.presszone-forum-search-form__input{width:100%;font-size:16px}.presszone-forum-search-form__submit{width:100%;justify-content:center}.presszone-forum-search-filters__panel{flex-direction:column;align-items:stretch;gap:12px}.presszone-forum-filter-group{min-width:100%;max-width:100%}.presszone-forum-filter-badges{gap:6px}.presszone-forum-filter-badge{font-size:12px;padding:5px 10px}.presszone-forum-search-result{grid-template-columns:auto 1fr;gap:12px;padding:14px 16px}.presszone-forum-search-result__avatar img{width:40px;height:40px}.presszone-forum-search-result__time{grid-column:2;align-items:flex-start;padding-top:0;margin-top:-4px}.presszone-forum-search-result__title{font-size:13px}.presszone-forum-search-result__excerpt{font-size:13px;-webkit-line-clamp:3}.presszone-forum-search-result__meta{gap:8px;font-size:12px}.presszone-forum-search-badge{font-size:9px;padding:2px 6px}.presszone-search-tips-card{padding:20px}.presszone-search-tips-card h3{font-size:16px}}@media(max-width: 639px){.presszone-forum-search-meta{font-size:13px}.presszone-forum-search-result{padding:12px;gap:10px}.presszone-forum-search-result__avatar img{width:36px;height:36px}.presszone-forum-search-result__header{flex-direction:column;align-items:flex-start;gap:4px}.presszone-forum-search-result__excerpt{display:none}.presszone-forum-filter-badge{font-size:12px;padding:4px 8px}.presszone-forum-filter-badge__remove{width:16px;height:16px;font-size:12px}}body.dark-mode .presszone-forum-search-form{background:rgba(0,0,0,0)}body.dark-mode .presszone-forum-search-form__input{background:#282a2c;border-color:#3c4043;color:#e3e3e3}body.dark-mode .presszone-forum-search-form__input::placeholder{color:#bdc1c6}body.dark-mode .presszone-forum-search-form__input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.4)}body.dark-mode .presszone-forum-search-filters{background:#282a2c;border-color:#3c4043}body.dark-mode .presszone-forum-search-filters__panel{background:#1e1f20}body.dark-mode .presszone-forum-select{background-color:#282a2c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");border-color:#3c4043;color:#e3e3e3}body.dark-mode .presszone-forum-select optgroup{color:#e3e3e3;background-color:#282a2c}body.dark-mode .presszone-forum-select option{color:#e3e3e3;background-color:#1e1f20}body.dark-mode .presszone-forum-filter-badge{background:rgba(99,102,241,.15);color:#a5b4fc}body.dark-mode .presszone-forum-filter-badge__remove{background:hsla(0,0%,100%,.1)}body.dark-mode .presszone-forum-filter-badge__remove:hover{background:hsla(0,0%,100%,.2)}body.dark-mode .presszone-forum-filter-badge--clear{background:#282a2c;color:#bdc1c6}body.dark-mode .presszone-forum-filter-badge--date{background:rgba(251,191,36,.15);color:#fbbf24}body.dark-mode .presszone-forum-filter-badge--forum{background:rgba(16,185,129,.15);color:#34d399}body.dark-mode .presszone-forum-filter-badge--user{background:rgba(139,92,246,.15);color:#a78bfa}body.dark-mode .presszone-forum-filter-badge--attachment{background:rgba(59,130,246,.15);color:#60a5fa}body.dark-mode .presszone-forum-search-badge--thread{background:rgba(99,102,241,.2);color:#a5b4fc;border-color:rgba(99,102,241,.3)}body.dark-mode .presszone-forum-search-badge--post{background:rgba(156,163,175,.15);color:#d1d5db;border-color:rgba(156,163,175,.2)}body.dark-mode .presszone-forum-search-badge--match{background:rgba(251,191,36,.2);color:#fbbf24;border-color:rgba(251,191,36,.3)}body.dark-mode .presszone-forum-search-result{color:#e3e3e3}body.dark-mode .presszone-forum-search-result__title{color:#e3e3e3}body.dark-mode .presszone-forum-search-result__meta{color:#bdc1c6}body.dark-mode .presszone-forum-search-result__excerpt{color:#e3e3e3}body.dark-mode .presszone-forum-search-attachment__image{border-color:#3c4043;background:#282a2c}body.dark-mode .presszone-forum-search-attachment__file{border-color:#3c4043;background:#282a2c;color:#bdc1c6}body.dark-mode mark{background-color:rgba(251,191,36,.25);color:#fbbf24}body.dark-mode .presszone-search-tips-card{background:#282a2c;border-color:#3c4043;color:#e3e3e3}body.dark-mode .presszone-search-tips-card code{background:#353739;color:#e3e3e3}body.dark-mode .presszone-forum-search-empty{background:#282a2c;border-color:#3c4043;color:#e3e3e3}@media print{.presszone-forum-search-form,.presszone-forum-search-filters,.presszone-forum-filter-badges{display:none !important}.presszone-forum-search-result{border:1px solid #ccc;margin-bottom:10px;page-break-inside:avoid}.presszone-forum-search-result:hover{background:rgba(0,0,0,0) !important}.presszone-forum-search-result__excerpt{display:block !important;-webkit-line-clamp:unset}mark{background-color:#ff0 !important;color:#0f172a !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(prefers-reduced-motion: reduce){.presszone-forum-search-form__input,.presszone-forum-search-filters__toggle,.presszone-forum-filter-badge,.presszone-forum-filter-badge__remove,.presszone-forum-search-result,.presszone-forum-select{transition:none}}@media(prefers-contrast: high){.presszone-forum-search-form__input,.presszone-forum-search-filters{border-width:2px}.presszone-forum-filter-badge{border:2px solid currentColor}.presszone-forum-search-badge{border-width:2px}.presszone-forum-search-result{border-left:4px solid #1f71dd}mark{background-color:#ff0;color:#0f172a;outline:2px solid #0f172a}.presszone-search-tips-card,.presszone-forum-search-empty{border-width:2px}}.presszone-forum-search-form__input:focus-visible,.presszone-forum-select:focus-visible,.presszone-forum-filter-badge__remove:focus-visible,.presszone-forum-search-result:focus-visible{outline:2px solid #1f71dd;outline-offset:2px}.presszone-forum-search-result[tabindex]:focus-visible{box-shadow:inset 0 0 0 2px #1f71dd;outline:none}
