@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap";:root{font-family:Sora,sans-serif;color:#1a1714;background:linear-gradient(180deg,#1c1915,#242019 45%,#2a2520);line-height:1.45;--bg-page: #1c1915;--bg-surface: #2a2520;--bg-elevated: #332e27;--text-primary: #f0ebe3;--text-muted: #a09787;--border-default: #3d3730;--border-soft: #332e27;--primary: #d4761a;--primary-strong: #e8851f;--primary-soft: #b8692a;--accent: #d4761a;--focus-ring: #d4761a55;--danger: #c53a3a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-page);color:var(--text-primary)}::selection{background:var(--primary);color:#fff}a{color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;height:56px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#100e0cf2;border-bottom:1px solid rgba(212,118,26,.15);color:#f0ebe3}.brand{text-decoration:none;display:flex;align-items:center;gap:.6rem;margin-right:.5rem}.brand-logo{flex-shrink:0}.brand-text{display:flex;flex-direction:column;gap:0}.brand-title{font-size:1.1rem;font-weight:700;letter-spacing:.02em;line-height:1.1;color:#f0ebe3}.brand-subtitle{font-size:.65rem;color:#d4761a;font-weight:700;letter-spacing:.18em;text-transform:uppercase;line-height:1}.topbar-nav{display:flex;gap:.25rem;margin-right:auto}.topbar-nav a{text-decoration:none;font-size:.84rem;font-weight:500;color:#908678;border:none;border-radius:8px;padding:.45rem .85rem;background:transparent;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.topbar-nav a:hover{color:#f0ebe3;background:#ffffff0f}.topbar-nav a.active{color:#d4761a;background:#d4761a1a}.topbar-user{display:flex;align-items:center;gap:.75rem}.topbar-username{font-size:.78rem;color:#908678;font-weight:500}.topbar-signout{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;color:#908678;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.35rem .7rem;cursor:pointer;transition:all .2s}.topbar-signout:hover{color:#e06060;border-color:#e060604d;background:#e0606014;transform:none}.content{width:min(1200px,100%);margin:0 auto;padding:1.5rem}.page-panel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:18px;padding:1.25rem;box-shadow:0 14px 30px -26px #2f271b8c}.page-title{margin:0;font-size:1.35rem}.row{display:flex;align-items:center;gap:.75rem}.between{justify-content:space-between}.table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;border:1px solid var(--border-default);border-radius:14px;overflow:hidden;background:var(--bg-elevated)}.table th,.table td{padding:.8rem .85rem;text-align:left;border-bottom:1px solid var(--border-soft);font-size:.86rem}.table th{background:#2a2520;color:#d4761a;font-weight:700}.table tr:last-child td{border-bottom:0}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.icon-action{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--border-default);background:var(--bg-elevated);color:#d4761a;border-radius:10px;transition:all .2s ease}.icon-action svg{width:18px;height:18px}.icon-action:hover{border-color:#a89c86;transform:translateY(-1px)}.icon-action-danger{color:#a72f35;border-color:#ddbcc0}.icon-action-danger:hover{border-color:#c26d76}button{border:1px solid var(--border-default);background:var(--bg-elevated);color:#f0ebe3;padding:.55rem .9rem;border-radius:10px;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .2s ease}button:hover:not(:disabled){border-color:#d4761a;transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed}.form{margin-top:1rem;background:var(--bg-elevated)}.auth-panel{width:min(460px,100%);margin:2rem auto 0}.auth-form{display:grid;gap:.75rem}.link-button{margin-top:.75rem;border:0;background:transparent;color:#5d748e;padding:0;font-weight:600}.login-screen{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;background:#141110}.login-overlay{position:absolute;inset:0;background:transparent}.login-card{position:relative;width:min(400px,calc(100% - 2rem));background:#1e1b17;border:1px solid #3d3730;border-radius:16px;padding:2.8rem 2.5rem 2.3rem;box-shadow:0 24px 60px -20px #000000b3}.reset-card{width:min(460px,calc(100% - 2rem));padding:2.3rem 2rem 1.9rem}.login-brand{text-align:center;margin-bottom:2rem;color:#f0ebe3}.login-brand strong{display:block;font-size:2.4rem;line-height:1;font-weight:700;letter-spacing:.02em;color:#d4761a}.login-brand span{font-size:.8rem;font-weight:600;letter-spacing:.15em;color:#a09787;text-transform:uppercase}.login-form{display:grid;gap:1.1rem}.login-label{display:grid;gap:.45rem;color:#a09787;font-size:.95rem;font-weight:500}.login-input{height:46px;border-radius:999px;border:1px solid #3d3730;background:#141110;color:#f0ebe3;padding:0 1rem;font-size:.95rem}.login-input:focus{outline:none;border-color:#d4761a;box-shadow:0 0 0 3px #d4761a33}.login-password-wrap{position:relative;width:100%}.login-password-wrap .login-input{width:100%;display:block}.login-input-password{padding-right:4rem}.login-eye-button{position:absolute;right:0;top:0;width:46px;height:46px;border-radius:0 999px 999px 0;border:1px solid #3d3730;border-left:0;background:#2a2520;display:grid;place-items:center;color:#a09787}.login-eye-button svg{width:18px;height:18px}.login-eye-button:hover{border-color:var(--border-default);transform:none}.login-submit{margin-top:.45rem;height:44px;border-radius:999px;border:0;background:linear-gradient(135deg,#d4761a,#b8692a);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s}.login-submit:hover:not(:disabled){border:0;background:linear-gradient(135deg,#e8851f,#d4761a);transform:translateY(-1px)}.login-forgot-link{border:0;background:transparent;color:#d4761a;font-weight:500;margin:1.2rem auto 0;display:block;cursor:pointer}.login-forgot-form{margin-top:.8rem;display:grid;gap:.6rem}.wizard-form{border:1px solid var(--border-default);border-radius:14px;padding:1rem}.wizard-form label{display:block}.wizard-form label>:not(.required-asterisk):not(.field-error){display:block;margin-top:.35rem}.wizard-form label>input,.wizard-form label>textarea,.wizard-form label>select,.wizard-form label>.app-select__control,.wizard-form label>.app-select__container{width:100%}.wizard-form .field-error{display:block;margin-top:.25rem}.wizard-steps{margin-top:1rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}.wizard-step{border:1px solid var(--border-default);background:var(--bg-elevated);color:#6c6254;border-radius:10px;padding:.65rem .55rem;font-size:.75rem;font-weight:600}.wizard-step-active{background:linear-gradient(135deg,#d4761a,#b8692a);color:#fff;border-color:#d4761a}.wizard-card{border:1px solid var(--border-soft);border-radius:12px;padding:1rem;background:var(--bg-elevated)}.wizard-card h3{margin-top:0;margin-bottom:.45rem}.fieldset-reset{margin:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:#a09787}.stacked-field{margin-top:.85rem}.grid-full{grid-column:1 / -1}input,select,textarea{border:1px solid var(--border-default);border-radius:10px;padding:.6rem .7rem;font-size:.85rem;font-family:inherit;color:var(--text-primary);background:#1c1915}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--focus-ring);border-color:#d4761a}.inline-form{display:grid;grid-template-columns:1fr 2fr auto;gap:.6rem}.list{margin:.7rem 0 1.2rem;padding-left:1.2rem}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-bottom:.85rem}.summary-grid>div{border:1px solid var(--border-soft);border-radius:10px;padding:.65rem;background:var(--bg-elevated);display:grid;gap:.3rem}.summary-grid>.summary-grid-full{grid-column:1 / -1}.summary-label{font-size:.72rem;color:var(--text-muted)}.wizard-footer{margin-top:.9rem;display:flex;justify-content:flex-end;gap:.6rem}.checkbox{flex-direction:row;gap:.45rem;align-items:center}.hint{color:var(--text-muted);font-size:.8rem}.error{color:var(--danger);font-size:.85rem;font-weight:600}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:700;border:1px solid transparent}.status-pending{background:#d4761a26;color:#e8a44a;border-color:#d4761a4d}.status-active{background:#225b3333;color:#5cb876;border-color:#5cb8764d}.status-inactive{background:#c53a3a26;color:#e06060;border-color:#c53a3a4d}.alert{margin-top:.85rem;border-radius:10px;padding:.7rem .8rem;border:1px solid transparent;font-size:.83rem}.alert-danger{background:#c53a3a1f;color:#e06060;border-color:#c53a3a4d}.alert-ok{background:#225b3326;color:#5cb876;border-color:#5cb8764d}.details-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.9rem 0}.details-tab{border-radius:999px;padding:.45rem .9rem;border:1px solid var(--border-default);background:var(--bg-elevated);color:var(--text-muted)}.details-tab-active{background:linear-gradient(135deg,#d4761a,#b8692a);border-color:#d4761a;color:#fff}.comments-form{display:grid;gap:.6rem}.comments-textarea{width:100%}.chat-list{list-style:none;padding:0;margin-top:.9rem}.chat-item{margin-bottom:.6rem}.chat-bubble{background:var(--bg-elevated);border:1px solid var(--border-soft);border-radius:12px;padding:.6rem .75rem}.chat-meta{display:flex;justify-content:space-between;gap:.6rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.35rem}.chat-bubble p{margin:0;white-space:pre-wrap}.occurrences-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:.85rem}.occurrences-map-wrap{border:1px solid var(--border-soft);border-radius:10px;overflow:hidden;background:var(--bg-elevated);min-height:360px}.occurrences-map{width:100%;height:100%;min-height:360px}.occurrences-list-wrap{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);max-height:360px;overflow:auto}.occurrences-list{margin:0;padding:.8rem 1rem;list-style:none}.occurrences-item{margin:0;padding:.55rem 0;border-bottom:1px solid var(--border-soft)}.occurrences-item:last-child{border-bottom:0}.occurrences-item-content{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.occurrences-item-text{flex:1;min-width:0;line-height:1.35}.occurrence-image-button{border:0;padding:0;background:transparent;border-radius:8px;overflow:hidden;cursor:pointer;flex:0 0 auto}.occurrence-image-button:hover{border:0;transform:none}.occurrence-preview-image{width:140px;height:90px;object-fit:cover;border-radius:8px;border:1px solid var(--border-soft);display:block}.sighting-marker{width:14px;height:14px}.sighting-marker span{display:block;width:14px;height:14px;border-radius:999px;background:#a72f35;border:2px solid #fff;box-shadow:0 0 0 1px #b26b74}.image-viewer-thumb{cursor:pointer;padding:0}.image-viewer-overlay{position:fixed;inset:0;background:#0f0c08d1;display:grid;place-items:center;z-index:60;padding:1rem}.image-viewer-content{width:min(1100px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;padding:.8rem;display:grid;gap:.7rem}.image-viewer-header{display:flex;gap:.45rem;justify-content:flex-end;flex-wrap:wrap}.image-viewer-icon-button{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center}.image-viewer-icon-button svg{width:18px;height:18px}.image-viewer-body{position:relative}.image-viewer-image{width:100%;max-height:calc(100vh - 9rem);object-fit:contain;border-radius:8px;background:#1c1915}.image-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;padding:0;border-radius:999px;border:1px solid #d6ccb9;background:#f8f5eee6;color:#4b4031;display:inline-flex;align-items:center;justify-content:center}.image-viewer-arrow svg{width:20px;height:20px}.image-viewer-arrow-left{left:10px}.image-viewer-arrow-right{right:10px}.incident-close-modal-overlay{position:fixed;inset:0;background:#0f0c088c;display:grid;place-items:center;z-index:65;padding:1rem}.incident-close-modal{width:min(560px,calc(100vw - 2rem));background:#f8f5ee;border:1px solid var(--border-default);border-radius:12px;box-shadow:0 16px 38px #1e1a1533;padding:1rem;display:grid;gap:.75rem}.incident-close-modal h3{margin:0}.incident-close-field{display:grid;gap:.35rem}.incident-close-label{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;align-self:flex-start;text-align:left;gap:.25rem;font-size:.85rem;font-weight:600;color:#53473a}.incident-close-field select,.incident-close-field textarea{width:100%}.incident-close-actions{display:flex;justify-content:flex-end;gap:.55rem}@media(max-width:960px){.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.grid,.inline-form,.summary-grid,.occurrences-layout{grid-template-columns:1fr}.occurrences-item-content{flex-direction:column;align-items:flex-start}}@media(max-width:680px){.topbar{flex-direction:column;align-items:flex-start}.content{padding:1rem}.wizard-footer{justify-content:stretch}.wizard-footer button{flex:1}}.gallery-title{margin:.25rem 0 .75rem;color:#6a5f4f;font-size:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}.gallery-card{border-radius:10px;overflow:hidden;border:1px solid var(--border-soft);background:#f0ebe2;position:relative;min-height:120px}.gallery-card img{width:100%;height:120px;object-fit:cover;display:block}.gallery-remove{position:absolute;top:.45rem;right:.45rem;padding:.3rem .45rem;font-size:.72rem}.gallery-add{width:100%;border:2px dashed #beb29f;background:transparent;color:#746a5d;border-radius:12px;padding:.85rem}@media(max-width:960px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.gallery-grid{grid-template-columns:1fr}}.gallery-add{display:flex;justify-content:center;align-items:center;cursor:pointer}.gallery-file-input{display:none}.term-box{margin:1rem 0;padding:1.2rem;background:#1c1915;border:1px solid var(--border-default);border-radius:10px;font-size:.85rem;line-height:1.6;max-height:320px;overflow-y:auto;color:var(--text-primary)}.term-box p{margin:.5rem 0}.term-box ul{margin:.5rem 0;padding-left:1.2rem}.term-box li{margin-bottom:.4rem}.term-checkbox{margin-top:1rem;font-size:.9rem!important;font-weight:600!important;color:var(--text-primary)!important;cursor:pointer}.term-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#d4761a}.sign-page{min-height:100vh;display:grid;place-items:center;background:#141110;padding:1rem}.sign-card{width:min(640px,100%);background:#1e1b17;border:1px solid #3d3730;border-radius:16px;padding:2rem 2.2rem;box-shadow:0 24px 60px -20px #000000b3}.sign-brand{text-align:center;margin-bottom:.5rem}.sign-brand strong{display:block;font-size:1.8rem;color:#d4761a;font-weight:700}.sign-brand span{font-size:.7rem;color:#a09787;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.sign-submit{display:block;width:100%;margin-top:1rem;height:48px;border-radius:10px;border:0;background:linear-gradient(135deg,#d4761a,#b8692a);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.sign-submit:hover:not(:disabled){background:linear-gradient(135deg,#e8851f,#d4761a);transform:translateY(-1px)}.sign-submit:disabled{opacity:.5;cursor:not-allowed}.sign-link-box{display:flex;align-items:center;gap:.5rem;background:#1c1915;border:1px solid var(--border-default);border-radius:8px;padding:.5rem .75rem;margin-top:.5rem;font-size:.8rem;word-break:break-all}.sign-link-box a{color:#d4761a;flex:1}.copy-btn{flex-shrink:0;padding:.3rem .6rem;font-size:.75rem}.app-select__control{background:#1c1915!important;border:1px solid var(--border-default)!important;border-radius:10px!important;min-height:38px!important;box-shadow:none!important;cursor:pointer}.app-select__control--is-focused{border-color:#d4761a!important;box-shadow:0 0 0 2px #d4761a33!important}.app-select__menu{background:#2a2520!important;border:1px solid #3d3730!important;border-radius:10px!important;overflow:hidden;z-index:30!important}.app-select__menu-list{background:#2a2520!important;padding:4px!important}.app-select__menu-list .app-select__option{background:#2a2520!important;color:#f0ebe3!important;cursor:pointer!important;font-size:.85rem!important;border-radius:6px}.app-select__menu-list .app-select__option--is-focused,.app-select__menu-list .app-select__option:hover{background:#d4761a26!important;color:#f0ebe3!important}.app-select__menu-list .app-select__option--is-selected,.app-select__menu-list .app-select__option--is-selected.app-select__option--is-focused{background:#d4761a4d!important;color:#d4761a!important}.app-select__menu-list::-webkit-scrollbar{width:6px}.app-select__menu-list::-webkit-scrollbar-track{background:#2a2520}.app-select__menu-list::-webkit-scrollbar-thumb{background:#4a4238;border-radius:3px}.app-select__menu-list::-webkit-scrollbar-thumb:hover{background:#d4761a}.app-select__single-value{color:var(--text-primary)!important;font-size:.85rem!important}.app-select__placeholder{color:var(--text-muted)!important;font-size:.85rem!important}.app-select__input-container{color:var(--text-primary)!important}.app-select__indicator-separator{background-color:#3d3730!important}.app-select__dropdown-indicator,.app-select__clear-indicator{color:var(--text-muted)!important}.app-select__dropdown-indicator:hover,.app-select__clear-indicator:hover{color:#d4761a!important}.app-select__no-options-message{color:var(--text-muted)!important;font-size:.85rem!important}.app-select__multi-value{background:#d4761a26!important;border-radius:6px!important}.app-select__multi-value__label{color:#d4761a!important}.app-select__multi-value__remove:hover{background:#d4761a4d!important;color:#fff!important}.app-select__control{border:1px solid var(--border-default)!important;border-radius:10px!important;min-height:40px!important;box-shadow:none!important}.app-select__control--is-focused{border-color:#9f947f!important;box-shadow:0 0 0 2px var(--focus-ring)!important}.app-select__menu{border:1px solid var(--border-default);border-radius:10px;overflow:hidden;z-index:30}.app-select__option{font-size:.85rem}.app-select__option--is-focused{background:#f1eadf!important}.app-select__option--is-selected{background:#6f6553!important}.input-error{border-color:#ef3340!important}.field-error{color:#ef3340;font-size:.74rem;font-weight:600}.required-asterisk{color:#ef3340;font-weight:700;margin-left:.2rem;line-height:1}.select-error .app-select__control{border-color:#ef3340!important}
