:root{--navbar-height:45px}body{color:#000;height:100vh;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}main{top:var(--navbar-height);width:100%;height:calc(100vh - var(--navbar-height));position:relative}.page-content{padding:20px 40px 30px}.page-content h1{margin-top:0;margin-bottom:10px}.content{flex-wrap:wrap;justify-content:space-between;margin-top:-20px;display:flex}.content-left{width:40%}.content-right{width:30vw;margin:0 20px}.content-right h3:first-child{margin-top:0;margin-bottom:.25rem}.timesheets-layout{flex-wrap:wrap;align-items:flex-start;gap:24px;display:flex}.timesheets-left{flex:60%;min-width:320px;max-width:900px}.timesheets-right{background-color:#f7f7f7;border-radius:12px;flex:0 0 320px;max-width:360px;padding:16px 18px;font-size:.95rem;box-shadow:0 1px 3px #00000014}.timesheets-reward-rules{flex-direction:column;gap:12px;margin:8px 0 0;padding:0;list-style:none;display:flex}.timesheets-reward-rules li{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.timesheets-rule-text{flex-direction:column;gap:2px;display:flex}.timesheets-rule-title{color:#333;font-size:.95rem;font-weight:600}.timesheets-rule-note{color:#777;font-size:.9rem}.timesheets-rule-amount{white-space:nowrap;align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.timesheets-error{color:red;margin-top:16px}.timesheets-calendar{margin-top:20px}.timesheets-cal-nav{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.timesheets-cal-month-label{color:#333;text-align:center;min-width:180px;font-size:1.1rem;font-weight:700}.timesheets-cal-btn{cursor:pointer;color:#555;background:0 0;border:1px solid #ccc;border-radius:6px;padding:4px 14px;font-size:1.4rem;line-height:1;transition:background-color .15s,color .15s}.timesheets-cal-btn:hover:not(:disabled){color:#111;background-color:#f0f0f0}.timesheets-cal-btn:disabled{opacity:.3;cursor:default}.timesheets-cal-legend{color:#555;align-items:center;gap:16px;margin-bottom:10px;font-size:.85rem;display:flex}.timesheets-cal-grid{border-top:1px solid #ddd;border-left:1px solid #ddd;grid-template-columns:repeat(7,1fr);display:grid}.timesheets-cal-header{text-align:center;color:#555;text-transform:uppercase;letter-spacing:.04em;background-color:#f7f7f7;border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding:6px 0;font-size:.75rem;font-weight:600}.timesheets-cal-header--weekend{color:#aaa;background-color:#f0f0f0}.timesheets-cal-day{background-color:#fff;border-bottom:1px solid #ddd;border-right:1px solid #ddd;flex-direction:column;justify-content:space-between;align-items:center;gap:4px;min-height:64px;padding:6px 4px;display:flex;position:relative}.timesheets-cal-day:hover .timesheets-cal-tooltip,.timesheets-cal-day:focus-within .timesheets-cal-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.timesheets-cal-tooltip{white-space:nowrap;color:#1f2937;text-align:center;z-index:4;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;font-size:.74rem;line-height:1.35;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 8px 20px #1118271f}.timesheets-cal-tooltip:after{content:"";border:6px solid #0000;border-top-width:0;border-bottom-color:#fff;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.timesheets-cal-day--empty{background:#fafafa}.timesheets-cal-day--full{background-color:#f2fbf2}.timesheets-cal-day--weekend{background-color:#f5f5f5}.timesheets-cal-day--future{opacity:.6;background-color:#fafafa}.timesheets-cal-day--today{outline-offset:-3px;opacity:1;background-color:#fff;outline:3px solid #42a5f5}.timesheets-cal-day-num{color:#666;align-self:flex-start;padding-left:2px;font-size:.8rem;font-weight:500}.timesheets-cal-day--weekend .timesheets-cal-day-num{color:#bbb}.timesheets-cal-status{font-size:1.1rem;font-weight:700;line-height:1}.timesheets-cal-status--full{color:#2e7d32}.timesheets-cal-status--partial{color:#b8860b;font-size:1.3rem}.timesheets-cal-status--missed{color:#c62828}@media (max-width:1008px){.content{flex-direction:column}.content-left{width:90%}.content-right{width:80%;min-width:25rem;margin-top:20px;margin-left:0;margin-right:0}.timesheets-right{flex:100%;max-width:none}}.search-placeholder{align-items:center;display:flex}.neighbours-list{justify-content:flex-start;align-items:center;width:100%;padding:2px 5px;display:flex}.neighbours-list p{margin:0}.max-neighbours{color:red;font-size:small;font-weight:700}.draggable-list ul,.draggable-list ol,.draggable-list li{-webkit-user-select:none;user-select:none;margin:0;padding:0;list-style:none}.draggable-list ul,.draggable-list ol{width:25rem;position:relative}.draggable-list li{background:#fff;border-radius:5px;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;padding:4px 12px;display:flex;position:relative}.draggable-list li svg{cursor:grab;width:18px;height:18px}.clear-btn{min-width:0!important}.clear-btn svg{cursor:pointer!important}.refresh{cursor:pointer;background:#0006;border-radius:10px;justify-content:center;align-items:center;width:20px;height:20px;padding:10px;display:flex;position:absolute;top:10px;right:10px}kbd{color:#333;white-space:nowrap;background-color:#eee;border:1px solid #b4b4b4;border-radius:3px;padding:2px 4px;font-weight:700;line-height:1;display:inline-block;box-shadow:0 1px 1px #0003,inset 0 2px #ffffffb3}.arrow-keys-instructions{align-items:center;display:flex}.arrow-keys{text-align:center}.settings-label{-webkit-user-select:none;user-select:none}.settings-buttons{flex-direction:row;gap:10px;margin-top:10px;display:flex}#game{width:100%;height:calc(100vh - var(--navbar-height));background-color:#dce5d4;display:block;position:relative;overflow:hidden}#game-container{background-color:#dce5d4;width:100%;height:100%}.game-button.MuiButtonBase-root{aspect-ratio:1;border:3px solid #d0d0d0;width:40px;height:40px;padding:0;position:absolute;box-shadow:0 1px 6px #0000001a;color:#6f6f6f!important;background-color:#fffffff5!important;min-width:0!important}.game-button.MuiButtonBase-root:hover{border-color:#b8b8b8;background-color:#fff!important}.game-button.MuiButtonBase-root .MuiSvgIcon-root{font-size:1.1rem}.game-control-stack{z-index:1;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute;bottom:15px;right:15px}.game-button-group{border:3px solid #d0d0d0;border-radius:6px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 6px #0000001a}.game-button-group .game-button.MuiButtonBase-root{box-shadow:none;border:none;border-bottom:2px solid #e0e0e0;border-radius:0;width:40px;height:40px;position:static}.game-button-group .game-button.game-button-active.MuiButtonBase-root{color:#0b63c5!important;background-color:#e2f0ff!important}.game-button-group .game-button.game-button-active.MuiButtonBase-root:hover{background-color:#d6e8ff!important}.game-button-group .game-button-segment:last-of-type{border-bottom:none}.shop-button-group{z-index:1;position:absolute;bottom:15px;left:15px}.shop-content{margin-top:var(--navbar-height);-webkit-user-select:none;user-select:none;height:calc(100vh - var(--navbar-height));flex-direction:column;padding:0;display:flex;overflow:hidden}.shop-mode-nav{background-color:#f5f5f5e6;gap:8px;padding:8px;display:flex}.shop-mode-btn{text-align:center;color:#3d4a2f;cursor:pointer;background-color:#e9efe2;border:none;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;width:72px;height:72px;padding:8px 8px 6px;font-size:.8rem;font-weight:600;transition:background-color .15s,color .15s;display:flex}.shop-mode-btn:hover{background-color:#dde8d0}.shop-mode-btn-icon{width:100%;min-height:28px;color:inherit;justify-content:center;align-items:center;display:inline-flex}.shop-mode-btn-icon .MuiSvgIcon-root{font-size:1.3rem}.shop-mode-btn-label{width:100%;line-height:1}.shop-mode-btn.active{color:#1f1f1f;background-color:#cbdcb4}.shop-item-scroll{flex-direction:column;flex:1;gap:8px;padding:4px 4px 8px;display:flex;overflow-y:auto}.shop-category-section{border-radius:10px;padding:8px 8px 10px}.shop-category-label{letter-spacing:.4px;margin-bottom:8px;padding:4px 4px 6px;font-size:1rem;font-weight:600;display:block}.shop-bottom-bar{background-color:#f5f5f5e6;border-top:1px solid #ddd;align-items:center;gap:12px;padding:12px;display:flex}.shop-description-box{background-color:#fffc;border:1px solid #ddd;border-radius:8px;flex:1;max-height:100px;padding:10px 12px;overflow-y:auto}.shop-description-text{color:#000;font-size:.85em;line-height:1.4}.shop-current-item{text-align:center;justify-content:space-between;align-items:center;padding:0 10px 0 30px;display:flex}.item-img{object-fit:scale-down;-webkit-user-drag:none;-moz-user-drag:none;height:90px}.die-preview{width:180px;height:180px}.die-preview canvas{width:100%;height:100%;display:block}.shop-item .die-preview{width:153px;height:80px}.item-img-wrapper{justify-content:center;align-items:center;width:100%;display:inline-flex;position:relative}.seed-preview-composite{width:100%;height:90px;position:relative}.seed-preview-mature-img{object-fit:contain;width:54px;height:54px;image-rendering:pixelated;position:absolute;top:6px;right:10px}.seed-preview-icon{background:linear-gradient(#9a6c39 0%,#6a4724 100%);border-radius:50% 55% 45% 50%;width:16px;height:20px;position:absolute;bottom:14px;left:20px;transform:rotate(-18deg);box-shadow:inset 1px 1px #ffffff38}.item-chip{color:#fff;letter-spacing:.2px;pointer-events:none;background-color:#69c46b;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:500;position:absolute;top:2px;right:2px}.item-chip--frog{background-color:#69c46b}.item-img-wrapper.lava:after{content:"";mix-blend-mode:screen;pointer-events:none;background:#ff5028bf;position:absolute;inset:0}.item-img-wrapper.lava img{filter:saturate(0)brightness(.5)contrast(1.9)}.sell-section p{text-align:center;margin:5px}.shop-item-grid{background-color:#d9d9d9;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.shop-item{cursor:pointer;background-color:#f5f5f5;flex-direction:column;width:100%;height:auto;padding:6px;display:flex}.shop-item-sufficient-coins:hover{box-shadow:inset 0 0 0 2px #00f}.selected{background-color:#add8e6;box-shadow:inset 0 0 0 2px #00f}.shop-item-insufficient-coins{opacity:.5;cursor:not-allowed;background-color:#fcc}.shop-item-insufficient-coins img{filter:grayscale()}.shop-item-insufficient-coins p{color:red}.shop-item img{margin:auto;display:block}.shop-item-info{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.shop-item-info h4,.shop-item-info p{margin:4px 0;font-size:.85rem}.spinner-page{justify-content:center;align-items:center;height:100vh;display:flex}.spinner{width:500px;height:500px}.bug-report-banner{z-index:100;top:calc(var(--navbar-height) + 12px);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#b44646f2;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;animation:.3s ease-out toast-slide-in;display:flex;position:fixed;right:16px;box-shadow:0 4px 12px #00000040}.bug-report-banner p{margin:0;font-size:.9rem}.bug-report-banner a{text-decoration:underline;color:#a8d4ff!important}.bug-report-banner a:hover{color:#cfe6ff!important}.bug-report-banner .clear-btn{color:#fff;opacity:.8;min-width:32px;padding:4px;transition:opacity .2s}.bug-report-banner .clear-btn:hover{opacity:1;background-color:#ffffff1a}@keyframes toast-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.landing-container{color:#fff;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.hero-section{text-align:center;background-image:url(/splash.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:0 1.5rem;animation:1.5s ease-in-out forwards fadeIn;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:1;background-color:#000000a6;position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:50rem;position:relative}.hero-title{max-width:100%;height:auto;margin:0 auto;display:block}.email-login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;margin-bottom:2rem;padding:.75rem}.email-login-form{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}.email-login-input{color:#e5e7eb;border-radius:8px;flex-grow:1;padding:.75rem 1rem;font-size:1rem}.login-error{color:red;background-color:#fff0f0e6;border:1px solid #ffc8c8cc;border-radius:8px;flex-grow:1;margin-top:1rem;padding:.75rem 1rem}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.8s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.footer{color:#fff;text-align:center;z-index:10;width:100%;padding:10px 0;position:absolute;bottom:0}.footer-link{color:#fff;text-decoration:none}.footer-link:hover{text-decoration:underline}
