.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}
.gg-container{min-height:unset;border:1px solid #e9e9e9;flex-direction:column;height:auto;display:flex}.gg-loading-overlay{z-index:10000;display:none;position:fixed;inset:0}.gg-loading-overlay.active{display:block}.gg-loading-overlay .gg-overlay-bg{opacity:.8;background:#fff;width:100%;height:100%}.gg-loading-overlay .gg-spinner{z-index:10001;border:5px solid #f3f3f3;border-top-color:#555;border-radius:50%;width:50px;height:50px;animation:2s linear infinite gg-spin;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gg-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.gg-holder{scrollbar-width:none;background:0 0;flex-direction:column;align-items:center;width:100%;min-height:300px;max-height:calc(100vh - 420px);display:flex;position:relative;overflow-y:auto}.gg-holder::-webkit-scrollbar{display:none}.gg-init-text{color:#999;text-align:center;padding:80px 20px;font-size:14px;font-weight:500;line-height:21px}.gg-search-wrapper{padding:12px 16px 0;position:relative}.gg-search-input{color:#080a3c;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:15px;line-height:22px}.gg-search-input:focus{border-color:#0050a0;box-shadow:0 0 0 2px #0050a026}.gg-search-input:disabled{color:#999;cursor:not-allowed;background:#f5f5f5}.gg-dropdown{z-index:100;background:#fff;border:1px solid #e9e9e9;border-radius:0 0 8px 8px;max-height:240px;position:absolute;top:100%;left:16px;right:16px;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.gg-dropdown-item{cursor:pointer;color:#2d2d2d;border-bottom:1px solid #f5f5f5;padding:10px 14px;font-size:14px}.gg-dropdown-item:hover{background:#f0f4ff}.gg-dropdown-item:last-child{border-bottom:none}.gg-table-header{background:#fff;border-top:1px solid #e9e9e9;border-bottom:1px solid #999;grid-template-columns:2fr repeat(6,1fr);align-content:center;justify-items:center;width:100%;display:grid}.gg-table-header .gg-header-cell{text-align:center;color:#2d2d2d;width:100%;padding:10px;font-size:13px;font-weight:600;line-height:20px}.gg-table-header .gg-header-cell:first-child{text-align:left;background-color:#f7f7fa}.gg-guess-row{width:100%;animation:.4s ease-out gg-reveal}@keyframes gg-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gg-guess-row .gg-player-name-mobile{display:none}.gg-guess-row .gg-player-grid{grid-template-columns:2fr repeat(6,1fr);justify-items:center;height:70px;display:grid}.gg-player-grid .gg-cell{color:#666;border:.5px solid #f5f5f5;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;font-weight:400;line-height:20px;display:flex;position:relative}.gg-player-grid .gg-cell.gg-cell-name{color:#080a3c;background:#f7f7fa;justify-content:flex-start;align-items:center;padding:10px;font-size:15px;font-weight:600;line-height:22px}.gg-cell.green{color:#2d2d2d;background:#7ee1ad}.gg-cell.yellow{color:#2d2d2d;background:#ffe683}.gg-delta{color:inherit;font-size:12px;line-height:1;position:absolute;top:60%}.gg-result{text-align:center;margin-top:20px;padding:0 16px}.gg-result-box{border:1px solid #e9e9e9;margin-bottom:10px;padding:16px}.gg-result-title{color:#666;margin-top:10px;font-size:20px;font-weight:600;line-height:30px}.gg-result-subtitle{color:#666;font-size:14px;font-weight:400;line-height:21px}.gg-result .gg-cta{gap:16px;width:fit-content;margin:10px auto;display:flex}.gg-reveal-answer{color:#0b65f0;text-align:center;cursor:pointer;margin:10px;font-size:12px;font-weight:600;line-height:18px}.gg-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:190px;height:38px;font-size:14px;font-weight:600;line-height:21px;display:flex}.gg-btn-primary{color:#fff;background:#2d2d2d}.gg-btn-secondary{color:#fff;background:#37c77a;border:1px solid #37c77a}.gg-btn-outline{color:#999;background:0 0;border:1px solid #999}.gg-countdown{text-align:center;margin:12px 0}.gg-countdown .gg-countdown-label{color:#666;margin-bottom:4px;font-size:10px;font-weight:400;line-height:13px}.gg-countdown .gg-timer{flex-direction:row;justify-content:center;display:flex}.gg-timer .gg-timer-section{flex-direction:column;display:flex;position:relative}.gg-timer .gg-timer-section:not(:last-child){margin-right:17px}.gg-timer .gg-timer-section:not(:last-child):after{content:":";color:#999;font-size:14px;font-weight:600;line-height:21px;position:absolute;right:-10px}.gg-timer .gg-timer-value{color:#999;font-size:14px;font-weight:600;line-height:21px}.gg-timer .gg-timer-unit{color:#999;font-size:7px;font-weight:600;line-height:11px}.gg-stats{flex-direction:row;place-content:center space-around;width:100%;height:60px;margin:16px 0 20px;display:flex}.gg-stat{text-align:center;padding:0 10px}.gg-stat:not(:first-child){border-left:1px solid #8e98a3}.gg-stat-value{color:#2d2d2d;font-size:20px;font-weight:600;line-height:30px}.gg-stat-label{color:#666;font-size:11px;font-weight:400;line-height:14px}.gg-popup-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gg-popup{background:#fff;border:1px solid #e9e9e9;border-radius:12px;width:340px;max-width:90vw;max-height:80vh;padding:20px 16px;position:relative;overflow-y:auto}.gg-popup-close{cursor:pointer;color:#666;background:0 0;border:none;font-size:20px;line-height:1;position:absolute;top:12px;right:12px}.gg-popup-heading{color:#2d2d2d;margin-bottom:12px;font-size:16px;font-weight:600;line-height:24px}.gg-clue-box{color:#666;background-color:#e9f7f2;border:1px solid #37c77a;border-radius:6px;max-width:600px;margin-bottom:10px;margin-left:auto;margin-right:auto;padding:10px;font-size:14px;font-weight:400;line-height:21px}.gg-clue-locked{text-align:center;color:#474747;max-width:600px;margin-left:auto;margin-right:auto;padding:16px;font-size:16px;font-weight:600;line-height:24px}.gg-color-legend{border:1px solid #000;border-radius:12px;flex-direction:column;gap:10px;padding:10px;display:flex}.gg-color-row{color:#2d2d2d;font-size:13px;font-weight:500;line-height:22px}.gg-color-code{border-radius:4px;padding:0 5px}.gg-color-code.green{background-color:#7ee1ad}.gg-color-code.yellow{background-color:#ffe683}.gg-calendar-grid{grid-template-columns:repeat(4,1fr);gap:10px;padding:20px;display:grid}.gg-calendar-item{text-align:center;cursor:pointer;color:#172b4d;border:2px solid #172b4d;border-radius:4px;padding:10px;font-size:13px;font-weight:500;position:relative;overflow:hidden}.gg-calendar-item:hover{background-color:#f5f5f5}.gg-calendar-item.current{background-color:#e9f7f2;border-color:#37c77a}.gg-calendar-item.completed{color:#9b9fa7;border:1px solid #9b9fa7}.gg-calendar-item.current.completed{background-color:unset}.gg-calendar-item.completed:before{content:"";background-color:#0857c3;border-radius:50%;width:48px;height:47px;position:absolute;top:-25px;left:-25px}.gg-calendar-item.completed:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute;top:1px;left:4px}.gg-toolbar{justify-content:center;align-items:center;padding:8px 16px;display:flex;overflow-x:auto}.gg-toolbar-row{display:contents}.gg-toolbar-inner{background:#f3f4f6;border-radius:8px;gap:4px;padding:4px;display:flex}.gg-toolbar-btn{cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:color .15s,background .15s;display:flex}@media (min-width:640px){.gg-toolbar-btn{padding:8px 16px;font-size:14px}}.gg-toolbar-btn:hover{color:#374151}.gg-toolbar-btn.active{color:#fff;background:#0050a0;box-shadow:0 1px 2px #0000000d}.gg-tooltip{color:#fff;z-index:100000;pointer-events:none;background:#000000de;border-radius:4px;padding:8px 16px;font-size:14px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.driver-popover{background:#fefeee!important}.driver-popover-arrow{border:10px solid #fefeee!important}.driver-popover-arrow-side-bottom{border-top-color:#0000!important;border-left-color:#0000!important;border-right-color:#0000!important}.driver-popover-footer button{background:#fefeee!important;border-color:#999!important}.driver-popover-navigation-btns{justify-content:center!important}.driver-popover-title{color:#f25700;text-align:center!important;font-size:14px!important;font-weight:600!important;line-height:21px!important}.driver-popover-description{text-align:center!important;color:#2d2d2d!important;font-size:14px!important;font-weight:600!important;line-height:21px!important}.driver-popover-navigation-btns .driver-popover-next-btn{font-size:12px;font-weight:600;line-height:18px;color:#fff!important;text-shadow:none!important;background-color:#424242!important;border:1px solid #000!important}@media (max-width:768px){.gg-holder{max-height:calc(100dvh - 350px)}.gg-table-header{border-top:none;border-radius:6px 6px 0 0;grid-template-columns:repeat(6,1fr);height:36px;padding:10px 0}.gg-table-header .gg-header-cell:first-child{display:none}.gg-table-header .gg-header-cell{font-size:12px;line-height:18px}.gg-guess-row .gg-player-name-mobile{color:#fff;background:#2d2d2d;height:30px;padding:5px 10px;font-size:12px;font-weight:600;line-height:18px;display:block}.gg-guess-row .gg-player-grid{grid-template-columns:repeat(6,1fr);height:70px}.gg-guess-row .gg-player-grid .gg-cell-name{display:none}.gg-player-grid .gg-cell{color:#2d2d2d;border:none;border-left:.5px solid #f5f5f5;font-size:13px;font-weight:500;line-height:20px}.gg-container{border-radius:6px;margin:10px 16px}.gg-result-box{border:unset;padding:0}.gg-result .gg-cta{flex-direction:column;align-items:center}.gg-table-header{z-index:2;background-color:#fff;position:sticky;top:0}.gg-search-input{font-size:16px}.gg-calendar-item{font-size:12px}}
