@import"https://fonts.googleapis.com/css2?family=Geist+Pixel&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Moderustic:wght@300..800&display=swap";:root{--green-950: #1a3d1f;--green-900: #2d5a27;--green-800: #3d6b35;--green-700: #4e8245;--green-200: #E0F8CB;--green-100: #e8f5e0;--green-50: #f4faf0;--purple-900: #581c87;--white: #ffffff;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--shadow: 0 8px 32px rgba(45, 90, 39, .08);--shadow-lg: 0 20px 45px rgba(26, 61, 31, .18);--radius-lg: 20px;--radius-md: 12px;--radius-sm: 8px;--font: "Geist Pixel", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}.visually-hidden,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{font-size:16px;-webkit-font-smoothing:antialiased;height:100%}body{margin:0;height:100dvh;font-family:var(--font);color:var(--green-950);background:var(--white);line-height:1.5;overflow:hidden;letter-spacing:.5px}#app{height:100dvh;display:flex;flex-direction:column;overflow:hidden}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}img{display:block;max-width:100%}.game-shell{max-width:1200px;margin:0 auto;padding:1.25rem 1.25rem .85rem;width:100%;height:100%;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.game-header{margin-bottom:.85rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.header-left{display:flex;align-items:center;gap:.75rem}.game-title{margin:0;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:var(--green-900);letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.game-title-highlight{color:var(--purple-900)}.header-right,.desktop-actions{display:flex;align-items:center;gap:.5rem}.mobile-menu-container{display:none;position:relative}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid var(--green-900);background:var(--white);color:var(--green-900);border-radius:999px;cursor:pointer;position:relative;transition:all .15s ease;padding:0}.hamburger-btn:hover{background:var(--green-50);transform:translateY(-1px)}.hamburger-badge{top:-2px;right:-2px;left:auto}.mobile-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border:1.5px solid var(--green-200);border-radius:var(--radius-md);box-shadow:0 10px 25px #00000026;min-width:200px;padding:.4rem;display:flex;flex-direction:column;gap:.25rem;z-index:150;animation:fadeIn .15s ease}.mobile-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;border:none;background:transparent;color:var(--green-950);font-size:.92rem;font-weight:700;border-radius:var(--radius-sm);text-align:left;cursor:pointer;transition:all .12s ease}.mobile-menu-item:hover{background:var(--green-50);color:var(--green-900)}.mobile-menu-badge{margin-left:auto;font-size:.7rem;font-weight:800;background:var(--purple-900);color:var(--white);padding:.15rem .45rem;border-radius:999px}a{color:var(--purple-900)}.settings-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:40px;padding:0 .95rem;border:1.5px solid var(--green-900);background:var(--white);color:var(--green-900);border-radius:999px;font-weight:800;font-size:.85rem;transition:all .15s ease;position:relative;box-sizing:border-box;cursor:pointer}.settings-btn:hover{background:var(--green-50);transform:translateY(-1px)}.settings-icon{width:16px;height:16px}.settings-active-badge{width:12px;height:12px;background:var(--purple-900);border-radius:50%;position:absolute;top:4px;left:28px}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:1.25rem;align-items:stretch;flex:1;min-height:0;overflow:hidden}.panel{background:var(--green-100);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:0;overflow:hidden}.hints-panel{height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hints-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-shrink:0}.hints-meta{font-size:.95rem;font-weight:700;color:var(--green-800);margin:0}.hint-btn,.give-up-btn,.share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;height:40px;border:1.5px solid var(--green-900);background:var(--green-100);color:var(--green-900);border-radius:999px;padding:0 1rem;font-weight:800;font-size:.85rem;transition:all .15s ease;box-sizing:border-box;cursor:pointer;white-space:nowrap;flex-shrink:0;width:fit-content}.hint-btn-text-short,.hint-btn-text-full{white-space:nowrap}.hint-btn-text-short{display:none}.hint-btn-text-full{display:inline}.give-up-btn{width:fit-content}.hint-btn:hover:not(:disabled),.give-up-btn:hover:not(:disabled){background:var(--green-50);transform:translateY(-1px)}.hint-btn:disabled,.give-up-btn:disabled{opacity:.45;cursor:not-allowed}.credits-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1.25rem .85rem;align-content:start;padding:.25rem;overflow-y:auto}.credit-card{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.credit-card.is-revealing{animation:cardReveal .55s cubic-bezier(.34,1.56,.64,1)}@keyframes cardReveal{0%{opacity:0;transform:scale(.85) rotate(0)}to{opacity:1}}.credit-photo-wrapper{position:relative;width:96px;height:96px;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 4px 14px #2d5a271f;flex-shrink:0}.credit-photo{width:100%;height:100%;border-radius:var(--radius-md);object-fit:cover;background:var(--white);display:block}.credit-card.is-unused .credit-photo{filter:saturate(0) grayscale(100%)}.credit-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d5a2733;pointer-events:none;border-radius:var(--radius-md)}.credit-name{margin:.45rem 0 .1rem;font-size:.82rem;font-weight:800;color:var(--green-950);line-height:1.2}.credit-role{margin:0;font-size:.75rem;font-weight:600;color:var(--green-800)}.sidebar{height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-shrink:0}.sidebar-title{margin:0;font-size:1.1rem;font-weight:800;color:var(--green-900)}.field-label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:700;color:var(--green-900)}.search-container{position:relative;width:100%}.guess-input{width:100%;border:none;border-radius:var(--radius-sm);padding:.75rem .85rem;background:var(--white);color:var(--green-950);box-shadow:inset 0 0 0 1px #2d5a2714;transition:box-shadow .15s ease}.guess-input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--green-900)}.guess-input:disabled{opacity:.65}.suggestions-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--white);border-radius:var(--radius-sm);box-shadow:0 10px 28px #1a3d1f2e;border:1px solid rgba(45,90,39,.12);z-index:50;max-height:240px;overflow-y:auto;list-style:none;margin:0;padding:.35rem 0;animation:fadeIn .15s ease}.suggestion-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .85rem;cursor:pointer;transition:background .12s ease;font-size:.88rem;color:var(--green-950);border:none;width:100%;text-align:left;background:transparent}.suggestion-item:hover,.suggestion-item.is-selected{background:var(--green-100);color:var(--green-900)}.suggestion-poster{width:26px;height:38px;border-radius:4px;object-fit:cover;background:var(--gray-200);flex-shrink:0}.suggestion-poster.is-placeholder{display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--gray-600)}.suggestion-info{display:flex;flex-direction:column;min-width:0;flex:1}.suggestion-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.suggestion-year{font-size:.76rem;color:var(--green-800);font-weight:600;margin-top:.15rem}.search-loading,.search-empty{padding:.65rem .85rem;font-size:.82rem;color:var(--green-800);font-style:italic;margin:0}.guess-count{margin:.5rem 0 0;font-size:.82rem;font-weight:600;color:var(--green-800)}.outcome-card{border-radius:var(--radius-md);margin-bottom:.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;flex-shrink:0;border:none}.outcome-card.is-revealing{animation:cardReveal .4s ease}.outcome-poster{width:88px;height:132px;border-radius:var(--radius-sm);object-fit:cover;box-shadow:0 6px 18px #1a3d1f33;margin-bottom:.65rem}.outcome-movie{margin:0 0 .25rem;font-size:1.05rem;font-weight:800;color:var(--green-900)}.outcome-meta{margin:0;font-size:.85rem;font-weight:700;color:var(--green-800)}.outcome-stats{margin-top:.45rem;font-size:.8rem;color:var(--gray-600)}.sidebar-actions .share-btn{width:100%;justify-content:center;margin-top:0}.guess-section{margin-top:.85rem;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.guess-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.guess-list li{display:flex;align-items:center;gap:.45rem;padding:.4rem .6rem;margin-bottom:.35rem;background:#ffffffa6;border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;color:var(--green-950)}.guess-check-icon{width:14px;height:14px;color:var(--green-900);flex-shrink:0}.wrong-x-icon{width:12px;height:12px;color:#dc2626;flex-shrink:0}.guess-empty{font-size:.82rem;color:var(--green-800);font-style:italic;opacity:.85;margin:0}.sidebar-actions{margin-top:auto;padding-top:.85rem;display:flex;flex-direction:column;gap:.55rem;flex-shrink:0;align-items:center}.next-movie-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;height:40px;width:100%;border-radius:999px;padding:0 1rem;font-weight:800;font-size:.85rem;border:none;background:var(--green-900);color:var(--white);box-shadow:0 4px 14px #2d5a272e;transition:background .15s ease,transform .15s ease;box-sizing:border-box;cursor:pointer}.next-movie-btn:hover{background:var(--green-950);transform:translateY(-1px)}.flag-icon{width:14px;height:14px;flex-shrink:0}.feedback{margin-top:.65rem;padding:.55rem .65rem;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700}.feedback.is-error{background:#ffffffbf;color:#8b3a3a}.feedback.is-franchise{background:#ffffffe6;color:var(--purple-900)}.feedback.is-success{background:#ffffffd9;color:var(--green-900)}.loading-shell{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;text-align:center;flex:1}.spinner{width:44px;height:44px;border:4px solid var(--green-100);border-top-color:var(--green-900);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-weight:700;font-size:1.1rem;color:var(--green-900)}.loading-subtext{font-size:.9rem;color:var(--green-800)}.app-footer{margin:1rem;padding:.5rem 0 0;text-align:center;font-size:.8rem;font-weight:600;color:var(--green-800);flex-shrink:0}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.settings-modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:580px;width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;animation:modalSlide .25s cubic-bezier(.16,1,.3,1)}@keyframes modalSlide{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.settings-header{padding:1.1rem 1.4rem;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between}.settings-title{margin:0;font-size:clamp(1.1rem,3.5vw,1.3rem);font-weight:800;color:var(--green-900);display:flex;align-items:center;gap:.5rem}.modal-close-btn{border:none;background:transparent;color:var(--gray-600);padding:.35rem;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.modal-close-btn:hover{background:var(--gray-200);color:var(--gray-900)}.settings-body{padding:1.25rem 1.4rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1.4rem}.settings-section{display:flex;flex-direction:column;gap:.55rem}.section-header-row{display:flex;align-items:baseline;justify-content:space-between}.section-label{font-weight:800;font-size:.95rem;color:var(--green-950)}.section-desc{font-size:.8rem;color:var(--gray-600);margin:0}.section-action-btn{border:none;background:transparent;color:var(--green-900);font-size:.75rem;font-weight:700;padding:.1rem .35rem;cursor:pointer}.section-action-btn:hover{text-decoration:underline}.level-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.level-card{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:.75rem .85rem;cursor:pointer;background:var(--white);transition:all .15s ease;display:flex;flex-direction:column;gap:.25rem}.level-card:hover{border-color:var(--green-700);background:var(--green-50)}.level-card.is-selected{border-color:var(--green-900);background:var(--green-100);box-shadow:inset 0 0 0 1px var(--green-900)}.level-header{display:flex;align-items:center;justify-content:space-between}.level-name{font-weight:800;font-size:.92rem;color:var(--green-950)}.level-badge{font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:999px;background:var(--green-50);color:var(--green-900)}.level-card.is-selected .level-badge{background:var(--green-900);color:var(--white)}.level-detail{font-size:.78rem;color:var(--gray-600);margin:0;line-height:1.35}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background:var(--green-50);border-radius:var(--radius-md);border:1px solid var(--green-100);cursor:pointer}.toggle-info{display:flex;flex-direction:column;gap:.15rem}.toggle-title{font-weight:700;font-size:.9rem;color:var(--green-950)}.toggle-sub{font-size:.76rem;color:var(--gray-600)}.custom-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.custom-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--gray-300);transition:.25s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.25s;border-radius:50%;box-shadow:0 1px 3px #00000040}input:checked+.slider{background-color:var(--green-900)}input:checked+.slider:before{transform:translate(20px)}.chips-grid{display:flex;flex-wrap:wrap;gap:.4rem;max-height:140px;overflow-y:auto;padding:.2rem 0}.chip-btn{border:1px solid var(--gray-300);background:var(--white);color:var(--gray-700);padding:.35rem .65rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.5px;transition:all .12s ease;-webkit-user-select:none;user-select:none}.chip-btn:hover{background:var(--green-50);border-color:var(--green-700);color:var(--green-900)}.chip-btn.is-active{background:var(--green-900);border-color:var(--green-900);color:var(--white)}.country-search-container{position:relative;width:100%}.country-search-input{width:100%}.country-suggestions-dropdown{max-height:200px}.country-suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem .85rem;cursor:pointer;transition:background .12s ease;font-size:.85rem;font-weight:600;color:var(--green-950)}.country-suggestion-item:hover,.country-suggestion-item.is-selected{background:var(--green-50);color:var(--green-900)}.country-item-label{font-weight:700}.country-item-code{font-size:.72rem;font-weight:800;color:var(--gray-600);background:var(--gray-100);padding:.15rem .4rem;border-radius:4px}.selected-tags-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem;max-height:120px;overflow-y:auto}.selected-tag{display:inline-flex;align-items:center;gap:.35rem;background:var(--green-100);color:var(--green-950);border:1px solid var(--green-700);padding:.25rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700}.tag-remove-btn{border:none;background:transparent;color:var(--green-900);font-size:1rem;line-height:1;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.tag-remove-btn:hover{color:#dc2626}.settings-footer{padding:1rem 1.4rem;border-top:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;background:var(--white);gap:.75rem}.settings-reset-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 1rem;border:none;background:transparent;color:var(--gray-600);font-size:.85rem;font-weight:800;border-radius:999px;transition:background .15s ease;box-sizing:border-box;cursor:pointer}.settings-reset-btn:hover{background:var(--gray-100);color:var(--gray-900)}.settings-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;height:40px;padding:0 1.25rem;border:none;background:var(--green-900);color:var(--white);font-size:.85rem;font-weight:800;border-radius:999px;box-shadow:0 2px 8px #2d5a2726;transition:all .15s ease;box-sizing:border-box;cursor:pointer}.settings-save-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.custom-modal-body{min-height:340px;display:flex;flex-direction:column}.custom-search-container{position:relative;width:100%}.custom-search-container .suggestions-dropdown{position:relative;top:auto;left:auto;right:auto;margin-top:.5rem;max-height:230px;box-shadow:0 4px 14px #00000014;border:1.5px solid var(--green-200);z-index:20}.custom-search-input{width:100%;padding:.65rem .85rem;border-radius:var(--radius-sm);border:1.5px solid var(--gray-300);background:var(--white);color:var(--green-950);font-size:.9rem;font-weight:600;outline:none;transition:border-color .15s ease}.custom-search-input:focus{border-color:var(--green-900)}.selected-movie-preview{display:flex;align-items:center;gap:.85rem;background:var(--green-50);border:1.5px solid var(--green-700);border-radius:var(--radius-sm);padding:.75rem;margin-top:.75rem}.selected-movie-poster{width:44px;height:64px;object-fit:cover;border-radius:4px;background:var(--gray-200);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.selected-movie-info{display:flex;flex-direction:column;flex:1;min-width:0;gap:.15rem}.selected-movie-title{font-weight:800;font-size:.95rem;color:var(--green-900);white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;line-height:1.35}.selected-movie-meta{font-size:.8rem;color:var(--green-800)}.selected-movie-remove{border:none;background:transparent;color:var(--green-900);font-size:.82rem;font-weight:700;padding:.35rem .6rem;border-radius:999px;cursor:pointer;display:flex;align-items:center;gap:.25rem}.selected-movie-remove:hover{background:#dc26261a;color:#dc2626}.toast-notification{position:fixed;bottom:1.75rem;left:50%;transform:translate(-50%);background:var(--green-950);color:var(--white);padding:.65rem 1.25rem;border-radius:999px;box-shadow:0 6px 20px #0000004d;font-size:.88rem;font-weight:700;display:flex;align-items:center;gap:.5rem;z-index:300;animation:toastPop .3s cubic-bezier(.16,1,.3,1);pointer-events:none}@keyframes toastPop{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.settings-save-btn:hover{background:var(--green-950);transform:translateY(-1px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 860px){body,#app{overflow:auto;height:auto;min-height:100dvh}.game-shell{height:auto;min-height:100dvh;overflow:visible}.game-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.header-left{flex:1;min-width:0}.game-title{flex-wrap:wrap;font-size:clamp(1.25rem,4.5vw,1.55rem);line-height:1.25}.settings-title{font-size:clamp(1.1rem,3.8vw,1.3rem)}.mode-card-title{font-size:clamp(.92rem,3.2vw,1.02rem)}.desktop-actions{display:none}.mobile-menu-container{display:block}.header-right{width:auto;display:flex;align-items:center;flex-shrink:0}.game-layout{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{order:-1;height:auto;overflow:visible}.hints-panel{min-height:auto;height:auto;overflow:visible}.credits-grid{max-height:none;height:auto;overflow:visible;grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}.credit-photo-wrapper{width:84px;height:84px}}@media (max-width: 640px){.hint-btn-text-full{display:none}.hint-btn-text-short{display:inline}}@media (max-width: 480px){.game-shell{padding:.85rem .75rem 1rem}.panel{padding:1rem}.credits-grid{gap:.75rem .5rem}.level-group{grid-template-columns:1fr}.game-title{font-size:1.25rem}.settings-title{font-size:1.1rem}.mode-card-title{font-size:.95rem}}body:has(.mode-page-shell),#app:has(.mode-page-shell){background:var(--green-50)}.mode-page-shell{background:var(--green-50);justify-content:space-between}.mode-page-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:1rem 0;overflow-y:auto}.mode-page-content-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:580px;gap:1.25rem;margin:auto}.mode-page-header{margin-bottom:0;width:100%;display:flex;justify-content:center;text-align:center}.mode-page-header .game-title{justify-content:center;text-align:center;flex-wrap:wrap;font-size:clamp(1.3rem,4.5vw,1.75rem)}.mode-page-panel{background:var(--white);box-shadow:var(--shadow-md);border:1.5px solid var(--gray-200);width:100%;max-width:580px;margin:0}.mode-cards-grid{display:flex;flex-direction:column;gap:.85rem;padding:.25rem 0}.mode-card{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem;border:1.5px solid var(--gray-300);background:var(--white);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:all .18s ease;position:relative;width:100%}.mode-card:hover{border-color:var(--green-900);background:var(--green-50);transform:translateY(-2px);box-shadow:var(--shadow-md)}.mode-card.is-active{border-color:var(--green-900);background:var(--green-50);box-shadow:0 0 0 2px var(--green-900)}.mode-card-icon{font-size:1.65rem;line-height:1;flex-shrink:0;padding-top:.15rem}.mode-card-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.mode-card-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mode-card-title{font-size:1rem;font-weight:800;color:var(--green-900);margin:0}.mode-card-desc{font-size:.85rem;color:var(--gray-900);margin:0;line-height:1.35}.mode-card-status{font-size:.78rem;font-weight:700;color:var(--green-900);margin-top:.25rem}.mode-card-status.is-done{color:var(--purple-900)}.mode-badge-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:40px;background:var(--green-50);color:var(--green-900);border:1.5px solid var(--green-900);border-radius:999px;padding:0 .95rem;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s ease;box-sizing:border-box}.mode-badge-btn:hover{background:var(--green-100);transform:translateY(-1px)}.daily-countdown-label{font-size:.8rem;font-weight:700;color:var(--green-900);margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:8px}.daily-countdown-time{font-size:.8rem;font-weight:800;font-variant-numeric:tabular-nums}
