.profile__verification-status{display:flex;align-items:center;justify-content:space-between;font-size:var(--fs-xs);line-height:1.3;padding:0.75rem 1rem;border-radius:var(--layout-border-radius-small);margin-bottom:0.5rem;gap:0.5rem;transition:all 0.3s ease}.profile__verification-status.is-verified{background-color:rgba(70,180,80,0.1);color:#46b450;border-left:3px solid #46b450}.profile__verification-status.not-verified{background-color:rgba(220,50,50,0.07);color:#dc3232;border-left:3px solid #dc3232}.profile__verification-status i{font-size:var(--fs-sm);margin-right:0.5rem}.request-verification-button{display:inline-flex;align-items:center;gap:6px;background:#ff5722;color:white;border:none;padding:8px 14px;border-radius:4px;cursor:pointer;font-weight:600;font-size:14px;transition:all 0.2s;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.request-verification-button:hover{background:#e64a19;transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,0.15)}.request-verification-button:active{transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,0.1)}.verification-pending{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:var(--fs-xxs);color:#ffb900;font-style:italic;background:rgba(255,185,0,0.1);padding:5px 10px;border-radius:4px}.profile__notification{margin-bottom:2rem;animation:fadeIn 0.5s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification{padding:12px 15px;border-radius:var(--layout-border-radius-small);line-height:1.4;font-size:var(--fs-xs);display:flex;align-items:center;gap:10px}.notification.success{background-color:rgba(70,180,80,0.1);color:#46b450;border-left:4px solid #46b450}.notification.warning{background-color:rgba(255,185,0,0.1);color:#e68b00;border-left:4px solid #ffb900}.notification i{font-size:18px}.verified-only-badge{display:inline-block;color:#e53935;font-size:0.85em;vertical-align:middle;position:absolute;top:8px;right:8px;z-index:10}.card:hover .verified-only-badge{transform:scale(1.2)}.verification-notice{margin:20px 0;padding:20px;background-color:#fff6f2;border-left:4px solid #ff5722;color:#333;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,0.07);animation:fadeIn 0.5s ease-in-out}.verification-notice h3{margin-top:0;margin-bottom:1em;color:#ff5722;font-size:1.2em;font-weight:600}.verification-notice p{margin:0.7em 0;font-size:0.95em;line-height:1.5}.verification-notice .button{margin-top:0.5em;display:inline-flex;align-items:center;gap:6px}.verification-notice-chapter{margin-bottom:15px;padding:12px;background-color:#f8f8f8;border-radius:3px;font-size:0.9em;border-left:3px solid #ddd}.verification-notice-icon{font-size:2rem;color:#ff5722;text-align:center;margin-bottom:1rem}.restriction-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;animation:fadeIn 0.3s ease-out}.restriction-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center}.restriction-popup-container{background:var(--bg-100,#fff);box-shadow:0 5px 25px rgba(0,0,0,0.25);width:90%;max-width:500px;border-radius:8px;max-height:90vh;overflow-y:auto;animation:scaleIn 0.3s ease-out}@keyframes scaleIn{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}.restriction-popup-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--bg-200,#eee)}.restriction-popup-header h3{margin:0;color:var(--fg-700,#333);font-size:1.2em}.restriction-popup-close{background:none;border:none;cursor:pointer;font-size:1.3em;color:var(--fg-500,#666);transition:color 0.2s;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%}.restriction-popup-close:hover{color:var(--fg-900,#000);background:rgba(0,0,0,0.05)}.restriction-popup-content{padding:25px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.restriction-popup-content p{font-size:1.05em;line-height:1.5;margin:15px 0 0;color:var(--fg-600)}.restriction-popup-footer{padding:15px 20px;border-top:1px solid var(--bg-200,#eee);display:flex;justify-content:flex-end;gap:10px}.restriction-popup.open{display:block}.verification-admin-page{max-width:1200px}.verification-admin-overview{margin:20px 0;display:grid;grid-template-columns:2fr 3fr;gap:20px}@media screen and (max-width:782px){.verification-admin-overview{grid-template-columns:1fr}}.verification-admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,0.07);display:flex;align-items:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 3px 8px rgba(0,0,0,0.1)}.stat-icon{font-size:32px;margin-right:15px;color:#2271b1;display:flex;align-items:center;justify-content:center}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:24px;font-weight:600;color:#1d2327;line-height:1.2}.stat-label{font-size:13px;color:#646970}.verification-admin-description{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,0.07)}.verification-admin-description .notice{margin:10px 0 0}.verification-admin-description .action-required{border-left-color:#d63638;background-color:#fcf0f1}.verification-users-table{margin-top:20px;border-radius:5px;overflow:hidden}.verification-users-table th{font-weight:600}.verification-users-table .user-avatar{float:left;margin-right:10px}.verification-users-table .user-avatar img{border-radius:50%}.verification-users-table .user-details{overflow:hidden}.verification-users-table .user-login{display:block;margin-bottom:3px}.verification-users-table .user-id{display:block;color:#b8c4df;font-size:0.8em}.status-verified{color:#00a32a;font-weight:600;display:flex;align-items:center;gap:5px}.status-pending{color:#e68b00;font-weight:600;display:flex;align-items:center;gap:5px}.status-unverified{color:#cc1818;display:flex;align-items:center;gap:5px}.verification-date,.request-date{font-size:0.85em;color:#b8c4df;font-style:italic;margin-top:3px}.verification-pending-row{background-color:rgba(255,185,0,0.05)!important;border-left:4px solid #ffb900}.verification-verified-row{background-color:rgba(0,163,42,0.03)!important}.verification-users-table .action-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%}.verification-admin-page .search-filter-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:15px}.compact-admin{max-width:100%}.verified-access-header{background:#fff;border:1px solid #ccd0d4;border-left:3px solid #2271b1;padding:12px 16px;margin-bottom:12px}.header-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.header-title-row h1{font-size:18px;margin:0;font-weight:600}.header-stats-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#646970}.inline-stat strong{color:#1d2327;font-weight:600}.stat-separator{color:#c3c4c7}.help-toggle{margin-left:auto;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c3c4c7;border-radius:50%;font-size:12px;text-decoration:none;color:#646970}.help-toggle:hover{border-color:#2271b1;color:#2271b1}.header-help{margin-top:8px;padding:8px 12px;background:#f6f7f7;border-left:3px solid #72aee6;font-size:12px}.header-help p{margin:0}.verified-stories-container{background:#fff;border:1px solid #ccd0d4;padding:0}.compact-toolbar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e0e0e0;background:#f6f7f7}.compact-search{flex:1;max-width:240px;height:28px;padding:2px 8px;font-size:13px}.verified-stories-list{padding:0}.verified-stories-list table{margin:0;border:none}.verified-stories-list .check-column{width:2.2em;padding:6px}.verified-stories-list .column-title{width:auto}.verified-stories-list .column-status{width:90px}.verified-stories-list .column-chapters{width:50px;text-align:center}.verified-stories-list .column-actions{width:70px;text-align:center}.verified-stories-list td,.verified-stories-list th{padding:6px 8px;font-size:13px}.verified-stories-list .column-actions a{color:#646970;text-decoration:none;margin:0 4px}.verified-stories-list .column-actions a:hover{color:#2271b1}.verified-stories-list .dashicons{font-size:16px;width:16px;height:16px}.status-badge{display:inline-block;padding:2px 8px;font-size:11px;font-weight:500;border-radius:2px}.status-badge.restricted{background:#fcf0f1;color:#d63638}.status-badge.public{background:#edfaef;color:#00a32a}@media screen and (max-width:782px){.verification-admin-page .column-role,.verification-admin-page .column-name{display:none}.verification-admin-page .column-actions{text-align:left}.verification-admin-page .search-filter-form{flex-direction:column;align-items:flex-start}.verification-admin-page #user-search-input,.verification-admin-page #filter-select,.verification-admin-page #role-select,.verification-admin-page #search-submit{width:100%;max-width:100%;margin-bottom:8px}}@media screen and (max-width:600px){.verified-stories-actions{flex-direction:column;align-items:stretch}.verified-stories-bulk-actions,.verified-stories-filter{width:100%}.verified-stories-bulk-actions{display:flex;gap:10px}.verified-stories-bulk-actions button{flex:1}#story-search{width:100%}}.profile__member-plus{background-color:var(--bg-200);border-radius:var(--layout-border-radius-small);padding:1.5rem;margin-bottom:1rem;position:relative}.profile__member-plus.active{background-color:rgba(70,180,80,0.05);border-left:3px solid #46b450}.profile__member-plus.inactive{background-color:rgba(0,0,0,0.03)}.member-plus-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:20px;background:linear-gradient(135deg,#ffb347,#ffcc33);color:#7b470a;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,0.1);border:none}.member-plus-badge i{color:#b36d0f}.profile__member-plus-details{margin:1rem 0}.member-plus-product{font-size:var(--fs-md);font-weight:600;margin-bottom:0.5rem}.member-plus-expiry{font-size:var(--fs-xs);color:var(--fg-600)}.profile__member-plus-benefits{margin-top:1.5rem;background:rgba(255,255,255,0.7);padding:1rem;border-radius:var(--layout-border-radius-small)}.profile__member-plus-benefits h4{margin-top:0;margin-bottom:0.5rem;color:var(--fg-800);font-size:var(--fs-sm)}.profile__member-plus-benefits ul{margin:0.5rem 0 0;padding-left:1rem;list-style-type:none}.profile__member-plus-benefits li{margin-bottom:0.5rem;display:flex;align-items:center;gap:8px}.profile__member-plus-benefits li i{color:var(--primary-color);font-size:var(--fs-sm)}.profile__member-plus-cta{margin-top:1.5rem;text-align:center}.member-plus-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-weight:600;font-size:var(--fs-sm);transform:translateY(0);transition:all 0.2s ease}.member-plus-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.15)}.redemption-form{max-width:500px;margin:0 auto}.redemption-message{margin-top:15px}.success-message{background-color:rgba(70,180,80,0.1);color:#46b450;padding:12px 15px;border-radius:var(--layout-border-radius-small);border-left:4px solid #46b450;display:flex;align-items:center;gap:10px}.error-message{background-color:rgba(220,50,50,0.07);color:#dc3232;padding:12px 15px;border-radius:var(--layout-border-radius-small);border-left:4px solid #dc3232;display:flex;align-items:center;gap:10px}.processing-message{background-color:rgba(0,115,170,0.07);color:#0073aa;padding:12px 15px;border-radius:var(--layout-border-radius-small);border-left:4px solid #0073aa;display:flex;align-items:center;gap:10px}@media (max-width:768px){.profile__member-plus{padding:1rem}.profile__member-plus-benefits{padding:0.75rem}}.preview-notice{display:flex;align-items:center;gap:10px;padding:12px 15px;margin:15px 0;background:rgba(76,175,80,0.08);border-left:4px solid #4caf50;border-radius:var(--layout-border-radius-small);font-size:var(--fs-xs);color:#2e7d32}.preview-notice i{font-size:var(--fs-sm);flex-shrink:0}.preview-notice strong{color:#1b5e20}.preview-notice-modal{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-top:15px;background:rgba(76,175,80,0.1);border-left:3px solid #4caf50;border-radius:4px}.preview-notice-modal i{color:#4caf50;font-size:1.2rem;flex-shrink:0}.preview-notice-modal .preview-text{flex:1;font-size:0.9rem;line-height:1.4}.preview-notice-modal strong{display:block;color:#2e7d32;font-size:0.85rem;margin-bottom:2px;font-weight:600}.preview-notice-modal span{color:#1b5e20}.column-excluded{width:70px;text-align:center}.manage-exclusions{padding:3px 10px;font-size:12px;min-width:45px}.exclusion-na{color:#8c8f94}.exclusion-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;display:none}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}.modal-container{position:relative;max-width:680px;margin:40px auto;background:#fff;border-radius:8px;box-shadow:0 5px 25px rgba(0,0,0,0.3);max-height:calc(100vh - 80px);display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #dcdcde}.modal-title{margin:0;font-size:1.125rem;font-weight:600;color:#1d2327}.modal-close{background:none;border:none;font-size:24px;color:#646970;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all 0.15s}.modal-close:hover{background:#f0f0f1;color:#1d2327}.modal-body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.modal-search{margin-bottom:1rem}.modal-search input{width:100%;padding:0.5rem 0.75rem;border:1px solid #8c8f94;border-radius:4px;font-size:13px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:0.5rem;padding:1rem 1.25rem;border-top:1px solid #dcdcde}.loading-indicator{text-align:center;padding:2rem;color:#646970;font-size:14px}.error{text-align:center;padding:2rem;color:#d63638;font-size:14px}.chapter-list .chapter-index-group{margin-bottom:1rem}.chapter-list .chapter-group-name{font-size:0.75rem;font-weight:600;color:#444;padding:0.25rem 0.5rem;margin-bottom:0.2rem;display:flex;align-items:baseline;gap:0.25rem}.chapter-list .chapter-count{font-size:0.625rem;font-weight:500;color:#888;opacity:0.65;margin-left:auto}.chapter-list .chapter-group-list{list-style:none;padding:0;margin:0}.chapter-list .chapter-item{margin-bottom:0}.chapter-list .chapter-link{display:flex;align-items:center;gap:0.5rem;padding:0.4rem 0.5rem;border-radius:2px;transition:background 0.1s ease;cursor:pointer;position:relative}.chapter-list .chapter-link:hover{background:rgba(0,0,0,0.02)}.chapter-list .chapter-checkbox{flex-shrink:0;margin:0;cursor:pointer}.chapter-list .price-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 0.275rem;font-size:0.625rem;font-weight:700;border-radius:2px;flex-shrink:0;letter-spacing:-0.25px}.chapter-list .price-badge.purchased{background:rgba(40,167,69,0.12);color:#1e7e34}.chapter-list .price-badge.free{background:transparent;color:#999;font-weight:500}.chapter-list .price-badge.unpurchased{background:rgba(0,123,255,0.1);color:#0056b3}.chapter-list .chapter-info{flex:1;min-width:0;line-height:1}.chapter-list .chapter-title{font-size:0.8125rem;font-weight:500;line-height:1.35;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-list .chapter-subtitle{font-size:0.6875rem;color:#888;line-height:1.25;margin-top:0.125rem;opacity:0.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-list .exclusion-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:0.625rem;font-weight:600;border-radius:2px;flex-shrink:0;text-transform:uppercase;letter-spacing:0.3px}.chapter-list .exclusion-badge.public{background:#edfaef;color:#00a32a}.chapter-list .exclusion-badge.restricted{background:#fcf0f1;color:#d63638}.save-exclusions-btn .fa-spinner{margin-left:6px}@media (max-width:768px){.modal-container{margin:20px;max-height:calc(100vh - 40px)}.modal-header,.modal-body,.modal-footer{padding:0.75rem 1rem}.modal-title{font-size:1rem}.chapter-list .chapter-link{padding:0.375rem 0.375rem;gap:0.4rem}.chapter-list .chapter-title{font-size:0.75rem}.chapter-list .chapter-subtitle{font-size:0.625rem}.chapter-list .price-badge{min-width:18px;height:18px;font-size:0.5625rem}}:root[data-mode="dark"]{.profile__verification-status.is-verified{background-color:rgba(76,175,80,0.15);color:#81c784;border-left-color:#66bb6a}.profile__verification-status.not-verified{background-color:rgba(220,50,50,0.12);color:#ef5350;border-left-color:#e57373}.notification.success{background-color:rgba(76,175,80,0.15);color:#81c784;border-left-color:#66bb6a}.notification.warning{background-color:rgba(255,185,0,0.12);color:#ffd54f;border-left-color:#ffca28}.notification.error{background-color:rgba(220,50,50,0.12);color:#ef5350;border-left-color:#e57373}.notification.info{background-color:rgba(0,115,170,0.12);color:#64b5f6;border-left-color:#42a5f5}.verification-notice{background-color:rgba(255,255,255,0.05);color:#ffffff;border-color:rgba(255,255,255,0.08)}.verification-notice h3{color:#ef5350}.verification-notice p{color:#bdbdbd}.verification-notice .button{background:#42a5f5;color:#fff}.verification-notice .button:hover{background:#1e88e5}.preview-notice{background:rgba(76,175,80,0.15);border-left-color:#66bb6a;color:#81c784}.preview-notice strong{color:#a5d6a7}.preview-notice-modal{background:rgba(76,175,80,0.15);border-left-color:#66bb6a}.preview-notice-modal i{color:#66bb6a}.preview-notice-modal strong{color:#81c784}.preview-notice-modal span{color:#a5d6a7}.restriction-popup-overlay{background:rgba(0,0,0,0.7)}.restriction-popup-container{background:#4e5978;color:#ffffff;box-shadow:0 5px 30px rgba(0,0,0,0.5)}.restriction-popup-header{border-bottom-color:rgba(255,255,255,0.08)}.restriction-popup-header h3{color:#fff}.restriction-popup-close{color:#bdbdbd}.restriction-popup-close:hover{background:rgba(255,255,255,0.1);color:#fff}.restriction-popup-content p{color:#bdbdbd}.verification-notice-icon i{color:#ef5350}.restriction-popup-footer{border-top-color:rgba(255,255,255,0.08)}.modal-backdrop{background:rgba(0,0,0,0.7)}.modal-container{background:#4e5978;color:#ffffff;box-shadow:0 5px 25px rgba(0,0,0,0.5)}.modal-header{border-bottom-color:rgba(255,255,255,0.08)}.modal-title{color:#fff}.modal-close{color:#bdbdbd}.modal-close:hover{background:rgba(255,255,255,0.1);color:#fff}.modal-search input{background:#5c688c;border-color:rgba(255,255,255,0.2);color:#e0e0e0}.modal-search input:focus{border-color:#42a5f5;background:#6f7b9e}.modal-footer{border-top-color:rgba(255,255,255,0.08)}.loading-indicator{color:#bdbdbd}.error{color:#ef5350}.chapter-list .chapter-group-name{color:#e0e0e0}.chapter-list .chapter-count{color:#9e9e9e}.chapter-list .chapter-link:hover{background:rgba(255,255,255,0.05)}.chapter-list .chapter-title{color:#e0e0e0}.chapter-list .chapter-subtitle{color:#9e9e9e}.chapter-list .price-badge.purchased{background:rgba(76,175,80,0.2);color:#81c784}.chapter-list .price-badge.free{color:#b8c4df}.chapter-list .price-badge.unpurchased{background:rgba(66,165,245,0.2);color:#64b5f6}.chapter-list .exclusion-badge.public{background:rgba(76,175,80,0.2);color:#81c784}.chapter-list .exclusion-badge.restricted{background:rgba(220,50,50,0.2);color:#ef5350}.verified-stories-list table{background:#4e5978;color:#e0e0e0}.verified-stories-list th,.verified-stories-list td{border-color:rgba(255,255,255,0.08)}.verified-stories-list .column-title strong{color:#fff}.status-badge.restricted{background:rgba(220,50,50,0.2);color:#ef5350}.status-badge.public{background:rgba(76,175,80,0.2);color:#81c784}.verified-stories-list .column-actions a{color:#bdbdbd}.verified-stories-list .column-actions a:hover{color:#42a5f5}.verified-only-badge{color:#ef5350}.member-plus-badge{background:linear-gradient(135deg,#ffb74d,#ffd54f);color:#bf360c;box-shadow:0 2px 4px rgba(0,0,0,0.3)}.member-plus-badge i{color:#e65100}.compact-toolbar{background:rgba(255,255,255,0.03);border-color:rgba(255,255,255,0.08)}.toolbar-info{color:#bdbdbd}.compact-search{background:#5c688c;border-color:rgba(255,255,255,0.2);color:#e0e0e0}.compact-search:focus{border-color:#42a5f5;background:#6f7b9e}.compact-search::placeholder{color:#b8c4df}}
