*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#faf7f2;color:#3c3227}.app{min-height:100vh}.header{background:linear-gradient(135deg,#8b7355,#a0826d);padding:2.5rem 1.5rem;margin-bottom:2rem;position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.header-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:2rem;position:relative;z-index:1}.header-illustration{width:100px;height:100px;background:#ffffff26;border:2px solid rgba(255,255,255,.3)}.header-text h1{font-size:2.2rem;color:#f5f1e8;font-weight:700;letter-spacing:-.5px;margin-bottom:.3rem}.header-text p{font-size:.95rem;color:#ffffffd9;font-weight:400}.header-credit{text-align:right;color:#f5f1e8;font-size:.85rem;line-height:1.5;margin-left:auto}.header-credit p{margin:0 0 .2rem;font-weight:400}.header-credit a{color:#f5f1e8;text-decoration:underline;font-weight:500;transition:color .3s ease}.header-credit a:hover{color:#fff}.main{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.section-title{font-size:1.6rem;color:#3c3227;margin-bottom:1.5rem;font-weight:700;position:relative;padding-bottom:.8rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#9b8b7e}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#999}.featured{margin-bottom:3rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem}.featured-card{background:#fff;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.04);position:relative;display:flex;flex-direction:column}.featured-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7cb342,#558b2f)}.featured-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001f}.card-image{width:100%;height:180px;background:linear-gradient(135deg,#e8dcc8,#d9cfc0);border-bottom:1px solid #e8e3d8;flex-shrink:0}.featured-card.card-1 .card-image{background:linear-gradient(135deg,#d4a574,#c99560)}.featured-card.card-2 .card-image{background:linear-gradient(135deg,#9b7ba0,#8b6f94)}.featured-card.card-3 .card-image{background:linear-gradient(135deg,#c07070,#a85f5f)}.card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.card-meta{display:flex;gap:.8rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.badge{background:#e8f5e9;color:#558b2f;padding:.35rem .8rem;font-size:.8rem;font-weight:600;border:1px solid rgba(88,139,47,.2)}.case-id{font-size:.8rem;color:#999;font-weight:500}.featured-card h3{font-size:1.35rem;color:#2c2416;margin-bottom:.8rem;font-weight:700}.card-summary{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:1.3rem;flex-grow:1}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.2rem;border-top:1px solid #f0f0f0;margin-top:auto}.footer-left{display:flex;flex-direction:column;gap:.2rem}.time-label{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.time-value{font-size:.9rem;color:#3c3227;font-weight:600}.quick-access{margin-bottom:3rem}.widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.widget{background:#fff;overflow:hidden;box-shadow:0 2px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:1px solid #e8e3d8;display:flex;flex-direction:column;text-decoration:none;color:inherit}.widget:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}.widget-image{width:100%;height:140px;background:linear-gradient(135deg,#e8dcc8,#d9cfc0);border-bottom:1px solid #e8e3d8}.widget-1 .widget-image{background:linear-gradient(135deg,#fae8d0,#f5dcc0)}.widget-2 .widget-image{background:linear-gradient(135deg,#c8d9d4,#b8ccc7)}.widget-3 .widget-image{background:linear-gradient(135deg,#e5c8d0,#d9b8c3)}.widget-4 .widget-image{background:linear-gradient(135deg,#d0e8c8,#c0ddb8)}.widget-content{padding:1.3rem}.widget-content h3{font-size:1.15rem;color:#2c2416;margin-bottom:.4rem;font-weight:700}.widget-content p{font-size:.85rem;color:#999}.report-case-cta{margin:3rem 0}.report-case-button{display:block;background:linear-gradient(135deg,#7cb342,#558b2f);padding:2.5rem 2rem;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #7cb3424d;position:relative;overflow:hidden}.report-case-button:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.report-case-button:hover{transform:translateY(-4px);box-shadow:0 8px 25px #7cb34266}.report-button-content{position:relative;z-index:1;text-align:center}.report-button-content h3{font-size:1.8rem;margin-bottom:.5rem;font-weight:700}.report-button-content p{font-size:1rem;opacity:.95;font-weight:400}.other-incidents{margin-bottom:2rem}.incidents-list{display:flex;flex-direction:column;gap:1rem}.incident-row{background:#fff;padding:1.2rem;display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #e8e3d8;border-left:4px solid #9b8b7e;transition:border-left-color .3s ease,box-shadow .3s ease;box-shadow:0 1px 4px #0000000a;cursor:pointer}.incident-row:hover{border-left-color:#7cb342;box-shadow:0 2px 8px #00000014}.incident-stats{display:flex;flex-direction:column;gap:.8rem;align-items:flex-end;min-width:200px}.incident-stats-row{display:flex;gap:1rem;align-items:center}.incident-summary{color:#666;font-size:.9rem;line-height:1.5;text-align:right;max-width:400px}.incident-date{font-size:.85rem;color:#999;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.modal-close:hover{background:#f0f0f0;color:#3c3227}.modal-header{padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0}.modal-header h2{font-size:1.8rem;color:#2c2416;margin-bottom:1rem;padding-right:2rem}.modal-meta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.modal-badge{background:#e8f5e9;color:#558b2f;padding:.4rem 1rem;font-size:.85rem;font-weight:600;border:1px solid rgba(88,139,47,.2)}.modal-case-id{font-size:.9rem;color:#999;font-weight:500}.upvote-container{display:inline-flex;align-items:center;gap:.6rem}.upvote-button-round{width:40px;height:40px;border-radius:50%;background:#fff;color:#7cb342;border:2px solid #7cb342;cursor:pointer;transition:all .3s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upvote-button-round:hover:not(:disabled){box-shadow:0 4px 12px #7cb3424d;transform:translateY(-2px)}.upvote-button-round:active:not(:disabled){transform:translateY(0)}.upvote-button-round:disabled{cursor:not-allowed;opacity:.7}.upvote-button-round.upvoted{background:#7cb342;color:#fff;border-color:#558b2f;animation:upvoteSuccess .5s ease}.upvote-button-round.upvoted:hover{background:#689f38}@keyframes upvoteSuccess{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.upvote-button-round .upvote-icon{font-size:1.1rem;font-weight:700;line-height:1}.upvote-stats{display:flex;flex-direction:column;gap:.1rem}.upvote-count-modal{font-size:1rem;font-weight:700;color:#558b2f;line-height:1.2}.upvote-label-modal{font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.3px}.upvote-error{background:#ffebee;color:#c62828;padding:.5rem 1rem;border-radius:3px;font-size:.85rem;margin-top:.8rem;border:1px solid rgba(198,40,40,.2)}.upvote-display{font-size:.85rem;color:#7cb342;font-weight:600;white-space:nowrap}.upvote-display-compact{font-size:.8rem}.upvote-display-featured{font-size:.85rem;color:#7cb342;font-weight:600}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section h3{font-size:1rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-weight:600}.modal-section p{font-size:1rem;color:#3c3227;line-height:1.8}.modal-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.modal-detail-item{display:flex;flex-direction:column;gap:.4rem}.detail-label{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.detail-value{font-size:1rem;color:#3c3227;font-weight:600}.modal-share-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.modal-share-section h3{font-size:1rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-weight:600}.share-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid #e8e3d8;background:#fff;color:#3c3227;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.share-button.screenshot-button{border-color:#d4a574;color:#c99560}.share-button.screenshot-button:hover{background:#fef5e7;border-color:#c99560}.share-button.sms-button{border-color:#7cb342;color:#558b2f}.share-button.sms-button:hover{background:#e8f5e9;border-color:#558b2f}.share-button.copy-button{border-color:#9b7ba0;color:#8b6f94}.share-button.copy-button:hover{background:#f3e5f5;border-color:#8b6f94}.share-icon{font-size:1.3rem}.share-note{margin-top:1rem;font-size:.8rem;color:#999;text-align:center;font-style:italic}.welcome-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:welcomeFadeIn .3s ease}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}.welcome-banner{background:#fff;max-width:700px;width:100%;border-radius:12px;box-shadow:0 10px 40px #0000004d;overflow:hidden;animation:welcomeSlideUp .4s ease;position:relative}@keyframes welcomeSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.welcome-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#9b8b7e,#8b7355)}.welcome-content{padding:2.5rem 2rem 2rem}.welcome-content h2{font-size:2.2rem;color:#2c2416;margin-bottom:1.2rem;font-weight:700;text-align:center}.welcome-content p{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:.7rem;text-align:center}.welcome-content-end{font-weight:750;margin-top:.8em}.welcome-checkbox-container{display:flex;justify-content:center;margin-bottom:1.5rem}.welcome-checkbox-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.95rem;color:#666;-webkit-user-select:none;user-select:none}.welcome-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#9b8b7e}.welcome-button{display:block;width:100%;background:linear-gradient(135deg,#a0826d,#8b7355);color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-transform:none;font-family:inherit;box-shadow:0 4px 15px #8b735540}.welcome-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b735559}.welcome-button:active{transform:translateY(0)}@media(max-width:768px){.header{padding:0;margin-bottom:0}.header-wrapper{grid-template-columns:1fr;padding-left:1rem;padding-right:1rem}.header-text{text-align:center}.header-credit{text-align:center;margin-left:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.header-illustration{display:none}.main{padding:0 1rem 2rem}.section-title{padding:1rem 0 .8rem;margin-bottom:1rem}.featured{margin-bottom:1.5rem}.featured-grid{grid-template-columns:1fr;gap:1rem}.featured-card{border:1px solid #e8e3d8;border-bottom:1px solid #e8e3d8}.featured-card:last-child{border-bottom:1px solid #e8e3d8}.card-image{height:200px}.widgets{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.widget{border:1px solid #e8e3d8;border-bottom:1px solid #e8e3d8}.widget:last-child{border-bottom:1px solid #e8e3d8}.incidents-list{gap:1rem;margin-top:1rem}.incident-row{border:1px solid #e8e3d8;border-bottom:1px solid #e8e3d8;border-left:4px solid #9b8b7e;box-shadow:none;flex-direction:column;align-items:flex-start;gap:.8rem}.incident-row:last-child{border-bottom:1px solid #e8e3d8}.incident-stats{width:100%;justify-content:space-between}.modal-content{max-height:90vh;margin:1rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}.modal-details{grid-template-columns:1fr;gap:1rem}.upvote-button-round{width:36px;height:36px}.upvote-button-round .upvote-icon{font-size:1rem}.upvote-count-modal{font-size:.9rem}.upvote-label-modal{font-size:.7rem}.upvote-display{font-size:.75rem}.upvote-display-compact{font-size:.7rem}.welcome-banner{max-width:90%;margin:1rem}.welcome-content{padding:2rem 1.5rem 1.5rem}.welcome-content h2{font-size:1.5rem;margin-bottom:1rem}.welcome-content p{font-size:.95rem;margin-bottom:1.2rem}.welcome-button{padding:.9rem 1.5rem;font-size:1rem}}@media(max-width:480px){.header-wrapper{padding:1.5rem 1rem}.header-text h1{font-size:1.8rem}.section-title{font-size:1.4rem}.card-content{padding:1.2rem}.card-footer{flex-direction:column;align-items:flex-start;gap:.8rem}.incident-row{padding:1rem}.welcome-overlay{padding:.5rem}.welcome-content h2{font-size:1.3rem}.welcome-content p{font-size:.9rem;line-height:1.6}.welcome-checkbox-label{font-size:.85rem}}.breadcrumbs{max-width:1200px;margin:0 auto 1.5rem;padding:0 1.5rem}.breadcrumb-list{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;color:#6b5d52}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-item a{color:#8b7355;text-decoration:none;transition:color .2s ease}.breadcrumb-item a:hover{color:#a0826d;text-decoration:underline}.breadcrumb-item span[aria-current=page]{color:#3c3227;font-weight:500}.breadcrumb-separator{margin:0 .3rem;color:#b8a89a}.badge-user-report{background:#f3e5f5;color:#7b1fa2;padding:.3rem .7rem;font-size:.75rem;font-weight:600;border:1px solid rgba(123,31,162,.2);display:inline-block;margin-top:.3rem;text-transform:uppercase;letter-spacing:.3px}.badge-source{padding:.4rem 1rem;font-size:.85rem;font-weight:600;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}.badge-user-submitted{background:#f3e5f5;color:#7b1fa2;border:1px solid rgba(123,31,162,.2)}.badge-official{background:#e8f5e9;color:#558b2f;border:1px solid rgba(88,139,47,.2)}.modal-content-user-submitted:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9c27b0,#7b1fa2)}.modal-content-official:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7cb342,#558b2f)}.featured-card-user-submitted:before{background:linear-gradient(90deg,#9c27b0,#7b1fa2)}.featured-card-user-submitted:hover{transform:translateY(-6px);box-shadow:0 8px 25px #9c27b026}.incident-row-user-submitted{border-left-color:#9c27b0}.incident-row-user-submitted:hover{border-left-color:#7b1fa2;box-shadow:0 2px 8px #9c27b01a}.timeline-item-user-submitted{border-left-color:#9c27b0}.timeline-item-user-submitted:hover{border-left-color:#7b1fa2}.result-card-user-submitted{border-left:4px solid #9c27b0}.result-card-user-submitted:hover{box-shadow:0 4px 12px #9c27b01f;border-left-color:#7b1fa2}.card-meta{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.sms-widget-button{position:fixed;bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#7cb342,#558b2f);border:none;box-shadow:0 4px 15px #7cb34266;cursor:pointer;z-index:999;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;animation:smsWidgetPulse 2s infinite}.sms-widget-button:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7cb34280;animation:none}.sms-widget-button.sms-widget-subscribed{background:linear-gradient(135deg,#2e7d32,#1b5e20);animation:none}.sms-widget-icon{font-size:1.8rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes smsWidgetPulse{0%,to{box-shadow:0 4px 15px #7cb34266}50%{box-shadow:0 4px 25px #7cb34299,0 0 0 8px #7cb34233}}.sms-modal{max-width:500px}.sms-modal-header{padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0;text-align:center}.sms-modal-header h2{font-size:1.6rem;color:#2c2416;margin-bottom:.5rem}.sms-modal-subtext{font-size:.95rem;color:#666;line-height:1.6}.sms-modal-body{padding:2rem}.sms-error{background:#fee;border:2px solid #c33;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.sms-error p{color:#c33;margin:0;font-size:.9rem}.sms-phone-input-wrapper{display:flex;align-items:center;gap:.5rem;border:2px solid #e8e3d8;background:#faf7f2;padding:.5rem 1rem;transition:border-color .3s ease}.sms-phone-input-wrapper:focus-within{border-color:#9b8b7e}.sms-country-code{font-size:1rem;color:#666;font-weight:600}.sms-phone-input-wrapper input{flex:1;border:none;background:transparent;padding:.4rem 0;font-size:1rem;color:#3c3227;outline:none}.sms-submit-button{width:100%;margin-top:1.5rem}.sms-privacy-note{font-size:.8rem;color:#999;text-align:center;margin-top:1.5rem;line-height:1.6}.sms-subscribed-info{background:#e8f5e9;border:2px solid #7cb342;border-radius:8px;padding:2rem;text-align:center;margin-bottom:1.5rem}.sms-check-icon{font-size:3rem;color:#558b2f;margin-bottom:1rem}.sms-subscribed-info p{color:#2e7d32;font-size:1rem;line-height:1.6;margin:0}.sms-unsubscribe-button{width:100%;background:transparent;border:2px solid #c33;color:#c33;padding:.9rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.sms-unsubscribe-button:hover{background:#c33;color:#fff}.notification-checkbox-group{margin-bottom:1.5rem}.notification-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;background:#f9f9f9;border:2px solid #e8e3d8;border-radius:8px;transition:all .3s ease}.notification-checkbox-label:hover{background:#f5f5f5;border-color:#9b8b7e}.notification-checkbox-label input[type=checkbox]{margin-top:.2rem;width:18px;height:18px;cursor:pointer;accent-color:#7cb342}.notification-checkbox-text{flex:1;font-size:.95rem;color:#2c2416;line-height:1.5}.notification-info-text{font-size:.85rem;color:#666;margin-top:.5rem;margin-left:2rem}.sms-success{background:#e8f5e9;border:2px solid #7cb342;border-radius:8px;padding:1rem;margin-bottom:1.5rem;animation:slideDown .3s ease}.sms-success p{color:#2e7d32;margin:0;font-size:.9rem;font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sms-widget-button.sms-widget-disabled{background:linear-gradient(135deg,#999,#666);cursor:not-allowed;opacity:.6;animation:none}.sms-widget-button.sms-widget-disabled:hover{transform:none;box-shadow:0 4px 15px #0003}@media(max-width:768px){.sms-widget-button{width:50px;height:50px;bottom:15px;left:15px}.sms-widget-icon{font-size:1.5rem}.sms-modal{max-width:95%;margin:1rem}.sms-modal-header{padding:1.5rem 1.5rem 1rem}.sms-modal-header h2{font-size:1.4rem}.sms-modal-body{padding:1.5rem}}.result-header>div{display:flex;flex-direction:column;gap:.3rem}.incident-info{display:flex;flex-direction:column;gap:.3rem}@media(max-width:768px){.badge-user-report{font-size:.7rem;padding:.25rem .6rem}.badge-source{font-size:.8rem;padding:.35rem .85rem}}.back-link{display:inline-block;font-size:.9rem;color:#ffffffd9;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.back-link:hover{color:#fff}.chart-section{margin-bottom:3rem}.chart-container{background:#fff;padding:2rem 1rem;border:1px solid #e8e3d8;overflow-x:auto}.chart-bars{display:flex;gap:.3rem;align-items:flex-end;min-height:250px;padding-bottom:2rem;min-width:fit-content}.bar-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:32px;flex:0 0 auto}.bar{width:28px;min-height:2px;position:relative;transition:height .3s ease;display:flex;align-items:flex-start;justify-content:center;padding-top:.3rem}.occurred-bar{background:linear-gradient(180deg,#7cb342,#558b2f)}.reported-bar{background:linear-gradient(180deg,#9b7ba0,#8b6f94)}.bar-value{font-size:.7rem;color:#fff;font-weight:700}.bar-label{font-size:.65rem;color:#999;transform:rotate(-45deg);white-space:nowrap;margin-top:.5rem}@media(min-width:1024px){.chart-bars{gap:.4rem;width:100%;justify-content:space-between}.bar-group{min-width:auto;flex:1 1 auto}.bar{width:100%;max-width:40px}}.timeline-list{margin-top:3rem}.timeline-items{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{background:#fff;border:1px solid #e8e3d8;border-left:4px solid #9b8b7e;padding:1.5rem;display:grid;grid-template-columns:120px 1fr;gap:1.5rem;transition:border-left-color .3s ease}.timeline-item:hover{border-left-color:#7cb342}.timeline-time{display:flex;flex-direction:column;gap:.3rem}.time-display{font-size:1.1rem;font-weight:700;color:#3c3227}.date-display{font-size:.85rem;color:#999}.timeline-content h3{font-size:1.2rem;color:#2c2416;margin-bottom:.4rem}.timeline-category{font-size:.85rem;color:#558b2f;margin-bottom:.5rem;font-weight:600}.timeline-summary{font-size:.95rem;color:#666;line-height:1.6}.search-controls{background:#fff;border:1px solid #e8e3d8;padding:2rem;margin-bottom:2rem}.search-bar{margin-bottom:1.5rem}.search-input{width:100%;padding:.9rem 1.2rem;font-size:1rem;border:2px solid #e8e3d8;background:#faf7f2;color:#3c3227;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#9b8b7e}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.85rem;font-weight:600;color:#3c3227;text-transform:uppercase;letter-spacing:.5px}.filter-select{padding:.8rem;font-size:.95rem;border:2px solid #e8e3d8;background:#faf7f2;color:#3c3227;cursor:pointer;transition:border-color .3s ease}.filter-select:focus{outline:none;border-color:#9b8b7e}.search-results{margin-top:2rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-count{font-size:.9rem;color:#999;font-weight:500}.results-list{display:flex;flex-direction:column;gap:1.2rem}.result-card{background:#fff;border:1px solid #e8e3d8;padding:1.5rem;transition:box-shadow .3s ease}.result-card:hover{box-shadow:0 4px 12px #00000014}.result-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.result-header h3{font-size:1.2rem;color:#2c2416;margin-bottom:.3rem}.result-category{font-size:.85rem;color:#558b2f;font-weight:600}.result-category-user-submitted{font-size:.85rem;color:#7b1fa2;font-weight:600}.result-case{font-size:.85rem;color:#999;font-weight:500}.result-summary{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:1rem}.result-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.result-footer-left{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.result-date{font-size:.85rem;color:#999}.no-results{background:#fff;border:1px solid #e8e3d8;padding:3rem;text-align:center}.no-results p{font-size:1rem;color:#999}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e8e3d8;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border-top:4px solid #7cb342}.stat-number{font-size:3rem;font-weight:700;color:#3c3227;line-height:1}.stat-label{font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.stats-section{margin-bottom:3rem}.stat-bars{background:#fff;border:1px solid #e8e3d8;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.stat-bar-item{display:flex;flex-direction:column;gap:.5rem}.stat-bar-label{display:flex;justify-content:space-between;font-size:.9rem;color:#3c3227;font-weight:600}.stat-bar-count{color:#999}.stat-bar-track{height:30px;background:#f5f1e8;position:relative}.stat-bar-fill{height:100%;transition:width .5s ease}.category-fill{background:linear-gradient(90deg,#7cb342,#558b2f)}.disposition-fill{background:linear-gradient(90deg,#ef5350,#850c0c)}.location-stats{display:flex;flex-direction:column;gap:1rem}.location-stat-item{background:#fff;border:1px solid #e8e3d8;padding:1.2rem;display:flex;gap:1rem;align-items:center}.location-rank{font-size:1.5rem;font-weight:700;color:#9b8b7e;min-width:50px}.location-info h3{font-size:1.1rem;color:#2c2416;margin-bottom:.2rem}.location-info p{font-size:.85rem;color:#999}.day-stats{background:#fff;border:1px solid #e8e3d8;padding:2rem;display:flex;flex-direction:column;gap:1rem}.day-stat-item{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid #f0f0f0}.day-stat-item:last-child{border-bottom:none}.day-date{font-size:.95rem;font-weight:600;color:#3c3227}.day-count{font-size:.9rem;color:#999}.map-visual{background:linear-gradient(135deg,#e8dcc8,#d9cfc0);height:400px;border:1px solid #e8e3d8;display:flex;align-items:center;justify-content:center}.map-text{font-size:1.2rem;color:#9b8b7e;font-weight:600}.ranking-list{display:flex;flex-direction:column;gap:1rem}.ranking-item{background:#fff;border:1px solid #e8e3d8;padding:1.5rem;cursor:pointer;transition:box-shadow .3s ease}.ranking-item:hover{box-shadow:0 4px 12px #00000014}.ranking-item.selected{border-left:4px solid #7cb342}.ranking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ranking-left{display:flex;align-items:center;gap:1rem}.ranking-number{font-size:1.5rem;font-weight:700;color:#9b8b7e;min-width:50px}.ranking-left h3{font-size:1.2rem;color:#2c2416}.ranking-right{display:flex;align-items:baseline;gap:.5rem}.ranking-count{font-size:2rem;font-weight:700;color:#3c3227}.ranking-label{font-size:.85rem;color:#999}.ranking-bar{height:8px;background:#f5f1e8;margin-top:.5rem}.ranking-fill{height:100%;background:linear-gradient(90deg,#7cb342,#558b2f);transition:width .5s ease}.location-details{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.location-details h4{font-size:1rem;color:#3c3227;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.detail-incident{padding:1rem;background:#faf7f2;margin-bottom:.8rem}.detail-incident:last-child{margin-bottom:0}.detail-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-category{font-size:.85rem;color:#558b2f;font-weight:600}.detail-date{font-size:.8rem;color:#999}.detail-summary{font-size:.9rem;color:#666;line-height:1.6}.location-insights{margin-top:3rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.insight-card{background:#fff;border:1px solid #e8e3d8;padding:2rem}.insight-card h3{font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}.insight-location{font-size:1.5rem;font-weight:700;color:#3c3227;margin-bottom:.5rem}.insight-number{font-size:2.5rem;font-weight:700;color:#3c3227;margin-bottom:.5rem}.insight-detail{font-size:.85rem;color:#999}.report-form-section{margin-bottom:3rem}.report-form{background:#fff;border:1px solid #e8e3d8;padding:2rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#3c3227;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{padding:.9rem;font-size:1rem;border:2px solid #e8e3d8;background:#faf7f2;color:#3c3227;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#9b8b7e}.form-group textarea{resize:vertical;min-height:150px}.form-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.submit-button{background:linear-gradient(135deg,#7cb342,#558b2f);color:#fff;padding:1rem 3rem;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #7cb3424d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7cb34266}.form-note{font-size:.85rem;color:#999;text-align:center;max-width:500px}.success-message{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #7cb342;padding:3rem 2rem;text-align:center}.success-message h3{font-size:1.8rem;color:#2e7d32;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:#558b2f}.report-info{margin-top:3rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.info-card{background:#fff;border:1px solid #e8e3d8;padding:2rem;border-top:4px solid #9b8b7e}.info-card h3{font-size:1.2rem;color:#2c2416;margin-bottom:1rem;font-weight:700}.info-card p{font-size:.95rem;color:#666;line-height:1.8;margin-bottom:.5rem}.info-card strong{color:#3c3227;font-weight:600}@media(max-width:768px){.chart-container{padding:1rem}.chart-bars{gap:.3rem;min-height:200px}.bar{width:25px}.bar-label{font-size:.6rem}.timeline-item{grid-template-columns:1fr;gap:1rem;padding:1rem}.search-controls{padding:1rem}.search-input{padding:.8rem}.filter-row{grid-template-columns:1fr}.result-card{padding:1rem}.result-header{flex-direction:column;align-items:flex-start}.result-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.stats-overview{grid-template-columns:1fr}.stat-bars{padding:1rem}.map-visual{height:250px}.ranking-item{padding:1rem}.ranking-header{flex-direction:column;align-items:flex-start;gap:.8rem}.ranking-left{flex-direction:column;gap:.5rem}.insights-grid{grid-template-columns:1fr}.report-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.submit-button{width:100%;padding:1rem 2rem}.info-cards{grid-template-columns:1fr}.report-button-content h3{font-size:1.4rem}.report-button-content p{font-size:.9rem}}@media(max-width:480px){.bar{width:20px}.stat-number{font-size:2.5rem}.ranking-count{font-size:1.5rem}.insight-number{font-size:2rem}}.map-container{width:100%}.map-placeholder{margin-bottom:3rem}.map-visual{background:linear-gradient(135deg,#e8dcc8,#d9cfc0);height:500px;border:1px solid #e8e3d8;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.map-text{font-size:1.2rem;color:#9b8b7e;font-weight:600;position:absolute;z-index:1}.map-legend{margin-top:1rem;padding:1rem;background:#fff;border:1px solid #e8e3d8;font-size:.85rem;color:#666;line-height:1.6}.map-legend strong{color:#3c3227;font-weight:600;margin-right:.5rem}.map-legend span{margin-right:.3rem}.gm-style .gm-style-iw-c{padding:0;border-radius:8px;box-shadow:0 4px 12px #00000026}.gm-style .gm-style-iw-d{overflow:auto!important;max-height:300px}.gm-style .gm-style-iw-tc:after{background:#fff}.gm-style .gm-style-iw-d::-webkit-scrollbar{width:6px}.gm-style .gm-style-iw-d::-webkit-scrollbar-track{background:#f5f1e8}.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb{background:#9b8b7e;border-radius:3px}.location-ranking{margin-bottom:3rem}.map-visual.loading{background:linear-gradient(135deg,#e8dcc8,#d9cfc0)}.map-visual.loading:before{content:"";position:absolute;width:40px;height:40px;border:4px solid #d9cfc0;border-top-color:#9b8b7e;border-radius:50%;animation:mapSpin 1s linear infinite}@keyframes mapSpin{to{transform:rotate(360deg)}}.marker-cluster{background:#7cb34299;border:3px solid rgba(124,179,66,.8);border-radius:50%;color:#fff;font-weight:700;text-align:center;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.map-visual{height:350px}.map-legend{font-size:.8rem;padding:.8rem}.gm-style .gm-style-iw-c{max-width:280px!important}}@media(max-width:480px){.map-visual{height:300px}.map-text{font-size:1rem}.gm-style .gm-style-iw-c{max-width:240px!important}}.gm-style .gm-control-active{background-color:#fff!important;border:1px solid #e8e3d8!important}.gm-style .gm-control-active:hover{background-color:#faf7f2!important}.gm-style .gm-style-mtc{background-color:#fff;border:1px solid #e8e3d8;border-radius:2px;box-shadow:0 2px 6px #0000001a}.gm-style .gm-style-mtc button{color:#3c3227;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.map-visual>div{width:100%!important;height:100%!important}.directory-controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.directory-calendar-container{background:#fff;border:1px solid #e8e3d8;padding:2rem;box-shadow:0 2px 8px #0000000a}.calendar-widget{max-width:100%;margin:0 auto}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e8e3d8}.calendar-month-year{font-size:1.4rem;color:#2c2416;font-weight:700;margin:0}.calendar-nav-button{background:#faf7f2;border:2px solid #e8e3d8;color:#9b8b7e;font-size:1.8rem;font-weight:700;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:4px}.calendar-nav-button:hover{background:#9b8b7e;color:#fff;border-color:#9b8b7e}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.calendar-weekday{text-align:center;font-size:.85rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-day{aspect-ratio:1;background:#faf7f2;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:default;transition:all .2s ease;border-radius:4px;padding:.3rem}.calendar-day-number{font-size:.95rem;color:#666;font-weight:500}.calendar-day-other-month{opacity:.3}.calendar-day-other-month .calendar-day-number{color:#999}.calendar-day-has-reports{background:#f0f8eb;cursor:pointer}.calendar-day-has-reports .calendar-day-number{color:#558b2f;font-weight:600}.calendar-day-indicator{width:6px;height:6px;background:#7cb342;border-radius:50%;position:absolute;bottom:6px}.calendar-day-clickable:hover{background:#e8f5e9;border-color:#7cb342;transform:scale(1.05)}.calendar-day-selected{background:#fff3e0!important;border-color:#ff9800!important;box-shadow:0 0 0 2px #ff980033}.calendar-day-selected .calendar-day-number{color:#f57c00!important;font-weight:700}.calendar-day-selected .calendar-day-indicator{background:#ff9800}.calendar-day-today{font-weight:700}.calendar-day-today .calendar-day-number{text-decoration:underline}.calendar-day-future{opacity:.4;cursor:not-allowed}.calendar-legend{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f0f0f0}.calendar-legend-item{display:flex;align-items:center;gap:.5rem}.calendar-legend-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #e8e3d8}.calendar-legend-green{background:#7cb342;border-color:#7cb342}.calendar-legend-orange{background:#ff9800;border-color:#ff9800}.calendar-legend-text{font-size:.85rem;color:#666;font-weight:500}.directory-filters{background:#fff;border:1px solid #e8e3d8;padding:1.5rem;display:flex;justify-content:center;align-items:center}.directory-filter-checkbox-label{display:flex;align-items:center;gap:.8rem;cursor:pointer;font-size:1rem;color:#3c3227;-webkit-user-select:none;user-select:none;font-weight:500}.directory-filter-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#9b8b7e}.filter-active-note{color:#7cb342;font-weight:600;font-style:italic}.date-group-selected{scroll-margin-top:20px}.date-group-selected .date-group-header{border-bottom-color:#ff9800;background:linear-gradient(90deg,rgba(255,152,0,.05) 0%,transparent 100%);padding:1rem;margin:-1rem -1rem 1rem}.date-selected-indicator{color:#ff9800;font-size:1.4rem;font-weight:700;margin-left:.5rem}.full-directory-cta{margin:3rem 0}.full-directory-button{display:block;background:linear-gradient(135deg,#9b8b7e,#8b7355);padding:2rem;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #9b8b7e4d;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.full-directory-button:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.full-directory-button:hover{transform:translateY(-4px);box-shadow:0 8px 25px #9b8b7e66}.directory-button-content{position:relative;z-index:1;text-align:center}.directory-button-content h3{font-size:1.5rem;margin-bottom:.4rem;font-weight:700}.directory-button-content p{font-size:.95rem;opacity:.95;font-weight:400}.directory-content{display:flex;flex-direction:column;gap:3rem}.directory-summary{background:#fff;border:1px solid #e8e3d8;padding:1.5rem;text-align:center;margin-bottom:1rem}.directory-total-count{font-size:1rem;color:#666;line-height:1.6}.directory-total-count strong{color:#3c3227;font-weight:700}.no-reports{background:#fff;border:1px solid #e8e3d8;padding:3rem;text-align:center}.no-reports p{font-size:1rem;color:#999}.date-group{display:flex;flex-direction:column;gap:1.5rem}.date-group-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:3px solid #9b8b7e}.date-heading{font-size:1.8rem;color:#2c2416;font-weight:700;margin:0}.incident-count{font-size:1rem;color:#999;font-weight:600;background:#faf7f2;padding:.5rem 1rem;border:1px solid #e8e3d8}.date-group-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.directory-card{background:#fff;border:1px solid #e8e3d8;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #9b8b7e;display:flex;flex-direction:column;gap:1rem}.directory-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a;border-left-color:#7cb342}.directory-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.directory-card-left{display:flex;flex-direction:column;gap:.5rem}.directory-card-left h3{font-size:1.2rem;color:#2c2416;margin:0;font-weight:700}.directory-category{font-size:.85rem;color:#558b2f;font-weight:600}.directory-case{font-size:.85rem;color:#999;font-weight:500;flex-shrink:0}.directory-summary{font-size:.95rem;color:#666;line-height:1.7;margin:0}.directory-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0;margin-top:auto}.directory-footer-left{display:flex;gap:.5rem;align-items:center}.directory-time{font-size:.85rem;color:#999;font-weight:500}.status-pill{font-size:.8rem;padding:.4rem .8rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-pill.status-closed{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,.2)}.status-pill.status-open{background:#fff3e0;color:#e65100;border:1px solid rgba(230,81,0,.2)}.status-pill.status-pending{background:#e3f2fd;color:#1565c0;border:1px solid rgba(21,101,192,.2)}.status-pill.status-inactive{background:#f5f5f5;color:#757575;border:1px solid rgba(117,117,117,.2)}.breadcrumbs{margin-bottom:2rem}.breadcrumb-list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.9rem}.breadcrumb-item{display:flex;align-items:center;color:#666}.breadcrumb-item a{color:#7cb342;text-decoration:none;transition:color .3s ease}.breadcrumb-item a:hover{color:#558b2f;text-decoration:underline}.breadcrumb-item span[aria-current=page]{color:#3c3227;font-weight:600}.breadcrumb-separator{color:#999;margin:0 .3rem}@media(max-width:768px){.directory-calendar-container{padding:1rem}.calendar-month-year{font-size:1.1rem}.calendar-nav-button{width:36px;height:36px;font-size:1.5rem}.calendar-weekday{font-size:.75rem;padding:.3rem 0}.calendar-days{gap:.3rem}.calendar-day{padding:.2rem}.calendar-day-number{font-size:.85rem}.calendar-day-indicator{width:5px;height:5px;bottom:4px}.calendar-legend{flex-direction:column;gap:.8rem;align-items:center}.calendar-legend-text{font-size:.8rem}.directory-filters{padding:1rem}.directory-filter-checkbox-label{font-size:.9rem}.directory-filter-checkbox{width:18px;height:18px}.date-group-header{flex-direction:column;align-items:flex-start;gap:.8rem}.date-heading{font-size:1.4rem}.date-selected-indicator{font-size:1.2rem}.incident-count{font-size:.9rem;padding:.4rem .8rem}.date-group-cards{grid-template-columns:1fr;gap:1rem}.directory-card{padding:1.2rem}.directory-card-header{flex-direction:column;align-items:flex-start}.directory-card-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.directory-button-content h3{font-size:1.3rem}.directory-button-content p{font-size:.85rem}}@media(max-width:480px){.calendar-month-year{font-size:1rem}.calendar-nav-button{width:32px;height:32px;font-size:1.3rem}.calendar-weekday{font-size:.7rem}.calendar-day-number{font-size:.8rem}.calendar-legend{gap:.6rem}.calendar-legend-indicator{width:10px;height:10px}.calendar-legend-text{font-size:.75rem}.directory-filter-checkbox-label{font-size:.85rem}.date-heading{font-size:1.2rem}.directory-card-left h3{font-size:1.1rem}.directory-summary{font-size:.9rem}}.sms-verification-section{margin-bottom:3rem}.sms-verification-container{background:#fff;border:1px solid #e8e3d8;padding:3rem 2rem;max-width:600px;margin:0 auto;text-align:center}.sms-verification-message{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}.sms-verification-message strong{color:#3c3227;font-weight:600}.sms-error-box{background:#fee;border:2px solid #c33;border-radius:8px;padding:1rem;margin-bottom:2rem}.sms-error-box p{color:#c33;margin:0;font-size:.95rem}.sms-verification-form{margin-bottom:2rem}.sms-code-inputs{display:flex;justify-content:center;gap:.8rem;margin-bottom:2rem}.sms-code-input{width:50px;height:60px;font-size:1.8rem;text-align:center;border:2px solid #e8e3d8;background:#faf7f2;color:#3c3227;font-weight:700;transition:border-color .3s ease,background .3s ease;font-family:Courier New,monospace}.sms-code-input:focus{outline:none;border-color:#7cb342;background:#fff}.sms-code-input:disabled{opacity:.6;cursor:not-allowed}.sms-verify-button{max-width:300px;margin:0 auto}.sms-verification-actions{display:flex;justify-content:center;gap:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;margin-bottom:1.5rem}.sms-link-button{background:transparent;border:none;color:#7cb342;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .3s ease;font-family:inherit;padding:.5rem 1rem}.sms-link-button:hover{color:#558b2f}.sms-link-button:disabled{color:#999;cursor:not-allowed;text-decoration:none}.sms-help-note{font-size:.85rem;color:#999;line-height:1.6;margin-top:1.5rem}.sms-success-container{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:3px solid #7cb342;padding:4rem 2rem;text-align:center;border-radius:8px}.sms-success-icon{font-size:5rem;color:#558b2f;margin-bottom:1.5rem;animation:successBounce .5s ease}@keyframes successBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sms-success-container h2{font-size:2rem;color:#2e7d32;margin-bottom:1rem;font-weight:700}.sms-success-container p{font-size:1.1rem;color:#558b2f;line-height:1.6;margin-bottom:.5rem}.sms-redirect-note{font-size:.95rem;color:#999;font-style:italic;margin-top:1.5rem}@media(max-width:768px){.sms-verification-container{padding:2rem 1.5rem}.sms-code-inputs{gap:.5rem}.sms-code-input{width:42px;height:52px;font-size:1.5rem}.sms-verification-actions{flex-direction:column;gap:1rem}.sms-link-button{width:100%}.sms-success-container{padding:3rem 1.5rem}.sms-success-icon{font-size:4rem}.sms-success-container h2{font-size:1.6rem}.sms-success-container p{font-size:1rem}}@media(max-width:480px){.sms-verification-container{padding:1.5rem 1rem}.sms-code-inputs{gap:.4rem}.sms-code-input{width:38px;height:48px;font-size:1.3rem}.sms-verification-message{font-size:.9rem}.sms-success-container{padding:2rem 1rem}.sms-success-icon{font-size:3.5rem}.sms-success-container h2{font-size:1.4rem}}
