.m-0{margin:0}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{margin:0;line-height:1.5;position:relative}body{font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-size:1rem;line-height:1.5;color:#222222}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin:0 0 0.5em}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:0.875rem}p{margin:0 0 1em;color:#626262}small{font-size:0.875rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.25rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;background:transparent;color:#222222}.button--contained{box-shadow:0 1px 2px rgba(0,0,0,0.12);transition:transform 120ms ease, filter 120ms ease, box-shadow 120ms ease}.button--contained:hover{filter:brightness(0.97);box-shadow:0 2px 6px rgba(0,0,0,0.14)}.button--contained:active{transform:translateY(1px);filter:brightness(0.94);box-shadow:0 1px 2px rgba(0,0,0,0.12)}.button--primary{background:#7BB026;color:#ffffff}.button--full{width:100%}.button--secondary{background:#ffffff;color:#222222;border:1px solid #222222}.button--tertiary{color:#7BB026;font-size:14px}.card{padding:2rem;border:1px solid #e5e7eb;border-radius:0.75rem;background-color:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.form{width:100%;margin:0 auto 2rem;padding:1.5rem;background:#ffffff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.form__inline{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.form__field{display:flex;flex-direction:column;gap:0.375rem;min-width:140px;flex:1;width:100%;align-items:start}.form__field label{font-size:0.875rem;font-weight:500;color:#626262;margin:0}.form__field input,.form__field select{width:100%;height:42px;padding:0 0.875rem;border:1px solid #CFCFCF;border-radius:8px;font-size:0.9375rem;color:#222222;background-color:#ffffff;transition:border-color 0.15s ease, box-shadow 0.15s ease;appearance:none;-webkit-appearance:none}.form__field input:hover,.form__field select:hover{border-color:#B1B1B1}.form__field input:focus,.form__field select:focus{outline:none;border-color:#7BB026;box-shadow:0 0 0 3px rgba(123,176,38,0.15)}.form__field input::placeholder,.form__field select::placeholder{color:#9E9E9E}.form__field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237E7E7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;padding-right:2.5rem;cursor:pointer}.form__actions{display:flex;align-items:center;gap:0.75rem;margin-left:auto;padding-top:1.5rem}.form__actions .btn,.form__actions input[type="submit"]{height:42px;padding:0 1.25rem;border:none;border-radius:8px;font-size:0.9375rem;font-weight:600;cursor:pointer;transition:all 0.15s ease}.form__actions input[type="submit"]{background:#7BB026;color:#ffffff}.form__actions input[type="submit"]:hover{background:#63921A}.form__actions input[type="submit"]:active{transform:translateY(1px)}.form__actions a{color:#626262;text-decoration:none;font-size:0.875rem;padding:0.5rem 0.75rem;border-radius:6px;transition:all 0.15s ease}.form__actions a:hover{color:#222222;background:#E1E1E1}.form--filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1.25rem}.form--filters .form__field{margin-bottom:0}.form--filters .form__actions{padding-top:0}.form-group{display:flex;flex-direction:column;gap:0.375rem}.form-group__label{font-size:0.875rem;font-weight:500;color:#626262}.form-group__help{font-size:0.75rem;color:#7E7E7E;margin-top:0.25rem}.page{min-height:calc(100vh - 64px);display:grid;place-content:center;text-align:center;padding:2rem;background:#F7F7F7}.page__header{margin-bottom:2rem}.page__subtitle{font-size:1.125rem;color:#626262;max-width:32rem;margin:0 auto}.page__actions{display:flex;gap:1rem;justify-content:center}.navbar{height:64px;background-color:#7BB026}.navbar__container{height:100%;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.navbar__logo{font-size:1.25rem;font-weight:600;color:#fff;text-decoration:none}.navbar__links{list-style:none;display:flex;gap:16px;margin:0;padding:0}.navbar__link{color:#ddd;text-decoration:none;font-size:0.95rem}.navbar__link:hover{color:#fff}.navbar__link--button{padding:6px 12px;border:1px solid #fff;border-radius:4px}.notice{background-color:#AB4E19;color:white;display:flex;justify-content:center;opacity:1;transition:opacity 0.6s ease, transform 0.6s ease;position:absolute;top:64px;width:100%}.notice.fade-out{opacity:0;transform:translateY(-5px)}.alert{background-color:#AB4E19;color:white}.feedback{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100}.feedback__toggle{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:#7BB026;color:white;border:none;border-radius:8px;font-size:0.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:transform 0.15s ease, box-shadow 0.15s ease}.feedback__toggle:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.2)}.feedback--open .feedback__toggle{display:none}.feedback__panel{display:none;position:relative;width:320px;background:#ffffff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.12);padding:1.5rem}.feedback--open .feedback__panel{display:block;animation:feedback-slide-up 0.2s ease}.feedback__close{position:absolute;top:0.75rem;right:0.75rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:6px;color:#626262;cursor:pointer;transition:background 0.15s ease, color 0.15s ease}.feedback__close:hover{background:#E1E1E1;color:#222222}@keyframes feedback-slide-up{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feedback__title{margin:0 0 0.25rem;font-size:1.125rem;font-weight:600;color:#222222}.feedback__subtitle{margin:0 0 1.25rem;font-size:0.875rem;color:#626262}.feedback__form{display:flex;flex-direction:column;gap:1rem}.feedback__field{display:flex;flex-direction:column;gap:0.375rem}.feedback__field label{font-size:0.8125rem;font-weight:500;color:#626262}.feedback__field input,.feedback__field textarea{padding:0.625rem 0.75rem;border:1px solid #CFCFCF;border-radius:6px;font-size:0.875rem;font-family:inherit;transition:border-color 0.15s ease}.feedback__field input:focus,.feedback__field textarea:focus{outline:none;border-color:#7BB026}.feedback__field input::placeholder,.feedback__field textarea::placeholder{color:#9E9E9E}.feedback__field textarea{resize:vertical;min-height:80px}.feedback__actions{display:flex;gap:0.75rem;margin-top:0.5rem}.feedback__actions .button{flex:1;justify-content:center}.container{max-width:1200px;margin-inline:auto}.grid{display:grid}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.dashboard{background-color:#F7F7F7;padding:2rem;min-height:100vh}.dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard h1{color:#222222;margin:0;font-size:1.75rem;font-weight:700}.btn--logout{padding:0.5rem 1rem;background:transparent;color:#626262;border:1px solid #B1B1B1;border-radius:6px;font-size:0.875rem;font-weight:500;text-decoration:none;transition:all 0.15s ease}.btn--logout:hover{color:#555555;border-color:#555555;background:rgba(85,85,85,0.05)}.dashboard .form{margin-bottom:2rem;border:none}.draw-results{display:flex;flex-direction:column;gap:1.5rem}.hunt-card{background:#ffffff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06);overflow:hidden}.hunt-card__header{padding:1rem 1.25rem;border-bottom:1px solid #E1E1E1;background:linear-gradient(135deg, #F7F7F7 0%, #fff 100%)}.hunt-card__title{margin:0;font-size:1.125rem;font-weight:700;color:#222222;letter-spacing:0.5px}.results-table-container{width:100%;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch;background:#ffffff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.consolidated-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:0.8125rem}.consolidated-table thead{position:sticky;top:0;z-index:20}.consolidated-table thead th{padding:0.75rem 0.5rem;font-weight:600;color:#626262;text-align:center;white-space:nowrap;border-bottom:2px solid #CFCFCF;font-size:0.6875rem;text-transform:uppercase;letter-spacing:0.3px;background:#E1E1E1}.consolidated-table thead .point-header{min-width:50px}.consolidated-table thead .choice-header{min-width:50px;background:#FFD3BA;color:#8C3D10}.consolidated-table tbody tr{border-bottom:1px solid #E1E1E1}.consolidated-table tbody tr:hover{background:rgba(0,0,0,0.02)}.consolidated-table tbody .resident-row{background:#ffffff}.consolidated-table tbody .nonresident-row{background:#F7F7F7}.consolidated-table td,.consolidated-table th{padding:0.5rem 0.375rem;white-space:nowrap}.sticky-col{position:sticky;z-index:10;background:inherit}thead .sticky-col{z-index:30}.sticky-col--code{left:0;min-width:100px;font-weight:600;color:#222222;border-right:1px solid #CFCFCF;text-align:left;padding-left:1rem !important}thead .sticky-col--code{background:#E1E1E1}.resident-row .sticky-col--code{background:#ffffff}.nonresident-row .sticky-col--code{background:#F7F7F7}.sticky-col--unit{left:100px;min-width:50px;text-align:center;color:#626262;border-right:1px solid #CFCFCF}thead .sticky-col--unit{background:#E1E1E1}.resident-row .sticky-col--unit{background:#ffffff}.nonresident-row .sticky-col--unit{background:#F7F7F7}.sticky-col--status{left:150px;min-width:50px;text-align:center;border-right:2px solid #B1B1B1}thead .sticky-col--status{background:#E1E1E1}.resident-row .sticky-col--status{background:#ffffff}.nonresident-row .sticky-col--status{background:#F7F7F7}.status-cell{text-align:center;padding:0.5rem 0.75rem !important}.status-badge{display:inline-block;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:700;letter-spacing:0.5px}.status-badge--resident{background:#E2F7C2;color:#507712}.status-badge--nonresident{background:#FFD3BA;color:#8C3D10}.draw-cell{text-align:center;vertical-align:middle;transition:background-color 0.15s ease}.draw-cell__odds{font-weight:700;font-size:0.875rem;color:#222222;line-height:1.2}.draw-cell__ratio{font-size:0.625rem;color:#626262;margin-top:2px}.draw-cell__empty{color:#B1B1B1;font-size:0.875rem}.draw-cell--guaranteed{background:#E2F7C2}.draw-cell--guaranteed .draw-cell__odds{color:#507712}.draw-cell--high{background:#F2FDE0}.draw-cell--high .draw-cell__odds{color:#63921A}.draw-cell--low{background:#FFEFE6}.draw-cell--low .draw-cell__odds{color:#AB4E19}.draw-cell--none .draw-cell__odds{color:#7E7E7E}.draw-cell--empty{background:transparent}.choice-cell{border-right:2px solid #FAB38B}.results-summary{margin-bottom:1rem}.results-summary p{color:#626262;font-size:0.875rem;margin:0}.load-more-container{display:flex;justify-content:center;margin-top:2rem;padding-bottom:2rem}.btn--load-more{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 2rem;background:#ffffff;color:#222222;border:2px solid #CFCFCF;border-radius:8px;font-size:0.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all 0.15s ease;min-width:160px}.btn--load-more:hover{border-color:#7BB026;color:#7BB026;background:#F2FDE0}.btn--load-more:active{transform:translateY(1px)}.btn--load-more[disabled]{opacity:0.6;cursor:not-allowed}.empty-state{padding:3rem;text-align:center;background:#ffffff;border-radius:12px}.empty-state p{color:#626262;margin:0}
