:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0c111d;color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{border:1px solid rgba(255,255,255,.14);background:#ffffff1c;color:inherit;border-radius:8px;min-width:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}button:hover{background:#ffffff2e}button:disabled{cursor:not-allowed;opacity:.45}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:#080d176b;color:inherit;border-radius:8px;padding:10px 12px;outline:none}textarea{resize:vertical}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.app{min-height:100vh;position:relative;overflow-x:hidden;background:#0c111d;color:#f5f7fb}.app:before,.app:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.app:before{z-index:0;background-image:var(--wallpaper-image);background-size:cover;background-position:center;transform:scale(1.018);filter:saturate(1.08) contrast(.96)}.app:after{z-index:0;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.22),transparent 30%),linear-gradient(180deg,#0307121f,#03071257 48%,#0307129e)}.app.light{color:#162033}.app.light:after{background:radial-gradient(circle at 50% 10%,rgba(255,255,255,.5),transparent 32%),linear-gradient(180deg,#ffffff2e,#eef4ff8a)}.shell{position:relative;z-index:1;width:min(1540px,calc(100vw - 44px));min-height:100vh;margin:0 auto;padding:18px 0 20px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:18px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{min-width:0;display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:8px;background:#070c1438;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.light .brand{background:#ffffff6b;border-color:#1018281a}.mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#101827;background:#fffffff0;font-size:22px;font-weight:900}.brand h1{font-size:21px;line-height:1}.brand p,.stage-head p,.widget p,.hint,small,.muted{color:#f5f7fbad}.light .brand p,.light .stage-head p,.light .widget p,.light .hint,.light small,.light .muted{color:#162033a3}.actions,.button-row{display:flex;align-items:center;gap:8px}.top-action,.account-button,.text-button{height:40px;padding:0 12px;background:#070c143d;border-color:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.top-action.add{background:#2dd4bf38;border-color:#2dd4bf5c}.top-action.import{background:#60a5fa3b;border-color:#60a5fa61}.top-action.export{background:#facc1533;border-color:#facc156b}.account-button{max-width:210px}.account-button span,.top-action span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero{min-height:126px;display:grid;place-items:center;gap:18px;padding-top:8px}.hero-date{display:grid;justify-items:center;gap:8px;line-height:1;letter-spacing:0;text-align:center;text-shadow:0 14px 42px rgba(0,0,0,.22)}.hero-date strong{font-size:clamp(30px,4.8vw,58px);font-weight:780}.hero-date span{font-size:clamp(34px,5.4vw,72px);font-weight:760}.search{width:min(780px,100%);height:56px;display:flex;align-items:center;gap:10px;padding:0 10px 0 12px;border-radius:8px;background:#ffffff2e;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 50px #00000024;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search input{min-width:0;border:0;background:transparent;padding:0;font-size:16px}.engine-toggle,.search-submit{flex:0 0 auto;height:38px;min-height:38px;min-width:68px;padding:0 12px;border-color:#ffffff24;background:#ffffff24;font-size:13px;font-weight:720}.search-submit{min-width:58px;background:#2dd4bf3d;border-color:#2dd4bf57}.workspace{display:grid;gap:18px;align-content:start}.shortcut-stage{min-height:420px;display:grid;gap:12px;align-content:start}.stage-head{min-height:48px;display:flex;align-items:end;justify-content:space-between;gap:12px;padding:0 4px}.stage-actions{display:flex;align-items:center;gap:8px}.stage-head h2{font-size:25px;font-weight:720;text-shadow:0 8px 28px rgba(0,0,0,.2)}.layer-rail{display:flex;align-items:center;gap:8px;min-height:52px;padding:7px;overflow-x:auto;border-radius:8px;background:#070c143d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scrollbar-width:thin}.light .layer-rail,.light .search,.light .top-action,.light .account-button,.light .text-button{background:#ffffff7a;border-color:#1018281a}.layer-head{display:flex;align-items:center}.layer-head span{display:none}.layer-head button,.layer-actions button{min-width:34px;min-height:34px;width:34px;height:34px;padding:0}.layer-rail>button,.layer-main{flex:0 0 auto;min-height:36px;min-width:74px;padding:0 12px;justify-content:center;border-color:transparent;background:transparent}.layer-rail>button.active,.layer-row.active .layer-main{background:#ffffff2e;border-color:#ffffff2e}.layer-row{position:relative;flex:0 0 auto;display:flex;align-items:center}.layer-main span:nth-child(2),.layer-rail>button span:nth-child(2){max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-rail small{font-size:12px;opacity:.72}.group-dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px}.layer-actions{display:none;gap:3px;margin-left:3px}.layer-row:hover .layer-actions{display:flex}.shortcuts-panel{min-height:300px;padding:8px 2px 18px}.shortcut-grid,.shortcut-grid.compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,112px));justify-content:start;align-content:start;gap:20px 16px}.shortcut{position:relative;min-height:106px;border:1px solid transparent;border-radius:8px;background:transparent;transition:transform .14s ease,background .14s ease,border-color .14s ease}.shortcut:hover{transform:translateY(-3px);background:#ffffff1f;border-color:#ffffff1a}.shortcut a{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 6px 8px;text-align:center}.shortcut a>span:last-child{width:100%;padding:3px 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:7px;background:#03071242;color:#fff;font-size:12px;text-shadow:0 1px 8px rgba(0,0,0,.28)}.light .shortcut a>span:last-child{background:#ffffffa3;color:#162033;text-shadow:none}.shortcut-icon{width:var(--icon);height:var(--icon);display:grid;place-items:center;border-radius:8px;color:#111827;background:#fffffff0!important;font-size:calc(var(--icon) * .42);font-weight:800;overflow:hidden;box-shadow:0 12px 28px #0000002e,inset 0 0 0 1px #ffffff61}.shortcut-icon img,.dock img{width:100%;height:100%;object-fit:contain;padding:10%}.drag-corner{position:absolute;right:7px;top:7px;width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#f5f7fb8a;background:#03071238;opacity:0;transition:opacity .14s ease;pointer-events:none}.shortcut:hover .drag-corner{opacity:1}.empty-shortcut{min-height:106px;display:grid;gap:8px;align-content:center;justify-items:center;border-style:dashed;color:#f5f7fbc7}.widgets{display:grid;grid-template-columns:repeat(6,minmax(180px,1fr));gap:10px;align-items:stretch}.widget{min-height:132px;padding:13px;border-radius:8px;background:#070c1447;border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.light .widget{background:#ffffff7a;border-color:#1018281a}.widget-title,.dialog header,.list-row,.rate-row,.status-line,.todo{display:flex;align-items:center;justify-content:space-between;gap:10px}.widget-title{margin-bottom:10px}.widget-title h3{font-size:14px;font-weight:680}.widget-title button{width:28px;min-width:28px;min-height:28px}.weather-card{display:block;padding-bottom:8px}.weather-line{display:flex;align-items:end;gap:10px}.weather-line strong{font-size:36px;line-height:.9}.forecast-strip{display:grid;grid-auto-flow:column;grid-auto-columns:50px;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.forecast-strip a{min-height:68px;display:grid;align-content:center;justify-items:center;gap:4px;border-radius:8px;background:#ffffff14}.forecast-strip strong{font-size:17px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.calendar-grid span{min-height:22px;display:grid;place-items:center;border-radius:7px}.calendar-grid .today{background:#2dd4bfdb;color:#06111d;font-weight:800}.list-row,.rate-row,.todo{min-height:32px;border-bottom:1px solid rgba(255,255,255,.08)}.list-row button,.todo button{width:26px;height:26px;min-width:26px;min-height:26px}.rate-row{display:grid;grid-template-columns:1fr auto auto}.input-row{display:grid;grid-template-columns:1fr 38px;gap:8px;margin-bottom:10px}.todo input{width:auto}.todo span{flex:1}.note{min-height:86px}.converter{display:grid;gap:9px;margin:10px 0 7px}.converter-input{display:grid;grid-template-columns:minmax(0,1fr) 100px;gap:8px}.conversion-list{display:grid;gap:6px}.conversion-list div{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-radius:8px;background:#ffffff14}.folder-tile{cursor:pointer}.folder-open{width:100%;min-height:106px;display:flex;flex-direction:column;gap:7px;padding:10px 6px 8px;border:0;background:transparent}.folder-open:hover{background:transparent}.folder-icon{color:#fff;background:linear-gradient(145deg,#ffffff42,#ffffff0f),var(--folder-color)!important}.folder-open>span:nth-child(2){width:100%;padding:3px 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:7px;background:#03071242;color:#fff;font-size:12px}.folder-open small{font-size:11px}.todo-count{min-width:42px;text-align:center;padding:4px 8px;border-radius:999px;background:#ffffff1a;font-size:12px}.clear-done{width:100%;min-height:32px;margin-top:8px;font-size:12px}.photo-frame{position:relative;min-height:166px;display:grid;overflow:hidden;border-radius:8px;background:linear-gradient(145deg,#ffffff1f,#ffffff0a);border:1px solid rgba(255,255,255,.1)}.photo-frame.has-photo{min-height:190px}.photo-frame img{width:100%;height:100%;min-height:190px;object-fit:cover;display:block}.photo-upload{min-height:166px;display:grid;place-items:center;align-content:center;gap:8px;color:#f5f7fbd1;cursor:pointer}.photo-upload input,.photo-change input{display:none}.photo-tools{position:absolute;left:9px;right:9px;bottom:9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.photo-tools input{height:34px;padding:0 10px;background:#0307127a;border-color:#ffffff2e;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.photo-change{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:8px;background:#03071280;border:1px solid rgba(255,255,255,.18);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.folder-overlay{z-index:25;align-items:start;padding-top:18vh}.folder-view{width:min(620px,calc(100vw - 36px));max-height:min(560px,calc(100vh - 80px));padding:16px;border-radius:8px;background:#090f1ad1;border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 70px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:auto}.folder-view header,.folder-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.folder-title{justify-content:flex-start}.folder-badge{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;color:#fff}.folder-view h2{font-size:20px}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:14px 10px;margin-top:16px}.split-row{justify-content:space-between}.danger-button{color:#fecaca;border-color:#f871715c;background:#7f1d1d38}.dock{width:max-content;max-width:min(860px,100%);margin:0 auto;padding:7px;display:flex;gap:8px;border-radius:8px;background:#070c1447;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow-x:auto}.dock a{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border-radius:8px;overflow:hidden;background-color:#fffffff0!important;color:#111827;font-weight:800}.shortcut-menu{position:fixed;z-index:40;width:176px;display:grid;gap:4px;padding:6px;border-radius:8px;background:#0a101cf0;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 44px #00000042;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shortcut-menu a,.shortcut-menu button{width:100%;min-height:36px;justify-content:flex-start;padding:0 10px;border:0;background:transparent;border-radius:7px;color:inherit}.shortcut-menu a{display:flex;align-items:center}.shortcut-menu a:hover,.shortcut-menu button:hover{background:#ffffff1a}.shortcut-menu .danger{color:#fca5a5}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#03071294}.dialog{width:min(560px,100%);max-height:min(720px,calc(100vh - 48px));border-radius:8px;background:#0f172af0;border:1px solid rgba(255,255,255,.13);overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.light .dialog{background:#ffffffe6}.dialog header{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.dialog h2{font-size:18px}.dialog-body{display:grid;gap:12px;padding:18px;overflow:auto}.dialog label{display:grid;gap:7px}.check-row{display:flex!important;align-items:center;justify-content:flex-start;gap:8px!important}.check-row input{width:auto}.toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.settings-block{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d}.section-title,.compact-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.section-title h3{font-size:15px}.wallpaper-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wallpaper-grid button{min-height:74px;align-items:end;justify-content:flex-start;padding:10px;background-size:cover;background-position:center;border-color:#ffffff2e;overflow:hidden}.wallpaper-grid button.active{border-color:#5eead4d1;box-shadow:inset 0 0 0 1px #5eead4b8}.wallpaper-grid span{padding:4px 7px;border-radius:7px;background:#0307127a;color:#fff;font-size:12px}.primary{background:#14b8a6;color:#06111d;border-color:transparent;font-weight:800}.file-pick{position:relative;min-height:44px;border:1px dashed rgba(255,255,255,.22);border-radius:8px;display:flex!important;align-items:center;justify-content:center;cursor:pointer}.file-pick input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.import-text{min-height:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.import-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.import-summary span{min-height:38px;display:grid;place-items:center;border-radius:8px;background:#ffffff14;color:#f5f7fbdb;font-size:12px}.warning{color:#fbbf24}.sync-auth-success{margin:0;color:#67e8f9;font-size:12px;line-height:1.55}.toast{position:fixed;left:50%;bottom:28px;z-index:60;transform:translate(-50%);padding:12px 16px;border-radius:8px;background:#06111de6;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 40px #00000047}@media (max-width: 1240px){.widgets{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (max-width: 900px){.shell{width:min(100vw - 24px,1540px)}.topbar{align-items:stretch;flex-direction:column}.actions{overflow-x:auto}.hero{min-height:118px}.widgets{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width: 620px){.top-action span,.account-button span{display:none}.engine-toggle,.search-submit{min-width:54px;padding:0 8px}.widgets,.toggle-grid,.wallpaper-grid,.import-summary{grid-template-columns:1fr}.shortcut-grid,.shortcut-grid.compact{grid-template-columns:repeat(auto-fill,minmax(82px,1fr))}}.root-error{min-height:100vh;display:grid;place-items:center;padding:24px;background:#0c111d;color:#f5f7fb}.root-error section{width:min(460px,100%);display:grid;gap:14px;padding:22px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.root-error h1{font-size:22px}.root-error p{color:#f5f7fbb8}.app:after{background:linear-gradient(180deg,#02061014,#0206105c 52%,#0206109e),linear-gradient(90deg,#0206106b,#0206100a 28%,#0206102e 72%,#0206107a)}.shell{width:min(1580px,calc(100vw - 42px));gap:14px}.hero{min-height:150px;gap:16px;padding-top:2px}.hero-date strong{font-size:clamp(28px,4.1vw,54px)}.hero-date span{font-size:clamp(40px,6vw,80px);font-variant-numeric:tabular-nums}.hero-date small{padding:4px 10px;border-radius:999px;background:#0307123d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace{grid-template-columns:minmax(0,1fr) minmax(312px,372px);align-items:start;gap:20px}.shortcut-stage{min-width:0}.stage-head{align-items:center;display:grid;grid-template-columns:minmax(150px,auto) minmax(220px,340px) auto}.site-filter{height:38px;display:flex!important;align-items:center;gap:8px!important;padding:0 10px;border-radius:8px;background:#070c1442;border:1px solid rgba(255,255,255,.11);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-filter input{height:34px;min-width:0;border:0;padding:0;background:transparent;font-size:13px}.shortcuts-panel{padding-bottom:8px}.widgets{position:sticky;top:14px;max-height:calc(100vh - 116px);overflow:auto;grid-template-columns:1fr;gap:10px;padding-right:2px;scrollbar-width:thin}.widget{min-height:118px;background:#070c145c;box-shadow:0 18px 42px #00000029}.weather-line strong{font-size:32px}.forecast-strip{grid-auto-columns:46px}.forecast-strip a{min-height:62px}.calendar-grid span{min-height:20px}.photo-frame,.photo-frame.has-photo,.photo-frame img{min-height:142px}.wallpaper-grid button{aspect-ratio:16 / 9;min-height:78px;background-size:cover;background-position:center}@media (max-width: 1180px){.workspace{grid-template-columns:1fr}.widgets{position:static;max-height:none;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.shell{width:min(100vw - 24px,720px)}.topbar,.stage-head{grid-template-columns:1fr;display:grid}.actions,.stage-actions{flex-wrap:wrap}.site-filter{width:100%}.widgets{grid-template-columns:1fr}.hero-date span{font-size:clamp(34px,15vw,58px)}}.app:before{filter:saturate(1.1) contrast(1.02) brightness(1.04)}.app:after{background:linear-gradient(180deg,#02061005,#0206102e 48%,#0206106b),linear-gradient(90deg,#02061057,#02061005 30%,#02061014 70%,#02061057)}.shortcut-icon,.dock a,.folder-badge{border-radius:18px}.shortcut-icon{box-shadow:0 16px 32px #00000038,inset 0 0 0 1px #ffffff75}.shortcut-icon img,.dock img,.folder-badge img{width:100%;height:100%;object-fit:cover}.shortcut-icon img,.dock img{padding:8%}.folder-icon.has-image img,.folder-badge.has-image img{padding:0}.folder-badge{overflow:hidden}.folder-preview{min-height:86px;display:flex;align-items:center;gap:14px;padding:12px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.folder-preview>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:680}.app:before{transform:scale(1.006);filter:saturate(1.18) contrast(1.04) brightness(1.08)}.app:after{background:linear-gradient(180deg,#04081200,#0408121a 42%,#04081257),linear-gradient(90deg,#04081242,#04081200 34%,#04081200 66%,#0408123d)}.app.light:after{background:linear-gradient(180deg,#ffffff05,#f0f6ff38 62%,#e8eef66b),linear-gradient(90deg,rgba(255,255,255,.36),transparent 30%,transparent 70%,rgba(255,255,255,.32))}.shell{width:min(1480px,calc(100vw - 112px));margin-left:auto;margin-right:auto;padding-left:clamp(42px,5vw,74px);padding-right:clamp(24px,3vw,42px);grid-template-rows:auto auto minmax(0,1fr) auto;gap:18px}.topbar{min-height:48px}.brand,.top-action,.account-button,.text-button,.search,.layer-rail,.site-filter,.widget,.dialog,.import-preview,.folder-modal{border-radius:14px}.brand{background:#04081233}.page-nav{position:fixed;z-index:4;left:22px;top:50%;transform:translateY(-50%);width:64px;display:grid;gap:12px;padding:10px;border-radius:22px;background:#050a143d;border:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 56px #0000003d}.light .page-nav{background:#ffffff75;border-color:#1018281a}.page-nav button{width:44px;height:58px;min-width:44px;min-height:58px;display:grid;justify-items:center;align-content:center;gap:3px;padding:0;border:0;border-radius:16px;background:transparent;color:#f5f7fbc2}.light .page-nav button{color:#162033b3}.page-nav button.active{color:#07111f;background:#ffffffeb;box-shadow:0 14px 28px #0000002e}.page-nav span{font-size:11px;font-weight:760}.page-nav small{min-width:18px;height:18px;display:grid;place-items:center;margin-top:1px;border-radius:999px;background:#2dd4bfdb;color:#06111d;font-size:10px;font-weight:820}.hero{min-height:168px;padding-top:0}.hero-date strong{font-size:clamp(28px,3.8vw,52px)}.hero-date span{font-size:clamp(42px,6.1vw,86px);font-variant-numeric:tabular-nums}.search{background:#fff3;border-color:#ffffff3d}.workspace,.workspace.page-widgets,.workspace.page-shortcuts{display:block;min-width:0}.home-dashboard,.shortcut-stage{min-width:0;display:grid;gap:14px}.home-head,.stage-head{min-height:52px;display:grid;grid-template-columns:minmax(180px,1fr) auto;align-items:center;gap:14px;padding:0 4px}.home-head h2,.stage-head h2{font-size:26px;font-weight:780;text-shadow:0 12px 32px rgba(0,0,0,.24)}.home-actions,.stage-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:8px}.text-button.primary{background:#2dd4bf40;border-color:#2dd4bf66}.home-widgets,.widgets.home-widgets{position:static;max-height:none;overflow:visible;display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:14px;padding:0 0 18px}.home-widgets .widget{min-height:178px;background:#050a144d;border-color:#ffffff1f;box-shadow:0 20px 52px #00000029}.light .home-widgets .widget{background:#ffffff80}.home-widgets .weather-card,.home-widgets .rates-card,.home-widgets .photo-widget{min-height:220px}.home-widgets .forecast-strip{grid-auto-columns:minmax(52px,1fr)}.home-widgets .photo-frame,.home-widgets .photo-frame.has-photo,.home-widgets .photo-frame img{min-height:168px}.page-shortcuts .stage-head{grid-template-columns:minmax(160px,auto) minmax(240px,360px) auto}.page-shortcuts .shortcuts-panel{min-height:430px;padding:12px 2px 22px}.page-shortcuts .shortcut-grid,.page-shortcuts .shortcut-grid.compact{grid-template-columns:repeat(auto-fill,minmax(104px,122px));gap:22px 18px}.shortcut{border-radius:18px}.shortcut:hover{background:#ffffff21;border-color:#ffffff24}.shortcut-icon,.dock a,.folder-badge{border-radius:22px}.folder-open>span:nth-child(2),.shortcut a>span:last-child{border-radius:999px}.folder-icon.has-image{background:#ffffffeb!important}.folder-open small{padding:2px 8px;border-radius:999px;background:#03071238}@media (max-width: 1180px){.shell{width:min(100vw - 104px,1040px);margin-left:84px;margin-right:20px}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shortcuts .stage-head{grid-template-columns:1fr}.stage-actions{justify-content:flex-start}}@media (max-width: 760px){.shell{width:min(100vw - 22px,720px);margin:0 auto;padding-bottom:84px}.page-nav{left:50%;top:auto;bottom:14px;transform:translate(-50%);width:auto;grid-auto-flow:column;grid-template-columns:none;border-radius:20px}.page-nav button{width:64px}.home-head,.stage-head{grid-template-columns:1fr}.home-actions,.stage-actions{justify-content:flex-start}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr}.page-shortcuts .shortcut-grid,.page-shortcuts .shortcut-grid.compact{grid-template-columns:repeat(auto-fill,minmax(86px,1fr))}}.app:before{opacity:1;filter:saturate(1.24) contrast(1.07) brightness(1.16)}.app:after{background:linear-gradient(180deg,#04081200,#0408120a 44%,#04081238),linear-gradient(90deg,#04081229,#04081200 32%,#04081200 68%,#04081229)}.brand,.top-action,.account-button,.text-button,.search,.layer-rail,.site-filter,.home-widgets .widget{background-color:#050a1438}.home-widgets .widget{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app:before{background-position:center 42%;filter:saturate(1.32) contrast(1.08) brightness(1.24)}.app:after{background:linear-gradient(180deg,#04081200,#0408120f 58%,#0408122e)}.home-widgets .widget,.brand,.search,.account-button,.top-action,.text-button{background-color:#050a142e}.hero-date strong,.hero-date span,.hero-date small{color:var(--date-color)}.hero-date small{background:color-mix(in srgb,var(--date-color) 14%,transparent);border:1px solid color-mix(in srgb,var(--date-color) 18%,transparent)}.quiet-stage-head{grid-template-columns:minmax(160px,auto) minmax(260px,420px);justify-content:start}.layer-rail,.stage-actions{display:none!important}.shortcut a>span:last-child,.folder-open>span:nth-child(2),.home-shortcuts-row a>span:last-child{width:100%;padding:2px 0 0;background:transparent!important;color:#ffffffeb;text-shadow:0 2px 10px rgba(0,0,0,.46);border-radius:0}.light .shortcut a>span:last-child,.light .folder-open>span:nth-child(2),.light .home-shortcuts-row a>span:last-child{color:#162033d1;text-shadow:0 1px 10px rgba(255,255,255,.46)}.folder-open small{background:transparent;color:#ffffffad;padding:0}.home-shortcuts{display:grid;gap:10px;padding:12px 14px;border-radius:20px;background:#050a142e;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-shortcuts-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.home-shortcuts-head span{font-size:14px;font-weight:780}.home-shortcuts-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px}.home-shortcuts-row a{min-width:0;display:grid;justify-items:center;gap:7px;text-align:center;font-size:12px}.home-shortcuts-row .shortcut-icon{--icon: 48px}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.home-widgets .widget{min-height:176px;grid-column:span 4;padding:16px;border-radius:22px;background:linear-gradient(145deg,color-mix(in srgb,var(--widget-accent) 12%,transparent),rgba(5,10,20,calc(var(--widget-glass) * .46))),#050a142e;border:1px solid color-mix(in srgb,var(--widget-accent) 22%,rgba(255,255,255,.1));box-shadow:0 18px 58px #0000002e;-webkit-backdrop-filter:blur(14px) saturate(1.12);backdrop-filter:blur(14px) saturate(1.12)}.home-widgets .widget-weather,.home-widgets .widget-photo{grid-column:span 5}.home-widgets .widget-calendar,.home-widgets .widget-countdown{grid-column:span 3}.home-widgets .widget-todo,.home-widgets .widget-rates{grid-column:span 4}.widget-title{margin-bottom:12px}.widget-title h3{font-size:15px;letter-spacing:0}.widget-title button,.folder-actions button{border-radius:12px;background:color-mix(in srgb,var(--widget-accent) 16%,rgba(255,255,255,.08))}.weather-line strong{color:var(--widget-accent);font-size:42px}.forecast-strip a,.conversion-list div{background:#ffffff1a;border:1px solid rgba(255,255,255,.08)}.calendar-grid .today{background:var(--widget-accent)}.list-row,.rate-row,.todo{border-bottom-color:#ffffff1a}.todo input[type=checkbox]{accent-color:var(--widget-accent)}.photo-frame{border-radius:18px}.shortcut-menu.page-menu{min-width:206px}.color-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.color-settings input[type=color]{height:42px;padding:4px}.widget-library{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-option{min-height:52px;padding:10px 12px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.widget-option input{accent-color:var(--widget-accent)}@media (max-width: 1180px){.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-photo,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-rates{grid-column:span 6}}@media (max-width: 760px){.quiet-stage-head,.color-settings,.widget-library,.home-widgets,.widgets.home-widgets{grid-template-columns:1fr}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-photo,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-rates{grid-column:auto}}.home-dashboard{gap:16px}.home-head{margin-bottom:2px}.home-head h2{font-size:26px}.home-head p{opacity:.82}.home-shortcuts,.home-shortcuts-head,.home-shortcuts-row{display:none!important}.home-widgets,.widgets.home-widgets{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));grid-auto-rows:224px;gap:16px;align-items:stretch;padding-bottom:22px}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:auto;min-height:0;height:224px;padding:18px;border-radius:28px;background:linear-gradient(160deg,#ffffff2e,#ffffff0f),linear-gradient(145deg,color-mix(in srgb,var(--widget-accent) 10%,transparent),#070c145c);border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 70px #00000038,inset 0 1px #ffffff29;-webkit-backdrop-filter:blur(24px) saturate(1.18);backdrop-filter:blur(24px) saturate(1.18)}.light .home-widgets .widget{background:linear-gradient(160deg,#ffffffbd,#ffffff6b),color-mix(in srgb,var(--widget-accent) 8%,transparent)}.widget-title{min-height:30px;margin-bottom:10px}.widget-title h3{font-size:15px;font-weight:760;color:#ffffffeb}.widget-title button{width:30px;min-width:30px;height:30px;min-height:30px;border-radius:999px;background:#ffffff1f}.weather-card{min-height:58px;padding:2px 0 4px}.weather-line{align-items:baseline}.weather-line strong{font-size:54px;line-height:.94;color:var(--widget-accent)}.weather-line span{font-size:14px;font-weight:720}.forecast-strip{grid-auto-columns:54px;gap:7px;margin-top:12px}.forecast-strip a{min-height:76px;border-radius:18px;background:#ffffff1f}.calendar-grid{height:calc(100% - 42px);gap:5px;align-content:stretch}.calendar-grid span{min-height:0;border-radius:999px;font-size:12px}.calendar-grid .today{color:#04111f;background:var(--widget-accent)}.list-row,.rate-row,.todo{min-height:34px;border-bottom-color:#ffffff17}.list-row:last-child,.rate-row:last-child,.todo:last-child{border-bottom:0}.list-row strong,.rate-row span,.conversion-list strong{color:color-mix(in srgb,var(--widget-accent) 72%,#ffffff)}.input-row{grid-template-columns:1fr 34px;gap:8px}.input-row input,.converter-input input,.converter-input select{min-height:34px;padding:8px 10px;border-radius:14px;background:#ffffff1a}.todo{gap:8px}.todo button,.list-row button{width:26px;height:26px;min-width:26px;min-height:26px;border-radius:999px}.photo-frame,.photo-frame.has-photo,.photo-frame img{min-height:154px;height:154px;border-radius:22px}.photo-upload{border-radius:22px;background:#ffffff1a}.converter{gap:8px;margin-top:8px}.conversion-list{grid-template-columns:repeat(2,minmax(0,1fr))}.conversion-list div{min-height:34px;border-radius:16px}@media (max-width: 1180px){.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(230px,1fr));grid-auto-rows:224px}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:auto}}@media (max-width: 760px){.home-widgets,.widgets.home-widgets{grid-template-columns:1fr;grid-auto-rows:auto}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{height:auto;min-height:210px}}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(4,minmax(176px,1fr));grid-auto-rows:118px;grid-auto-flow:dense;gap:16px;align-items:stretch}.home-widgets .widget{position:relative;isolation:isolate;height:auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:17px;border-radius:28px}.home-widgets .widget:before,.home-widgets .widget:after{content:"";position:absolute;pointer-events:none;z-index:-1}.home-widgets .widget:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#fff3,#ffffff0b),#080d1857}.home-widgets .widget:after{width:170px;height:170px;right:-58px;top:-62px;border-radius:50%;background:color-mix(in srgb,var(--widget-accent) 32%,transparent);filter:blur(28px);opacity:.74}.widget-size-small{grid-column:span 1;grid-row:span 1}.widget-size-medium{grid-column:span 1;grid-row:span 2}.widget-size-wide,.widget-size-large{grid-column:span 2;grid-row:span 2}.widget-weather.weather-sunny:before{background:linear-gradient(145deg,#ffbe5c94,#1c94ff61 52%,#080d182e)}.widget-weather.weather-cloudy:before{background:linear-gradient(145deg,#a4c0d875,#4277aa59 54%,#080d1838)}.widget-weather.weather-rain:before{background:linear-gradient(145deg,#244e7bb3,#18a4bc57 56%,#0408124d)}.widget-weather.weather-storm:before{background:linear-gradient(145deg,#221e54b8,#2563eb66 48%,#070c145c)}.widget-weather.weather-snow:before{background:linear-gradient(145deg,#ebf8ff85,#6db5db5c 54%,#080d1833)}.widget-weather.weather-fog:before{background:linear-gradient(145deg,#d2dce66b,#788a9e5c 54%,#080d183d)}.widget-weather:after{width:220px;height:220px;right:-86px;top:-82px;opacity:.88}.widget-weather.weather-sunny:after{background:#ffd3579e}.widget-weather.weather-cloudy:after{background:#c7dcec70}.widget-weather.weather-rain:after{background:#38bdf86b}.widget-weather.weather-storm:after{background:#818cf875}.widget-weather.weather-snow:after{background:#ffffff8a}.widget-weather.weather-fog:after{background:#e2e8f066}.widget-calendar:before{background:linear-gradient(145deg,#2dd4bf47,#ffffff14),#080d1857}.widget-countdown:before{background:linear-gradient(145deg,#f472b63d,#fbbf2429),#080d1857}.widget-todo:before{background:linear-gradient(145deg,#22c55e38,#3b82f624),#080d1857}.widget-photo:before{background:linear-gradient(145deg,#a855f73d,#ec48992e),#080d1857}.widget-rates:before{background:linear-gradient(145deg,#facc1533,#14b8a62e),#080d1857}.widget-title{flex:0 0 auto;min-height:28px;margin-bottom:9px}.widget-title h3{font-size:14px;font-weight:780}.widget-weather .widget-title{margin-bottom:4px}.weather-card{flex:0 0 auto;min-height:72px;padding:0}.weather-line strong{font-size:62px;line-height:.9;color:#fff;text-shadow:0 12px 32px rgba(0,0,0,.22)}.weather-line span{padding:4px 9px;border-radius:999px;background:#ffffff29;font-size:13px}.weather-card p{margin-top:5px;color:#fffc}.forecast-strip{flex:1 1 auto;min-height:0;grid-auto-columns:52px;align-content:end;margin-top:9px;padding-bottom:0}.forecast-strip a{min-height:70px;border-radius:17px;background:#ffffff24;border:1px solid rgba(255,255,255,.12)}.forecast-strip a[class*=forecast-sunny]{background:#fbbf2433}.forecast-strip a[class*=forecast-rain],.forecast-strip a[class*=forecast-storm]{background:#38bdf82e}.forecast-strip a[class*=forecast-snow]{background:#ffffff2e}.calendar-grid{flex:1 1 auto;height:auto;gap:4px}.calendar-grid span{font-size:11px}.widget-countdown .list-row,.widget-todo .todo,.widget-rates .rate-row{background:#ffffff0f;border:0;border-radius:14px;margin-bottom:6px;padding:0 9px}.widget-countdown .list-row{grid-template-columns:1fr auto 28px;display:grid}.widget-todo .input-row{flex:0 0 auto}.widget-todo .todo{min-height:32px}.widget-todo .clear-done{min-height:30px;margin-top:auto;border-radius:14px}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo,.widget-photo .photo-frame img{flex:1 1 auto;min-height:0;height:100%;border-radius:22px}.widget-photo .photo-frame{display:grid}.widget-photo .photo-upload{min-height:0;height:100%}.widget-rates .rate-row{min-height:32px;grid-template-columns:1fr auto auto}.widget-rates .converter{margin-top:6px;gap:7px}.widget-rates .converter-input{grid-template-columns:minmax(0,1fr) 92px}.widget-rates .conversion-list div{min-height:33px;border-radius:14px}.widget-rates small{display:block;margin-top:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1180px){.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(240px,1fr));grid-auto-rows:122px}.widget-size-medium,.widget-size-wide,.widget-size-large{grid-column:span 1;grid-row:span 2}}@media (max-width: 760px){.home-widgets,.widgets.home-widgets{grid-template-columns:1fr;grid-auto-rows:auto}.widget-size-small,.widget-size-medium,.widget-size-wide,.widget-size-large{grid-column:auto;grid-row:auto;min-height:230px}}.home-widgets .widget>*{min-width:0}.widget-weather .weather-card,.widget-weather .forecast-strip,.widget-calendar .calendar-grid,.widget-countdown .list-row,.widget-todo .input-row,.widget-todo .todo,.widget-photo .photo-frame,.widget-rates .rate-row,.widget-rates .converter{position:relative;z-index:1}.widget-weather .weather-card{display:grid;align-content:center}.widget-weather .forecast-strip{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.widget-weather .forecast-strip::-webkit-scrollbar{display:none}.widget-countdown,.widget-todo,.widget-rates{gap:5px}.widget-countdown .list-row span,.widget-todo .todo span,.widget-rates .rate-row strong,.widget-rates .rate-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-countdown>.list-row:nth-of-type(n+6),.widget-todo>.todo:nth-of-type(n+6){display:none}.widget-todo .todo button,.widget-countdown .list-row button{flex:0 0 auto}.widget-photo .photo-frame{overflow:hidden;background:linear-gradient(145deg,#ffffff24,#ffffff0a),#ffffff0f}.widget-photo .photo-frame img{width:100%;object-fit:cover}.widget-photo .photo-tools{left:10px;right:10px;bottom:10px;max-width:none}.widget-rates .converter{flex:1 1 auto;min-height:0}.widget-rates .conversion-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.widget-rates .conversion-list div{margin:0}.widget-rates small{position:relative;z-index:1}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(4,minmax(176px,1fr));grid-auto-rows:132px;grid-auto-flow:dense}.home-widgets .widget-size-small{grid-column:span 1;grid-row:span 1}.home-widgets .widget-size-medium{grid-column:span 1;grid-row:span 2}.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-todo{grid-column:span 2;grid-row:span 2}.widget-weather .weather-line strong{font-size:clamp(48px,5vw,76px)}.widget-weather .weather-card{min-height:92px}.widget-weather .forecast-strip{grid-auto-columns:minmax(46px,1fr)}.widget-weather .forecast-strip a{min-height:62px}@media (max-width: 1180px){.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(240px,1fr));grid-auto-rows:128px}.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-todo{grid-column:span 1;grid-row:span 2}}@media (max-width: 760px){.home-widgets,.widgets.home-widgets{grid-template-columns:1fr;grid-auto-rows:auto}.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-todo{grid-column:auto;grid-row:auto}.home-widgets .widget-weather{min-height:340px}.home-widgets .widget-calendar{min-height:250px}.home-widgets .widget-countdown{min-height:190px}.home-widgets .widget-todo{min-height:220px}.home-widgets .widget-photo{min-height:260px}.home-widgets .widget-rates{min-height:300px}}.workspace.page-widgets{align-items:start}.home-dashboard{width:min(1280px,calc(100vw - 150px));margin:0 auto}.home-dashboard .home-head{padding:0 6px 14px;opacity:.92}.home-dashboard .home-head h2{font-size:20px;letter-spacing:0}.home-dashboard .home-head p{color:#ffffffa8}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(6,minmax(138px,1fr));grid-auto-rows:118px;gap:14px}.home-widgets .widget{border-radius:26px;padding:16px;background:#0d121e6b;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff3,0 22px 60px #00000047;-webkit-backdrop-filter:blur(28px) saturate(1.24);backdrop-filter:blur(28px) saturate(1.24);transform:translateZ(0)}.home-widgets .widget:hover{border-color:#ffffff47;box-shadow:inset 0 1px #ffffff47,0 26px 70px #00000057}.home-widgets .widget:before{background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.28),transparent 28%),linear-gradient(145deg,#ffffff2e,#ffffff0d 42%,#04070e42)}.home-widgets .widget:after{width:210px;height:210px;right:-76px;top:-88px;opacity:.62}.home-widgets .widget-size-medium,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 2;grid-row:span 2}.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:span 3;grid-row:span 2}.home-widgets .widget-title h3{font-size:13px;color:#ffffffd1}.widget-menu strong{display:block;padding:9px 12px 7px;color:#ffffffb8;font-size:12px;font-weight:760}.shortcut-menu.widget-menu{width:228px;padding:8px;border-radius:18px;background:#0d111ccc;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px #0000006b;-webkit-backdrop-filter:blur(26px) saturate(1.3);backdrop-filter:blur(26px) saturate(1.3)}.widget-weather.weather-sunny:before{background:radial-gradient(circle at 78% 24%,rgba(255,229,138,.82),transparent 20%),linear-gradient(145deg,#2d8bff8f,#ffa74494)}.widget-weather.weather-cloudy:before{background:radial-gradient(circle at 22% 28%,rgba(255,255,255,.35),transparent 24%),linear-gradient(145deg,#779abba8,#35608e85)}.widget-weather.weather-rain:before{background:repeating-linear-gradient(110deg,rgba(255,255,255,.13) 0 1px,transparent 1px 14px),linear-gradient(145deg,#123e70c7,#11abbf6b)}.widget-weather.weather-storm:before{background:linear-gradient(116deg,transparent 0 58%,rgba(255,244,172,.7) 59% 62%,transparent 63%),linear-gradient(145deg,#231c5bd1,#2563eb7a)}.widget-weather.weather-snow:before{background:radial-gradient(circle at 20% 24%,rgba(255,255,255,.78) 0 2px,transparent 3px),radial-gradient(circle at 64% 36%,rgba(255,255,255,.64) 0 2px,transparent 3px),linear-gradient(145deg,#dbf3ffb3,#559ecd75)}.widget-weather.weather-fog:before{background:linear-gradient(180deg,rgba(255,255,255,.2),transparent 26%),repeating-linear-gradient(0deg,rgba(255,255,255,.14) 0 1px,transparent 1px 18px),linear-gradient(145deg,#9daebe9e,#4a5b6f7a)}.widget-quote:before{background:radial-gradient(circle at 82% 20%,rgba(251,191,36,.42),transparent 28%),linear-gradient(145deg,#581c8785,#be185d47)}.widget-focus:before{background:radial-gradient(circle at 50% 34%,rgba(96,165,250,.38),transparent 34%),linear-gradient(145deg,#0f172a99,#3b82f638)}.widget-calendar:before{background:radial-gradient(circle at 74% 16%,rgba(52,211,153,.42),transparent 25%),linear-gradient(145deg,#065f466b,#0f172a57)}.widget-countdown:before{background:radial-gradient(circle at 82% 18%,rgba(244,114,182,.44),transparent 28%),linear-gradient(145deg,#7c2d125c,#581c875c)}.widget-todo:before{background:radial-gradient(circle at 86% 20%,rgba(34,197,94,.44),transparent 28%),linear-gradient(145deg,#14532d6b,#1e40af3d)}.widget-rates:before{background:radial-gradient(circle at 82% 20%,rgba(250,204,21,.44),transparent 28%),linear-gradient(145deg,#713f126b,#0d948842)}.widget-photo:before{background:radial-gradient(circle at 82% 18%,rgba(236,72,153,.44),transparent 28%),linear-gradient(145deg,#4c1d9575,#0f172a4d)}.insight-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;flex:1 1 auto}.insight-grid div{display:grid;align-content:center;min-height:86px;padding:12px;border-radius:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.insight-grid span,.insight-grid small,.quote-card span{color:#ffffffa3;font-size:12px}.insight-grid strong{margin-top:3px;color:#fff;font-size:28px;line-height:1}.insight-line{position:relative;z-index:1;margin:9px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffc2}.quote-card{position:relative;z-index:1;display:grid;align-content:end;height:100%;gap:14px;padding:4px 2px}.quote-card strong{color:#fff;font-size:22px;line-height:1.28;font-weight:760}.focus-widget{position:relative;z-index:1;display:grid;place-items:center;gap:10px;height:100%}.focus-ring{width:132px;aspect-ratio:1;border:0;border-radius:50%;display:grid;place-items:center;align-content:center;gap:3px;color:#fff;background:radial-gradient(circle at center,rgba(15,23,42,.72) 0 57%,transparent 58%),conic-gradient(from -90deg,rgba(125,211,252,.92) var(--progress),rgba(255,255,255,.16) 0);box-shadow:inset 0 0 0 1px #fff3,0 18px 40px #0000003d}.focus-ring strong{font-size:28px;line-height:1}.focus-ring span{color:#ffffffad;font-size:12px}.focus-reset{min-height:30px;padding:0 12px;border-radius:999px;background:#ffffff1f;color:#ffffffc7}@media (max-width: 1180px){.home-dashboard{width:min(920px,calc(100vw - 36px))}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(240px,1fr));grid-auto-rows:128px}.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 1;grid-row:span 2}.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.home-dashboard{width:calc(100vw - 22px)}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr;grid-auto-rows:auto}.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:auto;grid-row:auto}.home-widgets .widget-quote{min-height:220px}.home-widgets .widget-focus{min-height:250px}.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(6,minmax(140px,1fr));grid-auto-rows:122px;gap:16px}.home-widgets .widget{border:1px solid rgba(255,255,255,.2);border-radius:30px;box-shadow:0 24px 70px #0000004d,inset 0 1px #ffffff38}.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:span 3;grid-row:span 2}.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 2;grid-row:span 2}.widget-weather{color:#fff}.widget-weather .widget-title,.widget-weather .weather-card,.widget-weather .forecast-strip{position:relative;z-index:2}.widget-weather:after{display:none}.weather-scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:inherit}.weather-sun,.weather-cloud,.weather-rain-lines,.weather-snow-dots,.weather-bolt,.weather-fog-lines{position:absolute;display:none}.weather-sun{width:112px;height:112px;right:36px;top:36px;border-radius:50%;background:radial-gradient(circle,#fff8c7 0,#fff8c7 24%,#ffd35c 25%,#ffd35c 55%,#ffb54714 72%);box-shadow:0 0 50px #ffd35cb8,0 0 110px #ffa84466}.weather-cloud{width:142px;height:56px;border-radius:999px;background:#ffffffa3;filter:blur(.2px);box-shadow:34px -18px 0 4px #ffffff8a,70px 2px 0 -4px #ffffff75}.weather-cloud.one{right:46px;top:62px}.weather-cloud.two{right:146px;top:118px;transform:scale(.72);opacity:.54}.weather-rain-lines{top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(115deg,transparent 0 15px,rgba(186,230,253,.55) 16px 18px,transparent 19px 34px);-webkit-mask-image:linear-gradient(90deg,transparent 0 40%,#000 62% 100%);mask-image:linear-gradient(90deg,transparent 0 40%,#000 62% 100%);opacity:.55}.weather-snow-dots{top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 72% 20%,rgba(255,255,255,.9) 0 2px,transparent 3px),radial-gradient(circle at 86% 36%,rgba(255,255,255,.76) 0 2px,transparent 3px),radial-gradient(circle at 66% 58%,rgba(255,255,255,.72) 0 2px,transparent 3px),radial-gradient(circle at 92% 70%,rgba(255,255,255,.74) 0 2px,transparent 3px),radial-gradient(circle at 58% 78%,rgba(255,255,255,.62) 0 2px,transparent 3px)}.weather-bolt{right:88px;top:74px;width:48px;height:86px;background:linear-gradient(180deg,#fff3a3,#facc15);clip-path:polygon(42% 0,92% 0,60% 38%,100% 38%,28% 100%,45% 52%,4% 52%);filter:drop-shadow(0 0 20px rgba(250,204,21,.82))}.weather-fog-lines{left:45%;right:24px;top:76px;height:120px;background:repeating-linear-gradient(180deg,rgba(255,255,255,.62) 0 6px,transparent 7px 24px);filter:blur(2px);opacity:.62}.widget-weather.weather-sunny:before{background:linear-gradient(140deg,#1677d2,#46b6ff 45%,#ffb35c)}.widget-weather.weather-sunny .weather-sun{display:block}.widget-weather.weather-cloudy:before{background:linear-gradient(140deg,#6889a8,#8aa9c4 48%,#d5e4ee)}.widget-weather.weather-cloudy .weather-cloud{display:block}.widget-weather.weather-rain:before{background:linear-gradient(140deg,#132a4a,#1e6091 52%,#0ea5b7)}.widget-weather.weather-rain .weather-cloud,.widget-weather.weather-rain .weather-rain-lines{display:block}.widget-weather.weather-storm:before{background:linear-gradient(140deg,#19173d,#2d2f78,#155e75)}.widget-weather.weather-storm .weather-cloud,.widget-weather.weather-storm .weather-rain-lines,.widget-weather.weather-storm .weather-bolt{display:block}.widget-weather.weather-snow:before{background:linear-gradient(140deg,#7fb5d6,#dbeafe 58%,#f8fafc)}.widget-weather.weather-snow .weather-cloud,.widget-weather.weather-snow .weather-snow-dots{display:block}.widget-weather.weather-fog:before{background:linear-gradient(140deg,#64748b,#b6c3cf 58%,#e2e8f0)}.widget-weather.weather-fog .weather-fog-lines{display:block}.weather-line strong{font-size:clamp(62px,7vw,96px);text-shadow:0 16px 38px rgba(0,0,0,.28)}.weather-line span{background:#ffffff38;border:1px solid rgba(255,255,255,.26);box-shadow:inset 0 1px #ffffff38}.widget-calendar:before{background:linear-gradient(145deg,#063f3a,#0f766e 50%,#99f6e4 140%)}.widget-countdown:before{background:radial-gradient(circle at 82% 18%,rgba(251,113,133,.72),transparent 28%),linear-gradient(145deg,#4c0519,#9f1239 58%,#fb7185 130%)}.widget-todo:before{background:radial-gradient(circle at 84% 18%,rgba(74,222,128,.66),transparent 28%),linear-gradient(145deg,#052e16,#166534 52%,#60a5fa 140%)}.widget-photo:before{background:radial-gradient(circle at 86% 18%,rgba(244,114,182,.7),transparent 28%),linear-gradient(145deg,#2e1065,#7e22ce 52%,#f472b6 140%)}.widget-rates:before{background:radial-gradient(circle at 82% 18%,rgba(253,224,71,.72),transparent 28%),linear-gradient(145deg,#422006,#a16207 54%,#14b8a6 140%)}.widget-quote:before{background:radial-gradient(circle at 82% 18%,rgba(251,191,36,.72),transparent 28%),linear-gradient(145deg,#3b0764,#be185d 58%,#f59e0b 140%)}.widget-focus:before{background:radial-gradient(circle at 50% 34%,rgba(56,189,248,.62),transparent 34%),linear-gradient(145deg,#020617,#1d4ed8 62%,#38bdf8 140%)}.widget-menu,.shortcut-menu.widget-menu,.shortcut-menu.page-menu{z-index:99999}.shortcut-menu.widget-menu{background:#101624eb}@media (max-width: 1180px){.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(240px,1fr))}.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 1}}@media (max-width: 760px){.home-widgets,.widgets.home-widgets{grid-template-columns:1fr}.weather-line strong{font-size:68px}}.home-dashboard{width:min(1180px,calc(100vw - 150px))}.home-widgets,.widgets.home-widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:286px;grid-auto-flow:row;gap:18px;align-items:stretch}.home-widgets .widget,.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 1;grid-row:span 1;min-height:0;height:auto}.home-widgets .widget{overflow:hidden}.home-widgets .widget-weather{min-height:286px}.home-widgets .widget-photo{padding:14px}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{position:relative;min-height:0;height:100%;overflow:hidden;border-radius:24px;background:linear-gradient(145deg,#ffffff29,#ffffff0a),#060a124d}.widget-photo .photo-frame.has-photo:before{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;z-index:0;background-image:var(--photo-image);background-size:cover;background-position:center;filter:blur(22px) saturate(1.12);opacity:.42;transform:scale(1.06)}.widget-photo .photo-frame.has-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at 50% 40%,transparent 0 46%,rgba(0,0,0,.16) 100%);pointer-events:none}.widget-photo .photo-frame img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:18px}.widget-photo .photo-tools{z-index:3}.widget-photo .photo-upload{position:relative;z-index:2}.weather-card{min-height:108px}.forecast-strip{max-height:82px}.widget-todo .todo:nth-of-type(n+5),.widget-countdown .list-row:nth-of-type(n+5){display:none}@media (min-width: 1500px){.home-dashboard{width:min(1280px,calc(100vw - 180px))}.home-widgets,.widgets.home-widgets{grid-auto-rows:300px}}@media (max-width: 1180px){.home-dashboard{width:min(920px,calc(100vw - 36px))}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:280px}}@media (max-width: 760px){.home-dashboard{width:calc(100vw - 22px)}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr;grid-auto-rows:auto}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{min-height:280px}.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{min-height:240px}}.home-widgets .widget{--card-ink: #ffffff;--card-muted: rgba(255,255,255,.68);--card-line: rgba(255,255,255,.16)}.home-widgets .widget-title{position:relative;z-index:3;margin-bottom:12px}.home-widgets .widget-title h3{display:inline-flex;align-items:center;gap:8px;color:#ffffffdb;letter-spacing:0}.home-widgets .widget-title h3:before{content:"";width:8px;height:8px;border-radius:999px;background:#ffffffe0;box-shadow:0 0 18px #ffffff8c}.home-widgets .widget-calendar{background:#0f3f3a}.widget-calendar:before{background:linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px) 0 0 / 44px 44px,linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px) 0 0 / 44px 44px,radial-gradient(circle at 80% 12%,rgba(153,246,228,.42),transparent 25%),linear-gradient(145deg,#063f3a,#0f766e 56%,#14b8a6 130%)}.widget-calendar:after{display:block;content:"";position:absolute;width:160px;height:160px;right:-42px;bottom:-56px;border-radius:44px;background:#ffffff1a;transform:rotate(18deg);filter:none;opacity:1}.widget-calendar .calendar-grid{position:relative;z-index:2;gap:6px;padding:6px;border-radius:22px;background:#0000001a;border:1px solid rgba(255,255,255,.12)}.widget-calendar .calendar-grid span{display:grid;place-items:center;min-height:24px;border-radius:9px;color:#ffffffc7;font-weight:680}.widget-calendar .calendar-grid .today{background:#fff;color:#065f46;box-shadow:0 8px 20px #0003}.home-widgets .widget-countdown{background:#5a1027}.widget-countdown:before{background:radial-gradient(circle at 82% 18%,rgba(251,113,133,.74),transparent 27%),radial-gradient(circle at 14% 82%,rgba(251,191,36,.26),transparent 28%),linear-gradient(145deg,#4c0519,#9f1239 54%,#fb7185 136%)}.widget-countdown:after{display:block;content:"D";position:absolute;right:26px;bottom:12px;width:auto;height:auto;font-size:112px;line-height:1;font-weight:900;color:#ffffff1a;background:none;filter:none}.widget-countdown .list-row{position:relative;z-index:2;min-height:42px;grid-template-columns:1fr auto 28px;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.13)}.widget-countdown .list-row strong{padding:5px 9px;border-radius:999px;background:#ffffff2e;color:#fff7ed}.home-widgets .widget-todo{background:#063019}.widget-todo:before{background:linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0 / 100% 36px,radial-gradient(circle at 88% 12%,rgba(74,222,128,.5),transparent 26%),linear-gradient(145deg,#052e16,#166534 54%,#2563eb 136%)}.widget-todo:after{display:block;content:"";position:absolute;right:18px;top:58px;width:92px;height:132px;border-radius:20px;background:linear-gradient(180deg,#ffffff29,#ffffff0a);transform:rotate(8deg);filter:none;opacity:1}.widget-todo .input-row{position:relative;z-index:2;padding:4px;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.13)}.widget-todo .input-row input{background:transparent;color:#fff}.widget-todo .todo{position:relative;z-index:2;min-height:38px;border-radius:15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}.widget-todo .todo input{width:18px;height:18px;accent-color:#86efac}.home-widgets .widget-rates{background:#563505}.widget-rates:before{background:linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.08) 45% 46%,transparent 47%),radial-gradient(circle at 82% 16%,rgba(253,224,71,.62),transparent 26%),linear-gradient(145deg,#422006,#a16207 52%,#0f766e 136%)}.widget-rates:after{display:block;content:"¥ $";position:absolute;right:20px;bottom:16px;width:auto;height:auto;font-size:72px;line-height:1;font-weight:900;letter-spacing:0;color:#ffffff1c;background:none;filter:none}.widget-rates .rate-row{position:relative;z-index:2;min-height:36px;border-radius:15px;background:#ffffff1f;border:1px solid rgba(255,255,255,.11)}.widget-rates .rate-row strong{color:#fff7ad}.widget-rates .converter-input,.widget-rates .conversion-list div{position:relative;z-index:2;border-radius:16px;background:#00000029;border:1px solid rgba(255,255,255,.11)}.home-widgets .widget-quote{background:#46105f}.widget-quote:before{background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.24),transparent 20%),radial-gradient(circle at 84% 18%,rgba(251,191,36,.72),transparent 28%),linear-gradient(145deg,#3b0764,#be185d 58%,#f59e0b 140%)}.widget-quote:after{display:block;content:"“";position:absolute;right:26px;top:42px;width:auto;height:auto;font-family:Georgia,serif;font-size:132px;line-height:1;color:#ffffff29;background:none;filter:none}.widget-quote .quote-card{position:relative;z-index:2;padding:18px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.widget-quote .quote-card strong{max-width:78%}.home-widgets .widget-focus{background:#071d4c}.widget-focus:before{background:radial-gradient(circle at 50% 44%,rgba(125,211,252,.38),transparent 34%),radial-gradient(circle at 86% 18%,rgba(59,130,246,.62),transparent 28%),linear-gradient(145deg,#020617,#1d4ed8 62%,#38bdf8 140%)}.widget-focus:after{display:block;content:"";position:absolute;left:28px;bottom:24px;width:190px;height:38px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 2px,transparent 2px 16px);filter:none;opacity:.55}.widget-focus .focus-ring{width:148px;background:radial-gradient(circle at center,rgba(2,6,23,.78) 0 57%,transparent 58%),conic-gradient(from -90deg,#67e8f9 var(--progress),rgba(255,255,255,.17) 0)}.home-widgets .widget-photo{background:#2e1065}.widget-photo:before{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.16),transparent 21%),radial-gradient(circle at 86% 18%,rgba(244,114,182,.7),transparent 28%),linear-gradient(145deg,#2e1065,#7e22ce 52%,#f472b6 140%)}.widget-photo:after{display:block;content:"";position:absolute;top:46px;right:28px;bottom:24px;left:28px;border-radius:26px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;filter:none;opacity:1}.widget-photo .photo-frame{z-index:2;box-shadow:0 18px 45px #00000038,inset 0 1px #ffffff2e}.home-widgets .widget-weather{background:#1e6091}.widget-weather .forecast-strip a{background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 760px){.widget-quote .quote-card strong{max-width:100%}}.home-widgets .widget-calendar:before{background:linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px) 0 0 / 44px 44px,linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px) 0 0 / 44px 44px,radial-gradient(circle at 80% 12%,rgba(153,246,228,.42),transparent 25%),linear-gradient(145deg,#063f3a,#0f766e 56%,#14b8a6 130%)}.home-widgets .widget-countdown:before{background:radial-gradient(circle at 82% 18%,rgba(251,113,133,.74),transparent 27%),radial-gradient(circle at 14% 82%,rgba(251,191,36,.26),transparent 28%),linear-gradient(145deg,#4c0519,#9f1239 54%,#fb7185 136%)}.home-widgets .widget-todo:before{background:linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0 / 100% 36px,radial-gradient(circle at 88% 12%,rgba(74,222,128,.5),transparent 26%),linear-gradient(145deg,#052e16,#166534 54%,#2563eb 136%)}.home-widgets .widget-rates:before{background:linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.08) 45% 46%,transparent 47%),radial-gradient(circle at 82% 16%,rgba(253,224,71,.62),transparent 26%),linear-gradient(145deg,#422006,#a16207 52%,#0f766e 136%)}.home-widgets .widget-quote:before{background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.24),transparent 20%),radial-gradient(circle at 84% 18%,rgba(251,191,36,.72),transparent 28%),linear-gradient(145deg,#3b0764,#be185d 58%,#f59e0b 140%)}.home-widgets .widget-focus:before{background:radial-gradient(circle at 50% 44%,rgba(125,211,252,.38),transparent 34%),radial-gradient(circle at 86% 18%,rgba(59,130,246,.62),transparent 28%),linear-gradient(145deg,#020617,#1d4ed8 62%,#38bdf8 140%)}.home-widgets .widget-photo:before{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.16),transparent 21%),radial-gradient(circle at 86% 18%,rgba(244,114,182,.7),transparent 28%),linear-gradient(145deg,#2e1065,#7e22ce 52%,#f472b6 140%)}.home-widgets .widget-calendar:after{display:block;content:"";position:absolute;width:160px;height:160px;right:-42px;bottom:-56px;border-radius:44px;background:#ffffff1a;transform:rotate(18deg);filter:none;opacity:1}.home-widgets .widget-countdown:after{display:block;content:"D";position:absolute;right:26px;bottom:12px;width:auto;height:auto;font-size:112px;line-height:1;font-weight:900;color:#ffffff1a;background:none;filter:none}.home-widgets .widget-todo:after{display:block;content:"";position:absolute;right:18px;top:58px;width:92px;height:132px;border-radius:20px;background:linear-gradient(180deg,#ffffff29,#ffffff0a);transform:rotate(8deg);filter:none;opacity:1}.home-widgets .widget-rates:after{display:block;content:"¥ $";position:absolute;right:20px;bottom:16px;width:auto;height:auto;font-size:72px;line-height:1;font-weight:900;letter-spacing:0;color:#ffffff1c;background:none;filter:none}.home-widgets .widget-quote:after{display:block;content:"“";position:absolute;right:26px;top:42px;width:auto;height:auto;font-family:Georgia,serif;font-size:132px;line-height:1;color:#ffffff29;background:none;filter:none}.home-widgets .widget-focus:after{display:block;content:"";position:absolute;left:28px;bottom:24px;width:190px;height:38px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 2px,transparent 2px 16px);filter:none;opacity:.55}.home-widgets .widget-photo:after{display:block;content:"";position:absolute;top:46px;right:28px;bottom:24px;left:28px;border-radius:26px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;filter:none;opacity:1}.home-widgets .widget{--tone: 190 84% 62%;--tone-soft: hsl(var(--tone) / .16);--tone-mid: hsl(var(--tone) / .34);background:linear-gradient(145deg,#ffffff21,#ffffff0e 44%,#080c1675),#0a0f1ab8;border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 72px #00000052,inset 0 1px #ffffff2e}.home-widgets .widget:before{background:radial-gradient(circle at 84% 18%,var(--tone-mid),transparent 28%),linear-gradient(135deg,var(--tone-soft),transparent 46%);opacity:1}.home-widgets .widget:after{color:hsl(var(--tone) / .16);border-color:hsl(var(--tone) / .18)}.home-widgets .widget-title h3:before{background:hsl(var(--tone) / .95);box-shadow:0 0 18px hsl(var(--tone) / .62)}.home-widgets .widget-weather{--tone: 205 88% 62%}.home-widgets .widget-calendar{--tone: 165 76% 58%}.home-widgets .widget-countdown{--tone: 344 78% 66%}.home-widgets .widget-todo{--tone: 142 70% 58%}.home-widgets .widget-focus{--tone: 214 86% 66%}.home-widgets .widget-photo{--tone: 278 80% 70%}.home-widgets .widget-rates{--tone: 42 92% 62%}.home-widgets .widget-quote{--tone: 318 72% 68%}.home-widgets .widget-weather:before{opacity:.92}.home-widgets .widget-calendar:before{background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px) 0 0 / 44px 44px,linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0 / 44px 44px,radial-gradient(circle at 84% 18%,hsl(var(--tone) / .34),transparent 30%),linear-gradient(145deg,hsl(var(--tone) / .14),transparent 48%)}.home-widgets .widget-countdown:before,.home-widgets .widget-todo:before,.home-widgets .widget-rates:before,.home-widgets .widget-quote:before,.home-widgets .widget-focus:before,.home-widgets .widget-photo:before{background:radial-gradient(circle at 84% 18%,hsl(var(--tone) / .36),transparent 28%),radial-gradient(circle at 12% 84%,hsl(var(--tone) / .12),transparent 30%),linear-gradient(145deg,hsl(var(--tone) / .13),transparent 52%)}.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus,.home-widgets .widget-photo{background:linear-gradient(145deg,#ffffff1f,#ffffff0d 42%,#05081070),hsl(var(--tone) / .13),#090e18c2}.widget-calendar .calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;padding:8px;background:#ffffff13;border-color:#ffffff1f}.widget-calendar .calendar-grid span,.widget-calendar .calendar-grid button{position:relative;min-width:0;min-height:28px;border:0;border-radius:10px;display:grid;place-items:center;color:#ffffffc2;background:transparent;font:inherit;font-weight:680}.widget-calendar .calendar-grid button{cursor:pointer}.widget-calendar .calendar-grid button:hover{background:hsl(var(--tone) / .2);color:#fff}.widget-calendar .calendar-grid .calendar-weekday{min-height:20px;color:hsl(var(--tone) / .86);font-size:11px}.widget-calendar .calendar-grid .today{background:hsl(var(--tone) / .96);color:#06231f;box-shadow:0 8px 22px hsl(var(--tone) / .25)}.widget-calendar .calendar-grid .has-record:after{content:"";position:absolute;bottom:4px;width:4px;height:4px;border-radius:999px;background:currentColor}.widget-calendar .calendar-grid .today.has-record:after{background:#06231f}.calendar-editor{position:absolute;z-index:20;left:16px;right:16px;bottom:16px;display:grid;gap:8px;padding:12px;border-radius:18px;background:#090e18eb;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #00000061;-webkit-backdrop-filter:blur(22px) saturate(1.24);backdrop-filter:blur(22px) saturate(1.24)}.calendar-editor>div:first-child,.calendar-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.calendar-editor strong{color:#fff;font-size:13px}.calendar-editor textarea{width:100%;min-height:66px;resize:none;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px;color:#fff;background:#ffffff14;outline:none}.calendar-editor textarea:focus{border-color:hsl(var(--tone) / .62)}.calendar-editor button,.primary-mini{min-height:30px;padding:0 12px;border-radius:999px;color:#ffffffd1;background:#ffffff1a}.calendar-editor .primary-mini{color:#07111f;background:hsl(var(--tone) / .94)}.widget-countdown .list-row,.widget-todo .todo,.widget-rates .rate-row,.widget-rates .converter-input,.widget-rates .conversion-list div,.widget-quote .quote-card{background:#ffffff16;border-color:#ffffff1c}.widget-countdown .list-row strong,.widget-rates .rate-row strong{color:hsl(var(--tone) / .94)}.widget-focus .focus-ring{background:radial-gradient(circle at center,rgba(8,13,24,.82) 0 57%,transparent 58%),conic-gradient(from -90deg,hsl(var(--tone) / .96) var(--progress),rgba(255,255,255,.16) 0)}.widget-photo .photo-frame{background:#ffffff13;border:1px solid rgba(255,255,255,.12)}@media (max-width: 760px){.calendar-editor{left:12px;right:12px}}.home-widgets .widget,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus,.home-widgets .widget-photo{background-color:#0a0f1ac7}.home-widgets .widget:before,.home-widgets .widget:after,.weather-scene,.widget-photo .photo-frame.has-photo:before,.widget-photo .photo-frame.has-photo:after{pointer-events:none!important}.home-widgets .widget-title,.home-widgets .widget-title button,.home-widgets .widget button,.home-widgets .widget input,.home-widgets .widget select,.home-widgets .widget textarea,.home-widgets .widget a,.calendar-clickable,.calendar-editor,.quote-card,.converter,.rate-row,.photo-frame,.photo-upload{position:relative;z-index:30;pointer-events:auto}.home-widgets .widget-title button{display:inline-grid;place-items:center;min-width:30px;min-height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff1f;color:#ffffffe6}.home-widgets .widget-title button:hover,.quote-card:hover,.calendar-clickable button:hover{background:#ffffff2e}.widget-photo .photo-tools{display:none!important}.widget-photo .photo-frame{display:grid;place-items:center}.widget-photo .photo-frame.has-photo{padding:10px}.widget-photo .photo-frame img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.widget-quote .quote-card{width:100%;height:100%;text-align:left;color:inherit;cursor:pointer}.widget-quote .quote-card:active{transform:scale(.992)}.widget-rates .widget-title button,.widget-calendar .widget-title button,.widget-quote .widget-title button{z-index:60}.widget-rates .converter-input input,.widget-rates .converter-input select{position:relative;z-index:31}.home-widgets .widget-title{z-index:200;pointer-events:auto}.home-widgets .widget-title button{position:relative;z-index:220;pointer-events:auto;cursor:pointer}.home-widgets .widget-title button svg{pointer-events:none}.home-widgets .widget:before,.home-widgets .widget:after{z-index:0;pointer-events:none!important}.home-widgets .widget>:not(.weather-scene):not(.widget-title){position:relative;z-index:20}.calendar-editor{z-index:260}.widget-photo .photo-tools{display:none!important;visibility:hidden!important;pointer-events:none!important}.home-widgets .widget-photo{min-height:320px}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{width:100%;height:100%;min-height:230px;display:flex!important;align-items:center;justify-content:center;padding:14px;border-radius:28px}.widget-photo .photo-frame:not(.has-photo){background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,#6f99be47,#424f7433 46%,#2252643d)}.widget-photo .photo-frame:not(.has-photo):before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:#ffffff0b;pointer-events:none}.widget-photo .photo-upload{position:relative;z-index:3;width:min(260px,78%);height:auto!important;min-height:128px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff1c;box-shadow:inset 0 1px #ffffff29,0 18px 44px #00000029;color:#fafcfff0;text-align:center}.widget-photo .photo-upload span{white-space:nowrap;font-size:15px}.widget-photo .photo-frame.has-photo{background:#050a1257}.widget-photo .photo-frame.has-photo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;border-radius:22px;box-shadow:0 18px 50px #0000003d}.home-widgets .widget-photo:before,.home-widgets .widget-photo:after,.widget-photo:before,.widget-photo:after,.widget-photo .photo-frame:before,.widget-photo .photo-frame:after,.widget-photo .photo-frame.has-photo:before,.widget-photo .photo-frame.has-photo:after{display:none!important;content:none!important}.home-widgets .widget-photo{min-height:320px;padding:18px;overflow:hidden;background:linear-gradient(135deg,#474f76d1,#1c4659bd),#0c111fc2!important}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{width:100%;height:100%;min-height:232px;padding:0!important;border:0!important;border-radius:24px!important;box-shadow:none!important;background:transparent!important;display:flex!important;align-items:center;justify-content:center;overflow:hidden}.widget-photo .photo-frame:not(.has-photo){background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#ffffff14,#ffffff06)!important}.widget-photo .photo-upload{width:auto!important;min-width:176px;height:auto!important;min-height:0!important;padding:18px 32px;display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:0!important;border-radius:20px!important;background:#ffffff21!important;box-shadow:0 14px 34px #00000029!important;color:#fafcfff2}.widget-photo .photo-upload span{font-size:15px;white-space:nowrap}.widget-photo .photo-frame.has-photo img{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain;object-position:center;border-radius:18px;box-shadow:0 16px 42px #0003}.overlay{z-index:1200}.widget-popover{z-index:1400;padding:22px}.widget-popover .dialog{width:min(620px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));border-radius:24px;background:#0d1423f0;border:1px solid rgba(255,255,255,.16);box-shadow:0 32px 90px #00000075;-webkit-backdrop-filter:blur(26px) saturate(1.2);backdrop-filter:blur(26px) saturate(1.2)}.widget-popover .dialog header{padding:18px 20px 14px}.widget-popover .dialog-body{max-height:calc(100vh - 146px);overflow:auto;padding:18px 20px 20px}.calendar-popover .dialog{width:min(520px,calc(100vw - 32px))}.calendar-editor{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.calendar-editor textarea{min-height:190px;max-height:42vh;resize:vertical;font-size:15px;line-height:1.6}.calendar-editor-actions{justify-content:flex-end!important}.todo-count{cursor:pointer;border:0}.todo-preview{display:grid;gap:8px;min-height:0}.widget-todo .todo-preview .todo:nth-of-type(n),.todo-popover .todo:nth-of-type(n){display:grid!important}.todo-empty,.todo-more{width:100%;min-height:42px;border-radius:16px;color:#ffffffc7;background:#ffffff14;border:1px solid rgba(255,255,255,.1);cursor:pointer}.todo-more{min-height:36px;font-size:13px}.todo-panel{display:grid;gap:14px}.todo-panel-list{display:grid;gap:8px;max-height:min(440px,48vh);overflow:auto;padding-right:4px}.todo-popover .todo{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;min-height:44px}.todo-popover .clear-done{width:auto;justify-self:end;padding:0 16px}.empty-state{margin:0;padding:28px 14px;text-align:center;color:#ffffffa3}@media (max-width: 680px){.widget-popover{padding:12px}.widget-popover .dialog{border-radius:20px}.calendar-editor textarea{min-height:160px}}.overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important}.widget-popover{z-index:10000!important}.home-widgets .widget-todo:before,.home-widgets .widget-todo:after,.widget-todo:before,.widget-todo:after{display:none!important;content:none!important}.home-widgets .widget-todo{background:radial-gradient(circle at 18% 16%,rgba(91,232,153,.28),transparent 34%),linear-gradient(135deg,#1c5343db,#12363fd1 48%,#0a2030e0)!important}.widget-todo .input-row,.todo-popover .input-row{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:center;gap:8px;padding:4px;margin:0 0 10px;border-radius:16px}.widget-todo .input-row button,.todo-popover .input-row button{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:13px;display:inline-grid;place-items:center}.widget-todo .todo,.todo-popover .todo{display:grid!important;grid-template-columns:24px minmax(0,1fr) 30px!important;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border-radius:16px}.widget-todo .todo input,.todo-popover .todo input{width:19px!important;height:19px!important;min-width:19px;margin:0}.widget-todo .todo span,.todo-popover .todo span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.35}.widget-todo .todo button,.todo-popover .todo button{position:static!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center;align-self:center;justify-self:center;background:#ffffff1f}.todo-preview{position:relative;z-index:2;display:grid;gap:8px}.todo-popover .todo span{white-space:normal}.timezone-button{justify-self:center;width:max-content;min-height:28px;padding:4px 12px;border-radius:999px;color:color-mix(in srgb,var(--date-color),transparent 16%);background:#ffffff1a;border:1px solid rgba(255,255,255,.13);font-size:13px;cursor:pointer}.timezone-button:hover{background:#ffffff2e}.home-widgets .widget[draggable=true]{cursor:grab}.home-widgets .widget[draggable=true]:active{cursor:grabbing}.home-widgets .widget input,.home-widgets .widget button,.home-widgets .widget select,.home-widgets .widget textarea,.home-widgets .widget a,.home-widgets .widget label{cursor:auto}.home-widgets .widget-title button{touch-action:manipulation}.home-widgets .widget-rates,.home-widgets .widget-photo{grid-column:span 2!important;grid-row:span 2!important;min-height:320px!important}.widget-rates .widget-title,.widget-rates .widget-title button{position:relative;z-index:500!important;pointer-events:auto!important}.widget-rates .widget-title button:disabled{opacity:.58;cursor:wait}.spin{animation:whytab-spin .9s linear infinite}@keyframes whytab-spin{to{transform:rotate(360deg)}}.widget-rates .rate-row,.widget-rates .converter,.widget-rates small{position:relative;z-index:40}.widget-rates .rate-row{min-height:40px}.widget-rates .converter{margin-top:auto}@media (max-width: 980px){.home-widgets .widget-rates,.home-widgets .widget-photo{grid-column:span 1!important;min-height:300px!important}}.calendar-popover .dialog-body{padding:18px 20px 24px!important;overflow:visible!important}.calendar-editor{gap:16px!important}.calendar-editor textarea{box-sizing:border-box;width:100%;min-height:260px;margin:0}.calendar-editor-actions{display:flex!important;justify-content:flex-end!important;gap:12px!important;padding-top:2px}.calendar-editor-actions button{opacity:1!important;cursor:pointer}.calendar-editor-actions .primary-mini{color:#07111f!important;background:#7dd3fc!important;border-color:transparent!important}.widget-todo .input-row,.widget-todo .input-row input,.widget-todo .input-row button,.todo-popover .input-row,.todo-popover .input-row input,.todo-popover .input-row button{position:relative!important;z-index:700!important;pointer-events:auto!important}.widget-todo .input-row button,.todo-popover .input-row button{cursor:pointer!important;background:#ffffff2e!important}.timezone-popover .dialog{width:min(520px,calc(100vw - 32px))}.timezone-list{display:grid;gap:10px}.timezone-list button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:52px;padding:12px 14px;border-radius:16px;color:#ffffffe6;background:#ffffff14;border:1px solid rgba(255,255,255,.12);text-align:left;cursor:pointer}.timezone-list button:hover,.timezone-list button.active{background:#7dd3fc2e;border-color:#7dd3fc75}.timezone-list strong{font-size:15px}.timezone-list span{color:#ffffff9e;font-size:13px}.dialog{display:flex;flex-direction:column}.dialog-body{flex:1 1 auto;min-height:0;max-height:calc(100vh - 124px);overflow-y:auto!important;overscroll-behavior:contain}.shortcut-filter-row{display:flex;justify-content:flex-end;margin:0 0 14px}.shortcut-filter-row .site-filter{width:min(420px,100%)}.page-nav button small{display:none!important}.shortcut a>span:last-child,.folder-open>span:nth-child(2),.home-shortcuts-row a>span:last-child{width:auto!important;max-width:100%;min-height:22px;padding:3px 8px 4px!important;border-radius:999px!important;color:#f8fafcf5!important;background:#0f172a9e!important;border:1px solid rgba(255,255,255,.13);box-shadow:0 8px 22px #0206172e;text-shadow:0 1px 3px rgba(0,0,0,.42)!important;-webkit-backdrop-filter:blur(10px) saturate(1.08);backdrop-filter:blur(10px) saturate(1.08)}.light .shortcut a>span:last-child,.light .folder-open>span:nth-child(2),.light .home-shortcuts-row a>span:last-child{color:#f8fafcf5!important;background:#0f172a94!important;text-shadow:0 1px 3px rgba(0,0,0,.38)!important}.shortcut a>span:last-child,.folder-open>span:nth-child(2),.home-shortcuts-row a>span:last-child{box-sizing:border-box;display:block;width:min(100%,104px)!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:3px 5px 2px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0!important;border-radius:6px!important;color:#f7f9fcf5!important;background:linear-gradient(180deg,#080d183d,#080d181a)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;font-size:12px;line-height:19px!important;font-weight:620;text-shadow:0 1px 2px rgba(0,0,0,.62),0 0 8px rgba(0,0,0,.36)!important}.light .shortcut a>span:last-child,.light .folder-open>span:nth-child(2),.light .home-shortcuts-row a>span:last-child{color:#f8fafcf5!important;background:linear-gradient(180deg,#0f172a4d,#0f172a24)!important;text-shadow:0 1px 2px rgba(0,0,0,.58),0 0 8px rgba(0,0,0,.32)!important}.folder-open small{height:16px!important;min-height:16px!important;line-height:16px!important;margin-top:-3px;padding:0!important;background:transparent!important;color:#f7f9fca3!important;text-shadow:0 1px 3px rgba(0,0,0,.42)}.shortcut a,.folder-open{gap:8px!important}.shortcut a>span:last-child,.folder-open>span:nth-child(2),.home-shortcuts-row a>span:last-child{box-sizing:border-box;display:block;width:100%!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:2px 2px 0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f8fafcf5!important;font-size:12px;font-weight:650;line-height:22px!important;text-shadow:0 1px 2px rgba(0,0,0,.82),0 0 6px rgba(0,0,0,.46),0 0 14px rgba(0,0,0,.28)!important}.light .shortcut a>span:last-child,.light .folder-open>span:nth-child(2),.light .home-shortcuts-row a>span:last-child{color:#f8fafcfa!important;background:transparent!important;text-shadow:0 1px 2px rgba(0,0,0,.86),0 0 7px rgba(0,0,0,.5),0 0 15px rgba(0,0,0,.3)!important}.folder-open small{height:16px!important;min-height:16px!important;max-height:16px!important;line-height:16px!important;margin-top:-4px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#f8fafc94!important;text-shadow:0 1px 3px rgba(0,0,0,.72)!important}.timezone-button{display:inline-flex;align-items:center;gap:7px;background:transparent!important;border-color:#ffffff1f!important}.timezone-button span{color:#ffffff9e;font-size:12px}.folder-open{grid-template-rows:var(--icon) 24px!important}.timezone-popover .dialog-body{overflow:hidden}.timezone-search{display:flex!important;align-items:center;gap:10px;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff14}.timezone-search input{min-width:0;width:100%;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.timezone-result-count{color:#ffffff85;font-size:12px}.timezone-list{min-height:0;max-height:min(58vh,520px);padding-right:4px;overflow-y:auto}.timezone-empty{padding:30px 12px;color:#fff9;text-align:center}.timezone-button{max-width:min(92vw,360px)}.timezone-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-shortcuts,.home-shortcuts-head,.home-shortcuts-row{display:grid!important}.home-shortcuts{gap:12px;width:100%;padding:14px 16px 16px;border-radius:24px;background:#050a1429;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.light .home-shortcuts{background:#ffffff57;border-color:#1018281a}.home-shortcuts-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.home-shortcuts-head span{min-width:0;color:#f8fafce0;font-size:14px;font-weight:780;text-shadow:0 2px 12px rgba(0,0,0,.24)}.home-shortcuts-head button{min-height:32px;min-width:74px;padding:0 10px;border-radius:999px;background:#ffffff1a;border-color:#ffffff1f;font-size:12px}.home-shortcuts-row{grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:14px 12px;align-items:start}.home-shortcut{min-width:0;min-height:98px;display:grid;grid-template-rows:var(--icon) 24px;justify-items:center;align-content:start;gap:8px;padding:5px 3px;border:1px solid transparent;border-radius:18px;background:transparent;color:inherit;text-align:center;transition:transform .14s ease,background .14s ease,border-color .14s ease}.home-shortcut:hover{transform:translateY(-2px);background:#ffffff1a;border-color:#ffffff1a}.home-shortcut>span:last-child{width:100%!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:2px 2px 0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f8fafcf5!important;font-size:12px;font-weight:650;line-height:22px!important;text-shadow:0 1px 2px rgba(0,0,0,.82),0 0 7px rgba(0,0,0,.42)!important}.home-shortcut.folder-home{width:100%;border:1px solid transparent;cursor:pointer}@media (max-width: 760px){.home-shortcuts{padding:12px;border-radius:20px}.home-shortcuts-row{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:12px 8px}.home-shortcut{min-height:90px}}.page-nav{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:68px!important;min-height:270px;align-content:space-between;gap:18px!important;padding:12px 10px!important;border-radius:24px!important;background:color-mix(in srgb,rgba(8,13,24,.58),transparent 28%)!important;box-shadow:0 24px 70px #00000038,inset 0 1px #ffffff24!important}.page-nav-main,.page-nav-secondary{display:grid;gap:8px}.page-nav-secondary{padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}.page-nav button{width:48px!important;height:58px!important;min-width:48px!important;min-height:58px!important;border-radius:18px!important}.page-nav-secondary button{height:44px!important;min-height:44px!important}.tool-hub{display:grid;gap:18px;padding-bottom:24px}.tool-hero{min-height:190px;display:flex;align-items:end;padding:28px;border-radius:32px;background:linear-gradient(120deg,#ffffffd1,#ffffff2e 54%,#ffffff14),linear-gradient(135deg,#38bdf84d,#2dd4bf2e 46%,#f472b62e);border:1px solid rgba(255,255,255,.28);color:#07111f;box-shadow:0 28px 90px #0000002e,inset 0 1px #ffffffa3;overflow:hidden}.tool-hero span{display:inline-flex;min-height:26px;align-items:center;padding:0 10px;border-radius:999px;background:#ffffff6b;color:#07111fb8;font-size:12px;font-weight:760}.tool-hero h2{margin-top:10px;color:#07111f;font-size:clamp(34px,5vw,70px);line-height:.95;letter-spacing:0}.tool-hero p{max-width:620px;margin-top:12px;color:#07111fad;font-size:16px;line-height:1.55}.tool-utility-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:14px}.tool-utility-panel,.tool-card{border-radius:24px;background:#ffffff29;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 18px 58px #00000029,inset 0 1px #ffffff1a}.tool-utility-panel{min-height:190px;display:grid;gap:12px;align-content:start;padding:18px}.tool-panel-title{display:flex;align-items:center;gap:8px;color:#ffffffeb;font-size:15px;font-weight:780}.tool-utility-panel textarea{min-height:82px;resize:none}.tool-utility-panel input,.tool-utility-panel textarea{border-radius:16px;background:#ffffff1f;border-color:#ffffff24}.tool-result-grid{display:grid;gap:8px}.tool-result-grid div,.tool-result-large{min-height:44px;display:grid;align-content:center;gap:2px;padding:8px 12px;border-radius:16px;background:#ffffff1a}.tool-result-grid span,.tool-inline-inputs span{color:#ffffff8f;font-size:12px}.tool-result-grid strong,.tool-result-large{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#fffffff0;font-size:18px}.tool-inline-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tool-inline-inputs label{display:grid;gap:6px}.tool-result-large{min-height:58px;font-size:26px;font-weight:780}.tool-action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:14px}.tool-card{min-height:148px;display:grid;grid-template-rows:42px auto auto;justify-items:start;align-content:start;gap:8px;padding:18px;text-align:left}.tool-card:hover{transform:translateY(-2px);background:#ffffff38}.tool-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#ffffff24;color:#ffffffeb}.tool-card strong{color:#fffffff0;font-size:17px}.tool-card>span:last-child{color:#ffffff9e;font-size:13px;line-height:1.35}.tool-card.primary-tool{background:linear-gradient(145deg,#ffffff4d,#ffffff24)}.light .tool-utility-panel,.light .tool-card{background:#ffffff8f;border-color:#1018281a}.light .tool-panel-title,.light .tool-card strong,.light .tool-result-grid strong,.light .tool-result-large{color:#07111fe0}.light .tool-card>span:last-child,.light .tool-result-grid span,.light .tool-inline-inputs span{color:#07111f94}.light .tool-icon,.light .tool-result-grid div,.light .tool-result-large,.light .tool-utility-panel input,.light .tool-utility-panel textarea{background:#ffffff9e}@media (max-width: 980px){.tool-utility-grid{grid-template-columns:1fr}}@media (max-width: 760px){.page-nav{min-height:0;align-content:center}.page-nav-main,.page-nav-secondary{grid-auto-flow:column;grid-template-columns:none}.page-nav-secondary{padding-top:0;padding-left:8px;border-top:0;border-left:1px solid rgba(255,255,255,.12)}.page-nav button{width:58px!important}.tool-hero{min-height:170px;padding:22px;border-radius:26px}.tool-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{min-height:136px;padding:14px}}.shortcut-icon,.dock a,.folder-badge,.home-shortcut .shortcut-icon{border-radius:18px!important;background:#fffffff5!important;border:1px solid rgba(255,255,255,.36)!important;box-shadow:0 10px 24px #02061733,inset 0 1px #ffffffd1!important;overflow:hidden!important;transform:translateZ(0);-webkit-font-smoothing:antialiased}.shortcut-icon img,.dock img,.folder-badge img,.home-shortcut .shortcut-icon img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:12%!important;border-radius:inherit;image-rendering:auto;transform:translateZ(0);filter:none!important}.folder-icon.has-image img,.folder-badge.has-image img{padding:0!important;object-fit:cover!important}.shortcut:hover .shortcut-icon,.home-shortcut:hover .shortcut-icon,.dock a:hover{box-shadow:0 14px 30px #0206173d,inset 0 1px #ffffffe6!important}.page-shortcuts .shortcut-grid,.page-shortcuts .shortcut-grid.compact{grid-template-columns:repeat(auto-fill,minmax(86px,102px))!important;gap:18px 14px!important}.page-shortcuts .shortcut,.page-shortcuts .folder-open{min-height:94px!important}.home-shortcuts{padding:12px 14px 14px!important;border-radius:22px!important}.home-shortcuts-row{grid-template-columns:repeat(auto-fill,minmax(66px,78px))!important;justify-content:center;gap:12px 12px!important}.home-shortcut{min-height:calc(var(--icon) + 32px)!important;grid-template-rows:var(--icon) 22px!important;gap:6px!important;padding:4px 2px!important}.home-shortcut>span:last-child,.shortcut a>span:last-child,.folder-open>span:nth-child(2){font-size:11px!important;font-weight:640!important;line-height:20px!important;height:22px!important;min-height:22px!important;max-height:22px!important}.home-dashboard{width:min(1180px,calc(100vw - 168px))!important;margin-inline:auto}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(4,minmax(168px,1fr))!important;grid-auto-rows:98px!important;gap:12px!important}.home-widgets .widget,.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{min-height:0!important;height:auto!important;border-radius:22px!important;padding:13px!important}.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:span 2!important;grid-row:span 2!important}.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 1!important;grid-row:span 2!important}.home-widgets .widget{background:linear-gradient(145deg,#ffffff1c,#ffffff0b 46%,#0508105c),#090e1894!important;border-color:#ffffff24!important;box-shadow:0 18px 48px #00000038,inset 0 1px #ffffff24!important;-webkit-backdrop-filter:blur(18px) saturate(1.12)!important;backdrop-filter:blur(18px) saturate(1.12)!important}.home-widgets .widget-title{min-height:24px!important;margin-bottom:7px!important}.home-widgets .widget-title h3{font-size:13px!important}.home-widgets .widget-title h3:before{width:6px!important;height:6px!important}.home-widgets .widget-title button{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important}.widget-weather .weather-line strong{font-size:46px!important}.widget-weather .weather-card{min-height:76px!important}.widget-weather .forecast-strip{max-height:66px!important;grid-auto-columns:45px!important;gap:6px!important;margin-top:6px!important}.widget-weather .forecast-strip a{min-height:58px!important;border-radius:14px!important}.widget-weather .forecast-strip strong{font-size:15px!important}.calendar-grid{gap:3px!important}.widget-calendar .calendar-grid{padding:5px!important;border-radius:16px!important}.widget-calendar .calendar-grid span,.widget-calendar .calendar-grid button{min-height:19px!important;font-size:11px!important}.widget-countdown .list-row,.widget-todo .todo,.widget-rates .rate-row{min-height:30px!important;border-radius:12px!important;font-size:12px!important}.widget-todo .input-row,.widget-rates .converter-input,.widget-rates .conversion-list div{border-radius:12px!important}.widget-todo .input-row input,.widget-rates .converter-input input,.widget-rates .converter-input select{min-height:30px!important;font-size:12px!important}.widget-rates .converter{gap:6px!important;margin-top:5px!important}.widget-rates small{font-size:11px!important}.widget-quote .quote-card{padding:13px!important;border-radius:16px!important}.widget-quote .quote-card strong{max-width:100%!important;font-size:15px!important;line-height:1.45!important}.widget-focus .focus-ring{width:116px!important;height:116px!important}.widget-focus .focus-ring strong{font-size:20px!important}.home-widgets .widget-photo{min-height:0!important}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{min-height:146px!important;border-radius:18px!important}.widget-photo .photo-upload{width:min(210px,82%)!important;min-height:96px!important;border-radius:22px!important}.widget-photo .photo-upload span{font-size:13px!important}@media (min-width: 1500px){.home-dashboard{width:min(1240px,calc(100vw - 184px))!important}.home-widgets,.widgets.home-widgets{grid-auto-rows:104px!important}}@media (max-width: 1180px){.home-dashboard{width:min(920px,calc(100vw - 104px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:104px!important}.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:span 1!important;grid-row:span 2!important}}@media (max-width: 760px){.home-dashboard{width:calc(100vw - 22px)!important}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr!important;grid-auto-rows:auto!important}.home-widgets .widget-weather,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-quote,.home-widgets .widget-focus{grid-column:auto!important;grid-row:auto!important;min-height:205px!important}}.home-widgets .widget-photo,.home-widgets .widget-rates{overflow:hidden!important}.home-widgets .widget-photo{display:flex!important;flex-direction:column!important}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{flex:1 1 auto!important;min-height:0!important;height:auto!important;padding:10px!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff1f,#ffffff09),#0408102e!important;border:1px solid rgba(255,255,255,.11)!important}.widget-photo .photo-frame.has-photo img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:14px!important;box-shadow:0 12px 32px #0003!important}.widget-photo .photo-upload{width:100%!important;min-height:0!important;height:100%!important;border-radius:16px!important;border-style:dashed!important;background:#ffffff13!important;box-shadow:none!important}.widget-photo .photo-upload svg{width:24px;height:24px}.widget-rates{display:flex!important;flex-direction:column!important;gap:6px!important}.widget-rates .widget-title{margin-bottom:2px!important}.widget-rates .rate-row{flex:0 0 auto;grid-template-columns:minmax(36px,.7fr) minmax(0,1fr) minmax(0,1fr)!important;gap:6px!important;min-height:28px!important;padding:0 8px!important;font-size:11px!important}.widget-rates .rate-row strong,.widget-rates .rate-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-rates .converter{flex:1 1 auto;min-height:0;display:grid;grid-template-rows:30px minmax(0,1fr);gap:6px!important;margin:2px 0 0!important}.widget-rates .converter-input{display:grid;grid-template-columns:minmax(0,1fr) 76px!important;min-height:30px;overflow:hidden}.widget-rates .converter-input input,.widget-rates .converter-input select{height:30px!important;min-height:30px!important;padding:0 8px!important}.widget-rates .conversion-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.widget-rates .conversion-list div{min-height:34px!important;padding:4px 8px!important}.widget-rates .conversion-list span,.widget-rates .conversion-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 760px){.widget-rates small{display:block!important;white-space:normal!important}}.home-widgets .widget-photo,.home-widgets .widget-rates{min-height:0!important;height:100%!important}.home-widgets .widget-photo{gap:8px!important}.home-widgets .widget-photo .photo-frame,.home-widgets .widget-photo .photo-frame.has-photo{width:100%!important;min-height:0!important;aspect-ratio:16 / 9!important;flex:1 1 auto!important;overflow:hidden!important}.home-widgets .widget-photo .photo-frame:not(.has-photo){min-height:126px!important}.home-widgets .widget-photo .photo-upload{min-height:118px!important;gap:7px!important;color:#ffffffc2!important}.home-widgets .widget-photo .photo-upload span{font-size:12px!important;font-weight:720!important}.home-widgets .widget-rates{gap:5px!important;padding-bottom:12px!important}.home-widgets .widget-rates .widget-title{min-height:23px!important;margin-bottom:0!important}.home-widgets .widget-rates .rate-row{min-height:25px!important;height:25px!important;grid-template-columns:34px minmax(0,1fr) minmax(0,1fr)!important;gap:5px!important;padding:0 7px!important;border-radius:10px!important;font-size:11px!important}.home-widgets .widget-rates .rate-row strong{font-size:11px!important;font-weight:820!important;letter-spacing:0!important}.home-widgets .widget-rates .rate-row span{display:inline-flex!important;min-width:0!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;font-variant-numeric:tabular-nums!important}.home-widgets .widget-rates .rate-row em{color:#ffffff73!important;font-size:10px!important;font-style:normal!important;font-weight:720!important}.light .home-widgets .widget-rates .rate-row em{color:#07111f6b!important}.home-widgets .widget-rates .converter{flex:0 0 auto!important;min-height:0!important;display:grid!important;grid-template-rows:28px 34px!important;gap:5px!important;margin:1px 0 0!important}.home-widgets .widget-rates .converter-input{min-height:28px!important;height:28px!important;grid-template-columns:minmax(0,1fr) 72px!important;border-radius:10px!important}.home-widgets .widget-rates .converter-input input,.home-widgets .widget-rates .converter-input select{height:28px!important;min-height:28px!important;padding:0 7px!important;font-size:11px!important}.home-widgets .widget-rates .conversion-list{min-height:34px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.home-widgets .widget-rates .conversion-list div{min-height:34px!important;height:34px!important;align-content:center!important;gap:1px!important;padding:3px 7px!important;border-radius:10px!important}.home-widgets .widget-rates .conversion-list span{font-size:10px!important}.home-widgets .widget-rates .conversion-list strong{font-size:12px!important;font-variant-numeric:tabular-nums!important}.home-widgets .widget-rates small{display:block!important;min-height:0!important;margin-top:-2px!important;color:#ffffff6b!important;font-size:10px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.light .home-widgets .widget-rates small{color:#07111f6b!important}.tool-card.icon-beauty{position:relative;overflow:hidden;border-color:#7dd3fc57!important;background:linear-gradient(145deg,#7dd3fc3d,#ffffff24 48%,#86efac1f)!important}.tool-card.icon-beauty:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;pointer-events:none;border-radius:23px;background:linear-gradient(120deg,rgba(255,255,255,.28),transparent 36%,rgba(255,255,255,.1));opacity:.7}.tool-card.icon-beauty>*{position:relative;z-index:1}.tool-card.icon-beauty .tool-icon{background:linear-gradient(145deg,#ffffffeb,#ffffff94)!important;color:#0284c7!important;box-shadow:0 12px 28px #0284c73d,inset 0 1px #ffffffe0!important}.tool-icon svg,.page-nav button svg,.shortcut-tile svg,.widget-title button svg{shape-rendering:geometricPrecision;stroke-width:2.15px}.shortcut-icon img,.home-shortcut-icon img,.nav-shortcut-icon img{image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}@media (max-width: 760px){.home-widgets .widget-rates .converter{grid-template-rows:30px 38px!important}.home-widgets .widget-rates .conversion-list div{min-height:38px!important;height:38px!important}}.built-in-shortcut-glyph{width:72%;height:72%;display:grid;place-items:center;border-radius:16px;color:var(--icon-tone, #38bdf8);background:linear-gradient(145deg,color-mix(in srgb,var(--icon-tone, #38bdf8) 22%,white),#ffffffc2);box-shadow:inset 0 1px #ffffffd1,0 8px 18px color-mix(in srgb,var(--icon-tone, #38bdf8) 22%,transparent)}.built-in-shortcut-glyph svg{width:54%;height:54%;stroke:currentColor}.shortcut-icon-toolbar{display:flex;flex-wrap:wrap;gap:8px}.shortcut-icon-toolbar button{min-height:34px;border-radius:10px;padding:0 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#ffffffd1}.light .shortcut-icon-toolbar button{background:#0f172a0f;border-color:#0f172a1a;color:#0f172abd}.default-icon-picker{display:grid;gap:10px;padding:12px;border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.11)}.light .default-icon-picker{background:#0f172a0b;border-color:#0f172a14}.default-icon-picker-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.default-icon-picker-head span{color:#ffffffe6;font-size:13px;font-weight:760}.default-icon-picker-head small{color:#ffffff75;font-size:11px}.light .default-icon-picker-head span{color:#0f172ad6}.light .default-icon-picker-head small{color:#0f172a75}.default-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:8px}.default-icon-grid button{min-height:70px;display:grid;place-items:center;align-content:center;gap:6px;padding:8px 6px;border-radius:14px;background:#ffffff13;border:1px solid rgba(255,255,255,.1);color:#ffffffc7}.default-icon-grid button:hover{transform:translateY(-1px);background:#ffffff21}.default-icon-grid button.active{border-color:color-mix(in srgb,var(--icon-tone, #38bdf8) 62%,white);background:color-mix(in srgb,var(--icon-tone, #38bdf8) 18%,rgba(255,255,255,.1));box-shadow:0 12px 28px color-mix(in srgb,var(--icon-tone, #38bdf8) 18%,transparent)}.default-icon-grid button span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--icon-tone, #38bdf8) 28%,white),#ffffffb8);color:var(--icon-tone, #38bdf8);box-shadow:inset 0 1px #ffffffd1}.default-icon-grid button em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-size:11px;font-weight:700}.light .default-icon-grid button{background:#ffffff9e;border-color:#0f172a14;color:#0f172ab8}.light .default-icon-grid button:hover{background:#ffffffe0}.shortcut-dialog-preview{display:flex;align-items:center;gap:12px;min-height:78px;padding:10px 12px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.shortcut-dialog-preview>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffdb;font-size:14px;font-weight:760}.light .shortcut-dialog-preview{background:#0f172a0b;border-color:#0f172a14}.light .shortcut-dialog-preview>span:last-child{color:#0f172ad6}.resource-center-overlay{place-items:stretch end;padding:12px;background:#03071275}.resource-center-overlay .dialog{width:min(780px,calc(100vw - 24px));height:calc(100vh - 24px);max-height:none;border-radius:8px;background:#0c111cf5;box-shadow:0 24px 80px #00000061}.resource-center-overlay .dialog-body{align-content:start;gap:16px;padding:16px}.resource-tabs,.resource-filters,.widget-size-control{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d}.resource-tabs{width:max-content}.resource-tabs button,.resource-filters button,.widget-size-control button{min-height:32px;gap:6px;padding:0 11px;border:0;border-radius:6px;background:transparent;color:#ffffffa3;white-space:nowrap}.resource-tabs button.active,.resource-filters button.active,.widget-size-control button.active{background:#ffffff24;color:#fff;box-shadow:inset 0 0 0 1px #ffffff14}.resource-toolbar,.resource-section-head,.resource-widget-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-search{display:flex!important;grid-template-columns:auto 1fr;flex:1 1 260px;align-items:center;gap:8px!important;min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0f}.resource-search input{min-height:36px;padding:0;border:0;background:transparent}.resource-widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.resource-widget-card{display:grid;gap:10px;min-width:0;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b}.resource-widget-card.enabled{border-color:color-mix(in srgb,var(--widget-accent) 46%,rgba(255,255,255,.14));background:color-mix(in srgb,var(--widget-accent) 8%,rgba(255,255,255,.04))}.resource-widget-preview{position:relative;display:grid;align-content:space-between;min-height:104px;padding:13px;overflow:hidden;border-radius:6px;background:#ffffff14}.resource-widget-preview>span{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;background:color-mix(in srgb,var(--widget-accent) 22%,rgba(255,255,255,.08));color:color-mix(in srgb,var(--widget-accent) 72%,#fff)}.resource-widget-preview strong{max-width:100%;overflow:hidden;color:#fff;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.resource-widget-preview small{position:absolute;top:13px;right:13px;color:#ffffff7a;font-size:11px}.resource-widget-row>strong{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.resource-toggle{display:grid;place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:50%}.resource-toggle.active{border-color:transparent;background:var(--widget-accent);color:#07131c}.widget-size-control{width:100%}.widget-size-control button{flex:1 1 0;min-width:0;padding:0 6px;font-size:12px}.widget-size-control button:disabled{opacity:.34}.resource-wallpaper-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.resource-wallpaper-grid button{position:relative;min-height:132px;align-items:end;justify-content:flex-start;padding:12px;overflow:hidden;border-radius:8px;background-position:center;background-size:cover}.resource-wallpaper-grid button svg{position:absolute;top:10px;right:10px;display:none}.resource-wallpaper-grid button.active{border-color:var(--widget-accent);box-shadow:inset 0 0 0 1px var(--widget-accent)}.resource-wallpaper-grid button.active svg{display:block}.resource-switch{display:flex!important;align-items:center;gap:8px!important;color:#ffffffb8}.resource-switch input{width:auto}.resource-section-head>div{display:grid;gap:3px}.resource-section-head small{color:#ffffff85}.resource-icon-section{display:grid;gap:18px}.resource-icon-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.resource-icon-grid>div{display:grid;place-items:center;gap:8px;min-height:82px;padding:10px 6px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff0b}.resource-icon-grid>div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#ffffff1a}.toast{display:flex;align-items:center;gap:12px}.toast button{min-height:28px;padding:0 9px;border-color:#ffffff38;border-radius:6px;background:#ffffff1f;color:#fff;font-weight:700}.home-widgets .widget{border-radius:8px}.home-widgets .widget:after{display:none}.home-widgets .widget-size-small{grid-column:span 1;grid-row:span 1;padding:12px}.home-widgets .widget-size-medium{grid-column:span 2;grid-row:span 2}.home-widgets .widget-size-wide{grid-column:span 3;grid-row:span 2}.widget-size-small .widget-title{min-height:22px;margin-bottom:4px}.widget-size-small .widget-title h3{font-size:12px}.widget-size-small .widget-title button,.widget-size-small .widget-title svg{width:22px;min-width:22px;height:22px;min-height:22px}.widget-size-small .quote-card{min-height:0;padding:0;text-align:left}.widget-size-small .quote-card strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.widget-size-small .quote-card span,.widget-size-small .focus-reset,.widget-size-small .focus-ring span{display:none}.widget-size-small .focus-widget{min-height:0}.widget-size-small .focus-ring{width:62px;height:62px}.widget-size-small .focus-ring strong{font-size:14px}@media (max-width: 900px){.resource-widget-grid,.resource-wallpaper-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 700px){.resource-center-overlay{padding:0}.resource-center-overlay .dialog{width:100%;height:100%;border-radius:0}.resource-toolbar{align-items:stretch;flex-direction:column}.resource-widget-grid,.resource-wallpaper-grid{grid-template-columns:1fr}.resource-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide{grid-column:1 / -1;grid-row:auto;min-height:210px}}.collected-icon-picker{display:grid;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.11);background:#fff1}.light .collected-icon-picker{border-color:#0f172a14;background:#0f172a0b}.collected-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:8px}.collected-icon-grid button{min-width:0;min-height:74px;display:grid;place-items:center;align-content:center;gap:7px;padding:8px 6px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff13;color:#ffffffc7}.collected-icon-grid button.active{border-color:color-mix(in srgb,var(--widget-accent) 58%,white);background:color-mix(in srgb,var(--widget-accent) 18%,rgba(255,255,255,.1));box-shadow:0 12px 28px color-mix(in srgb,var(--widget-accent) 18%,transparent)}.collected-icon-grid button>span{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#ffffffeb;box-shadow:inset 0 0 0 1px #ffffffb3,0 8px 18px #0000001f}.collected-icon-grid img{width:100%;height:100%;object-fit:contain;padding:9%}.icon-choice-fallback{width:100%;height:100%;display:grid;place-items:center;color:#0f172a;font-weight:850}.collected-icon-grid em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-size:11px;font-weight:720}.shortcut-icon{background:#fffffff5!important;box-shadow:0 14px 30px #0000002e,inset 0 0 0 1px #ffffff94!important}.shortcut .shortcut-icon img,.home-shortcut .shortcut-icon img,.dock img,.resource-shortcut-icon-list .shortcut-icon img,.shortcut-dialog-preview .shortcut-icon img{object-fit:contain!important;padding:10%!important;image-rendering:auto}.folder-icon.has-image img,.folder-badge.has-image img{object-fit:cover!important;padding:0!important}.wallpaper-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.compact-upload{min-height:36px;padding:0 12px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff14}.resource-wallpaper-item{position:relative;min-height:132px;overflow:hidden;border-radius:8px}.resource-wallpaper-item .wallpaper-preview{width:100%;height:100%;min-height:132px!important;display:flex;align-items:flex-end;justify-content:flex-start;padding:12px!important;border-radius:8px;background-position:center;background-size:cover}.resource-wallpaper-item .wallpaper-preview span{max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px;font-weight:760;text-shadow:0 2px 10px rgba(0,0,0,.38)}.resource-wallpaper-item .wallpaper-preview.active{border-color:var(--widget-accent);box-shadow:inset 0 0 0 1px var(--widget-accent)}.resource-wallpaper-item .wallpaper-collection-check,.resource-wallpaper-item .wallpaper-remove{position:absolute;top:9px;z-index:2;width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.22)!important;background:#070c1675!important;color:#fff!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.resource-wallpaper-item .wallpaper-collection-check{right:9px}.resource-wallpaper-item .wallpaper-remove{left:9px}.resource-wallpaper-item .wallpaper-collection-check.active{border-color:transparent!important;background:var(--widget-accent)!important;color:#07131c!important}.resource-wallpaper-item .wallpaper-collection-check svg,.resource-wallpaper-item .wallpaper-remove svg{position:static!important;display:block!important}.resource-shortcut-icons{display:grid;gap:10px}.resource-subtitle{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.resource-subtitle strong{color:#ffffffe6;font-size:14px}.resource-subtitle small{color:#ffffff7a}.resource-shortcut-icon-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(216px,1fr));gap:8px}.resource-shortcut-icon-list button{min-width:0;min-height:66px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.09);background:#ffffff0e;color:#ffffffc7;text-align:left}.resource-shortcut-icon-list button:hover{background:#ffffff1a;transform:translateY(-1px)}.resource-shortcut-icon-list .shortcut-icon{--icon: 42px}.resource-shortcut-icon-list button>span:nth-child(2){min-width:0;display:grid;gap:3px}.resource-shortcut-icon-list strong,.resource-shortcut-icon-list small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-shortcut-icon-list strong{color:#ffffffe6;font-size:13px}.resource-shortcut-icon-list small{color:#ffffff73;font-size:11px}.data-settings .button-row button{min-height:40px;border-radius:8px}.version-settings{gap:12px}.version-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px;border-radius:8px;background:#ffffff0f}.version-row span,.version-status{color:#ffffff9e;font-size:13px}.version-row strong{color:#ffffffe6;font-size:13px}.version-status{margin:0;line-height:1.5}.version-status.available,.version-status.unsupported{color:#facc15}.version-status.current{color:#5eead4}.version-status.error{color:#fca5a5}.home-widgets .widget-clock{--tone: 190 82% 62%}.home-widgets .widget-memo{--tone: 50 92% 66%}.home-widgets .widget-year{--tone: 150 70% 58%}.home-widgets .widget-calculator{--tone: 258 78% 70%}.home-widgets .widget-clock,.home-widgets .widget-memo,.home-widgets .widget-year,.home-widgets .widget-calculator{background:linear-gradient(145deg,#ffffff1f,#ffffff0d 42%,#05081070),hsl(var(--tone) / .13),#090e18c2}.home-widgets .widget-clock:before,.home-widgets .widget-memo:before,.home-widgets .widget-year:before,.home-widgets .widget-calculator:before{background:radial-gradient(circle at 84% 18%,hsl(var(--tone) / .36),transparent 28%),radial-gradient(circle at 12% 84%,hsl(var(--tone) / .12),transparent 30%),linear-gradient(145deg,hsl(var(--tone) / .13),transparent 52%)}.home-widgets .widget-clock:after,.home-widgets .widget-memo:after,.home-widgets .widget-year:after,.home-widgets .widget-calculator:after{display:block;content:"";position:absolute;pointer-events:none;filter:none;opacity:.55}.home-widgets .widget-clock:after{right:18px;bottom:18px;width:96px;height:96px;border-radius:999px;border:1px solid hsl(var(--tone) / .26);background:repeating-conic-gradient(from -90deg,hsl(var(--tone) / .26) 0 3deg,transparent 3deg 30deg)}.home-widgets .widget-memo:after{right:18px;bottom:18px;width:118px;height:86px;border-radius:18px;background:linear-gradient(180deg,#ffffff2e,#ffffff0a);transform:rotate(-5deg)}.home-widgets .widget-year:after{right:16px;bottom:20px;width:128px;height:128px;border-radius:999px;border:18px solid hsl(var(--tone) / .14)}.home-widgets .widget-calculator:after{right:18px;bottom:18px;width:104px;height:124px;border-radius:22px;background:linear-gradient(90deg,transparent 0 31%,rgba(255,255,255,.14) 31% 34%,transparent 34% 65%,rgba(255,255,255,.14) 65% 68%,transparent 68%),linear-gradient(180deg,transparent 0 31%,rgba(255,255,255,.14) 31% 34%,transparent 34% 65%,rgba(255,255,255,.14) 65% 68%,transparent 68%),#ffffff14}.world-clock-primary,.world-clock-list,.memo-editor,.year-progress-value,.year-progress-track,.year-progress-meta,.calculator-result,.calculator-inputs{position:relative;z-index:2}.world-clock-primary{display:grid;gap:4px;margin-bottom:10px}.world-clock-primary strong{color:#fff;font-size:34px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:0}.world-clock-primary span{color:#ffffff94;font-size:12px}.world-clock-list{display:grid;gap:6px}.world-clock-list div{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}.world-clock-list span{color:#ffffff9e;font-size:12px}.world-clock-list strong{color:#ffffffe6;font-size:13px;font-variant-numeric:tabular-nums}.widget-memo{display:flex!important;flex-direction:column}.memo-editor{flex:1 1 auto;min-height:0;width:100%;resize:none;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#00000026;color:#ffffffe0;font-size:14px;line-height:1.55}.memo-editor::placeholder{color:#ffffff6b}.year-progress-value{display:flex;align-items:baseline;gap:4px;color:#fff;font-size:44px;line-height:1;font-weight:860;font-variant-numeric:tabular-nums}.year-progress-value span{color:#ffffff94;font-size:18px}.year-progress-track{height:12px;overflow:hidden;margin:18px 0 12px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.1)}.year-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,hsl(var(--tone) / .96),#fff)}.year-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff9;font-size:12px}.calculator-result{min-height:52px;display:flex;align-items:center;justify-content:flex-end;padding:0 12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.11);color:#fff;font-size:26px;font-weight:830;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis}.calculator-inputs{display:grid;grid-template-columns:minmax(0,1fr) 60px minmax(0,1fr);gap:8px;margin-top:10px}.calculator-inputs input,.calculator-inputs select{min-width:0;min-height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff1a;color:#fff}.home-widgets .widget.widget-size-small{grid-column:span 1!important;grid-row:span 1!important;min-height:0!important}.home-widgets .widget.widget-size-medium{grid-column:span 2!important;grid-row:span 2!important;min-height:0!important}.home-widgets .widget.widget-size-wide{grid-column:span 3!important;grid-row:span 2!important;min-height:0!important}.home-widgets .widget.widget-size-small .world-clock-primary strong,.home-widgets .widget.widget-size-small .year-progress-value,.home-widgets .widget.widget-size-small .calculator-result{font-size:22px}.home-widgets .widget.widget-size-small .world-clock-list div:nth-child(n+2),.home-widgets .widget.widget-size-small .year-progress-meta,.home-widgets .widget.widget-size-small .calculator-inputs{display:none}.home-widgets .widget.widget-size-small .memo-editor{font-size:12px;line-height:1.45}@media (max-width: 1180px){.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide{grid-column:span 2!important}}@media (max-width: 700px){.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide{grid-column:1 / -1!important;grid-row:auto!important;min-height:205px!important}.resource-shortcut-icon-list{grid-template-columns:1fr}.wallpaper-actions{justify-content:flex-start}}.home-dashboard{width:min(1120px,calc(100vw - 168px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(4,minmax(168px,1fr))!important;grid-auto-rows:124px!important;grid-auto-flow:dense!important;gap:12px!important;align-items:stretch!important}.home-widgets .widget,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus,.home-widgets .widget-clock,.home-widgets .widget-memo,.home-widgets .widget-year,.home-widgets .widget-calculator{min-height:0!important;height:auto!important;padding:14px!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff1b,#ffffff0b 48%,#04080f66),#0b101bb8!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 18px 46px #00000038,inset 0 1px #ffffff24!important;overflow:hidden!important}.home-widgets .widget:after,.home-widgets .widget-calendar:after,.home-widgets .widget-countdown:after,.home-widgets .widget-todo:after,.home-widgets .widget-rates:after,.home-widgets .widget-quote:after,.home-widgets .widget-focus:after,.home-widgets .widget-photo:after,.home-widgets .widget-clock:after,.home-widgets .widget-memo:after,.home-widgets .widget-year:after,.home-widgets .widget-calculator:after{display:none!important}.home-widgets .widget:before{opacity:.64!important;background:radial-gradient(circle at 86% 16%,hsl(var(--tone, 190 84% 62%) / .28),transparent 30%),linear-gradient(145deg,hsl(var(--tone, 190 84% 62%) / .1),transparent 54%)!important}.home-widgets .widget-title{min-height:24px!important;margin-bottom:8px!important}.home-widgets .widget-title h3{color:#ffffffd1!important;font-size:12px!important;font-weight:760!important;letter-spacing:0!important}.home-widgets .widget-title h3:before{width:6px!important;height:6px!important;box-shadow:none!important}.home-widgets .widget-title button,.home-widgets .widget-title>svg{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;border-radius:8px!important}.home-widgets .widget.widget-size-wide{grid-column:span 2!important;grid-row:span 2!important}.home-widgets .widget.widget-size-small{padding:11px!important}.home-widgets .widget.widget-size-small .widget-title{min-height:18px!important;margin-bottom:5px!important}.home-widgets .widget.widget-size-small .widget-title h3{max-width:100%;overflow:hidden;font-size:11px!important;text-overflow:ellipsis;white-space:nowrap}.home-widgets .widget.widget-size-medium .forecast-strip,.home-widgets .widget.widget-size-medium .photo-tools,.home-widgets .widget.widget-size-medium .converter,.home-widgets .widget.widget-size-small .forecast-strip,.home-widgets .widget.widget-size-small .photo-tools,.home-widgets .widget.widget-size-small .converter{display:none!important}.home-widgets .widget.widget-size-small .world-clock-primary,.home-widgets .widget.widget-size-small .year-progress-value,.home-widgets .widget.widget-size-small .calculator-result,.home-widgets .widget.widget-size-small .quote-card,.home-widgets .widget.widget-size-small .focus-widget{min-height:0!important;height:calc(100% - 22px)!important}.home-widgets .widget.widget-size-small .world-clock-primary strong{font-size:22px!important}.home-widgets .widget.widget-size-small .world-clock-primary span,.home-widgets .widget.widget-size-small .world-clock-list,.home-widgets .widget.widget-size-small .year-progress-meta,.home-widgets .widget.widget-size-small .calculator-inputs,.home-widgets .widget.widget-size-small .quote-card span,.home-widgets .widget.widget-size-small .focus-reset,.home-widgets .widget.widget-size-small .focus-ring span{display:none!important}.home-widgets .widget.widget-size-small .year-progress-value,.home-widgets .widget.widget-size-small .calculator-result{align-items:center!important;font-size:24px!important}.home-widgets .widget.widget-size-small .year-progress-track{height:8px!important;margin:8px 0 0!important}.home-widgets .widget.widget-size-small .focus-ring{width:64px!important;height:64px!important}.home-widgets .widget.widget-size-small .focus-ring strong{font-size:14px!important}.home-widgets .widget.widget-size-small .quote-card{display:flex!important;align-items:center!important;padding:0!important;background:transparent!important;border:0!important}.home-widgets .widget.widget-size-small .quote-card strong{max-width:100%!important;display:-webkit-box!important;overflow:hidden!important;font-size:12px!important;line-height:1.4!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-widgets .widget.widget-size-small .memo-editor{height:calc(100% - 22px)!important;min-height:0!important;padding:8px!important;border-radius:12px!important;font-size:12px!important;line-height:1.38!important}.widget-weather .weather-card{min-height:0!important;padding:10px 12px!important;border-radius:14px!important}.widget-weather .weather-line strong{font-size:clamp(38px,5vw,58px)!important}.widget-weather .weather-line span,.widget-weather .weather-card p{font-size:12px!important}.widget-weather .forecast-strip{max-height:66px!important;gap:6px!important}.widget-weather .forecast-strip a{min-width:52px!important;min-height:58px!important;border-radius:12px!important}.widget-calendar .calendar-grid{height:calc(100% - 34px)!important;min-height:0!important;gap:4px!important;padding:6px!important;border-radius:14px!important}.widget-calendar .calendar-grid span,.widget-calendar .calendar-grid button{min-height:0!important;border-radius:8px!important;font-size:11px!important}.widget-countdown .list-row,.widget-todo .todo,.widget-rates .rate-row{min-height:30px!important;border-radius:12px!important}.widget-todo .input-row{min-height:34px!important;margin-bottom:7px!important;border-radius:12px!important}.widget-todo .input-row input,.widget-todo .input-row button{min-height:30px!important;height:30px!important}.widget-photo .photo-frame,.widget-photo .photo-frame.has-photo{height:calc(100% - 34px)!important;min-height:0!important;border-radius:14px!important}.widget-rates{gap:6px!important;padding-bottom:14px!important}.widget-rates .converter{grid-template-rows:32px 42px!important;gap:6px!important;margin-top:2px!important}.widget-rates .converter-input,.widget-rates .conversion-list div{border-radius:12px!important}.widget-rates small{display:none!important}.world-clock-primary{margin-bottom:8px!important}.world-clock-primary strong{font-size:30px!important}.world-clock-list{gap:5px!important}.world-clock-list div{min-height:28px!important;border-radius:10px!important}.year-progress-value{font-size:36px!important}.year-progress-track{margin:12px 0 10px!important}.calculator-result{min-height:42px!important;border-radius:12px!important;font-size:22px!important}.calculator-inputs{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;gap:6px!important;margin-top:8px!important}.calculator-inputs input,.calculator-inputs select{min-height:34px!important;height:34px!important;border-radius:10px!important}@media (max-width: 1180px){.home-dashboard{width:min(760px,calc(100vw - 104px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:124px!important}.home-widgets .widget.widget-size-wide,.home-widgets .widget.widget-size-medium{grid-column:span 2!important}}@media (max-width: 700px){.home-dashboard{width:calc(100vw - 22px)!important}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr!important;grid-auto-rows:auto!important}.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide{grid-column:1 / -1!important;grid-row:auto!important;min-height:156px!important}.home-widgets .widget.widget-size-wide{min-height:248px!important}}.home-dashboard{width:min(1080px,calc(100vw - 168px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:112px!important;grid-auto-flow:dense!important;gap:12px!important}.home-widgets .widget.widget-size-small{grid-column:span 1!important;grid-row:span 1!important}.home-widgets .widget.widget-size-medium{grid-column:span 2!important;grid-row:span 1!important}.home-widgets .widget.widget-size-wide{grid-column:span 3!important;grid-row:span 2!important}.home-widgets .widget-weather.widget-size-wide{grid-column:span 4!important;grid-row:span 2!important}.home-widgets .widget-calendar.widget-size-wide{grid-column:span 2!important;grid-row:span 2!important}.home-widgets .widget-todo.widget-size-wide,.home-widgets .widget-photo.widget-size-wide,.home-widgets .widget-rates.widget-size-wide{grid-column:span 3!important;grid-row:span 2!important}.home-widgets .widget-countdown.widget-size-medium,.home-widgets .widget-focus.widget-size-medium,.home-widgets .widget-quote.widget-size-medium,.home-widgets .widget-clock.widget-size-medium,.home-widgets .widget-memo.widget-size-medium,.home-widgets .widget-year.widget-size-medium,.home-widgets .widget-calculator.widget-size-medium{grid-column:span 2!important;grid-row:span 1!important}.home-widgets .widget-weather .weather-card{max-width:58%!important}.home-widgets .widget-weather .forecast-strip{width:min(100%,620px)!important}.home-widgets .widget-calendar .calendar-grid{padding:8px!important}.home-widgets .widget-calendar .calendar-grid span,.home-widgets .widget-calendar .calendar-grid button{font-size:10.5px!important}.home-widgets .widget-countdown.widget-size-medium .list-row,.home-widgets .widget-focus.widget-size-medium .focus-reset,.home-widgets .widget-quote.widget-size-medium .quote-card span{display:none!important}.home-widgets .widget-focus.widget-size-medium .focus-widget{min-height:0!important;height:calc(100% - 28px)!important}.home-widgets .widget-focus.widget-size-medium .focus-ring{width:76px!important;height:76px!important}.home-widgets .widget-focus.widget-size-medium .focus-ring strong{font-size:16px!important}@media (max-width: 1180px){.home-dashboard{width:min(840px,calc(100vw - 104px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:114px!important}.home-widgets .widget-weather.widget-size-wide,.home-widgets .widget-calendar.widget-size-wide,.home-widgets .widget-todo.widget-size-wide,.home-widgets .widget-photo.widget-size-wide,.home-widgets .widget-rates.widget-size-wide{grid-column:span 4!important}.home-widgets .widget.widget-size-medium{grid-column:span 2!important}}@media (max-width: 700px){.home-widgets,.widgets.home-widgets{grid-template-columns:1fr!important;grid-auto-rows:auto!important}.home-widgets .widget,.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide,.home-widgets .widget-weather.widget-size-wide,.home-widgets .widget-calendar.widget-size-wide,.home-widgets .widget-todo.widget-size-wide,.home-widgets .widget-photo.widget-size-wide,.home-widgets .widget-rates.widget-size-wide{grid-column:1 / -1!important;grid-row:auto!important}}.home-dashboard{width:min(1040px,calc(100vw - 156px))!important;display:grid!important;gap:14px!important;align-content:start!important}.home-head{margin-bottom:0!important}.home-shortcuts{order:1!important;margin-top:0!important}.home-shortcuts-row{grid-template-columns:repeat(auto-fit,minmax(86px,1fr))!important;gap:14px 10px!important}.home-widgets,.widgets.home-widgets{order:2!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;grid-auto-columns:auto!important;grid-auto-rows:auto!important;grid-auto-flow:row!important;gap:12px!important;align-items:stretch!important;margin-top:0!important}.home-widgets .widget,.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide,.home-widgets .widget.widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus,.home-widgets .widget-clock,.home-widgets .widget-memo,.home-widgets .widget-year,.home-widgets .widget-calculator{grid-column:auto!important;grid-row:auto!important;height:auto!important;min-height:168px!important;padding:14px!important;overflow:hidden!important}.home-widgets .widget.widget-size-small{min-height:126px!important}.home-widgets .widget.widget-size-medium{min-height:172px!important}.home-widgets .widget.widget-size-wide,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{min-height:252px!important}.home-widgets .widget-title{min-height:26px!important;margin-bottom:10px!important}.home-widgets .widget.widget-size-small .widget-title{min-height:20px!important;margin-bottom:6px!important}.home-widgets .widget.widget-size-small .widget-title button,.home-widgets .widget.widget-size-small .widget-title>svg{display:none!important}.home-widgets .widget.widget-size-small .forecast-strip,.home-widgets .widget.widget-size-small .photo-tools,.home-widgets .widget.widget-size-small .converter,.home-widgets .widget.widget-size-small .world-clock-list,.home-widgets .widget.widget-size-small .year-progress-meta,.home-widgets .widget.widget-size-small .calculator-inputs,.home-widgets .widget.widget-size-small .quote-card span,.home-widgets .widget.widget-size-small .focus-reset,.home-widgets .widget.widget-size-small .focus-ring span{display:none!important}.home-widgets .widget.widget-size-medium .forecast-strip{display:flex!important}.home-widgets .widget.widget-size-medium .photo-tools,.home-widgets .widget.widget-size-medium .converter{display:grid!important}.home-widgets .widget-weather .weather-card{width:100%!important;max-width:none!important;min-height:108px!important}.home-widgets .widget-weather .forecast-strip{width:100%!important;max-width:none!important;max-height:none!important;overflow-x:auto!important}.home-widgets .widget-calendar .calendar-grid{height:auto!important;min-height:186px!important;grid-auto-rows:minmax(24px,1fr)!important}.home-widgets .widget-calendar .calendar-grid span,.home-widgets .widget-calendar .calendar-grid button{min-height:24px!important;font-size:11px!important}.home-widgets .widget-rates{gap:8px!important}.home-widgets .widget-rates .converter{display:grid!important;grid-template-rows:auto auto!important;gap:8px!important;margin-top:4px!important}.home-widgets .widget-rates small{display:none!important}.home-widgets .widget-photo .photo-frame,.home-widgets .widget-photo .photo-frame.has-photo,.home-widgets .widget-photo .photo-frame img{height:auto!important;min-height:196px!important}@media (min-width: 1180px){.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:auto!important}}@media (max-width: 1180px){.home-dashboard{width:min(840px,calc(100vw - 104px))!important}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important}.home-widgets .widget,.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{grid-column:auto!important;grid-row:auto!important}}@media (max-width: 700px){.home-dashboard{width:calc(100vw - 22px)!important;gap:12px!important}.home-shortcuts-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px 8px!important}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr!important}.home-widgets .widget,.home-widgets .widget.widget-size-small,.home-widgets .widget.widget-size-medium,.home-widgets .widget.widget-size-wide{min-height:176px!important}.home-widgets .widget.widget-size-wide,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates{min-height:248px!important}}.home-dashboard{width:min(1040px,calc(100vw - 156px))!important;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:92px!important;grid-auto-flow:row dense!important;gap:12px!important;align-items:stretch!important;align-content:start!important}.home-dashboard .home-head{grid-column:1 / -1!important;grid-row:span 1!important;min-height:0!important;margin:0!important}.home-dashboard .home-shortcuts,.home-dashboard .home-shortcuts-row,.home-dashboard .home-widgets,.home-dashboard .widgets.home-widgets{display:contents!important;margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}.home-shortcuts-head{display:none!important}.home-dashboard .home-shortcut{grid-column:span 1!important;grid-row:span 1!important;width:100%!important;min-width:0!important;min-height:0!important;height:100%!important;padding:4px 2px!important;border-radius:14px!important;background:transparent!important;border:1px solid transparent!important}.home-dashboard .home-shortcut:hover{background:#ffffff1a!important;border-color:#ffffff1a!important}.home-dashboard .home-shortcut .shortcut-icon{width:var(--icon)!important;height:var(--icon)!important;border-radius:15px!important;filter:none!important}.home-dashboard .home-shortcut>span:last-child{max-width:100%!important;padding:2px 4px!important;font-size:11px!important;line-height:1.25!important;background:transparent!important;text-shadow:0 1px 7px rgba(0,0,0,.38)!important}.home-dashboard .home-widgets .widget,.home-dashboard .home-widgets .widget.widget-size-small,.home-dashboard .home-widgets .widget.widget-size-medium,.home-dashboard .home-widgets .widget.widget-size-wide,.home-dashboard .home-widgets .widget-weather,.home-dashboard .home-widgets .widget-calendar,.home-dashboard .home-widgets .widget-countdown,.home-dashboard .home-widgets .widget-todo,.home-dashboard .home-widgets .widget-photo,.home-dashboard .home-widgets .widget-rates,.home-dashboard .home-widgets .widget-quote,.home-dashboard .home-widgets .widget-focus,.home-dashboard .home-widgets .widget-clock,.home-dashboard .home-widgets .widget-memo,.home-dashboard .home-widgets .widget-year,.home-dashboard .home-widgets .widget-calculator{height:100%!important;min-height:0!important;max-height:none!important;padding:14px!important;overflow:hidden!important}.home-dashboard .home-widgets .widget.widget-size-small{grid-column:span 2!important;grid-row:span 2!important}.home-dashboard .home-widgets .widget.widget-size-medium{grid-column:span 3!important;grid-row:span 2!important}.home-dashboard .home-widgets .widget.widget-size-wide{grid-column:span 4!important;grid-row:span 3!important}.home-dashboard .widget-title{min-height:22px!important;margin-bottom:8px!important}.home-dashboard .widget-size-small .widget-title{min-height:18px!important;margin-bottom:4px!important}.home-dashboard .widget-size-small .widget-title h3{font-size:11px!important}.home-dashboard .widget-size-small .widget-title button,.home-dashboard .widget-size-small .widget-title>svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}.home-dashboard .widget-weather.widget-size-small .weather-scene,.home-dashboard .widget-weather.widget-size-medium .weather-scene{opacity:.48!important}.home-dashboard .widget-weather .weather-card{width:100%!important;max-width:none!important;min-height:0!important;padding:10px 12px!important}.home-dashboard .widget-weather.widget-size-small .weather-card{height:calc(100% - 24px)!important;display:grid!important;align-content:center!important}.home-dashboard .widget-weather.widget-size-small .weather-line strong{font-size:44px!important}.home-dashboard .widget-weather.widget-size-small .weather-card p{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical;-webkit-line-clamp:1}.home-dashboard .widget-weather.widget-size-medium .weather-line strong{font-size:46px!important}.home-dashboard .widget-weather .forecast-strip{width:100%!important;max-width:none!important;max-height:none!important;display:flex!important;gap:6px!important;overflow:hidden!important}.home-dashboard .widget-weather .forecast-strip a{min-width:0!important;flex:1 1 0!important;min-height:56px!important;padding:7px 4px!important}.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card{width:100%!important;height:calc(100% - 24px)!important;display:grid!important;place-items:center!important;align-content:center!important;gap:4px!important;border:0!important;border-radius:14px!important;background:#ffffff14!important;color:#fff!important}.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card strong{font-size:48px!important;line-height:1!important}.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card span,.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card small{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.home-dashboard .widget-calendar .calendar-grid{height:calc(100% - 30px)!important;min-height:0!important;grid-auto-rows:minmax(0,1fr)!important;gap:4px!important}.home-dashboard .widget-calendar .calendar-grid span,.home-dashboard .widget-calendar .calendar-grid button{min-height:0!important;font-size:10.5px!important}.home-dashboard .widget-rates.widget-size-small .rate-row:nth-of-type(n+2),.home-dashboard .widget-rates.widget-size-small .converter,.home-dashboard .widget-rates.widget-size-medium .converter,.home-dashboard .widget-photo.widget-size-small .photo-tools,.home-dashboard .widget-photo.widget-size-medium .photo-tools,.home-dashboard .widget-countdown.widget-size-small .list-row:nth-of-type(n+2),.home-dashboard .widget-todo.widget-size-small .input-row,.home-dashboard .widget-todo.widget-size-small .todo-preview .todo:nth-child(n+2),.home-dashboard .widget-size-small .world-clock-list,.home-dashboard .widget-size-small .year-progress-meta,.home-dashboard .widget-size-small .calculator-inputs,.home-dashboard .widget-size-small .quote-card span,.home-dashboard .widget-size-small .focus-reset,.home-dashboard .widget-size-small .focus-ring span{display:none!important}.home-dashboard .widget-rates .rate-row,.home-dashboard .widget-todo .todo,.home-dashboard .widget-countdown .list-row{min-height:31px!important}.home-dashboard .widget-photo .photo-frame,.home-dashboard .widget-photo .photo-frame.has-photo,.home-dashboard .widget-photo .photo-frame img{height:calc(100% - 30px)!important;min-height:0!important}.calendar-popover{align-items:end!important;padding:0!important}.calendar-popover .dialog{width:min(760px,100vw)!important;max-width:100vw!important;min-height:50vh!important;max-height:min(72vh,720px)!important;border-radius:20px 20px 0 0!important}.calendar-popover .dialog-body,.calendar-popover .calendar-editor{height:100%!important}.calendar-popover .calendar-editor textarea{min-height:28vh!important;resize:vertical!important}@media (max-width: 1180px){.home-dashboard{width:min(840px,calc(100vw - 104px))!important;grid-template-columns:repeat(8,minmax(0,1fr))!important}.home-dashboard .home-widgets .widget.widget-size-small{grid-column:span 2!important}.home-dashboard .home-widgets .widget.widget-size-medium,.home-dashboard .home-widgets .widget.widget-size-wide{grid-column:span 4!important}}@media (max-width: 700px){.home-dashboard{width:calc(100vw - 22px)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:86px!important;gap:10px!important}.home-dashboard .home-head{grid-row:span 2!important}.home-dashboard .home-shortcut{grid-column:span 1!important}.home-dashboard .home-widgets .widget.widget-size-small,.home-dashboard .home-widgets .widget.widget-size-medium,.home-dashboard .home-widgets .widget.widget-size-wide{grid-column:1 / -1!important}.home-dashboard .home-widgets .widget.widget-size-small,.home-dashboard .home-widgets .widget.widget-size-medium{grid-row:span 2!important}.home-dashboard .home-widgets .widget.widget-size-wide{grid-row:span 3!important}}.home-dashboard .home-widgets .widget{position:relative!important;isolation:isolate!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 22px 54px #00000042,inset 0 1px #ffffff29!important}.home-dashboard .home-widgets .widget:before,.home-dashboard .home-widgets .widget:after{pointer-events:none!important}.home-dashboard .home-widgets .widget>:not(.weather-scene){position:relative!important;z-index:2!important}.home-dashboard .widget-title h3{letter-spacing:0!important;font-size:12px!important;opacity:.92!important}.home-dashboard .widget-weather{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;background:linear-gradient(158deg,#234a74db,#127799b3 44%,#111827bd),radial-gradient(circle at 76% 24%,rgba(255,255,255,.38),transparent 25%)!important;border-color:#bfe8ff4d!important}.home-dashboard .widget-weather:before{content:""!important;position:absolute!important;right:-34px!important;top:48px!important;width:170px!important;height:70px!important;border-radius:999px!important;background:#ebf5ff7a!important;box-shadow:-70px 24px #ebf5ff47,-18px -20px #ffffff4d!important;filter:blur(.2px)!important;z-index:1!important}.home-dashboard .widget-weather .weather-scene{z-index:1!important;opacity:.58!important}.home-dashboard .widget-weather .weather-card{align-self:end!important;display:grid!important;align-content:end!important;min-height:96px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.home-dashboard .widget-weather .weather-line strong{font-size:clamp(42px,5vw,64px)!important;line-height:.92!important}.home-dashboard .widget-weather .weather-line span{padding:4px 8px!important;border-radius:999px!important;background:#ffffff2e!important}.home-dashboard .widget-weather .weather-card p{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#fffc!important}.home-dashboard .widget-weather .forecast-strip{height:70px!important;align-self:end!important}.home-dashboard .widget-weather .forecast-strip a{min-height:68px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:16px!important;background:#0814224d!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.home-dashboard .widget-weather.widget-size-small{grid-template-rows:auto minmax(0,1fr)!important}.home-dashboard .widget-weather.widget-size-small .weather-card{min-height:0!important}.home-dashboard .widget-calendar{background:linear-gradient(180deg,#10b98147,#0f172ad1 38%),repeating-linear-gradient(0deg,rgba(255,255,255,.045) 0 1px,transparent 1px 32px)!important;border-color:#5eead440!important}.home-dashboard .widget-calendar .calendar-grid{padding:10px!important;border-radius:18px!important;background:#030f184d!important;border:1px solid rgba(148,232,212,.16)!important}.home-dashboard .widget-calendar .calendar-grid button,.home-dashboard .widget-calendar .calendar-grid span{border-radius:10px!important}.home-dashboard .widget-calendar .today{color:#06231d!important;background:linear-gradient(135deg,#5eead4,#86efac)!important;box-shadow:0 8px 20px #2dd4bf52!important}.home-dashboard .widget-countdown{background:linear-gradient(135deg,#f9731657,#111827db 46%),linear-gradient(90deg,rgba(255,255,255,.08),transparent)!important;border-color:#fb923c47!important}.home-dashboard .widget-countdown:after{content:""!important;display:block!important;position:absolute!important;right:16px!important;bottom:16px!important;width:46px!important;height:46px!important;border-radius:50%!important;border:10px solid rgba(251,146,60,.2)!important}.home-dashboard .widget-todo{background:linear-gradient(180deg,#15803d47,#091412e0),repeating-linear-gradient(0deg,transparent 0 39px,rgba(255,255,255,.07) 40px 41px)!important;border-color:#86efac38!important}.home-dashboard .widget-todo .input-row,.home-dashboard .widget-todo .todo,.home-dashboard .widget-todo .todo-empty,.home-dashboard .widget-todo .todo-more{background:#ffffff16!important;border:1px solid rgba(255,255,255,.1)!important}.home-dashboard .widget-photo{padding:12px!important;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.14),transparent 32%),linear-gradient(145deg,#581c8780,#0f172ae0)!important;border-color:#d8b4fe42!important}.home-dashboard .widget-photo .photo-frame{border-radius:18px!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff14!important;box-shadow:inset 0 0 0 8px #ffffff09!important}.home-dashboard .widget-rates{background:linear-gradient(145deg,#1e40af61,#070f1eeb 52%),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 52px)!important;border-color:#93c5fd3d!important}.home-dashboard .widget-rates .rate-row,.home-dashboard .widget-rates .converter-input,.home-dashboard .widget-rates .conversion-list div{border:1px solid rgba(147,197,253,.14)!important;background:#0f172a6b!important}.home-dashboard .widget-quote{background:linear-gradient(145deg,#ec489947,#181222e0),radial-gradient(circle at 88% 12%,rgba(244,114,182,.32),transparent 30%)!important;border-color:#f472b63d!important}.home-dashboard .widget-quote:before{content:"“"!important;position:absolute!important;right:18px!important;top:24px!important;font-size:88px!important;line-height:1!important;color:#ffffff1a!important;z-index:1!important}.home-dashboard .widget-quote .quote-card{height:calc(100% - 30px)!important;display:grid!important;align-content:end!important;border:0!important;background:#ffffff12!important}.home-dashboard .widget-focus{background:radial-gradient(circle at 50% 55%,rgba(96,165,250,.3),transparent 35%),linear-gradient(145deg,#0f172ab8,#020617f0)!important;border-color:#60a5fa40!important}.home-dashboard .widget-focus .focus-ring{background:conic-gradient(from -90deg,rgba(96,165,250,.95) var(--progress),rgba(255,255,255,.12) 0)!important;box-shadow:0 0 0 10px #60a5fa14,0 18px 38px #00000052!important}.home-dashboard .widget-clock{background:linear-gradient(145deg,#14b8a64d,#020c16e6),repeating-linear-gradient(90deg,rgba(94,234,212,.08) 0 1px,transparent 1px 20px)!important;border-color:#2dd4bf40!important}.home-dashboard .widget-memo{background:linear-gradient(145deg,#eab3084d,#231a08e0),repeating-linear-gradient(0deg,transparent 0 28px,rgba(255,255,255,.075) 29px 30px)!important;border-color:#facc153d!important}.home-dashboard .widget-year{background:radial-gradient(circle at 84% 18%,rgba(74,222,128,.26),transparent 28%),linear-gradient(145deg,#1665345c,#061212e6)!important;border-color:#4ade803d!important}.home-dashboard .widget-calculator{background:linear-gradient(145deg,#6366f152,#0c0a1ee6),linear-gradient(90deg,rgba(255,255,255,.04),transparent)!important;border-color:#a5b4fc3d!important}.home-dashboard .widget-size-small .weather-line strong,.home-dashboard .widget-size-small .world-clock-primary strong,.home-dashboard .widget-size-small .year-progress-value,.home-dashboard .widget-size-small .calculator-result{font-size:34px!important}.home-dashboard .home-shortcut[draggable=true]{cursor:grab!important}.home-dashboard .home-shortcut[draggable=true]:active{cursor:grabbing!important}.home-dashboard .widget-title button:disabled{opacity:.58!important;cursor:wait!important}.sync-dialog-overlay .dialog{width:min(620px,100%)}.sync-dialog-overlay .dialog-body{gap:14px}.sync-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(135deg,#2dd4bf2e,#60a5fa1a),#ffffff0f}.light .sync-hero{background:linear-gradient(135deg,#14b8a629,#2563eb14),#ffffff9e;border-color:#0f172a1a}.sync-hero-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;color:#07111f;background:#ffffffeb;box-shadow:0 18px 36px #00000029}.sync-hero span{display:block;margin-bottom:5px;color:#7dd3fce0;font-size:11px;font-weight:820}.light .sync-hero span{color:#0284c7db}.sync-hero h3{margin:0;font-size:21px;line-height:1.18}.sync-hero p{margin-top:7px;color:#e2e8f0bd;font-size:13px;line-height:1.55}.light .sync-hero p,.light .sync-auth-note,.light .sync-hint{color:#162033a3}.sync-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sync-status-grid>div,.sync-settings-panel,.sync-auth-panel,.sync-connected-panel{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0e}.light .sync-status-grid>div,.light .sync-settings-panel,.light .sync-auth-panel,.light .sync-connected-panel{border-color:#0f172a1a;background:#ffffff8f}.sync-status-grid>div{min-height:78px;display:grid;align-content:center;gap:6px;padding:12px;min-width:0}.sync-status-grid small,.sync-meta small{color:#e2e8f09e}.sync-status-grid strong{min-width:0;overflow:hidden;color:#f8fafcf0;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.light .sync-status-grid strong{color:#0f172aeb}.sync-settings-panel,.sync-auth-panel,.sync-connected-panel{display:grid;gap:12px;padding:14px}.sync-toggle-row,.sync-interval-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px!important}.sync-toggle-row span,.sync-interval-row span{min-width:0}.sync-toggle-row strong,.sync-interval-row strong{display:block;margin-bottom:4px}.sync-toggle-row small,.sync-interval-row small{color:#e2e8f09e;line-height:1.45}.sync-toggle-row input{width:20px;height:20px}.sync-interval-row input{width:104px;text-align:center}.sync-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px;border-radius:12px;background:#03071238}.light .sync-auth-tabs{background:#0f172a14}.sync-auth-tabs button{min-height:38px;border:0;border-radius:9px;background:transparent;font-weight:760}.sync-auth-tabs button.active{color:#07111f;background:#ffffffeb;box-shadow:0 12px 28px #00000029}.sync-field{gap:7px!important}.sync-field>span{color:#e2e8f0c7;font-size:13px;font-weight:700}.sync-field>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#080d1761}.light .sync-field>div{border-color:#0f172a1f;background:#ffffffa8}.sync-field svg{color:#7dd3fcdb}.sync-field input{height:42px;border:0;padding:0;background:transparent}.sync-auth-note{color:#e2e8f0b8;font-size:12px;line-height:1.55}.sync-submit{width:100%;min-height:44px}.sync-meta{display:grid;gap:6px;padding:11px 12px;border-radius:10px;background:#03071233}.light .sync-meta{background:#0f172a0f}.sync-choice-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sync-choice-panel button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.sync-hint{margin:8px 0 0;color:#e2e8f0bd;font-size:12px;line-height:1.6}@media (max-width: 700px){.sync-choice-panel{grid-template-columns:1fr}}.home-dashboard .home-shortcut.can-drop{outline:1px dashed rgba(255,255,255,.2)!important;outline-offset:-4px!important}.home-dashboard .home-shortcut.is-dragging{opacity:.38!important;transform:scale(.92)!important}.home-dashboard .home-shortcut.is-drop-target{background:#2dd4bf2e!important;border-color:#5eead4b8!important;box-shadow:0 0 0 3px #2dd4bf2e,0 18px 44px #0d94883d!important;transform:translateY(-4px) scale(1.04)!important}.home-dashboard .home-shortcut.is-drop-target .shortcut-icon{box-shadow:0 0 0 4px #fff3,0 18px 34px #0000004d!important}.home-dashboard .home-shortcut.is-drop-target:after{content:""!important;position:absolute!important;top:6px!important;right:6px!important;bottom:6px!important;left:6px!important;border-radius:12px!important;border:2px solid rgba(94,234,212,.82)!important;pointer-events:none!important}.home-dashboard .widget-countdown:after,.widget-countdown:after{display:none!important;content:none!important}.home-dashboard .home-shortcut.can-drop{outline:0!important;box-shadow:none}body.is-home-dragging .home-dashboard .home-shortcut:not(.is-dragging):not(.is-drop-target){background:#ffffff0d!important;border-color:#ffffff14!important}.home-dashboard .home-shortcut.is-dragging{opacity:.34!important;transform:scale(.88)!important;filter:grayscale(.18) brightness(.78)!important}.home-dashboard .home-shortcut.is-drop-target{position:relative!important;z-index:8!important;background:#14b8a638!important;border-color:#5eead4f2!important;box-shadow:0 0 0 3px #2dd4bf3d,0 18px 44px #05966947!important;transform:translateY(-6px) scale(1.05)!important}.home-dashboard .home-shortcut.is-drop-target:before{content:""!important;position:absolute!important;top:-8px!important;right:-8px!important;bottom:-8px!important;left:-8px!important;border:2px dashed rgba(153,246,228,.92)!important;border-radius:18px!important;pointer-events:none!important;box-shadow:0 0 22px #2dd4bf52!important}.home-dashboard .home-shortcut.is-drop-target:after{content:""!important;position:absolute!important;top:10px!important;bottom:10px!important;left:-10px!important;width:4px!important;border:0!important;border-radius:999px!important;background:linear-gradient(180deg,#99f6e4fa,#14b8a6db)!important;box-shadow:0 0 18px #2dd4bf8c!important;pointer-events:none!important}.home-dashboard .home-shortcut.is-drop-target .shortcut-icon{transform:translateY(-2px)!important;box-shadow:0 0 0 4px #ffffff3d,0 18px 34px #0000004d!important}.home-dashboard .home-widgets .widget:after,.home-widgets .widget:after,.home-dashboard .widget-countdown:after,.widget-countdown:after{display:none!important;content:none!important;border:0!important;box-shadow:none!important;background:none!important}.home-dashboard .home-widgets .widget:not(.widget-weather):not(.widget-quote):before,.home-widgets .widget:not(.widget-weather):not(.widget-quote):before{display:none!important;content:none!important;border:0!important;box-shadow:none!important;background:none!important}.home-dashboard .widget-countdown,.widget-countdown{border-color:#fb923c4d!important;box-shadow:0 18px 42px #00000038,inset 0 1px #ffffff1f!important}.home-dashboard .home-widgets .widget,.home-dashboard .home-widgets .widget.widget-size-small,.home-dashboard .home-widgets .widget.widget-size-medium,.home-dashboard .home-widgets .widget.widget-size-wide{position:relative!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 14px 34px #0003,inset 0 1px #ffffff1f!important;outline:0!important;background-repeat:no-repeat!important}.home-dashboard .home-widgets .widget:before,.home-dashboard .home-widgets .widget:after,.home-dashboard .widget-weather:before,.home-dashboard .widget-weather:after,.home-dashboard .widget-quote:before,.home-dashboard .widget-countdown:before,.home-dashboard .widget-countdown:after,.home-widgets .widget:before,.home-widgets .widget:after,.widget-weather:before,.widget-weather:after,.widget-quote:before,.widget-countdown:before,.widget-countdown:after,.home-dashboard .widget-title h3:before{display:none!important;content:none!important;border:0!important;box-shadow:none!important;background:none!important}.home-dashboard .widget-weather{background:radial-gradient(circle at 82% 18%,rgba(186,230,253,.3),transparent 34%),linear-gradient(145deg,#12648abd,#0f172adb)!important}.home-dashboard .widget-calendar{background:radial-gradient(circle at 16% 12%,rgba(134,239,172,.22),transparent 34%),linear-gradient(145deg,#115e598c,#0f172ae0)!important}.home-dashboard .widget-countdown{background:radial-gradient(circle at 12% 14%,rgba(251,113,133,.28),transparent 34%),linear-gradient(145deg,#92400e6b,#0f172ae0)!important}.home-dashboard .widget-todo{background:radial-gradient(circle at 88% 12%,rgba(134,239,172,.2),transparent 34%),linear-gradient(145deg,#16653466,#0f172ae0)!important}.home-dashboard .widget-photo{background:radial-gradient(circle at 18% 16%,rgba(216,180,254,.24),transparent 34%),linear-gradient(145deg,#581c8775,#0f172ae0)!important}.home-dashboard .widget-rates{background:radial-gradient(circle at 84% 16%,rgba(147,197,253,.24),transparent 34%),linear-gradient(145deg,#1e40af6b,#0f172ae0)!important}.home-dashboard .widget-quote{background:radial-gradient(circle at 88% 16%,rgba(244,114,182,.24),transparent 34%),linear-gradient(145deg,#9d174d66,#0f172ae0)!important}.home-dashboard .widget-focus{background:radial-gradient(circle at 50% 44%,rgba(96,165,250,.24),transparent 38%),linear-gradient(145deg,#1e40af59,#0f172ae6)!important}.home-dashboard .widget-clock{background:radial-gradient(circle at 82% 18%,rgba(94,234,212,.22),transparent 34%),linear-gradient(145deg,#0d94885c,#0f172ae0)!important}.home-dashboard .widget-memo{background:radial-gradient(circle at 18% 16%,rgba(250,204,21,.22),transparent 34%),linear-gradient(145deg,#854d0e61,#0f172ae0)!important}.home-dashboard .widget-year{background:radial-gradient(circle at 84% 18%,rgba(74,222,128,.22),transparent 34%),linear-gradient(145deg,#15803d5c,#0f172ae0)!important}.home-dashboard .widget-calculator{background:radial-gradient(circle at 84% 18%,rgba(165,180,252,.24),transparent 34%),linear-gradient(145deg,#4338ca61,#0f172ae0)!important}.home-dashboard .widget-title{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;gap:8px!important;min-height:24px!important;margin-bottom:8px!important}.home-dashboard .widget-title h3{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.home-dashboard .widget-title button{flex:0 0 auto!important}.home-dashboard .widget-size-small{padding:12px!important}.home-dashboard .widget-size-small .widget-title{min-height:22px!important;margin-bottom:6px!important}.home-dashboard .widget-size-small .widget-title h3{font-size:12px!important}.home-dashboard .widget-weather.widget-size-small,.home-dashboard .widget-weather.widget-size-medium{grid-template-rows:auto minmax(0,1fr)!important}.home-dashboard .widget-weather.widget-size-small .weather-scene,.home-dashboard .widget-weather.widget-size-medium .weather-scene,.home-dashboard .widget-weather.widget-size-small .forecast-strip,.home-dashboard .widget-weather.widget-size-medium .forecast-strip{display:none!important}.home-dashboard .widget-weather .weather-card{height:calc(100% - 32px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:6px!important;padding:0!important}.home-dashboard .widget-weather .weather-line{min-width:0!important;display:flex!important;align-items:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.home-dashboard .widget-weather.widget-size-small .weather-line{display:grid!important;align-content:center!important;gap:2px!important}.home-dashboard .widget-weather.widget-size-small .weather-line strong{font-size:34px!important;line-height:1!important}.home-dashboard .widget-weather.widget-size-medium .weather-line strong{font-size:42px!important;line-height:1!important}.home-dashboard .widget-weather .weather-line span,.home-dashboard .widget-weather .weather-card p{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.home-dashboard .widget-weather.widget-size-small .weather-card p{display:block!important;font-size:11px!important}.home-dashboard .widget-weather.widget-size-wide .forecast-strip{height:58px!important;margin-top:auto!important}.home-dashboard .widget-weather.widget-size-wide .forecast-strip a{min-height:54px!important;border:0!important;background:#ffffff1a!important}.home-dashboard .widget-calendar .calendar-grid,.home-dashboard .widget-todo .input-row,.home-dashboard .widget-todo .todo,.home-dashboard .widget-todo .todo-empty,.home-dashboard .widget-todo .todo-more,.home-dashboard .widget-rates .rate-row,.home-dashboard .widget-rates .converter-input,.home-dashboard .widget-rates .conversion-list div,.home-dashboard .widget-quote .quote-card,.home-dashboard .widget-photo .photo-frame{border-color:#ffffff1a!important;box-shadow:none!important;background:#ffffff13!important}.home-dashboard .widget-calendar .calendar-grid{height:calc(100% - 34px)!important;padding:8px!important;gap:3px!important}.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card{height:calc(100% - 30px)!important;background:#ffffff14!important}.home-dashboard .widget-calendar.widget-size-small .calendar-mini-card strong{font-size:42px!important}.home-dashboard .widget-countdown .list-row,.home-dashboard .widget-todo .todo,.home-dashboard .widget-rates .rate-row{min-height:30px!important;max-height:36px!important;overflow:hidden!important}.home-dashboard .widget-countdown.widget-size-small .list-row:nth-of-type(n+2),.home-dashboard .widget-countdown.widget-size-medium .list-row:nth-of-type(n+4),.home-dashboard .widget-todo.widget-size-small .todo-preview .todo:nth-child(n+2),.home-dashboard .widget-todo.widget-size-medium .todo-preview .todo:nth-child(n+3),.home-dashboard .widget-rates.widget-size-small .rate-row:nth-of-type(n+2),.home-dashboard .widget-rates.widget-size-medium .converter{display:none!important}.home-dashboard .widget-todo.widget-size-small .input-row,.home-dashboard .widget-photo.widget-size-small .photo-tools,.home-dashboard .widget-photo.widget-size-medium .photo-tools,.home-dashboard .widget-rates.widget-size-small .converter,.home-dashboard .widget-size-small .world-clock-list,.home-dashboard .widget-size-small .year-progress-meta,.home-dashboard .widget-size-small .calculator-inputs,.home-dashboard .widget-size-small .quote-card span,.home-dashboard .widget-size-small .focus-reset,.home-dashboard .widget-size-small .focus-ring span{display:none!important}.home-dashboard .widget-photo .photo-frame,.home-dashboard .widget-photo .photo-frame.has-photo,.home-dashboard .widget-photo .photo-frame img{height:calc(100% - 32px)!important;min-height:0!important}.home-dashboard .widget-size-small .world-clock-primary,.home-dashboard .widget-size-small .year-progress-value,.home-dashboard .widget-size-small .calculator-result,.home-dashboard .widget-size-small .quote-card,.home-dashboard .widget-size-small .focus-widget{min-height:0!important;height:calc(100% - 30px)!important;display:grid!important;place-items:center!important;align-content:center!important}.home-dashboard .widget-size-small .world-clock-primary strong,.home-dashboard .widget-size-small .year-progress-value,.home-dashboard .widget-size-small .calculator-result{font-size:30px!important;line-height:1!important}.home-dashboard .widget-size-small .world-clock-primary span{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important}.home-dashboard .widget-size-small .quote-card strong{font-size:15px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden!important}.home-dashboard .widget-size-small .focus-ring{width:94px!important;height:94px!important;min-width:94px!important;min-height:94px!important}.home-dashboard .widget-size-small .focus-ring strong{font-size:20px!important}.home-dashboard .widget-memo .memo-editor{height:calc(100% - 32px)!important;min-height:0!important;resize:none!important}.home-dashboard .widget-size-small .memo-editor{font-size:12px!important;line-height:1.45!important}.home-dashboard .widget-calculator .calculator-inputs{gap:6px!important}.workspace.page-widgets,.workspace.page-shortcuts,.workspace.page-tools{overscroll-behavior-y:contain}.home-dashboard .widget-photo,.home-dashboard .widget-photo.widget-size-small,.home-dashboard .widget-photo.widget-size-medium,.home-dashboard .widget-photo.widget-size-wide{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:8px!important;min-height:0!important}.home-dashboard .widget-photo:before,.home-dashboard .widget-photo:after,.home-dashboard .widget-photo .photo-frame:before,.home-dashboard .widget-photo .photo-frame:after,.home-dashboard .widget-photo .photo-frame.has-photo:before,.home-dashboard .widget-photo .photo-frame.has-photo:after{display:none!important;content:none!important;border:0!important;box-shadow:none!important;background:none!important}.home-dashboard .widget-photo .photo-frame,.home-dashboard .widget-photo .photo-frame.has-photo{position:relative!important;z-index:1!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;display:grid!important;place-items:center!important;overflow:hidden!important}.home-dashboard .widget-photo .photo-frame img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;border-radius:16px!important;box-shadow:none!important}.home-dashboard .widget-photo .photo-upload{width:100%!important;height:100%!important;min-height:0!important;display:grid!important;place-items:center!important;align-content:center!important;gap:8px!important}.home-dashboard .widget-photo.widget-size-small .photo-upload span{font-size:12px!important}.workspace.page-motion-down{animation:whytab-page-in-down .56s cubic-bezier(.22,1,.36,1) both}.workspace.page-motion-up{animation:whytab-page-in-up .56s cubic-bezier(.22,1,.36,1) both}@keyframes whytab-page-in-down{0%{opacity:0;transform:translate3d(0,18px,0) scale(.992);filter:blur(5px)}58%{opacity:1}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes whytab-page-in-up{0%{opacity:0;transform:translate3d(0,-18px,0) scale(.992);filter:blur(5px)}58%{opacity:1}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@media (prefers-reduced-motion: reduce){.workspace.page-motion-down,.workspace.page-motion-up{animation:none!important}}.mobile-only-action,.mobile-shortcut-toolbar{display:none}@media (max-width: 1024px) and (hover: none),(max-width: 760px){html{min-height:100%;background:#0c111d}body,#root,.app{min-height:100dvh}body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}button,a,input,select,textarea{touch-action:manipulation}.home-shortcut,.widget{-webkit-user-drag:none}input,select,textarea{font-size:16px}.app:before{transform:none;background-attachment:scroll}.shell{width:100%;min-height:100dvh;margin:0;padding:max(10px,env(safe-area-inset-top)) clamp(14px,3vw,28px) calc(94px + env(safe-area-inset-bottom));gap:14px}.topbar{min-height:46px}.brand{gap:9px;padding:5px 7px;border:0;background:#050a1424}.mark{width:34px;height:34px;border-radius:10px;font-size:19px}.brand h1{font-size:18px}.brand p{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.account-button{width:42px;min-width:42px;padding:0;border-radius:14px}.account-button span{display:none}.top-action{width:42px;min-width:42px;padding:0;border-radius:14px}.hero{min-height:0;gap:13px;padding:0}.hero-date{gap:5px}.hero-date strong{font-size:clamp(20px,5vw,30px)}.hero-date span{font-size:clamp(38px,10vw,62px)}.timezone-button{min-height:30px;padding:0 9px;font-size:11px}.timezone-button span{display:none}.search{width:min(680px,100%);height:50px;padding:0 7px 0 10px;border-radius:16px}.engine-toggle{min-width:54px;padding:0 8px}.search-submit{min-width:50px;padding:0 9px}.page-nav{position:fixed!important;z-index:8000!important;left:50%!important;right:auto!important;top:auto!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:min(430px,calc(100vw - 24px))!important;min-height:66px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-content:center!important;gap:6px!important;padding:7px!important;border-radius:22px!important;transform:translate(-50%)!important;background:#090e19d6!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 16px 48px #00000057,inset 0 1px #ffffff24!important;-webkit-backdrop-filter:blur(24px) saturate(1.35)!important;backdrop-filter:blur(24px) saturate(1.35)!important}.page-nav-main{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.page-nav-secondary{padding:0 0 0 6px;border-top:0;border-left:1px solid rgba(255,255,255,.12)}.page-nav button,.page-nav-secondary button{width:100%!important;min-width:50px!important;height:50px!important;min-height:50px!important;gap:3px!important;padding:3px 8px!important;border-radius:16px!important}.page-nav button svg{width:19px;height:19px}.page-nav button span{display:block;font-size:10px}.page-nav button.active{background:#ffffff29!important}.workspace{min-width:0;gap:14px}.home-dashboard{width:100%}.home-dashboard .home-head{align-items:center;gap:8px;padding:0 2px 8px}.home-dashboard .home-head h2{font-size:18px}.home-dashboard .home-head p{display:none}.home-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px}.home-actions .text-button{min-height:36px;height:36px;padding:0 9px;border-radius:12px;font-size:12px}.mobile-only-action{display:inline-flex}.mobile-only-action.active{color:#06131c;background:var(--widget-accent);border-color:transparent}.home-shortcuts{gap:8px;padding:12px 10px;border-radius:20px}.mobile-shortcut-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px}.mobile-shortcut-toolbar span{color:#ffffffa8;font-size:12px}.mobile-shortcut-toolbar button{min-width:58px;min-height:32px;padding:0 10px;border-radius:11px;font-size:12px}.mobile-shortcut-toolbar button.active{color:#06131c;background:var(--widget-accent);border-color:transparent}.home-shortcuts-row{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px 8px}.home-shortcut{min-height:84px;grid-template-rows:min(7vw,58px) 20px;gap:5px;padding:4px 2px;border-radius:15px}.home-shortcut .shortcut-icon{width:min(7vw,58px);height:min(7vw,58px);border-radius:15px}.home-shortcut>span:last-child{height:20px!important;min-height:20px!important;max-height:20px!important;font-size:11px;line-height:18px!important}.home-shortcuts.touch-arranging .home-shortcut{border:1px dashed rgba(255,255,255,.3);background:#ffffff0e;animation:mobile-arrange-pulse 1.8s ease-in-out infinite}.home-shortcuts.touch-arranging .home-shortcut.is-touch-source{z-index:2;border-style:solid;border-color:var(--widget-accent);background:color-mix(in srgb,var(--widget-accent) 20%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--widget-accent) 18%,transparent);transform:scale(1.06);animation:none}.home-widgets,.widgets.home-widgets{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:14px!important}.home-widgets .widget,.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide,.home-widgets .widget-size-large,.home-widgets .widget-weather,.home-widgets .widget-calendar,.home-widgets .widget-countdown,.home-widgets .widget-todo,.home-widgets .widget-photo,.home-widgets .widget-rates,.home-widgets .widget-quote,.home-widgets .widget-focus{min-height:0!important;height:auto!important}.home-widgets .widget-size-small{grid-column:span 1!important;min-height:168px!important}.home-widgets .widget-size-medium{grid-column:span 1!important;min-height:238px!important}.home-widgets .widget-size-wide{grid-column:1 / -1!important;min-height:292px!important}.home-widgets.touch-arranging .widget{outline:2px dashed rgba(255,255,255,.32);outline-offset:-7px;cursor:pointer}.home-widgets.touch-arranging[data-touch-source=weather] .widget[data-widget-key=weather],.home-widgets.touch-arranging[data-touch-source=calendar] .widget[data-widget-key=calendar],.home-widgets.touch-arranging[data-touch-source=countdowns] .widget[data-widget-key=countdowns],.home-widgets.touch-arranging[data-touch-source=todos] .widget[data-widget-key=todos],.home-widgets.touch-arranging[data-touch-source=notes] .widget[data-widget-key=notes],.home-widgets.touch-arranging[data-touch-source=rates] .widget[data-widget-key=rates],.home-widgets.touch-arranging[data-touch-source=quote] .widget[data-widget-key=quote],.home-widgets.touch-arranging[data-touch-source=focus] .widget[data-widget-key=focus],.home-widgets.touch-arranging[data-touch-source=clock] .widget[data-widget-key=clock],.home-widgets.touch-arranging[data-touch-source=memo] .widget[data-widget-key=memo],.home-widgets.touch-arranging[data-touch-source=year] .widget[data-widget-key=year],.home-widgets.touch-arranging[data-touch-source=calculator] .widget[data-widget-key=calculator]{outline-style:solid;outline-color:var(--widget-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--widget-accent) 20%,transparent),0 24px 60px #00000057!important;transform:translateY(-3px)}.shortcut-grid,.shortcut-grid.compact,.page-shortcuts .shortcut-grid,.page-shortcuts .shortcut-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px 8px}.shortcut{min-width:0}.shortcut a>span:last-child,.folder-open>span:nth-child(2){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-hub{gap:14px}.tool-hero{min-height:150px;padding:22px;border-radius:24px}.tool-utility-grid,.tool-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.overlay{align-items:end;padding:max(12px,env(safe-area-inset-top)) 10px 0}.dialog{width:100%;max-width:720px;max-height:min(90dvh,820px);margin:0 auto;border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom)}.dialog header{position:sticky;top:0;z-index:3;min-height:58px;padding:12px 16px;background:inherit}.dialog-body{max-height:calc(90dvh - 62px);overflow-y:auto;overscroll-behavior:contain;padding:14px 16px calc(18px + env(safe-area-inset-bottom))}.resource-center-overlay{padding:0}.resource-center-overlay .dialog{max-width:none;height:100dvh;max-height:100dvh;border-radius:0}.resource-center-overlay .dialog-body{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.folder-view{width:min(720px,calc(100vw - 20px));max-height:88dvh;margin-bottom:env(safe-area-inset-bottom);border-radius:24px}.toast{position:fixed;left:50%;right:auto;bottom:calc(88px + env(safe-area-inset-bottom));max-width:calc(100vw - 28px);transform:translate(-50%)}@keyframes mobile-arrange-pulse{50%{background:#ffffff17}}}@media (max-width: 600px){.shell{padding-left:11px;padding-right:11px;gap:12px}.hero-date strong{display:none}.hero-date span{font-size:clamp(40px,13vw,56px)}.home-dashboard .home-head{display:grid;grid-template-columns:auto minmax(0,1fr)}.home-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.home-actions .text-button{width:100%;min-width:0;padding:0 6px;gap:4px;white-space:nowrap}.home-shortcuts-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 5px}.home-shortcut{grid-template-rows:52px 20px}.home-shortcut .shortcut-icon{width:52px;height:52px}.home-widgets,.widgets.home-widgets{grid-template-columns:1fr!important;gap:12px!important}.home-widgets .widget-size-small,.home-widgets .widget-size-medium,.home-widgets .widget-size-wide{grid-column:1 / -1!important}.home-widgets .widget-size-small{min-height:164px!important}.home-widgets .widget-size-medium{min-height:232px!important}.home-widgets .widget-size-wide{min-height:300px!important}.home-widgets .widget{padding:14px!important;border-radius:24px!important}.shortcut-grid,.shortcut-grid.compact,.page-shortcuts .shortcut-grid,.page-shortcuts .shortcut-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.tool-hero{min-height:132px;padding:18px}.tool-hero h2{font-size:24px}.tool-utility-grid,.tool-action-grid{grid-template-columns:1fr}.resource-tabs,.resource-filters{width:100%;overflow-x:auto}.resource-tabs button,.resource-filters button{flex:1 0 auto}.sync-choice-panel{grid-template-columns:1fr}}@media (max-height: 560px) and (orientation: landscape) and (hover: none){.shell{padding-top:max(6px,env(safe-area-inset-top))}.brand p,.hero-date,.home-dashboard .home-head{display:none}.hero{display:block}.page-nav{bottom:max(5px,env(safe-area-inset-bottom))!important}}
