:root { color-scheme: light; --glass: rgba(255,255,255,.68); --ink: #fff; --accent: #8dc53f; --gradient-a: .1; --gradient-b: .34; --bg-saturation: .82; --radial-mask: .2; --overall-mask: .18; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; }
body { min-height: 100vh; overflow: hidden; color: var(--ink); background: #58694d; }
body::before { content: ""; position: fixed; inset: -28px; z-index: -2; background: linear-gradient(135deg, rgba(28,38,19,var(--gradient-a)), rgba(93,108,58,var(--gradient-b))), var(--wallpaper-image, url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=1920&q=85")) center/cover; filter: blur(0) saturate(var(--bg-saturation)); transform: scale(1.05); transition: transform .55s ease, filter .55s ease, background-image .45s ease; }
body.search-focused::before { transform: scale(1.25); filter: blur(14px) saturate(.76); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 38%, transparent 8%, rgba(20,27,12,var(--radial-mask)) 100%), rgba(45,55,25,var(--overall-mask)); opacity: 1; transition: opacity .2s ease; pointer-events: none; }
body.mask-off::after { opacity: 0; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
.page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; padding: 34px 24px 15px; }
.topbar { position: relative; z-index: 9; width: 100%; display: flex; justify-content: flex-end; }
.top-actions { display: flex; align-items: center; gap: 8px; }
.account-button { min-width: 46px; height: 30px; padding: 0 11px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 12px; opacity: 0; pointer-events: none; backdrop-filter: blur(12px); transition: background .2s, transform .2s, opacity .2s; }
.account-button:hover { background: rgba(255,255,255,.2); transform: translateY(-1px); }
.account-button.signed-in { min-width: 30px; padding: 0 9px; color: #fff; background: rgba(141,197,63,.42); }
.settings-button { width: 30px; height: 30px; display: grid; place-items: center; color: rgba(255,255,255,.8); background: rgba(255,255,255,.12); border-radius: 50%; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.settings-button:hover { transform: rotate(25deg); background: rgba(255,255,255,.2); }
.settings-button svg { display: none; }
.settings-button::before { content: "\2699"; display: block; color: currentColor; font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif; font-size: 17px; line-height: 1; }
body.overview-open .settings-button { opacity: 1; pointer-events: auto; }
body.overview-open .account-button { opacity: 1; pointer-events: auto; }
.blank { color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 7px 13px; font-size: 12px; backdrop-filter: blur(12px); }
.hero { width: min(100%, 700px); margin: 6.5vh auto 0; display: flex; flex-direction: column; align-items: center; }
.clock { display: flex; align-items: center; justify-content: center; font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; font-size: clamp(64px, 10vw, 104px); letter-spacing: 0; line-height: 1; font-weight: 350; color: rgba(255,255,255,.76); text-shadow: 0 2px 20px rgba(0,0,0,.12); animation: clockIn .9s cubic-bezier(.2,.8,.2,1) both; }
.time-separator { width: .16em; height: .32em; display: flex; flex-direction: column; align-items: center; justify-content: space-between; margin: 0 .08em; }
.time-dot { width: .105em; height: .105em; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.date { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.62); letter-spacing: .15em; }
.search { position: relative; width: min(100%, 530px); height: 43px; margin-top: 34px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: rgba(255,255,255,.1); border: 0; border-radius: 28px; box-shadow: 0 0 10px rgba(0,0,0,.2); backdrop-filter: blur(5px) saturate(1.75); transition: background .18s ease; animation: searchIn 1s .12s cubic-bezier(.2,.8,.2,1) both; }
.search:focus-within { background: rgba(255,255,255,.9); }
.engine { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 24px; background: none; color: #6c7869; padding: 0; }
.engine-favicon { width: 18px; height: 18px; display: block; object-fit: contain; }
.engine-menu { position: absolute; top: 49px; left: 0; z-index: 12; width: 164px; padding: 6px; background: rgba(255,255,255,.96); border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .16s, transform .16s; }
.engine-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.engine-option { width: 100%; display: flex; align-items: center; gap: 9px; padding: 8px 9px; color: #394239; background: transparent; border-radius: 7px; text-align: left; font-size: 13px; }
.engine-option:hover, .engine-option.selected { background: #edf2e9; }
.engine-option img { width: 18px; height: 18px; object-fit: contain; }
.search input { flex: 1; min-width: 0; color: rgba(255,255,255,.95); background: none; border: 0; outline: 0; font-size: 15px; text-align: center; }
.search:focus-within input { color: #000; }
.search input::placeholder { color: rgba(255,255,255,.95); opacity: 1; }
.search:focus-within input::placeholder { color: transparent; }
.suggestions { position: absolute; top: 50px; left: 0; right: 0; z-index: 11; display: none; overflow: hidden; padding: 6px; color: #313831; background: rgba(255,255,255,.94); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.suggestions.open { display: block; }
.suggestion { width: 100%; display: flex; align-items: center; gap: 9px; min-height: 32px; padding: 7px 10px; color: inherit; background: transparent; border-radius: 8px; font-size: 13px; text-align: left; }
.suggestion:hover, .suggestion[aria-selected="true"] { background: #edf2e9; }
.suggestion-icon { width: 16px; color: #91be35; font-size: 14px; text-align: center; }
.suggestion-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.suggestion-hint { margin-left: auto; color: #9aa397; font-size: 12px; white-space: nowrap; }
.submit { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: var(--accent); background: none; padding: 0; }
.search-icon { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }
.quote { position: relative; margin-top: 31vh; padding: 4px 8px; color: rgba(255,255,255,.82); background: transparent; font-size: 13px; letter-spacing: .06em; text-shadow: 0 1px 7px rgba(0,0,0,.25); }
.quote-text { display: block; }
.quote-source { display: block; width: 100%; max-width: min(90vw, 620px); margin-top: 7px; color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .02em; text-align: right; opacity: 0; transform: translateY(-4px); transition: opacity .2s, transform .2s; pointer-events: none; }
.quote.active .quote-source, .quote:hover .quote-source { opacity: 1; transform: translateY(0); }
.dock { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(85,93,47,.48); box-shadow: 0 7px 24px rgba(33,37,10,.2); backdrop-filter: blur(16px); animation: dockIn .9s .35s cubic-bezier(.2,.8,.2,1) both; }
.shortcut { width: 40px; height: 40px; display: grid; place-items: center; color: #66716a; background: rgba(255,255,255,.9); border-radius: 12px; font-size: 18px; transition: transform .2s, background .2s, box-shadow .2s; }
.shortcut-favicon, .shortcut-logo { width: 23px; height: 23px; display: block; object-fit: contain; }
.shortcut:hover { transform: translateY(-7px) scale(1.08); background: #fff; box-shadow: 0 8px 15px rgba(0,0,0,.16); }
.shortcut:first-child { color: #7689cf; font-size: 21px; }
.theme-moon { display: none; }
.toast { position: fixed; left: 50%; bottom: 76px; z-index: 40; transform: translate(-50%, 20px); opacity: 0; padding: 9px 14px; border-radius: 10px; color: #fff; background: rgba(20,27,14,.88); transition: all .25s; pointer-events: none; font-size: 13px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.wallpaper-overlay, .shortcut-overlay, .add-shortcut-overlay { position: fixed; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.wallpaper-overlay { z-index: 10; background: rgba(20,24,17,.58); backdrop-filter: blur(8px); }
.wallpaper-overlay.open, .shortcut-overlay.open, .add-shortcut-overlay.open { opacity: 1; pointer-events: auto; }
.wallpaper-dialog { width: min(100%, 600px); max-height: min(690px, calc(100vh - 40px)); overflow: auto; padding: 28px 30px 30px; color: #20251f; background: rgba(255,255,255,.96); border-radius: 13px; box-shadow: 0 22px 70px rgba(0,0,0,.3); transform: translateY(16px) scale(.98); transition: transform .25s ease; }
.wallpaper-overlay.open .wallpaper-dialog { transform: translateY(0) scale(1); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dialog-head h2 { margin: 0; font-size: 24px; }
.close-dialog { width: 30px; height: 30px; color: #333; background: transparent; border-radius: 50%; font-size: 24px; }
.dialog-label { margin: 0 0 12px; color: #737a70; font-size: 13px; }
.wallpaper-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.wallpaper-url-form { margin-top: 22px; }
.wallpaper-url-row { display: flex; gap: 10px; }
.wallpaper-url-row input, .wallpaper-url-row textarea { flex: 1; min-width: 0; min-height: 40px; height: 56px; padding: 9px 12px; color: #252a25; background: #fff; border: 1px solid #d9ddd7; border-radius: 8px; outline: 0; resize: vertical; line-height: 1.45; overflow-wrap: anywhere; }
.wallpaper-url-row input:focus, .wallpaper-url-row textarea:focus { border-color: #91bd51; box-shadow: 0 0 0 3px rgba(141,197,63,.13); }
.wallpaper-url-row button { flex: 0 0 auto; padding: 0 18px; border-radius: 8px; }
.wallpaper-custom-preview { position: relative; flex: 0 0 82px; width: 82px; height: 56px; overflow: hidden; background: #edf1eb; border-radius: 8px; }
.wallpaper-custom-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wallpaper-custom-preview span { position: absolute; right: 5px; bottom: 5px; display: none; width: 20px; height: 20px; place-items: center; color: #fff; background: #86b83e; border-radius: 50%; font-size: 12px; }
.wallpaper-custom-preview.selected span { display: grid; }
.wallpaper-option { position: relative; aspect-ratio: 1.35; padding: 0; overflow: hidden; background: #eee; border-radius: 8px; outline: 2px solid transparent; transition: transform .2s, outline-color .2s; }
.wallpaper-option:hover { transform: translateY(-3px); }
.wallpaper-option.selected { outline-color: #8dc53f; }
.wallpaper-option img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wallpaper-option.selected::after { content: "✓"; position: absolute; right: 7px; bottom: 7px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #8dc53f; border-radius: 50%; font-size: 13px; }
.shortcut-overlay { z-index: 8; align-items: flex-start; padding-top: 112px; background: rgba(23,28,19,.28); backdrop-filter: blur(9px); transition: opacity .22s ease; }
.shortcut-overview { width: min(560px, calc(100vw - 40px)); display: grid; grid-template-columns: repeat(5, 64px); justify-content: center; gap: 26px 42px; }
.overview-item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.35); background: transparent; }
.overview-icon { width: 64px; height: 64px; display: grid; place-items: center; color: #66716a; background: rgba(255,255,255,.93); border-radius: 12px; font-size: 32px; box-shadow: 0 7px 20px rgba(0,0,0,.08); transition: transform .18s, background .18s; }
.overview-icon .shortcut-logo, .overview-icon .shortcut-favicon { width: 42px; height: 42px; }
.overview-item:hover .overview-icon { transform: translateY(-5px); background: #fff; }
.overview-label { max-width: 92px; overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.overview-plus .overview-icon { color: #fff; background: rgba(80,75,61,.72); font-size: 32px; font-weight: 200; }
.add-shortcut-overlay { z-index: 11; background: rgba(20,24,17,.48); backdrop-filter: blur(8px); transition: opacity .2s; }
.add-shortcut-dialog { width: min(100%, 390px); padding: 26px; color: #20251f; background: rgba(255,255,255,.97); border-radius: 13px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.settings-overlay { position: fixed; inset: 0; z-index: 13; display: grid; place-items: center; padding: 20px; background: rgba(20,24,17,.48); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: opacity .2s; }
.settings-overlay.open { opacity: 1; pointer-events: auto; }
.settings-dialog { width: min(100%, 420px); padding: 26px; color: #20251f; background: rgba(255,255,255,.97); border-radius: 13px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.settings-dialog label { display: block; margin: 14px 0; color: #5c655c; font-size: 13px; }
.settings-dialog output { float: right; color: #8aaa46; font-variant-numeric: tabular-nums; }
.settings-dialog input[type="range"] { width: 100%; margin-top: 8px; accent-color: #8dc53f; }
.mask-switch-row { display: flex !important; align-items: center; justify-content: space-between; gap: 18px; margin: 18px 0 6px !important; cursor: pointer; }
.mask-switch-row span:first-child { display: flex; flex-direction: column; gap: 4px; }
.mask-switch-row strong { color: #303930; font-size: 14px; font-weight: 600; }
.mask-switch-row small { color: #8a9389; font-size: 12px; }
.mask-switch-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.mask-switch { position: relative; width: 44px; height: 24px; flex: 0 0 44px; border-radius: 999px; background: #c7cec4; transition: background .2s ease; }
.mask-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: transform .2s ease; }
.mask-switch-input:checked + .mask-switch { background: #8dc53f; }
.mask-switch-input:checked + .mask-switch::after { transform: translateX(20px); }
.mask-switch-input:focus-visible + .mask-switch { outline: 2px solid rgba(141,197,63,.55); outline-offset: 3px; }
.add-shortcut-dialog h2 { margin: 0 0 20px; font-size: 22px; }
.add-shortcut-dialog label { display: block; margin: 12px 0 6px; color: #6d746b; font-size: 13px; }
.add-shortcut-dialog input { width: 100%; height: 40px; padding: 0 12px; color: #252a25; border: 1px solid #d9ddd7; border-radius: 8px; outline: 0; }
.add-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.add-actions button { padding: 9px 16px; border-radius: 8px; color: #4d554c; background: #edf0eb; }
.add-actions .primary { color: #fff; background: #8dc53f; }
.shortcut-context-menu { position: fixed; z-index: 20; min-width: 150px; padding: 6px; color: #313631; background: rgba(255,255,255,.96); border-radius: 9px; box-shadow: 0 9px 28px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: scale(.96); transform-origin: top left; transition: opacity .14s, transform .14s; }
.shortcut-context-menu.open { opacity: 1; pointer-events: auto; transform: scale(1); }
.shortcut-context-action { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 10px; color: inherit; background: transparent; border-radius: 6px; text-align: left; font-size: 13px; }
.shortcut-context-action:hover { background: #edf0eb; }
.shortcut-context-action.delete:hover { color: #c94d45; background: #fff0ef; }
.context-svg { width: 16px; height: 16px; flex: 0 0 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
body.dark::before { filter: blur(0) saturate(.55) brightness(.55); }
body.dark.search-focused::before { filter: blur(14px) saturate(.5) brightness(.45); }
body.dark::after { background: radial-gradient(circle at 50% 38%, transparent 8%, rgba(5,8,3,.48) 100%), rgba(10,14,7,.32); }
body.dark .search { background: rgba(25,31,22,.62); border-color: rgba(255,255,255,.12); }
body.dark .search:focus-within { background: rgba(235,240,230,.9); }
body.dark .search:focus-within input { color: #152019; }
body.dark .search:focus-within input::placeholder { color: transparent; }
body.dark .suggestions { color: rgba(255,255,255,.88); background: rgba(33,41,31,.97); }
body.dark .suggestion:hover, body.dark .suggestion[aria-selected="true"] { background: rgba(79,94,70,.8); }
body.dark .suggestion-hint { color: rgba(255,255,255,.55); }
body.dark .engine-menu { background: rgba(33,41,31,.97); }
body.dark .engine-option { color: rgba(255,255,255,.84); }
body.dark .engine-option:hover, body.dark .engine-option.selected { background: rgba(79,94,70,.8); }
body.dark .dock { background: rgba(25,31,20,.65); }
body.dark .shortcut { color: rgba(255,255,255,.72); background: rgba(38,46,35,.86); }
body.dark .shortcut:hover, body.dark .overview-item:hover .overview-icon { background: rgba(58,68,53,.96); }
body.dark .overview-icon { color: rgba(255,255,255,.72); background: rgba(38,46,35,.86); }
body.dark .clock { color: rgba(255,255,255,.62); }
body.dark .date, body.dark .quote { color: rgba(255,255,255,.52); }
body.dark .quote-source { color: rgba(255,255,255,.42); }
body.dark .theme-sun { display: none; }
body.dark .theme-moon { display: block; }
[hidden] { display: none !important; }
.account-overlay, .admin-overlay { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; background: rgba(20,24,17,.55); backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.account-overlay.open, .admin-overlay.open { opacity: 1; pointer-events: auto; }
.account-dialog, .admin-dialog { color: #283027; background: rgba(255,255,255,.98); border-radius: 14px; box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.account-dialog { width: min(100%, 430px); padding: 26px; }
.admin-overlay { place-items: stretch; padding: 0; background: #f4f7f2; backdrop-filter: none; }
.admin-dialog { display: grid; grid-template-columns: 190px minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); gap: 0 28px; width: 100%; height: 100%; max-height: none; overflow: auto; padding: 34px clamp(24px, 6vw, 88px) 48px; border-radius: 0; box-shadow: none; }
.admin-dialog > .dialog-head { grid-column: 1 / -1; }
.account-dialog label, .admin-dialog label { display: block; margin: 12px 0 6px; color: #626b61; font-size: 13px; }
.account-dialog input, .admin-dialog input, .admin-dialog select { width: 100%; height: 40px; padding: 0 12px; color: #242a23; background: #fff; border: 1px solid #d9dfd6; border-radius: 8px; outline: none; }
.account-dialog input:focus, .admin-dialog input:focus { border-color: #91bd51; box-shadow: 0 0 0 3px rgba(141,197,63,.13); }
.account-help { margin: 0 0 16px; color: #7b8379; font-size: 13px; line-height: 1.6; }
.form-message { margin: 0 0 14px; padding: 10px 12px; color: #a53f39; background: #fff1f0; border: 1px solid #f2ceca; border-radius: 8px; font-size: 13px; line-height: 1.5; }
.account-email { margin: 0 0 8px; font-size: 17px; font-weight: 600; overflow-wrap: anywhere; }
.wide-action { width: 100%; min-height: 40px; margin-top: 12px; padding: 9px 14px; color: #4d554c; background: #edf0eb; border-radius: 8px; }
.primary { color: #fff !important; background: #86b83e !important; }
.account-divider { display: flex; align-items: center; gap: 12px; margin: 23px 0 14px; color: #929990; font-size: 12px; }
.account-divider::before, .account-divider::after { content: ""; height: 1px; flex: 1; background: #e2e6e0; }
.text-action { display: block; width: 100%; margin: 14px 0 0; padding: 7px; color: #6f9f31; background: transparent; font-size: 13px; }
.text-action:hover { color: #527d20; text-decoration: underline; }
.bootstrap-field { padding: 11px 13px 14px; margin-top: 12px; background: #f5f7f3; border-radius: 9px; }
.admin-grid { display: grid; grid-column: 2; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; min-height: 0; gap: 16px; }
.admin-tabs { display: flex; flex-direction: column; align-self: stretch; gap: 6px; margin: 0; padding: 8px; background: #eaf0e7; border-radius: 12px; }
.admin-tab { flex: 0 0 auto; padding: 12px 14px; color: #697367; background: transparent; border-radius: 7px; font-size: 13px; text-align: left; white-space: nowrap; }
.admin-tab:hover { color: #42611f; background: #e7eee2; }
.admin-tab[aria-selected="true"] { color: #fff; background: #86b83e; box-shadow: 0 3px 8px rgba(91,132,38,.2); }
.admin-card { min-width: 0; min-height: 100%; padding: 18px; background: #f8faf7; border: 1px solid #e9eee6; border-radius: 12px; }
.admin-card h3 { margin-bottom: 6px; }
.admin-card-help { margin: 0 0 12px; color: #8a9385; font-size: 12px; line-height: 1.5; }
.admin-grid h3 { margin: 0 0 12px; font-size: 16px; }
.admin-wallpapers { grid-column: 1 / -1; }
.admin-section-head span { color: #929990; font-size: 11px; }
.wallpaper-admin-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-height: none; overflow: auto; }
.wallpaper-admin-item { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; align-items: start; padding: 10px; background: #f5f7f3; border-radius: 9px; }
.wallpaper-admin-item img { width: 112px; height: 112px; object-fit: cover; border-radius: 7px; background: #e5e9e2; }
.wallpaper-admin-fields { display: grid; grid-template-columns: minmax(120px, 180px) minmax(0, 1fr) auto; align-items: center; gap: 7px; }
.wallpaper-admin-fields input, .wallpaper-admin-fields textarea { min-width: 0; width: 100%; padding: 7px 8px; font-size: 12px; }
.wallpaper-admin-fields textarea { height: 112px; resize: vertical; line-height: 1.45; overflow-wrap: anywhere; }
.wallpaper-admin-fields button { justify-self: start; padding: 5px 12px; color: #fff; background: #86b83e; border-radius: 6px; font-size: 12px; }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; }
.admin-section-head button, .generated-code button, .admin-list button { padding: 6px 10px; color: #52604e; background: #edf1ea; border-radius: 7px; font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.generated-code { margin-top: 16px; padding: 13px; background: #f0f5ea; border: 1px solid #dce8d0; border-radius: 9px; }
.generated-code code { display: block; margin-bottom: 9px; overflow-wrap: anywhere; color: #42611f; user-select: all; }
.generated-code small { display: block; margin-top: 7px; color: #7d8679; }
.admin-list { display: grid; gap: 8px; margin-bottom: 24px; }
.admin-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 54px; padding: 10px 12px; background: #f5f7f3; border-radius: 9px; }
.admin-item-main { min-width: 0; }
.admin-item strong, .admin-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-item small { margin-top: 4px; color: #858d82; font-size: 11px; }
.admin-item .danger { color: #b64d45; background: #fff0ef; }
.admin-empty { padding: 18px; color: #8b9388; background: #f7f8f6; border-radius: 9px; font-size: 13px; text-align: center; }
#turnstileContainer:not(:empty) { min-height: 65px; margin-top: 14px; }
@keyframes breathe { from { background-position: 48% 48%; } to { background-position: 54% 52%; } }
@keyframes clockIn { from { opacity: 0; transform: translateY(16px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes searchIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes dockIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 680px) { .shortcut-overview { grid-template-columns: repeat(4, 64px); gap: 22px 26px; } .overview-icon { width: 64px; height: 64px; font-size: 24px; } .shortcut-overlay { padding-top: 90px; } }
@media (max-width: 600px) { .page { padding: 20px 14px 12px; } .hero { margin-top: 8vh; } .quote { margin-top: 24vh; } .dock { max-width: 100%; overflow-x: auto; } .shortcut { flex: 0 0 39px; } .date { font-size: 12px; } }
@media (max-width: 600px) { .wallpaper-url-row { flex-wrap: wrap; } .wallpaper-url-row textarea { flex-basis: calc(100% - 92px); } .wallpaper-custom-preview { order: 3; } }
@media (max-width: 900px) { .admin-dialog { grid-template-columns: 150px minmax(0, 1fr); gap: 0 16px; padding-left: 22px; padding-right: 22px; } .wallpaper-admin-list { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .admin-dialog { display: block; padding: 22px 18px 32px; } .admin-tabs { flex-direction: row; margin: 0 0 16px; overflow-x: auto; } .admin-tab { text-align: center; } .admin-grid { display: block; } .admin-card { min-height: auto; } .wallpaper-admin-list { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
