@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.5}body.modal-open{overflow:hidden}.top-bar{position:sticky;top:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001a;z-index:1000}.top-bar-content{max-width:600px;margin:0 auto;padding:16px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:12px}.header-logo{height:40px;width:auto;object-fit:contain}.top-bar h1{font-size:1.125rem;font-weight:700;color:#0072bc;display:flex;flex-direction:column;gap:2px}.top-bar h1 .subtitle{font-size:.875rem;font-weight:400;color:#666}.menu-toggle{background:transparent;border:1px solid #d0d0d0;color:#0072bc;font-size:1.5rem;width:40px;height:40px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.menu-toggle:hover{background:#f0f7ff;border-color:#0072bc}.side-menu{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:#fff;box-shadow:2px 0 8px #0000001a;z-index:2000;transition:left .3s ease;overflow-y:auto}.side-menu.open{left:0}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.menu-header h2{font-size:1.25rem;font-weight:700;color:#0072bc}.menu-close{background:transparent;border:none;color:#666;font-size:2rem;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:8px}.menu-close:hover{background:#f0f0f0;color:#0072bc}.menu-content{padding:20px}.menu-section{margin-bottom:24px}.menu-section h3{font-size:.875rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.menu-checkbox{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s}.menu-checkbox:hover{background:#f9f9f9}.menu-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#0072BC}.menu-checkbox span{font-size:.9375rem;color:#333}.menu-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;text-decoration:none;color:#333;transition:all .2s}.menu-link:hover{background:#f0f7ff;color:#0072bc}.menu-icon{font-size:1.5rem}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1500;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.menu-overlay.active{opacity:1;visibility:visible}.container{max-width:600px;margin:0 auto;min-height:100vh}.loading{text-align:center;padding:40px}.spinner{border:3px solid #e0e0e0;border-top:3px solid #0072BC;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#666;font-size:.9rem}.error-message{background:#fff5f5;border:1px solid #feb2b2;color:#c53030;padding:12px 16px;border-radius:8px;margin:16px;font-size:.9rem}.statements-list{display:flex;flex-direction:column}.statement-card{background:#fff;border-bottom:1px solid #e0e0e0;padding:12px 16px;transition:background .2s;position:relative}.statement-card:hover{background:#f9f9f9}.statement-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12px;gap:8px}.profile-picture{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e0e0e0}.identity-verified-badge{display:inline-block;margin-left:4px;color:#0072bc;font-size:.875rem;font-weight:700;vertical-align:middle}.author-info{flex:1}.author-name{font-size:.9375rem;font-weight:700;color:#036}.domain-time{font-size:.9375rem;color:#666}.domain-link{color:#0072bc;text-decoration:none;transition:color .2s}.domain-link:hover{color:#005a94;text-decoration:underline}.verify-badge{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;position:absolute;top:16px;right:16px}.verify-badge.verified{background:#0072bc;color:#fff}.verify-badge.unverified{background:#dc2626;color:#fff}.superseded-indicator{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:10px 12px;margin-bottom:12px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.superseded-indicator:hover{background-color:#ffe69c;border-color:#ffb300}.superseded-icon{font-size:1.125rem;flex-shrink:0}.superseded-text{font-size:.875rem;color:#856404;font-weight:500}.statement-content{color:#333;font-size:.9375rem;line-height:1.5;margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word}.statement-keyword{color:#0072bc;font-weight:500;background:#f0f7ff;padding:1px 4px;border-radius:3px;margin-right:4px}.statement-attachments{margin-bottom:12px}.attachment-image-container{margin:12px 0;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001a}.attachment-image{width:100%;height:auto;display:block;cursor:pointer;transition:opacity .2s}.attachment-image:hover{opacity:.9}.attachment-pdf-container{margin:12px 0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#f9f9f9;box-shadow:0 1px 3px #0000001a}.attachment-pdf-title{background:#fff;padding:12px 16px;border-bottom:1px solid #e0e0e0;color:#036;font-size:.9rem;font-weight:600}.attachment-pdf-embed{width:100%;height:400px;border:none;display:block}.attachment-download-link{display:block;text-align:center;padding:12px;background:#0072bc;color:#fff;text-decoration:none;font-weight:600;transition:background .2s}.attachment-download-link:hover{background:#005a94}.attachment-video-container{margin:12px 0;border-radius:8px;overflow:hidden;background:#000;box-shadow:0 2px 8px #00000026}.attachment-video{width:100%;height:auto;display:block;max-height:500px}.translation-bar{display:flex;gap:8px;margin-bottom:12px;padding:8px;background:#f9f9f9;border-radius:8px;flex-wrap:wrap;border:1px solid #e0e0e0}.translation-btn{background:#fff;border:1px solid #d0d0d0;color:#333;font-size:.875rem;font-weight:500;padding:6px 12px;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px;white-space:nowrap}.translation-btn:hover{background:#f0f7ff;border-color:#0072bc;color:#0072bc}.translation-btn.active{background:#0072bc;border-color:#0072bc;color:#fff;font-weight:600}.translation-btn.active:hover{background:#005a94;border-color:#005a94}.action-bar{display:flex;gap:12px;padding-top:8px}.action-btn{background:transparent;border:none;color:#666;font-size:.8125rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.action-btn:hover{background:#f0f0f0;color:#0072bc}.responses-container{background:#f9f9f9;border-left:3px solid #0072BC;border-bottom:1px solid #e0e0e0;padding:12px 16px 12px 24px}.responses-header{font-size:.8125rem;font-weight:700;color:#666;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.response-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:8px}.response-card:last-child{margin-bottom:0}.response-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.response-meta{flex:1}.response-domain{font-size:.875rem;font-weight:600;color:#036}.response-author,.response-time{font-size:.8125rem;color:#666}.peer-badge{background:#036;color:#fff;padding:2px 8px;border-radius:12px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.response-content{color:#333;font-size:.875rem;line-height:1.5;margin-bottom:8px}.response-action-bar{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #f0f0f0}.response-signature-indicator{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:12px;display:inline-block}.response-signature-indicator.verified{background:#e6f2ff;color:#0072bc}.response-signature-indicator.unverified{background:#fee;color:#dc2626}.response-details-btn{background:transparent;border:1px solid #d0d0d0;color:#666;font-size:.75rem;font-weight:600;cursor:pointer;padding:4px 12px;border-radius:4px;transition:all .2s}.response-details-btn:hover{background:#f0f0f0;color:#0072bc;border-color:#0072bc}.modal{position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080}.modal-content{background-color:#fff;margin:5% auto;padding:24px;border:1px solid #e0e0e0;border-radius:8px;width:90%;max-width:700px;max-height:80vh;overflow-y:auto;color:#333;box-shadow:0 4px 6px #0000001a}.modal-close{color:#666;float:right;font-size:28px;font-weight:700;cursor:pointer;line-height:20px}.modal-close:hover,.modal-close:focus{color:#036}.modal-content h2{color:#036;margin-bottom:20px;font-size:1.5rem;font-weight:700}.modal-content h3{color:#0072bc;margin-top:20px;margin-bottom:12px;font-size:1.125rem;font-weight:700}.detail-section{margin-bottom:24px}.detail-table{width:100%;border-collapse:collapse}.detail-table td{padding:8px 12px;border-bottom:1px solid #e0e0e0;font-size:.875rem}.detail-table td:first-child{width:180px;color:#666;font-weight:600}.detail-table td:last-child{color:#333}.monospace{font-family:Courier New,monospace;font-size:.8125rem;word-break:break-all}.warning-text{color:#c53030;background:#fff5f5;border:1px solid #feb2b2;padding:12px;border-radius:8px;margin-top:12px;font-size:.875rem}.raw-statement{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:16px;overflow-x:auto;font-family:Courier New,monospace;font-size:.8125rem;line-height:1.5;color:#666;white-space:pre-wrap;word-wrap:break-word}@media(max-width:768px){.top-bar-content{padding:8px 12px}.header-logo{height:32px}.top-bar h1{font-size:1rem}.header-left{gap:8px}.url-config input[type=text]{font-size:.8125rem}.statement-card{padding:12px}.attachment-pdf-embed{height:300px}.modal-content{width:95%;margin:10% auto;padding:16px}.detail-table td:first-child{width:120px}}.pdf-signatures-container{background:#fff8f0;border-left:3px solid #ff8c00;border-bottom:1px solid #e0e0e0;padding:12px 16px 12px 24px}.pdf-embed-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:16px}.pdf-embed{width:100%;height:600px;border:none;border-radius:4px;margin-bottom:12px}.pdf-download-link{display:inline-block;background:#ff8c00;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:600;transition:background .2s}.pdf-download-link:hover{background:#e67e00}.pdf-signatures-header{font-size:.8125rem;font-weight:700;color:#666;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.pdf-signatures-grid{display:flex;flex-wrap:wrap;gap:6px;max-width:100%;overflow-x:hidden}.pdf-signature-card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:6px 10px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;position:relative;max-width:100%;min-width:0}.pdf-signature-card:hover{border-color:#ff8c00;box-shadow:0 2px 8px #ff8c001a;transform:translateY(-1px)}.pdf-signature-profile-picture{width:24px;height:24px;border-radius:50%;object-fit:cover;border:2px solid #ff8c00;flex-shrink:0}.pdf-signature-info{display:flex;align-items:center;gap:6px;min-width:0;flex:1;overflow:hidden}.pdf-signature-name{font-size:.8125rem;font-weight:600;color:#036;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-signature-domain{font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-signature-time{font-size:.75rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-signature-verify{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;flex-shrink:0;margin-left:4px}.pdf-signature-verify.verified{background:#e6f2ff;color:#0072bc}.pdf-signature-verify.unverified{background:#fff3f3;color:#dc2626}@media(max-width:600px){.pdf-signatures-container{padding:12px 12px 12px 16px}.pdf-signatures-grid{display:flex;flex-direction:column;gap:8px}.pdf-signature-card{width:100%;max-width:100%;flex-wrap:wrap}.pdf-signature-info{flex-wrap:wrap;gap:4px}.pdf-signature-name,.pdf-signature-domain,.pdf-signature-time{max-width:100%}}.votes-container{background:#f0f8ff;border-left:3px solid #0072BC;border-bottom:1px solid #e0e0e0;padding:12px 16px 12px 24px}.votes-header{font-size:.8125rem;font-weight:700;color:#666;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.votes-results{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:12px}.vote-result-row{margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.vote-result-row:last-child{margin-bottom:0}.vote-option-label{font-size:.875rem;font-weight:600;color:#036;margin-bottom:6px}.vote-voters-container{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:4px}.voter-profile-picture{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #0072BC;flex-shrink:0;transition:transform .2s;cursor:pointer}.voter-profile-picture:hover{transform:scale(1.1);border-color:#005a94}.vote-bar-container{position:relative;background:#f0f0f0;border-radius:4px;height:28px;overflow:hidden}.vote-bar{background:linear-gradient(90deg,#0072bc,#005a94);height:100%;transition:width .3s ease;border-radius:4px}.vote-count-label{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.8125rem;font-weight:600;color:#333}.votes-toggle-btn{background:transparent;border:1px solid #0072BC;color:#0072bc;font-size:.8125rem;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:4px;transition:all .2s;width:100%;margin-bottom:8px}.votes-toggle-btn:hover{background:#0072bc;color:#fff}.votes-list-container{margin-top:8px}.vote-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:8px}.vote-card:last-child{margin-bottom:0}.vote-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.voter-info{font-size:.875rem;font-weight:600;color:#036;flex:1}.vote-time{font-size:.8125rem;color:#666}.vote-signature-indicator{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:12px;display:inline-block;margin-top:4px}.vote-signature-indicator.verified{background:#e6f2ff;color:#0072bc}.vote-signature-indicator.unverified{background:#fee;color:#dc2626}.ratings-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin:16px 0}.ratings-title{font-size:1rem;font-weight:700;color:#036;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.ratings-header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.ratings-summary{display:flex;align-items:center;gap:24px;justify-content:space-between}.ratings-average{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:100px;flex-shrink:0;order:2}.average-number{font-size:2rem;font-weight:500;color:#333;line-height:1}.average-stars{display:flex;gap:1px}.ratings-count{font-size:.8125rem;color:#666;text-align:center}.star{font-size:1rem;line-height:1}.star.filled{color:#fbbc04}.star.half{background:linear-gradient(90deg,#fbbc04 50%,#e0e0e0 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.star.empty{color:#e0e0e0}.ratings-distribution{flex:1;display:flex;flex-direction:column;gap:3px;order:1}.distribution-row{display:flex;align-items:center;gap:6px;height:18px}.star-label{font-size:.75rem;color:#666;min-width:38px;display:flex;align-items:center;gap:2px;flex-shrink:0}.star-icon{color:#fbbc04;font-size:.8125rem}.distribution-bar-container{flex:1;height:10px;background:#e8eaed;border-radius:5px;overflow:hidden;min-width:80px}.distribution-bar{height:100%;background:#fbbc04;transition:width .3s ease;border-radius:5px}.distribution-count{font-size:.75rem;color:#5f6368;min-width:30px;text-align:right;flex-shrink:0}.reviews-header{font-size:1rem;font-weight:600;color:#333;margin:16px 0 12px;padding-top:12px;border-top:1px solid #e0e0e0}.reviews-list{display:flex;flex-direction:column;gap:12px}.review-card{padding:12px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.reviewer-info{display:flex;align-items:center;gap:10px;margin-bottom:10px}.reviewer-picture{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.reviewer-details{flex:1}.reviewer-name{font-weight:600;color:#333;font-size:.9375rem;display:flex;align-items:center;gap:6px}.review-date{font-size:.8125rem;color:#666;margin-top:2px}.review-stars{display:flex;gap:1px;margin-bottom:6px}.review-stars .star{font-size:1rem}.review-quality{font-size:.875rem;font-weight:600;color:#0072bc;margin-bottom:8px}.review-comment{font-size:.9375rem;color:#333;line-height:1.6;margin-bottom:12px}.review-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}.action-btn-small{background:transparent;border:1px solid #d0d0d0;color:#666;padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn-small:hover{background:#f5f5f5;border-color:#0072bc;color:#0072bc}@media(max-width:600px){.ratings-summary{flex-direction:column;gap:24px}.ratings-average{order:1;width:100%}.ratings-distribution{order:2;width:100%}.distribution-row{gap:6px}.star-label{min-width:40px;font-size:.75rem}.distribution-count{min-width:30px;font-size:.75rem}}.observations-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin:16px 0}.observations-header h3{font-size:1rem;font-weight:700;color:#036;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.observations-list{display:flex;flex-direction:column;gap:12px}.observation-card{padding:12px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px}.observation-observer{display:flex;align-items:center;gap:10px}.observation-profile-picture{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.observation-observer-text{flex:1;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.observation-observer-text strong{font-weight:600;color:#333;font-size:.9375rem}.observation-time{font-size:.8125rem;color:#666}.observation-content{padding-left:42px}.observation-property{font-size:.875rem;color:#666;margin-bottom:4px}.observation-value{font-size:1rem;font-weight:600;color:#0072bc}.observation-details-btn{align-self:flex-start;margin-left:42px;background:transparent;border:1px solid #d0d0d0;color:#666;padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.observation-details-btn:hover{background:#f5f5f5;border-color:#0072bc;color:#0072bc}.view-mode-toggle{display:flex;gap:8px;margin-bottom:20px;padding:4px;background:#f5f5f5;border-radius:8px;width:fit-content}.view-mode-btn{padding:8px 16px;background:transparent;border:none;border-radius:6px;font-size:.875rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;font-family:inherit}.view-mode-btn:hover{background:#e0e0e0;color:#333}.view-mode-btn.active{background:#0072bc;color:#fff}.content-view{padding:0}.content-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.content-profile-pic{width:48px;height:48px;border-radius:50%;object-fit:cover}.content-author-info{flex:1}.content-author-name{font-size:1.125rem;font-weight:700;color:#036;display:flex;align-items:center;gap:6px}.content-domain-time{font-size:.875rem;color:#666;margin-top:2px}.content-body{margin-bottom:20px}.content-text{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap;word-wrap:break-word}.content-aggregated{margin-top:24px;padding:16px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.content-aggregated h3{margin:0 0 12px;font-size:1rem;font-weight:700;color:#036}.vote-results{display:flex;flex-direction:column;gap:8px}.vote-result-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.vote-option{font-weight:600;color:#036}.vote-count{color:#666;font-size:.875rem}.response-item{padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0;margin-bottom:8px}.response-item:last-child{margin-bottom:0}.response-author{font-weight:600;color:#036;margin-bottom:4px;font-size:.875rem}.response-content{color:#333;font-size:.875rem;line-height:1.5}.modal-detail-content{margin-top:8px}.content-view-container .statement-card{margin-bottom:0;box-shadow:none}.publishing-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.publishing-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.publishing-modal-header{padding:24px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}.publishing-modal-header h3{font-size:20px;font-weight:600;color:#333;margin:0}.publishing-modal-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.publishing-modal-close:hover{background-color:#f0f0f0}.publishing-modal-body{padding:24px}.publishing-option{padding:20px;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:16px;transition:all .2s}.publishing-option:hover{border-color:#0072bc;background-color:#f8fbff}.publishing-option-content{width:100%}.publishing-option-content h4{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}.publishing-option-content p{font-size:14px;color:#666;margin:0 0 12px}.publishing-option-btn{background-color:#0072bc;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.publishing-option-btn:hover{background-color:#005a94}.publishing-option-btn:active{transform:translateY(1px)}@media(max-width:600px){.publishing-modal{margin:0;border-radius:0;max-height:100vh}}.email-request-form{display:flex;flex-direction:column;gap:16px}.email-request-form .form-group{display:flex;flex-direction:column;gap:6px}.email-request-form label{font-size:14px;font-weight:500;color:#333}.email-request-form .form-input{padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.email-request-form .form-input:focus{outline:none;border-color:#0072bc;box-shadow:0 0 0 3px #0072bc1a}.email-request-form .form-input::placeholder{color:#999}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:#0072bc;color:#fff}.btn-primary:hover{background-color:#005a94}.btn-secondary{background-color:#f0f0f0;color:#333}.btn-secondary:hover{background-color:#e0e0e0}.btn-primary:active,.btn-secondary:active{transform:translateY(1px)}.email-notice{background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px 16px;margin-bottom:16px;color:#856404;font-size:14px}.email-notice strong{font-weight:600}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.checkbox-label span{font-size:14px;color:#333;line-height:1.5}.checkbox-label:hover span{color:#0072bc}.publishing-option-recommended{border-color:#0072bc;background-color:#f0f7ff}.recommended-badge{display:inline-block;background-color:#0072bc;color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle}
