.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-profile-header{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:24px}.presszone-forum-profile-header__cover{height:120px;background:linear-gradient(135deg, #1f71dd, #3b82f6);opacity:.8}.presszone-forum-profile-header__main{padding:0 32px 32px;display:flex;gap:32px;align-items:flex-end;margin-top:-64px;flex-wrap:wrap;position:relative;z-index:1}.presszone-forum-profile-header__avatar img{border-radius:9999px;border:4px solid #fff;background:#fff}.presszone-forum-profile-header__info{padding-bottom:12px;flex:1}.presszone-forum-profile-header__name{font-size:2rem;margin:0 0 8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.presszone-forum-profile-header__meta{color:#475569}.presszone-forum-profile-header__actions{padding-bottom:12px}.presszone-forum-profile-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:16px;margin-bottom:24px}.presszone-forum-stat-card{background:#fff;padding:20px;border-radius:12px;text-align:center}.presszone-forum-stat-card__value{font-size:1.75rem;font-weight:bold;color:#1f71dd;margin-bottom:4px}.presszone-forum-stat-card__label{color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.presszone-forum-profile-content{display:flex;flex-direction:column;gap:24px}.presszone-forum-profile-section{background:#fff;padding:24px;border-radius:12px}.presszone-forum-profile-section h3{margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.presszone-forum-profile-activity{display:flex;flex-direction:column;gap:12px}.presszone-forum-activity-item{display:flex;gap:12px;padding:12px;border-radius:12px;background:#f1f5f9}.presszone-forum-activity-item__content{flex:1;min-width:0}.presszone-forum-activity-item__title{font-weight:500;color:#0f172a;text-decoration:none;display:block}.presszone-forum-activity-item__title:hover{color:#1f71dd}.presszone-forum-activity-item__excerpt{margin:4px 0;color:#475569;font-size:.875rem;line-height:1.4}.presszone-forum-activity-item__meta{display:flex;gap:12px;font-size:.75rem;color:#475569;flex-wrap:wrap}.presszone-forum-activity-item__time{font-size:.75rem;color:#475569}.presszone-forum-profile-section .presszone-forum-inbox-item{color:#0f172a !important}.presszone-forum-profile-section .presszone-forum-inbox-item .presszone-forum-inbox-item__title{color:#0f172a !important}.presszone-forum-profile-section .presszone-forum-inbox-item .presszone-forum-inbox-item__preview{color:#334155 !important}.presszone-forum-profile-section .presszone-forum-inbox-item .presszone-forum-inbox-item__time{color:#475569 !important}.presszone-forum-profile-section .presszone-forum-inbox-item:hover .presszone-forum-inbox-item__title{color:#144ba0 !important}.presszone-forum-profile-section .presszone-forum-inbox-item__avatar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.presszone-forum-profile-section .presszone-forum-inbox-item__avatar .presszone-forum-icon,.presszone-forum-profile-section .presszone-forum-inbox-item__avatar svg{flex-shrink:0;stroke:currentColor}.presszone-forum-profile-section .presszone-forum-search-badge--thread{color:#0f172a !important;font-size:13px !important;font-family:inherit !important}.presszone-forum-profile-section .presszone-forum-search-badge--thread+svg,.presszone-forum-profile-section .presszone-forum-search-badge--thread+.presszone-forum-icon,.presszone-forum-profile-section .presszone-forum-search-badge--thread~svg,.presszone-forum-profile-section .presszone-forum-search-badge--thread~.presszone-forum-icon{color:#6366f1 !important}.presszone-forum-profile-section .presszone-forum-search-badge--post{color:#0f172a !important;font-size:13px !important;font-family:inherit !important}.presszone-forum-profile-section .presszone-forum-search-badge--post+svg,.presszone-forum-profile-section .presszone-forum-search-badge--post+.presszone-forum-icon,.presszone-forum-profile-section .presszone-forum-search-badge--post~svg,.presszone-forum-profile-section .presszone-forum-search-badge--post~.presszone-forum-icon{color:#06b6d4 !important}.presszone-forum-profile-section .presszone-forum-search-badge--poll+svg,.presszone-forum-profile-section .presszone-forum-search-badge--poll+.presszone-forum-icon,.presszone-forum-profile-section .presszone-forum-search-badge--poll~svg,.presszone-forum-profile-section .presszone-forum-search-badge--poll~.presszone-forum-icon{color:#f59e0b !important}.presszone-forum-profile-section .presszone-forum-search-badge{flex-shrink:0;white-space:nowrap;margin-left:0}.presszone-forum-profile-section .presszone-forum-text-muted{color:#475569 !important}.presszone-forum-profile-section .presszone-forum-text-muted .presszone-forum-icon,.presszone-forum-profile-section .presszone-forum-text-muted svg{color:#475569 !important;vertical-align:middle;margin-right:4px}.presszone-forum-profile-section .presszone-forum-text-muted span{color:#475569 !important}body.dark-mode .presszone-forum-profile-header{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-profile-header .presszone-forum-profile-header__cover{background:linear-gradient(135deg, #144ba0, #60a5fa)}body.dark-mode .presszone-forum-profile-header .presszone-forum-profile-header__avatar img{border-color:#1e1f20;background:#1e1f20}body.dark-mode .presszone-forum-stat-card{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-profile-section{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-profile-section h3{border-bottom-color:#cbd5e1}body.dark-mode .presszone-forum-profile-section .presszone-forum-inbox-item{color:#e3e3e3 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-inbox-item .presszone-forum-inbox-item__title{color:#e3e3e3 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-inbox-item .presszone-forum-inbox-item__preview{color:#e3e3e3 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-inbox-item:hover .presszone-forum-inbox-item__title{color:#144ba0 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--thread,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--post{color:#e3e3e3 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--thread+svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--thread+.presszone-forum-icon,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--thread~svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--thread~.presszone-forum-icon{color:#818cf8 !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--post+svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--post+.presszone-forum-icon,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--post~svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--post~.presszone-forum-icon{color:#22d3ee !important}body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--poll+svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--poll+.presszone-forum-icon,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--poll~svg,body.dark-mode .presszone-forum-profile-section .presszone-forum-search-badge--poll~.presszone-forum-icon{color:#fbbf24 !important}body.dark-mode .presszone-forum-activity-item{background:#282a2c}body.dark-mode .presszone-forum-profile-signature{background:#282a2c;border-left-color:#cbd5e1}body.dark-mode .presszone-forum-quote{background:#282a2c;border-inline-start-color:#60a5fa}body.dark-mode .presszone-forum-quote p{color:#e3e3e3}body.dark-mode .presszone-forum-quote .presszone-forum-quote,body.dark-mode .presszone-forum-quote blockquote{background:#1e1f20;border-inline-start-color:#818cf8}body.dark-mode .presszone-forum-quote__author{color:#a5b4fc}body.dark-mode .presszone-forum-quote__author-link{color:#a5b4fc}body.dark-mode .presszone-forum-quote__content{color:#e3e3e3}.presszone-forum-account{display:grid;grid-template-columns:220px 1fr;gap:24px;min-height:400px;min-width:0}@media(max-width: 1023px){.presszone-forum-account{grid-template-columns:200px 1fr;gap:20px}}@media(max-width: 767px){.presszone-forum-account{grid-template-columns:minmax(0, 1fr);gap:16px}}.presszone-forum-account__nav{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px;height:fit-content;position:sticky;top:24px;min-width:0;max-width:100%}@media(max-width: 767px){.presszone-forum-account__nav{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:8px;padding:10px;position:static;width:100%;min-width:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.presszone-forum-account__nav::-webkit-scrollbar{display:none}}.presszone-forum-account__nav-link{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;color:#0f172a;text-decoration:none;font-weight:500;font-size:15px;line-height:1.6;transition:background-color .15s ease,color .15s ease}.presszone-forum-account__nav-link svg,.presszone-forum-account__nav-link .dashicons{width:18px;height:18px;flex-shrink:0;opacity:.7}.presszone-forum-account__nav-link:hover{background:#f1f5f9;color:#144ba0}.presszone-forum-account__nav-link:hover svg,.presszone-forum-account__nav-link:hover .dashicons{opacity:1}.presszone-forum-account__nav-link--active{background:rgba(31,113,221,.08);color:#144ba0;font-weight:600}.presszone-forum-account__nav-link--active svg,.presszone-forum-account__nav-link--active .dashicons{opacity:1}@media(max-width: 767px){.presszone-forum-account__nav-link{padding:10px 14px;white-space:nowrap;flex-shrink:0}}.presszone-forum-account__nav-divider{height:1px;background:#e2e8f0;margin:8px 0}@media(max-width: 767px){.presszone-forum-account__nav-divider{display:none}}.presszone-forum-account__nav-heading{padding:8px 16px 4px;font-size:12px;line-height:1.3333333333;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#475569}@media(max-width: 767px){.presszone-forum-account__nav-heading{display:none}}.presszone-forum-account__content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 28px 28px;min-height:300px;min-width:0;max-width:100%;box-sizing:border-box}.presszone-forum-account__content h2{margin:0 0 24px;font-size:24px;line-height:1.3;font-weight:600;font-weight:700;color:#0f172a;line-height:1.3}.presszone-forum-account__content h3{margin:24px 0 16px;font-size:18px;line-height:1.5;font-weight:600;color:#0f172a}.presszone-forum-account__content h3:first-of-type{margin-top:0}.presszone-forum-account__content .presszone-forum-account__description{color:#475569;font-size:15px;line-height:1.6;margin-bottom:20px;line-height:1.5}@media(max-width: 767px){.presszone-forum-account__content{padding:18px 20px 24px}.presszone-forum-account__content h2{font-size:1.3rem;margin-bottom:20px}}@media(max-width: 639px){.presszone-forum-account__content{padding:16px;border-radius:12px}.presszone-forum-account__content h2{font-size:1.2rem}}.presszone-forum-account-overview{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.presszone-forum-account-overview__avatar{flex-shrink:0}.presszone-forum-account-overview__avatar img{width:80px;height:80px;border-radius:9999px;border:3px solid #e2e8f0;object-fit:cover;background:#f1f5f9}.presszone-forum-account-overview__info{flex:1;min-width:0}.presszone-forum-account-overview__info h3{margin:0 0 4px !important;font-size:24px;line-height:1.3;font-weight:600;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-account-overview__info p{margin:0;color:#475569;font-size:15px;line-height:1.6}.presszone-forum-account-overview__title{display:inline-block;margin:8px 0 0;padding:4px 12px;background:rgba(31,113,221,.08);border-radius:20px;font-size:13px;color:#144ba0;font-weight:500}.presszone-forum-account-overview__since{display:block;margin-top:4px;font-size:13px;color:#475569}@media(max-width: 639px){.presszone-forum-account-overview{flex-direction:column;text-align:center;gap:16px}.presszone-forum-account-overview .presszone-forum-account-overview__info h3{font-size:1.2rem}}.presszone-forum-account-stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;margin-bottom:32px}@media(max-width: 1023px){.presszone-forum-account-stats{grid-template-columns:repeat(2, 1fr);gap:12px}}@media(max-width: 639px){.presszone-forum-account-stats{grid-template-columns:repeat(2, 1fr);gap:10px;margin-bottom:24px}}.presszone-forum-account-stat{text-align:center;padding:20px 16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;transition:transform .15s ease,box-shadow .15s ease}.presszone-forum-account-stat:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.presszone-forum-account-stat__value{display:block;font-size:28px;line-height:1.2;font-weight:700;letter-spacing:-0.01em;font-weight:800;color:#144ba0;line-height:1.2;margin-bottom:4px}.presszone-forum-account-stat__label{font-size:12px;line-height:1.3333333333;color:#475569;text-transform:uppercase;letter-spacing:.05em;font-weight:600}@media(max-width: 639px){.presszone-forum-account-stat{padding:16px 12px}.presszone-forum-account-stat .presszone-forum-account-stat__value{font-size:1.5rem}.presszone-forum-account-stat .presszone-forum-account-stat__label{font-size:12px}}.presszone-forum-form-group{margin-bottom:24px}.presszone-forum-form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:13px;color:#0f172a}.presszone-forum-form-group .presszone-forum-form-help{margin-top:6px;font-size:13px;color:#475569;line-height:1.4}.presszone-forum-form-group .presszone-forum-form-error{margin-top:6px;font-size:13px;color:#ef4444;font-weight:500}.presszone-forum-form-group .presszone-forum-form-success{margin-top:6px;font-size:13px;color:#10b981;font-weight:500}.presszone-forum-form-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media(max-width: 639px){.presszone-forum-form-row{grid-template-columns:1fr;gap:0}}.presszone-forum-input{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-input::placeholder{color:#475569}.presszone-forum-input:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.08)}.presszone-forum-input:focus:not(:focus-visible){outline:none}.presszone-forum-input: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-input:disabled{opacity:.6;cursor:not-allowed}.presszone-forum-account-static{padding:0;border:none;background:rgba(0,0,0,0);color:#0f172a;font-size:15px;font-weight:500;line-height:1.5}.presszone-forum-textarea{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;background:#f1f5f9;color:#0f172a;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";font-size:13px;resize:vertical;min-height:100px;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.presszone-forum-textarea:focus{outline:2px solid #1f71dd;outline-offset:2px;background:#fff;border-color:#1f71dd;box-shadow:0 0 0 4px rgba(31,113,221,.08);transform:translateY(-1px)}.presszone-forum-textarea:focus:not(:focus-visible){outline:none}.presszone-forum-textarea:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;background:#fff;border-color:#1f71dd;box-shadow:0 0 0 4px rgba(31,113,221,.08);transform:translateY(-1px)}.presszone-forum-textarea::placeholder{color:#475569}.presszone-forum-textarea:disabled{opacity:.6;cursor:not-allowed}.presszone-forum-select{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-select::placeholder{color:#475569}.presszone-forum-select:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.08)}.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,.08)}.presszone-forum-select:disabled{opacity:.6;cursor:not-allowed}.presszone-forum-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;cursor:pointer}.presszone-forum-form-actions{display:flex;justify-content:flex-start;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}@media(max-width: 639px){.presszone-forum-form-actions{flex-direction:column}.presszone-forum-form-actions .presszone-forum-btn{width:100%;justify-content:center}}.presszone-forum-avatar-preview{margin-bottom:24px}.presszone-forum-avatar-preview img{border-radius:9999px;display:block;border:3px solid #e2e8f0;background:#f1f5f9;width:120px;height:120px;object-fit:cover}.presszone-forum-avatar-upload{display:flex;align-items:flex-start;gap:24px}.presszone-forum-avatar-upload__preview{flex-shrink:0}.presszone-forum-avatar-upload__preview img{width:120px;height:120px;border-radius:9999px;border:3px solid #e2e8f0;object-fit:cover;background:#f1f5f9}.presszone-forum-avatar-upload__controls{flex:1}.presszone-forum-avatar-upload__buttons{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}.presszone-forum-avatar-upload__help{font-size:13px;color:#475569;line-height:1.5}@media(max-width: 639px){.presszone-forum-avatar-upload{flex-direction:column;align-items:center;text-align:center}.presszone-forum-avatar-upload .presszone-forum-avatar-upload__buttons{justify-content:center}}.presszone-forum-avatar-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.presszone-forum-avatar-cropper__container{position:relative;width:100%;max-width:400px;aspect-ratio:1;background:#f1f5f9;border-radius:12px;overflow:hidden;margin:0 auto 20px}.presszone-forum-avatar-cropper__image{max-width:100%;display:block}.presszone-forum-avatar-cropper__controls{display:flex;justify-content:center;gap:16px;margin-bottom:20px}.presszone-forum-avatar-cropper__slider{width:200px;accent-color:#1f71dd}.presszone-forum-avatar-cropper__actions{display:flex;justify-content:center;gap:12px}.presszone-forum-cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.presszone-forum-cropper-modal{background:#fff;border-radius:16px;padding:24px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.presszone-forum-signature-editor__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.presszone-forum-signature-editor__header label{font-weight:600;color:#0f172a;margin:0}.presszone-forum-signature-editor__limits{font-size:13px;color:#475569}.presszone-forum-editor-toggle{display:flex;gap:4px;background:#f1f5f9;padding:3px;border-radius:6px}.presszone-forum-toggle-btn{padding:6px 14px;border:none;background:rgba(0,0,0,0);border-radius:4px;cursor:pointer;font-size:13px;line-height:1.3846153846;color:#475569;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:background-color .15s ease,color .15s ease,box-shadow .15s ease}.presszone-forum-toggle-btn:hover{color:#0f172a}.presszone-forum-toggle-btn--active{background:#fff;color:#0f172a;box-shadow:0 1px 3px 0 rgba(0,0,0,.05)}.presszone-forum-wysiwyg-toolbar{display:flex;gap:4px;padding:10px;background:#f1f5f9;border:1px solid #e2e8f0;border-bottom:none;border-radius:12px 12px 0 0;flex-wrap:wrap}.presszone-forum-wysiwyg-toolbar button{width:34px;height:34px;border:none;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;color:#0f172a;transition:background-color .15s ease,color .15s ease}.presszone-forum-wysiwyg-toolbar button:hover{background:#e2e8f0}.presszone-forum-wysiwyg-toolbar button.presszone-forum-active{background:rgba(31,113,221,.08);color:#144ba0}.presszone-forum-wysiwyg-toolbar button:disabled{opacity:.5;cursor:not-allowed}.presszone-forum-toolbar-sep{width:1px;background:#e2e8f0;margin:0 6px;align-self:stretch}.presszone-forum-wysiwyg-editor{min-height:120px;max-height:200px;overflow-y:auto;padding:14px;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;background:#fff;font-size:13px;line-height:1.5;color:#0f172a}.presszone-forum-wysiwyg-editor:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-wysiwyg-editor:focus:not(:focus-visible){outline:none}.presszone-forum-wysiwyg-editor: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-wysiwyg-editor p{margin:0 0 8px}.presszone-forum-wysiwyg-editor a{color:#144ba0}.presszone-forum-wysiwyg-editor img{max-width:100%;height:auto}.presszone-forum-code-editor{width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:12px;font-family:monospace;font-size:13px;resize:vertical;box-sizing:border-box;background:#fff;color:#0f172a;min-height:150px}.presszone-forum-code-editor:focus{outline:2px solid #1f71dd;outline-offset:2px;border-color:#1f71dd;box-shadow:0 0 0 3px rgba(31,113,221,.15)}.presszone-forum-code-editor:focus:not(:focus-visible){outline:none}.presszone-forum-code-editor: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-signature-preview{padding:18px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;max-height:100px;overflow:hidden;color:#475569;font-style:italic}.presszone-forum-signature-preview__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569;margin-bottom:10px}.presszone-forum-signature-preview__content{font-style:normal;color:#0f172a}.presszone-forum-signature-preview__content a{color:#144ba0}.presszone-forum-signature-preview__content img{max-width:100%;max-height:60px}.presszone-forum-radio-group{display:flex;flex-direction:column;gap:12px}.presszone-forum-radio-group label{display:flex;align-items:center;gap:10px;cursor:pointer;color:#0f172a;padding:12px 16px;background:#f1f5f9;border-radius:12px;border:1px solid rgba(0,0,0,0);transition:background-color .15s ease,border-color .15s ease}.presszone-forum-radio-group label:hover{background:#e2e8f0}.presszone-forum-radio-group label input[type=radio]{width:18px;height:18px;accent-color:#1f71dd;flex-shrink:0}.presszone-forum-radio-group label.checked{background:rgba(31,113,221,.08);border-color:#1f71dd}.presszone-forum-checkbox-label{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;cursor:pointer;background:#f1f5f9;border-radius:12px;margin-bottom:8px;border:1px solid rgba(0,0,0,0);transition:background-color .15s ease,border-color .15s ease}.presszone-forum-checkbox-label:hover{background:#e2e8f0}.presszone-forum-checkbox-label:last-child{margin-bottom:0}.presszone-forum-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#1f71dd;flex-shrink:0;margin-top:2px}.presszone-forum-checkbox-label span{flex:1}.presszone-forum-checkbox-label span strong{display:block;margin-bottom:2px;font-weight:600}.presszone-forum-checkbox-label span small{display:block;color:#475569;font-size:13px}.presszone-forum-checkbox-label--checked{background:rgba(31,113,221,.08);border-color:#1f71dd}.presszone-forum-toggle-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#f1f5f9;border-radius:12px;margin-bottom:12px;border:1px solid #e2e8f0}.presszone-forum-toggle-switch:last-child{margin-bottom:0}.presszone-forum-toggle-switch__label{flex:1}.presszone-forum-toggle-switch__label strong{display:block;font-weight:600;color:#0f172a;margin-bottom:2px}.presszone-forum-toggle-switch__label span{display:block;font-size:13px;color:#475569;line-height:1.4}.presszone-forum-toggle-switch__control{flex-shrink:0}.presszone-forum-switch{position:relative;width:48px;height:26px}.presszone-forum-switch input{opacity:0;width:0;height:0}.presszone-forum-switch input:checked+.presszone-forum-switch__slider{background:#1f71dd}.presszone-forum-switch input:checked+.presszone-forum-switch__slider::before{transform:translateX(22px)}.presszone-forum-switch input:focus+.presszone-forum-switch__slider{box-shadow:0 0 0 3px rgba(31,113,221,.08)}.presszone-forum-switch__slider{position:absolute;cursor:pointer;inset:0;background:#e2e8f0;border-radius:26px;transition:background-color .15s ease}.presszone-forum-switch__slider::before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:9999px;box-shadow:0 1px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease}.presszone-forum-preference-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.presszone-forum-preference-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.presszone-forum-preference-section h3{margin:0 0 16px !important;font-size:1rem;font-weight:600;color:#0f172a}.presszone-forum-preference-section p{margin:0 0 16px;font-size:13px;color:#475569}.presszone-forum-profile-header{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:24px;border:1px solid #e2e8f0}.presszone-forum-profile-header__cover{height:120px;background:linear-gradient(135deg, rgba(31, 113, 221, 0.15), #f1f5f9);border-bottom:1px solid #e2e8f0;position:relative}.presszone-forum-profile-header__cover img{width:100%;height:100%;object-fit:cover}.presszone-forum-profile-header__main{padding:0 32px 32px;display:flex;gap:32px;align-items:flex-end;margin-top:-64px;flex-wrap:wrap}.presszone-forum-profile-header__avatar{position:relative;flex-shrink:0}.presszone-forum-profile-header__avatar img{border-radius:9999px;border:4px solid #fff;background:#fff;display:block;width:128px;height:128px;object-fit:cover}.presszone-forum-profile-header__rank-badge{position:absolute;bottom:4px;right:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:2px solid #e2e8f0;border-radius:9999px;font-size:18px;line-height:1;z-index:2;box-shadow:0 1px 3px 0 rgba(0,0,0,.05)}.presszone-forum-profile-header__rank-badge--img{padding:3px;overflow:hidden}.presszone-forum-profile-header__rank-badge--img img{width:100%;height:100%;object-fit:contain;border:none !important;border-radius:0 !important;background:rgba(0,0,0,0) !important}.presszone-forum-profile-header__info{padding-bottom:12px;flex:1;min-width:200px}.presszone-forum-profile-header__name{font-size:2rem;margin:0 0 8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#0f172a;font-weight:700;line-height:1.2}.presszone-forum-profile-header__name .presszone-forum-online-dot{width:12px;height:12px;background:#10b981;border-radius:9999px;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.presszone-forum-profile-header__meta{color:#475569;font-size:.95rem;line-height:1.5}.presszone-forum-profile-header__meta span{margin-right:4px}.presszone-forum-profile-header__website{display:inline-flex;align-items:center;gap:4px;color:#1f71dd;text-decoration:none;transition:color .15s ease,opacity .15s ease}.presszone-forum-profile-header__website:hover{color:#185bb5;opacity:.9}.presszone-forum-profile-header__website svg,.presszone-forum-profile-header__website .presszone-forum-icon{color:#1f71dd;flex-shrink:0}.presszone-forum-profile-header__title{display:inline-block;padding:4px 12px;background:rgba(31,113,221,.08);border-radius:20px;font-size:13px;color:#144ba0;font-weight:500}.presszone-forum-profile-header__actions{padding:0 32px 24px;display:flex;gap:12px;flex-wrap:wrap}@media(max-width: 767px){.presszone-forum-profile-header .presszone-forum-profile-header__main{flex-direction:column;align-items:center;text-align:center;margin-top:-60px;padding:0 20px 24px;gap:16px}.presszone-forum-profile-header .presszone-forum-profile-header__avatar img{width:100px;height:100px}.presszone-forum-profile-header .presszone-forum-profile-header__info{padding-bottom:0}.presszone-forum-profile-header .presszone-forum-profile-header__name{justify-content:center;font-size:1.5rem}.presszone-forum-profile-header .presszone-forum-profile-header__actions{width:100%;justify-content:center;padding:0 20px 20px}}@media(max-width: 639px){.presszone-forum-profile-header .presszone-forum-profile-header__cover{height:80px}.presszone-forum-profile-header .presszone-forum-profile-header__main{margin-top:-40px}.presszone-forum-profile-header .presszone-forum-profile-header__avatar img{width:80px;height:80px;border-width:3px}.presszone-forum-profile-header .presszone-forum-profile-header__rank-badge{width:24px;height:24px;font-size:13px}}.presszone-forum-user-header__separator{margin:0 8px;opacity:.5;color:#e2e8f0}.presszone-forum-profile-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:16px;margin-bottom:48px}@media(max-width: 639px){.presszone-forum-profile-stats{grid-template-columns:repeat(2, 1fr);gap:12px;margin-bottom:32px}}.presszone-forum-stat-card{background:#fff;padding:24px;border-radius:12px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease,box-shadow .15s ease}.presszone-forum-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.presszone-forum-stat-card__icon{font-size:24px;margin-bottom:8px;opacity:.8}.presszone-forum-stat-card__value{font-size:2rem;font-weight:800;color:#144ba0;margin-bottom:4px;line-height:1.2}.presszone-forum-stat-card__label{color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.8px;font-weight:600}@media(max-width: 639px){.presszone-forum-stat-card{padding:16px}.presszone-forum-stat-card .presszone-forum-stat-card__value{font-size:1.5rem}.presszone-forum-stat-card .presszone-forum-stat-card__label{font-size:.7rem}}.presszone-forum-profile-content{display:flex;flex-direction:column;gap:24px}.presszone-forum-profile-section{background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:32px}.presszone-forum-profile-section:last-child{margin-bottom:0}.presszone-forum-profile-section h3{margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;font-size:1.2rem;font-weight:600;color:#0f172a}.presszone-forum-profile-section .presszone-forum-inbox-item__preview{white-space:normal;overflow:visible;text-overflow:clip;height:auto;display:block;margin-top:8px}.presszone-forum-profile-section .presszone-forum-inbox-item__preview blockquote{margin:10px 0}@media(max-width: 639px){.presszone-forum-profile-section{padding:16px;margin-bottom:20px}.presszone-forum-profile-section h3{font-size:1.1rem;margin-bottom:16px;padding-bottom:12px}}.presszone-forum-profile-signature{padding:20px;background:#f1f5f9;border-radius:12px;color:#475569;font-style:italic;border-left:4px solid #e2e8f0;font-size:13px;line-height:1.6}.presszone-forum-profile-signature a{color:#144ba0}.presszone-forum-profile-signature img{max-width:100%;max-height:80px;vertical-align:middle}.presszone-forum-activity-list{list-style:none;padding:0;margin:0}.presszone-forum-activity-list__item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:12px;background:#f1f5f9;margin-bottom:8px;gap:12px;transition:background-color .15s ease}.presszone-forum-activity-list__item:hover{background:#e2e8f0}.presszone-forum-activity-list__item:last-child{margin-bottom:0}.presszone-forum-activity-list__item a{color:#0f172a;text-decoration:none;font-weight:500;transition:color .15s ease;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presszone-forum-activity-list__item a:hover{color:#144ba0}.presszone-forum-activity-list__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:9999px;flex-shrink:0;font-size:13px;color:#475569}.presszone-forum-activity-list__content{flex:1;min-width:0}.presszone-forum-activity-list__title{font-weight:500;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.presszone-forum-activity-list__meta{font-size:12px;color:#475569}.presszone-forum-activity-list__date{color:#475569;font-size:13px;flex-shrink:0;white-space:nowrap}@media(max-width: 639px){.presszone-forum-activity-list .presszone-forum-activity-list__item{flex-wrap:wrap;padding:12px}.presszone-forum-activity-list .presszone-forum-activity-list__item a{width:100%;margin-bottom:4px}.presszone-forum-activity-list .presszone-forum-activity-list__date{font-size:12px}}.presszone-forum--user-posts{padding-bottom:40px}.presszone-forum-user-header{display:flex;align-items:center;gap:20px;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px}.presszone-forum-user-header__avatar{flex-shrink:0}.presszone-forum-user-header__avatar img{width:96px;height:96px;border-radius:9999px;border:3px solid #e2e8f0;object-fit:cover}.presszone-forum-user-header__info{flex:1;min-width:0}.presszone-forum-user-header__title{margin:0 0 8px;font-size:1.5rem;color:#0f172a;font-weight:700}.presszone-forum-user-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:#475569;margin-bottom:12px}.presszone-forum-user-header__rank{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(31,113,221,.08);border-radius:20px;color:#144ba0;font-weight:500;font-size:13px}.presszone-forum-user-header__rank-img{width:20px;height:20px;border-radius:4px;object-fit:contain}.presszone-forum-user-header__separator{color:#e2e8f0}.presszone-forum-user-header__posts{color:#334155}.presszone-forum-user-header__activity{color:#334155}.presszone-forum-user-header__profile-link{display:inline-flex;align-items:center;gap:4px;color:#144ba0;text-decoration:none;font-weight:500;font-size:13px;transition:opacity .15s ease}.presszone-forum-user-header__profile-link:hover{opacity:.8}@media(max-width: 639px){.presszone-forum-user-header{flex-direction:column;text-align:center;padding:20px}.presszone-forum-user-header .presszone-forum-user-header__avatar img{width:80px;height:80px}.presszone-forum-user-header .presszone-forum-user-header__title{font-size:1.3rem}.presszone-forum-user-header .presszone-forum-user-header__meta{justify-content:center}}.presszone-forum-user-posts__list{display:flex;flex-direction:column;gap:16px}.presszone-forum-user-post{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:box-shadow .15s ease}.presszone-forum-user-post:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.presszone-forum-user-post__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f1f5f9;border-bottom:1px solid #e2e8f0;gap:12px}.presszone-forum-user-post__thread-title{margin:0;font-size:1rem;font-weight:600;min-width:0}.presszone-forum-user-post__thread-title a{color:#0f172a;text-decoration:none;transition:color .15s ease}.presszone-forum-user-post__thread-title a:hover{color:#144ba0}.presszone-forum-user-post__date{font-size:13px;color:#475569;white-space:nowrap;flex-shrink:0}.presszone-forum-user-post__content{padding:20px;font-size:13px;line-height:1.6;color:#334155}.presszone-forum-user-post__content p{margin:0}.presszone-forum-user-post__content .presszone-forum-quote{margin:0 0 12px;padding:12px 16px;background:#f1f5f9;border-radius:12px;border-left:3px solid #1f71dd}.presszone-forum-user-post__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f1f5f9;border-top:1px solid #e2e8f0}.presszone-forum-user-post__score{font-weight:700;font-size:13px;padding:4px 10px;border-radius:20px}.presszone-forum-user-post__score--positive{background:color-mix(in srgb, #10b981 15%, transparent);color:#10b981}.presszone-forum-user-post__score--negative{background:color-mix(in srgb, #ef4444 15%, transparent);color:#ef4444}.presszone-forum-user-post__score--neutral{background:#fff;color:#475569}.presszone-forum-user-post__link{color:#144ba0;text-decoration:none;font-size:13px;font-weight:500;transition:opacity .15s ease}.presszone-forum-user-post__link:hover{opacity:.8}@media(max-width: 639px){.presszone-forum-user-post .presszone-forum-user-post__header{flex-direction:column;gap:8px;align-items:flex-start;padding:14px 16px}.presszone-forum-user-post .presszone-forum-user-post__content{padding:16px}.presszone-forum-user-post .presszone-forum-user-post__footer{padding:12px 16px}}.presszone-forum-notice{padding:14px 18px;border-radius:12px;margin-bottom:20px;font-weight:500;font-size:13px;display:flex;align-items:flex-start;gap:12px}.presszone-forum-notice__icon{flex-shrink:0;font-size:18px}.presszone-forum-notice__content{flex:1}.presszone-forum-notice__content strong{display:block;margin-bottom:4px}.presszone-forum-notice__dismiss{background:none;border:none;cursor:pointer;padding:0;opacity:.7;transition:opacity .15s ease}.presszone-forum-notice__dismiss:hover{opacity:1}.presszone-forum-notice--success{background:color-mix(in srgb, #10b981 15%, transparent);border:1px solid #10b981;color:#10b981}.presszone-forum-notice--error{background:color-mix(in srgb, #ef4444 10%, transparent);border:1px solid #ef4444;color:#ef4444}.presszone-forum-notice--warning{background:rgba(245,158,11,.15);border:1px solid #f59e0b;color:#b45309}.presszone-forum-notice--info{background:rgba(31,113,221,.08);border:1px solid #1f71dd;color:#144ba0}.presszone-forum-info-icon{color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:help;margin-left:6px;position:relative;transition:color .15s ease}.presszone-forum-info-icon:hover{color:#0f172a}.presszone-forum-info-icon[data-tooltip]:hover::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);background-color:#0f172a;color:#fff;padding:10px 14px;border-radius:12px;font-size:12px;font-weight:500;white-space:normal;width:max-content;max-width:220px;z-index:10003;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);text-align:center;line-height:1.4;pointer-events:none}.presszone-forum-info-icon[data-tooltip]:hover::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(0);border-width:6px;border-style:solid;border-color:#0f172a rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);z-index:10003;pointer-events:none}body.dark-mode .presszone-forum-account__nav{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-account__nav-link{color:#e3e3e3}body.dark-mode .presszone-forum-account__nav-link:hover{background:#282a2c;color:#144ba0}body.dark-mode .presszone-forum-account__nav-link--active{background:rgba(96,165,250,.15);color:#144ba0}body.dark-mode .presszone-forum-account__nav-divider{background:#cbd5e1}body.dark-mode .presszone-forum-account__nav-heading{color:#bdc1c6}body.dark-mode .presszone-forum-account__content{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-account__content h2,body.dark-mode .presszone-forum-account__content h3{color:#e3e3e3}body.dark-mode .presszone-forum-account__content .presszone-forum-account__description{color:#bdc1c6}body.dark-mode .presszone-forum-account-overview{border-bottom-color:#cbd5e1}body.dark-mode .presszone-forum-account-overview__avatar img{border-color:#cbd5e1;background:#282a2c}body.dark-mode .presszone-forum-account-overview__info h3{color:#e3e3e3}body.dark-mode .presszone-forum-account-overview__info p{color:#bdc1c6}body.dark-mode .presszone-forum-account-overview__title{background:rgba(96,165,250,.15);color:#144ba0}body.dark-mode .presszone-forum-account-overview__since{color:#bdc1c6}body.dark-mode .presszone-forum-account-stat{background:#282a2c;border-color:#cbd5e1}body.dark-mode .presszone-forum-account-stat:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-account-stat__value{color:#144ba0}body.dark-mode .presszone-forum-account-stat__label{color:#bdc1c6}body.dark-mode .presszone-forum-form-group label{color:#e3e3e3}body.dark-mode .presszone-forum-form-group .presszone-forum-form-help{color:#bdc1c6}body.dark-mode .presszone-forum-form-group .presszone-forum-form-error{color:#f87171}body.dark-mode .presszone-forum-form-group .presszone-forum-form-success{color:#34d399}body.dark-mode .presszone-forum-input,body.dark-mode .presszone-forum-textarea,body.dark-mode .presszone-forum-select,body.dark-mode .presszone-forum-code-editor{background:#282a2c;border-color:#cbd5e1;color:#e3e3e3}body.dark-mode .presszone-forum-input::placeholder,body.dark-mode .presszone-forum-textarea::placeholder,body.dark-mode .presszone-forum-select::placeholder,body.dark-mode .presszone-forum-code-editor::placeholder{color:#bdc1c6}body.dark-mode .presszone-forum-input:focus,body.dark-mode .presszone-forum-textarea:focus,body.dark-mode .presszone-forum-select:focus,body.dark-mode .presszone-forum-code-editor:focus{background:#1e1f20;border-color:#144ba0;box-shadow:0 0 0 4px rgba(96,165,250,.15)}body.dark-mode .presszone-forum-account-static{color:#e3e3e3;background:rgba(0,0,0,0)}body.dark-mode .presszone-forum-form-actions{border-top-color:#cbd5e1}body.dark-mode .presszone-forum-avatar-preview img,body.dark-mode .presszone-forum-avatar-upload__preview img{border-color:#cbd5e1;background:#282a2c}body.dark-mode .presszone-forum-avatar-upload__help{color:#bdc1c6}body.dark-mode .presszone-forum-avatar-cropper__container{background:#282a2c}body.dark-mode .presszone-forum-cropper-overlay{background:rgba(0,0,0,.85)}body.dark-mode .presszone-forum-cropper-modal{background:#1e1f20}body.dark-mode .presszone-forum-signature-editor__header label{color:#e3e3e3}body.dark-mode .presszone-forum-signature-editor__limits{color:#bdc1c6}body.dark-mode .presszone-forum-editor-toggle{background:#282a2c}body.dark-mode .presszone-forum-toggle-btn{color:#bdc1c6}body.dark-mode .presszone-forum-toggle-btn:hover{color:#e3e3e3}body.dark-mode .presszone-forum-toggle-btn--active{background:#1e1f20;color:#e3e3e3;box-shadow:0 2px 8px rgba(0,0,0,.3)}body.dark-mode .presszone-forum-wysiwyg-toolbar{background:#282a2c;border-color:#cbd5e1}body.dark-mode .presszone-forum-wysiwyg-toolbar button{background:#1e1f20;color:#e3e3e3}body.dark-mode .presszone-forum-wysiwyg-toolbar button:hover{background:#353739}body.dark-mode .presszone-forum-wysiwyg-toolbar button.presszone-forum-active{background:rgba(96,165,250,.15);color:#144ba0}body.dark-mode .presszone-forum-toolbar-sep{background:#cbd5e1}body.dark-mode .presszone-forum-wysiwyg-editor{background:#1e1f20;border-color:#cbd5e1;color:#e3e3e3}body.dark-mode .presszone-forum-wysiwyg-editor:focus{border-color:#144ba0;box-shadow:0 0 0 3px rgba(96,165,250,.25)}body.dark-mode .presszone-forum-wysiwyg-editor a{color:#144ba0}body.dark-mode .presszone-forum-signature-preview{background:#282a2c;border-color:#cbd5e1;color:#bdc1c6}body.dark-mode .presszone-forum-signature-preview__label{color:#bdc1c6}body.dark-mode .presszone-forum-signature-preview__content{color:#e3e3e3}body.dark-mode .presszone-forum-signature-preview__content a{color:#144ba0}body.dark-mode .presszone-forum-radio-group label{background:#282a2c;color:#e3e3e3}body.dark-mode .presszone-forum-radio-group label:hover{background:#353739}body.dark-mode .presszone-forum-radio-group label.checked{background:rgba(96,165,250,.15);border-color:#144ba0}body.dark-mode .presszone-forum-checkbox-label{background:#282a2c}body.dark-mode .presszone-forum-checkbox-label:hover{background:#353739}body.dark-mode .presszone-forum-checkbox-label small{color:#bdc1c6}body.dark-mode .presszone-forum-checkbox-label--checked{background:rgba(96,165,250,.15);border-color:#144ba0}body.dark-mode .presszone-forum-toggle-switch{background:#282a2c;border-color:#cbd5e1}body.dark-mode .presszone-forum-toggle-switch__label strong{color:#e3e3e3}body.dark-mode .presszone-forum-toggle-switch__label span{color:#bdc1c6}body.dark-mode .presszone-forum-switch__slider{background:#353739}body.dark-mode .presszone-forum-switch__slider::before{background:#1e1f20}body.dark-mode .presszone-forum-switch input:checked+.presszone-forum-switch__slider{background:#144ba0}body.dark-mode .presszone-forum-preference-section{border-bottom-color:#cbd5e1}body.dark-mode .presszone-forum-preference-section h3{color:#e3e3e3}body.dark-mode .presszone-forum-preference-section p{color:#bdc1c6}body.dark-mode .presszone-forum-profile-header{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-profile-header__cover{background:linear-gradient(135deg, rgba(96, 165, 250, 0.25), #282a2c);border-bottom-color:#cbd5e1}body.dark-mode .presszone-forum-profile-header__avatar img{border-color:#1e1f20;background:#1e1f20}body.dark-mode .presszone-forum-profile-header__rank-badge{background:#1e1f20;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.3)}body.dark-mode .presszone-forum-profile-header__name{color:#e3e3e3}body.dark-mode .presszone-forum-profile-header__name .presszone-forum-online-dot{background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.2)}body.dark-mode .presszone-forum-profile-header__meta{color:#bdc1c6}body.dark-mode .presszone-forum-profile-header__website{color:#144ba0}body.dark-mode .presszone-forum-profile-header__website:hover{color:#93c5fd}body.dark-mode .presszone-forum-profile-header__website svg,body.dark-mode .presszone-forum-profile-header__website .presszone-forum-icon{color:#144ba0}body.dark-mode .presszone-forum-profile-header__title{background:rgba(96,165,250,.15);color:#144ba0}body.dark-mode .presszone-forum-user-header__separator{color:#cbd5e1}body.dark-mode .presszone-forum-stat-card{background:#1e1f20;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.3)}body.dark-mode .presszone-forum-stat-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-stat-card__value{color:#144ba0}body.dark-mode .presszone-forum-stat-card__label{color:#bdc1c6}body.dark-mode .presszone-forum-profile-section{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-profile-section h3{border-bottom-color:#cbd5e1;color:#e3e3e3}body.dark-mode .presszone-forum-profile-signature{background:#282a2c;border-color:#cbd5e1;border-left-color:#cbd5e1;color:#bdc1c6}body.dark-mode .presszone-forum-profile-signature a{color:#144ba0}body.dark-mode .presszone-forum-activity-list__item{background:#282a2c}body.dark-mode .presszone-forum-activity-list__item:hover{background:#353739}body.dark-mode .presszone-forum-activity-list__item a{color:#e3e3e3}body.dark-mode .presszone-forum-activity-list__item a:hover{color:#144ba0}body.dark-mode .presszone-forum-activity-list__icon{background:#1e1f20;color:#bdc1c6}body.dark-mode .presszone-forum-activity-list__title{color:#e3e3e3}body.dark-mode .presszone-forum-activity-list__meta,body.dark-mode .presszone-forum-activity-list__date{color:#bdc1c6}body.dark-mode .presszone-forum-user-header{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-user-header__avatar img{border-color:#cbd5e1}body.dark-mode .presszone-forum-user-header__title{color:#e3e3e3}body.dark-mode .presszone-forum-user-header__meta{color:#bdc1c6}body.dark-mode .presszone-forum-user-header__rank{background:rgba(96,165,250,.15);color:#144ba0}body.dark-mode .presszone-forum-user-header__separator{color:#cbd5e1}body.dark-mode .presszone-forum-user-header__posts,body.dark-mode .presszone-forum-user-header__activity{color:#e3e3e3}body.dark-mode .presszone-forum-user-header__profile-link{color:#144ba0}body.dark-mode .presszone-forum-user-post{background:#1e1f20;border-color:#cbd5e1}body.dark-mode .presszone-forum-user-post:hover{box-shadow:0 4px 20px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-user-post__header{background:#282a2c;border-bottom-color:#cbd5e1}body.dark-mode .presszone-forum-user-post__thread-title a{color:#e3e3e3}body.dark-mode .presszone-forum-user-post__thread-title a:hover{color:#144ba0}body.dark-mode .presszone-forum-user-post__date{color:#bdc1c6}body.dark-mode .presszone-forum-user-post__content{color:#e3e3e3}body.dark-mode .presszone-forum-user-post__content .presszone-forum-quote{background:#282a2c;border-inline-start-color:#60a5fa}body.dark-mode .presszone-forum-user-post__content .presszone-forum-quote p{color:#e3e3e3}body.dark-mode .presszone-forum-user-post__content .presszone-forum-quote__author{color:#a5b4fc}body.dark-mode .presszone-forum-user-post__footer{background:#282a2c;border-top-color:#cbd5e1}body.dark-mode .presszone-forum-user-post__score--positive{background:color-mix(in srgb, #34d399 15%, transparent);color:#34d399}body.dark-mode .presszone-forum-user-post__score--negative{background:color-mix(in srgb, #f87171 15%, transparent);color:#f87171}body.dark-mode .presszone-forum-user-post__score--neutral{background:#1e1f20;color:#bdc1c6}body.dark-mode .presszone-forum-user-post__link{color:#144ba0}body.dark-mode .presszone-forum-notice--success{background:color-mix(in srgb, #34d399 15%, transparent);border-color:#34d399;color:#34d399}body.dark-mode .presszone-forum-notice--error{background:color-mix(in srgb, #f87171 10%, transparent);border-color:#f87171;color:#f87171}body.dark-mode .presszone-forum-notice--warning{background:rgba(251,191,36,.15);border-color:#fbbf24;color:#fbbf24}body.dark-mode .presszone-forum-notice--info{background:rgba(96,165,250,.15);border-color:#144ba0;color:#144ba0}body.dark-mode .presszone-forum-info-icon{color:#bdc1c6}body.dark-mode .presszone-forum-info-icon:hover{color:#e3e3e3}body.dark-mode .presszone-forum-info-icon[data-tooltip]:hover::after{background-color:#e3e3e3;color:#1e1f20;box-shadow:0 4px 20px rgba(0,0,0,.4)}body.dark-mode .presszone-forum-info-icon[data-tooltip]:hover::before{border-color:#e3e3e3 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.presszone-forum-rtl .presszone-forum-account{direction:rtl}.presszone-forum-rtl .presszone-forum-account__nav-link svg,.presszone-forum-rtl .presszone-forum-account__nav-link .dashicons{margin-right:0;margin-left:10px}.presszone-forum-rtl .presszone-forum-profile-header__rank-badge{right:auto;left:4px}.presszone-forum-rtl .presszone-forum-info-icon{margin-left:0;margin-right:6px}.presszone-forum-rtl .presszone-forum-profile-signature{border-left:none;border-right:4px solid #e2e8f0}.presszone-forum-rtl .presszone-forum-user-post__content .presszone-forum-quote{border-left:none;border-right:3px solid #1f71dd}@media print{.presszone-forum-account{display:block}.presszone-forum-account__nav{display:none !important}.presszone-forum-account__content{border:none;padding:0;box-shadow:none}.presszone-forum-profile-header{border:1px solid #ccc;break-inside:avoid}.presszone-forum-profile-header .presszone-forum-profile-header__cover{height:60px;background:#f5f5f5 !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.presszone-forum-stat-card,.presszone-forum-account-stat{border:1px solid #ccc;box-shadow:none;break-inside:avoid}.presszone-forum-profile-section{border:1px solid #ccc;break-inside:avoid;page-break-inside:avoid}.presszone-forum-form-actions,.presszone-forum-profile-header__actions{display:none !important}}@media(prefers-reduced-motion: reduce){.presszone-forum-account-stat,.presszone-forum-stat-card,.presszone-forum-user-post,.presszone-forum-activity-list__item{transition:none;transform:none !important}.presszone-forum-switch__slider,.presszone-forum-switch__slider::before{transition:none}}@media(prefers-contrast: high){.presszone-forum-account__nav{border-width:2px}.presszone-forum-account__nav-link--active{outline:2px solid #1f71dd;outline-offset:-2px}.presszone-forum-account__content{border-width:2px}.presszone-forum-profile-header{border-width:2px}.presszone-forum-profile-header .presszone-forum-profile-header__cover{border-bottom-width:2px}.presszone-forum-stat-card,.presszone-forum-account-stat{border-width:2px}.presszone-forum-profile-section{border-width:2px}.presszone-forum-account-static{color:#e3e3e3;background:rgba(0,0,0,0)}.presszone-forum-input,.presszone-forum-textarea,.presszone-forum-select{border-width:2px}.presszone-forum-input:focus,.presszone-forum-textarea:focus,.presszone-forum-select:focus{outline:3px solid #1f71dd;outline-offset:1px}.presszone-forum-checkbox-label--checked,.presszone-forum-radio-group__label--checked{outline:2px solid #1f71dd;outline-offset:-2px}.presszone-forum-notice{border-width:2px}}.presszone-forum-account__nav-link:focus-visible{outline:2px solid #1f71dd;outline-offset:2px}.presszone-forum-toggle-btn:focus-visible{outline:2px solid #1f71dd;outline-offset:2px}.presszone-forum-wysiwyg-toolbar button:focus-visible{outline:2px solid #1f71dd;outline-offset:2px}.presszone-forum-activity-list__item a:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;border-radius:2px}.presszone-forum-user-post__thread-title a:focus-visible,.presszone-forum-user-post__link:focus-visible{outline:2px solid #1f71dd;outline-offset:2px;border-radius:2px}
