.report-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin:15px 0;width:100%;box-sizing:border-box}.report-category{background-color:#f5f5f5;border-radius:20px;padding:8px 10px;color:#333;font-size:14px;text-decoration:none;border:1px solid #eaeaea;text-align:center;display:flex;justify-content:center;align-items:center}.report-category:hover{background-color:#e5e5e5;color:#1b365d}.report-category:focus{outline:2px solid #1b365d;outline-offset:2px}.report-category.active{background-color:#1b365d;color:#fff;border-color:#1b365e}.report-categories-container{width:100%;max-width:100%;box-sizing:border-box;margin-bottom:20px}.report-add-button-container{text-align:center;margin:10px 0}.report-add-button{display:inline-block;background-color:#d64045;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:700;margin:20px 0;box-shadow:0 2px 5px rgba(0,0,0,.1)}.report-add-button:hover{background-color:#c33238;box-shadow:0 3px 8px rgba(0,0,0,.15)}.report-add-button:focus{outline:2px solid #1b365d;outline-offset:2px}.report-add-button svg{margin-right:8px;vertical-align:middle}.report-list{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}.report-item-image img{display:block;width:100%;height:auto;opacity:0;transition:opacity .3s ease-in-out}.report-item-image img.loaded,.report-item-image img[src]:not([src^="data:"]){opacity:1}.report-item-image{background-color:#f0f0f0;min-height:200px;position:relative}.report-item-white{background:#fff;border:1px solid #1b365d;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,5%);position:relative;margin-bottom:10px;width:100%;max-width:100%;box-sizing:border-box;margin-left:0;margin-right:0}.report-item-white:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.report-item-white .report-item-header{display:flex;align-items:center;padding:15px;border-bottom:1px solid #eaeaea;background-color:#f8f9fa;flex-wrap:wrap;gap:.5px}.report-item-white .report-item-category{background-color:#1b365d;border-radius:15px;padding:5px 12px;font-size:12px;font-weight:700;color:#fff;margin-right:15px}.report-item-white .report-item-time{display:flex;align-items:center;color:#555;font-size:14px;margin-right:15px}.report-item-white .report-item-time:before{content:"";display:inline-block;width:16px;height:16px;margin-right:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23555555' d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.report-item-white .report-item-date{color:#777;font-size:14px;margin-left:auto}.report-item-white .report-item-content{padding:15px;color:#333}.report-item-white .report-item-title{font-size:20px;line-height:1.8;font-weight:600;margin-bottom:10px;color:#1b365d}.report-item-white .report-item-link{color:#1b365d;text-decoration:none}.report-item-white .report-item-link:hover .report-item-title{text-decoration:underline}.report-item-white .report-item-link:focus{outline:2px solid #1b365d;outline-offset:2px}.report-item-white .report-item-text{font-size:1.2rem;line-height:1.5;margin-bottom:15px;color:#333}.report-item-white .report-item-image{margin-top:15px;text-align:center;width:100%}.report-item-white .report-item-image img{width:100%;border-radius:5px}.report-item-white .report-item-signature{margin:0;font-style:normal;color:#555;font-size:14px;margin-right:15px}.no-reports{padding:40px 20px;border-radius:10px;margin:20px 0}.no-reports h3{margin-bottom:15px}.live-indicator{display:inline-block;width:10px;height:10px;background-color:#d64045;border-radius:50%;margin-right:10px;position:relative;top:-1px;animation:pulse 1.5s infinite;box-shadow:0 0 rgba(214,64,69,.4)}@keyframes pulse{0%{box-shadow:0 0 rgba(214,64,69,.7)}70%{box-shadow:0 0 0 10px rgba(214,64,69,0)}100%{box-shadow:0 0 rgba(214,64,69,0)}}.report-instruction-list{padding-left:20px;margin:15px 0}.report-instruction-list li{margin-bottom:8px;color:#555}.report-sidebar-button{display:inline-block;background-color:#d64045;color:#fff;padding:10px 15px;border-radius:5px;text-decoration:none;font-weight:600;margin-top:10px;text-align:center}.report-sidebar-button:hover{background-color:#b83539;box-shadow:0 3px 6px rgba(0,0,0,.1)}.report-sidebar-button:focus{outline:2px solid #1b365d;outline-offset:2px}.report-category-example{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.report-category-example:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.report-category-tag{display:inline-block;background-color:#f1f1f1;color:#333;padding:4px 10px;border-radius:15px;font-size:13px;font-weight:600;margin-bottom:5px}.report-category-example p{margin:5px 0 0;font-size:14px;color:#666}.report-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%);padding:20px;margin-bottom:30px;border:1px solid #e5e5e5}.report-form-container h2{color:#1b365d;margin-top:0;margin-bottom:20px;font-size:1.8rem}.report-form{display:flex;flex-direction:column;gap:15px}.report-form-group{margin-bottom:5px}.report-form-group label{display:block;margin-bottom:5px;font-weight:600;color:#333}.report-form-control{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px}.report-form-control:focus{border-color:#1b365d;outline:none;box-shadow:0 0 0 2px rgba(27,54,93,.2)}.report-form-checkbox{display:flex;align-items:flex-start;margin-bottom:10px}.report-form-checkbox input[type=checkbox]{margin-top:3px;margin-right:10px}.report-form-checkbox input[type=checkbox]:focus{outline:2px solid #1b365d;outline-offset:2px}.report-form-checkbox label{font-size:14px;color:#555}.report-form-buttons{display:flex;justify-content:space-between;margin-top:20px}.report-form-button-cancel{padding:10px 20px;background-color:#f1f1f1;color:#333;border:none;border-radius:4px;cursor:pointer;text-decoration:none;font-weight:500;text-align:center}.report-form-button-cancel:hover{background-color:#e0e0e0}.report-form-button-cancel:focus{outline:2px solid #1b365d;outline-offset:2px}.report-form-button-submit{padding:12px 25px;background-color:#d64045;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:16px}.report-form-button-submit:hover{background-color:#b83539;box-shadow:0 3px 6px rgba(0,0,0,.1)}.report-form-button-submit:focus{outline:2px solid #1b365d;outline-offset:2px}.image-preview-container{margin-top:10px;position:relative;display:inline-block;max-width:100%}.image-preview{max-width:100%;max-height:300px;border:1px solid #ddd;border-radius:4px;padding:5px}.image-remove-btn{position:absolute;top:10px;right:10px;background-color:#fff;border:1px solid #dc3545;color:#dc3545;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.image-remove-btn svg{width:16px;height:16px}.image-remove-btn:hover{background-color:#dc3545;color:#fff}.image-remove-btn:focus{outline:2px solid #1b365d;outline-offset:2px}.report-message{padding:15px;margin-bottom:20px;font-size:16px}.report-message ul{margin:0;padding-left:20px}.report-message li{margin:4px 0}.error-field{border:2px solid #dc3545!important;background-color:#fff8f8}.form-error-message{color:#dc3545;font-weight:700;margin-bottom:15px;padding:8px;background-color:#fff8f8;border-left:3px solid #dc3545}.field-error-message{color:#dc3545;font-size:12px;margin-top:5px;display:block;font-weight:500}.report-message.report-message-error{display:block!important;margin-bottom:20px;font-weight:500}.form-error-message{display:block!important;margin-bottom:15px}.report-back-link{margin-top:30px;margin-bottom:30px}.report-back-link .report-add-button{background-color:#1b365d}.report-back-link .report-add-button:hover{background-color:#15294a}.report-article-link{background-color:#f8f9fa;border-left:3px solid #1b365d;padding:10px 15px;margin:15px 0;font-size:18px;line-height:1.4}.report-article-label{font-weight:700;color:#1b365d;margin-right:5px}.report-article-title{color:#d64045;text-decoration:none;font-weight:700}.report-article-title:hover{text-decoration:underline}.report-article-title:focus{outline:2px solid #1b365d;outline-offset:2px}.report-comments{margin-top:10px;padding-top:10px}.report-comments-title{font-size:24px;margin-bottom:5px}.report-comments-list{margin-bottom:30px}.report-comment{padding:15px 0;border-bottom:1px solid #eee}.report-comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.report-comment-author{font-weight:500;color:#333}.report-comment-date{font-size:13px;color:#666}.report-comment-content{font-size:15px;line-height:1.5;color:#333;margin-bottom:10px}.report-comment-quote{background-color:#f8f9fa;border-left:4px solid #6c757d;padding:10px;margin:10px 0;font-style:italic;color:#666}.report-comment-actions{display:flex;justify-content:flex-end;gap:20px;font-size:14px}button.report-comment-vote{display:flex;align-items:center;gap:4px;cursor:pointer;background:0 0;border:none;padding:5px;color:inherit;font-size:inherit;font-family:inherit}button.report-comment-vote:hover{opacity:.7}button.report-comment-vote:focus{outline:2px solid #1b365d;outline-offset:2px}button.report-comment-vote[aria-pressed=true]{color:#1b365d;font-weight:700}button.report-comment-vote svg{width:22px;height:22px}button.report-comment-vote:hover .vote-icon{stroke:#333}.votes-positive{color:#28a745;font-weight:500}.votes-negative{color:#dc3545;font-weight:500}.vote-icon{stroke:#666}.report-comment-reply{display:flex;align-items:center;gap:4px;text-decoration:none;color:#666}.report-comment-reply svg{width:16px;height:16px}.report-comment-reply:hover{color:#333}.report-comment-reply:focus{outline:2px solid #1b365d;outline-offset:2px}.report-comment-form-wrapper{margin-top:1px}.report-comment-form-toggle{background:#28a745;color:#fff;border:none;padding:15px 40px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:12px;margin:0 auto;transition:background-color .3s ease;position:relative;overflow:hidden;min-height:54px;width:auto;justify-content:center}.report-comment-form-toggle:hover{background:#218838;transform:none;animation:none;box-shadow:0 2px 8px rgba(40,167,69,.3)}.report-comment-form-toggle:focus{outline:2px solid #1b365d;outline-offset:2px}.report-comment-form-toggle svg{width:24px;height:24px}.report-comment-form{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .3s ease,margin-top .3s ease;margin-top:0;background:#f8f8f8;padding:0;border-radius:4px}.report-comment-form.active{max-height:1e3px;opacity:1;margin-top:20px;padding:20px}.report-comment-form-title{font-size:18px;margin-bottom:15px}.report-comment-form-group{margin-bottom:15px}.report-comment-form-group label{display:block;margin-bottom:5px;font-weight:500}.report-comment-form-control{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:15px}.report-comment-form-control:focus{border-color:#1b365d;outline:none;box-shadow:0 0 0 2px rgba(27,54,93,.2)}textarea.report-comment-form-control{min-height:100px;resize:vertical}.report-comment-form-checkbox{display:flex;align-items:flex-start;gap:8px;margin-bottom:15px}.report-comment-form-checkbox input{margin-top:4px}.report-comment-form-checkbox input:focus{outline:2px solid #1b365d;outline-offset:2px}.report-comment-form-checkbox label{font-size:14px;color:#666}.report-comment-form-info{font-size:12px;color:#666;margin-top:10px}.report-comment-submit{background:#1b365d;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:16px;cursor:pointer}.report-comment-submit:hover{background:#15294a}.report-comment-submit:focus{outline:2px solid #1b365d;outline-offset:2px}.report-comment-form.active .report-comment-form-group,.report-comment-form.active .report-comment-form-checkbox,.report-comment-form.active .report-comment-verification,.report-comment-form.active .report-comment-submit,.report-comment-form.active .report-comment-form-info{animation:fadeInUp .4s ease forwards;opacity:0}.report-comment-form.active .report-comment-form-group:nth-child(1){animation-delay:.1s}.report-comment-form.active .report-comment-form-group:nth-child(2){animation-delay:.2s}.report-comment-form.active .report-comment-form-checkbox{animation-delay:.3s}.report-comment-form.active .report-comment-verification{animation-delay:.4s}.report-comment-form.active .report-comment-submit{animation-delay:.5s}.report-comment-form.active .report-comment-form-info{animation-delay:.6s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.image-preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:#f8f9fa;border-radius:8px;min-height:200px}.image-preview-spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top-color:#d64045;border-radius:50%;animation:spinner-rotate .8s linear infinite}.image-preview-text{margin-top:15px;color:#666;font-size:14px;text-align:center}@keyframes spinner-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-hint{font-size:13px;color:#666;font-weight:400}.skip-to-main{position:absolute;left:-9999px;z-index:999}.skip-to-main:focus{position:absolute;left:50%;top:0;transform:translateX(-50%);background:#1b365d;color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 4px 4px}@media(prefers-contrast:more){.report-category,.report-form-control,.report-comment-form-control{border-width:2px}.report-add-button:focus,.report-form-button-submit:focus,button.report-comment-vote:focus{outline-width:3px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.live-indicator{animation:none}}@media(max-width:768px){.report-categories-container{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.report-categories{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.report-category{font-size:12px;padding:6px 8px}.report-list{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.report-item-white{width:100%;max-width:100%;box-sizing:border-box;margin-right:0;margin-left:0}.report-item-white .report-item-header{padding:8px 12px}.report-item-white .report-item-content{padding:12px}.report-item-white .report-item-category{font-size:11px;padding:4px 10px;margin-right:10px}.report-item-white .report-item-time{flex-shrink:0;margin-right:10px;white-space:nowrap;font-size:12px}.report-item-white .report-item-date{flex-shrink:0;margin-left:0;font-size:12px}.report-item-white .report-item-signature{flex-shrink:0}.report-form-buttons{flex-direction:column;gap:10px}.report-form-button-cancel,.report-form-button-submit{width:100%}.report-item-white .report-item-image{margin:10px -12px -12px;width:calc(100% + 24px)}.report-item-white .report-item-image img{border-radius:0}.report-comments-title{font-size:20px}.report-comment-header{flex-direction:column;gap:4px}.report-comment-actions{flex-wrap:wrap;gap:15px}.report-comment-form{padding:15px}.report-comment-form-toggle{font-size:16px;padding:12px 30px}.report-comment-form-toggle svg{width:20px;height:20px}.report-comment-form.active{max-height:none!important;height:auto!important;opacity:1!important;overflow:visible!important}.report-comment-form.active .report-comment-form-group,.report-comment-form.active .report-comment-form-checkbox,.report-comment-form.active .report-comment-verification,.report-comment-form.active .report-comment-submit,.report-comment-form.active .report-comment-form-info{opacity:1!important;animation:none!important;transform:none!important;visibility:visible!important}.image-preview-loading{padding:30px;min-height:150px}.image-preview-spinner{width:30px;height:30px;border-width:3px}}@media(max-width:480px){.report-item-white .report-item-header{padding:8px}.report-item-white .report-item-content{padding:8px}.report-item-white .report-item-title{font-size:16px;margin-bottom:8px}.report-item-white .report-item-text{font-size:14px;line-height:1.4}.report-comment-form-toggle{width:100%;text-align:center;margin:20px 0}.report-comment-form.active{padding:15px 10px;margin-top:15px}.report-comment-form-control{font-size:16px}}.hidden{display:none!important}.honeypot-field{position:absolute;left:-9999px;height:0;width:0;overflow:hidden;opacity:0;pointer-events:none}