.time-picker{--time-picker-border: #dfe4e8;--time-picker-heading: #3f4850;--time-picker-copy: #7d8790;--time-picker-control: rgb(255 255 255 / 48%);--time-picker-control-hover: rgb(255 255 255 / 68%);--time-picker-menu: rgb(251 252 253 / 94%);--time-picker-option-hover: rgb(38 42 47 / 7%);position:relative;flex:0 0 auto}.customize-panel .time-picker{--time-picker-border: var(--customize-card-border);--time-picker-heading: var(--customize-heading-color);--time-picker-copy: var(--customize-copy-color);--time-picker-control: var(--customize-select-background);--time-picker-control-hover: var(--customize-select-hover-background);--time-picker-menu: var(--customize-select-menu-background);--time-picker-option-hover: var(--customize-select-option-background)}.time-picker-trigger{min-width:132px;height:36px;display:grid;grid-template-columns:16px 1fr 14px;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--time-picker-border);border-radius:11px;color:var(--time-picker-heading);background:var(--time-picker-control);box-shadow:inset 0 1px #ffffff57;cursor:pointer;font:400 12px/1 var(--font-system)}.time-picker-trigger:hover,.time-picker-trigger[aria-expanded=true]{background:var(--time-picker-control-hover)}.time-picker-trigger>svg{width:15px;height:15px;color:var(--time-picker-copy);stroke-width:1.8}.time-picker-trigger>svg:last-child{width:13px;height:13px;transition:transform .15s ease}.time-picker-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.time-picker-popover{box-sizing:border-box;position:absolute;z-index:50;top:calc(100% + 7px);right:0;width:184px;padding:6px;border:1px solid var(--time-picker-border);border-radius:13px;color:var(--time-picker-heading);background:var(--time-picker-menu);box-shadow:0 18px 42px #28343f26;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);animation:provider-in .13s ease-out}.time-picker.open-up .time-picker-popover{top:auto;bottom:calc(100% + 7px);transform-origin:bottom right}.time-picker-heading,.time-picker-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.time-picker-heading{padding:5px 0 8px;color:var(--time-picker-copy);font-size:9px;font-weight:400;text-align:center}.time-picker-column{height:224px;display:grid;align-content:start;gap:2px;overflow-x:hidden;overflow-y:auto;padding:0 2px;overscroll-behavior:contain;scrollbar-color:rgb(132 143 154 / 32%) transparent;scrollbar-width:thin}.time-picker-column::-webkit-scrollbar{width:4px}.time-picker-column::-webkit-scrollbar-track{background:transparent}.time-picker-column::-webkit-scrollbar-thumb{border-radius:999px;background:#848f9a47}.time-picker-column button{width:100%;height:30px;display:grid;place-items:center;padding:0 9px;border:0;border-radius:8px;color:var(--time-picker-heading);background:transparent;cursor:pointer;font:400 11px/1 var(--font-system)}.time-picker-column button:hover{background:var(--time-picker-option-hover)}.time-picker-column button.selected{color:var(--time-picker-heading);background:var(--time-picker-control-hover);box-shadow:inset 0 0 0 1px var(--time-picker-border);font-weight:600}.dark-theme .time-picker{--time-picker-border: rgb(255 255 255 / 11%);--time-picker-heading: #eef2f5;--time-picker-copy: rgb(255 255 255 / 50%);--time-picker-control: rgb(255 255 255 / 6%);--time-picker-control-hover: rgb(255 255 255 / 9%);--time-picker-menu: rgb(24 31 40 / 96%);--time-picker-option-hover: rgb(255 255 255 / 8%)}.dark-theme .time-picker-trigger{box-shadow:inset 0 1px #ffffff0d}.dark-theme .time-picker-popover{box-shadow:0 18px 42px #0000004d}.confirmation-dialog-layer{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#232a3161;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fade-in .15s ease}.confirmation-dialog{width:min(390px,100%);padding:28px;border:1px solid rgb(255 255 255 / 82%);border-radius:22px;color:#3d4349;background:#f9fafb;box-shadow:0 28px 80px #19222a47;text-align:center;animation:template-in .18s cubic-bezier(.2,.75,.2,1)}.confirmation-dialog-icon{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 16px;border-radius:14px;color:#59616a;background:#eef1f3}.confirmation-dialog-icon svg{width:21px;height:21px;stroke-width:1.8}.confirmation-dialog h3{margin:0;font-size:20px;font-weight:400;line-height:1.2;letter-spacing:-.02em}.confirmation-dialog p{max-width:310px;margin:10px auto 24px;color:#68717a;font-size:13px;font-weight:400;line-height:1.45}.confirmation-dialog p strong{color:inherit;font-weight:500}.confirmation-dialog-actions{display:flex;justify-content:center;gap:9px}.confirmation-dialog-actions button{min-width:108px;height:42px;padding:0 16px;border:1px solid #dfe3e6;border-radius:11px;color:#59616a;background:#fff;cursor:pointer;font:400 13px/1.2 var(--font-system);transition:border-color .16s ease,background-color .16s ease,color .16s ease}.confirmation-dialog-actions button:hover{border-color:#d3d8dd;background:#f6f7f8}.confirmation-dialog-actions button.confirmation-dialog-confirm{color:#353a40;background:#eef1f3}.confirmation-dialog-actions button.confirmation-dialog-confirm:hover{background:#e5e9ec}.dark-theme .confirmation-dialog{border-color:#ffffff1f;color:#eef2f6;background:#1c232d;box-shadow:0 30px 90px #0000007a}.dark-theme .confirmation-dialog p{color:#9ba5af}.dark-theme .confirmation-dialog-icon{color:#d7dde4;background:#29323d}.dark-theme .confirmation-dialog-actions button{border-color:#3a4552;color:#c8d0d8;background:#252e38}.dark-theme .confirmation-dialog-actions button:hover{border-color:#485564;background:#2c3641}.dark-theme .confirmation-dialog-actions button.confirmation-dialog-confirm{color:#eef2f6;background:#303a45}.dark-theme .confirmation-dialog-actions button.confirmation-dialog-confirm:hover{background:#37434f}@media(max-width:460px){.confirmation-dialog{padding:24px 20px}.confirmation-dialog-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.confirmation-dialog-actions button{min-width:0}}.countdown-widget{position:relative;min-height:50px;display:flex;align-items:center}.countdown-popover{left:0}.countdown-time-toggle{min-height:38px;display:flex;align-items:center;justify-content:space-between;color:#59636c;font-size:12px}.countdown-editor-field{display:grid;gap:7px;color:#7d8790;font-size:10px;font-weight:540;letter-spacing:.04em;text-transform:uppercase}.countdown-date-trigger{justify-content:space-between;border-color:#34465324;cursor:pointer;font:inherit;text-align:left}.countdown-date-trigger>span{color:#3f4c57;font-size:12px;font-weight:400;letter-spacing:normal;text-transform:none}.countdown-date-trigger:hover,.countdown-date-trigger[aria-expanded=true]{background:#ffffff57}.countdown-time-field .time-picker,.countdown-time-field .time-picker-trigger{width:100%}.countdown-time-field .time-picker-trigger{height:42px;border-radius:12px}.dark-theme .countdown-time-toggle{color:#dce2e8}.dark-theme .countdown-editor-field{color:#b4c8d99e}.dark-theme .countdown-date-trigger{border-color:#ffffff1c}.dark-theme .countdown-date-trigger>span{color:#eef2f5}.dark-theme .countdown-date-trigger:hover,.dark-theme .countdown-date-trigger[aria-expanded=true]{background:#ffffff14}@media(max-width:680px){.countdown-popover{position:fixed;top:78px;right:12px;left:12px;width:auto;max-height:calc(100svh - 92px);transform:none}}.metric-widget{position:relative;min-height:50px;display:flex;align-items:center}.metric-popover{left:0}.metric-dashboard-item .world-clock-dashboard-copy strong,.metric-row .world-clock-row-main strong{max-width:130px;overflow:hidden;text-overflow:ellipsis}.metric-reset-field{display:grid;gap:7px}.metric-reset-field>span{color:#7d8790;font-size:10px;font-weight:540;letter-spacing:.04em;text-transform:uppercase}.metric-reset-field .select-control{min-height:0;border-top:0}.metric-reset-field .custom-select-picker,.metric-reset-field .custom-select-trigger{width:100%}.metric-reset-field .custom-select-trigger{min-height:42px;border-radius:12px;font-size:12px;font-weight:400}.metric-reset-field:not(.metric-value-path) .custom-select-menu button{font-size:12px;font-weight:400}.metric-row .world-clock-row-actions{gap:1px}.metric-row .world-clock-row-actions button.refreshing svg{animation:metric-refresh-spin .7s linear infinite}.metric-load-values{height:38px;border-width:1px;border-style:solid;border-radius:11px;color:#596875;cursor:pointer;font:inherit;font-size:12px;font-weight:500}.metric-load-values:disabled{opacity:.4;cursor:default}.metric-url-hint,.metric-url-message{margin:-7px 0 0;color:#7d8790;font-size:11px;font-weight:400;line-height:1.35}.metric-url-message{color:#c64f59}.metric-value-path .custom-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis}@keyframes metric-refresh-spin{to{transform:rotate(360deg)}}.metric-source-page{display:grid;gap:10px;padding:1px 3px 3px}.metric-source-page>header{min-height:42px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;text-align:center}.metric-source-page>header>button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#77818a;background:transparent;cursor:pointer}.metric-source-page>header>button:hover{color:#3f4850;background:#eff2f4}.metric-source-page>header svg{width:16px;height:16px}.metric-source-page>header strong{color:#4a545d;font-size:15px;font-weight:540}.metric-source-option{min-height:76px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:12px;border:1px solid rgb(52 70 83 / 12%);border-radius:12px;color:#596875;background:#fff3;cursor:pointer;text-align:left;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.metric-source-option:hover{color:#3f4c57;border-color:#34465333;background:#ffffff5c}.metric-source-option>svg{width:22px;height:22px;justify-self:center}.metric-source-option>span{min-width:0;display:grid;gap:3px}.metric-source-option strong{font-size:13px;font-weight:600}.shared-popover .metric-source-option small{max-width:none;color:#7d8790;font-size:11px;white-space:normal}.dark-theme .metric-reset-field>span{color:#b4c8d99e}.dark-theme .metric-load-values{color:#dce2e8}.dark-theme .metric-url-hint{color:#b4c8d98a}.dark-theme .metric-url-message{color:#ff7b86}.dark-theme .metric-source-page>header strong{color:#dce2e8}.dark-theme .metric-source-page>header>button:hover{color:#eef2f5;background:#ffffff12}.dark-theme .metric-source-option{color:#dce2e8;border-color:#ffffff1a;background:#ffffff0a}.dark-theme .metric-source-option:hover{color:#fff;border-color:#ffffff29;background:#ffffff14}.dark-theme .shared-popover .metric-source-option small{color:#b4c8d994}@media(max-width:680px){.metric-popover{position:fixed;top:78px;right:12px;left:12px;width:auto;max-height:calc(100svh - 92px);transform:none}}.left-header-cluster{min-width:46px;min-height:56px;display:flex;align-items:center;gap:5px}.left-header-cluster .weather-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}.left-header-cluster .weather-copy .weather-temperature{grid-row:auto;align-self:auto}.left-header-cluster .weather-copy>span{display:none}.left-header-cluster .weather-compact .weather-location{display:none}.left-header-cluster .weather-compact .weather-copy{align-self:stretch}.left-header-cluster .weather-summary{height:50px;min-height:50px;box-sizing:border-box;padding:3px 11px 3px 7px;border-radius:15px}.left-header-cluster .weather-open-details{gap:7px}.left-header-cluster .weather-icon{width:42px;height:42px;flex-basis:42px}.left-header-cluster .weather-open-details>img.weather-icon{transform:scale(1.1)}.left-header-cluster .weather-temperature{display:flex;align-items:flex-start;font-size:22px;font-weight:570;letter-spacing:-.04em;line-height:.96}.left-header-cluster .weather-compact .weather-temperature{font-size:26px}.new-tab .left-header-cluster .weather-temperature>span{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;opacity:1}.left-header-cluster .weather-temperature sup{margin:0 0 0 1px;font-size:15px;font-weight:400;letter-spacing:0;line-height:1}.top-region .left-header-cluster .weather-location{transform:translateY(-3px)}.left-header-cluster .weather-location strong,.world-clock-dashboard-copy small{color:inherit;font-size:12px;font-weight:400;line-height:1.05;opacity:.68}.world-clocks-widget{position:relative;min-width:0;min-height:50px;display:flex;align-items:center;gap:4px}.world-clock-dashboard-item,.world-clock-add-trigger{height:50px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid transparent;border-radius:15px;color:inherit;background:transparent;cursor:pointer;font:inherit;-webkit-backdrop-filter:blur(0) saturate(100%);backdrop-filter:blur(0) saturate(100%);transition:opacity .24s cubic-bezier(.2,.78,.2,1),transform .24s cubic-bezier(.2,.78,.2,1),border-color .24s cubic-bezier(.2,.78,.2,1),background-color .24s cubic-bezier(.2,.78,.2,1),box-shadow .24s cubic-bezier(.2,.78,.2,1),-webkit-backdrop-filter .24s cubic-bezier(.2,.78,.2,1),backdrop-filter .24s cubic-bezier(.2,.78,.2,1)}.world-clock-dashboard-item:hover,.world-clock-dashboard-item:focus-visible,.world-clock-add-trigger:hover,.world-clock-add-trigger:focus-visible,.world-clock-add-trigger[aria-expanded=true]{border-color:var(--utility-surface-border);background:var(--utility-surface-hover);box-shadow:var(--utility-surface-shadow);outline:0;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.world-clock-dashboard-item>svg,.world-clock-add-trigger>svg{width:19px;height:19px;stroke-width:1.75}.world-clock-dashboard-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.world-clock-dashboard-copy strong{font-size:22px;font-weight:570;line-height:.96;white-space:nowrap}.world-clock-dashboard-copy small{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.world-clock-add-trigger>span{font-size:13px;font-weight:500}.world-clock-add-trigger{opacity:0;transform:translate(-5px);pointer-events:none}.world-clock-add-anchor{position:relative;height:50px;display:flex;align-items:center}.left-header-cluster:hover .world-clock-add-trigger,.left-header-cluster:focus-within .world-clock-add-trigger,.header-time-tools.open .world-clock-add-trigger{opacity:1;transform:translate(0);pointer-events:auto}.world-clock-add-popover,.world-clock-popover{position:absolute;z-index:2147483647;top:calc(100% + 8px);left:0}.world-clock-add-popover{right:auto;left:calc(50% - 102.5px);width:205px;padding:7px}.world-clock-popover{width:360px;max-height:min(540px,calc(100svh - 112px));padding:13px;overflow:visible;text-shadow:none}.world-clock-popover>header{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 4px 10px;color:#59636c}.world-clock-popover>header>span:first-child{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:540}.world-clock-popover>header>span:first-child svg{width:16px;height:16px}.world-clock-popover>header>div{display:flex;gap:2px}.world-clock-popover>header button,.world-clock-editor>header>button,.world-clock-editor-actions>button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#77818a;background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease}.world-clock-popover>header button:hover,.world-clock-editor>header>button:hover,.world-clock-editor-actions>button:hover{color:#3f4850;background:#eff2f4}.world-clock-popover>header button:disabled{opacity:.28;cursor:default}.world-clock-popover>header button:disabled:hover{color:#77818a;background:transparent}.world-clock-popover>header button svg,.world-clock-editor>header>button svg,.world-clock-editor-actions>button svg{width:16px;height:16px;stroke-width:1.8}.world-clock-more-popover{position:absolute;z-index:2;top:52px;right:13px;width:200px;padding:7px}.world-clock-more-popover>label{min-height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#4c555e;font-size:12px}.world-clock-list{max-height:min(440px,calc(100svh - 178px));display:grid;gap:3px;overflow-y:auto;scrollbar-width:thin}.world-clock-row{position:relative;min-height:66px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:6px;padding:7px 8px 7px 11px;border-radius:13px;transition:background .18s ease}.world-clock-row:hover,.world-clock-row:focus-within{background:#65707b14}.world-clock-row.is-displayed{background:#65707b0f}.world-clock-row>svg{width:19px;height:19px;color:#71808d;stroke-width:1.7}.world-clock-row-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}span.world-clock-row-main{cursor:default}.world-clock-row-main strong{color:#424b53;font-size:20px;font-weight:560;line-height:1}.shared-popover .world-clock-row-main small{max-width:100%;overflow:hidden;color:#71808d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.world-clock-row-actions{display:flex;gap:2px}.world-clock-pin-action{position:relative;width:32px;height:32px;display:block;border-radius:50%;outline:0}.world-clock-pin-action.blocked{cursor:help}.world-clock-row-actions button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7c8791;background:transparent;opacity:0;pointer-events:none;cursor:pointer;transition:color .16s ease,background .16s ease,opacity .16s ease}.world-clock-row:hover .world-clock-row-actions button,.world-clock-row:focus-within .world-clock-row-actions button,.world-clock-row-actions button:focus-visible,.world-clock-row-actions .world-clock-row-pin.active{opacity:1;pointer-events:auto}.world-clock-row-actions button:hover{color:#47515a;background:#fff}.world-clock-row-actions button:disabled{opacity:.3;cursor:default}.world-clock-row-actions button.active{color:#4d5760}.world-clock-row-actions button.active svg{fill:currentColor}.world-clock-row-actions svg{width:14px;height:14px;stroke-width:1.8}.world-clock-pin-tooltip{position:absolute;z-index:6;right:0;bottom:calc(100% + 8px);width:205px;padding:8px 10px;visibility:hidden;opacity:0;pointer-events:none;color:#59636c;font-size:11px;font-weight:400;line-height:1.35;text-align:left;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.world-clock-pin-action.blocked:hover .world-clock-pin-tooltip,.world-clock-pin-action.blocked:focus-visible .world-clock-pin-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.world-clock-selection-tooltip{position:absolute;z-index:7;right:8px;bottom:calc(100% + 5px);width:224px;padding:8px 10px;color:#59636c;font-size:11px;font-weight:400;line-height:1.35;text-align:left}body:has(.new-tab.dark-theme) .world-clock-selection-tooltip{color:#ffffffc2}.world-clock-empty{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#8c959d;text-align:center}.world-clock-empty>svg{width:25px;height:25px;margin-bottom:12px;stroke-width:1.5}.world-clock-empty strong{color:#566069;font-size:13px;font-weight:560}.world-clock-empty p{margin:5px 0 15px;font-size:11px;line-height:1.45}.world-clock-empty button{min-height:34px;padding:0 14px;border:0;border-radius:10px;color:#fff;background:var(--accent);cursor:pointer;font:inherit;font-size:11px}.world-clock-archive>header{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;justify-content:normal;gap:0;text-align:center}.world-clock-archive>header>strong{justify-self:center;font-size:15px;font-weight:540}.world-clock-editor{display:grid;gap:16px;padding:1px 3px 3px}.world-clock-editor>header{min-height:42px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;text-align:center}.world-clock-editor>header strong{color:#4a545d;font-size:15px;font-weight:540}.world-clock-editor-actions{position:relative;width:34px;height:34px}.world-clock-editor-actions-popover{position:absolute;z-index:5;top:calc(100% + 5px);right:0;width:178px;padding:7px}.world-clock-editor>label{position:relative;display:grid;gap:7px;color:#7d8790;font-size:10px;font-weight:540;letter-spacing:.04em;text-transform:uppercase}.world-clock-input-shell{width:100%;height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border-width:1px;border-style:solid;border-radius:12px;color:#71808d}.world-clock-input-shell>svg{width:16px;height:16px;flex:0 0 auto;stroke-width:1.8}.world-clock-editor .world-clock-input-shell input{min-width:0;width:100%;height:100%;padding:0;border:0;outline:0;color:#3f4c57;background:transparent;font:inherit;font-size:12px;font-weight:400;letter-spacing:normal;text-transform:none}.world-clock-editor .world-clock-input-shell input::placeholder{color:#7d8b97}.world-clock-suggestions{position:absolute;z-index:3;top:calc(100% + 5px);right:0;left:0;max-height:212px;padding:5px;overflow-y:auto;border-radius:12px}.world-clock-suggestions>button{width:100%;min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:5px 8px;border:0;border-radius:9px;color:#566069;background:transparent;cursor:pointer;text-align:left}.world-clock-suggestions>button:hover{background:#eff2f4}.world-clock-suggestions>button>svg{width:15px;height:15px;stroke-width:1.7}.world-clock-suggestions>button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.world-clock-suggestions strong{font-size:11px;font-weight:560;line-height:1.25;overflow-wrap:anywhere}.shared-popover.world-clock-suggestions small{max-width:none;overflow:visible;color:#929aa2;font-size:9px;font-weight:400;line-height:1.25;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.world-clock-suggestions p{margin:0;padding:18px 10px;color:#929aa2;font-size:10px;font-weight:400;text-align:center;text-transform:none}.world-clock-editor fieldset{min-width:0;margin:0;padding:0;border:0}.world-clock-editor legend{margin-bottom:7px;color:#7d8790;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.world-clock-icon-field{position:relative}.world-clock-icon-trigger{width:100%;height:42px;display:grid;grid-template-columns:18px minmax(0,1fr) 15px;align-items:center;gap:10px;padding:0 12px;border-width:1px;border-style:solid;border-radius:12px;color:#596875;cursor:pointer;font:inherit;text-align:left}.world-clock-icon-trigger>svg{width:17px;height:17px;stroke-width:1.8}.world-clock-icon-trigger>svg:last-child{width:14px;height:14px;color:#87939e}.world-clock-icon-trigger>span{font-size:12px;font-weight:400}.world-clock-icon-library-page{height:min(430px,calc(100svh - 150px));grid-template-rows:auto minmax(0,1fr)}.icon-library-grid.world-clock-icon-library-grid{width:100%;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px 3px;padding:0 0 2px;box-sizing:border-box;scrollbar-width:thin}.icon-library-grid.world-clock-icon-library-grid button{width:42px;min-height:42px;height:42px;justify-self:center;gap:0;padding:0;border-radius:50%;transition:color .17s ease,background-color .17s ease,border-color .17s ease,box-shadow .17s ease,transform .17s cubic-bezier(.2,.78,.2,1)}.icon-library-grid.world-clock-icon-library-grid button:hover,.icon-library-grid.world-clock-icon-library-grid button:focus-visible{border-color:#576b7c1a;color:#3f5566;background:#65707b1f;box-shadow:0 5px 14px #313f4a1a;outline:0;transform:scale(1.08)}.icon-library-grid.world-clock-icon-library-grid button.active:hover,.icon-library-grid.world-clock-icon-library-grid button.active:focus-visible{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);box-shadow:0 5px 15px #2f7ff224}.icon-library-grid.world-clock-icon-library-grid button svg{width:20px;height:20px}.world-clock-pin-row{min-height:38px;display:flex;align-items:center;justify-content:space-between;color:#59636c;font-size:12px}.world-clock-primary{height:42px;border:0;border-radius:12px;color:#fff;background:var(--accent);cursor:pointer;font:inherit;font-size:12px;font-weight:500}.world-clock-primary:disabled{opacity:.4;cursor:default}body:has(.new-tab.dark-theme) .shared-popover.world-clock-popover>header button{color:#ffffff9e}body:has(.new-tab.dark-theme) .shared-popover.world-clock-popover>header button:hover:not(:disabled){color:#ffffffeb;background:#ffffff14}.dark-theme .world-clock-popover>header,.dark-theme .world-clock-editor>header strong,.dark-theme .world-clock-row-main strong,.dark-theme .world-clock-empty strong,.dark-theme .world-clock-pin-row,.dark-theme .world-clock-more-popover>label{color:#dce2e8}.dark-theme .world-clock-popover>header button:hover,.dark-theme .world-clock-editor>header>button:hover,.dark-theme .world-clock-editor-actions>button:hover,.dark-theme .world-clock-row:hover,.dark-theme .world-clock-row:focus-within,.dark-theme .world-clock-suggestions>button:hover{color:#eef2f5;background:#ffffff12}.dark-theme .world-clock-row-actions button:hover{color:#eef2f5;background:#ffffff17}.dark-theme .world-clock-row-main small{color:#b4c8d98a}.dark-theme .world-clock-input-shell,.dark-theme .world-clock-icon-trigger{color:#dce6eead}.dark-theme .world-clock-editor .world-clock-input-shell input{color:#eef2f5}.dark-theme .world-clock-editor .world-clock-input-shell input::placeholder{color:#b4c8d97f}body:has(.new-tab.dark-theme) .world-clock-row-actions button.active{color:#ffffffe5}body:has(.new-tab.dark-theme) .world-clock-pin-tooltip{color:#ffffffc2}body:has(.new-tab.dark-theme) .icon-library-grid.world-clock-icon-library-grid button:hover,body:has(.new-tab.dark-theme) .icon-library-grid.world-clock-icon-library-grid button:focus-visible{border-color:#c8e0f214;color:#f6f9fb;background:#81a5c229;box-shadow:0 6px 16px #0000002e}body:has(.new-tab.dark-theme) .icon-library-grid.world-clock-icon-library-grid button.active:hover,body:has(.new-tab.dark-theme) .icon-library-grid.world-clock-icon-library-grid button.active:focus-visible{border-color:var(--accent);color:#fff;background:#2f7ff23d;box-shadow:0 6px 16px #0000002e}@media(hover:none){.world-clock-add-trigger{opacity:1;transform:none;pointer-events:auto}.world-clock-row-actions{opacity:1}}@media(max-width:980px){.top-region .left-header-cluster .weather-copy{display:flex}.top-region .left-header-cluster .weather-compact .weather-location{display:none}.world-clock-add-trigger>span{display:none}.world-clock-add-trigger{width:42px;padding:0}.world-clock-dashboard-item>span{font-size:15px}}@media(max-width:680px){.left-header-cluster{gap:2px}.world-clocks-widget .world-clock-dashboard-item:nth-of-type(n+2){display:none}.world-clock-popover,.world-clock-add-popover{position:fixed;top:78px;right:12px;left:12px;width:auto;max-height:calc(100svh - 92px);transform:none}}@media(prefers-reduced-motion:reduce){.world-clock-add-trigger{transition:none}}.header-time-tools{--expanded-time-tool-item-width: 210px;--expanded-time-tool-panel-width: 234px;--expanded-time-tool-panel-wide-width: 448px;--header-popover-edge-gap: 36px;min-width:44px;min-height:50px;display:flex;align-items:center;gap:0}.header-time-tools-content,.header-time-tools-section{display:contents}.header-time-tools .world-clocks-widget,.header-time-tools .countdown-widget,.header-time-tools .metric-widget{flex:0 0 auto}.header-time-tools .world-clocks-widget{gap:0}.header-time-tools-section-title,.header-time-tools-mobile-toggle{display:none}@keyframes header-add-popover-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.header-add-popover{left:50%;width:min(470px,calc(100vw - 24px));box-sizing:border-box;translate:-50% 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:8px;animation:header-add-popover-in .15s cubic-bezier(.2,.78,.2,1)}.header-add-popover>header{grid-column:1 / -1;min-height:33px;display:flex;align-items:center;padding:0 8px 1px;color:#59636c}.header-add-popover>header>span{font-size:15px;font-weight:540}.shared-popover.header-add-popover>button{min-width:0;min-height:82px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 8px;border:0;border-radius:12px;color:#59636c;background:transparent;cursor:pointer;font:inherit;text-align:center;transition:color .17s ease,background-color .17s ease,transform .17s cubic-bezier(.2,.78,.2,1)}.header-add-popover>button:hover,.header-add-popover>button:focus-visible{color:#37434d;background:#65707b1a;outline:0;transform:translateY(-1px)}.header-add-popover>button:disabled{opacity:.35;cursor:default;transform:none}.shared-popover.header-add-popover>button>svg{width:28px;height:28px;stroke-width:1.65}.header-add-popover>button>span{max-width:100%;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.dark-theme .header-add-popover>header{color:#ffffffe0}.dark-theme .header-add-popover>button{color:#ffffffb8}.dark-theme .header-add-popover>button:hover,.dark-theme .header-add-popover>button:focus-visible{color:#f5f7f9;background:#ffffff14}@media(max-width:1120px){.header-time-tools{position:relative;min-width:0;min-height:50px;gap:0}.header-time-tools-content{min-width:0;display:flex;align-items:center;gap:0}.header-time-tools-section{display:none;min-width:0}.header-time-tools-section.mobile-primary:not(.is-empty){display:block}.header-time-tools:not(.mobile-expanded) .header-time-tools-section.mobile-primary .world-clock-dashboard-item:nth-of-type(n+2){display:none}.header-time-tools:not(.mobile-expanded) .header-time-tools-section.mobile-primary .world-clock-dashboard-item{max-width:min(190px,calc(100vw - 126px));justify-content:flex-start;padding-right:10px;padding-left:10px}.header-time-tools .world-clock-add-trigger{opacity:1;transform:none;pointer-events:auto}.header-time-tools-mobile-toggle{height:42px;min-width:42px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 8px;border:1px solid transparent;border-radius:13px;color:inherit;background:transparent;cursor:pointer;font:inherit;transition:border-color .16s ease,background-color .16s ease}.header-time-tools-mobile-toggle:hover,.header-time-tools-mobile-toggle:focus-visible,.header-time-tools-mobile-toggle[aria-expanded=true]{border-color:var(--utility-surface-border);background:var(--utility-surface-hover);outline:0}.header-time-tools-mobile-toggle>span{font-size:11px;font-weight:500;opacity:.72}.header-time-tools-mobile-toggle>svg{width:17px;height:17px;transition:transform .18s ease}.header-time-tools-mobile-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.header-time-tools.mobile-expanded .header-time-tools-content{position:absolute;z-index:2147483647;top:calc(100% + 7px);right:auto;left:0;width:min(var(--expanded-time-tool-panel-width),calc(100vw - 24px));display:grid;gap:11px;padding:12px;border:1px solid var(--utility-surface-border);border-radius:18px;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);animation:header-add-popover-in .15s cubic-bezier(.2,.78,.2,1)}.header-time-tools.mobile-expanded.has-multi-column-group .header-time-tools-content{width:min(var(--expanded-time-tool-panel-wide-width),calc(100vw - 24px))}.header-time-tools.mobile-expanded .header-time-tools-section:not(.is-empty){display:grid;gap:5px}.header-time-tools.mobile-expanded .header-time-tools-section-title{display:block;padding:0 5px;font-size:10px;font-weight:500;letter-spacing:.04em;opacity:.62;text-transform:uppercase}.header-time-tools.mobile-expanded .world-clocks-widget,.header-time-tools.mobile-expanded .countdown-widget,.header-time-tools.mobile-expanded .metric-widget{width:100%;min-height:0;display:grid;grid-template-columns:var(--expanded-time-tool-item-width);gap:4px}.header-time-tools.mobile-expanded.has-multi-column-group .world-clocks-widget,.header-time-tools.mobile-expanded.has-multi-column-group .countdown-widget,.header-time-tools.mobile-expanded.has-multi-column-group .metric-widget{grid-template-columns:repeat(2,var(--expanded-time-tool-item-width))}.header-time-tools.mobile-expanded .world-clock-dashboard-item,.header-time-tools.mobile-expanded .world-clocks-widget .world-clock-dashboard-item:nth-of-type(n+2){width:100%;min-width:0;display:flex;justify-content:flex-start;padding:0 10px;background:#65707b12}.header-time-tools.mobile-expanded .world-clock-add-anchor{width:min(100%,var(--expanded-time-tool-item-width));justify-self:start}.header-time-tools.mobile-expanded .world-clock-add-trigger{width:100%;opacity:1;transform:none;pointer-events:auto}.header-time-tools.mobile-expanded .world-clock-add-trigger>span{display:inline}}@media(max-width:980px){.header-time-tools{--header-popover-edge-gap: 20px}.new-tab .top-region{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto;align-items:center;column-gap:5px;padding:18px 20px 0}.top-region .left-header-cluster{display:contents}.header-time-tools{grid-column:2;grid-row:1;width:100%}.top-region .utility-nav{grid-column:3;grid-row:1;justify-self:end;margin-left:0}}@media(max-width:680px){.header-time-tools{--header-popover-edge-gap: 12px}.new-tab .top-region{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:10px;row-gap:5px;padding:14px 12px 0}.top-region .weather-summary{grid-column:1;grid-row:1}.top-region .utility-nav{grid-column:2;grid-row:1}.header-time-tools{grid-column:1 / -1;grid-row:2}.header-time-tools .world-clock-add-anchor{position:static}.header-time-tools.mobile-expanded .header-time-tools-content,.header-time-tools.mobile-expanded.has-multi-column-group .header-time-tools-content{right:auto;left:0;width:min(var(--expanded-time-tool-panel-width),calc(100vw - 24px))}.header-time-tools.mobile-expanded.has-multi-column-group .world-clocks-widget,.header-time-tools.mobile-expanded.has-multi-column-group .countdown-widget,.header-time-tools.mobile-expanded.has-multi-column-group .metric-widget{grid-template-columns:minmax(0,var(--expanded-time-tool-item-width))}.header-add-popover{position:absolute;top:calc(100% + 8px);right:0;left:0;width:auto;translate:none;transform:none}.header-add-popover>button>span{min-height:2.4em;display:flex;align-items:center;justify-content:center;white-space:normal;overflow-wrap:anywhere}}@media(max-width:360px){.new-tab .top-region{grid-template-columns:minmax(0,1fr) auto;column-gap:4px;padding-right:8px;padding-left:8px}.new-tab .top-region .utility-nav{gap:3px;padding-right:4px;padding-left:4px}.new-tab .top-region .utility-nav button{width:39px;min-width:39px}}@media(prefers-reduced-motion:reduce){.header-add-popover{animation:none}}.greeting-center{position:relative;z-index:120;width:min(1100px,calc(100vw - 120px));margin-top:10px;color:#3b4046;text-align:center}.greeting-line{position:relative;max-width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:68px}.greeting-line>span{font-size:56px;font-weight:600;line-height:1.18;letter-spacing:-.025em;text-shadow:0 5px 22px rgb(255 255 255 / 28%)}.greeting-line>.greeting-state:not(.greeting-name-editor){min-width:0;max-width:100%;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;text-shadow:none;text-wrap:balance;filter:drop-shadow(0 5px 14px rgb(255 255 255 / 20%));white-space:normal}.greeting-state{animation:greeting-state-enter .3s cubic-bezier(.22,.8,.24,1) both;will-change:opacity,transform}@keyframes greeting-state-enter{0%{opacity:0;transform:translateY(5px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.greeting-menu-anchor{position:absolute;top:50%;left:calc(100% + 4px);width:30px;height:30px;transform:translateY(-50%)}.greeting-menu-trigger{width:30px;height:30px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:50%;color:inherit;background:transparent;opacity:0;cursor:pointer;transition:opacity .15s ease,background .15s ease}.greeting-menu-trigger svg{width:19px;height:19px}.greeting-line:hover .greeting-menu-trigger,.greeting-line:focus-within .greeting-menu-trigger{opacity:.78}.greeting-menu-trigger:hover{opacity:1;background:#ffffff57}.greeting-menu{position:absolute;z-index:30;top:calc(100% + 4px);left:0;width:248px;padding:6px;border:1px solid rgb(255 255 255 / 82%);border-radius:16px;color:#343a40;background:#fbfcfdf0;box-shadow:inset 0 1px #fff,0 20px 56px #2835402e;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);margin-left:var(--greeting-menu-offset-x, 0px);animation:greeting-menu-in .16s cubic-bezier(.2,.75,.2,1)}.greeting-menu.above{top:auto;bottom:calc(100% + 4px)}@keyframes greeting-menu-in{0%{opacity:0;transform:translateY(-5px) scale(.98)}}.greeting-menu>button,.greeting-menu-setting{width:100%;min-height:40px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:10px;color:inherit;background:transparent;font:500 12px/1.2 var(--font-system);text-align:left}.greeting-menu>button{cursor:pointer}.greeting-menu>button:hover{background:#48576514}.greeting-menu svg{width:16px;height:16px;stroke-width:1.8}.greeting-menu-setting>span{min-width:0}.greeting-menu-setting .toggle-switch{justify-self:end}.greeting-name-editor{display:inline-flex;align-items:baseline;justify-content:center;gap:5px}.greeting-name-field{position:relative;display:inline-flex;align-items:baseline}.greeting-name-editor input{width:min(180px,30vw);padding:0 2px 2px;border:0;border-bottom:2px solid currentColor;border-radius:0;outline:0;color:inherit;background:transparent;font:inherit;text-align:center}.greeting-name-prompt-hint{position:absolute;top:calc(100% + 8px);left:50%;color:currentColor;font:500 13px/1.2 var(--font-system);letter-spacing:0;opacity:.68;pointer-events:none;text-shadow:none;transform:translate(-50%);white-space:nowrap}.daily-goal-prompt{position:relative;width:max-content;max-width:min(620px,calc(100vw - 48px));display:grid;gap:4px;margin:46px auto 0;color:#3b4046;text-align:center;animation:daily-goal-prompt-in .36s cubic-bezier(.22,.8,.24,1) 70ms both}@keyframes daily-goal-prompt-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.daily-goal-prompt:before{position:absolute;top:-10px;right:100%;bottom:-10px;width:48px;content:""}.daily-goal-label{display:block;font-size:34px;font-weight:400;line-height:1.25;text-shadow:0 3px 18px rgb(255 255 255 / 32%);white-space:nowrap}.daily-goal-input{min-height:48px;padding:0 4px 4px;border:0;border-bottom:2px solid rgb(75 86 97 / 48%);border-radius:0;outline:0;color:inherit;background:transparent;box-shadow:none;font:450 34px/1.15 var(--font-system);text-align:center;transition:border-color .15s ease}.daily-goal-prompt .daily-goal-input{width:100%;max-width:100%;box-sizing:border-box}.daily-goal-input-row{position:relative;width:100%}.daily-goal-input-row>.workspace-primary-switcher{position:absolute;top:50%;right:calc(100% + 4px);transform:translateY(-50%)}.daily-goal-input:hover{border-bottom-color:#4b5661ad}.daily-goal-input:focus{border-bottom-color:currentColor}.daily-goal-celebration{position:fixed;z-index:420;top:max(18px,env(safe-area-inset-top));left:50%;width:min(760px,calc(100vw - 28px));pointer-events:none;transform:translate(-50%)}.daily-goal-celebration-message{width:fit-content;min-height:42px;display:flex;align-items:center;gap:9px;margin:0 auto;padding:0 18px;border:1px solid rgb(255 255 255 / 14%);border-radius:999px;color:#fff;background:#141b22e8;box-shadow:0 14px 38px #0b121840;font-size:14px;font-weight:600;animation:daily-goal-celebration-in .22s cubic-bezier(.2,.78,.2,1) both}.daily-goal-celebration-message svg{width:17px;height:17px;stroke-width:1.9}.daily-goal-confetti{position:absolute;top:0;right:0;bottom:0;left:0;height:520px}.daily-goal-confetti i{position:absolute;top:var(--confetti-top);left:var(--confetti-left);width:var(--confetti-width);height:var(--confetti-height);border-radius:var(--confetti-radius);background:var(--confetti-color);opacity:0;transform:rotate(var(--confetti-rotate));will-change:transform,opacity;animation:daily-goal-confetti var(--confetti-duration) cubic-bezier(.16,.72,.28,1) var(--confetti-delay) both}@keyframes daily-goal-celebration-in{0%{opacity:0;transform:translateY(-8px) scale(.96)}}@keyframes daily-goal-confetti{0%{opacity:0;transform:translate3d(0,-18px,0) rotate(var(--confetti-rotate)) scale(.65)}10%{opacity:1}48%{opacity:.96;transform:translate3d(var(--confetti-mid-drift),var(--confetti-mid-fall),0) rotate(calc(var(--confetti-rotate) + var(--confetti-mid-spin))) scale(1)}78%{opacity:.88}to{opacity:0;transform:translate3d(var(--confetti-drift),var(--confetti-fall),0) rotate(calc(var(--confetti-rotate) + var(--confetti-spin))) scale(.86)}}.dark-theme .greeting-center{color:#f5f7fa;text-shadow:0 3px 18px rgb(0 0 0 / 38%)}.dark-theme .greeting-line>span,.dark-theme .daily-goal-label{text-shadow:0 3px 18px rgb(0 0 0 / 48%)}.dark-theme .greeting-line>.greeting-state:not(.greeting-name-editor){text-shadow:none;filter:drop-shadow(0 4px 14px rgb(0 0 0 / 34%))}.dark-theme .daily-goal-prompt{color:#f5f7fa}.dark-theme .greeting-menu-trigger:hover{background:#ffffff21}.dark-theme .greeting-menu{border-color:transparent;color:#f5f7fa;background:#141a23f0;box-shadow:0 24px 64px #00000057,0 8px 22px #0000002e}.dark-theme .greeting-menu>button:hover{background:#ffffff17}.dark-theme .daily-goal-input{border-bottom-color:#ffffff8a;background:transparent;box-shadow:none}.dark-theme .daily-goal-input:hover{border-bottom-color:#ffffffb8}.dark-theme .daily-goal-input:focus{border-bottom-color:currentColor;background:transparent;box-shadow:none}@media(max-width:980px){.greeting-center{margin-top:8px}.greeting-line>span{font-size:clamp(44px,6vw,56px)}.daily-goal-prompt{margin-top:42px}.daily-goal-label,.daily-goal-input{font-size:clamp(24px,3.8vw,30px)}}@media(max-width:800px){.greeting-line{max-width:calc(100vw - 96px)}.greeting-line>span{max-width:100%}.greeting-line>.greeting-name-editor{display:grid;grid-template-columns:minmax(0,auto) auto;justify-content:center;justify-items:center;column-gap:4px;row-gap:2px}.greeting-name-editor>span:first-child{grid-column:1 / -1}.greeting-name-field{grid-column:1;min-width:0;justify-self:end}.greeting-name-editor>span:last-child{grid-column:2;align-self:end}}@media(max-width:680px){.greeting-center{width:100%;margin-top:7px}.greeting-line{min-height:58px}.greeting-line>span{font-size:clamp(40px,9vw,50px)}.greeting-menu-anchor,.greeting-menu-trigger{width:28px;height:28px}.greeting-menu{width:min(300px,calc(100vw - 28px))}.greeting-name-editor input{width:min(150px,38vw)}.daily-goal-prompt{max-width:min(620px,calc(100vw - 32px));gap:4px;margin-top:38px}.daily-goal-label,.daily-goal-input{font-size:clamp(15px,4.7vw,26px)}}@media(prefers-reduced-motion:reduce){.greeting-state,.daily-goal-prompt,.daily-goal-celebration-message,.daily-goal-confetti i{animation:none}.daily-goal-confetti{display:none}}.site-icon-shell.site-icon-wordmark img{width:78%;height:62%}.site-icon-shell img:is([src$="/financial-times.svg"],[src$="/forbes.svg"],[src$="/time.svg"],[src$="/euronews.svg"],[src$="/abc-news.svg"],[src$="/fox-news.svg"],[src$="/cnbc.svg"],[src$="/the-atlantic.svg"],[src$="/propublica.svg"],[src$="/newsweek.svg"],[src$="/the-hindu.svg"],[src$="/hindustan-times.svg"],[src$="/indian-express.svg"],[src$="/india-today.png"],[src$="/ndtv.svg"]){width:88%;height:72%}.site-icon-shell img:is([src$="/wall-street-journal.svg"],[src$="/economist.svg"],[src$="/politico.svg"],[src$="/axios-news.svg"],[src$="/npr.svg"],[src$="/al-jazeera.svg"],[src$="/sky-news.svg"],[src$="/independent.svg"],[src$="/telegraph.svg"],[src$="/daily-mail.svg"],[src$="/el-pais.svg"],[src$="/toronto-star.svg"],[src$="/infobae.svg"],[src$="/clarin.svg"],[src$="/estadao.svg"],[src$="/reforma.svg"],[src$="/el-financiero-mx.svg"],[src$="/el-tiempo.svg"]){width:90%;height:76%}.site-icon-shell img:is([src$="/financial-times.svg"],[src$="/nbc-news.svg"],[src$="/euronews.svg"],[src$="/france24.svg"],[src$="/onet.svg"],[src$="/vg-news.svg"],[src$="/bild.svg"],[src$="/g1-globo.svg"]){width:68%;height:68%}.site-icon-shell img:is([src$="/nos-news.svg"],[src$="/nhk.svg"]){width:76%;height:72%}.site-icon-shell img:is([src$="/arab-news.png"],[src$="/the-national.webp"],[src$="/standard-kenya.png"],[src$="/premium-times.png"],[src$="/ghanaweb.png"],[src$="/globe-and-mail.png"],[src$="/yahoo-japan-news.png"],[src$="/zaobao.webp"],[src$="/straits-times.png"],[src$="/xinhuanet.png"],[src$="/people-cn.png"],[src$="/el-financiero-mx.png"],[src$="/la-vanguardia.png"]){width:90%;height:76%}.site-icon-shell img[src$="/coinglass-mark.png"]{width:78%;height:78%;filter:brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1721%) hue-rotate(202deg) brightness(101%) contrast(101%)}.site-icon-shell img:is([src$="/koyfin-mark.svg"],[src$="/bitget-mark.svg"]){filter:brightness(0)}.site-icon-shell img:is([src$="/wealthsimple.jpg"],[src$="/moomoo.jpg"],[src$="/questrade.jpg"],[src$="/sofi.jpg"],[src$="/td-direct-investing.jpg"],[src$="/freetrade.jpg"],[src$="/angel-one.jpg"],[src$="/lightyear.jpg"],[src$="/dhan.jpg"],[src$="/sharesies.jpg"],[src$="/sarwa.jpg"],[src$="/satrixnow.jpg"],[src$="/bamboo.jpg"],[src$="/xtb.jpg"],[src$="/htx.jpg"],[src$="/trading212-mark.png"],[src$="/zacks-mark.png"],[src$="/easy-equities.jpg"]){mix-blend-mode:multiply}.site-icon-shell.has-wide-artwork{overflow:visible}.site-icon-shell.has-wide-artwork img,.icons-clean .site-icon-shell.has-wide-artwork img{width:90%;height:76%;object-fit:contain;object-position:center}.site-icon-shell.site-icon-wordmark{overflow:visible}.site-icon-shell img[src$="/daily-maverick.svg"]{filter:brightness(0)}.new-tab>.customize-layer{z-index:70;background:#0a0f1614;-webkit-backdrop-filter:none;backdrop-filter:none}.customize-layer>.customize-panel{position:absolute;top:calc(84px + env(safe-area-inset-top,0px));right:36px;bottom:78px;width:clamp(800px,46vw,960px);max-width:calc(100vw - 44px);height:auto;display:grid;grid-template-columns:minmax(0,1fr) 220px;overflow:hidden;border:1px solid rgb(255 255 255 / 82%);border-radius:24px;background:#fbfcfde5;box-shadow:inset 0 1px #fff,0 25px 70px #2835402b;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);animation:customize-shell-in .22s cubic-bezier(.2,.75,.2,1)}.new-tab.focus-immersive-open>.customize-layer>.customize-panel{top:calc(120px + env(safe-area-inset-top,0px))}@keyframes customize-shell-in{0%{opacity:0;transform:translateY(14px) scale(.985)}}.customize-main{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgb(196 205 213 / 48%);background:#e5e9ee47}.customize-main-toolbar{flex:0 0 auto;display:flex;align-items:center;min-height:54px;padding:11px 18px 0}.customize-main-toolbar .customize-back{width:34px;height:34px;display:grid;place-items:center;padding:0;border-radius:50%;color:#777d84;background:#e7e9ed}.customize-main-toolbar .customize-back:hover{color:#4e555d;background:#dde1e5}.customize-main-toolbar .customize-back svg{width:17px;height:17px}.new-tab .customize-panel .customize-text-input{width:100%;height:40px;min-width:0;box-sizing:border-box;padding:0 11px;border:1px solid var(--customize-card-border);border-radius:10px;outline:none;color:var(--customize-heading-color);background:var(--customize-select-background);font:inherit;font-size:13px;font-weight:400}.new-tab .customize-panel .customize-text-input::placeholder{color:var(--customize-copy-color)}.new-tab .customize-panel .customize-text-input:focus{border-color:var(--accent);background:var(--customize-select-hover-background);box-shadow:none}.new-tab .customize-panel .customize-text-input:disabled{opacity:.46;cursor:default}.customize-sidebar{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;padding:18px 10px 16px;background:#e8ebf047}.customize-sidebar-links{display:grid;gap:0;padding-top:0}.customize-sidebar-footer-links{display:flex;flex-wrap:wrap;align-content:flex-end;align-items:flex-end;gap:2px 12px;margin-top:auto;padding:10px 10px 0}.customize-panel .customize-sidebar-links button,.customize-panel .customize-sidebar-footer-links button,.customize-panel .customize-sidebar-footer-links a{width:100%;min-height:40px;display:flex;align-items:center;padding:7px 10px;border:0;border-radius:12px;background:transparent;color:#626973;cursor:pointer;font-size:15px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;text-decoration:none;transition:color .18s ease,background-color .18s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.customize-panel .customize-sidebar-links button:hover,.customize-panel .customize-sidebar-footer-links button:hover,.customize-panel .customize-sidebar-footer-links a:hover{color:#2d3238;background:transparent}.customize-panel .customize-sidebar-links button:active,.customize-panel .customize-sidebar-footer-links button:active,.customize-panel .customize-sidebar-footer-links a:active{transform:scale(.985)}.customize-panel .customize-sidebar-links button.selected,.customize-panel .customize-sidebar-footer-links button.selected{color:#252a30;background:transparent}.customize-panel .customize-sidebar-footer-links button,.customize-panel .customize-sidebar-footer-links a{width:auto;min-width:max-content;min-height:26px;padding:3px 0;border-radius:0;font-size:11px;font-weight:500}.customize-sidebar-footer-label{display:inline-flex;align-items:flex-start;overflow:visible}.customize-release-dot{width:7px;height:7px;flex:0 0 auto;margin:-2px 0 0 4px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px #2f7ff21f}.new-tab .customize-layer>.customize-panel header,.new-tab .customize-layer>.customize-panel .nested-page-heading{border-color:transparent;background:transparent;box-shadow:none}.dark-theme .customize-layer>.customize-panel{border-color:transparent;background:#141a23e0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}.new-tab.low-performance .customize-layer>.customize-panel{background:#fbfcfd}.new-tab.low-performance.dark-theme .customize-layer>.customize-panel{background:#141a23}.new-tab.low-performance .customize-main{background:#eef2f5}.new-tab.low-performance .customize-sidebar{background:#f4f6f8}.new-tab.low-performance.dark-theme .customize-main{background:#18212b}.new-tab.low-performance.dark-theme .customize-sidebar{background:#111821}.dark-theme .customize-main{border-right-color:#ffffff0f;background:transparent}.dark-theme .customize-sidebar{background:#070c1361}.dark-theme .customize-panel .customize-sidebar-links button,.dark-theme .customize-panel .customize-sidebar-footer-links button,.dark-theme .customize-panel .customize-sidebar-footer-links a{color:#ffffff85;background:transparent}.dark-theme .customize-panel .customize-sidebar-links button:hover,.dark-theme .customize-panel .customize-sidebar-footer-links button:hover,.dark-theme .customize-panel .customize-sidebar-footer-links a:hover{color:#ffffffc7;background:transparent}.dark-theme .customize-panel .customize-sidebar-links button.selected,.dark-theme .customize-panel .customize-sidebar-footer-links button.selected{color:#fff;background:transparent}.dark-theme .customize-main-toolbar .customize-back{color:#cbd1d8;background:#29313c}@media(max-width:860px){.customize-layer>.customize-panel{top:calc(84px + env(safe-area-inset-top,0px));right:8px;bottom:calc(70px + env(safe-area-inset-bottom,0px));left:8px;width:auto;max-width:none;height:auto;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);border-radius:22px}.customize-sidebar{grid-row:1;flex-direction:row;align-items:center;gap:5px;overflow-x:auto;padding:12px 12px 10px;border-bottom:1px solid rgb(196 205 213 / 48%);scrollbar-width:none}.customize-sidebar::-webkit-scrollbar{display:none}.customize-sidebar-links,.customize-sidebar-footer-links{display:flex;flex:none;gap:5px;margin:0;padding:0}.customize-sidebar-links button,.customize-sidebar-footer-links button,.customize-sidebar-footer-links a{width:auto;min-width:max-content;min-height:38px;padding:8px 11px}.customize-main{grid-row:2;border-right:0}.dark-theme .customize-sidebar{border-bottom-color:#ffffff0f}}@media(max-width:680px){.new-tab.focus-immersive-open>.customize-layer>.customize-panel{top:calc(112px + env(safe-area-inset-top,0px))}}.customize-main>.customize-content{min-height:0;flex:1;height:auto;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-color:rgb(74 82 92 / 28%) transparent;scrollbar-width:thin}.customize-main>.customize-content::-webkit-scrollbar{width:7px}.customize-main>.customize-content::-webkit-scrollbar-track,.customize-main>.customize-content::-webkit-scrollbar-corner{background:transparent}.customize-main>.customize-content::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#4a525c47;background-clip:padding-box}.customize-main>.customize-content::-webkit-scrollbar-thumb:hover{background-color:#4a525c66}.dark-theme .customize-main>.customize-content{scrollbar-color:rgb(148 157 168 / 42%) transparent}.dark-theme .customize-main>.customize-content::-webkit-scrollbar-thumb{background-color:#949da86b}.dark-theme .customize-main>.customize-content::-webkit-scrollbar-thumb:hover{background-color:#949da88a}.customize-main>.customize-content .nested-page-heading{margin-right:0;margin-left:0}@media(max-height:560px)and (min-width:861px){.customize-sidebar{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}}.customize-panel{--customize-page-padding: 24px;--customize-page-bottom-padding: 48px;--customize-page-gap: 12px;--customize-card-padding: 20px;--customize-card-radius: 20px;--customize-card-background: rgb(255 255 255 / 72%);--customize-card-border: rgb(38 42 47 / 14%);--customize-card-shadow: inset 0 1px rgb(255 255 255 / 82%), 0 8px 24px rgb(43 52 61 / 5%);--customize-row-hover-background: rgb(42 50 58 / 6%);--customize-row-hover-border: rgb(49 57 65 / 8%);--customize-heading-color: #262a2f;--customize-copy-color: #777d84;--customize-select-background: rgb(255 255 255 / 34%);--customize-select-hover-background: rgb(255 255 255 / 50%);--customize-select-menu-background: rgb(255 255 255 / 88%);--customize-tooltip-background: #fff;--customize-select-option-background: rgb(38 42 47 / 7%);--customize-page-title-size: 24px;--customize-page-subtitle-size: 15px}.dark-theme .customize-panel{--customize-card-background: rgb(255 255 255 / 5%);--customize-card-border: rgb(255 255 255 / 10%);--customize-card-shadow: inset 0 1px rgb(255 255 255 / 4%), 0 8px 24px rgb(0 0 0 / 10%);--customize-row-hover-background: rgb(255 255 255 / 6%);--customize-row-hover-border: rgb(255 255 255 / 7%);--customize-heading-color: #f4f6f8;--customize-copy-color: #9aa2ae;--customize-select-background: rgb(255 255 255 / 5%);--customize-select-hover-background: rgb(255 255 255 / 8%);--customize-select-menu-background: rgb(24 30 39 / 91%);--customize-tooltip-background: #181e27;--customize-select-option-background: rgb(255 255 255 / 8%)}.customize-page{box-sizing:border-box;min-width:0;min-height:100%;display:flex;flex-direction:column;gap:var(--customize-page-gap);padding:var(--customize-page-padding) var(--customize-page-padding) var(--customize-page-bottom-padding)}.customize-page-stack,.customize-page>:is(.general-settings-page,.customize-info-page){display:flex;flex-direction:column;gap:var(--customize-page-gap)}.new-tab .customize-panel .customize-page :is(.customize-page-stack,.general-settings-page,.customize-info-page)>*{margin-block:0}.new-tab .customize-panel .customize-page .customize-page-header{position:static;width:auto;height:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;justify-content:start;justify-items:start;gap:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none;text-align:left}.new-tab .customize-panel .customize-page .customize-page-header-copy{min-width:0;width:100%;text-align:left}.new-tab .customize-panel .customize-page .customize-page-header h2{margin:0;color:var(--customize-heading-color);font-family:var(--font-system);font-size:var(--customize-page-title-size);font-weight:650;line-height:1.15}.new-tab .customize-panel .customize-page .customize-page-header p{margin:2px 0 0;color:var(--customize-copy-color);font-family:var(--font-system);font-size:var(--customize-page-subtitle-size);font-weight:400;line-height:1.35}.new-tab .customize-panel .customize-page :is(.custom-section,.customize-card){box-sizing:border-box;margin:0;padding:var(--customize-card-padding);border:1px solid var(--customize-card-border);border-radius:var(--customize-card-radius);background:var(--customize-card-background);box-shadow:var(--customize-card-shadow)}.new-tab .customize-panel .customize-page :is(.section-heading,.customize-card-heading){margin:0 0 12px;padding:0 0 14px;border:0;border-bottom:1px solid rgb(127 134 143 / 32%);background:transparent;box-shadow:none}.dark-theme.new-tab .customize-panel .customize-page :is(.section-heading,.customize-card-heading){border-bottom-color:#ffffff2b}.new-tab .customize-panel .customize-page :is(.section-heading,.customize-card-heading) h3{margin:0;color:var(--customize-heading-color);font-size:18px;font-weight:650;line-height:1.25}.new-tab .customize-panel .customize-page :is(.section-heading,.customize-card-heading) :is(span,p){margin:4px 0 0;color:var(--customize-copy-color);font-size:15px;font-weight:400;line-height:1.4}.new-tab .customize-panel .customize-page-workspaces .workspace-layout-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.new-tab .customize-panel .customize-page-workspaces .workspace-feature-toggle>span{min-width:0;flex:1}.new-tab .customize-panel .customize-page-workspaces .workspace-single-dashboard-card p{margin:2px 0 0;color:var(--customize-copy-color);font-size:13px;font-weight:400;line-height:1.4}.new-tab .customize-panel .customize-page-workspaces .workspace-single-dashboard-card strong{color:var(--customize-heading-color);font-size:15px;font-weight:400;line-height:1.3}.new-tab .customize-panel .customize-page-workspaces .workspace-single-dashboard-card{padding-block:22px}.new-tab .customize-panel .customize-page-workspaces .workspace-layout-heading>div{min-width:0}.new-tab .customize-panel .customize-page-workspaces .workspace-layout-add{min-width:max-content;height:36px;padding:0 13px;border:1px solid var(--customize-card-border);border-radius:12px;color:var(--customize-heading-color);background:#ffffff47;font-size:12px;font-weight:650}.new-tab .customize-panel .customize-page-workspaces .workspace-layout-add:hover{background:#ffffff7a}.new-tab .customize-panel .customize-page-workspaces .editor-workspaces{margin-top:14px;display:grid;grid-template-columns:1fr;gap:8px}.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button{box-sizing:border-box;width:100%;height:54px;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:0 14px;border:1px solid transparent;border-radius:14px;color:var(--customize-copy-color);background:transparent}.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button:hover{border-color:var(--customize-card-border);background:#ffffff42}.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button.current{border-color:var(--customize-card-border);color:var(--customize-heading-color);background:#ffffff57}.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button strong{min-width:0;overflow:hidden;color:inherit;font-size:15px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.new-tab .customize-panel .customize-page-workspaces .workspace-reset-section{margin:0}.new-tab .customize-panel .customize-workspace-page{display:flex;flex-direction:column;gap:16px}.new-tab .customize-panel .customize-workspace-page>*{margin-block:0}.new-tab .customize-panel .customize-workspace-page :is(.workspace-background-editor,.workspace-layout-editor,.workspace-grid-editor,.workspace-editor){padding:var(--customize-card-padding);border:1px solid var(--customize-card-border);border-radius:var(--customize-card-radius);background:var(--customize-card-background);box-shadow:none}.new-tab .customize-panel .customize-workspace-page .section-heading{margin:0 0 12px;padding:0 0 14px;border:0;border-bottom:1px solid rgb(127 134 143 / 32%);background:transparent;box-shadow:none}.dark-theme.new-tab .customize-panel .customize-workspace-page .section-heading{border-bottom-color:#ffffff2b}.new-tab .customize-panel .customize-workspace-page .section-heading h3{margin:0;color:var(--customize-heading-color);font-size:18px;font-weight:650;line-height:1.25}.new-tab .customize-panel .customize-workspace-page .section-heading span{margin:4px 0 0;color:var(--customize-copy-color);font-size:15px;font-weight:400;line-height:1.4}.new-tab .customize-panel .customize-workspace-page .workspace-management{margin-top:0}.new-tab .customize-panel .customize-workspace-page .workspace-management label{gap:7px;color:var(--customize-copy-color);font-size:13px}.new-tab .customize-panel .customize-workspace-page :is(.workspace-management input,.shortcut-editor-row input){border-color:var(--customize-card-border);color:var(--customize-heading-color);background:#ffffff57;box-shadow:none}.new-tab .customize-panel .customize-workspace-page :is(.workspace-management input,.shortcut-editor-row input):focus{border-color:var(--customize-copy-color);box-shadow:0 0 0 3px #7f868f1a}.new-tab .customize-panel .workspace-grid-settings{display:grid;gap:0;margin-top:0}.new-tab .customize-panel .workspace-grid-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.new-tab .customize-panel .workspace-grid-presets>button{min-width:0;display:grid;gap:8px;padding:10px 9px 9px;border:1px solid transparent;border-radius:14px;color:var(--customize-copy-color);background:#7f868f12;cursor:pointer;font:inherit;transition:border-color .15s ease,color .15s ease,background .15s ease}.new-tab .customize-panel .workspace-grid-presets>button:hover{color:var(--customize-heading-color);background:#7f868f1f}.new-tab .customize-panel .workspace-grid-presets>button.active{border-color:var(--customize-card-border);color:var(--customize-heading-color);background:var(--customize-select-hover-background)}.new-tab .customize-panel .workspace-grid-presets>button>i{height:48px;display:grid;grid-template-columns:repeat(var(--preview-columns),minmax(0,1fr));grid-template-rows:repeat(var(--preview-rows),minmax(0,1fr));gap:3px;padding:7px;border-radius:10px;background:#7f868f1f;transition:background .15s ease}.new-tab .customize-panel .workspace-grid-presets>button>i span{border-radius:2px;background:#7f868f47}.new-tab .customize-panel .workspace-grid-presets>button.active>i{background:#7f868f29}.new-tab .customize-panel .workspace-grid-presets>button.active>i span{background:#49515aa8}.new-tab .customize-panel .workspace-grid-presets>button>i.custom-grid-preview{place-items:center}.new-tab .customize-panel .workspace-grid-presets>button>i.custom-grid-preview svg{width:20px;height:20px;color:currentColor;stroke-width:1.7}.new-tab .customize-panel .workspace-grid-presets>button small{font-size:13px;font-weight:400;line-height:1.2}.new-tab .customize-panel .workspace-grid-custom-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;margin-bottom:16px}.new-tab .customize-panel .workspace-grid-custom-row label{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:8px;color:var(--customize-copy-color);font-size:13px;font-weight:400;line-height:1.3}.new-tab .customize-panel .workspace-grid-custom-row .customize-text-input{width:100%;height:44px;color:var(--customize-heading-color);font-size:15px;text-align:center}.new-tab .workspace-grid-option-row{min-height:54px;border:0;color:var(--customize-heading-color);background:transparent;font-size:15px;font-weight:400;line-height:1.3}.new-tab .workspace-grid-option-row .segments{padding:3px;border-radius:12px}.new-tab .workspace-grid-option-row .segments button,.new-tab .workspace-grid-option-row .segments label{min-height:32px;padding:0 12px;border-radius:9px;font-size:13px;font-weight:400}.new-tab .customize-panel .workspace-grid-options{display:grid;gap:0}.new-tab .customize-panel .workspace-grid-options .settings-toggle-row.is-row-interactive:hover,.new-tab .customize-panel .workspace-grid-options .settings-toggle-row.is-row-interactive:focus-within{background:transparent;box-shadow:none}.new-tab .customize-panel .workspace-grid-range{min-height:76px;margin:0;padding:10px 0;gap:10px;border:0;color:var(--customize-heading-color)}.new-tab .customize-panel .workspace-grid-range>span{align-items:baseline;font-size:15px;font-weight:400;line-height:1.3}.new-tab .customize-panel .workspace-grid-range output{color:var(--customize-copy-color);font-size:13px;font-weight:400}.new-tab .customize-panel .customize-workspace-page .shortcut-editor-list{margin-top:12px;gap:8px}.new-tab .customize-panel .customize-workspace-page .shortcut-editor-row>button{border-color:var(--customize-card-border);color:var(--customize-copy-color);background:#ffffff57}.new-tab .customize-panel .customize-workspace-page .shortcut-editor-row>button:hover{border-color:var(--customize-card-border);color:var(--customize-heading-color);background:#ffffff7a}.new-tab .customize-panel .customize-workspace-page .shortcut-editor-add{border:1px solid var(--customize-card-border);color:var(--customize-heading-color);background:#ffffff47;box-shadow:none}.new-tab .customize-panel .customize-workspace-page .shortcut-editor-add:hover{background:#ffffff7a}.new-tab .customize-panel .customize-workspace-page .workspace-remove-link{display:block;width:max-content;align-self:center;margin:10px auto 8px;padding:8px 12px;border:0;color:var(--customize-heading-color);background:transparent;box-shadow:none;cursor:pointer;font-size:12px;font-weight:400;line-height:1.2;opacity:.72}.new-tab .customize-panel .customize-workspace-page .workspace-remove-link:hover{color:var(--customize-heading-color);background:transparent;text-decoration:underline;text-underline-offset:3px;opacity:1}.new-tab .customize-panel .customize-background-page .background-library{margin-top:14px}.new-tab .customize-panel .customize-background-page .background-group+.background-group{margin-top:20px}.new-tab .customize-panel .customize-background-page .background-behavior-card :is(.random-background-control,.range-control){border-top:0}.new-tab .customize-panel .customize-background-page .background-behavior-card .random-background-control{margin-top:0;padding-top:0}.new-tab .customize-panel .customize-background-page .background-behavior-card .range-control{margin-top:18px;padding-top:0}.new-tab .customize-panel .random-background-time{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px;color:var(--customize-heading-color);font-size:13px;font-weight:400}.new-tab .customize-panel .settings-toggle-row{min-height:54px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0}.new-tab .customize-panel .settings-toggle-row.is-row-interactive{border-radius:12px;background:transparent;box-shadow:inset 0 0 0 1px transparent;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease}.new-tab .customize-panel .settings-toggle-row.is-row-interactive:hover,.new-tab .customize-panel .settings-toggle-row.is-row-interactive:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.new-tab .customize-panel .settings-toggle-row>.control-row-copy{min-width:0;flex:1}.new-tab .customize-panel .settings-toggle-row .control-row-copy>span,.new-tab .customize-panel .settings-toggle-row .control-row-copy small{display:block;font-weight:400}.new-tab .customize-panel .settings-toggle-row .control-row-copy>span{color:var(--customize-heading-color);font-size:15px;line-height:1.3}.new-tab .customize-panel .settings-toggle-row .control-row-title{display:flex;align-items:center;gap:9px}.new-tab .customize-panel .control-info-tooltip{position:relative;z-index:8;display:inline-flex;flex:0 0 auto}.new-tab .customize-panel .control-info-tooltip>button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:var(--customize-copy-color);background:transparent;cursor:pointer;transform:translateY(1px)}.new-tab .customize-panel .control-info-tooltip>button:hover,.new-tab .customize-panel .control-info-tooltip>button:focus-visible{color:var(--customize-heading-color);background:var(--customize-row-hover-background)}.new-tab .customize-panel .control-info-tooltip svg{width:14px;height:14px;stroke-width:1.9}.new-tab .customize-panel .control-info-tooltip>span[role=tooltip]{position:absolute;z-index:60;bottom:calc(100% + 7px);left:-8px;width:min(260px,calc(100vw - 88px));padding:10px 11px;border:1px solid var(--customize-card-border);border-radius:11px;opacity:0;color:var(--customize-heading-color);background:var(--customize-tooltip-background);box-shadow:0 15px 36px #28343f29;font-size:11px;font-weight:400;line-height:1.4;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.new-tab .customize-panel .control-info-tooltip:hover>span[role=tooltip],.new-tab .customize-panel .control-info-tooltip:focus-within>span[role=tooltip]{opacity:1;transform:translateY(0)}.new-tab .customize-panel .custom-select-label-actions{display:inline-flex;align-items:center;gap:5px}.new-tab .customize-panel .settings-toggle-row .control-row-copy small{margin-top:2px;color:var(--customize-copy-color);font-size:13px;line-height:1.4}.new-tab .customize-panel .settings-toggle-row .toggle-switch{flex:0 0 auto}.new-tab .customize-panel .custom-select-trigger{border-color:var(--customize-card-border);color:var(--customize-heading-color);background:var(--customize-select-background);box-shadow:inset 0 1px #ffffff57}.new-tab .customize-panel .custom-select-trigger:hover,.new-tab .customize-panel .custom-select-trigger[aria-expanded=true]{background:var(--customize-select-hover-background)}.new-tab .customize-panel .custom-select-trigger>i{border-color:var(--customize-copy-color)}.new-tab .customize-panel .custom-select-menu{border-color:var(--customize-card-border);background:var(--customize-select-menu-background);box-shadow:0 18px 42px #28343f26;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.new-tab .customize-panel .custom-select-menu button{color:var(--customize-heading-color)}.new-tab .customize-panel .custom-select-menu button:hover,.new-tab .customize-panel .custom-select-menu button.active,.new-tab .customize-panel .custom-select-menu button.focused{background:var(--customize-select-option-background)}.dark-theme.new-tab .customize-panel .custom-select-trigger{box-shadow:inset 0 1px #ffffff0d}.dark-theme.new-tab .customize-panel .custom-select-menu{box-shadow:0 18px 42px #0000004d}.new-tab .customize-panel .bookmarks-list-card .section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.new-tab .customize-panel .bookmarks-list-actions{min-width:max-content;display:flex;align-items:center;gap:10px}.new-tab .customize-panel .bookmarks-list-card .section-heading p{margin-top:3px;color:var(--customize-copy-color);font-size:12px;font-weight:400;line-height:1.3}.new-tab .customize-panel .bookmarks-list-card .shortcut-editor-add{min-width:max-content;height:36px;padding:0 13px;border:1px solid var(--customize-card-border);color:var(--customize-heading-color);background:#ffffff47;box-shadow:none;font-size:12px;font-weight:650}.new-tab .customize-panel .bookmarks-list-card .shortcut-editor-add:hover{background:#ffffff7a}.new-tab .customize-panel .bookmarks-list-card .shortcut-editor-add:disabled{opacity:.46;cursor:default}.new-tab .customize-panel .bookmarks-list-card .shortcut-editor-add:disabled:hover{background:#ffffff47}.new-tab .customize-panel .bookmarks-workspace-card{padding:16px var(--customize-card-padding)}.new-tab .customize-panel .bookmarks-workspace-card .custom-select{width:100%}.new-tab .customize-panel .bookmarks-workspace-card .custom-select-label{color:var(--customize-heading-color);font-size:15px;font-weight:400;line-height:1.3}.new-tab .customize-panel .bookmarks-workspace-visibility{margin-top:14px;padding-top:14px;border-top:1px solid var(--customize-card-border)}.new-tab .customize-panel .bookmarks-behavior-card>.bookmarks-workspace-visibility{margin-top:0}.new-tab .customize-panel .bookmarks-settings-list{width:100%;display:grid;gap:2px}.new-tab .customize-panel .bookmarks-settings-row{--site-icon-size: 38px;--site-icon-radius: 12px;min-width:0;width:100%;min-height:62px;box-sizing:border-box;display:grid;grid-template-columns:28px 28px 38px minmax(0,1fr) max-content;align-items:center;gap:10px;padding:6px 10px;border-radius:12px;cursor:grab;box-shadow:inset 0 0 0 1px transparent;transition:transform .24s cubic-bezier(.2,.78,.2,1),opacity .18s ease,background-color .18s ease,box-shadow .18s ease}.new-tab .customize-panel .bookmarks-settings-row:hover,.new-tab .customize-panel .bookmarks-settings-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.new-tab .customize-panel .bookmarks-settings-row:active{cursor:grabbing}.new-tab .customize-panel .bookmarks-settings-row.is-dragging{z-index:2;opacity:.24;outline:1px dashed rgb(47 127 242 / 54%);outline-offset:-2px;background:#2f7ff214}.new-tab .customize-panel .bookmarks-settings-row.is-drop-target{background:#2f7ff217;box-shadow:inset 3px 0 #2f7ff299}.bookmarks-drag-preview{--site-icon-size: 38px;--site-icon-radius: 12px;position:fixed;z-index:2147483647;box-sizing:border-box;min-width:0;min-height:62px;display:grid;grid-template-columns:28px 28px 38px minmax(0,1fr);align-items:center;gap:10px;padding:6px 10px;border:1px solid rgb(47 127 242 / 64%);border-radius:14px;color:#262a2f;background:#f7f9fbf7;box-shadow:0 18px 42px #171f2838,inset 0 1px #ffffffb3;pointer-events:none;transform:scale(1.015)}.bookmarks-drag-preview.is-dark{color:#f4f6f8;background:#272d37fa;box-shadow:0 20px 48px #00000061,inset 0 1px #ffffff14}.bookmarks-drag-preview .bookmarks-settings-drag,.bookmarks-drag-preview .bookmarks-settings-pin{width:28px;height:32px;display:grid;place-items:center;color:#7c858f}.bookmarks-drag-preview.is-dark :is(.bookmarks-settings-drag,.bookmarks-settings-pin){color:#aeb6c1}.bookmarks-drag-preview .bookmarks-settings-drag svg{width:16px;height:16px}.bookmarks-drag-preview .bookmarks-settings-pin svg{width:13px;height:13px;stroke-width:1.8;transform:rotate(-12deg)}.bookmarks-drag-preview .bookmarks-settings-pin.active{color:var(--accent, #2f7ff2)}.bookmarks-drag-preview .bookmarks-settings-pin.active svg{fill:currentColor}.bookmarks-drag-preview .site-icon-shell{box-shadow:inset 0 1px #ffffffbf,0 5px 14px #232b341a}.bookmarks-drag-preview .bookmarks-settings-copy{min-width:0;display:grid;gap:2px}.bookmarks-drag-preview .bookmarks-settings-copy strong,.bookmarks-drag-preview .bookmarks-settings-copy small{overflow:hidden;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.bookmarks-drag-preview .bookmarks-settings-copy strong{font-size:14px}.bookmarks-drag-preview .bookmarks-settings-copy small{color:#7b838d;font-size:12px}.bookmarks-drag-preview.is-dark .bookmarks-settings-copy small{color:#a1aab6}.new-tab .customize-panel .bookmarks-settings-row .site-icon-shell{box-shadow:inset 0 1px #ffffffbf,0 5px 14px #232b3414}.new-tab .customize-panel .bookmarks-settings-copy{min-width:0;display:grid;gap:2px}.new-tab .customize-panel .bookmarks-settings-copy strong,.new-tab .customize-panel .bookmarks-settings-copy small{overflow:hidden;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.new-tab .customize-panel .bookmarks-settings-copy strong{color:var(--customize-heading-color);font-size:14px}.new-tab .customize-panel .bookmarks-settings-copy small,.new-tab .customize-panel .bookmarks-settings-folder{color:var(--customize-copy-color);font-size:12px}.new-tab .customize-panel .bookmarks-settings-folder{display:inline-flex;align-items:center;gap:5px}.new-tab .customize-panel .bookmarks-settings-folder svg,.new-tab .customize-panel .bookmarks-settings-pin svg{width:13px;height:13px}.new-tab .customize-panel .bookmarks-settings-pin{color:var(--customize-copy-color)}.new-tab .customize-panel .bookmarks-settings-pin.active{color:var(--accent)}.new-tab .customize-panel .bookmarks-settings-pin svg{stroke-width:1.8;transform:rotate(-12deg)}.new-tab .customize-panel .bookmarks-settings-pin.active svg{fill:currentColor}.new-tab .customize-panel .bookmarks-settings-drag,.new-tab .customize-panel .bookmarks-settings-pin,.new-tab .customize-panel .bookmarks-settings-actions button{width:32px;height:32px;display:grid;place-items:center;border:1px solid transparent;border-radius:10px;color:var(--customize-copy-color);background:transparent;cursor:pointer}.new-tab .customize-panel .bookmarks-settings-drag{width:28px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.new-tab .customize-panel .bookmarks-settings-drag:active{cursor:grabbing}.new-tab .customize-panel .bookmarks-settings-drag svg{width:16px;height:16px}.new-tab .customize-panel .bookmarks-settings-actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:4px;opacity:0;pointer-events:none;transition:opacity .14s ease}.new-tab .customize-panel .bookmarks-settings-row:hover .bookmarks-settings-actions,.new-tab .customize-panel .bookmarks-settings-row:focus-within .bookmarks-settings-actions{opacity:1;pointer-events:auto}.new-tab .customize-panel .bookmarks-settings-actions button:hover,.new-tab .customize-panel .bookmarks-settings-actions button:focus-visible,.new-tab .customize-panel .bookmarks-settings-pin:hover,.new-tab .customize-panel .bookmarks-settings-pin:focus-visible,.new-tab .customize-panel .bookmarks-settings-drag:focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.new-tab .customize-panel .bookmarks-settings-drag:hover{color:var(--customize-heading-color);background:transparent}.new-tab .customize-panel .bookmarks-settings-actions svg{width:15px;height:15px}.new-tab .customize-panel .bookmarks-settings-empty{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--customize-copy-color);text-align:center}.new-tab .customize-panel .bookmarks-settings-empty strong{color:var(--customize-heading-color);font-size:15px;font-weight:400}.new-tab .customize-panel .bookmarks-settings-empty small{font-size:13px;font-weight:400}.new-tab .customize-panel .bookmarks-settings-empty button,.new-tab .customize-panel .manage-bookmarks-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--customize-card-border);border-radius:11px;color:var(--customize-heading-color);background:#ffffff47;cursor:pointer;font-size:12px;font-weight:600}.new-tab .customize-panel .bookmarks-settings-empty button{height:36px;margin-top:10px;padding:0 13px}.new-tab .customize-panel .bookmarks-settings-empty button svg,.new-tab .customize-panel .manage-bookmarks-link svg{width:15px;height:15px}.new-tab .customize-panel .manage-bookmarks-link{min-height:38px;margin-top:16px;padding:0 13px}.new-tab .customize-panel :is(.bookmarks-settings-empty button,.manage-bookmarks-link):hover{background:#ffffff7a}.dark-theme.new-tab .customize-panel :is(.bookmarks-list-card .shortcut-editor-add,.bookmarks-settings-empty button,.manage-bookmarks-link){background:#ffffff12}.dark-theme.new-tab .customize-panel :is(.bookmarks-settings-edit,.bookmarks-settings-delete,.bookmarks-settings-pin,.bookmarks-settings-drag){background:transparent}.dark-theme.new-tab .customize-panel :is(.bookmarks-list-card .shortcut-editor-add,.bookmarks-settings-edit,.bookmarks-settings-delete,.bookmarks-settings-pin,.bookmarks-settings-drag,.bookmarks-settings-empty button,.manage-bookmarks-link):hover{background:#ffffff1a}.dark-theme.new-tab .customize-panel .bookmarks-settings-row:hover,.dark-theme.new-tab .customize-panel .bookmarks-settings-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.dark-theme.new-tab .customize-panel .bookmarks-settings-drag:hover{background:transparent}.dark-theme .new-tab .customize-panel .customize-page-workspaces .workspace-layout-add,.dark-theme.new-tab .customize-panel .customize-page-workspaces .workspace-layout-add{background:#ffffff12}.dark-theme .new-tab .customize-panel .customize-page-workspaces .workspace-layout-add:hover,.dark-theme.new-tab .customize-panel .customize-page-workspaces .workspace-layout-add:hover,.dark-theme .new-tab .customize-panel .customize-page-workspaces .editor-workspaces button:hover,.dark-theme.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button:hover{background:#ffffff1a}.dark-theme .new-tab .customize-panel .customize-page-workspaces .editor-workspaces button.current,.dark-theme.new-tab .customize-panel .customize-page-workspaces .editor-workspaces button.current{background:#ffffff1f}.dark-theme .new-tab .customize-panel .customize-workspace-page :is(.workspace-management input,.shortcut-editor-row input,.shortcut-editor-row>button,.shortcut-editor-add),.dark-theme.new-tab .customize-panel .customize-workspace-page :is(.workspace-management input,.shortcut-editor-row input,.shortcut-editor-row>button,.shortcut-editor-add){background:#ffffff12}.dark-theme .new-tab .customize-panel .customize-workspace-page :is(.shortcut-editor-row>button:hover,.shortcut-editor-add:hover),.dark-theme.new-tab .customize-panel .customize-workspace-page :is(.shortcut-editor-row>button:hover,.shortcut-editor-add:hover){background:#ffffff1a}.dark-theme.new-tab .customize-panel .workspace-grid-presets>button.active>i span{background:#ffffff9e}@media(max-width:640px){.customize-panel{--customize-page-padding: 20px;--customize-page-bottom-padding: 30px;--customize-card-padding: 18px}.new-tab .customize-panel .bookmarks-list-card .section-heading{align-items:flex-start}.new-tab .customize-panel .bookmarks-list-actions{gap:7px}}.new-tab .customize-panel .customize-page header.customize-nested-header{display:grid;grid-template-columns:32px minmax(0,1fr) auto;column-gap:12px;align-items:start;margin:0;padding:0;border:0;background:transparent;box-shadow:none}.new-tab .customize-panel .customize-page .customize-nested-back{display:grid;width:32px;height:32px;min-width:0;min-height:0;margin:0;padding:0;place-items:center;color:var(--customize-copy-color);border:0;border-radius:0;background:transparent;box-shadow:none;cursor:pointer}.new-tab .customize-panel .customize-page .customize-nested-back:hover{color:var(--customize-heading-color);background:transparent}.new-tab .customize-panel .customize-page .customize-nested-back svg{width:22px;height:22px}.new-tab .customize-panel .customize-page .customize-nested-back:focus-visible{border-radius:4px;outline:2px solid currentColor;outline-offset:3px}.new-tab .customize-panel .customize-page .customize-nested-copy{min-width:0;text-align:left}.new-tab .customize-panel .customize-page .customize-nested-action{align-self:start}@media(max-width:640px){.new-tab .customize-panel .customize-page header.customize-nested-header{grid-template-columns:32px minmax(0,1fr)}.new-tab .customize-panel .customize-page .customize-nested-action{grid-column:2;margin-top:10px}}.bookmark-modal .bookmark-catalog{display:flex;flex-direction:column;overflow:hidden;padding-bottom:0}.bookmark-content>.bookmark-catalog-header{gap:14px}.bookmark-catalog-header .bookmark-catalog-search{flex:1;min-width:0}.bookmark-content>.bookmark-catalog-header .bookmark-header-actions{flex-shrink:0}.bookmark-modal .bookmark-sidebar{min-width:0}.bookmark-catalog-results{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;contain:paint;margin-top:0;padding-bottom:25px;scrollbar-width:thin}.bookmark-catalog-results.is-empty{display:grid;place-items:center;padding-bottom:0}.bookmark-catalog-results .bookmark-catalog-grid{margin-top:0}.bookmark-brand-choice small{display:flex;align-items:center;gap:2px;color:#89939e;font-size:10px;line-height:1.3}.bookmark-brand-choice small svg{width:11px;height:11px;flex-shrink:0}.bookmark-store-heading{display:flex;align-items:center;gap:12px;margin:8px 0 24px}.bookmark-store-heading h4{margin:0 0 5px;font-size:20px;font-weight:600}.bookmark-store-heading p{margin:0;color:#89939e;font-size:13px;line-height:1.5}.bookmark-store-back{display:grid;place-items:center;flex:0 0 34px;height:34px;padding:0;border:0;border-radius:10px;background:transparent;color:inherit;cursor:pointer;transition:background-color .16s ease}.bookmark-store-back:hover{background:#808a9429}.bookmark-store-back svg{width:19px;height:19px}.bookmark-catalog-results .bookmark-store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bookmark-catalog-results .bookmark-store-grid>button{aspect-ratio:auto;min-height:150px;padding:20px 6px;gap:9px}.bookmark-catalog-results .bookmark-store-grid>button>span.bookmark-site-name{font-size:13px;font-weight:500;white-space:normal;overflow-wrap:anywhere}.bookmark-store-domain{color:#89939e;font-size:11px}@media(max-width:480px){.bookmark-catalog-results .bookmark-store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.bookmark-catalog-results .bookmark-store-grid>button>span.bookmark-site-name{font-size:11px}.bookmark-store-domain{font-size:10px}}.bookmark-content .bookmark-catalog-search .bookmark-search-clear{display:grid;place-items:center;flex:0 0 28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;transition:background-color .16s ease,color .16s ease}.bookmark-search-clear svg{width:16px;height:16px}.bookmark-content .bookmark-catalog-search .bookmark-search-clear:hover{background:#808a9429}.bookmark-catalog-empty{padding:40px 12px;text-align:center}.bookmark-catalog-empty p{margin:0 0 12px;color:#89939e;font-size:14px}.bookmark-catalog-empty button{border:0;padding:8px 12px;border-radius:8px;background:transparent;color:inherit;font:inherit;font-size:13px;cursor:pointer;transition:background-color .16s ease}.bookmark-catalog-empty button:hover{background:#808a9429}@media(prefers-reduced-motion:reduce){.bookmark-search-clear,.bookmark-catalog-empty button{transition:none}}.new-tab .bookmark-layer{padding:24px;background:#0a0f1624;-webkit-backdrop-filter:blur(14px) saturate(115%);backdrop-filter:blur(14px) saturate(115%)}.new-tab .bookmark-modal{--bookmark-surface: rgb(251 252 253 / 90%);--bookmark-pane: rgb(229 233 238 / 28%);--bookmark-sidebar-surface: rgb(232 235 240 / 28%);--bookmark-card: rgb(255 255 255 / 66%);--bookmark-card-hover: rgb(255 255 255 / 86%);--bookmark-control: rgb(255 255 255 / 42%);--bookmark-control-hover: rgb(255 255 255 / 68%);--bookmark-border: rgb(38 42 47 / 14%);--bookmark-separator: rgb(127 134 143 / 24%);--bookmark-heading: #262a2f;--bookmark-copy: #777d84;width:min(880px,100%);height:min(640px,calc(100svh - 48px));border-color:#ffffffd1;border-radius:24px;color:var(--bookmark-heading);background:var(--bookmark-surface);box-shadow:inset 0 1px #fff,0 25px 70px #28354033;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);animation:bookmark-shell-in .22s cubic-bezier(.2,.75,.2,1)}@keyframes bookmark-shell-in{0%{opacity:0;transform:translateY(14px) scale(.985)}}.new-tab .bookmark-modal.editing{width:min(580px,100%);height:auto;max-height:calc(100svh - 48px)}.new-tab .bookmark-sidebar{padding:18px 10px 16px;border-right-color:var(--bookmark-separator);background:var(--bookmark-sidebar-surface)}.new-tab .bookmark-sidebar h2{margin:3px 10px 17px;color:var(--bookmark-heading);font-size:20px;font-weight:650;line-height:1.2;letter-spacing:0}.new-tab .bookmark-sidebar nav{gap:2px}.new-tab .bookmark-sidebar nav button{min-height:40px;padding:7px 10px;border-radius:12px;color:#626973;background:transparent;font-size:15px;font-weight:500;line-height:1.2;transition:color .15s ease,transform .15s ease}.new-tab .bookmark-sidebar nav button:hover{color:#2d3238;background:transparent}.new-tab .bookmark-sidebar nav button.active{color:#252a30;background:transparent}.new-tab .bookmark-sidebar nav button:active{transform:scale(.985)}.new-tab .bookmark-content{background:var(--bookmark-pane)}.new-tab .bookmark-content>header,.new-tab .bookmark-modal.editing .bookmark-content>header{min-height:64px;padding:11px 18px;border-bottom-color:var(--bookmark-separator);background:transparent}.new-tab .bookmark-content header h3,.new-tab .bookmark-modal.editing .bookmark-content>header h3{color:var(--bookmark-heading);font-size:18px;font-weight:650;letter-spacing:0}.new-tab .bookmark-header-actions{position:relative;display:flex;align-items:center;gap:7px}.new-tab .bookmark-header-actions>button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;border:0;border-radius:50%;color:var(--bookmark-copy);background:#7f868f1a;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .15s ease}.new-tab .bookmark-header-actions>button:hover{color:var(--bookmark-heading);background:#7f868f2b}.new-tab .bookmark-header-actions>button:active{transform:scale(.96)}.new-tab .bookmark-header-actions button svg{width:17px;height:17px;stroke-width:1.8}.new-tab .bookmark-catalog-search{height:42px;padding:0 12px;border-color:var(--bookmark-border);border-radius:12px;color:var(--bookmark-copy);background:var(--bookmark-control);transition:border-color .15s ease,background-color .15s ease}.new-tab .bookmark-catalog-search:focus-within{border-color:#2f7ff294;background:var(--bookmark-control-hover);box-shadow:none}.new-tab .bookmark-catalog-search input{color:var(--bookmark-heading);font-size:13px;font-weight:400}.new-tab .bookmark-catalog-search input::placeholder{color:var(--bookmark-copy)}.new-tab .bookmark-catalog{padding:0}.new-tab .bookmark-catalog-results{padding:18px 25px 26px 22px;scrollbar-color:rgb(115 124 134 / 34%) transparent}.new-tab .bookmark-catalog-results.is-empty{padding:0 22px}.new-tab .bookmark-catalog-grid>button{border-color:transparent;border-radius:18px;transition:color .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease}.new-tab .bookmark-catalog-grid>button:hover{background:var(--bookmark-card-hover);transform:translateY(-1px)}.new-tab .bookmark-catalog-grid>button.selected{border-color:#2f7ff261;background:#2f7ff21a}.new-tab .bookmark-manual-form,.new-tab .bookmark-modal.editing .bookmark-manual-form{padding:26px 24px 32px}.new-tab .bookmark-manual-form>label{gap:8px;margin-bottom:19px;color:var(--bookmark-copy);font-size:12px;font-weight:500}.new-tab .bookmark-manual-form>label input{height:44px;padding:0 13px;border-color:var(--bookmark-border);border-radius:11px;color:var(--bookmark-heading);background:var(--bookmark-control);font-size:13px;font-weight:400;transition:border-color .15s ease,background-color .15s ease}.new-tab .bookmark-manual-form>label input::placeholder{color:var(--bookmark-copy)}.new-tab .bookmark-manual-form>label input:focus{border-color:var(--accent);background:var(--bookmark-control-hover);box-shadow:none}.new-tab .bookmark-preview{padding-top:2px}.new-tab .bookmark-preview>span{margin-bottom:11px;color:var(--bookmark-copy);font-size:12px;font-weight:500}.new-tab .bookmark-preview>div{gap:10px}.new-tab .bookmark-preview button{width:104px;height:116px;gap:9px;border:1px solid var(--bookmark-border);border-radius:18px;color:var(--bookmark-copy);background:var(--bookmark-card);transition:color .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease}.new-tab .bookmark-preview button:hover{color:var(--bookmark-heading);background:var(--bookmark-card-hover);transform:translateY(-1px)}.new-tab .bookmark-preview button.active{border-color:#2f7ff28a;color:var(--bookmark-heading);background:#2f7ff21a;box-shadow:inset 0 0 0 1px #2f7ff21a}.new-tab .bookmark-preview button small{font-size:11px;font-weight:400}.new-tab .bookmark-preview-placeholder{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 88%);border-radius:15px;color:#6f7780;background:#ffffffc7;box-shadow:inset 0 1px #fff,0 8px 20px #38444e14}.new-tab .bookmark-preview-placeholder svg{width:23px;height:23px;stroke-width:1.65}.new-tab .bookmark-preview-text-placeholder svg{width:24px;height:24px}.new-tab .bookmark-modal.editing .bookmark-manual-form{overflow:visible;padding:20px 24px 22px}.new-tab .bookmark-modal.editing .bookmark-content>header{min-height:64px}.new-tab .bookmark-modal.editing .bookmark-manual-form>label{margin-bottom:14px}.new-tab .bookmark-modal.editing .bookmark-preview button{height:116px}.new-tab .bookmark-modal.editing .bookmark-content>footer{min-height:64px}.new-tab .bookmark-content>footer{min-height:70px;padding:13px 22px;border-top-color:var(--bookmark-separator);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.new-tab .bookmark-content footer button{min-width:0;height:40px;padding:0 15px;border-color:var(--bookmark-border);border-radius:12px;color:var(--bookmark-heading);background:#ffffff75;font-size:13px;font-weight:400;transition:color .15s ease,border-color .15s ease,background-color .15s ease,transform .15s ease}.new-tab .bookmark-content footer button:hover:not(:disabled){border-color:#262a2f33;background:#ffffffc2}.new-tab .bookmark-footer-actions{display:flex;align-items:center;gap:10px}.new-tab .bookmark-content footer .bookmark-footer-actions>button{width:34px;min-width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:var(--bookmark-copy);background:transparent}.new-tab .bookmark-content footer .bookmark-footer-actions>button:hover:not(:disabled){border-color:transparent;color:var(--bookmark-heading);background:transparent}.new-tab .bookmark-content footer .bookmark-footer-actions>button:active{transform:scale(.96)}.new-tab .bookmark-content footer .bookmark-footer-actions svg{width:17px;height:17px;stroke-width:1.8}.new-tab .bookmark-content footer .bookmark-footer-actions>button.bookmark-editor-pin.active{color:#747e88}.new-tab .bookmark-content footer .bookmark-footer-actions>button.bookmark-editor-pin.active svg{fill:currentColor}.new-tab .bookmark-content footer .bookmark-footer-actions>button.bookmark-editor-delete:hover:not(:disabled){color:var(--danger)}.new-tab .bookmark-content footer button.bookmark-pin-toggle.active{border-color:#2f7ff24d;color:var(--accent);background:#2f7ff21a}.new-tab .bookmark-content footer button.bookmark-pin-toggle.active:hover:not(:disabled){border-color:#2f7ff26b;background:#2f7ff226}.new-tab .bookmark-content footer button.bookmark-pin-toggle.active svg{fill:currentColor}.new-tab .bookmark-content footer button.primary{min-width:0;padding-inline:17px;border-color:var(--accent);color:#fff;background:var(--accent);font-weight:500}.new-tab .bookmark-content footer button.primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);transform:translateY(-1px)}.new-tab .bookmark-content footer button:disabled{border-color:transparent;color:#9ba1a8;background:#68707917}.new-tab .bookmark-content footer button.danger{border-color:#ed3f4f3d;color:var(--danger);background:#ed3f4f14;font-size:13px;font-weight:400}.new-tab .bookmark-content footer button.danger:hover:not(:disabled){border-color:#ed3f4f57;background:#ed3f4f1f}.new-tab .bookmark-count{min-width:20px;height:20px;padding:0 6px;border-radius:7px;font-size:10px;font-weight:600}.dark-theme.new-tab .bookmark-modal{--bookmark-surface: rgb(20 26 35 / 88%);--bookmark-pane: transparent;--bookmark-sidebar-surface: rgb(7 12 19 / 38%);--bookmark-card: rgb(255 255 255 / 5%);--bookmark-card-hover: rgb(255 255 255 / 8%);--bookmark-control: rgb(255 255 255 / 5%);--bookmark-control-hover: rgb(255 255 255 / 8%);--bookmark-border: rgb(255 255 255 / 10%);--bookmark-separator: rgb(255 255 255 / 12%);--bookmark-heading: #f4f6f8;--bookmark-copy: #9aa2ae;border-color:transparent;background:var(--bookmark-surface);box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}.dark-theme.new-tab .bookmark-sidebar,.dark-theme.new-tab .bookmark-content>header,.dark-theme.new-tab .bookmark-content>footer{background:transparent}.dark-theme.new-tab .bookmark-modal.adding .bookmark-sidebar{background:var(--bookmark-sidebar-surface)}.dark-theme.new-tab .bookmark-sidebar{border-right-color:var(--bookmark-separator)}.dark-theme.new-tab .bookmark-sidebar nav button{color:#ffffff85;background:transparent}.dark-theme.new-tab .bookmark-sidebar nav button:hover{color:#ffffffc7;background:transparent}.dark-theme.new-tab .bookmark-sidebar nav button.active{color:#fff;background:transparent}.dark-theme.new-tab .bookmark-content>header{border-bottom-color:var(--bookmark-separator)}.dark-theme.new-tab .bookmark-content>footer{border-top-color:var(--bookmark-separator)}.dark-theme.new-tab .bookmark-header-actions>button{color:var(--bookmark-copy);background:#ffffff12}.dark-theme.new-tab .bookmark-header-actions>button:hover{color:var(--bookmark-heading);background:#ffffff1c}.dark-theme.new-tab .bookmark-catalog-search,.dark-theme.new-tab .bookmark-manual-form>label input{border-color:var(--bookmark-border);color:var(--bookmark-heading);background:var(--bookmark-control)}.dark-theme.new-tab .bookmark-catalog-search:focus-within,.dark-theme.new-tab .bookmark-manual-form>label input:focus{border-color:#5397ffe0;background:#ffffff14;box-shadow:none}.dark-theme.new-tab .bookmark-preview button{border-color:var(--bookmark-border);color:var(--bookmark-copy);background:var(--bookmark-card)}.dark-theme.new-tab .bookmark-preview button:hover{color:var(--bookmark-heading);background:var(--bookmark-card-hover)}.dark-theme.new-tab .bookmark-preview button.active{border-color:#2f7ff28f;color:var(--bookmark-heading);background:#2f7ff224}.dark-theme.new-tab .bookmark-preview-placeholder{border-color:#ffffff17;color:#aeb7c1;background:#ffffff12;box-shadow:none}.dark-theme.new-tab .bookmark-content footer button{border-color:var(--bookmark-border);color:#d4dae1;background:#ffffff0f}.dark-theme.new-tab .bookmark-content footer button:hover:not(:disabled){border-color:#ffffff29;background:#ffffff1a}.dark-theme.new-tab .bookmark-content footer .bookmark-footer-actions>button,.dark-theme.new-tab .bookmark-content footer .bookmark-footer-actions>button:hover:not(:disabled){border-color:transparent;background:transparent}.dark-theme.new-tab .bookmark-content footer .bookmark-footer-actions>button.bookmark-editor-pin.active{color:#c0c8d0}.dark-theme.new-tab .bookmark-content footer .bookmark-footer-actions>button.bookmark-editor-delete:hover:not(:disabled){color:#ff7d89}.dark-theme.new-tab .bookmark-content footer button.bookmark-pin-toggle.active{border-color:#5397ff6b;color:#79aaff;background:#2f7ff226}.dark-theme.new-tab .bookmark-content footer button.bookmark-pin-toggle.active:hover:not(:disabled){border-color:#5397ff8f;background:#2f7ff236}.dark-theme.new-tab .bookmark-content footer button.danger{border-color:#ed3f4f47;color:#ff7d89;background:#ed3f4f1c}.dark-theme.new-tab .bookmark-content footer button.danger:hover:not(:disabled){border-color:#ed3f4f66;background:#ed3f4f29}.dark-theme.new-tab .bookmark-content footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme.new-tab .bookmark-content footer button:disabled{border-color:transparent;color:#707b87;background:#ffffff0d}@media(max-width:700px){.new-tab .bookmark-layer{padding:10px}.new-tab .bookmark-modal{height:calc(100svh - 20px)}.new-tab .bookmark-sidebar{border-right:0;border-bottom:1px solid var(--bookmark-separator)}.new-tab .bookmark-sidebar nav button{min-width:max-content;padding-inline:14px}.new-tab .bookmark-content>header{min-height:60px;padding-inline:15px}.new-tab .bookmark-catalog{padding:14px 15px 20px}.new-tab .bookmark-manual-form{padding:20px 18px 26px}.new-tab .bookmark-content>footer{padding:10px 15px}}@media(prefers-reduced-motion:reduce){.new-tab .bookmark-modal,.new-tab .bookmark-sidebar nav button,.new-tab .bookmark-catalog-grid>button,.new-tab .bookmark-preview button,.new-tab .bookmark-content footer button{animation:none;transition:none}}.customize-info-page{min-height:100%;padding:0;animation:customize-info-in .18s cubic-bezier(.22,.72,.22,1)}.customize-release-summary{border:1px solid var(--customize-card-border);border-radius:var(--customize-card-radius);background:var(--customize-card-background);box-shadow:none}.customize-release-summary{padding:var(--customize-card-padding)}.customize-release-summary>span{color:#68717b;font-size:12px;font-weight:650}.customize-release-summary h3{margin:9px 0 14px;color:#2a2f35;font-size:18px;line-height:1.3}.customize-release-summary ul{margin:0;padding-left:20px;color:#626a74}.customize-release-summary li+li{margin-top:9px}.customize-release-summary a,.customize-about-page a{display:inline-flex;align-items:center;gap:6px;color:#56606b;font-size:13px;font-weight:600;text-decoration:none}.customize-release-summary a{margin-top:20px}.customize-release-summary a svg,.customize-about-page a svg{width:14px;height:14px}.customize-feedback-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;padding:8px!important}.customize-feedback-actions a{box-sizing:border-box;min-width:0;min-height:74px;display:grid;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:12px 14px;border:0;border-radius:14px;color:var(--customize-heading-color);background:transparent;text-decoration:none;transition:background .15s ease,transform .15s ease}.customize-feedback-actions a:hover{background:var(--customize-row-hover-background)}.customize-feedback-actions a:active{transform:scale(.992)}.customize-feedback-icon{width:24px;height:24px;display:grid;place-items:center;color:#68727d}.customize-feedback-icon svg{width:20px;height:20px;stroke-width:1.7}.customize-feedback-copy{min-width:0;display:flex;flex-direction:column;gap:5px;align-self:center}.customize-feedback-copy strong{font-size:15px;font-weight:600;line-height:1.25}.customize-feedback-copy small{color:var(--customize-copy-color);font-size:13px;font-weight:400;line-height:1.4}.customize-feedback-open{width:18px;height:18px;color:#78818b;stroke-width:1.6;transition:color .15s ease,transform .15s ease}.customize-feedback-actions a:hover .customize-feedback-open{color:var(--customize-heading-color);transform:translate(2px)}.new-tab .customize-panel .customize-page .customize-about-page{min-height:0;flex:1 1 auto;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:64px;padding:0;text-align:center}.customize-about-copy{display:flex;flex-direction:column;align-items:center}.customize-about-mark{width:78px;height:78px;display:grid;place-items:center;overflow:hidden;border:0;border-radius:20px;background:transparent;box-shadow:none}.customize-about-mark img{width:100%;height:100%;object-fit:cover}.customize-about-copy h2{margin:18px 0 0;color:#252a30;font-size:25px;font-weight:650;letter-spacing:-.04em}.customize-about-version{margin:7px 0 0;color:#7e8690;font-size:13px}.customize-about-tagline{max-width:440px;margin:40px auto 0;color:#68717a;font-size:15px;line-height:1.55}.customize-about-page nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 22px;margin:0}.dark-theme .customize-release-summary h3,.dark-theme .customize-about-copy h2{color:#f2f5f7}.dark-theme .customize-release-summary ul,.dark-theme .customize-about-tagline{color:#9ba5b1}.dark-theme .customize-release-summary{border-color:#ffffff17;background:#ffffff0d}.dark-theme .customize-release-summary>span,.dark-theme .customize-about-version{color:#8f99a6}.dark-theme .customize-release-summary a,.dark-theme .customize-about-page a{color:#cbd3dc}.dark-theme .customize-feedback-icon{color:#aeb7c2}.dark-theme .customize-about-mark{background:transparent}@keyframes customize-info-in{0%{opacity:0;transform:translateY(8px)}}@media(max-width:760px){.new-tab .customize-panel .customize-page .customize-about-page{min-height:420px;gap:48px}.customize-feedback-actions a{min-height:70px;padding-inline:12px}}.new-tab .customize-panel .customize-page .data-management-section{display:grid;gap:0}.new-tab .customize-panel .customize-page .data-management-section>.customize-card-heading{margin-bottom:14px;padding-bottom:0;border-bottom:0}.new-tab .customize-panel .customize-page .data-management-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 14px}.new-tab .customize-panel .customize-page .data-management-actions>button{box-sizing:border-box;min-width:0;min-height:72px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:12px;padding:14px;border:1px solid var(--customize-card-border);border-radius:14px;color:var(--customize-heading-color);background:transparent;box-shadow:none;cursor:pointer;text-align:left;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.new-tab .customize-panel .customize-page .data-management-actions>button:hover,.new-tab .customize-panel .customize-page .data-management-actions>button:focus-visible,.new-tab .customize-panel .customize-page .local-backups-link:hover,.new-tab .customize-panel .customize-page .local-backups-link:focus-visible{border-color:var(--customize-row-hover-border);background:#ffffff38;box-shadow:0 8px 18px #2b343d0d;transform:translateY(-1px)}.new-tab .customize-panel .customize-page .data-management-actions svg,.new-tab .customize-panel .customize-page .local-backups-link svg{width:20px;height:20px;color:var(--customize-copy-color);stroke-width:1.7}.new-tab .customize-panel .customize-page .data-management-actions span{min-width:0;color:inherit;background:transparent;font-size:15px;font-weight:400;line-height:1.3}.new-tab .customize-panel .customize-page .data-management-actions small{display:block;margin:3px 0 0;overflow:hidden;color:var(--customize-copy-color);background:transparent;font-size:13px;font-weight:400;line-height:1.35;text-overflow:ellipsis}.new-tab .customize-panel .customize-page .local-backups-link{box-sizing:border-box;width:100%;min-height:50px;display:grid;grid-template-columns:22px minmax(0,1fr) auto 18px;align-items:center;gap:12px;margin:0;padding:0 14px;border:1px solid var(--customize-card-border);border-radius:14px;color:var(--customize-heading-color);background:transparent;box-shadow:none;cursor:pointer;text-align:left;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.new-tab .customize-panel .customize-page .local-backups-link>span{min-width:0;background:transparent;font-size:14px;font-weight:500}.new-tab .customize-panel .customize-page .local-backups-link>small{min-width:28px;margin:0;padding:3px 8px;border-radius:999px;color:var(--customize-copy-color);background:#7f87911f;font-size:11px;line-height:1.2;text-align:center}.new-tab .customize-panel .customize-page .data-management-status{margin:14px 0 0;color:var(--customize-copy-color);font-size:13px}.new-tab .customize-panel .create-local-backup{flex:0 0 auto;min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:0;border-radius:11px;color:#fff;background:var(--accent);font:inherit;font-size:13px;font-weight:500;white-space:nowrap}.new-tab .customize-panel .create-local-backup:hover{background:var(--accent-hover)}.new-tab .customize-panel .create-local-backup svg{width:15px;height:15px}.new-tab .customize-panel .customize-page .local-backups-page{padding:var(--customize-card-padding)}.new-tab .customize-panel .customize-page .local-backup-list{width:100%;display:grid;gap:2px}.new-tab .customize-panel .customize-page .local-backup-list article{box-sizing:border-box;width:100%;min-width:0;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 10px;border:0;border-radius:12px;color:var(--customize-heading-color);background:transparent;transition:background-color .15s ease,box-shadow .15s ease}.new-tab .customize-panel .customize-page .local-backup-list article:hover,.new-tab .customize-panel .customize-page .local-backup-list article:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px #3139410a}.new-tab .customize-panel .customize-page .local-backup-list article>div{min-width:0;display:grid;gap:3px}.new-tab .customize-panel .customize-page .local-backup-list strong{overflow:hidden;color:var(--customize-heading-color);font-size:15px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.new-tab .customize-panel .customize-page .local-backup-list time{overflow:hidden;color:var(--customize-copy-color);font-size:12px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.new-tab .customize-panel .customize-page .local-backup-list button{flex:0 0 auto;min-height:36px;padding:0 12px;border:1px solid var(--customize-card-border);border-radius:11px;color:var(--customize-heading-color);background:var(--customize-select-background);font:inherit;font-size:12px;font-weight:500}.new-tab .customize-panel .customize-page .local-backup-list button:hover,.new-tab .customize-panel .customize-page .local-backup-list button:focus-visible{background:var(--customize-select-hover-background)}.new-tab .customize-panel .customize-page .empty-local-backups{margin:0;padding:16px 10px;color:var(--customize-copy-color);font-size:13px;font-weight:400}.dark-theme .new-tab .customize-panel .customize-page .data-management-actions>button:hover,.dark-theme.new-tab .customize-panel .customize-page .data-management-actions>button:hover,.dark-theme .new-tab .customize-panel .customize-page .local-backups-link:hover,.dark-theme.new-tab .customize-panel .customize-page .local-backups-link:hover{background:#ffffff12}.dark-theme.new-tab .customize-panel .customize-page .local-backup-list article:hover,.dark-theme.new-tab .customize-panel .customize-page .local-backup-list article:focus-within{box-shadow:inset 0 0 0 1px #ffffff0a}.new-tab .customize-panel .customize-page .delete-all-backups{width:max-content;min-height:auto;display:flex;align-items:center;align-self:center;gap:7px;margin:18px auto 10px;padding:8px 12px;border:0;color:var(--customize-heading-color);background:transparent;box-shadow:none;font-size:12px;font-weight:400;line-height:1.2;opacity:.72}.new-tab .customize-panel .customize-page .delete-all-backups:hover{color:var(--customize-heading-color);background:transparent;text-decoration:underline;text-underline-offset:3px;opacity:1}.new-tab .customize-panel .customize-page .delete-all-backups svg{width:14px;height:14px}@media(max-width:640px){.new-tab .customize-panel .customize-page .data-management-actions{grid-template-columns:1fr}}.new-tab .customize-panel .engine-settings-section .custom-select,.new-tab .customize-panel .search-history-setting{border-top:0}.new-tab .customize-panel .engine-settings-section .custom-select{min-height:56px;margin:0;padding:0}.new-tab .customize-panel .engine-settings-section .custom-select-label,.new-tab .customize-panel .nested-settings-section>.custom-select .custom-select-label{color:var(--customize-heading-color);font-size:15px;font-weight:400}.new-tab .customize-panel .search-history-setting{margin-top:8px}.new-tab .customize-panel .clear-search-history{min-height:36px;margin-top:8px;padding:0 13px;border:1px solid var(--customize-card-border);border-radius:11px;color:var(--customize-heading-color);background:#ffffff47;cursor:pointer;font:inherit;font-size:12px;font-weight:500}.new-tab .customize-panel .clear-search-history:hover:not(:disabled){background:#ffffff7a}.new-tab .customize-panel .clear-search-history:disabled{color:var(--customize-copy-color);opacity:.46;cursor:default}.new-tab .customize-panel .engine-table{width:100%;overflow:visible;margin-bottom:0}.new-tab .customize-panel .engine-command-hint{margin:0 0 14px;color:var(--customize-copy-color);font-size:12px;font-weight:400;line-height:1.45}.new-tab .customize-panel .engine-table-head,.new-tab .customize-panel .engine-table-row{min-width:0;display:grid;grid-template-columns:60px 112px minmax(0,1fr);align-items:center;gap:8px}.new-tab .customize-panel .engine-table-head>span:last-child{display:none}.new-tab .customize-panel .engine-table-head{min-height:30px;box-sizing:border-box;padding:0 8px;color:var(--customize-copy-color);font-size:10px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.new-tab .customize-panel .engine-table-row{position:relative;min-height:52px;box-sizing:border-box;margin-top:4px;padding:6px 8px;border:0;border-radius:12px;color:var(--customize-heading-color);background:transparent;transition:background-color .14s ease}.new-tab .customize-panel .engine-table-row:hover,.new-tab .customize-panel .engine-table-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px #3139410a}.new-tab .customize-panel .engine-table-row>button{position:absolute;top:50%;right:12px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:10px;color:var(--customize-copy-color);background:transparent;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .14s ease,color .14s ease,background-color .14s ease}.new-tab .customize-panel .engine-table-row:hover>button,.new-tab .customize-panel .engine-table-row:focus-within>button{opacity:1;pointer-events:auto}.new-tab .customize-panel .engine-table-row:hover:not(:has(input:focus))>input:nth-child(3){padding-right:48px}.new-tab .customize-panel .engine-table-row:has(input:focus)>button{opacity:0;pointer-events:none}.new-tab .customize-panel .engine-table-row>button:focus-visible{opacity:1;pointer-events:auto}.new-tab .customize-panel .engine-table-row>button:hover,.new-tab .customize-panel .engine-table-row>button:focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.new-tab .customize-panel .engine-table-row>button svg{width:15px;height:15px}.new-tab .customize-panel .engine-table-row input[aria-invalid=true]{border-color:#805a327a;box-shadow:inset 0 0 0 1px #805a321a}.new-tab .customize-panel .engine-editor-status{min-height:17px;margin:4px 8px 8px;color:var(--customize-copy-color);font-size:11px;font-weight:400;line-height:17px}.new-tab .customize-panel .engine-table-draft{padding:6px;background:#ffffff2e}.new-tab .customize-panel .engine-add-row,.new-tab .customize-panel .engine-draft-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--customize-card-border);border-radius:11px;color:var(--customize-heading-color);background:#ffffff47;box-shadow:none;cursor:pointer;font:inherit;font-size:12px;font-weight:600}.new-tab .customize-panel .engine-add-row:hover,.new-tab .customize-panel .engine-draft-actions button:hover:not(:disabled){background:#ffffff7a}.new-tab .customize-panel .engine-add-row svg{width:15px;height:15px}.new-tab .customize-panel .engine-draft-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.new-tab .customize-panel .engine-draft-actions button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.new-tab .customize-panel .engine-draft-actions button:disabled{opacity:.46;cursor:default}.new-tab .customize-panel .engine-draft-actions button.primary:disabled{border-color:var(--customize-card-border);color:var(--customize-copy-color);background:var(--customize-select-background);box-shadow:none}.new-tab .customize-panel .reset-settings{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px}.new-tab .customize-panel .workspace-overview>.reset-settings,.new-tab .customize-panel .workspace-reset-section>.reset-settings{margin-top:14px}.new-tab .customize-panel .reset-settings-icon{color:var(--customize-heading-color);background:#ffffff47;box-shadow:none}.new-tab .customize-panel .reset-settings-title{min-width:0;display:flex;align-items:center;gap:7px}.new-tab .customize-panel .reset-settings strong{color:var(--customize-heading-color);font-size:15px;font-weight:400;line-height:1.3}.new-tab .customize-panel .reset-settings>button{height:36px;padding:0 13px;border:1px solid var(--customize-card-border);border-radius:11px;color:var(--customize-heading-color);background:#ffffff47;cursor:pointer;font:inherit;font-size:12px;font-weight:500}.new-tab .customize-panel .reset-settings>button:hover{background:#ffffff7a}.new-tab .customize-panel .reset-info{position:static;z-index:6;display:inline-flex;flex:0 0 auto}.new-tab .customize-panel .reset-info>button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:var(--customize-copy-color);background:transparent;cursor:pointer}.new-tab .customize-panel .reset-info>button:hover,.new-tab .customize-panel .reset-info>button:focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.new-tab .customize-panel .reset-info>button svg{width:15px;height:15px}.new-tab .customize-panel .reset-info>span[role=tooltip]{position:absolute;z-index:40;right:18px;bottom:calc(50% + 18px);width:min(285px,calc(100vw - 82px));padding:11px 12px;border:1px solid var(--customize-card-border);border-radius:12px;opacity:0;color:var(--customize-heading-color);background:var(--customize-tooltip-background);box-shadow:0 15px 38px #28343f29;font-size:11px;font-weight:400;line-height:1.3;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.new-tab .customize-panel .reset-info:hover>span[role=tooltip],.new-tab .customize-panel .reset-info:focus-within>span[role=tooltip]{opacity:1;transform:translateY(0)}.dark-theme.new-tab .customize-panel :is(.clear-search-history,.engine-add-row,.engine-draft-actions button,.reset-settings>button,.reset-settings-icon){background:#ffffff0d}.dark-theme.new-tab .customize-panel :is(.clear-search-history,.engine-add-row,.engine-draft-actions button,.reset-settings>button):hover:not(:disabled),.dark-theme.new-tab .customize-panel .reset-settings-icon:hover{background:#ffffff14}.dark-theme.new-tab .customize-panel .engine-table-row:hover,.dark-theme.new-tab .customize-panel .engine-table-row:focus-within,.dark-theme.new-tab .customize-panel .engine-table-draft{background:var(--customize-row-hover-background)}.dark-theme.new-tab .customize-panel .engine-table-row:hover,.dark-theme.new-tab .customize-panel .engine-table-row:focus-within{box-shadow:inset 0 0 0 1px #ffffff0a}.dark-theme.new-tab .customize-panel .engine-table-row>button:hover,.dark-theme.new-tab .customize-panel .engine-table-row>button:focus-visible,.dark-theme.new-tab .customize-panel .reset-info>button:hover,.dark-theme.new-tab .customize-panel .reset-info>button:focus-visible{background:#ffffff14}@media(max-width:520px){.new-tab .customize-panel .engine-table-head{display:none}.new-tab .customize-panel .engine-table-row{grid-template-columns:68px minmax(0,1fr);padding:6px}.new-tab .customize-panel .engine-table-row input:nth-child(3){grid-column:1 / -1}.new-tab .customize-panel .engine-table-row>button{top:auto;right:10px;bottom:10px;transform:none}}.general-settings-page{display:flex;flex-direction:column;gap:16px}.general-settings-page>.custom-section,.general-settings-page>.general-settings-navigation>.custom-section{margin-top:0}.general-settings-card{display:grid}.control-row-copy>span,.control-row-copy small{display:block}.control-row-copy>span{color:var(--customize-heading-color);font-size:15px;font-weight:400;line-height:1.3}.control-row-copy small{margin-top:2px;color:#858d97;font-size:13px;font-weight:400;line-height:1.4}.general-card-heading{margin-bottom:4px}.general-card-heading h3{margin:0}.general-card-heading>div>span{display:block;max-width:560px;margin-top:4px;color:#858d97;font-size:15px;font-weight:400;line-height:1.45}.general-font-row{align-items:flex-start;padding-block:17px}.general-font-row>.control-row-copy{min-width:0;flex:1}.general-font-options{display:flex;flex-direction:column;align-items:stretch;gap:2px;flex:0 1 50%;width:50%;max-width:360px;margin-left:auto}.general-font-options-row{display:flex;align-items:center;justify-content:flex-end;gap:18px;width:100%}.general-font-options button{position:relative;flex:0 0 auto;width:auto;padding:3px 0;border:0;color:#858d97;background:transparent;cursor:pointer;font:inherit;font-size:10px;font-weight:500;line-height:1.35;transition:color .15s ease}.general-font-options button+button{margin-left:0}.general-font-options button[data-font-preview=system]{font-family:var(--font-apple)}.general-font-options button[data-font-preview=serif]{font-family:var(--font-microsoft)}.general-font-options button[data-font-preview=mono]{font-family:var(--font-google)}.general-font-options button[data-font-preview=editorial]{font-family:var(--font-editorial)}.general-font-options button[data-font-preview=rounded]{font-family:var(--font-rounded)}.general-font-options button[data-font-preview=geometric]{font-family:var(--font-geometric)}.general-font-options button[data-font-preview=terminal]{font-family:var(--font-terminal)}.general-font-options button+button:before{position:absolute;top:5px;bottom:5px;left:-9px;width:1px;background:#828b955c;content:""}.general-font-options button:hover,.general-font-options button.selected{color:#262a2f}.general-settings-card>.control-row,.general-settings-card>.select-control,.general-settings-card>.settings-toggle-row{min-height:68px;border-top:0}.general-settings-card>.control-row,.general-settings-card>.select-control,.general-settings-card>.settings-toggle-row{gap:20px}.general-settings-card>.control-row>.control-row-copy,.general-settings-card>.select-control>.control-row-copy,.general-settings-card>.settings-toggle-row>.control-row-copy{min-width:0;flex:1}.general-settings-card>.control-row>:last-child,.general-settings-card>.select-control>:last-child,.general-settings-card>.settings-toggle-row>:last-child{flex:0 0 auto}.new-tab .customize-panel .general-settings-card>.settings-toggle-row{min-height:68px}.new-tab .customize-panel .general-appearance-card>.settings-toggle-row{margin-bottom:14px}.general-settings-navigation .simple-settings-link{min-height:82px;padding:0;border:0;background:transparent}.general-settings-navigation .settings-link-title{align-items:flex-start}.general-settings-navigation .settings-link-title>span{display:block;text-align:left}.general-settings-navigation .settings-link-title h3{font-size:18px;font-weight:400;line-height:1.25}.general-settings-navigation .settings-link-title small{display:block;margin-top:4px;color:#858d97;font-size:15px;font-weight:400;line-height:1.4}.general-language-row>.select-control{min-height:64px;padding:0 4px;color:var(--customize-heading-color);font-size:15px}.dark-theme .general-card-heading>div>span,.dark-theme .control-row-copy small,.dark-theme .general-settings-navigation .settings-link-title small{color:#929ca8}.dark-theme .general-font-options button{color:#929ca8}.dark-theme .general-font-options button:hover,.dark-theme .general-font-options button.selected{color:#f3f5f7}.dark-theme .general-font-options button+button:before{background:#ffffff2b}@media(max-width:680px){.general-font-row{display:grid;gap:8px}.general-font-row>.control-row-copy{padding-top:0}.general-font-options{width:100%;max-width:100%}}.workspace-layout-options{display:grid;gap:3px;margin-right:-12px;margin-left:-12px;margin-top:0}.new-tab .customize-panel .workspace-layout-options .module-toggle-row{min-width:0;min-height:68px;width:100%;height:auto;gap:20px;padding:8px 12px;border:0;border-radius:12px;color:var(--customize-heading-color);background:transparent;font-size:inherit;line-height:normal}.workspace-layout-options .module-toggle-row>.control-row-copy{min-width:0;flex:1}.workspace-layout-options .module-toggle-row>.control-row-copy>.control-row-title>span:first-child,.workspace-layout-options .module-toggle-row>.control-row-copy>small{opacity:1;transition:opacity .15s ease}.workspace-layout-options .module-toggle-row.is-inactive>.control-row-copy>.control-row-title>span:first-child,.workspace-layout-options .module-toggle-row.is-inactive>.control-row-copy>small{opacity:.66}.workspace-layout-options .module-toggle-row .toggle-switch{flex:0 0 auto}.new-tab .customize-panel .focus-mode-features-card,.new-tab .customize-panel .focus-mode-background-card{display:flex;flex-direction:column}.new-tab .customize-panel .focus-mode-background-card>.settings-toggle-row{min-height:62px;padding-block:4px}.new-tab .customize-panel .focus-mode-background-card>.focus-blur-intensity-row{min-height:54px;margin-top:6px}.new-tab .customize-panel .focus-mode-background-card .focus-blur-intensity-row .segments{flex:0 0 auto}.new-tab .customize-panel .focus-mode-background-card .focus-blur-intensity-row .segments button{white-space:nowrap}.new-tab .customize-panel .focus-mode-features-card>.settings-toggle-row{min-height:62px;padding-block:4px}.new-tab .customize-panel .focus-mode-features-card>.settings-toggle-row+.settings-toggle-row{margin-top:6px}.new-tab .customize-panel .focus-mode-timer-card>.workspace-grid-option-row{min-height:76px;gap:24px}.new-tab .customize-panel .focus-mode-timer-card .control-row-copy{min-width:0;flex:1 1 auto}.new-tab .customize-panel .focus-mode-timer-card .control-row-copy small{max-width:270px}.new-tab .customize-panel .focus-mode-timer-card .segments{position:relative;flex:0 0 auto}.new-tab .customize-panel .focus-mode-timer-card .segments button{white-space:nowrap}.new-tab .customize-panel .focus-mode-timer-card .segments.is-disabled button{opacity:.48}.new-tab .customize-panel .segment-disabled-tooltip{position:absolute;z-index:12;right:0;bottom:calc(100% + 9px);width:max-content;max-width:290px;padding:8px 10px;border:1px solid var(--customize-card-border);border-radius:10px;color:var(--customize-heading-color);background:var(--customize-tooltip-background);box-shadow:0 14px 34px #0e141c3d;font-size:11px;font-weight:400;line-height:1.4;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.new-tab .customize-panel .segments.is-disabled:hover .segment-disabled-tooltip,.new-tab .customize-panel .segments.is-disabled:focus-within .segment-disabled-tooltip,.new-tab .customize-panel .segment-disabled-tooltip.open{opacity:1;transform:translateY(0)}@media(max-width:640px){.new-tab .customize-panel .focus-mode-features-card>.settings-toggle-row{min-height:66px}.new-tab .customize-panel .focus-mode-background-card>.focus-blur-intensity-row{align-items:stretch;flex-direction:column;gap:10px}.new-tab .customize-panel .focus-mode-background-card .focus-blur-intensity-row .segments{width:100%}.new-tab .customize-panel .focus-mode-background-card .focus-blur-intensity-row .segments button{flex:1 1 33.333%}.new-tab .customize-panel .focus-mode-timer-card>.workspace-grid-option-row{align-items:stretch;flex-direction:column;gap:12px}.new-tab .customize-panel .focus-mode-timer-card .control-row-copy small{max-width:none}.new-tab .customize-panel .focus-mode-timer-card .segments{width:100%}.new-tab .customize-panel .focus-mode-timer-card .segments button{flex:1 1 50%}}.new-tab .customize-panel .apps-settings-page{display:flex;flex-direction:column;gap:var(--customize-page-gap);padding:0}.new-tab .customize-panel .apps-settings-group{padding:var(--customize-card-padding)}.new-tab .customize-panel .apps-settings-list{width:100%;display:grid;gap:2px}.new-tab .customize-panel .apps-settings-row{min-width:0;width:100%;min-height:60px;box-sizing:border-box;display:grid;grid-template-columns:28px 38px 28px minmax(0,1fr) 56px;align-items:center;gap:10px;padding:6px 10px;border:0;border-radius:12px;color:var(--customize-heading-color);background:transparent;cursor:grab;box-shadow:inset 0 0 0 1px transparent;transition:transform .24s cubic-bezier(.2,.78,.2,1),opacity .18s ease,background-color .18s ease,box-shadow .18s ease}.new-tab .customize-panel .apps-settings-row:hover,.new-tab .customize-panel .apps-settings-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.new-tab .customize-panel .apps-settings-row:active{cursor:grabbing}.new-tab .customize-panel .apps-settings-row.is-inactive{opacity:.58}.new-tab .customize-panel .apps-settings-row.is-dragging{z-index:2;opacity:.24;outline:1px dashed rgb(47 127 242 / 54%);outline-offset:-2px;background:#2f7ff214}.new-tab .customize-panel .apps-settings-row.is-drop-target{background:#2f7ff217;box-shadow:inset 3px 0 #2f7ff299}.new-tab .customize-panel .apps-settings-drag,.new-tab .customize-panel .apps-settings-pin{width:28px;height:32px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:10px;color:var(--customize-copy-color);background:transparent;cursor:pointer;transition:color .16s ease,background-color .16s ease,opacity .16s ease}.new-tab .customize-panel .apps-settings-drag{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.new-tab .customize-panel .apps-settings-drag:active{cursor:grabbing}.new-tab .customize-panel .apps-settings-pin:hover,.new-tab .customize-panel :is(.apps-settings-drag,.apps-settings-pin):focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.new-tab .customize-panel .apps-settings-drag:hover{color:var(--customize-heading-color);background:transparent}.new-tab .customize-panel .apps-settings-pin:disabled{opacity:.35;cursor:default}.new-tab .customize-panel .apps-settings-pin:disabled:hover{color:var(--customize-copy-color);background:transparent}.new-tab .customize-panel .apps-settings-drag svg{width:16px;height:16px}.new-tab .customize-panel .apps-settings-pin svg{width:13px;height:13px;stroke-width:1.8;transform:rotate(-12deg)}.new-tab .customize-panel .apps-settings-pin.active{color:var(--accent)}.new-tab .customize-panel .apps-settings-pin.active svg{fill:currentColor}.new-tab .customize-panel .apps-settings-icon,.apps-settings-drag-preview .apps-settings-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgb(97 109 121 / 9%);border-radius:12px;background:#fff;box-shadow:inset 0 1px #ffffffbf,0 5px 14px #232b3414}.new-tab .customize-panel .apps-settings-icon img,.apps-settings-drag-preview .apps-settings-icon img{width:24px;height:24px;object-fit:contain}.new-tab .customize-panel .apps-settings-icon svg,.apps-settings-drag-preview .apps-settings-icon svg{width:18px;height:18px;color:#68737e;stroke-width:1.7}.new-tab .customize-panel .apps-settings-icon.icon-unavailable:after,.apps-settings-drag-preview .apps-settings-icon.icon-unavailable:after{content:attr(data-letter);color:#68737e;font-size:14px;font-weight:500}.new-tab .customize-panel .apps-settings-copy{min-width:0;overflow:hidden;color:var(--customize-heading-color);font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.new-tab .customize-panel .apps-settings-row>.toggle-switch{width:56px;min-width:56px;justify-self:end}.apps-settings-drag-preview{position:fixed;z-index:2147483647;box-sizing:border-box;min-width:0;min-height:60px;display:grid;grid-template-columns:28px 38px 28px minmax(0,1fr) 56px;align-items:center;gap:10px;padding:6px 10px;border:1px solid rgb(47 127 242 / 64%);border-radius:14px;color:#262a2f;background:#f7f9fbf7;box-shadow:0 18px 42px #171f2838,inset 0 1px #ffffffb3;pointer-events:none;transform:scale(1.015)}.apps-settings-drag-preview.is-dark{color:#f4f6f8;background:#272d37fa;box-shadow:0 20px 48px #00000061,inset 0 1px #ffffff14}.apps-settings-drag-preview :is(.apps-settings-drag,.apps-settings-pin){width:28px;height:32px;display:grid;place-items:center;color:#7c858f}.apps-settings-drag-preview.is-dark :is(.apps-settings-drag,.apps-settings-pin){color:#aeb6c1}.apps-settings-drag-preview .apps-settings-drag svg{width:16px;height:16px}.apps-settings-drag-preview .apps-settings-pin svg{width:13px;height:13px;stroke-width:1.8;transform:rotate(-12deg)}.apps-settings-drag-preview .apps-settings-pin.active{color:var(--accent, #2f7ff2)}.apps-settings-drag-preview .apps-settings-pin.active svg{fill:currentColor}.apps-settings-drag-preview .apps-settings-copy{min-width:0;overflow:hidden;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.apps-settings-switch-preview{position:relative;width:56px;height:24px;justify-self:end;border-radius:999px;background:#c9ccd3}.apps-settings-switch-preview i{position:absolute;top:2px;left:2px;width:31px;height:20px;border-radius:999px;background:#fff;box-shadow:0 0 2px #1e242b2e}.apps-settings-switch-preview.on{background:#34c759}.apps-settings-switch-preview.on i{transform:translate(21px)}.dark-theme.new-tab .customize-panel .apps-settings-row:hover,.dark-theme.new-tab .customize-panel .apps-settings-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.dark-theme.new-tab .customize-panel .apps-settings-pin:hover,.dark-theme.new-tab .customize-panel :is(.apps-settings-drag,.apps-settings-pin):focus-visible{background:#ffffff14}.dark-theme.new-tab .customize-panel .apps-settings-drag:hover{background:transparent}.new-tab .customize-panel .apps-settings-icon.apps-apple-brand-icon,.new-tab .apps-launcher-item>button:first-child>span.apps-apple-brand-icon,.apps-settings-drag-preview .apps-settings-icon.apps-apple-brand-icon{position:relative;overflow:hidden;border-color:transparent;background:transparent;box-shadow:none}.new-tab .customize-panel .apps-settings-icon.apps-apple-brand-icon>img,.new-tab .apps-launcher-item>button:first-child>span.apps-apple-brand-icon>img,.apps-settings-drag-preview .apps-settings-icon.apps-apple-brand-icon>img,.apps-apple-brand-icon .apps-apple-calendar-date{width:100%;height:100%;object-fit:contain}.apps-apple-calendar-date{position:relative;display:block;box-sizing:border-box;overflow:hidden;border:1px solid rgb(50 58 67 / 10%);border-radius:11px;background:#fff;box-shadow:0 5px 12px #20283124,inset 0 1px #ffffffe5}.apps-apple-calendar-date>i,.apps-apple-calendar-date>b{position:absolute;z-index:1;left:50%;display:block;width:82%;overflow:hidden;color:#111318;font-style:normal;line-height:1;text-align:center;text-overflow:clip;white-space:nowrap;transform:translate(-50%)}.apps-apple-calendar-date>i{top:4px;color:#f23b30;font-size:7px;font-weight:700;letter-spacing:.02em}.apps-apple-calendar-date>b{top:12px;font-size:20px;font-weight:400}.mantra-settings-section{padding:var(--customize-card-padding);overflow:hidden}.mantra-create-form{display:grid;gap:12px;padding:0}.mantra-create-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.mantra-create-heading h3{margin:0;font-size:18px;font-weight:650}.mantra-create-heading span{display:block;margin-top:4px;color:#8d949c;font-size:15px}.mantra-create-heading small{color:#9299a1;font-size:11px;white-space:nowrap}.mantra-create-control{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:8px;padding:0;border:0;background:transparent}.mantra-create-control>button,.mantra-catalog-actions>button{display:grid;place-items:center;padding:0;border:1px solid transparent;color:var(--customize-copy-color);background:transparent;cursor:pointer}.mantra-create-control>button{width:40px;height:40px;border-radius:10px}.mantra-create-control>button:not(:disabled):hover,.mantra-create-control>button:not(:disabled):focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.mantra-create-control>button:disabled{cursor:default;opacity:.38}.mantra-create-control svg{width:17px;height:17px;stroke-width:1.9}.mantra-create-limit{color:#9a6670;font-size:11px}.mantra-catalog-section{padding:var(--customize-card-padding);overflow:hidden}.mantra-catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 12px}.mantra-catalog-heading h3{margin:0;font-size:18px;font-weight:650}.mantra-catalog-heading span{display:block;margin-top:4px;color:#8d949c;font-size:15px}.mantra-catalog-heading small{color:#9299a1;font-size:11px}.mantra-catalog-list{display:grid;gap:2px;padding:0}.mantra-catalog-row{min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px;border-radius:11px;color:#454b52;box-shadow:inset 0 0 0 1px transparent;transition:background-color .18s ease,box-shadow .18s ease}.mantra-catalog-select{min-width:0;min-height:48px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.mantra-catalog-select:focus-visible{border-radius:8px;outline:2px solid var(--accent);outline-offset:-2px}.mantra-catalog-row:hover,.mantra-catalog-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.mantra-catalog-row.current{background:#2a323a14}.mantra-catalog-status{color:var(--customize-copy-color);font-size:10px;text-align:center}.mantra-catalog-status>span{font-size:9px}.mantra-catalog-copy{min-width:0;overflow:hidden;color:var(--customize-heading-color);font-size:13px;font-weight:400;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.mantra-catalog-actions{display:flex;flex:0 0 auto;align-items:center;gap:2px}.mantra-catalog-actions>button{width:32px;height:32px;border-radius:9px;transition:opacity .14s ease,color .14s ease,background .14s ease}.mantra-catalog-actions>.mantra-catalog-delete{opacity:0;pointer-events:none}.mantra-catalog-row:hover .mantra-catalog-delete,.mantra-catalog-row:focus-within .mantra-catalog-delete,.mantra-catalog-delete:focus-visible{opacity:1;pointer-events:auto}.mantra-catalog-actions>button:hover,.mantra-catalog-actions>button:focus-visible{color:var(--customize-heading-color);background:#ffffff5c}.mantra-catalog-actions>button.pinned{color:var(--accent)}.mantra-catalog-actions>button svg{width:14px;height:14px;stroke-width:1.8}.mantra-catalog-actions>.mantra-catalog-pin svg{transform:rotate(-12deg)}.mantra-catalog-actions>button.pinned svg{fill:currentColor}.dark-theme .mantra-create-heading h3,.dark-theme .mantra-catalog-row{color:#e1e6eb}.dark-theme .mantra-create-heading span,.dark-theme .mantra-create-heading small{color:#87929e}.dark-theme .mantra-create-control>button:not(:disabled):hover,.dark-theme .mantra-create-control>button:not(:disabled):focus-visible,.dark-theme .mantra-catalog-actions>button:hover,.dark-theme .mantra-catalog-actions>button:focus-visible{background:#ffffff14}.dark-theme .mantra-catalog-row:hover,.dark-theme .mantra-catalog-row:focus-within{background:var(--customize-row-hover-background);box-shadow:inset 0 0 0 1px var(--customize-row-hover-border)}.dark-theme .mantra-catalog-row.current{background:#ffffff14}.dark-theme .mantra-catalog-heading span,.dark-theme .mantra-catalog-heading small,.dark-theme .mantra-catalog-status,.dark-theme .mantra-catalog-actions>button{color:#87929e}.dark-theme .mantra-catalog-actions>button.pinned{color:var(--accent)}@media(hover:none){.mantra-catalog-actions>.mantra-catalog-delete{opacity:1;pointer-events:auto}}:root{--accent: #2f7ff2;--accent-hover: #1f70e5;--accent-soft: #edf5ff;--danger: #ed3f4f;--danger-hover: #d92f40;--danger-soft: #fff0f2;--font-roboto: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-system: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--font-apple: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--font-microsoft: "Segoe UI", Arial, sans-serif;--font-google: "Roboto", Arial, sans-serif;--font-editorial: Iowan Old Style, Baskerville, "Times New Roman", serif;--font-rounded: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", sans-serif;--font-geometric: "Avenir Next", Avenir, Futura, "Century Gothic", sans-serif;--font-terminal: "SFMono-Regular", Consolas, "Liberation Mono", monospace;color:#30343a;background:var(--entry-background, #edf0f3);font-family:var(--font-roboto);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{min-height:100vh;overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:is(a[href],button:not(:disabled),select:not(:disabled),summary,label[for],[role=button]:not([aria-disabled=true]),[role=option]:not([aria-disabled=true]),input[type=button]:not(:disabled),input[type=submit]:not(:disabled),input[type=reset]:not(:disabled),input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled),input[type=range]:not(:disabled)){cursor:pointer!important}:is(button:disabled,select:disabled,[aria-disabled=true],input:disabled){cursor:default!important}button{color:inherit}@media(max-width:700px){html,body,#root{height:100%;overflow:hidden}body{min-height:100svh}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--compact-settings-background: #f8f9fb;--compact-settings-border: #e0e5e9;--compact-settings-shadow: 0 18px 44px rgb(31 42 52 / 20%), 0 4px 12px rgb(31 42 52 / 8%);--compact-settings-text: #4c555e;--compact-toggle-track: #c9ccd3;--compact-toggle-track-active: #34c759}.new-tab button:focus,.new-tab button:focus-visible{outline:none}.new-tab button:focus-visible:not(:active){filter:brightness(.98)}.new-tab{--utility-surface-border: rgb(255 255 255 / 65%);--utility-surface-background: rgb(255 255 255 / 38%);--utility-surface-hover: rgb(255 255 255 / 54%);--utility-surface-shadow: inset 0 1px rgb(255 255 255 / 75%), 0 12px 32px rgb(53 67 79 / 6%);--utility-control-font-size: 13px;position:relative;min-height:100vh;overflow:hidden;color:#34383e;isolation:isolate;user-select:none;-webkit-user-select:none}.new-tab input,.new-tab textarea,.new-tab [contenteditable=true]{user-select:text;-webkit-user-select:text}.new-tab{--workspace-tone-overlay: linear-gradient(180deg, rgb(255 255 255 / 15%), transparent 42%, rgb(56 69 80 / 3%))}.new-tab:after{position:fixed;z-index:-2;top:0;right:0;bottom:0;left:0;content:"";background:var(--workspace-tone-overlay);pointer-events:none}.new-tab.contrast-boost-low{--workspace-tone-overlay: linear-gradient(180deg, rgb(255 255 255 / 23%), rgb(255 255 255 / 10%) 48%, rgb(255 255 255 / 18%))}.new-tab.contrast-boost-high{--workspace-tone-overlay: linear-gradient(180deg, rgb(255 255 255 / 38%), rgb(255 255 255 / 22%) 48%, rgb(255 255 255 / 32%))}.new-tab.dark-theme.contrast-boost-low{--workspace-tone-overlay: linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 10%) 48%, rgb(0 0 0 / 16%))}.new-tab.dark-theme.contrast-boost-high{--workspace-tone-overlay: linear-gradient(180deg, rgb(0 0 0 / 34%), rgb(0 0 0 / 24%) 48%, rgb(0 0 0 / 30%))}.new-tab:is(.contrast-boost-low,.contrast-boost-high){--utility-surface-border: rgb(255 255 255 / 38%)}.new-tab.dark-theme:is(.contrast-boost-low,.contrast-boost-high){--utility-surface-border: rgb(255 255 255 / 10%)}.new-tab.low-performance *,.new-tab.low-performance *:before,.new-tab.low-performance *:after{animation-delay:0s!important;animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:1ms!important}.new-tab.low-performance *{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.new-tab.low-performance{--utility-surface-border: #d6dee5;--utility-surface-background: #eef2f5;--utility-surface-hover: #e3e9ee}.new-tab.low-performance.dark-theme{--utility-surface-border: #303b47;--utility-surface-background: #202832;--utility-surface-hover: #2a3440}.top-region{position:absolute;z-index:5;top:0;right:0;left:0;display:flex;align-items:flex-start;justify-content:space-between;padding:30px 36px;transition:opacity .22s ease}.top-region.utility-open{z-index:2147483646;pointer-events:none}.top-region.utility-open .utility-nav{pointer-events:auto}.utility-nav{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--utility-surface-border);border-radius:15px;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.utility-nav button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:0;border-radius:11px;color:#666c73;background:transparent;cursor:pointer;font-size:var(--utility-control-font-size);font-weight:400;line-height:1.2;transition:color .14s ease,background .14s ease,transform .14s ease}.utility-nav button:hover,.utility-nav button.active{color:#2f343a;background:#ffffffc7;box-shadow:0 5px 14px #35434f12}.utility-nav button:hover{transform:translateY(-1px)}.utility-nav .utility-nav-icon{display:none;width:14px;height:14px;stroke-width:1.7}@media(max-width:980px){.top-region .utility-nav{gap:6px;padding:5px;border-radius:17px}.top-region .utility-nav button{position:relative;width:44px;min-width:44px;height:44px;padding:0;border-radius:13px}.top-region .utility-nav .utility-nav-icon{display:block;width:20px;height:20px;stroke-width:1.7}}.utility-dismiss-layer{position:fixed;z-index:2147483645;top:0;right:0;bottom:0;left:0;background:transparent}.home-stage{width:min(1020px,calc(100% - 80px));min-height:100vh;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:95px 0;transition:transform .23s cubic-bezier(.2,.75,.2,1),opacity .22s ease}.home-stage.without-shortcuts{justify-content:center;padding-top:95px;padding-bottom:95px}.clock-area{text-align:center;color:#363a40}.clock-area p{margin:0 0 3px;color:#60666d;font-size:17px;font-weight:400;letter-spacing:-.01em;transition:font-size .18s ease}.clock-area.date-compact p{font-size:13px}.clock-area.date-custom p{font-size:min(var(--custom-date-size),4vw)}.clock-area time{display:flex;align-items:center;justify-content:center;font-size:122px;font-weight:550;letter-spacing:-.025em;font-variant-numeric:tabular-nums;line-height:.98;text-shadow:0 10px 30px rgb(63 73 82 / 5%);transition:font-size .18s ease}.clock-area time>span{display:inline-block}.clock-area .clock-separator{margin:0 .055em;letter-spacing:0;transform:translateY(-.055em)}.clock-area time>small{align-self:flex-start;margin:calc(.12em + 5px) 0 0 .28em;font-size:.13em;font-weight:650;letter-spacing:.04em;line-height:1;text-transform:uppercase}.clock-area.compact time{font-size:78px}.clock-area.custom time{font-size:min(var(--custom-clock-size),18vw)}.footer-popover-dismiss-layer{position:fixed;z-index:2147483645;top:0;right:0;bottom:0;left:0;background:transparent}.bottom-right-controls{position:fixed;z-index:9;right:32px;bottom:27px;display:flex;align-items:center;gap:12px}.utility-nav{transition:transform .23s cubic-bezier(.2,.75,.2,1),opacity .22s ease}.dark-theme{color:#f7f8fa}.dark-theme:after{background:linear-gradient(180deg,rgb(0 0 0 / 10%),transparent 38%,rgb(0 0 0 / 18%))}.dark-theme .clock-area{color:#fff}.new-tab.dark-theme{--utility-surface-border: rgb(255 255 255 / 15%);--utility-surface-background: rgb(15 21 29 / 24%);--utility-surface-hover: rgb(255 255 255 / 12%);--utility-surface-shadow: inset 0 1px rgb(255 255 255 / 10%), 0 12px 32px rgb(0 0 0 / 10%)}.dark-theme .clock-area p{color:#ffffffb3}.dark-theme .clock-area time{text-shadow:0 8px 28px rgb(0 0 0 / 22%)}.dark-theme .utility-nav button{color:#ffffffb8}.dark-theme .utility-nav button:hover,.dark-theme .utility-nav button.active{color:#fff;background:#ffffff24}@media(max-height:780px)and (min-width:701px){.home-stage,.home-stage.without-shortcuts{padding:82px 0}}@media(max-width:1050px)and (min-width:701px){.home-stage{width:min(820px,calc(100% - 64px))}}@media(max-width:700px){.new-tab{width:100%;height:100svh;min-height:100svh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none}.top-region{position:absolute;min-height:62px;align-items:center;flex-wrap:nowrap;gap:14px;padding:18px 16px 0}.top-region .utility-nav{flex:0 0 auto;margin-left:auto}.utility-nav button{padding:7px 8px;font-size:10px}.home-stage,.home-stage.without-shortcuts{width:calc(100% - 28px);min-height:100svh;padding:96px 0}.bottom-right-controls{right:12px;bottom:17px;gap:8px}}@media(max-width:420px){.top-region{gap:8px}.utility-nav{margin-left:auto}.utility-nav button{padding-right:7px;padding-left:7px}}.new-tab.low-performance .metric-source-option{background:#e5ebf0}.new-tab.low-performance .metric-source-option:hover{background:#dae3ea}.new-tab.low-performance.dark-theme .metric-source-option{background:#2a333e}.new-tab.low-performance.dark-theme .metric-source-option:hover{background:#313c48}.new-tab.low-performance .world-clock-primary:disabled{color:#ffffff9e;background:#9aa7b2;opacity:1}.new-tab.low-performance.dark-theme .world-clock-primary:disabled{color:#ffffff7a;background:#344150}body:has(.new-tab.dark-theme){--compact-settings-background: #202731;--compact-settings-border: #394451;--compact-settings-shadow: 0 18px 44px rgb(0 0 0 / 38%);--compact-settings-text: #d5dbe1;--compact-toggle-track: #4a535e;--compact-toggle-track-active: #30c456}@media(min-width:681px)and (max-width:980px){.top-region{align-items:center}}@media(max-width:680px){.clock-area.custom time{font-size:var(--custom-clock-size)}.clock-area.date-custom p{font-size:var(--custom-date-size)}}.home-stage,.home-stage.without-shortcuts{min-height:100svh;padding-top:var(--workspace-safe-top, 95px);padding-bottom:var(--workspace-safe-bottom, 95px)}@media(prefers-color-scheme:dark){.release-page .legal-back-link{color:#c7ced6}.release-page .legal-back-link:hover{color:#6da9ff}.release-page .legal-hero{border-color:#303844}.release-page .legal-hero h1{color:#f3f5f7}.release-page .legal-hero>p:not(.legal-eyebrow){color:#a4adb7}.release-page .legal-document-footer{border-color:#303844;color:#818b96}.release-page .legal-document-footer a{color:#aeb6bf}.release-page .legal-document-footer a:hover{color:#80b4ff}}.utility-popover{position:fixed;z-index:18;border:1px solid rgb(255 255 255 / 82%);border-radius:22px;color:#343a40;background:#fbfcfde5;box-shadow:inset 0 1px #fff,0 25px 70px #2835402b;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);animation:pop-in .17s cubic-bezier(.2,.75,.2,1)}@keyframes pop-in{0%{opacity:0;transform:translateY(-7px) scale(.98)}}.utility-popover{z-index:2147483647;top:84px;right:36px;width:320px;padding:20px}.apps-launcher-search{height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;margin:0 22px 9px;padding:0 12px;border:1px solid #e2e6ea;border-radius:12px;color:#8b949d;background:#f5f7f9e0}.apps-launcher-search:focus-within{border-color:#2f7ff275;box-shadow:0 0 0 3px #2f7ff217}.apps-launcher-search svg{width:16px;height:16px;stroke-width:1.8}.apps-launcher-search input{min-width:0;border:0;outline:0;color:#343a41;background:transparent;font:400 13px/1.2 var(--font-system)}.apps-launcher-search input::placeholder{color:#a1a8af}.popover-heading,.panel-title,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.popover-heading span{min-width:0;flex:0 0 auto;font-size:15px;font-weight:500;white-space:nowrap}.popover-heading strong{min-width:0;flex:0 1 auto;margin-left:auto;color:#959aa0;font-size:10.5px;font-weight:400;line-height:1.2;text-align:right;white-space:nowrap}.focus-tasks-trigger{position:absolute;z-index:4;top:max(24px,env(safe-area-inset-top));right:max(24px,env(safe-area-inset-right));margin:0}.focus-immersive-open>:not(.page-background):not(.ambient):not(.focus-immersive):not(.bottom-right-controls):not(.customize-layer):not(.utility-tasks):not(.utility-notes):not(.utility-dismiss-layer){pointer-events:none}.focus-immersive-open>.utility-tasks,.focus-immersive-open>.utility-notes{pointer-events:auto}.focus-immersive-open .bottom-right-controls .zen-trigger{display:none}.focus-immersive-open .customize-layer{z-index:90}.focus-stage-background,.focus-stage-workspace-tone{position:fixed;top:0;right:0;bottom:0;left:0}.focus-stage-background{z-index:0;background-position:center;background-size:cover;backface-visibility:hidden;filter:blur(var(--focus-background-blur));transform:scale(var(--focus-background-scale));will-change:filter,transform;animation:focus-stage-background-enter var(--focus-entry-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-stage-ambient{position:fixed;z-index:1;width:38vw;height:38vw;border-radius:50%;filter:blur(105px);opacity:.22}.focus-stage-ambient-a{top:-21vw;left:-9vw;background:#8dcfff}.focus-stage-ambient-b{right:-15vw;bottom:-24vw;background:#c5a8ff}.focus-stage-workspace-tone{z-index:2;background:var(--workspace-tone-overlay)}.focus-stage>.focus-tasks-trigger{transition:opacity var(--focus-entry-transition-duration) cubic-bezier(.22,.8,.24,1)}.focus-stage.previewing>.focus-tasks-trigger{opacity:0;pointer-events:none}.focus-immersive.exiting .focus-stage>.focus-tasks-trigger{opacity:0}@keyframes focus-stage-background-enter{0%{filter:blur(var(--focus-background-start-blur));transform:scale(var(--focus-background-start-scale))}to{filter:blur(var(--focus-background-blur));transform:scale(var(--focus-background-scale))}}@keyframes focus-stage-background-exit{0%{filter:blur(var(--focus-background-blur));transform:scale(var(--focus-background-scale))}to{filter:blur(var(--focus-background-start-blur));transform:scale(var(--focus-background-start-scale))}}.focus-immersive.exiting .focus-stage-background{animation:focus-stage-background-exit var(--focus-exit-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-pip-card.image-background{--focus-primary-control-background: rgb(255 255 255 / 11%);--focus-primary-control-background-hover: rgb(255 255 255 / 16%);color:#f5f7f9}.focus-pip-card.image-background .focus-pip-modes{background:#ffffff0d}.focus-pip-card.image-background .focus-pip-modes button{color:#ffffff7a}.focus-pip-card.image-background .focus-pip-modes button.active{color:#fff;background:#ffffff1c}.focus-pip-card.image-background .focus-pip-intention::placeholder{color:#ffffff94}.focus-pip-card.image-background .focus-pip-intention:hover{background:#ffffff14}.focus-pip-card.image-background .focus-pip-intention:focus{background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff1f}@media(min-height:480px){.focus-pip-card.image-background .focus-pip-dial .focus-dial-track{stroke:#ffffff3d}}@media(max-width:680px){.focus-tasks-trigger{top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right))}}@media(prefers-reduced-motion:reduce){.focus-stage-background,.focus-stage-workspace-tone,.focus-stage-ambient{animation:none}.focus-immersive.exiting .focus-stage-background,.focus-immersive.exiting .focus-stage-workspace-tone,.focus-immersive.exiting .focus-stage-ambient{animation-duration:1ms}.focus-stage>.focus-tasks-trigger{transition:none}}.utility-popover textarea{width:100%;height:150px;margin-top:15px;padding:13px;resize:none;border:1px solid #e1e4e7;border-radius:13px;outline:none;color:#373c42;background:#fffc;font-size:12px;line-height:1.55}.utility-popover textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff21a}.task-note>span{color:#8a9198;font-size:10.5px;font-weight:560}.task-note{display:flex;flex-direction:column;gap:6px}.utility-popover textarea.task-note-input{width:100%;height:70px;min-height:70px;margin:0;padding:10px 11px;border:1px solid #e3e6e9;border-radius:10px;background:#fff;font-size:13px;font-weight:400;line-height:1.4}.task-date-quick{display:flex;flex-wrap:wrap;gap:4px}.task-date-quick>button,.task-date-quick>label{min-height:28px;display:flex;align-items:center;gap:5px;padding:0 8px;border:0;border-radius:8px;color:#747d85;background:#f1f3f5;cursor:pointer;font-size:9px}.task-date-quick>button.active{color:#fff;background:var(--accent)}.task-date-quick>label{position:relative}.task-date-quick>label svg{width:12px;height:12px;pointer-events:none}.task-date-quick input{width:86px;border:0;outline:0;color:inherit;background:transparent;font-size:9px}.task-editor-note{min-width:0;display:grid;gap:5px}.task-editor-note>span{color:#8b939b;font-size:9px}.utility-popover textarea.task-editor-note textarea,.task-editor-note textarea{width:100%;height:54px;min-height:54px;margin:0;padding:8px 9px;border:1px solid #e0e5e9;border-radius:8px;color:#4b545c;background:#f8f9fa;font-size:10px;line-height:1.4}@media(max-width:700px){.task-date-quick input{width:96px}}.shared-popover{border:1px solid #dfe4e8;border-radius:15px;color:#4a535c;background:#fff;box-shadow:0 18px 45px #24303b2b,0 4px 13px #24303b12;animation:context-menu-in .15s cubic-bezier(.2,.78,.2,1)}.shared-popover.shared-popover-surface-glass,.shared-popover.shared-popover-surface-glass-strong{border:0;box-shadow:0 25px 70px #2835402b;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%)}.shared-popover.shared-popover-surface-glass{background:#fbfcfdc7}.shared-popover.shared-popover-surface-glass-strong{background:#fbfcfde5}.shared-popover button{font-family:inherit}.shared-popover-divider{height:1px;margin:5px -6px;background:#e7eaed}.shared-popover>button{width:100%;min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:10px;color:#4c555e;background:transparent;cursor:pointer;font-size:12px;font-weight:400;text-align:left}.shared-popover>button:hover,.shared-popover>button.active{background:#eff2f4}.shared-popover button svg{width:15px;height:15px;stroke-width:1.8}.shared-popover button small{overflow:hidden;max-width:100px;color:#929aa2;font-size:10px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.shared-popover button.danger{color:#c64f59}.shared-popover button:disabled{opacity:.38;cursor:default}.task-meta-note{display:grid;gap:6px;padding:7px 10px 9px;color:#8b939b;font-size:10px}.utility-popover .task-meta-note textarea,.task-meta-note textarea{width:100%;height:54px;min-height:54px;margin:0;padding:8px 9px;resize:none;border:1px solid #e0e5e9;border-radius:9px;outline:0;color:#4b545c;background:#f7f8f9;font:inherit;font-size:11px;line-height:1.4}.search-layer-open .workspace-primary-slot{z-index:2147483646}.workspace-primary-slot.mode-search{width:min(900px,calc(100vw - 180px))}.workspace-primary-slot>.task-center-block{width:min(680px,100%);max-width:100%;margin-top:0}.workspace-primary-slot>.workspace-search-shell{width:100%;max-width:100%;margin-top:0}.workspace-search-shell{position:relative;width:100%}.workspace-search-shell:before{position:absolute;top:-10px;right:100%;bottom:-10px;width:48px;content:""}.workspace-search-shell>.web-search{width:100%;max-width:100%;margin-top:0}.workspace-search-shell>.workspace-primary-switcher{position:absolute;top:50%;right:calc(100% + 4px);transform:translateY(-50%)}.workspace-search-shell:hover>.workspace-primary-switcher,.workspace-search-shell>.workspace-primary-switcher:focus-within,.task-center-card:hover>.workspace-primary-switcher,.task-center-card:focus-within>.workspace-primary-switcher,.task-center-edit-shell:hover>.workspace-primary-switcher,.task-center-edit-shell:focus-within>.workspace-primary-switcher{opacity:1;pointer-events:auto}@keyframes provider-in{0%{opacity:0;transform:translateY(-4px)}}@keyframes provider-in-above{0%{opacity:0;transform:translateY(4px)}}.provider-section-quick{grid-column:3}.workspace-context-menu.folder-context-menu{width:220px;border:0;box-shadow:0 24px 65px #1f2a3438,0 5px 16px #1f2a3417}.panel-title>div{display:flex;flex-direction:column;gap:3px}.panel-title small{color:#9a9fa5;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.panel-title strong{font-size:16px;font-weight:500;letter-spacing:-.03em}.panel-title>button{width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;padding:0;color:#777d84;background:#eceff1;cursor:pointer;font-size:20px}.panel-title>button svg{width:16px;height:16px}.control-row,.select-control{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #eceef0;color:#666c73;font-size:11px;font-weight:650}.segments{display:flex;padding:3px;border-radius:10px;background:#e1e6ea;box-shadow:inset 0 0 0 1px #44515c0d}.segments button{padding:6px 9px;border:0;border-radius:7px;color:#68727b;background:transparent;cursor:pointer;font-size:9px;font-weight:700;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}.segments button.selected{color:#27333d;background:#f6f8f9;box-shadow:inset 0 0 0 1px #44515c0f,0 2px 6px #29353f17}.select-control select{padding:7px 27px 7px 10px;border:1px solid #e1e4e7;border-radius:9px;outline:none;color:#4b5158;background:#fff;font-size:10px}.custom-select{position:relative;overflow:visible}.custom-select-picker{position:relative}.custom-select-trigger{min-width:132px;height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 12px;border:1px solid #dfe3e7;border-radius:11px;color:#454b52;background:#fff;box-shadow:0 3px 10px #2a37420d;cursor:pointer;font-size:10px;font-weight:650}.custom-select-trigger>span{white-space:nowrap}.custom-select-trigger>i{width:7px;height:7px;margin-top:-3px;border-right:1.5px solid #8f969e;border-bottom:1.5px solid #8f969e;transform:rotate(45deg)}.custom-select-menu{position:absolute;z-index:50;top:calc(100% + 7px);right:0;width:max-content;min-width:max(100%,166px);max-width:calc(100vw - 40px);display:grid;gap:2px;padding:6px;border:1px solid #e1e5e8;border-radius:13px;background:#fff;box-shadow:0 18px 42px #28343f2e;animation:provider-in .13s ease-out}.custom-select-menu.is-scrollable{max-height:calc(var(--visible-options, 7) * 38px + 10px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgb(132 143 154 / 34%) transparent}.custom-select-menu.is-scrollable::-webkit-scrollbar{width:5px}.custom-select-menu.is-scrollable::-webkit-scrollbar-track{background:transparent}.custom-select-menu.is-scrollable::-webkit-scrollbar-thumb{border-radius:999px;background:#848f9a4d}.custom-select-picker.open-up .custom-select-menu{top:auto;bottom:calc(100% + 7px);transform-origin:bottom right}.custom-select-menu button{width:100%;height:36px;display:grid;grid-template-columns:1fr 16px;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:9px;color:#555b62;background:transparent;cursor:pointer;text-align:left;font-size:10px;font-weight:650}.custom-select-menu button>span{white-space:nowrap}.custom-select-menu button:hover,.custom-select-menu button.active,.custom-select-menu button.focused{background:#f0f3f5}.custom-select-menu button .custom-select-check{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--accent);box-shadow:0 3px 8px #2f7ff233;opacity:0;transform:scale(.72);transition:opacity .13s ease,transform .15s cubic-bezier(.2,.8,.2,1)}.custom-select-menu button .custom-select-check svg{width:11px;height:11px;stroke-width:2.7}.custom-select-menu button.active .custom-select-check{opacity:1;transform:scale(1)}.workspace-dock.search-hidden{opacity:0;pointer-events:none;transform:translate(-50%,18px)}@keyframes context-menu-in{0%{opacity:0;transform:translateY(6px) scale(.965)}}.customize-release-hint{position:absolute;right:2px;bottom:calc(100% + 8px);z-index:2;height:21px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--accent);border-radius:999px;color:#fff;background:var(--accent);box-shadow:0 7px 18px #2f7ff23d;pointer-events:none;font:500 10px/1 var(--font-system);white-space:nowrap;animation:customize-release-hint-in .22s ease both}.customize-release-hint:after{position:absolute;right:12px;bottom:-4px;width:7px;height:7px;border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);background:inherit;content:"";transform:rotate(45deg)}@keyframes customize-release-hint-in{0%{opacity:0;translate:0 4px}}.zen-mode .bottom-right-controls .customize-trigger{opacity:0;pointer-events:none}.zen-mode .customize-release-hint{opacity:0}@keyframes template-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.template-site-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:15px 9px}.template-site .site-icon-shell{width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px;flex:0 0 44px;aspect-ratio:1;border-radius:14px}.icon-library-search{height:43px;display:flex;align-items:center;gap:9px;margin:0 22px 14px;padding:0 12px;border:1px solid #dfe4e8;border-radius:12px;color:#90979e;background:#fff}.icon-library-search>svg{width:17px;height:17px}.icon-library-search input{min-width:0;flex:1;border:0;outline:0;color:#41474d;background:transparent;font-size:11px}.bookmark-catalog-search{height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dfe4e8;border-radius:12px;color:#9ba1a7;background:#fff}.bookmark-catalog-search>svg{width:18px;height:18px;flex:0 0 auto;stroke-width:1.9}.bookmark-catalog-search input{min-width:0;flex:1;border:0;outline:0;color:#41474d;background:transparent;font-size:13px;line-height:1.35}@keyframes fade-in{0%{opacity:0}}.customize-panel header.workspace-detail-header{height:62px;gap:0;padding:14px 18px}.workspace-detail-header+.customize-content{height:calc(100% - 62px)}.customize-footer-row .legal-footer{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px 16px;min-width:0;margin:0;padding:0}.legal-footer .app-version{color:#9aa0a7;font-size:11px;font-weight:400;line-height:1.2;white-space:nowrap}.undo-toast{position:fixed;z-index:2147483647;left:50%;bottom:calc(24px + env(safe-area-inset-bottom,0px));min-width:min(380px,calc(100vw - 32px));min-height:54px;box-sizing:border-box;display:flex;align-items:center;gap:10px;padding:9px 10px 9px 16px;border:1px solid rgb(42 50 58 / 13%);border-radius:16px;color:#2d3238;background:#fafbfcf0;box-shadow:inset 0 1px #ffffffdb,0 16px 42px #1f28312e;-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%);transform:translate(-50%);animation:undo-toast-in .18s ease-out}.undo-toast>span{flex:1;min-width:0;font-size:13px;font-weight:400;line-height:1.3}.undo-toast>button:not(.undo-toast-close){padding:7px 10px;border:0;border-radius:10px;color:var(--accent);background:transparent;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.undo-toast>button:not(.undo-toast-close):hover,.undo-toast>button:not(.undo-toast-close):focus-visible{background:#2f7ff217}.undo-toast-close{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0;border-radius:10px;color:#7f8790;background:transparent;cursor:pointer}.undo-toast-close:hover,.undo-toast-close:focus-visible{color:#343a41;background:#3a444e14}.undo-toast-close svg{width:14px;height:14px}.dark-theme .undo-toast{border-color:#ffffff1a;color:#f4f6f8;background:#181e27f2;box-shadow:inset 0 1px #ffffff0a,0 18px 46px #00000052}.dark-theme .undo-toast>button:not(.undo-toast-close){color:#80b4ff}.dark-theme .undo-toast>button:not(.undo-toast-close):hover,.dark-theme .undo-toast>button:not(.undo-toast-close):focus-visible{background:#2f7ff226}.dark-theme .undo-toast-close{color:#9aa3ad}.dark-theme .undo-toast-close:hover,.dark-theme .undo-toast-close:focus-visible{color:#f2f5f7;background:#ffffff14}@keyframes undo-toast-in{0%{opacity:0;transform:translate(-50%,8px)}}.command-palette-layer{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;padding:min(15vh,132px) 18px 32px;background:#1e252c47;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);animation:fade-in .14s ease-out}.command-palette{width:min(620px,100%);overflow:hidden;border:1px solid rgb(255 255 255 / 78%);border-radius:22px;color:#353b42;background:#f9fafbf5;box-shadow:inset 0 1px #ffffffe5,0 32px 90px #1d273047;-webkit-backdrop-filter:blur(32px) saturate(145%);backdrop-filter:blur(32px) saturate(145%);animation:command-palette-in .18s cubic-bezier(.2,.78,.2,1)}@keyframes command-palette-in{0%{opacity:0;transform:translateY(-8px) scale(.985)}}.command-palette>h2{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.command-palette>header{min-height:68px;display:flex;align-items:center;gap:12px;padding:10px 14px 10px 19px}.command-palette>header>svg{width:20px;height:20px;flex:0 0 auto;color:#8c949c;stroke-width:1.8}.command-palette>header input{min-width:0;flex:1;border:0;outline:0;color:inherit;background:transparent;font-size:17px;font-weight:400;line-height:1.3}.command-palette>header input::placeholder{color:#969da4}.command-palette>header kbd{padding:5px 7px;border:1px solid #e0e4e7;border-radius:8px;color:#8b9299;background:#f1f3f5;font:10px var(--font-system)}.command-palette>header button{width:32px;height:32px;display:none;place-items:center;padding:0;border:0;border-radius:10px;color:#8c949c;background:#eef1f3;cursor:pointer}.command-palette>header button svg{width:15px;height:15px}.command-palette-list{max-height:min(430px,calc(100vh - 290px));overflow-y:auto;padding:0 10px 10px;scrollbar-color:rgb(126 136 146 / 20%) transparent;scrollbar-width:thin}.command-palette-entry>small{display:block;padding:10px 11px 6px;color:#9299a0;font-size:10px;font-weight:400}.command-palette-entry>button{width:100%;min-height:54px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:6px 11px;border:0;border-radius:13px;color:#41474d;background:transparent;cursor:pointer;text-align:left}.command-palette-entry>button.active{background:#eceff2}.command-palette-entry>button:disabled{color:#9ca3aa;cursor:default;opacity:.56}.command-palette-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#78828c;background:#f1f3f5}.command-palette-icon svg{width:17px;height:17px;stroke-width:1.7}.command-palette-entry>button>span:nth-child(2){min-width:0;display:grid;gap:2px}.command-palette-entry strong{overflow:hidden;font-size:13px;font-weight:400;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.command-palette-entry em{overflow:hidden;color:#90979e;font-size:10px;font-style:normal;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.command-palette-entry>button>kbd{min-width:25px;padding:4px 6px;border:1px solid #dde2e6;border-radius:7px;color:#899199;background:#f6f7f8;font:10px var(--font-system);text-align:center}.command-palette-empty{margin:0;padding:45px 20px 55px;color:#969da4;font-size:13px;text-align:center}.command-palette>footer{min-height:42px;display:flex;align-items:center;gap:18px;padding:0 20px;border-top:1px solid #e4e7ea;color:#9aa1a8;font-size:9px}.dark-theme .command-palette-layer{background:#03080d66}.dark-theme .command-palette{border-color:#ffffff21;color:#edf1f4;background:#1b222bf5;box-shadow:inset 0 1px #ffffff12,0 34px 95px #0000006b}.dark-theme .command-palette>header kbd,.dark-theme .command-palette-entry>button>kbd{border-color:#3a4550;color:#9fa9b3;background:#252e38}.dark-theme .command-palette>header button,.dark-theme .command-palette-icon{color:#aeb8c2;background:#252e38}.dark-theme .command-palette-entry>button{color:#e0e5ea}.dark-theme .command-palette-entry>button.active{background:#ffffff17}.dark-theme .command-palette-entry em,.dark-theme .command-palette-entry>small{color:#8f99a4}.dark-theme .command-palette>footer{border-color:#343e49;color:#87919b}@media(max-width:620px){.command-palette-layer{padding:74px 12px 20px}.command-palette{border-radius:19px}.command-palette>header{min-height:61px;padding-left:15px}.command-palette>header kbd{display:none}.command-palette>header button{display:grid}.command-palette-list{max-height:calc(100vh - 220px)}}.customize-panel .workspace-management label{font-size:13px;font-weight:400;line-height:1.2}.customize-panel .section-heading>div>span:not(.global-background-info){font-size:12px;font-weight:400;line-height:1.2}.simple-settings-link{width:100%;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;color:#353a40;cursor:pointer;text-align:left}.simple-settings-link:hover{color:#353a40;background:#f8f9fa}.simple-settings-link h3{margin:0;font-weight:400}.settings-link-title{min-width:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.settings-link-end{display:flex;align-items:center;gap:10px;color:#a8afb6}.settings-link-end>svg{width:17px;height:17px}.settings-link-end>kbd{padding:5px 8px;border:1px solid #e0e4e8;border-radius:8px;color:#7f8790;background:#f6f7f8;font:400 10px/1 var(--font-system);white-space:nowrap}.settings-link-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:#fff;background:var(--accent);box-shadow:0 7px 18px #2f7ff233}.settings-link-icon svg{width:19px;height:19px;stroke-width:1.9}.nested-settings-intro{margin-bottom:16px}.nested-settings-intro h3{margin:0 0 7px}.nested-settings-intro p{margin:0;color:#9299a1;font-size:10px;line-height:1.4}.settings-list{margin:4px -18px -18px 0}.settings-switch-row{min-height:58px;display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:10px;border-top:0;color:#3d4349}.settings-switch-row+.settings-switch-row{border-top:1px solid #eceef2}.settings-switch-row kbd{min-width:34px;width:fit-content;padding:5px 8px;border:1px solid #dfe3e8;border-radius:8px;color:#68717b;background:#f5f6f8;box-shadow:0 1px 1px #2830380d;font-family:inherit;font-size:10px;font-weight:650;text-align:center;white-space:nowrap}.settings-switch-row>span{font-size:12px;font-weight:400}.settings-switch-row>small{padding-right:18px;color:#999fa6;font-size:9px}.toggle-switch{position:relative;width:56px;height:24px;padding:0;border:0;border-radius:999px;background:#c9ccd3;box-shadow:inset 0 1px 2px #373d4614;cursor:pointer;transition:background .18s ease}.toggle-switch i{position:absolute;top:2px;left:2px;width:31px;height:20px;display:block;border-radius:999px;background:#fff;box-shadow:0 0 2px #1e242b2e,0 0 0 .5px #1c222a14;transform:translate(0);transition:transform .18s cubic-bezier(.22,.8,.24,1)}.toggle-switch.on{background:#34c759}.toggle-switch.on i{transform:translate(21px)}.toggle-switch.compact{width:40px;min-width:40px;height:20px;flex:0 0 40px}.toggle-switch.compact i{top:2px;left:2px;width:22px;height:16px;border-radius:7px}.toggle-switch.compact.on i{transform:translate(14px)}.settings-switch-row .toggle-switch{margin-right:18px}.section-heading span{color:#999fa5;font-size:11px;line-height:1.35}.section-heading-title{min-width:0;display:flex;align-items:flex-start;gap:7px}.workspace-background-editor .background-library{margin-top:18px}.custom-select-label{display:flex;align-items:center;gap:8px}.new-feature-badge{min-width:30px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;border:1px solid var(--accent);border-radius:999px;color:#fff;background:var(--accent);font:500 9px/1 var(--font-system);letter-spacing:.01em;white-space:nowrap}.section-title-with-badge{display:flex;align-items:center;gap:8px}.section-title-with-badge h3{margin:0}.section-heading .section-title-with-badge{color:inherit;font-size:inherit;line-height:inherit}.section-heading .section-title-with-badge .new-feature-badge{color:#fff;font-size:9px;line-height:1}.range-control{margin-top:18px;display:flex;flex-direction:column;gap:10px;color:#666c73;font-size:10px;font-weight:650}.range-control span{display:flex;justify-content:space-between}.range-control output{color:#9a9fa5;font-weight:500}.range-control input{width:100%;height:4px;margin:7px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;outline:none;background:#d8dbe2;touch-action:none}.range-control input.filled-range{background:linear-gradient(to right,var(--accent) 0 var(--range-progress),#d8dbe2 var(--range-progress) 100%)}.range-control input::-webkit-slider-thumb{width:23px;height:23px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 7px #1c242d3d,0 0 0 .5px #181f271f;cursor:grab}.range-control input:active::-webkit-slider-thumb{cursor:grabbing}.range-control input::-moz-range-thumb{width:23px;height:23px;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 7px #1c242d3d,0 0 0 .5px #181f271f;cursor:grab}.range-control input:active::-moz-range-thumb{cursor:grabbing}.dark-theme .workspace-context-menu.folder-context-menu{border:0;box-shadow:0 20px 55px #00000052}.dark-theme .utility-popover{border-color:transparent;color:#f5f7fa;background:#141a23e0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}.dark-theme .apps-launcher-search{border-color:#ffffff1c;color:#ffffff8c;background:#ffffff0f}.dark-theme .apps-launcher-search input{color:#f4f6f8}.dark-theme .popover-heading strong,.dark-theme .panel-title small{color:#ffffff8a}.dark-theme .utility-popover textarea{border-color:#ffffff1f;color:#f5f7fa;background:#ffffff12}.dark-theme .utility-popover textarea::placeholder{color:#ffffff61}.dark-theme .task-note>span{color:#ffffff7f}.dark-theme .utility-popover textarea.task-note-input{border-color:#ffffff1f;color:#f5f7fa;background:#ffffff12}.dark-theme .task-date-quick>button,.dark-theme .task-date-quick>label{color:#ffffff96;background:#ffffff12}.dark-theme .task-date-quick>button.active{color:#fff;background:var(--accent)}.dark-theme .task-date-quick input{color-scheme:dark}.dark-theme .task-editor-note>span{color:#ffffff70}.dark-theme .task-editor-note textarea{border-color:#ffffff1c;color:#edf2f5;background:#ffffff0f;color-scheme:dark}.dark-theme .shared-popover{border-color:#ffffff1f;color:#ffffffc2;background:#252d37;box-shadow:0 20px 50px #00000052}.dark-theme .shared-popover-divider{border-color:#ffffff17;background-color:#ffffff17}.dark-theme .shared-popover>button{color:#ffffffbd}.dark-theme .shared-popover>button:hover{background:#ffffff14}.dark-theme .shared-popover button small,.dark-theme .task-meta-note{color:#ffffff6e}.dark-theme .task-meta-note textarea{border-color:#ffffff1c;color:#edf2f5;background:#ffffff0f;color-scheme:dark}.dark-theme .control-row,.dark-theme .select-control{border-top-color:#ffffff1a;color:#ffffffc2}.dark-theme .segments{background:#080f1675;box-shadow:inset 0 0 0 1px #ffffff0a}.dark-theme .segments button{color:#ffffff85}.dark-theme .segments button.selected{color:#fffffff0;background:#59687561;box-shadow:inset 0 0 0 1px #ffffff14,0 2px 7px #00000021}.dark-theme .select-control select{border-color:#ffffff21;color:#f5f7fa;background:#2b323c}.dark-theme .legal-footer .app-version{color:#697582}.dark-theme .simple-settings-link{color:#e5e9ed}.dark-theme .simple-settings-link:hover{color:#e5e9ed;background:#27303a}.dark-theme .settings-link-end{color:#697582}.dark-theme .settings-link-end>kbd{border-color:#3a4552;color:#b3bdc7;background:#29313c}.dark-theme .settings-link small,.dark-theme .nested-settings-intro p{color:#87919d}.dark-theme .settings-switch-row{border-color:#303946;color:#e1e5e9}.dark-theme .settings-switch-row kbd{border-color:#3a4552;color:#c5ccd4;background:#29313c}.dark-theme .toggle-switch{background:#4a535e}.dark-theme .toggle-switch.on{background:#30c456}.dark-theme .section-heading span,.dark-theme .range-control output{color:#8f99a6}.dark-theme .new-feature-badge{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme .customize-release-hint{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:0 9px 22px #0000003d}.dark-theme .customize-release-hint:after{border-color:var(--accent)}.dark-theme .section-heading .section-title-with-badge .new-feature-badge{color:#fff}.dark-theme .range-control{color:#c5ccd4}.dark-theme .range-control input{background:#444d59}.dark-theme .range-control input.filled-range{background:linear-gradient(to right,var(--accent) 0 var(--range-progress),#444d59 var(--range-progress) 100%)}.dark-theme .icon-library-search{border-color:#394451;color:#929eaa;background:#222a34}.dark-theme .icon-library-search input{color:#eef1f4}.dark-theme .bookmark-catalog-search{border-color:#394451;color:#eef1f4;background:#222a34}.dark-theme .bookmark-catalog-search input{color:#eef1f4}.dark-theme .custom-select-trigger{border-color:#38424f;color:#eef2f6;background:#242c36;box-shadow:none}.dark-theme .custom-select-trigger>i{border-color:#aab3bd}.dark-theme .custom-select-menu{border-color:#38424f;background:#202731;box-shadow:0 18px 42px #0000005c}.dark-theme .custom-select-menu button{color:#d5dbe1}.dark-theme .custom-select-menu button:hover,.dark-theme .custom-select-menu button.active,.dark-theme .custom-select-menu button.focused{background:#2d3743}@media(max-width:700px){.utility-popover{top:72px;right:14px;width:min(320px,calc(100% - 28px))}.provider-section-quick{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px}.provider-section-quick .provider-section-title{grid-column:1 / -1}.template-site-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.icon-library-search{margin-right:14px;margin-left:14px}}body:has(.new-tab.low-performance) .shared-popover.shared-popover-surface-glass{background:#fbfcfd}body:has(.new-tab.low-performance) .shared-popover.shared-popover-surface-glass-strong{background:#fbfcfd}body:has(.new-tab.low-performance.dark-theme) .shared-popover.shared-popover-surface-glass{background:#141a23}body:has(.new-tab.low-performance.dark-theme) .shared-popover.shared-popover-surface-glass-strong{background:#181f28}.new-tab.low-performance :is(.utility-popover,.quick-panel,.customize-panel,.bookmark-modal,.template-modal,.icon-library-modal,.folder-rename-dialog,.shortcut-folder-popover,.command-palette,.weather-details-popover,.weather-settings-popover,.focus-immersive-settings,.focus-insights-panel,.notes-selection-toolbar,.notes-link-composer,.workspace-context-menu,.greeting-menu){border-color:#d6dee5;background:#fbfcfd}.new-tab.low-performance.dark-theme :is(.utility-popover,.quick-panel,.customize-panel,.bookmark-modal,.template-modal,.icon-library-modal,.folder-rename-dialog,.shortcut-folder-popover,.command-palette,.weather-details-popover,.weather-settings-popover,.focus-immersive-settings,.focus-insights-panel,.notes-selection-toolbar,.notes-link-composer,.workspace-context-menu,.greeting-menu){border-color:#303b47;background:#141a23}body:has(.new-tab.low-performance) :is(.shared-popover,.confirmation-dialog){border-color:#d6dee5;background:#fbfcfd}body:has(.new-tab.low-performance.dark-theme) :is(.shared-popover,.confirmation-dialog){border-color:#303b47;background:#141a23}.new-tab.low-performance .shared-glass-control{background:#e5ebf0}.new-tab.low-performance .shared-glass-control:focus-within,.new-tab.low-performance button.shared-glass-control:hover,.new-tab.low-performance button.shared-glass-control[aria-expanded=true]{background:#dae3ea}.new-tab.low-performance.dark-theme .shared-glass-control{background:#2a333e}.new-tab.low-performance.dark-theme .shared-glass-control:focus-within,.new-tab.low-performance.dark-theme button.shared-glass-control:hover,.new-tab.low-performance.dark-theme button.shared-glass-control[aria-expanded=true]{background:#313c48}.new-tab.low-performance .time-picker{--time-picker-control: #e5ebf0;--time-picker-control-hover: #dae3ea;--time-picker-menu: #fbfcfd}.new-tab.low-performance.dark-theme .time-picker{--time-picker-control: #2a333e;--time-picker-control-hover: #313c48;--time-picker-menu: #181f28}.new-tab.low-performance .custom-select-trigger{background:#f4f6f8}.new-tab.low-performance .custom-select-menu{background:#fff}.new-tab.low-performance.dark-theme .custom-select-trigger{background:#2a333e}.new-tab.low-performance.dark-theme .custom-select-menu{background:#181f28}body:has(.new-tab.dark-theme) .shared-popover{border-color:#ffffff1a;color:#ffffffc7;background:#202a35;box-shadow:0 22px 58px #0000006b,0 5px 16px #0000003d}body:has(.new-tab.dark-theme) .shared-popover.shared-popover-surface-glass,body:has(.new-tab.dark-theme) .shared-popover.shared-popover-surface-glass-strong{border:0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}body:has(.new-tab.dark-theme) .shared-popover.shared-popover-surface-glass{background:#141a23b8}body:has(.new-tab.dark-theme) .shared-popover.shared-popover-surface-glass-strong{background:#181f28e0}body:has(.new-tab.dark-theme) .shared-popover-divider{border-color:#ffffff17;background-color:#ffffff17}body:has(.new-tab.dark-theme) .shared-popover>button{color:#ffffffc2}body:has(.new-tab.dark-theme) .shared-popover>button:hover{background:#ffffff14}body:has(.new-tab.dark-theme) .shared-popover button small,body:has(.new-tab.dark-theme) .task-meta-note{color:#ffffff70}body:has(.new-tab.dark-theme) .task-meta-note textarea{border-color:#ffffff1c;color:#edf2f5;background:#ffffff0f}.task-center-card>.workspace-primary-switcher,.task-center-edit-shell>.workspace-primary-switcher{position:absolute;top:50%;right:calc(100% - 2px);transform:translateY(-50%)}@media(max-width:980px){.workspace-primary-slot.mode-search{width:min(900px,calc(100vw - 156px))}.workspace-search-shell>.workspace-primary-switcher{right:calc(100% + 4px)}.task-center-card>.workspace-primary-switcher,.task-center-edit-shell>.workspace-primary-switcher{right:calc(100% - 2px)}}@media(max-width:800px){.workspace-search-shell>.workspace-primary-switcher{right:calc(100% + 4px);left:auto}}@media(max-width:520px){.workspace-primary-slot.mode-search{width:min(100%,calc(100vw - 96px))}.workspace-search-shell>.workspace-primary-switcher{right:calc(100% + 4px);left:auto}}.toggle-switch{background:var(--compact-toggle-track)}.toggle-switch.on{background:var(--compact-toggle-track-active)}@media(max-width:980px)and (min-width:701px){.utility-popover{top:94px}}@media(max-width:700px){.utility-popover{top:82px}}.focus-immersive-open>.utility-popover.utility-tasks,.focus-immersive-open>.utility-popover.utility-tasks.task-manager-expanded{top:calc(124px + env(safe-area-inset-top,0px));right:max(24px,env(safe-area-inset-right))}.focus-immersive-open>.utility-popover.utility-tasks.task-manager-expanded{height:min(680px,calc(100svh - 148px - env(safe-area-inset-top,0px)));min-height:min(520px,calc(100svh - 148px - env(safe-area-inset-top,0px)))}@media(max-width:700px){.focus-immersive-open>.utility-popover.utility-tasks,.focus-immersive-open>.utility-popover.utility-tasks.task-manager-expanded{top:calc(116px + env(safe-area-inset-top,0px));right:12px;left:12px;height:min(620px,calc(100svh - 132px - env(safe-area-inset-top,0px)));min-height:min(410px,calc(100svh - 132px - env(safe-area-inset-top,0px)))}}@media(max-width:680px){.customize-release-hint{right:50%;translate:50% 0}.customize-release-hint:after{right:calc(50% - 4px)}}.shared-glass-control{border-color:#5b6f812e;background:#dde5ec7a;transition:border-color .15s ease,background-color .15s ease}.shared-glass-control:focus-within,button.shared-glass-control:hover{border-color:#2f7ff27a;background:#d8e2eb9e}.dark-theme .shared-glass-control{border-color:#ffffff1c;background:#ffffff0f}.dark-theme .shared-glass-control:focus-within,.dark-theme button.shared-glass-control:hover{border-color:#5397ff8f;background:#ffffff1a}.notes-manager-sidebar .shared-search-field{margin:8px 1px 2px;border-color:#5b6f8124;color:#71808d;background:#dde5ec7a}.notes-manager-sidebar .shared-search-field:focus-within{border-color:#2f7ff27a;background:#d8e2eb9e}.notes-manager-sidebar .shared-search-field>input{color:#3f4c57}.notes-manager-sidebar .shared-search-field>input::placeholder{color:#7d8b97}.dark-theme .notes-manager-sidebar .shared-search-field{border-color:#7a96ae29;color:#b4c8d994;background:#1b2530c7}.dark-theme .notes-manager-sidebar .shared-search-field:focus-within{border-color:#5397ff9e;background:#1f2b37e0}.dark-theme .notes-manager-sidebar .shared-search-field>input{color:#eef2f5}.dark-theme .notes-manager-sidebar .shared-search-field>input::placeholder{color:#b4c8d97f}.notes-voice-fab .search-voice-pulse{top:-1px;right:-1px;bottom:-1px;left:-1px;border:0;box-shadow:0 0 0 7px #65707b24}.shared-icon-button{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;padding:0;border:0;border-radius:50%;color:#737d86;background:transparent;cursor:pointer;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.shared-icon-button:hover{color:#424950;background:#edf1f4}.shared-icon-button:active{transform:scale(.96)}.shared-icon-button:disabled{opacity:.28;cursor:default;transform:none}.shared-icon-button svg{width:17px;height:17px;stroke-width:1.8}.dark-theme .shared-icon-button{color:#ffffff94}.dark-theme .shared-icon-button:hover:not(:disabled){color:#fff;background:#ffffff17}.notes-header-voice.is-listening .search-voice-pulse{top:-1px;right:-1px;bottom:-1px;left:-1px;border:0;box-shadow:0 0 0 5px #65707b21}.dark-theme .notes-header-voice.is-listening .search-voice-pulse{box-shadow:0 0 0 5px #ffffff1f}.focus-immersive-open>.utility-popover.utility-notes,.focus-immersive-open>.utility-popover.utility-notes.notes-manager-expanded,.focus-immersive-open>.utility-popover.utility-notes.notes-fullscreen{top:calc(124px + env(safe-area-inset-top,0px));right:max(24px,env(safe-area-inset-right))}.focus-immersive-open>.utility-popover.utility-notes.notes-manager-expanded{height:min(680px,calc(100svh - 148px - env(safe-area-inset-top,0px)));min-height:min(520px,calc(100svh - 148px - env(safe-area-inset-top,0px)))}.focus-immersive-open>.utility-popover.utility-notes.notes-fullscreen{bottom:max(24px,env(safe-area-inset-bottom));left:max(24px,env(safe-area-inset-left));width:auto;height:auto;min-height:0}@media(max-width:700px){.focus-immersive-open>.utility-popover.utility-notes,.focus-immersive-open>.utility-popover.utility-notes.notes-manager-expanded,.focus-immersive-open>.utility-popover.utility-notes.notes-fullscreen{top:calc(116px + env(safe-area-inset-top,0px));right:12px;left:12px}.focus-immersive-open>.utility-popover.utility-notes:not(.notes-fullscreen),.focus-immersive-open>.utility-popover.utility-notes.notes-manager-expanded{height:min(620px,calc(100svh - 132px - env(safe-area-inset-top,0px)));min-height:min(410px,calc(100svh - 132px - env(safe-area-inset-top,0px)))}.focus-immersive-open>.utility-popover.utility-notes.notes-fullscreen{bottom:calc(16px + env(safe-area-inset-bottom,0px));height:auto;min-height:0}}.page-background{position:fixed;z-index:-5;top:0;right:0;bottom:0;left:0;transition:none;backface-visibility:hidden;will-change:filter,transform}.page-background-outgoing{z-index:-4;opacity:1;pointer-events:none;transition:opacity .38s ease;will-change:opacity,filter,transform}.page-background-outgoing.fading{opacity:0}.ambient{position:fixed;z-index:-3;width:38vw;height:38vw;border-radius:50%;filter:blur(105px);opacity:.22;pointer-events:none}.ambient-a{top:-21vw;left:-9vw;background:#8dcfff}.ambient-b{right:-15vw;bottom:-24vw;background:#c5a8ff}.new-tab.low-performance :is(.utility-popover,.quick-panel){background:#fbfcfd}.new-tab.low-performance.dark-theme :is(.utility-popover,.quick-panel){background:#141a23}.quick-panel{position:fixed;z-index:18;border:1px solid rgb(255 255 255 / 82%);border-radius:22px;color:#343a40;background:#fbfcfde5;box-shadow:inset 0 1px #fff,0 25px 70px #2835402b;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);animation:pop-in .17s cubic-bezier(.2,.75,.2,1)}.quick-trigger,.photo-trigger{position:fixed;z-index:9;bottom:27px;width:40px;height:40px;border:1px solid var(--utility-surface-border);border-radius:14px;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .22s ease}.quick-trigger:hover,.photo-trigger:hover{background:var(--utility-surface-hover);transform:translateY(-1px)}.quick-trigger[aria-expanded=true],.photo-trigger[aria-expanded=true]{z-index:2147483647}.quick-trigger{left:32px;display:grid;place-items:center;padding:0;color:#555d65}.quick-controls-icon{width:20px;height:20px}.photo-trigger{left:80px;width:auto;max-width:min(340px,calc(100vw - 520px));display:flex;align-items:center;justify-content:flex-start;padding:0 8px;border:0;border-radius:8px;color:#555d65;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;font-family:inherit;font-size:var(--utility-control-font-size);font-weight:400;line-height:1.2;text-align:left}.photo-trigger:hover{color:#343a40;background:transparent;box-shadow:none;transform:none}.photo-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-info-popover{top:auto;right:auto;bottom:80px;left:80px;width:min(308px,calc(100vw - 64px));max-height:calc(100svh - 110px);overflow:visible;padding:0;border-radius:18px;transform-origin:bottom left}.utility-popover.photo-info-popover{top:auto;height:max-content}.photo-info-popover:after{content:"";position:absolute;bottom:-8px;left:20px;width:16px;height:8px;border:0;background:#fbfcfdf0;clip-path:polygon(0 0,100% 0,50% 100%);pointer-events:none}.photo-info-header{min-height:50px;display:flex;align-items:center;gap:10px;padding:0 18px}.photo-info-header svg{width:19px;height:19px;stroke-width:1.8}.photo-info-header strong{font-size:17px;font-weight:550;line-height:1.2}.photo-info-copy{display:grid;gap:4px;padding:0 18px 15px}.photo-info-copy>strong{font-size:14px;font-weight:520;line-height:1.35}.photo-info-copy>span{color:#717981;font-size:12px;line-height:1.35}.photo-info-copy small{color:#899199;font-size:11px;line-height:1.45}.photo-info-copy a{display:inline-flex;align-items:center;gap:3px;color:inherit;text-decoration:none}.photo-info-copy a:hover{color:#4f5963}.photo-info-copy a svg{width:10px;height:10px}.photo-info-popover nav{display:grid;gap:2px;padding:7px;border-top:1px solid rgb(95 107 119 / 12%)}.photo-info-popover nav button{min-height:41px;display:flex;align-items:center;gap:11px;padding:0 11px;border:0;border-radius:10px;color:#4d555d;background:transparent;font:400 13px/1.2 var(--font-system);text-align:left;cursor:pointer}.photo-info-popover nav button:hover{background:#5f6b7714}.photo-info-popover nav button svg{width:17px;height:17px;stroke-width:1.8}.photo-info-popover nav button svg.filled{fill:currentColor}.photo-info-separator{height:1px;margin:5px -7px;background:#5f6b771f}.quick-panel{z-index:2147483646;bottom:82px;left:32px;width:min(390px,calc(100vw - 64px));max-height:calc(100vh - 110px);overflow-y:auto;padding:19px;transform-origin:bottom left}.quick-panel .panel-title{margin-bottom:17px}.quick-setting-group,.quick-setting-group .control-row{border-top:0}.quick-custom-range{margin:0;padding:0 0 14px;border-top:0;gap:6px}.quick-custom-range input{margin-right:2px;margin-left:2px;width:calc(100% - 4px)}.quick-custom-range input.filled-range{height:5px;background:linear-gradient(to right,var(--accent) 0 var(--range-progress),#c9ced6 var(--range-progress) 100%);box-shadow:inset 0 0 0 1px #48525c0d}.quick-panel .control-row,.quick-panel .select-control{border-top:0;color:#646b73;font-size:12px;font-weight:400}.quick-panel .control-row>span:first-child,.quick-panel .select-control>span:first-child{white-space:nowrap}.quick-panel .segments button{font-size:10px;font-weight:400}.quick-panel .segments button.selected{font-weight:550}.quick-panel .range-control{font-size:11px;font-weight:400}.quick-panel .range-control output{font-weight:400}.quick-panel .custom-select-trigger,.quick-panel .custom-select-menu button{font-size:11px;font-weight:400}.quick-panel .custom-select-menu{width:max-content;min-width:198px;max-width:calc(100vw - 40px)}.quick-panel .custom-select-menu button>span{white-space:nowrap}.zen-trigger{position:static;z-index:9;width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--utility-surface-border);border-radius:14px;color:#555d65;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);cursor:pointer;transition:opacity .18s ease,transform .18s ease,background .15s ease;will-change:translate,opacity,transform}.zen-trigger svg{width:19px;height:19px}.zen-trigger:hover{background:var(--utility-surface-hover);transform:translateY(-1px)}.zen-mode>:not(.page-background):not(.ambient):not(.bottom-right-controls){opacity:0!important;pointer-events:none!important}.zen-mode .zen-trigger{position:fixed;z-index:2147483647;right:calc(50% - 20px);left:auto;opacity:0;pointer-events:none;transform:translateY(12px)}.zen-mode .zen-trigger.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.section-heading .global-background-info{position:relative;z-index:6;display:inline-flex;margin-top:-3px}.global-background-info>button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;outline:none;color:#8c939b;background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease}.global-background-info>button:hover,.global-background-info>button:focus-visible{color:var(--accent);background:var(--accent-soft)}.global-background-info>button svg{width:15px;height:15px}.section-heading .global-background-info>span[role=tooltip]{position:absolute;z-index:30;top:calc(100% + 7px);left:-8px;width:min(285px,calc(100vw - 82px));padding:11px 12px;border:1px solid #dfe4e9;border-radius:12px;opacity:0;color:#555d65;background:#fff;box-shadow:0 15px 38px #28343f29;font-size:10px;font-weight:400;line-height:1.2;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease}.global-background-info:hover>span[role=tooltip],.global-background-info:focus-within>span[role=tooltip]{opacity:1;transform:translateY(0)}.background-library{display:flex;flex-direction:column;gap:16px}.background-group-heading{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.background-group-heading>span{color:#92989e;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.background-nav{display:flex;align-items:center;gap:5px}.background-nav small{min-width:48px;color:#a0a5ab;font-size:9px;font-weight:600;text-align:center}.background-nav button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid #e1e4e8;border-radius:50%;color:#687078;background:#fff;cursor:pointer;transition:color .14s ease,border-color .14s ease,background .14s ease}.background-nav button:hover:not(:disabled){border-color:#cbd3dc;color:#2f3740;background:#f7f8fa}.background-nav button:disabled{opacity:.34;cursor:default}.background-nav button svg{width:13px;height:13px}.background-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.background-grid button{position:relative;min-width:0;display:flex;flex-direction:column;gap:0;padding:0;border:0;color:#60666d;background:transparent;cursor:pointer}.background-grid button i{width:100%;min-height:70px;aspect-ratio:16 / 7;display:block;border:0;border-radius:13px;box-shadow:inset 0 0 0 1px #49535e1a,0 7px 18px #303d4817}.background-grid button i{transition:box-shadow .15s ease,transform .15s ease}.background-grid button:hover i{box-shadow:inset 0 0 0 1px #49535e24,0 10px 23px #303d4821;transform:translateY(-1px)}.background-grid button.active i{box-shadow:inset 0 0 0 1.5px #2f7ff294,0 10px 24px #2f7ff221}.background-selection{position:absolute;top:6px;right:6px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--accent);box-shadow:0 3px 9px #184ba03d;opacity:0;pointer-events:none;transform:scale(.72);transition:opacity .14s ease,transform .16s cubic-bezier(.2,.8,.2,1)}.background-selection svg{width:12px;height:12px;stroke-width:2.7}.background-grid button.active .background-selection{opacity:1;transform:scale(1)}.random-background-control{margin-top:20px;padding-top:18px;border-top:1px solid #eceef1}.random-background-control .select-control{margin:0}.random-background-control>small{display:block;margin-top:9px;color:#939aa2;font-size:10px;font-weight:400;line-height:1.45}.dark-theme .quick-trigger,.dark-theme .photo-trigger,.dark-theme .zen-trigger{color:#fff}.dark-theme .quick-panel{border:0;color:#f5f7fa;background:#141a23e0;box-shadow:inset 0 1px #ffffff17,0 25px 70px #00000047;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}.dark-theme .photo-trigger{color:#ffffffe0;text-shadow:0 2px 12px rgb(0 0 0 / 55%)}.dark-theme .photo-trigger:hover{color:#fff}.dark-theme .photo-info-popover:after{border-color:transparent;background:#141a23f0}.dark-theme .photo-info-copy>span{color:#ffffff9e}.dark-theme .photo-info-copy small{color:#ffffff7a}.dark-theme .photo-info-copy a:hover{color:#ffffffc7}.dark-theme .photo-info-popover nav{border-color:#ffffff17}.dark-theme .photo-info-popover nav button{color:#dce2e8}.dark-theme .photo-info-popover nav button:hover{background:#ffffff14}.dark-theme .photo-info-separator{background:#ffffff17}.dark-theme .quick-setting-group{border-top:0}.dark-theme .quick-custom-range input.filled-range{background:linear-gradient(to right,var(--accent) 0 var(--range-progress),#4a535f var(--range-progress) 100%);box-shadow:inset 0 0 0 1px #ffffff0a}.dark-theme .background-group-heading>span{color:#8f99a6}.dark-theme .global-background-info>button:hover,.dark-theme .global-background-info>button:focus-visible{color:var(--accent);background:#2f7ff229}.dark-theme .section-heading .global-background-info>span[role=tooltip]{border-color:#3a4552;color:#d1d7de;background:#29323d;box-shadow:0 18px 42px #00000052}.dark-theme .background-grid button{color:#c9d0d7}.dark-theme .background-grid button i{box-shadow:inset 0 0 0 1px #ffffff24,0 7px 18px #0003}.dark-theme .background-grid button:hover i{box-shadow:inset 0 0 0 1px #fff3,0 10px 24px #00000047}.dark-theme .background-grid button.active i{box-shadow:inset 0 0 0 1.5px var(--accent),0 10px 26px #0000004d}.dark-theme .background-nav small{color:#818b97}.dark-theme .background-nav button{border-color:#394350;color:#b7c0ca;background:#29313c}.dark-theme .background-nav button:hover:not(:disabled){border-color:#556272;color:#fff;background:#313b47}.dark-theme .random-background-control{border-top-color:#303946}.dark-theme .random-background-control>small{color:#87919d}@media(max-width:700px){.quick-trigger,.zen-trigger{bottom:17px;width:40px;height:40px}.photo-trigger{bottom:17px;width:auto;height:40px}.quick-trigger{left:12px}.photo-trigger{left:60px;max-width:calc(100vw - 172px);padding:0 6px}.zen-trigger{right:auto;left:auto}.quick-panel{right:12px;bottom:70px;left:12px;width:auto}.photo-info-popover{top:auto;right:12px;bottom:70px;left:12px;width:auto}}.new-tab.low-performance .photo-info-popover:after{background:#fbfcfd}.new-tab.low-performance.dark-theme .photo-info-popover:after{background:#141a23}.weather-summary{position:relative;min-height:55px;display:flex;align-items:center;gap:4px;padding:4px 13px 4px 7px;border:1px solid transparent;border-radius:17px;-webkit-backdrop-filter:blur(0) saturate(100%);backdrop-filter:blur(0) saturate(100%);transition:border-color .24s cubic-bezier(.2,.78,.2,1),background-color .24s cubic-bezier(.2,.78,.2,1),box-shadow .24s cubic-bezier(.2,.78,.2,1),-webkit-backdrop-filter .24s cubic-bezier(.2,.78,.2,1),backdrop-filter .24s cubic-bezier(.2,.78,.2,1)}.weather-summary:hover,.weather-summary.open,.weather-summary:focus-within{border-color:var(--utility-surface-border);background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.weather-summary:hover{background:var(--utility-surface-hover)}.weather-open-details{min-width:0;display:flex;align-items:center;gap:7px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.weather-open-details:focus{outline:none}.weather-open-details:focus-visible{outline:none}.weather-icon{width:50px;height:50px;flex:0 0 50px;display:block;object-fit:contain;font-size:28px;line-height:50px;filter:drop-shadow(0 4px 8px rgb(44 63 79 / 10%));text-align:center}.weather-open-details>img.weather-icon{transform:scale(1.22);transform-origin:center}.weather-temperature{font-size:30px;font-weight:620;letter-spacing:-.055em;line-height:.95}.weather-meta{display:flex;flex-direction:column;gap:3px}.weather-meta strong{font-size:12px;font-weight:720}.weather-meta span{color:#7d838a;font-size:10px}.weather-copy{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:end;gap:2px 10px}.weather-copy .weather-temperature{grid-row:1 / 3;align-self:center}.weather-copy strong{align-self:end;font-size:12px;line-height:1}.weather-location{min-width:0}.weather-location strong{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}@keyframes weather-refresh-spin{to{transform:rotate(360deg)}}.weather-copy span{align-self:start;color:#7d838a;font-size:10px;line-height:1.25}.weather-details-popover{position:absolute;z-index:2147483600;top:calc(100% + 13px);left:0;width:min(520px,calc(100vw - 48px));padding:18px 20px;border:1px solid rgb(76 88 99 / 12%);border-radius:24px;color:#30363d;background:#fff;box-shadow:0 28px 72px #222f3b33,inset 0 1px #fff;text-shadow:none;animation:weather-details-in .18s cubic-bezier(.2,.78,.2,1) both}.weather-details-popover:before{position:absolute;top:-7px;left:32px;width:14px;height:14px;content:"";border-top:1px solid rgb(76 88 99 / 12%);border-left:1px solid rgb(76 88 99 / 12%);background:#fff;transform:rotate(45deg)}@keyframes weather-details-in{0%{opacity:0;transform:translateY(-7px) scale(.98)}}.weather-details-popover>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.weather-details-popover>header>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.weather-details-popover>header strong{overflow:hidden;font-size:21px;font-weight:520;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.weather-details-popover>header span{color:#727a82;font-size:13px}.weather-details-actions{display:flex;align-items:flex-start;gap:5px}.weather-details-actions>button,.weather-settings-anchor>button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#737b83;background:#5f6c7812;cursor:pointer;transition:color .13s ease,background .13s ease}.weather-details-actions>button:hover,.weather-settings-anchor>button:hover,.weather-settings-anchor>button[aria-expanded=true]{color:#30363d;background:#5f6c7821}.weather-details-actions>button svg,.weather-settings-anchor>button svg{width:15px;height:15px;stroke-width:1.8}.weather-details-actions>button.refreshing svg{animation:weather-refresh-spin .7s linear infinite}.weather-settings-anchor{position:relative}.weather-settings-popover{position:absolute;z-index:4;top:38px;right:0;width:min(246px,calc(100vw - 48px));padding:5px;border:1px solid #e0e5e9;border-radius:14px;background:#f8f9fb;box-shadow:0 18px 44px #1f2a3433,0 4px 12px #1f2a3414;animation:weather-settings-in .15s cubic-bezier(.2,.78,.2,1) both}@keyframes weather-settings-in{0%{opacity:0;transform:translateY(-5px) scale(.98)}}.weather-settings-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:4px 7px;border-radius:9px;color:#4c555e}.weather-settings-row>span{min-width:0;font-size:10px;font-weight:400;line-height:1.2;white-space:nowrap}.weather-settings-divider{height:1px;margin:3px -5px;background:#e2e6e9}.weather-details-current{display:grid;grid-template-columns:minmax(210px,.95fr) minmax(150px,1.05fr);align-items:center;gap:18px;padding:11px 0 14px}.weather-details-temperature{min-width:0;display:flex;align-items:center;gap:4px}.weather-details-temperature img{width:68px;height:68px;flex:0 0 68px;object-fit:contain}.weather-details-temperature>strong{display:flex;align-items:flex-start;font-size:56px;font-weight:470;letter-spacing:-.065em;line-height:1}.weather-details-temperature>strong>sup{margin:1px 0 0 1px;font-size:calc(1em - 4px);font-weight:inherit;letter-spacing:0;line-height:1}.weather-details-temperature>button{width:28px;height:28px;display:grid;flex:0 0 28px;place-items:center;margin-left:3px;padding:0;border:0;border-radius:50%;opacity:0;color:#778089;background:#5f6c7812;cursor:pointer;pointer-events:none;transform:scale(.94);transition:opacity .14s ease,color .14s ease,background .14s ease,transform .14s ease}.weather-details-popover:hover .weather-details-temperature>button,.weather-details-temperature>button:focus-visible{opacity:1;pointer-events:auto;transform:scale(1)}.weather-details-temperature>button:hover{color:#30363d;background:#5f6c7821}.weather-details-temperature>button svg{width:15px;height:15px;transition:transform .18s ease}.weather-details-temperature>button[aria-expanded=true] svg{transform:rotate(180deg)}@media(hover:none){.weather-details-temperature>button{opacity:1;pointer-events:auto;transform:none}}.weather-details-metrics{min-width:0;display:flex;flex-direction:column;gap:2px}.weather-details-metrics>span,.weather-details-facts>span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7a828a;font-size:12px;font-weight:400;line-height:1.2}.weather-details-metrics strong,.weather-details-facts strong{flex:0 0 auto;color:#353b42;font-size:13px;font-weight:600}.weather-details-section{padding:12px 0;border-top:1px solid rgb(81 94 106 / 12%)}.weather-details-section h3{margin:0 0 11px;font-size:11px;font-weight:500;color:#7c848c}.weather-hourly-list{display:grid;grid-template-columns:repeat(10,minmax(40px,1fr));gap:2px}.weather-hourly-list>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 1px;border-radius:11px}.weather-hourly-list>div:first-child{background:#4a5b6c12}.weather-hourly-list time{color:#727a82;font-size:10px;white-space:nowrap}.weather-hourly-list img{width:31px;height:31px;object-fit:contain}.weather-hourly-list strong{font-size:12px;font-weight:500}.weather-hourly-list small,.weather-daily-list em{color:#7f8891;font-size:9px;font-style:normal;font-weight:400}.weather-details-reveal{display:none}.weather-details-popover.is-expanded .weather-details-reveal{display:block;animation:weather-details-reveal .18s cubic-bezier(.2,.78,.2,1) both}.weather-details-popover.hide-hourly .weather-hourly-section,.weather-details-popover.hide-extra .weather-details-facts{display:none}@keyframes weather-details-reveal{0%{opacity:0;transform:translateY(-5px)}}.weather-details-facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:12px 0;border-top:1px solid rgb(81 94 106 / 12%)}.weather-details-facts>span{align-items:flex-start;flex-direction:column;justify-content:flex-start;gap:3px}.weather-daily-section{padding-bottom:0}.weather-daily-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.weather-daily-list>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border-radius:12px}.weather-daily-list>div.today{background:#4a5b6c12}.weather-daily-list>div>span{color:#6f7780;font-size:10px;text-transform:capitalize}.weather-daily-list img{width:34px;height:34px;object-fit:contain}.weather-daily-list strong{font-size:12px;font-weight:500;white-space:nowrap}.weather-daily-list strong small{color:#9299a0;font-size:inherit;font-weight:400}.weather-details-provider{display:flex;justify-content:flex-end;padding-top:10px}.weather-details-provider a{color:#8a929a;font-size:10px;font-weight:400;line-height:1.3;text-decoration:none}.weather-details-provider a:hover,.weather-details-provider a:focus-visible{color:#4f5962;text-decoration:underline;text-underline-offset:2px}.weather-compact .weather-copy>span{display:none}.weather-minimal .weather-location{display:none}.weather-minimal .weather-copy>span{display:none}.dark-theme .weather-copy span,.dark-theme .weather-meta span{color:#ffffffb3}.dark-theme .weather-icon{filter:drop-shadow(0 4px 8px rgb(0 0 0 / 16%))}.dark-theme .weather-details-popover{border-color:#ffffff1f;color:#f0f3f6;background:#1b222b;box-shadow:0 30px 78px #0000005c,inset 0 1px #ffffff14}.dark-theme .weather-details-popover:before{border-color:#ffffff1f;background:#1b222b}.dark-theme .weather-details-popover>header span,.dark-theme .weather-details-section h3,.dark-theme .weather-hourly-list time,.dark-theme .weather-details-metrics>span,.dark-theme .weather-details-facts>span,.dark-theme .weather-daily-list>div>span,.dark-theme .weather-hourly-list small,.dark-theme .weather-daily-list em{color:#ffffff94}.dark-theme .weather-details-metrics strong,.dark-theme .weather-details-facts strong{color:#f0f3f6}.dark-theme .weather-details-actions>button,.dark-theme .weather-settings-anchor>button,.dark-theme .weather-details-temperature>button,.dark-theme .weather-hourly-list>div:first-child,.dark-theme .weather-daily-list>div.today{color:#dce2e8;background:#ffffff14}.dark-theme .weather-details-actions>button:hover,.dark-theme .weather-settings-anchor>button:hover,.dark-theme .weather-settings-anchor>button[aria-expanded=true],.dark-theme .weather-details-temperature>button:hover{color:#fff;background:#ffffff24}.dark-theme .weather-settings-popover{border-color:#394451;color:#edf1f4;background:#202731;box-shadow:0 18px 44px #00000061}.dark-theme .weather-settings-row{color:#d5dbe1}.dark-theme .weather-settings-divider{background:#ffffff1a}.dark-theme .weather-details-section,.dark-theme .weather-details-facts{border-color:#ffffff1a}.dark-theme .weather-daily-list strong small{color:#ffffff78}.dark-theme .weather-details-provider a{color:#ffffff6b}.dark-theme .weather-details-provider a:hover,.dark-theme .weather-details-provider a:focus-visible{color:#ffffffb8}.dark-theme .weather-summary{text-shadow:0 8px 28px rgb(0 0 0 / 22%)}@media(max-width:700px){.top-region .weather-summary{min-width:0;min-height:44px;flex:0 1 auto;gap:8px;-webkit-backdrop-filter:none;backdrop-filter:none;transform:none}.top-region:has(.weather-summary.open){z-index:2147483647}.top-region .weather-icon{width:38px;height:38px;flex-basis:38px;font-size:27px;line-height:38px}.top-region .weather-temperature{font-size:28px}.top-region .weather-location,.top-region .weather-copy>span,.top-region .weather-copy{display:block}.top-region .weather-open-details{gap:7px}.weather-details-popover{position:fixed;top:76px;right:auto;left:12px;width:min(520px,calc(100vw - 24px));max-height:calc(100svh - 92px);padding:18px;border-radius:21px;overflow-y:auto;overscroll-behavior:contain}.weather-details-popover:before{display:none}.weather-details-current{grid-template-columns:minmax(142px,.95fr) minmax(116px,1.05fr);gap:10px}.weather-details-temperature img{width:52px;height:52px;flex-basis:52px}.weather-details-temperature>strong{font-size:45px}.weather-details-temperature>button{width:26px;height:26px;flex-basis:26px}.weather-details-metrics{gap:4px}.weather-details-metrics>span{font-size:10px}.weather-details-metrics strong{font-size:11px}.weather-hourly-list{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.weather-hourly-list::-webkit-scrollbar{display:none}.weather-hourly-list>div{min-width:48px}.weather-details-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-daily-list{gap:3px}.weather-daily-list>div{padding:7px 2px}}@media(min-width:501px)and (max-width:700px){.top-region .weather-summary.weather-compact .weather-copy>span,.top-region .weather-summary.weather-minimal .weather-copy>span,.top-region .weather-summary.weather-minimal .weather-location{display:none}}@media(max-width:500px){.top-region .weather-summary{min-height:52px;padding:6px 11px}.top-region .weather-open-details{gap:0}.top-region .weather-open-details>.weather-icon{display:none}.top-region .weather-copy{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:3px}.top-region .weather-copy .weather-temperature{grid-row:auto;align-self:auto;font-size:27px;line-height:.95}.top-region .weather-location{display:block;max-width:92px}.top-region .weather-location strong{display:block;font-size:11px;font-weight:500;line-height:1.1}.top-region .weather-copy>span{display:none}.weather-details-popover{top:0;right:0;bottom:0;left:0;width:100vw;height:100svh;max-height:none;padding:max(18px,env(safe-area-inset-top)) 18px max(22px,env(safe-area-inset-bottom));border:0;border-radius:0;overflow-x:hidden;overflow-y:auto}.weather-details-popover>header{gap:10px}.weather-details-current{grid-template-columns:minmax(118px,.8fr) minmax(140px,1.2fr);align-items:center;gap:12px;padding:18px 0}.weather-details-temperature img{width:48px;height:48px;flex-basis:48px}.weather-details-temperature>strong{font-size:46px}.weather-details-temperature>button{display:none}.weather-details-metrics{max-width:none;gap:1px}.weather-details-metrics>span{font-size:11px;line-height:1.1}.weather-details-metrics strong{font-size:12px}.weather-details-reveal,.weather-details-popover.is-expanded .weather-details-reveal{display:block;animation:none}.weather-details-popover.hide-hourly .weather-hourly-section{display:block}.weather-details-popover.hide-extra .weather-details-facts{display:grid}.weather-settings-section-control,.weather-settings-section-divider{display:none}.weather-settings-popover{position:fixed;top:60px;right:12px;width:min(220px,calc(100vw - 24px))}}.new-tab.low-performance .weather-details-popover:before{background:#fbfcfd}.new-tab.low-performance.dark-theme .weather-details-popover:before{background:#141a23}.weather-settings-popover{border-color:var(--compact-settings-border);color:var(--compact-settings-text);background:var(--compact-settings-background);box-shadow:var(--compact-settings-shadow)}@media(max-width:980px){.top-region .weather-summary{grid-column:1;grid-row:1;min-width:max-content;flex:none;justify-self:start;min-height:52px;padding:6px 10px 6px 7px}.top-region .weather-open-details{align-items:center;gap:4px}.top-region .weather-open-details>.weather-icon{display:block;width:42px;height:42px;flex-basis:42px}.top-region .weather-copy{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:center;justify-items:start;gap:1px}.top-region .weather-copy .weather-temperature{grid-row:auto;align-self:center;font-size:28px;line-height:1}.top-region .weather-location{display:block;max-width:100px}.top-region .weather-location strong{display:block;font-size:11px;font-weight:500;line-height:1.2}.top-region .weather-copy>span{display:none}}.search-layer-open .home-stage{position:relative;z-index:2147483600}.web-search{position:relative;z-index:100;width:min(980px,100%);height:66px;margin-top:24px;display:flex;align-items:center;gap:12px;padding:7px 13px 7px 8px;border:1px solid rgb(255 255 255 / 88%);border-radius:27px;background:#ffffffdb;box-shadow:inset 0 1px #fff,0 18px 50px #34414c17;-webkit-backdrop-filter:blur(22px) saturate(120%);backdrop-filter:blur(22px) saturate(120%);overflow:visible;transition:box-shadow .15s ease,transform .15s ease}.web-search:focus-within{box-shadow:inset 0 1px #fff,0 22px 60px #34414c21,0 0 0 4px #ffffff57;transform:translateY(-1px)}.provider-picker{position:static;flex:0 0 auto}.search-provider{position:relative;width:54px;height:50px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0;border:1px solid #edf0f2;border-radius:20px;background:#f6f7f8;cursor:pointer}.search-provider img{width:21px;height:21px;object-fit:contain}.browser-default-search-icon{width:20px;height:20px;color:#68717a;stroke-width:1.8}.provider-menu .browser-default-search-icon{width:18px;height:18px}.provider-chevron{width:6px;height:6px;flex:0 0 6px;margin-top:-3px;border-right:1.5px solid #8d939a;border-bottom:1.5px solid #8d939a;transform:rotate(45deg);transition:margin .14s ease,transform .14s ease}.search-provider[aria-expanded=true] .provider-chevron{margin-top:3px;transform:rotate(225deg)}.provider-menu{position:absolute;z-index:2147483647;top:calc(100% + 10px);left:-1px;width:calc(100% + 2px);max-height:min(var(--provider-menu-max-height, 430px),calc(100svh - 24px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:14px;row-gap:10px;padding:12px;border:1px solid #e2e6e9;border-radius:20px;background:#fff;box-shadow:0 24px 65px #26323d38;animation:provider-in .13s ease-out;overflow-y:auto}.provider-menu.placement-above{top:auto;bottom:calc(100% + 10px);animation-name:provider-in-above}.provider-menu button{width:100%;height:42px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px;padding:0 11px;border:0;border-radius:10px;color:#555b62;background:transparent;cursor:pointer;text-align:left;font-size:11px;font-weight:670}.provider-section+.provider-section{margin:0;padding:0;border:0}.provider-section-search{grid-column:1}.provider-section-ai{grid-column:2}.provider-section-custom{grid-column:1 / -1;padding-top:10px;border-top:1px solid #e8ebee}.provider-section-title{padding:3px 10px 7px;color:#9aa0a7;font-size:9px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.provider-menu button:hover,.provider-menu button.active{background:#f0f2f4}.provider-menu img{width:18px;height:18px;object-fit:contain}.web-search>input{min-width:0;flex:1;border:0;outline:0;color:#353a40;background:transparent;font-size:14px}.web-search>input::placeholder{color:#a0a5ab}.web-search kbd,.search-submit{width:29px;height:29px;display:grid;place-items:center;border:1px solid #e5e8ea;border-radius:9px;color:#93999f;background:#f7f8f9;font-family:var(--font-system);font-size:11px;box-shadow:inset 0 -1px #e7e9eb}.search-submit{padding:0;cursor:pointer}.search-submit:hover{color:#687079;background:#eef1f3}.search-voice-input{position:relative;width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7c848d;background:transparent;cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease}.search-voice-input>svg{position:relative;z-index:1;width:17px;height:17px;stroke-width:1.8}.search-voice-input:hover{color:#4f5862;background:#eef1f3}.search-voice-input:active{transform:scale(.94)}.search-voice-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.search-voice-input.is-listening{color:#fff;background:var(--accent)}.search-voice-input.is-listening>svg{width:12px;height:12px;fill:currentColor}.search-voice-input.is-processing{color:var(--accent)}.search-voice-input.has-error{color:#d65561;background:#d655611a}.voice-input-feedback{position:relative;display:inline-grid;flex:0 0 auto;place-items:center}.voice-input-alert{position:absolute;z-index:60;top:calc(100% + 9px);left:50%;width:max-content;max-width:min(270px,calc(100vw - 48px));display:flex;align-items:flex-start;gap:9px;padding:11px 13px;border:1px solid rgb(79 91 103 / 12%);border-radius:12px;color:#4e5861;background:#fafbfcf5;box-shadow:0 14px 34px #1f2b362e,0 3px 10px #1f2b3614;font-size:12px;font-weight:400;line-height:1.4;transform:translate(-50%);animation:voice-input-alert-in .16s cubic-bezier(.2,.75,.2,1);pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.voice-input-alert>svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px;color:#737d87;stroke-width:1.8}@keyframes voice-input-alert-in{0%{opacity:0;transform:translate(-50%,-4px)}}.dark-theme .voice-input-alert{border-color:#ffffff1a;color:#ffffffd1;background:#1e2731f5;box-shadow:0 18px 42px #00000061,0 4px 12px #00000038}.dark-theme .voice-input-alert>svg{color:#ffffff9e}.search-voice-pulse{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px solid rgb(47 127 242 / 46%);border-radius:inherit;animation:search-voice-pulse 1.35s ease-out infinite;pointer-events:none}@keyframes search-voice-pulse{0%{opacity:.85;transform:scale(.82)}75%,to{opacity:0;transform:scale(1.28)}}.search-suggestions{position:absolute;z-index:2147483600;top:calc(100% + 10px);left:-1px;width:calc(100% + 2px);padding:9px;border:1px solid #e2e6e9;border-radius:20px;color:#30353b;background:#fff;box-shadow:0 24px 65px #26323d38;animation:provider-in .13s ease-out;overflow:hidden}.search-suggestions-scroll{max-height:min(322px,calc(100vh - 303px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgb(126 136 146 / 22%) transparent;scrollbar-width:thin}.search-suggestions-scroll::-webkit-scrollbar{width:6px}.search-suggestions-scroll::-webkit-scrollbar-track{margin:8px 0;background:transparent}.search-suggestions-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#7e889238;background-clip:padding-box}.search-suggestions-scroll::-webkit-scrollbar-thumb:hover{background-color:#7e889257}.dark-theme .search-suggestions-scroll{scrollbar-color:rgb(255 255 255 / 18%) transparent}.dark-theme .search-suggestions-scroll::-webkit-scrollbar-thumb{background-color:#ffffff2e}.dark-theme .search-suggestions-scroll::-webkit-scrollbar-thumb:hover{background-color:#ffffff47}.search-suggestions-scroll>header{padding:4px 12px 7px;color:#9299a1;font-size:10px;font-weight:500}.search-suggestion{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;border-radius:12px}.search-suggestion.no-remove{grid-template-columns:minmax(0,1fr)}.search-suggestion:hover,.search-suggestion.active{background:#f0f2f4}.search-suggestion button{border:0;color:inherit;background:transparent;cursor:pointer}.search-suggestion-main{min-width:0;height:44px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:0 8px 0 10px;text-align:left}.search-suggestion-main>span:last-child{min-width:0;display:grid;gap:2px}.search-suggestion-main strong{overflow:hidden;font-size:12px;font-weight:500;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.search-suggestion-main small{color:#9299a1;font-size:9px;font-weight:400}.search-suggestion-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#f5f6f7}.search-suggestion-icon img{width:17px;height:17px;object-fit:contain}.search-suggestion-icon svg{width:16px;height:16px;color:#8b929a;stroke-width:1.7}.search-suggestion-remove{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;opacity:0}.search-suggestion:hover .search-suggestion-remove,.search-suggestion.active .search-suggestion-remove,.search-suggestion-remove:focus-visible{opacity:1}.search-suggestion-remove:hover{background:#e2e5e8}.search-suggestion-remove svg{width:14px;height:14px;stroke-width:1.7}.provider-monogram{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#fff;background:var(--accent);font-size:11px;font-weight:720}@media(max-height:780px)and (min-width:701px){.web-search{height:60px;margin-top:17px}.search-provider{height:46px}}@media(max-width:1050px)and (min-width:701px){.web-search{width:min(780px,100%)}}@media(max-width:700px){.web-search{height:59px;margin-top:20px;border-radius:22px}.search-provider{min-width:56px;width:56px;height:45px;gap:5px;padding:0;justify-content:center;border-radius:16px}.provider-chevron{display:block}.provider-menu{left:-1px;width:calc(100% + 2px);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;padding:10px;border-radius:17px}.provider-section+.provider-section{margin:0;padding-left:0}.provider-menu button{height:39px;padding:0 7px;font-size:9px}.provider-section-title{padding-right:7px;padding-left:7px;font-size:8px}.web-search>input{font-size:12px}}.shared-search-field{height:42px;display:flex;align-items:center;gap:10px;padding:0 8px 0 12px;border:1px solid rgb(128 138 148 / 22%);border-radius:12px;color:#8f98a1;background:#ffffff14;transition:border-color .15s ease,background-color .15s ease}.shared-search-field:focus-within{border-color:#2f7ff294;background:#ffffff1c;box-shadow:none}.shared-search-field>svg{width:18px;height:18px;flex:0 0 auto;stroke-width:1.9}.shared-search-field>input{min-width:0;flex:1;padding:0;border:0;outline:0;color:#41474d;background:transparent;font:inherit;font-size:13px;font-weight:400;line-height:1.35}.shared-search-field>input::placeholder{color:#8f98a1}.shared-search-clear{width:30px;height:30px;display:grid;flex:0 0 30px;place-items:center;padding:0;border:0;border-radius:50%;color:#707983;background:transparent;cursor:pointer}.shared-search-clear:hover{color:#343b42;background:#808a9424}.shared-search-clear svg{width:16px;height:16px}.shared-search-field.size-compact{height:34px;gap:7px;padding:0 4px 0 10px;border-radius:10px}.shared-search-field.size-compact>svg{width:15px;height:15px}.shared-search-field.size-compact>input{font-size:12px}.shared-search-field.size-compact .shared-search-clear{width:26px;height:26px;flex-basis:26px}.shared-search-field.size-compact .shared-search-clear svg{width:14px;height:14px}.dark-theme .shared-search-field{border-color:#ffffff1f;color:#ffffff7f;background:#ffffff12}.dark-theme .shared-search-field:focus-within{border-color:#5397ffe0;background:#ffffff17}.dark-theme .shared-search-field>input{color:#eef1f4}.dark-theme .shared-search-clear{color:#ffffffad}.dark-theme .shared-search-clear:hover{color:#fff;background:#ffffff1a}.shared-search-clear{transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.site-grid{width:min(980px,100%);margin-top:39px;display:grid;grid-template-columns:repeat(var(--site-grid-columns, 7),minmax(0,1fr));gap:var(--site-grid-gap, 15px)}.shortcut-pagination{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;color:#747b84;font-size:11px;font-weight:450}.shortcut-pagination button{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgb(25 34 44 / 10%);border-radius:50%;background:#ffffff6b;color:inherit;transition:background .15s ease,color .15s ease,opacity .15s ease}.shortcut-pagination button:hover:not(:disabled){background:#ffffffb8;color:#333941}.shortcut-pagination button:disabled{opacity:.32;cursor:default}.shortcut-pagination svg{width:14px;height:14px}.shortcut-card{position:relative;min-width:0;height:auto;aspect-ratio:1;border:1px solid transparent;border-radius:20px;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-user-drag:element}.shortcut-card:active{cursor:grabbing}.site-grid.is-reordering .shortcut-card{will-change:transform;transition:background .17s ease,border-color .17s ease,box-shadow .17s ease,opacity .17s ease}.site-grid.is-reordering .shortcut-card:hover,.site-grid.is-reordering .shortcut-card:focus-within{transform:none}.site-grid.is-reordering .shortcut-card:not(.is-dragging){border-color:#ffffff73}.shortcut-card.is-dragging{z-index:4;opacity:.22;border:1.5px dashed rgb(47 127 242 / 62%);background:#ffffff42;box-shadow:inset 0 0 0 4px #2f7ff20d}.shortcut-card.is-dragging>*{opacity:.18}.shortcut-drag-preview{position:fixed;z-index:100000;top:-10000px;left:-10000px;overflow:hidden;border:1px solid rgb(255 255 255 / 92%);border-radius:20px;color:#34383e;background:#ffffffe5;box-shadow:inset 0 0 0 1px #2f7ff214;transform:none;pointer-events:none}.shortcut-drag-preview>a{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 6px;border:0;border-radius:20px;color:inherit;font-size:14px;font-weight:400;text-decoration:none;opacity:1}.shortcut-drag-preview.dark-preview{border-color:#ffffff38;color:#f4f6f8;background:#242b34f0;box-shadow:inset 0 0 0 1px #6fa9ff1f}.folder-drag-preview{display:flex;align-items:center;justify-content:center;opacity:.96;cursor:grabbing}.folder-drag-preview .shortcut-folder-preview{width:var(--site-icon-size, 58px);height:var(--site-icon-size, 58px)}.shortcut-card.is-drop-target{border-color:#2f7ff27a;background:#ffffff85;box-shadow:0 10px 28px #2f7ff21f,inset 0 0 0 2px #2f7ff214}.shortcut-card.is-folder-merge-target{border-color:#2f7ff2b8;background:#2f7ff21f;box-shadow:0 13px 32px #2f7ff229,inset 0 0 0 2px #2f7ff221;transform:scale(.94)}.shortcut-card.is-folder-merge-target .site-icon-shell{box-shadow:0 0 0 7px #2f7ff21a;transform:scale(.9)}.dark-theme .shortcut-card.is-dragging{border-color:#589cff94;background:#ffffff1a;box-shadow:0 16px 34px #00000038}.dark-theme .shortcut-card.is-drop-target{border-color:#589cff85;background:#ffffff1f;box-shadow:0 10px 28px #0000002e,inset 0 0 0 2px #589cff1a}.dark-theme .shortcut-card.is-folder-merge-target{border-color:#589cffad;background:#4489ec2e;box-shadow:0 13px 32px #00000040,inset 0 0 0 2px #589cff21}@media(prefers-reduced-motion:reduce){.site-grid.is-reordering .shortcut-card{transition:none}}.shortcut-card>a{width:100%;height:100%}.shortcut-pin{position:absolute;z-index:1;top:11px;left:11px;width:20px;height:20px;display:grid;place-items:center;border-radius:7px;color:#7f8993;background:#ffffff94;pointer-events:none}.shortcut-pin svg{width:12px;height:12px;fill:currentColor;stroke-width:1.7;transform:rotate(-12deg)}.dark-theme .shortcut-pin{color:#d7dfe7;background:#1b222b8f}.shortcut-card:hover,.shortcut-card:focus-within{border-color:#ffffffd9;background:#ffffff7a;box-shadow:0 12px 30px #313f4a12;transform:translateY(-3px)}.shortcut-actions{position:absolute;z-index:2;top:8px;right:7px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#777f87;background:transparent;cursor:pointer;font-size:20px;line-height:1;opacity:0;transform:scale(.9);transition:opacity .13s ease,transform .13s ease,background .13s ease}.shortcut-card:hover .shortcut-actions{opacity:1;transform:scale(1);transition-delay:1s}.shortcut-card:focus-within .shortcut-actions{opacity:1;transform:scale(1);transition-delay:0s}.shortcut-actions:hover{background:#ffffffb8;transform:scale(1);transition-delay:0s}.add-bookmark-card{min-width:0;height:auto;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed rgb(114 124 134 / 28%);border-radius:20px;color:#8b939b;background:#ffffff2e;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease,transform .14s ease}.shortcut-folder-card{position:relative;min-width:0;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:9px 5px;border:1px solid rgb(255 255 255 / 72%);border-radius:20px;color:#454c53;background:#ffffff47;box-shadow:inset 0 1px #ffffffb3,0 10px 25px #323e490f;font:inherit;font-size:14px;font-weight:400;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.shortcut-folder-card:hover{background:#ffffff7a;transform:translateY(-1px)}.shortcut-folder-card.is-drop-target{border-color:#2f80edb8;background:#2f80ed21;box-shadow:inset 0 0 0 1px #2f80ed2e,0 12px 30px #2f80ed26;transform:scale(1.035)}.shortcut-folder-card.is-dragging{opacity:.28;border-style:dashed;border-color:#2f80ed8c;background:#ffffff38;transform:scale(.96)}.shortcut-folder-card.is-dragging>*{opacity:.24}.shortcut-folder-menu{position:absolute;z-index:2;top:8px;right:7px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#777f87;background:transparent;font:inherit;font-size:19px;line-height:1;cursor:pointer;opacity:0;transform:scale(.9);transition:opacity .13s ease,transform .13s ease,background .13s ease}.shortcut-folder-card:hover .shortcut-folder-menu{opacity:1;transform:scale(1);transition-delay:1s}.shortcut-folder-card:focus-visible .shortcut-folder-menu,.shortcut-folder-menu:focus{opacity:1;transform:scale(1);transition-delay:0s}.shortcut-folder-menu:hover{background:#ffffffb8;transition-delay:0s}.folder-context-menu.placement-below{transform-origin:var(--workspace-menu-arrow-left) -8px}.folder-context-menu.placement-below:after{top:-9px;bottom:auto;clip-path:polygon(50% 0,100% 100%,0 100%)}.shortcut-folder-preview{width:var(--site-icon-size);height:var(--site-icon-size);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));place-items:center;gap:max(2px,calc(var(--site-icon-size) * .055));padding:max(1px,calc(var(--site-icon-size) * .03))}.shortcut-folder-preview.count-1{grid-template:1fr / 1fr}.shortcut-folder-preview.count-2{grid-template:1fr / repeat(2,minmax(0,1fr))}.shortcut-folder-preview.count-3>:last-child{grid-column:1 / -1}.site-grid .shortcut-folder-preview .site-icon-shell,.folder-drag-preview .shortcut-folder-preview .site-icon-shell{--folder-preview-icon-size: calc(var(--site-icon-size) * .405);width:var(--folder-preview-icon-size);height:var(--folder-preview-icon-size);border:1px solid rgb(255 255 255 / 88%);border-radius:calc(var(--folder-preview-icon-size) * .3);background:#ffffffe0;box-shadow:0 3px 8px #2b3c4e1a,inset 0 1px #fffc;opacity:1;transform:none}.site-grid .shortcut-folder-preview.count-1 .site-icon-shell,.folder-drag-preview .shortcut-folder-preview.count-1 .site-icon-shell{--folder-preview-icon-size: calc(var(--site-icon-size) * .72)}.site-grid .shortcut-folder-preview.count-2 .site-icon-shell,.folder-drag-preview .shortcut-folder-preview.count-2 .site-icon-shell{--folder-preview-icon-size: calc(var(--site-icon-size) * .44)}.shortcut-folder-preview .site-icon-shell img{width:62%;height:62%}.shortcut-folder-preview .site-fallback{font-size:calc(var(--folder-preview-icon-size) * .38);font-weight:540}.shortcut-folder-backdrop{position:fixed;z-index:2147483646;top:0;right:0;bottom:0;left:0;border:0;background:#0a0f1624;backdrop-filter:blur(14px) saturate(115%);-webkit-backdrop-filter:blur(14px) saturate(115%);animation:folder-backdrop-in .15s ease both}.shortcut-folder-popover{position:fixed;z-index:2147483647;top:50%;left:50%;width:min(580px,calc(100% - 32px));overflow:hidden;border:0;border-radius:24px;color:#262a2f;background:#fbfcfde5;box-shadow:0 25px 70px #28354033;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);transform:translate(-50%,-50%);animation:folder-popover-in .22s cubic-bezier(.2,.75,.2,1) both}@keyframes folder-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes folder-popover-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 8px)) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.shortcut-folder-popover>header{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid rgb(127 134 143 / 24%)}.shortcut-folder-popover>header strong{min-width:0;overflow:hidden;color:#262a2f;font-size:18px;font-weight:650;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.shortcut-folder-popover>header>button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;border:0;border-radius:50%;color:#777d84;background:#7f868f1a;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .15s ease}.shortcut-folder-popover>header>button:hover{color:#262a2f;background:#7f868f2b}.shortcut-folder-popover>header>button:active{transform:scale(.96)}.shortcut-folder-popover>header>button svg{width:17px;height:17px;stroke-width:1.8}.shortcut-folder-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:18px 22px 22px;background:#e5e9ee47}.shortcut-folder-grid a{min-width:0;min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:12px 6px;border-radius:18px;color:inherit;font-size:12px;text-decoration:none;transition:background-color .16s ease,transform .16s ease}.shortcut-folder-grid a:hover{background:#ffffffdb;transform:translateY(-1px)}.shortcut-folder-backdrop.is-dragging-out,.shortcut-folder-popover.is-dragging-out{pointer-events:none}.shortcut-folder-popover .site-icon-shell{--site-icon-size: 54px;--site-icon-radius: 15px}.shortcut-folder-grid a>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:620px){.shortcut-folder-popover{width:min(500px,calc(100% - 24px))}.shortcut-folder-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding:16px 18px 20px}.shortcut-folder-popover .site-icon-shell{--site-icon-size: 48px}}@media(max-width:420px){.shortcut-folder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.add-bookmark-card>svg{width:44px;height:44px;padding:10px;border-radius:15px;color:currentColor;background:#ffffffb8;box-shadow:0 9px 24px #36445014}.add-bookmark-card small{font-size:10px;font-weight:400;line-height:1.2}.add-bookmark-card:hover{border-color:#2f7ff26b;color:var(--accent);background:#ffffff5c;transform:translateY(-2px)}.site-grid a{min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 6px;border:0;border-radius:20px;color:#444a51;font-size:14px;font-weight:400;text-decoration:none;transition:none}.site-grid a:hover{background:transparent;box-shadow:none;transform:none}.site-icon-shell{position:relative;flex:0 0 auto;width:var(--site-icon-size);height:var(--site-icon-size);display:grid;place-items:center;overflow:hidden;border:1px solid rgb(255 255 255 / 90%);border-radius:var(--site-icon-radius, 18px);background:#ffffffdb;box-shadow:inset 0 1px #fff,0 10px 24px #38444e17;transition:border-radius .16s ease,width .16s ease,height .16s ease;opacity:var(--site-icon-opacity, 1)}.site-icon-shell img{position:relative;z-index:1;width:55%;height:55%;object-fit:contain}.site-fallback{position:absolute;color:#747b82;font-size:20px;font-weight:720}.site-icon-shell.has-image .site-fallback{display:none}.site-icon-shell.text-only .site-fallback{position:static;font-size:calc(var(--site-icon-size) * .42)}.icons-clean .site-icon-shell{border-color:transparent;border-radius:50%;background:transparent;box-shadow:none}.icons-clean .site-icon-shell img{width:68%;height:68%}.site-grid.without-icon-shadow .site-icon-shell{box-shadow:none}.site-grid.hide-icon-names .site-name{display:none}.site-grid.with-start-animation .shortcut-card{animation:shortcut-start-in .26s cubic-bezier(.2,.78,.2,1) both}.site-grid.with-start-animation .shortcut-card:nth-child(2n){animation-delay:24ms}.site-grid.with-start-animation .shortcut-card:nth-child(3n){animation-delay:48ms}@keyframes shortcut-start-in{0%{opacity:0;transform:translateY(7px) scale(.97)}}.site-name{flex:0 0 auto;max-width:100%;min-height:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bookmark-context-menu button svg.filled{fill:currentColor}.folder-rename-layer{position:fixed;z-index:2147483500;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0a0f1624;backdrop-filter:blur(14px) saturate(115%);-webkit-backdrop-filter:blur(14px) saturate(115%);animation:fade-in .15s ease}.folder-rename-dialog{width:min(460px,100%);overflow:hidden;border:0;border-radius:24px;color:#262a2f;background:#fbfcfde5;box-shadow:0 25px 70px #28354033;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);animation:template-in .22s cubic-bezier(.2,.75,.2,1)}.folder-rename-dialog>header{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid rgb(127 134 143 / 24%)}.folder-rename-dialog h3{margin:0;color:#262a2f;font-size:18px;font-weight:650;line-height:1.2;letter-spacing:0}.folder-rename-dialog>header>button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;border:0;border-radius:50%;color:#777d84;background:#7f868f1a;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .15s ease}.folder-rename-dialog>header>button:hover{color:#262a2f;background:#7f868f2b}.folder-rename-dialog>header>button:active{transform:scale(.96)}.folder-rename-dialog>header>button svg{width:17px;height:17px;stroke-width:1.8}.folder-rename-body{padding:20px 24px 24px;background:#e5e9ee47}.folder-rename-body>p{margin:0 0 18px;color:#777d84;font-size:13px;font-weight:400;line-height:1.45}.folder-rename-body label{display:grid;gap:8px;color:#777d84;font-size:12px;font-weight:400}.folder-rename-body input{width:100%;height:44px;padding:0 13px;border:1px solid rgb(38 42 47 / 14%);border-radius:12px;color:#262a2f;background:#ffffff6b;outline:none;font:400 14px/1.2 var(--font-system);transition:border-color .15s ease,background-color .15s ease}.folder-rename-body input:focus{border-color:#2f7ff294;background:#ffffffad;box-shadow:none}.folder-rename-body>small{display:block;margin-top:7px;color:var(--danger);font-size:11px;font-weight:400}.folder-rename-actions{min-height:64px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:11px 22px;border-top:1px solid rgb(127 134 143 / 24%)}.folder-rename-actions button{min-width:0;height:40px;padding:0 15px;border:1px solid rgb(38 42 47 / 14%);border-radius:12px;color:#262a2f;background:#ffffff75;cursor:pointer;font:400 13px/1.2 var(--font-system);transition:color .15s ease,border-color .15s ease,background-color .15s ease,transform .15s ease}.folder-rename-actions button:hover:not(:disabled){border-color:#262a2f33;background:#ffffffc2}.folder-rename-actions button.primary{padding-inline:17px;border-color:var(--accent);color:#fff;background:var(--accent);font-weight:500}.folder-rename-actions button.primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);transform:translateY(-1px)}.folder-rename-actions button:disabled{border-color:transparent;color:#9ba1a8;background:#68707917;cursor:default}.template-shortcut-preview{margin-top:23px}.bookmark-layer{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#262c336b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fade-in .16s ease}.bookmark-modal{--site-icon-size: 52px;width:min(840px,100%);height:min(610px,calc(100vh - 48px));display:grid;grid-template-columns:205px minmax(0,1fr);overflow:hidden;border:1px solid rgb(255 255 255 / 82%);border-radius:24px;color:#343a40;background:#f7f8fa;box-shadow:0 34px 100px #19222a4d;animation:template-in .19s cubic-bezier(.2,.75,.2,1)}.bookmark-modal.editing{width:min(620px,100%);height:min(580px,calc(100svh - 48px));grid-template-columns:minmax(0,1fr)}.bookmark-modal.editing .bookmark-content>header{min-height:74px;padding:0 24px}.bookmark-modal.editing .bookmark-content>header h3{font-size:17px;font-weight:500}.bookmark-modal.editing .bookmark-manual-form{min-height:0;overflow-y:auto;padding:26px 24px 30px}.bookmark-sidebar{padding:25px 16px;border-right:1px solid #e4e7ea;background:#fff}.bookmark-sidebar h2{margin:0 10px 22px;color:#43516d;font-size:16px;letter-spacing:-.025em}.bookmark-sidebar nav{display:flex;flex-direction:column;gap:4px}.bookmark-sidebar nav button{width:100%;min-height:39px;padding:0 12px;border:0;border-radius:10px;color:#60676e;background:transparent;cursor:pointer;font-size:12px;font-weight:400;line-height:1.3;text-align:left}.bookmark-sidebar nav button:hover{background:#f3f5f7}.bookmark-sidebar nav button.active{color:#3f464d;background:#eceff2}.bookmark-content{min-width:0;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.bookmark-content>header{min-height:75px;display:flex;align-items:center;justify-content:space-between;padding:17px 22px;border-bottom:1px solid #e4e7ea;background:#fff}.bookmark-content header h3{margin:0;font-size:16px;letter-spacing:-.025em}.bookmark-content header button{width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;padding:0;color:#757c83;background:#edf0f2;cursor:pointer;font-size:19px}.bookmark-content header button svg{width:16px;height:16px}.bookmark-manual-form{overflow-y:auto;padding:24px}.bookmark-manual-form>label{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;color:#596068;font-size:9px;font-weight:720}.bookmark-manual-form>label input{height:48px;padding:0 14px;border:1px solid #dfe4e8;border-radius:12px;outline:none;color:#40464c;background:#fff;font-size:13px;line-height:1.35}.bookmark-manual-form>label input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff21a}.bookmark-preview>span{display:block;margin-bottom:10px;color:#596068;font-size:9px;font-weight:720}.bookmark-preview>div{display:flex;gap:12px}.bookmark-preview button{width:92px;height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:2px solid transparent;border-radius:17px;color:#666d74;background:#fff;cursor:pointer}.bookmark-preview button.active{border-color:var(--accent);background:var(--accent-soft)}.bookmark-preview button small{font-size:9px}.bookmark-catalog{min-height:0;overflow-y:auto;padding:18px 22px 25px}.bookmark-catalog-grid{margin-top:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px 9px}.bookmark-catalog-grid>button{position:relative;min-width:0;height:auto;min-height:96px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:7px 4px 6px;border:1px solid transparent;border-radius:16px;color:#565d64;background:transparent;cursor:pointer;line-height:1.2}.bookmark-catalog-grid .site-icon-shell{width:var(--site-icon-size);height:var(--site-icon-size);flex:0 0 var(--site-icon-size);border-radius:15px}.bookmark-catalog-grid>button:hover{background:#fff}.bookmark-catalog-grid>button.selected{border-color:#2f7ff26b;background:var(--accent-soft)}.bookmark-catalog-grid>button.already-added,.bookmark-catalog-grid>button.already-added:hover{border-color:transparent;color:#858c93;background:#60697212;cursor:default;opacity:1}.bookmark-catalog-grid>button>span.bookmark-site-name{width:100%;max-width:100%;min-height:14px;overflow:hidden;padding:0 3px;font-size:10px;font-weight:560;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.bookmark-catalog-grid>button>i.bookmark-selection{position:absolute;top:6px;right:7px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--accent);font-style:normal;opacity:0;transform:scale(.72);transition:opacity .14s ease,transform .16s cubic-bezier(.2,.8,.2,1)}.bookmark-catalog-grid>button>i.bookmark-selection svg{width:12px;height:12px;stroke-width:2.7}.bookmark-catalog-grid>button.selected>i.bookmark-selection{opacity:1;transform:scale(1)}.bookmark-catalog-grid>button>span.bookmark-existing{position:absolute;top:7px;right:8px;max-width:calc(100% - 16px);height:20px;display:inline-flex;align-items:center;gap:4px;padding:0 6px;border-radius:999px;color:#727a82;background:#ffffffc7;font-size:8px;font-weight:650;line-height:1}.bookmark-catalog-grid>button>span.bookmark-existing>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bookmark-catalog-grid>button>span.bookmark-existing svg{width:10px;height:10px;flex:0 0 auto;fill:currentColor;stroke-width:1.8}.bookmark-content>footer{min-height:68px;display:flex;align-items:center;gap:9px;padding:12px 22px;border-top:1px solid #e4e7ea;background:#fff}.bookmark-content>footer>span{flex:1}.bookmark-content footer button{min-width:82px;height:40px;padding:0 16px;border:1px solid #dfe3e6;border-radius:10px;color:#656c73;background:#fff;cursor:pointer;font-size:11px;font-weight:680;transition:border-color .14s ease,color .14s ease,background .14s ease,transform .14s ease}.bookmark-content footer button.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px}.bookmark-count{min-width:22px;height:20px;display:inline-grid;place-items:center;padding:0 6px;border-radius:7px;color:#fff;background:#ffffff38;font-size:10px;font-weight:760;line-height:1}.bookmark-content footer button.primary:disabled .bookmark-count{color:#90979e;background:#68707917}.bookmark-content footer button.bookmark-cancel{min-width:78px}.bookmark-content footer button.primary{min-width:88px;border-color:var(--accent);color:#fff;background:var(--accent)}.bookmark-content footer button.primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);transform:translateY(-1px)}.bookmark-content footer button.danger{border-color:#ed3f4f52;color:var(--danger);background:var(--danger-soft);font-size:12px;font-weight:400}.bookmark-content footer button.bookmark-pin-toggle{min-width:96px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:400}.bookmark-content footer button.bookmark-pin-toggle svg{width:14px;height:14px;stroke-width:1.8}.bookmark-content footer button:disabled{border-color:#dde1e5;color:#a0a6ac;background:#eceff2;cursor:default}.shortcut-editor-list{margin-top:14px;display:flex;flex-direction:column;gap:7px}.shortcut-editor-row{display:grid;grid-template-columns:25px 20px 92px minmax(110px,1fr) 34px;align-items:center;gap:7px}.shortcut-editor-row img{width:23px;height:23px;padding:4px;border:1px solid #e5e7e9;border-radius:7px;background:#fff;object-fit:contain}.shortcut-editor-row>span{color:#a4a9ae;font-family:var(--font-mono);font-size:8px}.shortcut-editor-pin{width:13px;height:13px;color:var(--accent);fill:currentColor;stroke-width:1.7;transform:rotate(-12deg)}.shortcut-editor-row input{min-width:0;height:36px;padding:0 9px;border:1px solid #e0e3e6;border-radius:9px;outline:none;color:#4b5158;background:#fff;font-size:11px}.shortcut-editor-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff214}.shortcut-editor-row>button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #e0e3e6;border-radius:9px;color:#7a8289;background:#fff;cursor:pointer;font-size:14px}.shortcut-editor-row>button:hover{border-color:#bfc9d7;color:#4f6384;background:#f4f7fb}.shortcut-editor-add{min-width:108px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0 12px;border:0;border-radius:11px;color:#fff;background:var(--accent);box-shadow:0 5px 14px #2f7ff233;cursor:pointer;font-size:10px;font-weight:680}.shortcut-editor-add>svg{width:15px;height:15px;color:currentColor}.shortcut-editor-add:hover{background:var(--accent-hover)}.shortcut-section-heading{align-items:center;justify-content:space-between!important}.shortcut-section-heading>div{min-width:0}.shortcut-section-heading h3{margin-bottom:3px}.dark-theme .site-grid a{color:#fff}.dark-theme .shortcut-folder-card{border-color:#ffffff1f;color:#f1f4f7;background:#ffffff12;box-shadow:inset 0 1px #ffffff14,0 10px 25px #00000026}.dark-theme .shortcut-folder-card:hover{background:#ffffff1f}.dark-theme .shortcut-folder-card.is-drop-target{border-color:#5b9df7c7;background:#4189ec33;box-shadow:inset 0 0 0 1px #5b9df729,0 12px 30px #00000038}.dark-theme .shortcut-folder-backdrop{background:#0a0f1624}.dark-theme .site-grid .shortcut-folder-preview .site-icon-shell,.dark-theme .folder-drag-preview .shortcut-folder-preview .site-icon-shell{border-color:#ffffffd1;background:#ffffffeb;box-shadow:0 3px 9px #0003}.dark-theme .shortcut-folder-menu{color:#d0d7de;background:transparent}.dark-theme .shortcut-folder-menu:hover{background:#ffffff2b}.dark-theme .shortcut-folder-popover{border-color:#ffffff1f;color:#eef2f6;background:#141a23e0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e}.dark-theme .shortcut-folder-popover>header{border-bottom-color:#ffffff1a}.dark-theme .shortcut-folder-popover>header strong{color:#f1f4f7}.dark-theme .shortcut-folder-popover>header>button{color:#aeb7c1;background:#ffffff12}.dark-theme .shortcut-folder-popover>header>button:hover{color:#f1f4f7;background:#ffffff1c}.dark-theme .shortcut-folder-grid{background:transparent}.dark-theme .shortcut-folder-grid a:hover{background:#ffffff14}.dark-theme .shortcut-pagination{color:#ffffffad}.dark-theme .shortcut-pagination button{border-color:#ffffff1c;background:#ffffff12}.dark-theme .shortcut-pagination button:hover:not(:disabled){background:#ffffff21;color:#fff}.dark-theme .shortcut-card:hover,.dark-theme .shortcut-card:focus-within{border-color:#ffffff26;background:#ffffff1a;box-shadow:0 12px 30px #0000001f}.dark-theme .shortcut-actions{color:#e2e7ec;background:transparent}.dark-theme .shortcut-actions:hover{background:#1b222bb8}.dark-theme .add-bookmark-card{border-color:#ffffff30;color:#ffffff94;background:#ffffff0d}.dark-theme .add-bookmark-card>svg{color:#fff;background:#ffffff1a;box-shadow:0 9px 24px #00000029}.dark-theme .add-bookmark-card:hover{border-color:#2f7ff294;color:#fff;background:#2f7ff21f}.dark-theme .folder-rename-dialog{border-color:#ffffff1f;color:#eef2f6;background:#141a23e0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e}.dark-theme .folder-rename-dialog>header{border-bottom-color:#ffffff1a}.dark-theme .folder-rename-dialog h3{color:#f1f4f7}.dark-theme .folder-rename-dialog>header>button{color:#aeb7c1;background:#ffffff12}.dark-theme .folder-rename-dialog>header>button:hover{color:#f1f4f7;background:#ffffff1c}.dark-theme .folder-rename-body{background:transparent}.dark-theme .folder-rename-body>p,.dark-theme .folder-rename-body label{color:#aeb8c1}.dark-theme .folder-rename-body input{border-color:#ffffff21;color:#eef2f6;background:#ffffff0f}.dark-theme .folder-rename-body input:focus{border-color:#5397ffe0;background:#ffffff14}.dark-theme .folder-rename-actions{border-top-color:#ffffff1a}.dark-theme .folder-rename-actions button{border-color:#ffffff21;color:#d4dae1;background:#ffffff0f}.dark-theme .folder-rename-actions button:hover:not(:disabled){border-color:#ffffff29;background:#ffffff1a}.dark-theme .folder-rename-actions button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme .folder-rename-actions button:disabled{border-color:transparent;color:#707b87;background:#ffffff0d}.dark-theme .shortcut-editor-row img{border-color:#343d49;background:#f8f9fa}.dark-theme .shortcut-editor-row input{border-color:#343d49;color:#eef1f4;background:#222a34}.dark-theme .shortcut-editor-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff221}.dark-theme .shortcut-editor-row>button{border-color:#343d49;color:#c5cdd5;background:#222a34}.dark-theme .shortcut-editor-row>button:hover{border-color:#596a7e;color:#eef3fb;background:#2a3440}.dark-theme .shortcut-editor-add{border:0;color:#fff;background:var(--accent)}.dark-theme .shortcut-editor-add:hover{background:var(--accent-hover)}.dark-theme .bookmark-modal{border-color:#ffffff1f;color:#f1f4f7;background:#181e27;box-shadow:0 34px 100px #0000007a}.dark-theme .bookmark-sidebar,.dark-theme .bookmark-content>header,.dark-theme .bookmark-content>footer{background:#1e252f}.dark-theme .bookmark-sidebar{border-right-color:#303946}.dark-theme .bookmark-sidebar h2{color:#dfe6ef}.dark-theme .bookmark-sidebar nav button{color:#aeb7c1}.dark-theme .bookmark-sidebar nav button:hover{background:#27303b}.dark-theme .bookmark-sidebar nav button.active{color:#eef2f6;background:#303a45}.dark-theme .bookmark-content>header{border-bottom-color:#303946}.dark-theme .bookmark-content>footer{border-top-color:#303946}.dark-theme .bookmark-content header button{color:#cbd2d9;background:#303945}.dark-theme .bookmark-manual-form>label,.dark-theme .bookmark-preview>span{color:#aeb7c1}.dark-theme .bookmark-manual-form>label input{border-color:#394451;color:#eef1f4;background:#222a34}.dark-theme .bookmark-preview button{color:#bcc5ce;background:#222a34}.dark-theme .bookmark-preview button.active{border-color:var(--accent);background:#2f7ff22e}.dark-theme .bookmark-catalog-grid>button{color:#c4ccd4}.dark-theme .bookmark-catalog-grid>button:hover{background:#222a34}.dark-theme .bookmark-catalog-grid>button.selected{border-color:var(--accent);background:#2f7ff22e}.dark-theme .bookmark-catalog-grid>button.already-added,.dark-theme .bookmark-catalog-grid>button.already-added:hover{color:#89939e;background:#9faab614}.dark-theme .bookmark-catalog-grid>button>span.bookmark-existing{color:#9ba6b1;background:#141a2194}.dark-theme .bookmark-content footer button{border-color:#3a4552;color:#c8d0d8;background:#252e38}.dark-theme .bookmark-content footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme .bookmark-content footer button.danger{border-color:#ff657361;color:#ff6573;background:#35242a}.dark-theme .bookmark-content footer button:disabled{border-color:#343d48;color:#727d89;background:#252c35}@media(max-height:780px)and (min-width:701px){.site-grid{margin-top:31px}.shortcut-card,.add-bookmark-card{height:112px;aspect-ratio:auto}.site-grid a{height:100%;padding-top:25px;padding-bottom:7px}.site-icon-shell{transform:scale(.86)}}@media(max-width:1050px)and (min-width:701px){.site-grid{width:min(780px,100%)}.site-grid{grid-template-columns:repeat(var(--site-grid-columns, 5),minmax(0,1fr));gap:13px 12px}.shortcut-card,.add-bookmark-card{width:100%;height:auto;aspect-ratio:1;border-radius:18px}.site-grid a{height:100%;justify-content:center;gap:7px;padding:8px 5px}.site-icon-shell,.icons-clean .site-icon-shell{width:var(--site-icon-size);height:var(--site-icon-size);border-radius:var(--site-icon-radius, 15px);transform:none}.site-name{display:block;max-width:calc(100% - 6px);font-size:12px;line-height:15px}.shortcut-actions{top:5px;right:5px;width:24px;height:24px;font-size:18px;opacity:.68;transform:scale(1);transition-delay:0s}.shortcut-card:hover .shortcut-actions,.shortcut-card:focus-within .shortcut-actions{opacity:1;transition-delay:0s}}@media(max-width:700px){.site-grid{width:min(520px,100%);margin-top:36px;grid-template-columns:repeat(var(--site-grid-columns, 5),minmax(0,1fr));gap:7px 5px}.shortcut-card,.add-bookmark-card{width:100%;height:auto;aspect-ratio:1;border-radius:clamp(13px,3.5vw,17px)}.site-grid a{height:100%;justify-content:center;gap:4px;padding:3px 2px;font-size:10px}.site-icon-shell{width:min(var(--site-icon-size),clamp(32px,10vw,40px));height:min(var(--site-icon-size),clamp(32px,10vw,40px));border-radius:clamp(10px,3vw,13px);transform:none}.icons-clean .site-icon-shell{width:min(var(--site-icon-size),clamp(32px,10vw,40px));height:min(var(--site-icon-size),clamp(32px,10vw,40px))}.shortcut-folder-card{gap:4px;padding:3px 2px}.site-name{display:block;max-width:calc(100% - 4px);font-size:9px;line-height:11px}.shortcut-actions{top:4px;right:4px;width:22px;height:22px;font-size:17px}.add-bookmark-card{gap:5px}.add-bookmark-card>svg{width:clamp(30px,9vw,36px);height:clamp(30px,9vw,36px);border-radius:11px;padding:8px}.add-bookmark-card small{max-width:calc(100% - 8px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shortcut-editor-row{grid-template-columns:23px 18px 78px 1fr 31px;gap:5px}.shortcut-editor-row>button{width:31px;height:34px}.bookmark-layer{padding:10px}.bookmark-modal{height:calc(100svh - 20px);grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);border-radius:20px}.bookmark-sidebar{padding:13px;border-right:0;border-bottom:1px solid #e4e7ea}.bookmark-sidebar h2{display:none}.bookmark-sidebar nav{flex-direction:row;overflow-x:auto}.bookmark-sidebar nav button{min-width:118px;text-align:center}.bookmark-content>header{min-height:64px;padding:12px 17px}.bookmark-catalog{padding:14px 15px 20px}.bookmark-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bookmark-manual-form{padding:18px}.bookmark-content>footer{padding:10px 15px}.dark-theme .bookmark-sidebar{border-bottom-color:#303946}}.site-grid{width:min(var(--site-grid-width, 980px),100%);margin-top:var(--site-grid-margin, 39px);grid-template-columns:repeat(var(--site-grid-columns, 7),minmax(0,1fr));gap:var(--site-grid-gap, 15px)}.site-grid>.shortcut-card,.site-grid>.shortcut-folder-card,.site-grid>.add-bookmark-card{width:100%;height:var(--shortcut-card-size);aspect-ratio:auto}.new-tab:has(.workspace-primary-switcher.open) .home-stage{position:relative;z-index:2147483600}.workspace-content{position:relative;top:0;width:100%;display:flex;flex-direction:column;align-items:center;backface-visibility:hidden;transform:translateZ(0)}.workspace-center-stack{width:100%;display:flex;flex-direction:column;align-items:center}.workspace-primary-slot{position:relative;z-index:101;width:min(900px,calc(100vw - 180px));height:104px;display:flex;align-items:center;justify-content:center;margin-top:46px;opacity:1;transition:opacity .12s ease}.workspace-primary-slot.primary-mode-leaving{opacity:0}.workspace-primary-slot.primary-mode-entering{animation:workspace-primary-mode-enter .18s ease both}@keyframes workspace-primary-mode-enter{0%{opacity:0}to{opacity:1}}.workspace-primary-slot.mode-dailyGoal{width:min(900px,calc(100vw - 180px))}.workspace-primary-slot>.daily-goal-prompt{width:fit-content;max-width:100%;margin-top:0}.workspace-primary-switcher{position:relative;z-index:106;width:34px;height:34px;opacity:0;pointer-events:none;transition:opacity .14s ease}.daily-goal-prompt:hover .workspace-primary-switcher,.daily-goal-prompt:focus-within .workspace-primary-switcher,.workspace-primary-switcher.open{opacity:1;pointer-events:auto}.workspace-primary-switcher button{display:grid;place-items:center;padding:0;border:0;color:inherit;cursor:pointer}.workspace-primary-switcher-trigger{width:34px;height:34px;border-radius:50%;background:transparent;transition:opacity .14s ease,color .14s ease,background .14s ease}.workspace-primary-switcher-trigger:hover,.workspace-primary-switcher-trigger[aria-expanded=true]{background:var(--utility-surface-hover)}.workspace-primary-switcher-trigger svg{width:20px;height:20px;stroke-width:1.8}.workspace-primary-switcher-options{position:absolute;top:50%;right:0;height:38px;display:flex;align-items:center;gap:2px;padding:3px;border:1px solid rgb(255 255 255 / 14%);border-radius:14px;color:#ffffffb8;background:#12181fe0;box-shadow:0 12px 30px #00000038;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.94);transform-origin:right center;transition:opacity .13s ease,transform .15s cubic-bezier(.2,.78,.2,1);-webkit-backdrop-filter:blur(16px) saturate(115%);backdrop-filter:blur(16px) saturate(115%)}.workspace-primary-switcher-options button{width:30px;height:30px;border-radius:10px;background:transparent}.workspace-primary-switcher-options button:hover,.workspace-primary-switcher-options button.active{color:#fff;background:#ffffff21}.workspace-primary-switcher-options svg{width:17px;height:17px;stroke-width:1.8}.workspace-primary-switcher.open .workspace-primary-switcher-trigger{opacity:0;pointer-events:none}.workspace-primary-switcher.open .workspace-primary-switcher-options{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.workspace-heading{width:min(980px,100%);margin:27px 0 12px;display:flex;align-items:center;justify-content:space-between;padding:0}.workspace-heading span{font-size:11px;font-weight:760;letter-spacing:.03em}.workspace-heading small{color:#9ba0a6;font-size:9px}.workspace-dock{position:fixed;z-index:8;bottom:22px;left:50%;display:flex;max-width:calc(100% - 32px);gap:12px;padding:0;border:0;background:transparent;overflow-x:auto;scrollbar-width:none;transform:translate(-50%);transition:left .23s cubic-bezier(.2,.75,.2,1),opacity .22s ease,transform .26s cubic-bezier(.2,.75,.2,1)}.workspace-dock::-webkit-scrollbar{display:none}.workspace-dock.idle-hidden{opacity:0;pointer-events:none;transform:translate(-50%,28px)}.workspace-dock button{width:92px;min-width:92px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:5px 6px;border:0;border-radius:0;outline:none;color:#929ba4;background:transparent;cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease}.workspace-dock button:focus{outline:none}.workspace-dock button:focus-visible .workspace-icon{filter:none}.workspace-icon{width:30px;height:30px;display:block;flex:0 0 auto;background:currentColor;-webkit-mask:var(--workspace-icon) center / contain no-repeat;mask:var(--workspace-icon) center / contain no-repeat}.workspace-lucide-icon{color:currentColor;background:none;stroke:currentColor;-webkit-mask:none;mask:none}.workspace-dock button small{width:100%;overflow:hidden;height:16px;color:currentColor;font-size:11px;font-weight:400;line-height:16px;opacity:0;text-overflow:ellipsis;white-space:nowrap}.workspace-dock button:hover,.workspace-dock button.active{color:#4a4a4a;background:transparent}.workspace-dock button:hover{transform:translateY(-1px)}.workspace-dock button.active small{opacity:1}.workspace-dock.is-reordering button{cursor:grabbing}.workspace-dock.is-reordering button:hover{transform:none}.workspace-dock button.is-dragging{opacity:.28;transform:scale(.94)}.workspace-drag-preview{position:fixed;z-index:2147483647;top:-200px;left:-200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:5px 6px;border:1px solid rgb(255 255 255 / 72%);border-radius:18px;color:#46505a;background:#fafcffeb;box-shadow:0 14px 34px #2734432e;pointer-events:none}.workspace-drag-preview.dark-preview{border-color:#ffffff29;color:#fff;background:#232a34f0;box-shadow:0 14px 34px #0000003d}.workspace-drag-preview small{width:100%;overflow:hidden;color:currentColor;font-size:11px;font-weight:400;line-height:16px;opacity:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.workspace-dock button.workspace-add{width:48px;min-width:48px;justify-content:flex-start;padding-top:5px}.workspace-dock button.workspace-add>svg{width:30px;height:30px;padding:5px;border:0;border-radius:0;color:#6f767d;background:transparent}@media(max-width:1180px)and (min-width:701px){.workspace-dock{max-width:calc(100% - 420px);gap:6px}.workspace-dock button{width:48px;min-width:48px;height:52px;gap:0;padding:5px}.workspace-dock .workspace-icon{width:26px;height:26px}.workspace-dock button small{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.workspace-dock button.workspace-add{width:42px;min-width:42px;justify-content:center;padding-top:5px}.workspace-dock button.workspace-add>svg{width:26px;height:26px}}@media(max-width:800px)and (min-width:701px){.workspace-dock{bottom:82px;max-width:calc(100% - 32px)}}.workspace-menu-layer{position:fixed;z-index:2147483300;top:0;right:0;bottom:0;left:0}.workspace-context-menu{position:fixed;width:232px;padding:6px;border:1px solid rgb(255 255 255 / 82%);border-radius:17px;background:#f8f9fb;box-shadow:inset 0 1px #ffffffdb,0 24px 65px #1f2a3438,0 5px 16px #1f2a3417;-webkit-backdrop-filter:blur(34px) saturate(165%);backdrop-filter:blur(34px) saturate(165%);transform-origin:var(--workspace-menu-arrow-left) calc(100% + 8px);animation:context-menu-in .16s cubic-bezier(.2,.78,.2,1)}.workspace-context-menu:after{width:16px;height:9px;position:absolute;bottom:-9px;left:calc(var(--workspace-menu-arrow-left) - 8px);border:0;content:"";background:#f8f9fb;box-shadow:none;clip-path:polygon(0 0,100% 0,50% 100%)}.workspace-context-menu button{position:relative;width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border:0;border-radius:11px;color:#3f464d;background:transparent;cursor:pointer;font-size:12px;font-weight:450;text-align:left;transition:color .12s ease,background .12s ease}.workspace-context-menu button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-context-menu button .context-menu-label{display:flex;align-items:center;gap:7px}.workspace-context-menu button .new-feature-badge{flex:0 0 auto;overflow:visible}.workspace-context-menu button svg{width:16px;height:16px;flex:0 0 auto;stroke-width:1.8;opacity:.72}.workspace-context-menu button:hover{background:#767e881a}.workspace-context-menu button:disabled{color:#a4aab0;background:transparent;cursor:default;opacity:.62}.workspace-context-menu button+button{margin-top:3px}.workspace-context-menu button+button:before{display:none}.workspace-context-menu button.danger{color:var(--danger)}.workspace-context-menu button.danger:hover{background:#ed3f4f1a}.template-layer{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#262c336b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fade-in .16s ease}.template-modal{--site-icon-size: 44px;position:relative;width:min(920px,100%);height:min(660px,calc(100vh - 48px));display:grid;grid-template-columns:230px minmax(0,1fr);overflow:hidden;border:1px solid rgb(255 255 255 / 82%);border-radius:25px;color:#343a40;background:#f7f8fa;box-shadow:0 34px 100px #19222a4d;animation:template-in .19s cubic-bezier(.2,.75,.2,1)}.template-sidebar{padding:26px 18px;border-right:1px solid #e4e7ea;background:#fff}.template-sidebar small,.template-preview header small{color:#9a9fa5;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.template-sidebar h2{min-width:0;max-width:100%;margin:5px 7px 24px;overflow-wrap:anywhere;font-size:18px;line-height:1.15;letter-spacing:-.01em;-webkit-hyphens:auto;hyphens:auto}.template-sidebar>div>small{margin-left:7px}.template-sidebar nav{display:flex;flex-direction:column;gap:5px}.template-sidebar nav button{width:100%;min-height:48px;display:grid;grid-template-columns:32px 1fr 16px;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:12px;color:#70767d;background:transparent;cursor:pointer;font-size:12px;font-weight:400;line-height:1.3;text-align:left}.template-sidebar nav button:hover{background:#f3f5f7}.template-sidebar nav button.active{color:#3f464d;background:#eceff2}.template-sidebar nav button i{color:currentColor;font-size:11px;font-style:normal;text-align:center}.template-workspace-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:#68737e;background:#edf0f3}.template-workspace-icon .workspace-icon{width:19px;height:19px}.template-sidebar nav button.active .template-workspace-icon{color:#56606a;background:#dfe4e8}.template-blank-icon{border:0}.template-blank-icon svg{width:18px;height:18px;stroke-width:1.8}.template-preview{min-width:0;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.template-preview>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:27px 29px 19px;border-bottom:1px solid #e4e7ea;background:#fff}.template-preview header h2{margin:5px 0 6px;font-size:26px;letter-spacing:-.015em}.template-preview header p{max-width:570px;margin:0;color:#7d848b;font-size:11px;line-height:1.5}.template-preview header>button{width:32px;height:32px;border:0;border-radius:50%;display:grid;place-items:center;padding:0;color:#757c83;background:#edf0f2;cursor:pointer;font-size:20px}.template-preview header>button svg{width:16px;height:16px}.template-preview-content{overflow-y:auto;padding:21px 29px 28px}.template-preview-content h3{margin:0 0 12px;font-size:13px;font-weight:650;letter-spacing:0}.template-module-preview>div{display:flex;flex-wrap:wrap;gap:7px}.template-module-preview span{padding:7px 10px;border:1px solid #e1e5e8;border-radius:10px;color:#667079;background:#fff;font-size:10.5px;font-weight:560}.template-site{min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px;color:#596068;font-size:10px;text-align:center}.template-site>span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blank-workspace-form{display:flex;flex-direction:column;gap:24px}.blank-workspace-form>label{display:flex;flex-direction:column;gap:8px;color:#626970;font-size:12px;font-weight:600}.blank-workspace-form>label input{height:46px;padding:0 13px;border:1px solid #dfe4e8;border-radius:12px;outline:none;color:#3f454b;background:#fff;font-size:13px}.blank-workspace-form>label input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff21a}.workspace-icon-picker,.blank-module-picker{display:flex;flex-direction:column;gap:10px;color:#626970;font-size:12px;font-weight:600}.workspace-icon-picker>div{display:flex;flex-wrap:wrap;gap:9px}.workspace-icon-picker button{width:48px;height:48px;display:grid;place-items:center;border:1px solid #e0e4e7;border-radius:13px;color:#808890;background:#fff;cursor:pointer}.workspace-icon-picker button.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 2px #2f7ff21f}.workspace-icon-picker .workspace-icon{width:24px;height:24px}.workspace-icon-picker button.show-all-icons{width:auto;min-width:92px;padding:0 10px;display:flex;gap:7px;font-size:10px;font-weight:680}.workspace-icon-picker button.show-all-icons>span{font-size:15px;letter-spacing:1px;transform:translateY(-3px)}.workspace-icon-picker button.show-all-icons small{white-space:nowrap}.blank-module-picker .module-toggle-grid{margin-top:0}.icon-library-layer{position:absolute;z-index:20;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#2229316b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fade-in .15s ease}.icon-library-modal{width:min(650px,100%);max-height:min(570px,calc(100% - 20px));display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;border:1px solid rgb(255 255 255 / 82%);border-radius:22px;color:#3d4349;background:#f7f8fa;box-shadow:0 28px 80px #19222a47;animation:template-in .18s cubic-bezier(.2,.75,.2,1)}.icon-library-modal>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px}.icon-library-modal header small{color:#9299a0;font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.icon-library-modal header h3{margin:3px 0 0;font-size:19px;letter-spacing:-.03em}.icon-library-modal header button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#757c83;background:#e9edf0;cursor:pointer}.icon-library-modal header button svg{width:16px;height:16px}.icon-library-grid{min-height:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;overflow-y:auto;padding:0 22px 22px}.icon-library-grid button{min-width:0;height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:7px 4px;border:1px solid transparent;border-radius:13px;color:#6d757d;background:transparent;cursor:pointer}.icon-library-grid button:hover{border-color:#dce2e9;color:#485a7c;background:#fff}.icon-library-grid button.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.icon-library-grid button svg{width:23px;height:23px;flex:0 0 auto}.icon-library-grid button span{max-width:100%;overflow:hidden;font-size:8px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.template-preview>footer{min-height:70px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:13px 29px;border-top:1px solid #e4e7ea;background:#fff}.template-preview footer button{min-width:90px;height:38px;padding:0 15px;border:1px solid #dfe3e6;border-radius:11px;color:#656c73;background:#fff;cursor:pointer;font-size:10px;font-weight:680}.template-preview footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.template-preview footer button.primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.template-preview footer button:disabled{border-color:#dde1e5;color:#a0a6ac;background:#eceff2;cursor:default}.template-blank-icon svg{width:13px;height:13px;display:block}.workspace-page-heading{margin-bottom:16px}.editor-workspaces{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.workspace-overview .editor-workspaces{grid-template-columns:1fr;gap:4px;overflow:visible;border-radius:0;background:transparent}.workspace-overview .editor-workspaces button{height:56px;display:grid;grid-template-columns:20px minmax(0,1fr) 17px;gap:9px;padding:0 15px;border-bottom:0;border-radius:12px;background:transparent}.workspace-overview .editor-workspaces button:hover{background:#f7f8fa}.workspace-overview .editor-workspaces button strong{min-width:0;overflow:hidden;color:#31353b;font-size:12px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.workspace-overview .editor-workspaces button.current{color:#596068;background:#eef0f2;box-shadow:none}.workspace-overview .editor-workspaces button.current:hover{background:#e8ebee}.workspace-overview .editor-workspaces button.current strong{color:#31353b}.workspace-overview .editor-workspaces button.current .workspace-row-chevron{color:#858d95}.workspace-row-chevron{width:17px;height:17px;flex:0 0 auto;color:#a7acb2}.editor-workspaces button{height:42px;display:flex;align-items:center;justify-content:flex-start;gap:6px;border:0;border-radius:12px;color:#777d84;background:#f2f2f7;cursor:pointer;font-size:11px;font-weight:680;padding:0 11px;text-align:left}.editor-workspaces .workspace-icon{width:15px;height:15px}.workspace-editor .section-heading{justify-content:flex-start}.workspace-editor .section-heading span{margin-left:0}.editor-workspaces button.active{color:#4e565e;background:#eceff2;box-shadow:none}.workspace-layout-heading>div{min-width:0}.workspace-overview .workspace-layout-heading h3{font-size:18px;font-weight:500}.workspace-layout-add{min-width:max-content;height:35px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 11px;border:0;border-radius:12px;color:var(--accent);background:var(--accent-soft);cursor:pointer;font-size:10px;font-weight:700}.workspace-layout-add>svg{width:15px;height:15px;color:currentColor}.workspace-layout-add:hover{background:#dfeeff}.workspace-layout-add:disabled{color:#9ba2aa;background:#eff0f3;cursor:default}.blank-module-picker .module-toggle-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.blank-module-picker .module-toggle-grid button{min-width:0;height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #e0e4e7;border-radius:11px;color:#777e85;background:#fff;cursor:pointer;font-size:11px;font-weight:560;text-align:left}.blank-module-picker .module-toggle-grid button>i{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;border:1.5px solid #cbd1d7;border-radius:6px;background:#fff}.blank-module-picker .module-toggle-grid button>i:after{width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;content:"";opacity:0;transform:translateY(-1px) rotate(-45deg)}.blank-module-picker .module-toggle-grid button.active{border-color:#2f7ff252;color:var(--accent);background:var(--accent-soft)}.blank-module-picker .module-toggle-grid button.active>i{border-color:var(--accent);background:var(--accent)}.blank-module-picker .module-toggle-grid button.active>i:after{opacity:1}.workspace-management{display:flex;align-items:flex-end;gap:8px;margin-top:20px}.workspace-management label{min-width:0;display:flex;flex:1;flex-direction:column;gap:6px;color:#838a91;font-size:10px;font-weight:400}.workspace-management input{min-width:0;height:40px;padding:0 10px;border:1px solid #d9dde2;border-radius:9px;outline:none;color:#4b5158;background:#f4f5f7;box-shadow:inset 0 1px 2px #29313a0a;font-size:12px}.workspace-management+.module-toggle-grid{margin-top:20px}.dark-theme .workspace-heading{color:#fff}.dark-theme .workspace-heading small{color:#ffffff94}.dark-theme .workspace-dock button{color:#ffffff7a}.dark-theme .workspace-dock button:hover,.dark-theme .workspace-dock button.active{color:#fff}.dark-theme .workspace-dock button.workspace-add>svg{border:0;color:#fff;background:transparent}.dark-theme .workspace-context-menu{border-color:#ffffff1f;background:#1b222b;box-shadow:inset 0 1px #ffffff14,0 20px 55px #00000052}.dark-theme .workspace-context-menu:after{border:0;background:#1b222b;box-shadow:none}.dark-theme .workspace-context-menu button{color:#d6dce2}.dark-theme .workspace-context-menu button:hover{background:#ffffff17}.dark-theme .workspace-context-menu button.danger{color:#ff6573}.dark-theme .workspace-context-menu button.danger:hover{background:#ff657321}.dark-theme .workspace-layout-add{color:var(--accent);background:#2f7ff224}.dark-theme .workspace-layout-add:hover{color:#fff;background:#2f7ff238}.dark-theme .workspace-layout-add:disabled{color:#687381;background:#29313a}.dark-theme .editor-workspaces button{border-color:#343d49;color:#aeb7c1;background:#222a34}.dark-theme .editor-workspaces button.active{border-color:#3a4551;color:#e7ebef;background:#303a45}.dark-theme .editor-workspaces button.editor-add-workspace{border-color:#45515f;color:#b7c0ca;background:transparent}.dark-theme .workspace-overview .editor-workspaces{background:transparent}.dark-theme .workspace-overview .editor-workspaces button{border-color:#343d49;color:#d7dde4;background:transparent}.dark-theme .workspace-overview .editor-workspaces button:hover{background:#27303a}.dark-theme .workspace-overview .editor-workspaces button.current{color:#c7ced5;background:#2b343f;box-shadow:none}.dark-theme .workspace-overview .editor-workspaces button.current:hover{background:#333d49}.dark-theme .workspace-overview .editor-workspaces button.current strong{color:#fff}.dark-theme .workspace-overview .editor-workspaces button.current .workspace-row-chevron{color:#8f99a4}.dark-theme .workspace-overview .editor-workspaces button strong{color:#eef2f6}.dark-theme .workspace-overview .editor-workspaces button small{color:#8f99a6}.dark-theme .workspace-row-chevron{color:#697583}.dark-theme .template-modal{border-color:#ffffff1f;color:#f1f4f7;background:#181e27;box-shadow:0 34px 100px #0000007a}.dark-theme .template-sidebar,.dark-theme .template-preview>header,.dark-theme .template-preview>footer{background:#1e252f}.dark-theme .template-sidebar{border-right-color:#303946}.dark-theme .template-preview>header{border-bottom-color:#303946}.dark-theme .template-preview>footer{border-top-color:#303946}.dark-theme .template-sidebar small,.dark-theme .template-preview header small{color:#8d98a5}.dark-theme .template-sidebar nav button{color:#aeb7c1}.dark-theme .template-sidebar nav button:hover{background:#27303b}.dark-theme .template-sidebar nav button.active{color:#eef2f6;background:#303a45}.dark-theme .template-workspace-icon{color:#b8c1cb;background:#2b343f}.dark-theme .template-sidebar nav button.active .template-workspace-icon{color:#e1e6eb;background:#414c58}.dark-theme .template-preview header p{color:#9ba5af}.dark-theme .template-preview header>button{color:#cbd2d9;background:#303945}.dark-theme .template-module-preview span{border-color:#353f4b;color:#bdc6cf;background:#222a34}.dark-theme .template-site{color:#c1c9d1}.dark-theme .template-preview footer button{border-color:#3a4552;color:#c8d0d8;background:#252e38}.dark-theme .template-preview footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme .template-preview footer button:disabled{border-color:#343d48;color:#727d89;background:#252c35}.dark-theme .icon-library-modal{border-color:#ffffff1f;color:#eef2f6;background:#181e27;box-shadow:0 30px 90px #0000007a}.dark-theme .icon-library-modal header button{color:#cbd2d9;background:#303945}.dark-theme .icon-library-grid button{color:#aeb8c2}.dark-theme .icon-library-grid button:hover{border-color:#3b4653;color:#eef3fb;background:#222a34}.dark-theme .icon-library-grid button.active{border-color:var(--accent);color:#fff;background:#2f7ff22e}.dark-theme .blank-workspace-form>label,.dark-theme .workspace-icon-picker,.dark-theme .blank-module-picker{color:#aeb7c1}.dark-theme .blank-workspace-form>label input,.dark-theme .workspace-icon-picker button{border-color:#394451;color:#d8dee5;background:#222a34}.dark-theme .workspace-icon-picker button.active{border-color:var(--accent);color:#fff;background:#2f7ff233}.dark-theme .blank-module-picker .module-toggle-grid>button{border-color:#343d49;color:#aeb7c1;background:#222a34}.dark-theme .blank-module-picker .module-toggle-grid>button>i{border-color:#53606e;background:#28313b}.dark-theme .blank-module-picker .module-toggle-grid>button.active{border-color:#2f7ff285;color:#eef3fb;background:#2f7ff229}.dark-theme .blank-module-picker .module-toggle-grid>button.active>i{border-color:var(--accent);background:var(--accent)}.dark-theme .workspace-management label{color:#8f99a6}.dark-theme .workspace-management input{border-color:#46515e;color:#eef1f4;background:#2b3541;box-shadow:inset 0 1px 2px #00000029}@media(max-width:700px){.workspace-content{top:0}.workspace-dock{max-width:calc(100% - 24px);overflow-x:auto;bottom:72px}.workspace-dock button{width:68px;min-width:68px;height:56px;padding:4px}.workspace-dock .workspace-icon{width:20px;height:20px}.workspace-dock button small{font-size:9px}.template-layer{padding:10px}.template-modal{height:calc(100svh - 20px);grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);border-radius:20px}.template-sidebar{padding:13px;border-right:0;border-bottom:1px solid #e4e7ea}.template-sidebar>div{display:none}.template-sidebar nav{flex-direction:row;overflow-x:auto}.template-sidebar nav button{min-width:132px;height:40px}.template-preview>header{padding:19px 18px 15px}.template-preview header h2{font-size:21px}.template-preview-content{padding:18px}.template-preview>footer{padding:11px 18px}.icon-library-layer{padding:10px}.icon-library-modal{max-height:calc(100% - 10px)}.icon-library-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding-right:14px;padding-left:14px}.dark-theme .template-sidebar{border-bottom-color:#303946}}.new-tab.low-performance .workspace-context-menu:after{background:#fbfcfd}.new-tab.low-performance.dark-theme .workspace-context-menu:after{background:#141a23}@media(max-width:980px){.workspace-primary-slot.mode-dailyGoal{width:min(900px,calc(100vw - 96px))}.daily-goal-input-row>.workspace-primary-switcher{right:calc(100% + 4px)}}@media(max-width:800px){.daily-goal-input-row>.workspace-primary-switcher{right:calc(100% + 4px);left:auto}}@media(max-width:520px){.workspace-primary-slot.mode-dailyGoal{width:min(100%,calc(100vw - 96px))}.daily-goal-input-row>.workspace-primary-switcher{right:calc(100% + 4px);left:auto}.workspace-primary-switcher-options{right:auto;left:0;transform-origin:left center}}@media(hover:none){.workspace-primary-switcher{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.workspace-primary-slot{transition:none}.workspace-primary-slot.primary-mode-entering{animation:none}}.utility-nav .utility-apps-icon{display:block}.utility-popover.utility-apps{top:calc(84px + env(safe-area-inset-top,0px));right:36px;bottom:auto;width:490px;max-height:calc(100svh - 172px - env(safe-area-inset-top,0px));padding:0;overflow:hidden}.apps-launcher{min-height:0;height:auto;max-height:inherit;display:flex;flex-direction:column}.apps-launcher>header{padding:22px 22px 13px}.apps-launcher>header>div{display:grid;gap:3px}.apps-launcher>header strong{font-size:18px;font-weight:500;line-height:1.2}.apps-launcher>header small{color:#8a929a;font-size:12px;font-weight:400}.apps-launcher-scroll{min-height:0;flex:0 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:3px 22px 20px;scrollbar-color:rgb(74 82 92 / 28%) transparent;scrollbar-width:thin}.apps-launcher-scroll::-webkit-scrollbar{width:7px}.apps-launcher-scroll::-webkit-scrollbar-track,.apps-launcher-scroll::-webkit-scrollbar-corner{background:transparent}.apps-launcher-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#4a525c47;background-clip:padding-box}.apps-launcher-scroll::-webkit-scrollbar-thumb:hover{background-color:#4a525c66}.apps-launcher-group{padding:14px 0 10px}.apps-launcher-group+.apps-launcher-group{border-top:1px solid rgb(95 107 119 / 10%)}.apps-launcher-group h3{margin:0 0 10px;color:#7f8790;font-size:11px;font-weight:500;letter-spacing:.02em}.apps-launcher-group>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.apps-launcher-item{position:relative;min-width:0}.apps-group-pinned .apps-launcher-item{cursor:grab;transition:transform .18s cubic-bezier(.2,.78,.2,1),opacity .15s ease}.apps-group-pinned .apps-launcher-item:active{cursor:grabbing}.apps-group-pinned .apps-launcher-item.is-dragging{z-index:2;opacity:.34;transform:scale(.95)}.apps-group-pinned .apps-launcher-item.is-dragging>button:first-child{border:1px dashed rgb(47 127 242 / 48%);background:#2f7ff212}.apps-launcher-item>button:first-child{width:100%;min-width:0;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 4px 6px;border:0;border-radius:14px;color:#505861;background:transparent;cursor:pointer}.apps-launcher-item>button:first-child:hover{background:#f0f3f6}.apps-launcher-item>button:first-child>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgb(97 109 121 / 8%);border-radius:12px;color:#66717d;background:#fff;box-shadow:0 5px 14px #2d3a4612}.apps-launcher-item>button:first-child svg{width:18px;height:18px;stroke-width:1.65}.apps-launcher-item>button:first-child img{width:24px;height:24px;display:block;object-fit:contain}.apps-launcher-item>button:first-child>span.icon-unavailable:after{content:attr(data-letter);color:#66717d;font-size:14px;font-weight:500}.apps-launcher-item small{max-width:100%;overflow:hidden;font-size:11px;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.apps-pin{position:absolute;top:2px;left:2px;width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:#a2aab2;background:transparent;opacity:0;cursor:pointer}.apps-launcher-item:hover .apps-pin,.apps-pin:focus-visible,.apps-pin.active{opacity:1}.apps-pin:hover{color:#646e78;background:#e5e9ed}.apps-pin.active{color:#747e88}.apps-pin svg{width:11px;height:11px;stroke-width:1.8;transform:rotate(-12deg)}.apps-pin.active svg{fill:currentColor}.apps-launcher-empty{margin:30px 0;color:#9098a0;font-size:12px;text-align:center}@media(max-width:860px)and (min-width:701px){.utility-popover.utility-apps{top:calc(84px + env(safe-area-inset-top,0px));right:8px;bottom:auto;max-height:calc(100svh - 154px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))}}.dark-theme .apps-launcher>header small,.dark-theme .apps-launcher-group h3{color:#ffffff8a}.dark-theme .apps-launcher-group+.apps-launcher-group{border-top-color:#ffffff17}.dark-theme .apps-launcher-scroll{scrollbar-color:rgb(148 157 168 / 42%) transparent}.dark-theme .apps-launcher-scroll::-webkit-scrollbar-thumb{background-color:#949da86b}.dark-theme .apps-launcher-scroll::-webkit-scrollbar-thumb:hover{background-color:#949da88a}.dark-theme .apps-launcher-item>button:first-child{color:#dce2e8}.dark-theme .apps-launcher-item>button:first-child:hover{background:#ffffff14}.dark-theme .apps-launcher-item>button:first-child>span{border-color:#ffffff1f;color:#d6dde5;background:#fff;box-shadow:0 5px 14px #00000029}.dark-theme .apps-launcher-item>button:first-child>span svg{color:#606b77}.dark-theme .apps-pin{color:#ffffff70}.dark-theme .apps-pin:hover{color:#fff;background:#ffffff1a}.dark-theme .apps-pin.active{color:#c0c8d0}@media(max-width:700px){.utility-popover.utility-apps{top:calc(84px + env(safe-area-inset-top,0px));right:8px;bottom:auto;width:min(490px,calc(100% - 16px));max-height:calc(100svh - 154px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))}.apps-launcher{max-height:inherit}.apps-launcher-group>div{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:420px){.utility-nav .utility-apps-icon{width:16px;height:16px}}.daily-focus-goal{display:flex;align-items:center;justify-content:space-between;gap:12px}.daily-focus-progress{height:5px;margin-top:9px;overflow:hidden;border-radius:999px;background:#e4e8ec}.daily-focus-progress i{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .24s ease}.daily-focus-goal{margin-top:8px}.daily-focus-goal>span{color:#747c84;font-size:10.5px;font-weight:400;white-space:nowrap}.daily-focus-goal label{display:flex;align-items:center;justify-content:center;overflow:hidden;color:#68727b;background:transparent}.daily-focus-goal label.selected{color:#27333d;background:#f6f8f9;box-shadow:inset 0 0 0 1px #44515c0f,0 2px 6px #29353f17}.daily-focus-goal label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.daily-focus-goal input{width:24px;padding:0;border:0;outline:0;color:#555d65;background:transparent;font:inherit;text-align:right;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.daily-focus-goal label small{margin-left:3px;color:#8a929a;font-size:11px;font-weight:400;line-height:1}.daily-focus-goal input::-webkit-inner-spin-button{display:none}.focus-dial{position:relative;width:156px;height:156px;margin:16px auto 4px;display:grid;place-items:center;border-radius:50%;background:transparent;box-shadow:0 12px 32px #38495b1a}.focus-dial-ring{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.focus-dial-ring circle{fill:none}.focus-dial-track{stroke:#67748038;stroke-width:1.65;stroke-linecap:round}.focus-dial-progress{stroke-width:1.85;stroke-linecap:round;filter:drop-shadow(0 0 1.6px rgb(40 120 232 / 38%)) drop-shadow(0 0 3px rgb(22 191 210 / 28%)) drop-shadow(0 0 4px rgb(34 217 148 / 18%));transition:stroke-dasharray .25s linear,opacity .12s ease}.focus-dial-inner{position:relative;z-index:1;width:134px;height:134px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:#fbfcfd;box-shadow:inset 0 0 0 1px #e2e6ead9}.focus-time{font-size:38px;font-weight:540;letter-spacing:-.045em;line-height:1;font-variant-numeric:tabular-nums}.focus-insights-disclosure{position:absolute;z-index:4;left:max(24px,env(safe-area-inset-left));bottom:max(24px,env(safe-area-inset-bottom));width:max-content;max-width:min(248px,calc(100vw - 48px));color:#30363c;text-align:left}.focus-insights-trigger{width:max-content;max-width:100%;min-height:46px;display:grid;grid-template-columns:21px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:7px 9px;border:1px solid transparent;border-radius:15px;color:inherit;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.focus-insights-trigger:hover,.focus-insights-trigger:focus-visible,.focus-insights-trigger[aria-expanded=true]{border-color:#4e59642e;background:#ffffff85;box-shadow:0 10px 28px #1c242c14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.focus-insights-trigger:active{transform:scale(.985)}.focus-insights-trigger-icon{display:grid;place-items:center;color:#30363ca8}.focus-insights-trigger-icon svg{width:19px;height:19px;stroke-width:1.8}.focus-insights-trigger>span:nth-child(2){min-width:0;display:grid;gap:2px}.focus-insights-trigger strong{overflow:hidden;font-size:14px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.focus-insights-trigger small{color:#30363c85;font-size:10px;font-weight:400;font-variant-numeric:tabular-nums}.focus-insights-trigger>svg{width:16px;height:16px;opacity:0;color:#30363c75;stroke-width:1.8;transform:rotate(180deg);transition:opacity .15s ease,transform .18s ease}.focus-insights-trigger:hover>svg,.focus-insights-trigger:focus-visible>svg,.focus-insights-trigger[aria-expanded=true]>svg{opacity:1}.focus-insights-disclosure.open .focus-insights-trigger>svg{transform:rotate(0)}.focus-insights-panel{position:absolute;left:0;bottom:calc(100% + 10px);width:360px;max-height:calc(100svh - 106px);overflow-y:auto;padding:16px;border:1px solid rgb(255 255 255 / 82%);border-radius:20px;color:#343a40;background:#fbfcfde5;box-shadow:inset 0 1px #fff,0 25px 70px #2835402b;-webkit-backdrop-filter:blur(30px) saturate(140%);backdrop-filter:blur(30px) saturate(140%);scrollbar-width:thin;animation:focus-insights-in .19s cubic-bezier(.22,.8,.24,1) both}.focus-insights-heading>div,.focus-insights-today>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.focus-insights-heading span{font-size:15px;font-weight:500}.focus-insights-heading strong{color:#30363c8a;font-size:11px;font-weight:400;font-variant-numeric:tabular-nums;white-space:nowrap}.focus-insights-today{margin-top:14px;padding:11px 12px 10px;border-radius:13px;background:#48535e0f}.focus-insights-today>div:first-child{color:#30363cc2;font-size:12px}.focus-insights-today strong{font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.focus-insights-today .daily-focus-progress{margin-top:8px}.focus-insights-today>small{display:block;margin-top:6px;color:#30363c7a;font-size:10px;font-variant-numeric:tabular-nums}.focus-insights-week{height:92px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:8px;margin-top:14px}.focus-insights-week>div{min-width:0;height:100%;display:grid;grid-template-rows:68px 16px;gap:5px;align-items:end;text-align:center}.focus-insights-week>div>span{height:68px;display:flex;align-items:end;justify-content:center;overflow:hidden;border-radius:7px;background:#48535e0f}.focus-insights-week i{width:100%;min-height:4px;display:block;border-radius:6px 6px 3px 3px;background:#2f80ed8c;transition:height .24s ease}.focus-insights-week .complete i{background:linear-gradient(180deg,#2f80ed,#22c58b)}.focus-insights-week small{overflow:hidden;color:#30363c75;font-size:9px;font-weight:400;line-height:16px;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.focus-insights-panel .daily-focus-goal{align-items:stretch;flex-direction:column;gap:8px;margin-top:15px}.focus-insights-panel .daily-focus-goal>span{font-size:11px}.focus-insights-panel .daily-focus-goal .segments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.focus-insights-panel .daily-focus-goal input{min-width:0;width:30px}.dark-theme .focus-insights-disclosure{color:#f5f7f9}.dark-theme .focus-insights-panel{border-color:transparent;color:#f5f7fa;background:#141a23e0;box-shadow:0 25px 70px #00000052,0 8px 24px #0000002e;-webkit-backdrop-filter:blur(32px) saturate(130%);backdrop-filter:blur(32px) saturate(130%)}.dark-theme .focus-insights-trigger{border-color:transparent;background:transparent;box-shadow:none}.dark-theme .focus-insights-trigger:hover,.dark-theme .focus-insights-trigger:focus-visible,.dark-theme .focus-insights-trigger[aria-expanded=true]{border-color:#ffffff24;background:#ffffff1c;box-shadow:0 12px 32px #0000002e}.dark-theme .focus-insights-trigger-icon{color:#ffffffad}.dark-theme .focus-insights-trigger small,.dark-theme .focus-insights-trigger>svg{color:#ffffff7a}.dark-theme .focus-insights-heading strong,.dark-theme .focus-insights-panel .daily-focus-goal label{color:#ffffff85}.dark-theme .focus-insights-panel .daily-focus-goal label.selected{color:#fffffff0;background:#59687561;box-shadow:inset 0 0 0 1px #ffffff14,0 2px 7px #00000021}.dark-theme .focus-insights-today,.dark-theme .focus-insights-week>div>span{background:#ffffff0f}.dark-theme .focus-insights-today>div:first-child{color:#ffffffc2}.dark-theme .focus-insights-today>small,.dark-theme .focus-insights-week small{color:#ffffff75}@keyframes focus-insights-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.focus-immersive{--focus-shell-edge: 7px;--focus-shell-rail-height: 45px;--focus-stage-radius: 21px;--focus-entry-preview-duration: 2.4s;--focus-entry-transition-duration: .85s;--focus-entry-total-duration: 3.3s;--focus-exit-total-duration: 3.3s;--focus-shell-background: linear-gradient(180deg, rgb(218 225 231 / 99%), rgb(232 236 240 / 99%));--focus-shell-text: rgb(48 54 60 / 66%);--focus-close-background: rgb(255 255 255 / 28%);--focus-close-background-hover: rgb(255 255 255 / 46%);--focus-close-border: rgb(88 99 110 / 12%);--focus-primary-control-background: rgb(48 54 60 / 24%);--focus-primary-control-background-hover: rgb(48 54 60 / 32%);position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;color:#30363c;background:var(--focus-shell-background);isolation:isolate}.focus-immersive.image-shell{--focus-shell-text: rgb(255 255 255 / 76%);--focus-close-background: rgb(255 255 255 / 8%);--focus-close-background-hover: rgb(255 255 255 / 14%);--focus-close-border: rgb(255 255 255 / 10%)}.focus-immersive.image-shell:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1012145c,#1012146b);-webkit-backdrop-filter:blur(10px) saturate(78%);backdrop-filter:blur(10px) saturate(78%);content:"";opacity:1;pointer-events:none;animation:focus-shell-tone-in var(--focus-entry-total-duration) cubic-bezier(.4,0,.2,1) both}.focus-immersive.exiting.image-shell:before{animation:focus-shell-tone-out var(--focus-exit-total-duration) cubic-bezier(.4,0,.2,1) both}.focus-immersive-open>.top-region{z-index:5}.focus-immersive-open>.utility-dismiss-layer{pointer-events:auto}.focus-immersive-open>.utility-dismiss-layer{z-index:79}.focus-immersive-open .bottom-right-controls{z-index:83}.focus-immersive.exiting{pointer-events:none;animation:focus-immersive-out var(--focus-exit-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-shell-rail{position:absolute;z-index:6;top:0;right:var(--focus-shell-edge);left:var(--focus-shell-edge);height:var(--focus-shell-rail-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;color:var(--focus-shell-text)}.focus-shell-status,.focus-shell-window-actions{opacity:0;pointer-events:none;animation:focus-shell-content-in var(--focus-entry-transition-duration) cubic-bezier(.22,.8,.24,1) var(--focus-entry-preview-duration) both}.focus-shell-status{grid-column:2;min-width:0;display:inline-flex;align-items:center;gap:8px;padding:0 14px;font-size:14px;letter-spacing:.015em}.focus-shell-status-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#5d68726b}.focus-shell-status-dot.running{background:#27b981;box-shadow:0 0 0 4px #27b9811a}.focus-shell-status-dot.paused{background:#e2a33f;box-shadow:0 0 0 4px #e2a33f1a}.focus-shell-status strong{overflow:hidden;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.focus-shell-window-actions{grid-column:3;justify-self:end;display:inline-flex;align-items:center;gap:2px;padding-right:3px}.focus-shell-window-actions button{width:29px;height:29px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:inherit;background:transparent;cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease}.focus-shell-window-actions button:hover,.focus-shell-window-actions button:focus-visible{color:#30363c;background:var(--focus-close-background);outline:none}.focus-shell-window-actions button:active{transform:scale(.94)}.focus-shell-window-actions button:disabled{opacity:.34;cursor:default}.focus-shell-window-actions button:disabled:hover{color:inherit;background:transparent}.focus-shell-window-actions svg{width:15px;height:15px;stroke-width:1.7}.focus-shell-rail.confirming .focus-shell-status,.focus-shell-rail.confirming .focus-shell-window-actions{visibility:hidden;opacity:0;pointer-events:none}.focus-shell-stop{width:21px;height:21px;display:grid;place-items:center;padding:0;border:1px solid var(--focus-close-border);border-radius:50%;color:inherit;background:var(--focus-close-background);cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease}.focus-shell-stop:hover,.focus-shell-stop:focus-visible{color:#30363c;background:var(--focus-close-background-hover);outline:none}.focus-shell-stop:active{transform:scale(.94)}.focus-shell-stop-mark{width:7px;height:7px;display:block;border-radius:2px;background:currentColor}.focus-shell-exit-confirmation{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;white-space:nowrap;animation:focus-shell-confirmation-in .18s cubic-bezier(.22,.8,.24,1) both}.focus-shell-exit-confirmation strong{margin-right:2px;font-size:12px;font-weight:500}.focus-shell-exit-confirmation button{height:27px;padding:0 11px;border:1px solid var(--focus-close-border);border-radius:8px;color:inherit;background:var(--focus-close-background);cursor:pointer;font:inherit;transition:color .15s ease,background .15s ease,transform .15s ease}.focus-shell-exit-confirmation button:hover,.focus-shell-exit-confirmation button:focus-visible{color:#30363c;background:var(--focus-close-background-hover);outline:none}.focus-shell-exit-confirmation button:active{transform:scale(.97)}.focus-shell-exit-confirmation button.exit{color:#30363cc2;background:#ffffff70}.focus-immersive.exiting .focus-shell-exit-confirmation{pointer-events:none;animation:none}.focus-immersive.exiting .focus-shell-rail{animation:focus-shell-layer-out .9s cubic-bezier(.2,.7,.22,1) both}.focus-immersive.exiting .focus-stage-viewport{animation:focus-stage-viewport-expand-out var(--focus-exit-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-stage{position:absolute;z-index:1;top:var(--focus-shell-rail-height);right:var(--focus-shell-edge);bottom:var(--focus-shell-edge);left:var(--focus-shell-edge);display:grid;place-items:center;border:0;border-radius:var(--focus-stage-radius);box-shadow:none}.focus-stage.exit-confirming{pointer-events:none}.focus-utility-dismiss-layer{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;background:transparent}.focus-stage-viewport{position:fixed;z-index:-2;top:var(--focus-shell-rail-height);right:var(--focus-shell-edge);bottom:var(--focus-shell-edge);left:var(--focus-shell-edge);overflow:hidden;border-radius:0;clip-path:inset(0 round var(--focus-stage-radius));will-change:top,right,bottom,left,clip-path;pointer-events:none;animation:focus-stage-viewport-contract-in var(--focus-entry-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-stage-scrim{position:absolute;top:0;right:0;bottom:0;left:0}.focus-stage-scrim{z-index:3;opacity:0;background:#f1f5f81f;box-shadow:inset 0 1px #ffffff57;animation:focus-stage-scrim-enter var(--focus-entry-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-entry-preview{position:absolute;z-index:3;width:min(620px,calc(100% - 48px));margin:0;color:#30363cc2;font-size:clamp(18px,2vw,26px);font-weight:430;line-height:1.45;opacity:0;pointer-events:none;text-align:center;text-wrap:balance;transform:translateY(10px);transition:opacity .76s ease,transform .76s cubic-bezier(.22,.8,.24,1)}.focus-stage.previewing .focus-entry-preview{opacity:1;transform:translateY(0);animation:focus-entry-preview-in var(--focus-entry-preview-duration) cubic-bezier(.22,.8,.24,1) both}.focus-stage.ready .focus-entry-preview{opacity:0;transform:translateY(-7px)}.focus-immersive-content,.focus-stage>.focus-insights-disclosure,.focus-stage>.focus-immersive-calm{transition:opacity var(--focus-entry-transition-duration) cubic-bezier(.22,.8,.24,1)}.focus-stage.previewing .focus-immersive-content,.focus-stage.previewing>.focus-insights-disclosure,.focus-stage.previewing>.focus-immersive-calm{opacity:0;pointer-events:none}.focus-immersive.exiting .focus-immersive-content,.focus-immersive.exiting .focus-stage>.focus-insights-disclosure,.focus-immersive.exiting .focus-stage>.focus-immersive-calm{opacity:0}.focus-immersive-content{position:relative;z-index:1;width:min(560px,calc(100vw - 42px));min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.focus-immersive-mode{margin-bottom:12px;color:#30363c9e;font-size:12px;font-weight:480;letter-spacing:.13em;text-transform:uppercase}.focus-immersive-modes{margin-bottom:13px;display:flex;gap:5px;padding:4px;border-radius:12px;background:#ffffff38}.focus-immersive-modes button{height:30px;padding:0 14px;border:0;border-radius:9px;color:#30363c8a;background:transparent;cursor:pointer;font-size:13px;font-weight:470;letter-spacing:0;text-transform:none}.focus-immersive-modes button.active{color:#30363c;background:#ffffffad}.focus-immersive-modes button:disabled{cursor:default}.focus-immersive-dial-wrap{position:relative}.focus-immersive-dial-control{position:absolute;z-index:3;top:50%;left:50%;width:72%;height:38%;display:grid;place-items:center;opacity:0;pointer-events:auto;transform:translate(-50%,-50%);transition:opacity .18s ease}.focus-immersive-dial-control .focus-immersive-toggle{width:80px;height:80px;margin:0}.focus-immersive-dial-control:has(.focus-immersive-toggle:focus-visible){opacity:1}.focus-immersive-dial-wrap:has(.focus-immersive-toggle:focus-visible) .focus-time{opacity:0;transform:scale(.94)}@media(hover:hover){.focus-immersive-dial-wrap:hover .focus-immersive-dial-control{opacity:1}.focus-immersive-dial-wrap:hover .focus-time{opacity:0;transform:scale(.94)}}.focus-immersive-more{position:absolute;z-index:3;top:49%;right:-44px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;color:#30363c94;background:#ffffff47;opacity:.2;cursor:pointer;transition:opacity .15s ease,background .15s ease}.focus-immersive-dial-wrap:hover .focus-immersive-more,.focus-immersive-more:focus-visible,.focus-immersive-more[aria-expanded=true]{opacity:1}.focus-immersive-more:hover{background:#ffffffa8}.focus-immersive-more svg{width:18px;height:18px}.focus-immersive-settings{position:fixed;z-index:5;width:min(286px,calc(100vw - 24px));max-height:calc(100svh - 24px);overflow-y:auto;overscroll-behavior:contain;padding:12px;border:1px solid var(--compact-settings-border);border-radius:18px;color:var(--compact-settings-text);background:var(--compact-settings-background);box-shadow:var(--compact-settings-shadow);transform:none;text-align:left;scrollbar-width:thin}.focus-settings-heading{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 10px;font-size:16px;font-weight:500}.focus-settings-heading>span{display:flex;align-items:center;gap:9px}.focus-settings-heading>span>svg{width:18px;height:18px;stroke-width:1.8}.focus-settings-heading button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#757c83;background:#e9edf0;cursor:pointer}.focus-settings-heading button:hover{color:#444b52;background:#dfe4e8}.focus-settings-heading svg{width:14px;height:14px}.focus-settings-actions{display:grid;gap:2px;margin:0 -12px;padding:7px 12px 10px;border-top:1px solid rgb(75 86 98 / 10%)}.focus-settings-actions button{height:36px;display:flex;align-items:center;gap:9px;padding:0 8px;border:0;border-radius:9px;color:inherit;background:transparent;cursor:pointer;font-size:12px;font-weight:400}.focus-settings-actions button:hover{background:#49545f12}.focus-settings-actions svg{width:14px;height:14px;stroke-width:1.8}.focus-settings-section{margin:0 -12px;padding:7px 12px;border-top:1px solid rgb(75 86 98 / 10%)}.focus-settings-preferences{padding-bottom:0}.focus-settings-duration{padding:11px 3px 8px}.focus-settings-duration>span{display:block;margin-bottom:7px;color:#30363c94;font-size:10px;font-weight:450}.focus-settings-duration>div{display:flex;gap:4px}.focus-settings-duration button{min-width:39px;height:29px;border:0;border-radius:8px;color:inherit;background:#48535e0d;cursor:pointer;font-size:10px;font-weight:420}.focus-settings-duration button:hover{background:#48535e1a}.focus-settings-duration button.active{color:#fff;background:var(--accent)}.focus-settings-duration button:disabled{opacity:.48;cursor:default}.focus-settings-time-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px;font-size:12px;font-weight:400}.focus-settings-time-row>span{display:flex;align-items:center;gap:5px;color:#30363c99;font-size:11px}.focus-settings-time-row input{width:54px;height:31px;padding:0 8px;border:1px solid rgb(75 86 98 / 10%);border-radius:8px;outline:0;color:#30363c;background:#ffffff8c;text-align:right;font:inherit;font-size:12px;font-variant-numeric:tabular-nums}.focus-settings-time-row input:focus{border-color:#2f80ed7a;box-shadow:0 0 0 2px #2f80ed1a}.focus-settings-time-row input:disabled{opacity:.48}.focus-settings-row{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px;font-size:12px;font-weight:400}.focus-settings-preferences>small{display:block;padding:2px 4px 7px;color:#8a6464;font-size:9px;line-height:1.35}.focus-settings-reset{width:100%;height:34px;margin-top:5px;border:0;border-radius:9px;color:#30363ca3;background:#48535e0d;cursor:pointer;font-size:11px;font-weight:400}.focus-settings-reset:hover{color:#30363c;background:#48535e1a}.focus-immersive .focus-dial{width:clamp(286px,40vw,410px);height:clamp(286px,40vw,410px);margin:0;box-shadow:none}.focus-immersive .focus-dial-inner{width:83%;height:83%;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.focus-immersive .focus-time{font-size:clamp(70px,10vw,116px);font-weight:430;letter-spacing:-.065em;transition:opacity .18s ease,transform .24s cubic-bezier(.2,.8,.2,1)}.focus-immersive .focus-dial-track{stroke:#5c697540;stroke-width:1.55}.focus-immersive .focus-dial-progress{stroke-width:1.8}.focus-immersive-intention{width:min(480px,calc(100vw - 54px));min-height:50px;margin-top:22px;padding:4px 18px;border:0;border-radius:15px;outline:0;color:inherit;background:transparent;text-align:center;font:inherit;font-size:clamp(20px,2.7vw,30px);font-weight:430;line-height:1.2;transition:background .15s ease,box-shadow .15s ease}.focus-immersive-intention::placeholder{color:#30363c7a}.focus-immersive-intention:hover{background:#fff3}.focus-immersive-intention:focus{background:#ffffff57;box-shadow:inset 0 0 0 1px #ffffff59}.focus-immersive-intention.static{display:grid;place-items:center}.focus-immersive-toggle{width:54px;height:54px;margin-top:19px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:var(--focus-primary-control-background);cursor:pointer;transition:background .15s ease,transform .15s ease}.focus-immersive-toggle:hover{background:var(--focus-primary-control-background-hover)}.focus-immersive-toggle:active{transform:scale(.96)}.focus-control-morph{position:relative;width:42px;height:42px;display:block}.focus-control-play,.focus-control-morph:after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transition:opacity .24s ease,transform .28s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.focus-control-play{width:40px;height:40px;display:block;fill:currentColor;opacity:1;transform:translate(1px) scale(1) rotate(0)}.focus-control-morph:after{content:"";background:currentColor;width:30px;height:30px;border-radius:20%;opacity:0;transform:scale(.42) rotate(-38deg)}.focus-control-morph.running .focus-control-play{opacity:0;transform:translate(0) scale(.42) rotate(38deg)}.focus-control-morph.running:after{opacity:1;transform:scale(1) rotate(0)}.focus-immersive-calm{position:absolute;z-index:4;left:50%;bottom:max(33px,env(safe-area-inset-bottom));width:max-content;max-width:min(520px,calc(100% - 440px));margin:0;overflow:hidden;color:#30363cb3;font-size:14px;font-weight:400;line-height:1.4;pointer-events:none;text-align:center;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%)}.focus-immersive-content>small{margin-top:8px;color:#30363c6b;font-size:10px;font-weight:400}.dark-theme .focus-immersive{--focus-shell-background: rgb(20 26 32 / 99%);--focus-shell-text: rgb(255 255 255 / 60%);--focus-close-background: rgb(255 255 255 / 6%);--focus-close-background-hover: rgb(255 255 255 / 11%);--focus-close-border: rgb(255 255 255 / 9%);--focus-primary-control-background: rgb(255 255 255 / 11%);--focus-primary-control-background-hover: rgb(255 255 255 / 16%);color:#f5f7f9}.dark-theme .focus-stage-scrim{background:#0b101729;box-shadow:inset 0 1px #ffffff12}.dark-theme .focus-entry-preview{color:#ffffffd1}.dark-theme .focus-shell-exit-confirmation button:hover,.dark-theme .focus-shell-exit-confirmation button:focus-visible{color:#fff}.dark-theme .focus-shell-exit-confirmation button.exit{color:#ffffffd6;background:#ffffff1c}.dark-theme .focus-shell-stop:hover,.dark-theme .focus-shell-stop:focus-visible,.dark-theme .focus-shell-window-actions button:hover,.dark-theme .focus-shell-window-actions button:focus-visible{color:#fff}.focus-immersive.image-shell .focus-shell-stop:hover,.focus-immersive.image-shell .focus-shell-stop:focus-visible,.focus-immersive.image-shell .focus-shell-window-actions button:hover,.focus-immersive.image-shell .focus-shell-window-actions button:focus-visible{color:#fff}.focus-immersive.image-shell .focus-shell-exit-confirmation button.exit{color:#ffffffe0;background:#ffffff21}.dark-theme .focus-immersive-mode,.dark-theme .focus-immersive-calm{color:#ffffffad}.dark-theme .focus-immersive-modes{background:#ffffff0d}.dark-theme .focus-immersive-modes button{color:#ffffff7a}.dark-theme .focus-immersive-modes button.active{color:#fff;background:#ffffff1c}.dark-theme .focus-immersive-more{color:#ffffffa6;background:#ffffff0f}.dark-theme .focus-immersive-more:hover{background:#ffffff1f}.dark-theme .focus-immersive-settings{border-color:var(--compact-settings-border);color:var(--compact-settings-text);background:var(--compact-settings-background);box-shadow:var(--compact-settings-shadow)}.dark-theme .focus-settings-actions,.dark-theme .focus-settings-section{border-color:#ffffff14}.dark-theme .focus-settings-actions button:hover,.dark-theme .focus-settings-duration button{background:#ffffff0f}.dark-theme .focus-settings-heading button{color:#cbd2d9;background:#303945}.dark-theme .focus-settings-heading button:hover{color:#fff;background:#3a4551}.dark-theme .focus-settings-reset{color:#ffffffb8;background:#ffffff17}.dark-theme .focus-settings-duration button:hover,.dark-theme .focus-settings-reset:hover{color:#fff;background:#ffffff24}.dark-theme .focus-settings-duration>span{color:#ffffff85}.dark-theme .focus-settings-time-row>span{color:#ffffff85}.dark-theme .focus-settings-time-row input{color:#fff;border-color:#ffffff14;background:#ffffff0f}.dark-theme .focus-immersive-content>small{color:#ffffff61}.dark-theme .focus-immersive-intention::placeholder{color:#ffffff7a}.dark-theme .focus-immersive-intention:hover{background:#ffffff12}.dark-theme .focus-immersive-intention:focus{background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff1a}.dark-theme .focus-immersive .focus-dial-inner,.dark-theme .focus-immersive .focus-dial{background:transparent;box-shadow:none}.dark-theme .focus-immersive .focus-dial-track{stroke:#ffffff3d}.dark-theme .focus-immersive .focus-dial-progress{filter:drop-shadow(0 0 2px rgb(40 120 232 / 48%)) drop-shadow(0 0 4px rgb(22 191 210 / 34%)) drop-shadow(0 0 5px rgb(34 217 148 / 24%))}@keyframes focus-immersive-out{0%,76%{opacity:1}to{opacity:0}}@keyframes focus-shell-confirmation-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes focus-shell-layer-out{0%{opacity:1;filter:blur(0);transform:scaleX(1)}to{opacity:0;filter:blur(3px);transform:scaleX(1.08)}}@keyframes focus-shell-content-in{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}@keyframes focus-shell-tone-in{0%{opacity:0}to{opacity:1}}@keyframes focus-shell-tone-out{0%{opacity:1}to{opacity:0}}@keyframes focus-stage-viewport-contract-in{0%{top:0;right:0;bottom:0;left:0;clip-path:inset(0 round 0)}72%,to{top:var(--focus-shell-rail-height);right:var(--focus-shell-edge);bottom:var(--focus-shell-edge);left:var(--focus-shell-edge);clip-path:inset(0 round var(--focus-stage-radius))}}@keyframes focus-stage-viewport-expand-out{0%{top:var(--focus-shell-rail-height);right:var(--focus-shell-edge);bottom:var(--focus-shell-edge);left:var(--focus-shell-edge);clip-path:inset(0 round var(--focus-stage-radius))}72%,to{top:0;right:0;bottom:0;left:0;clip-path:inset(0 round 0)}}@keyframes focus-entry-preview-in{0%{opacity:0;transform:translateY(10px)}78%,to{opacity:1;transform:translateY(0)}}@keyframes focus-stage-scrim-enter{0%{opacity:0}to{opacity:1}}@keyframes focus-stage-scrim-exit{0%{opacity:1}to{opacity:0}}.focus-immersive.exiting .focus-stage-scrim{animation:focus-stage-scrim-exit var(--focus-exit-total-duration) cubic-bezier(.16,.72,.24,1) both}.focus-pip-body{min-width:0;min-height:0;margin:0;overflow:hidden;color:#fff;background:#20262c;font-family:var(--font-system, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.focus-pip-body.dark-theme{color:#fff;background:#151a20}.focus-pip-card{--focus-primary-control-background: rgb(48 54 60 / 24%);--focus-primary-control-background-hover: rgb(48 54 60 / 32%);position:relative;isolation:isolate;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(16px,5vh,26px);overflow:hidden;padding:clamp(24px,8vh,38px) 28px clamp(20px,6vh,30px);text-align:center}.focus-pip-backdrop{position:absolute;z-index:-2;top:-48px;right:-48px;bottom:-48px;left:-48px;background-position:center!important;background-size:cover!important;filter:blur(38px) saturate(.78);transform:scale(1.2)}.focus-pip-tone{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:#10121447}.dark-theme .focus-pip-card{--focus-primary-control-background: rgb(255 255 255 / 11%);--focus-primary-control-background-hover: rgb(255 255 255 / 16%);color:#f5f7f9}.focus-pip-dial,.focus-pip-dial-control,.focus-pip-modes,.focus-pip-toggle,.focus-pip-card .focus-pip-intention{display:none}.focus-pip-modes{flex:0 0 auto;margin:0}.dark-theme .focus-pip-modes{background:#ffffff0d}.dark-theme .focus-pip-modes button{color:#ffffff7a}.dark-theme .focus-pip-modes button.active{color:#fff;background:#ffffff1c}.focus-pip-card time{font-size:clamp(76px,25vw,116px);font-weight:430;font-variant-numeric:tabular-nums;letter-spacing:-.065em;line-height:.86}.focus-pip-card .focus-pip-intention{width:min(100%,360px);min-height:0;margin:0;padding:4px 12px;font-size:clamp(18px,5vw,24px)}.focus-pip-toggle{width:48px;height:48px;flex:0 0 auto;margin:0}.focus-pip-toggle .focus-control-morph{width:26px;height:26px}.focus-pip-toggle .focus-control-play{width:24px;height:24px}.focus-pip-toggle .focus-control-morph:after{width:18px;height:18px}.focus-pip-toggle:focus{outline:none}.focus-pip-toggle:focus-visible{outline:2px solid rgb(255 255 255 / 74%);outline-offset:3px}@keyframes focus-pip-control-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-height:155px){.focus-pip-card .focus-pip-intention{display:block;animation:focus-pip-control-in .18s ease-out both}.focus-pip-card .focus-pip-intention.static{display:grid}}@media(min-height:215px){.focus-pip-toggle{display:grid;animation:focus-pip-control-in .18s ease-out both}}@media(min-height:480px){.focus-pip-card{gap:0;padding:24px 28px}.focus-pip-card>time{display:none}.focus-pip-dial{position:relative;z-index:0;display:grid;flex:0 0 auto;place-items:center;animation:focus-pip-control-in .24s ease-out both}.focus-pip-body .focus-pip-dial .focus-dial{width:min(48vh,64vw,410px);height:min(48vh,64vw,410px);margin:0;background:transparent;box-shadow:none}.focus-pip-body .focus-pip-dial .focus-dial-inner{width:83%;height:83%;background:transparent;box-shadow:none}.focus-pip-dial .focus-time{font-size:clamp(70px,10vw,116px);font-weight:430;letter-spacing:-.065em;transition:opacity .18s ease,transform .24s cubic-bezier(.2,.8,.2,1)}.focus-pip-dial-control{position:absolute;z-index:2;top:50%;left:50%;width:72%;height:38%;display:grid;place-items:center;opacity:0;transform:translate(-50%,-50%);transition:opacity .18s ease}.focus-pip-dial-toggle{width:80px;height:80px;margin:0}.focus-pip-dial-control:has(.focus-pip-dial-toggle:focus-visible){opacity:1}.focus-pip-dial:has(.focus-pip-dial-toggle:focus-visible) .focus-time{opacity:0;transform:scale(.94)}.focus-pip-dial .focus-dial-track{stroke:#5c697540;stroke-width:1.55}.focus-pip-dial .focus-dial-progress{stroke-width:1.8}.dark-theme .focus-pip-dial .focus-dial-track{stroke:#ffffff3d}.focus-pip-modes{position:relative;z-index:2;display:flex;margin-bottom:13px;animation:focus-pip-control-in .18s ease-out both}.focus-pip-card .focus-pip-intention{position:relative;z-index:2;margin-top:22px}.focus-pip-toggle{display:none}}@media(hover:hover)and (min-height:480px){.focus-pip-dial:hover .focus-pip-dial-control{opacity:1}.focus-pip-dial:hover .focus-time{opacity:0;transform:scale(.94)}}@media(hover:none)and (min-height:480px){.focus-pip-toggle{position:relative;z-index:2;display:grid;margin-top:19px}}@media(max-width:340px),(max-height:214px){.focus-pip-card{gap:11px;padding:15px 20px}.focus-pip-card time{font-size:clamp(58px,23vw,82px)}.focus-pip-card .focus-pip-intention{font-size:17px}}@media(max-height:154px){.focus-pip-card{padding-block:8px}.focus-pip-card time{font-size:clamp(52px,22vw,78px)}}@media(max-width:680px){.focus-insights-disclosure{left:max(16px,env(safe-area-inset-left));right:auto;top:auto;bottom:max(16px,env(safe-area-inset-bottom));width:auto;max-width:none;display:grid;justify-items:start}.focus-insights-trigger{width:max-content;justify-self:start}.focus-insights-panel{left:0;right:auto;width:min(360px,calc(100vw - 32px));max-height:calc(100svh - 96px)}.focus-immersive-calm{bottom:max(78px,calc(env(safe-area-inset-bottom) + 62px));max-width:calc(100% - 32px)}}@media(hover:none){.focus-insights-trigger>svg{opacity:1}.focus-immersive-dial-control{top:auto;bottom:4%;width:80px;height:80px;opacity:1;transform:translate(-50%,50%)}.focus-immersive-intention{margin-top:34px}}@media(max-width:600px){.focus-immersive{--focus-shell-edge: 4px;--focus-shell-rail-height: 42px;--focus-stage-radius: 17px}.focus-immersive-content{min-height:0}.focus-immersive .focus-dial{width:min(270px,68vw);height:min(270px,68vw)}.focus-immersive .focus-time{font-size:clamp(58px,18vw,82px)}.focus-shell-exit-confirmation{gap:4px;font-size:9px}.focus-shell-exit-confirmation strong{margin-right:0;font-size:10px}.focus-shell-exit-confirmation button{height:25px;padding:0 7px;border-radius:7px}.focus-immersive-intention{margin-top:30px;font-size:20px}.focus-immersive-more{top:auto;right:8px;bottom:8px;opacity:1}}@media(min-width:601px)and (max-height:820px){.focus-immersive-content{min-height:0}.focus-immersive .focus-dial{width:min(270px,54vh);height:min(270px,54vh)}.focus-immersive .focus-time{font-size:clamp(58px,15vh,82px)}}@media(prefers-reduced-motion:reduce){.focus-immersive-dial-control,.focus-immersive .focus-time,.focus-pip-dial-control,.focus-pip-dial .focus-time{transition:none}.focus-control-play,.focus-control-morph:after{transition:none}.focus-shell-status,.focus-shell-window-actions,.focus-stage,.focus-stage-viewport,.focus-stage-scrim{animation:none}.focus-immersive.image-shell:before{animation:none;opacity:1}.focus-shell-status,.focus-shell-window-actions{opacity:1;pointer-events:auto}.focus-immersive.exiting,.focus-immersive.exiting .focus-shell-rail,.focus-immersive.exiting .focus-stage,.focus-immersive.exiting .focus-stage-viewport{animation-duration:1ms}.focus-immersive.exiting.image-shell:before{animation-duration:1ms}.focus-immersive.exiting .focus-stage-scrim{animation-duration:1ms}.focus-entry-preview{display:none}.focus-immersive-content,.focus-stage>.focus-insights-disclosure,.focus-stage>.focus-immersive-calm{transition:none}}.dark-theme .focus-dial{background:transparent;box-shadow:0 15px 38px #00000047}.dark-theme .daily-focus-progress{background:#ffffff1a}.dark-theme .daily-focus-goal>span{color:#ffffff94}.dark-theme .daily-focus-goal input{color:#ffffff9e}.dark-theme .daily-focus-goal label small{color:#ffffff6b}.dark-theme .focus-dial-track{stroke:#ffffff38}.dark-theme .focus-dial-inner{background:#202731;box-shadow:inset 0 0 0 1px #ffffff14}.utility-nav .utility-nav-task.has-task-count{padding-right:39px}.utility-task-count{position:absolute;top:50%;right:12px;min-width:19px;height:18px;display:inline-flex;align-items:center;justify-content:center;align-self:center;padding:0 5px;border-radius:6px;color:#fff;background:var(--accent);box-shadow:0 3px 8px #267aff2e;font-size:10px;font-weight:780;line-height:1;transform:translateY(-50%)}@media(max-width:980px){.top-region .utility-nav button>span:not(.utility-task-count){display:none}.top-region .utility-nav .utility-nav-task{padding:0}.top-region .utility-task-count{top:3px;right:2px;min-width:17px;height:16px;padding:0 4px;border-radius:6px;font-size:9px;transform:none}}.utility-popover.utility-tasks{animation-name:task-popover-in}@keyframes task-popover-in{0%{opacity:0}}.utility-popover.utility-tasks{width:390px;padding:19px;border:0}.task-composer{margin-top:14px;border:1px solid #e3e6e9;border-radius:15px;background:#ffffffb8;transition:border-color .14s ease,box-shadow .14s ease}.task-composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff214}.task-entry{display:grid;grid-template-columns:minmax(0,1fr) 34px 36px;gap:5px;align-items:center;padding:5px}.task-entry input{min-width:0;height:38px;padding:0 8px;border:0;outline:none;color:#3f454b;background:transparent;font-size:12px}.task-entry input:focus{border:0;box-shadow:none}.task-entry button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;color:#7c848c;background:transparent;cursor:pointer}.task-entry button:hover,.task-entry button.active{color:var(--accent);background:var(--accent-soft)}.task-entry button svg{width:16px;height:16px}.task-entry button.task-submit{width:36px;color:#fff;background:var(--accent)}.task-entry button.task-submit:disabled{color:#a4abb2;background:#edf0f2;cursor:default}.task-entry button.task-submit svg{width:17px;height:17px;stroke-width:2.3}.task-options{display:flex;flex-direction:column;gap:11px;padding:12px;border-top:1px solid #eceef1;animation:task-options-in .16s cubic-bezier(.2,.8,.2,1)}@keyframes task-options-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.task-options>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-options>div>span{color:#8a9198;font-size:10.5px;font-weight:560}.task-option-buttons{display:flex;gap:4px;padding:3px;border-radius:9px;background:#eef1f4}.task-option-buttons button{height:28px;display:flex;align-items:center;gap:5px;padding:0 9px;border:0;border-radius:7px;color:#737a82;background:transparent;cursor:pointer;font-size:9px;font-weight:600}.task-option-buttons button.active{color:#3d4650;background:#fff;box-shadow:0 1px 4px #212b361a}.task-option-buttons button.high.active{color:#c84d55}.task-option-buttons svg{width:12px;height:12px}.task-edit-cancel{align-self:flex-end;border:0;color:#7d858d;background:transparent;cursor:pointer;font-size:9px}.task-list{max-height:300px;margin:10px -9px 0 0;overflow-y:auto;padding-right:11px;scrollbar-color:rgb(125 136 146 / 28%) transparent;scrollbar-width:thin}.task-list::-webkit-scrollbar{width:5px}.task-list::-webkit-scrollbar-track{background:transparent}.task-list::-webkit-scrollbar-thumb{border-radius:999px;background:#7d889247}.task-list::-webkit-scrollbar-thumb:hover{background:#7d88926b}.task-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;min-height:49px;padding:5px 2px 5px 0;border-bottom:1px solid #eceef0}.task-list>.task-item:last-of-type,.completed-task-content>div>.task-item:last-child{border-bottom:0}.task-item-main{min-width:0;display:grid;grid-template-columns:21px minmax(0,1fr);align-items:center;gap:9px;cursor:pointer}.task-item-main>input{width:19px;height:19px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;place-items:center;border:1.5px solid #cbd1d7;border-radius:6px;background:#fff;cursor:pointer;outline:none;transition:border-color .14s ease,background .14s ease}.task-item-main>input:after{width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;content:"";opacity:0;transform:translateY(-1px) rotate(-45deg) scale(.7);transition:opacity .12s ease,transform .12s ease}.task-item-main>input:checked{border-color:var(--accent);background:var(--accent)}.task-item-main>input:checked:after{opacity:1;transform:translateY(-1px) rotate(-45deg) scale(1)}.task-item-main>input:hover,.task-item-main>input:focus-visible{border-color:var(--accent)}.task-item-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.task-item-copy>strong{overflow:hidden;color:#3f454b;font-size:12px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.task-item-copy>small{display:flex;gap:7px;color:#8d949b;font-size:8px}.task-item-copy>small span{display:flex;align-items:center;gap:3px}.task-item-copy>small svg{width:10px;height:10px}.task-item-copy .priority{color:#c45159}.task-item-copy .overdue{color:#d0525b}.task-item-copy>em{overflow:hidden;color:#92989e;font-size:11px;font-weight:400;font-style:normal;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.task-item.done .task-item-copy strong{color:#a4a8ad;text-decoration:line-through}.task-more{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;color:#a4a8ad;background:transparent;cursor:pointer;border-radius:8px;opacity:.65}.task-more:hover,.task-more[aria-expanded=true]{color:#555d65;background:#eef1f3;opacity:1}.task-more svg{width:16px;height:16px}.completed-task-section{margin-top:7px}.completed-task-heading{width:100%;height:34px;display:flex;align-items:center;gap:5px;padding:0 5px 0 9px;border-radius:9px;background:#f1f3f5}.completed-task-toggle{min-width:0;height:100%;display:flex;flex:1;align-items:center;gap:7px;padding:0;border:0;color:#868d94;background:transparent;cursor:pointer;font-size:9px;font-weight:650;text-align:left}.completed-task-toggle small{min-width:19px;height:18px;display:grid;place-items:center;border-radius:6px;background:#fff;font-size:8px}.completed-task-content{padding-bottom:3px}.clear-completed{height:26px;display:flex;align-items:center;gap:6px;flex:0 0 auto;margin:0;padding:0 7px;border:0;border-radius:8px;color:#c65a62;background:transparent;cursor:pointer;font-size:9px;font-weight:500;transition:color .13s ease,background .13s ease}.clear-completed:hover{color:#be424c;background:#d94c5717}.clear-completed svg{width:12px;height:12px;stroke-width:1.9}.utility-popover.utility-tasks{width:410px;min-height:352px;padding:0;overflow:hidden}.utility-popover.utility-tasks.task-manager-expanded{top:50%;right:auto;left:50%;width:min(880px,calc(100vw - 54px));height:min(680px,calc(100svh - 54px));min-height:520px;border-radius:24px;transform:translate(-50%,-50%)}.task-manager{height:100%;min-height:330px;display:grid;color:#3d444b}.task-manager.compact{min-height:350px;grid-template-columns:minmax(0,1fr)}.task-manager.expanded{grid-template-columns:214px minmax(0,1fr)}.task-manager-content{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.task-manager-sidebar{min-width:0;display:flex;flex-direction:column;padding:20px 12px 14px;border-right:1px solid rgb(196 205 213 / 55%);background:#f4f6f8d1}.task-manager-sidebar>header{height:38px;display:flex;align-items:center;gap:10px;padding:0 9px}.task-manager-sidebar>header svg{width:18px;height:18px;color:#68727c;stroke-width:1.8}.task-manager-sidebar>header strong{font-size:15px;font-weight:550}.task-manager-sidebar nav{min-height:0;display:flex;flex:1;flex-direction:column;gap:3px;margin:10px -6px 0;padding:0 6px 8px;overflow-y:auto;scrollbar-width:none}.task-manager-sidebar nav::-webkit-scrollbar{display:none}.task-manager-sidebar nav button{width:100%;min-height:39px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:11px;color:#59626b;background:transparent;cursor:pointer;font-size:12px;font-weight:430;text-align:left}.task-manager-sidebar nav button:hover{background:#65707b14}.task-manager-sidebar nav button.active{color:#343b42;background:#dde5ecb8;box-shadow:none}.task-manager-sidebar nav button svg{width:16px;height:16px;stroke-width:1.75}.task-manager-sidebar nav button>span:not(.task-view-trailing),.task-view-menu button>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-manager-sidebar nav button small{min-width:18px;color:#949ca4;font-size:10px;font-weight:450;text-align:right}.task-new-list{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;margin-top:6px;padding:0 10px;border:0;border-radius:11px;color:#69727b;background:transparent;cursor:pointer;font-size:12px;font-weight:430;opacity:.42;transition:opacity .14s ease,background .14s ease}.task-manager-sidebar:hover .task-new-list,.task-new-list:focus-visible{opacity:1}.task-new-list:hover{background:#65707b14}.task-new-list svg{width:16px;height:16px}.task-new-list-form{height:40px;display:grid;grid-template-columns:minmax(0,1fr) 30px 30px;gap:3px;margin-top:6px;padding:4px;border:1px solid #dfe4e8;border-radius:11px;background:#fff}.task-new-list-form input{min-width:0;padding:0 7px;border:0;outline:0;color:#3c444b;background:transparent;font-size:11px}.task-new-list-form button{display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#68717a;background:transparent;cursor:pointer}.task-new-list-form button:hover{background:#eef2f5}.task-new-list-form button:disabled{opacity:.35;cursor:default}.task-new-list-form svg{width:14px;height:14px}.task-manager-header{position:relative;z-index:7;min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px 10px 18px}.task-manager-title-wrap{position:relative;min-width:0}.task-manager-title{max-width:100%;height:38px;display:flex;align-items:center;gap:9px;padding:0 8px;border:0;border-radius:11px;color:#343a40;background:transparent;cursor:pointer}.task-manager-title:hover{background:#f0f3f5}.task-manager-title>svg:first-child{width:18px;height:18px;flex:0 0 auto;color:#737d86;stroke-width:1.8}.task-manager-title>svg:last-child{width:13px;height:13px;flex:0 0 auto;color:#8a929a}.task-manager-title span{overflow:hidden;font-size:16px;font-weight:540;text-overflow:ellipsis;white-space:nowrap}.task-manager-header-actions{display:flex;gap:3px}.task-manager-header-actions>button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7b848d;background:transparent;cursor:pointer}.task-manager-header-actions>button:hover,.task-manager-header-actions>button[aria-expanded=true]{color:#424950;background:#edf1f4}.task-manager-header-actions svg{width:16px;height:16px}.task-view-menu,.task-manager-settings,.task-row-menu{position:absolute;z-index:10;width:220px;padding:6px}.task-view-menu{top:43px;left:0;max-height:330px;display:grid;gap:2px;overflow-y:auto}.task-view-menu.task-view-menu-portaled{position:fixed;z-index:2147483647;top:auto;left:auto}.task-manager-settings{top:53px;right:13px}.task-manager-settings.task-manager-settings-portaled{position:fixed;z-index:2147483647;top:auto;right:auto}.task-manager-settings>button{width:100%;min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:10px;color:#4c555e;background:transparent;cursor:pointer;font-size:12px;font-weight:400;text-align:left}.task-manager-settings>button:hover{background:#f0f3f5}.task-manager-settings>button svg{width:15px;height:15px;stroke-width:1.8}.task-view-menu button small{color:#969da4;font-size:9px}.task-manager-settings>label{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px;color:#4c555e;font-size:12px;font-weight:400}.task-manager-settings>button:disabled{opacity:.38;cursor:default}.task-row-menu{position:fixed;z-index:2147483647;width:210px}.task-manager-list{min-height:0;overflow-y:auto;padding:2px 18px 10px;scrollbar-color:rgb(125 136 146 / 24%) transparent;scrollbar-width:thin}.task-manager-list::-webkit-scrollbar{width:5px}.task-manager-list::-webkit-scrollbar-track{background:transparent}.task-manager-list::-webkit-scrollbar-thumb{border-radius:999px;background:#7d88923d}.task-manager-empty{min-height:205px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#9aa2aa;text-align:center}.task-manager.expanded .task-manager-list.is-empty{display:flex;flex-direction:column}.task-manager.expanded .task-manager-list.is-empty .task-manager-empty{min-height:0;flex:1}.task-manager-empty svg{width:34px;height:34px;margin-bottom:5px;stroke-width:1.35;opacity:.48}.task-manager-empty strong{color:#747d85;font-size:12px;font-weight:500}.task-manager-empty span{max-width:260px;font-size:10px;line-height:1.45}.task-manager-row{position:relative;min-height:50px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;border-bottom:1px solid #eceff1}.task-manager-row:last-child{border-bottom:0}.task-manager-row:hover{z-index:2}.task-manager-row-main{min-width:0;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;gap:10px;padding:7px 4px;cursor:default}.task-manager-row-main>input{width:18px;height:18px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;place-items:center;border:1.5px solid #c8cfd5;border-radius:6px;background:#fff;cursor:pointer}.task-manager-row-main>input:after{width:7px;height:4px;border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";opacity:0;transform:translateY(-1px) rotate(-45deg)}.task-manager-row-main>input:checked{border-color:var(--accent);background:var(--accent)}.task-manager-row-main>input:checked:after{opacity:1}.task-manager-row-main>span{min-width:0;display:flex;flex-direction:column;gap:3px;cursor:text}.task-manager-row-main strong{overflow:hidden;color:#3f464d;font-size:12px;font-weight:440;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.task-manager-row-main small{min-width:0;display:flex;align-items:center;gap:8px;overflow:hidden;color:#9098a0;font-size:9px}.task-manager-row-main small>span{display:flex;align-items:center;gap:3px;flex:0 0 auto}.task-manager-row-main small svg{width:10px;height:10px}.task-manager-row-main small em{overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.task-manager-row-main .priority,.task-manager-row-main .overdue{color:#c55760}.task-manager-row.done strong{color:#a0a6ac;text-decoration:line-through}.task-manager-row-actions{position:absolute;z-index:3;top:7px;right:4px;display:flex;gap:1px;padding-left:18px;border-radius:10px;opacity:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgb(251 252 253 / 96%) 18px);transform:translate(3px);transition:opacity .12s ease,transform .12s ease}.task-manager-row:hover .task-manager-row-actions,.task-manager-row:focus-within .task-manager-row-actions{opacity:1;pointer-events:auto;transform:none}.task-manager-row-actions button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#8d959d;background:transparent;cursor:pointer}.task-manager-row-actions button:hover{color:#4f5861;background:#eef2f4}.task-manager-row-actions svg{width:14px;height:14px}.task-manager-footer{position:relative;z-index:3;padding:2px 14px 10px}.task-manager.compact .task-manager-footer{padding:6px 14px 14px}.task-add-trigger{width:100%;height:38px;display:flex;align-items:center;gap:8px;padding:0 7px;border:0;border-radius:10px;color:#6f7881;background:transparent;cursor:pointer;font-size:14px;font-weight:430;line-height:1.3}.task-add-trigger:hover{color:#3f474f;background:#eff2f4}.task-add-trigger svg{width:16px;height:16px}.task-manager-list>.task-add-trigger{width:100%;margin:0 0 4px}.task-editor{margin:4px 0;border:1px solid #dbe1e6;border-radius:13px;background:#fff;box-shadow:0 6px 18px #2935400f}.task-manager-list>.task-editor{margin:6px 0}.task-editor-main{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) 32px 32px 32px;gap:3px;align-items:center;padding:4px}.task-editor-main input{min-width:0;height:34px;padding:0 8px;border:0;outline:0;color:#394149;background:transparent;font-size:12px}.task-editor-main button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#818a92;background:transparent;cursor:pointer}.task-editor-main button:hover,.task-editor-main button.active{color:var(--accent);background:var(--accent-soft)}.task-editor-main button.primary{color:#fff;background:var(--accent)}.task-editor-main button.primary:disabled{color:#a2a9b0;background:#edf0f2;cursor:default}.task-editor-main svg{width:14px;height:14px}.task-editor-details{display:grid;gap:10px;padding:10px;border-top:1px solid #e9ecef;animation:task-options-in .15s ease}.task-editor-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.task-editor-fields label{min-width:0;display:grid;gap:5px}.task-editor-fields label>span{color:#8b939b;font-size:9px}.task-editor-fields select{width:100%;height:31px;padding:0 8px;border:1px solid #e0e5e9;border-radius:8px;outline:0;color:#535c64;background:#f8f9fa;font-size:10px}.task-manager-click-catcher{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:transparent;cursor:default}.task-manager-click-catcher.fixed{position:fixed;z-index:2147483646}@media(max-width:700px){.utility-popover.utility-tasks,.utility-popover.utility-tasks.task-manager-expanded{top:70px;right:12px;left:12px;width:auto;height:min(620px,calc(100svh - 86px));min-height:410px;transform:none}.task-manager.expanded{grid-template-columns:1fr}.task-manager-sidebar{display:none}.task-manager-header,.task-manager-list{padding-right:12px;padding-left:12px}.task-manager-title span{font-size:15px}.task-manager-row-main{padding-right:62px}.task-manager-row-actions{opacity:1;pointer-events:auto;transform:none}.task-manager-row-actions button:first-child{display:none}.task-editor-fields{grid-template-columns:1fr}}.utility-popover.utility-tasks.task-manager-expanded{top:84px;right:36px;bottom:auto;left:auto;width:min(880px,calc(100vw - 72px));height:min(680px,calc(100svh - 112px));transform:none;transform-origin:top right}.task-manager-row-main strong{font-size:14px;font-weight:400}.task-manager-row-main small{gap:9px;font-size:11px;line-height:1.25}.task-manager-row-main small svg{width:12px;height:12px}.task-manager-row.subtask:before{position:absolute;top:0;bottom:0;left:8px;width:1px;background:#dfe4e8;content:""}.task-row-group{min-width:0}.task-manager-empty{min-height:205px;gap:7px}.task-manager-empty svg{width:38px;height:38px;margin-bottom:4px}.task-manager-empty strong{font-size:14px;font-weight:520}.task-manager-empty span{max-width:300px;font-size:12px;line-height:1.45}.task-inline-editor{position:relative;min-height:50px;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:10px;padding:7px 4px;border:0;border-radius:12px;background:#eef2f5b8}.task-inline-editor.creating{min-height:38px;padding-top:10px;padding-bottom:4px;padding-left:16px;animation:none}.task-inline-editor.editing{grid-template-columns:19px minmax(0,1fr);gap:10px;padding-right:38px;padding-left:4px}.task-inline-editor.editing.with-subtask-toggle{grid-template-columns:16px 19px minmax(0,1fr);gap:9px}.task-inline-editor.has-meta{padding-bottom:24px}.task-manager-list .task-inline-editor{margin:0}.task-inline-editor:focus-within{background:#eef2f5b8}.task-inline-disclosure-spacer{width:16px;height:18px}.task-inline-mark{width:18px;height:18px;margin-top:1px;border:1.5px solid #c8cfd5;border-radius:6px;background:#fff}.task-inline-editor textarea{min-width:0;width:calc(100% + 5px);min-height:23px;margin:-1px -2px -3px -3px;padding:1px 2px 3px 3px;display:block;overflow:hidden;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;outline:0;color:#3f464d;background:transparent;font:inherit;font-size:14px;font-weight:430;line-height:1.3;overflow-wrap:anywhere}.task-inline-editor.editing textarea{font-weight:400}.task-inline-editor.creating>button{top:4px}.task-inline-editor textarea:focus{border-color:transparent;box-shadow:none}.task-inline-editor textarea::placeholder{color:#929aa2;font-weight:420}.task-inline-editor>button{position:absolute;top:7px;right:4px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;color:#858e97;background:transparent;cursor:pointer}.task-inline-editor>button:hover,.task-inline-editor>button[aria-expanded=true]{color:#4b545c;background:#e2e7eb}.task-inline-editor>button svg{width:15px;height:15px}.task-meta-popover section>button{width:100%;min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:10px;color:#4c555e;background:transparent;cursor:pointer;font-size:12px;font-weight:400;text-align:left}.task-meta-popover section>button:hover,.task-meta-popover section>button.active{background:#eff2f4}.task-row-menu,.task-date-popover,.task-meta-popover{position:fixed;z-index:2147483647;padding:6px}.task-row-menu{width:230px}.task-date-popover{width:292px;max-height:calc(100svh - 20px);overflow-y:auto;scrollbar-width:thin}.task-meta-popover{width:284px;max-height:min(420px,calc(100svh - 20px));overflow-y:auto;scrollbar-width:thin}.task-date-popover>header{min-height:35px;display:flex;align-items:center;gap:9px;padding:0 10px;color:#6e7780;font-size:11px;font-weight:520}.task-date-popover>header svg{width:14px;height:14px}.task-date-shortcuts{display:grid;gap:2px}.task-date-shortcuts>button{width:100%;min-height:36px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:9px;padding:0 10px;border:0;border-radius:9px;color:#4c555e;background:transparent;cursor:pointer;font:inherit;font-size:12px;font-weight:440;text-align:left}.task-date-shortcuts>button:hover{background:#eff2f4}.task-date-shortcuts>button svg{width:15px;height:15px;stroke-width:1.8}.task-calendar{padding:2px 4px 5px}.task-calendar>header{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 7px}.task-calendar>header strong{color:#3f4850;font-size:12px;font-weight:540;text-transform:capitalize}.task-calendar>header>span{display:flex;gap:2px}.task-calendar>header button{width:29px;height:29px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#78818a;background:transparent;cursor:pointer}.task-calendar>header button:hover{color:#424b53;background:#eff2f4}.task-calendar>header button svg{width:15px;height:15px}.task-calendar-weekdays,.task-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.task-calendar-weekdays{padding:1px 0 4px}.task-calendar-weekdays span{color:#9aa1a8;font-size:9px;font-weight:500;text-align:center;text-transform:uppercase}.task-calendar-grid button{height:31px;padding:0;border:0;border-radius:9px;color:#59626a;background:transparent;cursor:pointer;font:inherit;font-size:11px}.task-calendar-grid button:hover{color:#353d44;background:#eff2f4}.task-calendar-grid button.outside{color:#bdc2c7}.task-calendar-grid button.today{color:var(--accent);font-weight:600;box-shadow:inset 0 0 0 1px #2f7ff240}.task-calendar-grid button.selected{color:#fff;background:var(--accent);box-shadow:0 4px 10px #2f7ff23d}.task-meta-popover section{max-height:142px;display:grid;gap:2px;overflow-y:auto;scrollbar-width:thin}.task-popover-eyebrow{display:block;padding:5px 10px 4px;color:#929aa2;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.task-meta-popover>footer{display:flex;justify-content:flex-end;gap:6px;padding:7px 4px 2px}.task-meta-popover>footer button{min-width:68px;height:32px;padding:0 10px;border:1px solid #dfe4e8;border-radius:9px;color:#626b73;background:#fff;cursor:pointer;font-size:11px}.task-meta-popover>footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.task-meta-popover>footer button:disabled{opacity:.42;cursor:default}.task-manager-settings,.task-row-menu{display:grid;gap:2px}.task-manager-settings{width:248px;padding:6px}.task-manager-settings>label{min-height:42px;font-size:12px}.task-settings-placement{align-items:center}.task-settings-choice{display:flex;padding:2px;border-radius:9px;background:#eef1f3}.task-settings-choice button{height:26px;padding:0 8px;border:0;border-radius:7px;color:#858e96;background:transparent;cursor:pointer;font:inherit;font-size:9px}.task-settings-choice button.active{color:#3e464d;background:#fff;box-shadow:0 2px 6px #2a353f14}@media(max-width:700px){.utility-popover.utility-tasks.task-manager-expanded{top:70px;right:12px;left:12px;width:auto;height:min(620px,calc(100svh - 86px));min-height:410px;transform:none}.shared-popover.task-row-menu,.shared-popover.task-date-popover,.shared-popover.task-meta-popover{right:12px;left:12px!important;width:auto;max-height:calc(100svh - 24px)}}.task-menu-layer{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0}.task-context-menu{width:190px}.task-context-menu:after{display:none}.task-context-menu.placement-below{transform-origin:var(--workspace-menu-arrow-left) -8px}.task-context-menu.placement-below:after{top:-9px;bottom:auto;border:0;box-shadow:none;clip-path:polygon(50% 0,100% 100%,0 100%)}.dark-theme .task-entry input{border-color:#ffffff1f;color:#f5f7fa;background:#ffffff12}.dark-theme .task-entry input::placeholder{color:#ffffff61}.dark-theme .task-composer{border-color:#ffffff1f;background:#ffffff0d}.dark-theme .task-composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #2f7ff21f}.dark-theme .task-entry input{border:0;background:transparent}.dark-theme .task-entry button{color:#ffffff8c;background:transparent}.dark-theme .task-entry button:hover,.dark-theme .task-entry button.active{color:var(--accent);background:#2f7ff229}.dark-theme .task-entry button.task-submit{color:#202731;background:#f4f6f8}.dark-theme .task-entry button.task-submit:disabled{color:#ffffff47;background:#ffffff14}.dark-theme .task-options{border-top-color:#ffffff1a}.dark-theme .task-options>div>span{color:#ffffff7f}.dark-theme .task-option-buttons{background:#ffffff14}.dark-theme .task-option-buttons button{color:#ffffff8c}.dark-theme .task-option-buttons button.active{color:#f5f7fa;background:#3a4552;box-shadow:0 1px 5px #0003}.dark-theme .task-option-buttons button.high.active{color:#ff9da5}.dark-theme .task-edit-cancel{color:#ffffff85}.dark-theme .task-item{border-bottom-color:#ffffff1a}.dark-theme .task-list{scrollbar-color:rgb(255 255 255 / 20%) transparent}.dark-theme .task-list::-webkit-scrollbar-thumb{background:#fff3}.dark-theme .task-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.dark-theme .task-item-copy>strong{color:#f1f4f7}.dark-theme .task-item-copy>small,.dark-theme .task-item-copy>em{color:#ffffff75}.dark-theme .task-item-copy .priority,.dark-theme .task-item-copy .overdue{color:#ff9da5}.dark-theme .task-item.done .task-item-copy strong{color:#ffffff57}.dark-theme .task-item-main>input{border-color:#596471;background:#2b343f}.dark-theme .task-item-main>input:checked{border-color:var(--accent);background:var(--accent)}.dark-theme .task-more{color:#ffffff75}.dark-theme .task-more:hover,.dark-theme .task-more[aria-expanded=true]{color:#f5f7fa;background:#ffffff17}.dark-theme .completed-task-heading{background:#ffffff12}.dark-theme .completed-task-toggle{color:#ffffff8c}.dark-theme .completed-task-toggle small{background:#ffffff17}.dark-theme .clear-completed{color:#e698a0}.dark-theme .clear-completed:hover{color:#ffacb3;background:#e25f6a21}.dark-theme .task-manager{color:#eef2f5}.dark-theme .task-manager-sidebar{border-right-color:#ffffff0f;background:#11161c94}.dark-theme .task-manager-sidebar>header svg,.dark-theme .task-manager-sidebar nav button,.dark-theme .task-new-list{color:#ffffff94}.dark-theme .task-manager-sidebar nav button:hover{color:#f5f7f9;background:#1f2934c7}.dark-theme .task-new-list:hover{background:#1f2934c7}.dark-theme .task-manager-sidebar nav button.active{color:#f5f7f9;background:#26313ee0;box-shadow:none}.dark-theme .task-manager-sidebar nav button small{color:#ffffff61}.dark-theme .task-new-list-form,.dark-theme .task-editor{border-color:#ffffff1f;background:#242c35;box-shadow:none}.dark-theme .task-new-list-form input,.dark-theme .task-editor-main input{color:#f3f6f8}.dark-theme .task-new-list-form button{color:#fff9}.dark-theme .task-new-list-form button:hover{background:#ffffff14}.dark-theme .task-manager-title{color:#f4f6f8}.dark-theme .task-manager-title:hover,.dark-theme .task-manager-header-actions>button:hover,.dark-theme .task-manager-header-actions>button[aria-expanded=true],.dark-theme .task-manager-footer>button:hover,.dark-theme .task-manager-row-actions button:hover{background:#ffffff14}.dark-theme .task-manager-row-actions{background:linear-gradient(90deg,transparent,rgb(20 26 35 / 96%) 18px)}.dark-theme .task-manager-title>svg:first-child,.dark-theme .task-manager-title>svg:last-child,.dark-theme .task-manager-header-actions>button{color:#ffffff8f}.dark-theme .task-view-menu,.dark-theme .task-manager-settings,.dark-theme .task-row-menu{border-color:#ffffff1f;background:#252d37;box-shadow:0 20px 50px #00000052}.dark-theme .task-view-menu button,.dark-theme .task-manager-settings>button,.dark-theme .task-manager-settings>label,.dark-theme .task-row-menu button{color:#ffffffbd}.dark-theme .task-view-menu button:hover,.dark-theme .task-view-menu button.active,.dark-theme .task-manager-settings>button:hover,.dark-theme .task-row-menu button:hover{background:#ffffff14}.dark-theme .task-manager-settings>button:last-child,.dark-theme .task-row-menu button.danger{color:#f09aa1}.dark-theme .task-manager-empty{color:#ffffff59}.dark-theme .task-manager-empty strong{color:#ffffff8f}.dark-theme .task-manager-row{border-bottom-color:#ffffff17}.dark-theme .task-manager-row-main>input{border-color:#59636d;background:#2d3640}.dark-theme .task-manager-row-main>input:checked{border-color:var(--accent);background:var(--accent)}.dark-theme .task-manager-row-main strong{color:#f0f3f6}.dark-theme .task-manager-row-main small{color:#ffffff6e}.dark-theme .task-manager-row.done strong{color:#ffffff57}.dark-theme .task-manager-row-actions button,.dark-theme .task-manager-footer>button{color:#ffffff85}.dark-theme .task-manager-footer>small{color:#ffffff5c}.dark-theme .task-editor-details{border-top-color:#ffffff1a}.dark-theme .task-editor-main button{color:#ffffff8a}.dark-theme .task-editor-main button:hover,.dark-theme .task-editor-main button.active{color:#8bbcff;background:#2f7ff229}.dark-theme .task-editor-main button.primary{color:#fff;background:var(--accent)}.dark-theme .task-editor-main button.primary:disabled{color:#ffffff47;background:#ffffff14}.dark-theme .task-editor-fields label>span{color:#ffffff70}.dark-theme .task-editor-fields select{border-color:#ffffff1c;color:#edf2f5;background:#ffffff0f;color-scheme:dark}.dark-theme .task-inline-editor,.dark-theme .task-inline-editor:focus-within{background:#ffffff14}.dark-theme .task-inline-mark{border-color:#59636d;background:#2d3640}.dark-theme .task-inline-editor textarea{border-color:transparent;color:#f0f3f6;background:transparent}.dark-theme .task-inline-editor textarea::placeholder{color:#ffffff6b}.dark-theme .task-inline-editor>button{color:#ffffff85}.dark-theme .task-inline-editor>button:hover,.dark-theme .task-inline-editor>button[aria-expanded=true]{color:#f4f7f9;background:#ffffff17}.dark-theme .task-manager-row.subtask:before{background:#ffffff1f}.dark-theme .task-date-popover,.dark-theme .task-meta-popover{border-color:#ffffff1f;color:#ffffffc2;background:#252d37;box-shadow:0 20px 50px #00000052}.dark-theme .task-meta-popover section>button,.dark-theme .task-date-popover>header,.dark-theme .task-date-custom{color:#ffffffbd}.dark-theme .task-meta-popover section>button:hover,.dark-theme .task-meta-popover section>button.active{background:#ffffff14}.dark-theme .task-popover-eyebrow{color:#ffffff6e}.dark-theme .task-date-custom input{border-color:#ffffff1c;color:#edf2f5;background:#ffffff0f;color-scheme:dark}.dark-theme .task-meta-popover>footer{background:transparent}.dark-theme .task-meta-popover>footer button{border-color:#ffffff1f;color:#ffffffb3;background:#ffffff0f}.dark-theme .task-meta-popover>footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.dark-theme .task-settings-choice{background:#1f2934c7}.dark-theme .task-settings-choice button{color:#ffffff73}.dark-theme .task-settings-choice button.active{color:#f5f7f9;background:#26313ee0;box-shadow:none}@media(max-width:700px){.utility-popover.utility-tasks{width:min(390px,calc(100% - 28px))}.task-options>div{align-items:flex-start;flex-direction:column;gap:7px}}@media(max-width:420px){.utility-nav button span:not(.utility-task-count){display:none}}.utility-popover.utility-tasks.task-manager-expanded{box-shadow:inset 0 1px #fff,0 30px 80px #1e2b3733,0 8px 24px #1e2b3717}.new-tab.dark-theme .utility-popover.utility-tasks.task-manager-expanded{box-shadow:0 30px 80px #00000061,0 8px 24px #00000038}body:has(.new-tab.dark-theme) .task-meta-popover section>button,body:has(.new-tab.dark-theme) .task-date-shortcuts>button,body:has(.new-tab.dark-theme) .task-date-popover>header{color:#ffffffc2}body:has(.new-tab.dark-theme) .task-view-menu>button.active,body:has(.new-tab.dark-theme) .task-meta-popover section>button:hover,body:has(.new-tab.dark-theme) .task-meta-popover section>button.active,body:has(.new-tab.dark-theme) .task-date-shortcuts>button:hover{background:#ffffff14}body:has(.new-tab.dark-theme) .task-popover-eyebrow,body:has(.new-tab.dark-theme) .task-calendar-weekdays span{color:#ffffff70}body:has(.new-tab.dark-theme) .task-meta-popover>footer{background:transparent}body:has(.new-tab.dark-theme) .task-meta-popover>footer button{border-color:#ffffff1f;color:#ffffffb8;background:#ffffff0f}body:has(.new-tab.dark-theme) .task-meta-popover>footer button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}body:has(.new-tab.dark-theme) .task-calendar>header strong{color:#f0f3f6}body:has(.new-tab.dark-theme) .task-calendar>header button{color:#ffffff8a}body:has(.new-tab.dark-theme) .task-calendar>header button:hover,body:has(.new-tab.dark-theme) .task-calendar-grid button:hover{color:#fff;background:#ffffff14}body:has(.new-tab.dark-theme) .task-calendar-grid button{color:#ffffffb8}body:has(.new-tab.dark-theme) .task-calendar-grid button.outside{color:#ffffff45}body:has(.new-tab.dark-theme) .task-calendar-grid button.today{color:#8bbcff;box-shadow:inset 0 0 0 1px #5b9df752}body:has(.new-tab.dark-theme) .task-calendar-grid button.selected{color:#fff;background:var(--accent);box-shadow:0 5px 13px #0000003d}.task-manager-settings>.shared-popover-divider,.task-row-menu>.shared-popover-divider{margin-top:3px;margin-bottom:3px}.task-settings-choice button{min-width:42px}.task-settings-choice button.active{font-weight:400}.task-manager-sidebar nav button{font-size:13px}.task-manager-sidebar nav button small{font-size:11px}.new-tab.dark-theme .task-manager-sidebar nav button.active{box-shadow:none}.task-manager.compact .task-manager-list{max-height:350px;overscroll-behavior:contain}.task-manager-row{align-items:start}.task-manager-row-main{min-height:49px;align-items:start}.task-manager-row-main>input{margin-top:1px}.task-manager-row-main strong{position:relative;display:inline-block;width:auto;max-width:100%;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:pre-wrap;transition:color .18s ease}.task-manager-task-title{border-radius:4px;cursor:text}.task-manager-task-title:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:2px}.task-manager-task-title>span{-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(currentColor,currentColor);background-position:0 52%;background-repeat:no-repeat;background-size:0 1px}.task-manager-row.done strong{text-decoration:none}.task-manager-row.done .task-manager-task-title>span{animation:task-complete-strike .26s cubic-bezier(.2,.78,.2,1) forwards}@keyframes task-complete-strike{0%{background-size:0 1px;opacity:.5}to{background-size:100% 1px;opacity:1}}.new-tab.dark-theme .task-add-trigger:hover,.new-tab.dark-theme .task-add-trigger:focus-visible{color:#f0f3f6;background:#ffffff14}@media(max-width:700px){.task-date-popover{padding-bottom:8px}.task-calendar-grid button{height:36px}}.task-manager-sidebar nav button[draggable=true]{cursor:grab;transition:color .19s ease,background-color .19s ease,transform .15s cubic-bezier(.2,.78,.2,1),opacity .17s ease}.task-manager-sidebar nav button[draggable=true]:active{cursor:grabbing}.task-manager-sidebar nav button.dragging{opacity:.34;transform:scale(.985)}.task-view-trailing{min-width:39px;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:5px}.task-view-trailing small{min-width:15px}.task-view-trailing>svg{width:14px!important;height:14px!important;opacity:0;transition:opacity .12s ease}.task-manager-sidebar nav button:hover .task-view-trailing>svg,.task-manager-sidebar nav button:focus-visible .task-view-trailing>svg,.task-manager-sidebar nav button.dragging .task-view-trailing>svg{opacity:.58}.task-manager-sidebar nav button.task-drop-target{color:#3e4851;background:color-mix(in srgb,var(--accent) 8%,#fff);outline:2px dashed color-mix(in srgb,var(--accent) 68%,#8495a6);outline-offset:-3px;box-shadow:none}.new-tab.dark-theme .task-manager-sidebar nav button.task-drop-target{color:#f5f7f9;background:#2f7ff224;outline-color:#7eb3ffd1;box-shadow:none}.task-manager-row[draggable=true]{cursor:grab;transition:opacity .13s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.task-manager-row[draggable=true]:active{cursor:grabbing}.task-manager-row.task-dragging{z-index:4;opacity:.42;transform:scale(.992)}.task-manager-row-main.with-subtask-toggle{position:relative;grid-template-columns:19px minmax(0,1fr);gap:10px}.task-subtask-slot{width:16px;height:16px;display:grid;place-items:center}.task-manager-row-main>.task-subtask-slot{position:absolute;top:8px;left:-14px;min-width:0;width:16px;height:16px;display:grid;flex-direction:initial;gap:0;cursor:default}.task-subtask-slot>button{width:16px;height:16px;display:grid;place-items:center;padding:0;border:0;border-radius:5px;color:#8b949d;background:transparent;cursor:pointer}.task-subtask-slot>button:hover{color:#4f5861;background:#eef2f4}.task-subtask-slot>button svg{width:12px;height:12px;transition:transform .15s ease}.task-subtask-slot>button[aria-expanded=true] svg{transform:rotate(90deg)}.task-manager-row.subtask{padding-left:25px}.task-manager-row.subtask .task-subtask-slot{visibility:hidden}.task-inline-editor.editing.with-subtask-toggle{grid-template-columns:19px minmax(0,1fr);gap:10px}.task-inline-editor.editing.with-subtask-toggle .task-inline-disclosure-spacer{display:none}.task-manager-settings{width:min(350px,calc(100vw - 20px));max-height:min(480px,calc(100svh - 90px));overflow-y:auto;scrollbar-width:thin}.task-manager-settings>button>span:nth-child(2){white-space:nowrap}.task-manager-settings>button.active{background:#f0f3f5}.task-manager-settings>button.danger{color:#c7525b}.task-settings-value{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:#8a929a;white-space:nowrap}.task-settings-value svg{width:13px!important;height:13px!important}.task-settings-option-mark{width:16px;height:16px;display:grid;place-items:center}.task-settings-option-mark svg{width:14px!important;height:14px!important;color:var(--accent);stroke-width:2.2!important}.task-manager-settings>.task-settings-back{grid-template-columns:18px minmax(0,1fr);color:#3e474f;font-size:12px;font-weight:400}.task-center-block{width:min(680px,calc(100vw - 48px));max-width:100%;display:grid;justify-items:center;gap:3px;margin:46px 0 0;color:#3d444b}.task-center-label{font-size:18px;font-weight:600;line-height:1.2;letter-spacing:.015em;text-transform:uppercase}.task-center-card{position:relative;width:max-content;min-width:0;max-width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:7px 8px 7px 10px;border:0;border-radius:13px;color:inherit;background:transparent;box-shadow:none;transition:background .15s ease,box-shadow .15s ease}.task-center-checkbox{flex:0 0 22px;min-width:22px;width:22px;height:22px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;place-items:center;border:1.5px solid #aeb7bf;border-radius:7px;background:#ffffffb8;cursor:pointer}.task-center-checkbox:after{width:7px;height:4px;border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";opacity:0;transform:translateY(-1px) rotate(-45deg)}.task-center-checkbox:checked{border-color:var(--accent);background:var(--accent)}.task-center-checkbox:checked:after{opacity:1}.task-center-checkbox:disabled{cursor:default;opacity:1}.task-center-title{min-width:0;max-width:calc(100vw - 110px);flex:0 1 auto;overflow:hidden;color:inherit;font-size:26px;font-weight:400;line-height:1.25;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.task-center-title>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(currentColor,currentColor);background-position:0 52%;background-repeat:no-repeat;background-size:0 1px}.task-center-card.completing .task-center-title>span{animation:task-complete-strike .26s cubic-bezier(.2,.78,.2,1) forwards}.task-center-card.done .task-center-title>span{opacity:.68;background-size:100% 1px}.task-center-edit-form{width:max-content;max-width:min(620px,calc(100vw - 48px));display:grid;justify-items:stretch;gap:4px;text-align:center}.task-center-edit-shell{position:relative;width:max-content;max-width:100%}.task-center-editor{width:100%;min-width:0;overflow-x:auto;white-space:nowrap}.task-center-more{flex:0 0 28px;width:28px;height:28px;margin:0;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#858e97;background:transparent;opacity:0;pointer-events:none;cursor:pointer;transition:opacity .15s ease,color .15s ease,background .15s ease}.task-center-card:hover .task-center-more,.task-center-card:focus-within .task-center-more,.task-center-more[aria-expanded=true]{opacity:1;pointer-events:auto}.task-center-more:hover,.task-center-more[aria-expanded=true]{color:#4b545c;background:#e2e7eb}.task-center-more svg{width:16px;height:16px}.dark-theme .task-subtask-slot>button{color:#ffffff7a}.dark-theme .task-subtask-slot>button:hover{color:#fff;background:#ffffff14}.dark-theme .task-settings-value{color:#ffffff6e}.dark-theme .task-manager-settings>.task-settings-back{color:#f1f4f6}.dark-theme .task-manager-settings>button.active{background:#ffffff14}.dark-theme .task-center-block{color:#f2f5f7}.dark-theme .task-center-checkbox{border-color:#ffffff61;background:#0f151d57}.dark-theme .task-center-checkbox:checked{border-color:var(--accent);background:var(--accent)}.dark-theme .task-center-more{color:#ffffff94}.dark-theme .task-center-more:hover,.dark-theme .task-center-more[aria-expanded=true]{color:#fff;background:#ffffff17}@media(max-width:700px){.task-center-block{max-width:calc(100vw - 28px);margin-top:38px}.task-center-label{font-size:16px}.task-center-title{font-size:22px}.task-center-edit-form{max-width:min(620px,calc(100vw - 32px));gap:4px}}@media(min-width:701px)and (max-width:980px){.task-center-block{margin-top:42px}}.task-meta-popover{max-height:min(360px,calc(100svh - 20px))}.task-meta-popover>footer{display:none}.task-upcoming-group{min-width:0}.task-upcoming-group+.task-upcoming-group{margin-top:16px}.task-upcoming-group>h3{margin:3px 4px 6px;color:#858e97;font-size:12px;font-weight:520;line-height:1.35}.task-upcoming-group+.task-upcoming-group>h3{padding-top:2px}.task-settings-submenu{position:fixed;z-index:2147483647;width:198px;max-height:min(320px,calc(100svh - 20px));overflow-y:auto;padding:6px;scrollbar-width:thin}.task-settings-submenu>button{grid-template-columns:17px minmax(0,1fr)}.task-settings-submenu>button.active{color:#3f4850;background:#eef2f4}.task-new-list{min-height:38px;font-size:14px;line-height:1.3}.task-new-list-form{height:38px;grid-template-columns:minmax(0,1fr) 30px;gap:2px;margin-top:6px;padding:0 2px 0 0;border:0;border-radius:11px;background:#dde5ecb8}.task-new-list-form input{height:38px;padding:0 10px;font-size:14px;font-weight:430;line-height:1.3}.task-new-list-form input::placeholder{color:#71808d;opacity:1}.task-new-list-form button{width:30px;height:30px;align-self:center;border-radius:50%}.task-new-list-form button:hover{color:#46515b;background:#c3d0dbb8}.task-manager-footer,.task-manager.compact .task-manager-footer{padding-bottom:14px}.utility-popover.utility-secondary-with-tasks{right:auto;left:36px}body:has(.new-tab.dark-theme) .task-settings-submenu>button.active,body:has(.new-tab.dark-theme) .task-manager-settings>button.active{color:#f2f5f7;background:#ffffff14}body:has(.new-tab.dark-theme) .task-new-list-form{border:0;background:#1f2934c7}body:has(.new-tab.dark-theme) .task-new-list-form input{color:#f3f6f8}body:has(.new-tab.dark-theme) .task-new-list-form input::placeholder{color:#b4c8d98a;opacity:1}body:has(.new-tab.dark-theme) .task-new-list-form button:hover{color:#fff;background:#2e3b49e0}body:has(.new-tab.dark-theme) .task-upcoming-group>h3{color:#ffffff75}body:has(.new-tab.dark-theme) .task-manager-settings>label{color:#f2f5f7}.task-manager-settings{border-color:var(--compact-settings-border);color:var(--compact-settings-text);background:var(--compact-settings-background);box-shadow:var(--compact-settings-shadow)}body:has(.new-tab.dark-theme) .shared-popover.task-manager-settings{border-color:var(--compact-settings-border);color:var(--compact-settings-text);background:var(--compact-settings-background);box-shadow:var(--compact-settings-shadow)}body:has(.new-tab.dark-theme) .task-manager-settings>button:not(.danger),body:has(.new-tab.dark-theme) .task-manager-settings>label{color:var(--compact-settings-text)}.task-row-group.with-subtask-composer>.task-manager-row{border-bottom-color:transparent}@media(max-width:900px){.utility-popover.utility-secondary-with-tasks{right:14px;left:auto}}@media(max-width:700px){.utility-popover.utility-tasks,.utility-popover.utility-tasks.task-manager-expanded{right:12px;left:12px;width:auto;max-width:none}}@media(max-width:980px)and (min-width:701px){.utility-popover.utility-tasks.task-manager-expanded{top:94px}}@media(max-width:700px){.utility-popover.utility-tasks,.utility-popover.utility-tasks.task-manager-expanded{top:82px}.utility-popover.utility-tasks,.utility-popover.utility-tasks.task-manager-expanded{height:min(620px,calc(100svh - 98px));min-height:min(410px,calc(100svh - 98px))}}.task-manager-sidebar nav button,.task-new-list,.task-add-trigger{transition:color .19s ease,background-color .19s ease,opacity .17s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.task-manager-title,.task-manager-header-actions>button,.task-manager-row-actions button,.task-new-list-form button,.task-editor-main button,.task-inline-editor>button,.task-subtask-slot>button,.task-calendar>header button,.task-calendar-grid button{transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .15s cubic-bezier(.2,.78,.2,1)}@media(max-width:700px){.task-manager-list.is-empty{display:flex;flex-direction:column}.task-manager-list.is-empty .task-manager-empty{min-height:0;flex:1}}.utility-popover.utility-notes{width:410px;height:430px;min-height:352px;padding:0;overflow:hidden;animation-name:task-popover-in}.utility-popover.utility-notes.notes-manager-expanded{top:84px;right:36px;bottom:auto;left:auto;width:min(880px,calc(100vw - 72px));height:min(680px,calc(100svh - 112px));min-height:520px;border-radius:24px;transform:none;transform-origin:top right}.notes-manager{height:100%;min-height:0;display:grid;grid-template-columns:0 minmax(0,1fr);color:#3d444b;transition:grid-template-columns .28s cubic-bezier(.22,.8,.24,1)}.notes-manager.compact{grid-template-columns:minmax(0,1fr)}.notes-manager-content{min-width:0;min-height:0;display:grid;grid-column:2;grid-template-rows:auto minmax(0,1fr)}.notes-manager-sidebar{width:250px;min-width:0;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;padding:17px 12px 14px;overflow:hidden;border-right:1px solid rgb(196 205 213 / 55%);background:#f4f6f8d1;opacity:1;visibility:visible;transform:translate(0);transition:opacity .19s ease-out 45ms,transform .28s cubic-bezier(.22,.8,.24,1),visibility 0s linear}.notes-manager.without-sidebar .notes-manager-sidebar{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-12px);transition-delay:0ms,0ms,.28s}.notes-manager-sidebar>header{min-height:41px;display:grid;grid-template-columns:19px minmax(0,1fr) 30px;align-items:center;gap:9px;padding:0 7px}.notes-manager-sidebar>header>svg{width:18px;height:18px;color:#68727c;stroke-width:1.8}.notes-manager-sidebar>header strong{font-size:15px;font-weight:550}.notes-manager-sidebar nav{min-width:0;min-height:0;display:flex;flex:1;flex-direction:column;gap:3px;margin:0 -6px;padding:0 6px 8px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.notes-manager-sidebar nav::-webkit-scrollbar{display:none}.notes-date-group{width:100%;min-width:0;max-width:100%;display:grid;gap:3px}.notes-date-group+.notes-date-group{margin-top:10px}.notes-date-group>h3{margin:0 10px 3px;color:#737c85;font-size:11px;font-weight:550;line-height:1.3}.notes-date-group>button{position:relative;isolation:isolate;width:100%;min-width:0;max-width:100%;min-height:60px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:5px;overflow:hidden;padding:8px 10px;border:0;border-radius:11px;color:#59626b;background:transparent;cursor:pointer;text-align:left}.notes-date-group>button.pinned{padding-right:30px}.notes-date-group>button:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#65707b14;content:"";opacity:0;pointer-events:none;transition:opacity .19s ease}.notes-date-group>button:hover:not(.active):before{opacity:1}.notes-date-group>button>strong,.notes-date-group>button>small,.notes-date-group>button>.notes-list-pin{z-index:1}.notes-date-group>button.active{color:#343b42;background:#dde5ecb8;box-shadow:none}.notes-date-group>button strong{width:auto;max-width:100%;min-width:0;align-self:stretch;display:block;overflow:hidden;font-size:12px;font-weight:520;line-height:1.25;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.notes-date-group>button small{width:100%;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;color:#7f8d99;font-size:11px;font-weight:400;line-height:1.25}.notes-date-group>button small span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-list-pin{position:absolute;top:10px;right:10px;width:11px;height:11px;fill:currentColor;stroke-width:1.7;transform:rotate(-12deg)}.notes-manager-no-results{min-height:0;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#979fa7;font-size:11px}.notes-manager-no-results svg{width:24px;height:24px;opacity:.45}.notes-manager-header{position:relative;z-index:7;min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px 10px 18px}.notes-manager-heading{min-width:0;display:grid;grid-template-columns:18px minmax(0,auto);align-items:center;column-gap:9px;color:#343a40}.notes-manager-heading>svg{width:18px;height:18px;color:#737d86;stroke-width:1.8}.notes-manager-heading>span{overflow:hidden;font-size:16px;font-weight:540;text-overflow:ellipsis;white-space:nowrap}.notes-manager-heading>small{grid-column:2;margin-top:1px;color:#929aa2;font-size:9px;font-weight:400}.notes-manager-actions{display:flex;gap:3px}.notes-manager-actions>button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7b848d;background:transparent;cursor:pointer}.notes-manager-actions>button:hover{color:#424950;background:#edf1f4}.notes-manager-actions>button:disabled{opacity:.28;cursor:default}.notes-manager-actions>button svg{width:16px;height:16px}.notes-manager-editor{position:relative;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:0 22px 18px}.notes-manager-title-input{width:100%;min-width:0;max-height:none;padding:13px 2px 12px;overflow:hidden;resize:none;border:0;border-bottom:1px solid #edf0f2;outline:0;color:#343a40;background:transparent;font:inherit;font-size:24px;font-weight:570;line-height:1.25;overflow-wrap:anywhere;white-space:pre-wrap}.notes-manager-title-input::placeholder{color:#a0a7ad}.utility-popover .notes-manager-editor>textarea{width:100%;height:100%;min-height:0;margin:0;padding:17px 2px 20px;resize:none;border:0;border-radius:0;outline:0;color:#454d54;background:transparent;box-shadow:none;font:inherit;font-size:14px;line-height:1.65}.utility-popover .notes-manager-editor>textarea:focus{border:0;box-shadow:none}.utility-popover .notes-manager-editor>textarea::placeholder{color:#a0a7ad}.notes-manager.compact .notes-manager-title-input{font-size:20px}.notes-manager.compact .notes-manager-editor{padding-right:18px;padding-left:18px}.notes-link-composer{position:absolute;z-index:9;top:82px;left:24px;width:min(280px,calc(100% - 48px));max-height:260px;padding:6px;overflow-y:auto;border:1px solid #dde2e6;border-radius:13px;background:#fcfdfefa;box-shadow:0 18px 44px #2835402e;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.notes-link-composer>div{min-height:31px;display:flex;align-items:center;gap:8px;padding:0 9px;color:#929aa2;font-size:10px;font-weight:560;text-transform:uppercase;letter-spacing:.05em}.notes-link-composer>button{width:100%;min-height:37px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:8px;padding:0 9px;border:0;border-radius:9px;color:#4c555e;background:transparent;cursor:pointer;text-align:left}.notes-link-composer>button:hover{background:#eef2f5}.notes-link-composer>button.create{color:var(--accent)}.notes-link-composer svg{width:15px;height:15px}.notes-link-composer>button span{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.notes-related{display:grid;gap:7px;padding:10px 2px 0;border-top:1px solid #edf0f2}.notes-related>span{display:flex;align-items:center;gap:6px;color:#8b949c;font-size:10px;font-weight:520}.notes-related>span svg{width:12px;height:12px}.notes-related>div{display:flex;flex-wrap:wrap;gap:6px}.notes-related button{padding:5px 9px;border:0;border-radius:8px;color:#5a6470;background:#edf1f4;cursor:pointer;font-size:10px}.notes-related button:hover{color:var(--accent);background:#2f7ff21a}.notes-manager-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:24px;color:#929aa2;text-align:center}.notes-manager-empty>svg{width:38px;height:38px;margin-bottom:4px;opacity:.45;stroke-width:1.35}.notes-manager-empty strong{color:#747d85;font-size:14px;font-weight:520}.notes-manager-empty span{max-width:280px;font-size:12px;line-height:1.45}.notes-manager-empty button{height:34px;display:flex;align-items:center;gap:7px;margin-top:7px;padding:0 12px;border:1px solid var(--utility-surface-border);border-radius:10px;color:#59636c;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);cursor:pointer;font-size:11px;transition:color .15s ease,background-color .15s ease,transform .15s ease}.notes-manager-empty button:hover{color:#343b42;background:var(--utility-surface-hover);transform:translateY(-1px)}.notes-manager-empty button:active{transform:translateY(0)}.notes-manager-empty button svg{width:14px;height:14px}.dark-theme .notes-manager{color:#eef2f5}.dark-theme .notes-manager-sidebar{border-right-color:#ffffff0f;background:#11161c94}.dark-theme .notes-manager-sidebar>header>svg,.dark-theme .notes-manager-heading>svg,.dark-theme .notes-manager-actions>button{color:#ffffff8f}.dark-theme .notes-date-group>h3{color:#ffffff94}.dark-theme .notes-date-group>button{color:#ffffff9e}.dark-theme .notes-date-group>button:before{background:#1f2934c7}.dark-theme .notes-manager-actions>button:hover{background:#ffffff14}.dark-theme .notes-date-group>button.active{color:#f5f7f9;background:#26313ee0;box-shadow:none}.dark-theme .notes-date-group>button small,.dark-theme .notes-manager-heading>small{color:#b4c8d98a}.dark-theme .notes-manager-heading,.dark-theme .notes-manager-title-input,.dark-theme .utility-popover .notes-manager-editor>textarea{color:#f2f5f7}.dark-theme .notes-manager-title-input,.dark-theme .notes-related{border-color:#ffffff17}.dark-theme .notes-link-composer{border-color:#ffffff1f;background:#1e252dfa}.dark-theme .notes-link-composer>button{color:#ffffffb3}.dark-theme .notes-link-composer>button:hover,.dark-theme .notes-related button{background:#ffffff14}.dark-theme .notes-manager-empty button{color:#ffffffc7}.dark-theme .notes-manager-empty button:hover{color:#fff}.dark-theme .notes-related button{color:#ffffffa6}@media(max-width:700px){.utility-popover.utility-notes,.utility-popover.utility-notes.notes-manager-expanded{top:70px;right:12px;left:12px;width:auto;height:min(620px,calc(100svh - 86px));min-height:410px;transform:none}.notes-manager.with-sidebar{grid-template-columns:1fr}.notes-manager-sidebar{display:none}.notes-manager-content{grid-column:1}.notes-manager-header{padding-right:12px;padding-left:12px}.notes-manager-editor{padding-right:16px;padding-left:16px}.notes-manager-title-input{font-size:20px}}.utility-popover.utility-notes{width:360px}@media(max-width:700px){.utility-popover.utility-notes{width:min(360px,calc(100% - 28px))}}.utility-popover.utility-notes{width:410px;height:430px;min-height:352px;padding:0;overflow:hidden}.utility-popover.utility-notes.notes-manager-expanded{top:84px;right:36px;bottom:auto;left:auto;width:min(880px,calc(100vw - 72px));height:min(680px,calc(100svh - 112px));min-height:520px;transform:none}.utility-popover .notes-manager-editor>textarea,.dark-theme .utility-popover .notes-manager-editor>textarea{width:100%;height:100%;min-height:0;margin:0;padding:17px 2px 20px;resize:none;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;font:inherit;font-size:14px;line-height:1.65}.utility-popover .notes-manager-editor>textarea:focus,.dark-theme .utility-popover .notes-manager-editor>textarea:focus{border:0;box-shadow:none}@media(max-width:700px){.utility-popover.utility-notes,.utility-popover.utility-notes.notes-manager-expanded{top:70px;right:12px;left:12px;width:auto;height:min(620px,calc(100svh - 86px));min-height:410px;transform:none}}.notes-manager-editor{grid-template-rows:auto auto minmax(0,1fr) auto}.notes-format-toolbar{min-width:0;display:flex;align-items:center;gap:2px;padding:7px 0;overflow-x:auto;border-bottom:1px solid #edf0f2;scrollbar-width:none}.notes-format-toolbar::-webkit-scrollbar{display:none}.notes-format-toolbar>button{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:#7d8790;background:transparent;cursor:pointer}.notes-format-toolbar>button:hover{color:#424950;background:#edf1f4}.notes-format-toolbar>button svg{width:14px;height:14px;stroke-width:1.9}.notes-format-toolbar>button>span{font-size:16px;line-height:1;transform:translateY(-2px)}.notes-format-toolbar>span{width:1px;height:17px;flex:0 0 1px;margin:0 3px;background:#e2e6ea}.notes-link-composer{top:126px}.dark-theme .notes-format-toolbar{border-bottom-color:#ffffff17}.dark-theme .notes-format-toolbar>button{color:#ffffff85}.dark-theme .notes-format-toolbar>button:hover{color:#f4f6f8;background:#ffffff14}.dark-theme .notes-format-toolbar>span{background:#ffffff1f}.utility-popover.utility-notes{width:min(690px,calc(100vw - 72px));height:min(540px,calc(100svh - 112px));min-height:430px;transition:border-color .26s ease}@property --notes-voice-depth{syntax: "<length>"; inherits: false; initial-value: 116px;}.utility-popover.utility-notes:after{--notes-voice-depth: 116px;position:absolute;z-index:40;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:conic-gradient(from 0deg,#4598ff,#6f83ff 82deg,#a66dff 168deg,#7b73ff 258deg,#4598ff 360deg);content:"";-webkit-mask:linear-gradient(to bottom,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to top,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to right,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to left,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth));mask:linear-gradient(to bottom,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to top,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to right,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth)),linear-gradient(to left,#000 0,rgb(0 0 0 / 64%) 14px,rgb(0 0 0 / 32%) calc(var(--notes-voice-depth) * .27),rgb(0 0 0 / 13%) calc(var(--notes-voice-depth) * .51),rgb(0 0 0 / 4%) calc(var(--notes-voice-depth) * .76),transparent var(--notes-voice-depth));opacity:0;pointer-events:none;transition:opacity .26s ease}.utility-popover.utility-notes:has(.notes-header-voice.is-listening){border-color:#6784ff7a}.utility-popover.utility-notes:has(.notes-header-voice.is-listening):after{opacity:.52;animation:notes-voice-border-breathe 6.8s ease-in-out infinite}@keyframes notes-voice-border-breathe{0%,to{--notes-voice-depth: 116px}50%{--notes-voice-depth: 152px}}@media(prefers-reduced-motion:reduce){.utility-popover.utility-notes:has(.notes-header-voice.is-listening):after{animation:none}}.notes-manager.with-sidebar{grid-template-columns:250px minmax(0,1fr)}.notes-manager.without-sidebar{grid-template-columns:0 minmax(0,1fr)}.notes-manager-sidebar{width:250px}.notes-manager-heading{display:flex;align-items:center;gap:9px}.notes-manager-heading>button{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;padding:0;border:0;border-radius:50%;color:#737d86;background:transparent;cursor:pointer}.notes-manager-heading>button:hover{color:#424950;background:#edf1f4}.notes-manager-heading>button svg{width:17px;height:17px}.notes-manager-heading>small{margin:0}.notes-manager-editor{--notes-editor-scroll-offset: 18px;position:relative;grid-template-rows:auto minmax(0,1fr) auto}.notes-rich-editor{min-width:0;min-height:0;margin-right:calc(-1 * var(--notes-editor-scroll-offset));padding:17px 10px 20px 2px;overflow-y:auto;outline:0;color:#454d54;caret-color:currentColor;font-size:14px;line-height:1.65;scrollbar-color:rgb(125 136 146 / 24%) transparent;scrollbar-width:thin;white-space:pre-wrap}.notes-rich-editor::-webkit-scrollbar{width:5px}.notes-rich-editor::-webkit-scrollbar-track{margin:4px 0 10px;background:transparent}.notes-rich-editor::-webkit-scrollbar-thumb{border-radius:999px;background:#7d88923d}.notes-rich-editor::-webkit-scrollbar-thumb:hover{background:#7d889261}.notes-rich-editor:empty:before,.notes-rich-editor[data-empty=true]:before{color:#707a847a;content:attr(data-placeholder);pointer-events:none}.notes-rich-editor>div,.notes-rich-editor>p{min-height:1.65em;margin:0}.notes-rich-editor :where(div,p,ul,ol,li,strong,em,u,s){color:inherit}.notes-rich-editor h1,.notes-rich-editor h2,.notes-rich-editor h3{margin:8px 0 12px;color:#343a40;line-height:1.25}.notes-rich-editor h2{font-size:21px;font-weight:650}.notes-rich-editor li>h2{margin:0}.notes-rich-editor blockquote{margin:8px 0;padding-left:12px;border-left:3px solid #d5dbe0;color:#68727c}.notes-rich-editor pre{padding:10px 12px;border-radius:9px;background:#eef2f5;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.notes-rich-editor mark{padding:0 2px;border-radius:3px;background:#fff1a8}.notes-rich-editor a{color:var(--accent);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent);text-underline-offset:2px}.notes-manager-title-input::selection,.notes-rich-editor::selection,.notes-rich-editor *::selection{color:inherit;background:#4a90e24d}.notes-linked-preview{position:absolute;z-index:14;width:min(248px,calc(100% - 16px));box-sizing:border-box;display:grid;gap:5px;padding:12px 13px;pointer-events:none}.notes-linked-preview.above{transform:translateY(-100%);transform-origin:bottom left;animation:notes-linked-preview-above-in 135ms ease-out}.notes-linked-preview.below{transform-origin:top left;animation:notes-linked-preview-below-in 135ms ease-out}@keyframes notes-linked-preview-above-in{0%{opacity:0;transform:translateY(calc(-100% - 3px))}}@keyframes notes-linked-preview-below-in{0%{opacity:0;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.notes-linked-preview.above,.notes-linked-preview.below{animation-duration:1ms}}.notes-linked-preview>small{color:#9199a1;font-size:9px;font-weight:500;line-height:1.2}.notes-linked-preview>strong{overflow:hidden;color:#343a40;font-size:13px;font-weight:560;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.notes-linked-preview>p{display:-webkit-box;overflow:hidden;margin:0;color:#68727c;font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.notes-linked-preview>time{color:#9aa1a8;font-size:9px;line-height:1.2}.notes-selection-toolbar{position:absolute;z-index:12;max-width:calc(100% - 16px);box-sizing:border-box;min-height:36px;display:flex;align-items:center;gap:2px;padding:4px;border:1px solid rgb(112 122 132 / 20%);border-radius:10px;background:#fafbfcfa;box-shadow:0 16px 40px #26303a33,0 3px 10px #26303a17,inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.notes-selection-toolbar>button{width:27px;height:27px;display:grid;flex:0 0 27px;place-items:center;padding:0;border:0;border-radius:7px;color:#68727c;background:transparent;cursor:pointer}.notes-selection-toolbar>button:hover{color:#343a40;background:#65707b1a}.notes-selection-toolbar>button:disabled{cursor:default}.notes-selection-toolbar>button svg{width:14px;height:14px;stroke-width:1.9}.notes-selection-toolbar>span{width:1px;height:17px;margin:0 2px;background:#65707b2e}.notes-selection-toolbar.editing-link{width:min(330px,calc(100% - 16px));box-sizing:border-box}.notes-link-editor{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:3px}.notes-link-editor>input{min-width:0;height:28px;flex:1;padding:0 8px;border:1px solid rgb(112 122 132 / 24%);border-radius:7px;outline:0;color:#343a40;background:#fff;font:inherit;font-size:11px}.notes-link-editor>input:focus{border-color:var(--accent)}.notes-link-editor>input[aria-invalid=true]{border-color:#c64f59}.notes-link-editor>button{width:27px;height:27px;display:grid;flex:0 0 27px;place-items:center;padding:0;border:0;border-radius:7px;color:#68727c;background:transparent;cursor:pointer}.notes-link-editor>button:hover{color:#343a40;background:#65707b1a}.notes-link-editor>button svg{width:14px;height:14px;stroke-width:1.9}.notes-link-error{flex-basis:100%;padding:2px 5px 1px;color:#b4454f;font-size:9px;line-height:1.25}.dark-theme .notes-manager-heading>button{color:#ffffff94}.dark-theme .notes-manager-heading>button:hover{color:#fff;background:#ffffff14}.dark-theme .notes-rich-editor{color:#f2f5f7}.dark-theme .notes-rich-editor{scrollbar-color:rgb(255 255 255 / 20%) transparent}.dark-theme .notes-rich-editor::-webkit-scrollbar-thumb{background:#fff3}.dark-theme .notes-rich-editor::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.dark-theme .notes-rich-editor:empty:before,.dark-theme .notes-rich-editor[data-empty=true]:before{color:#ffffff4d}.dark-theme .notes-rich-editor h1,.dark-theme .notes-rich-editor h2,.dark-theme .notes-rich-editor h3{color:#f5f7f9}.dark-theme .notes-rich-editor blockquote{border-left-color:#ffffff2e;color:#ffffff9e}.dark-theme .notes-rich-editor pre{background:#ffffff12}.dark-theme .notes-manager-title-input::selection,.dark-theme .notes-rich-editor::selection,.dark-theme .notes-rich-editor *::selection{color:#fff;background:#5397ff6b}.dark-theme .notes-linked-preview>small,.dark-theme .notes-linked-preview>time{color:#fff6}.dark-theme .notes-linked-preview>strong{color:#f4f6f8}.dark-theme .notes-linked-preview>p{color:#ffffffa8}.notes-manager-header{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center}.notes-manager-header .notes-manager-actions{grid-column:3;justify-self:end}.notes-manager-header:not(.guide-open) .notes-manager-actions{width:174px;flex:0 0 174px;justify-content:flex-end;backface-visibility:hidden;transform:translateZ(0)}.notes-manager-actions>.notes-pin-action.pinned{color:#5f6871;background:transparent}.notes-manager-actions>.notes-pin-action.pinned svg{fill:currentColor}.dark-theme .notes-manager-actions>.notes-pin-action.pinned{color:#fff}.notes-manager-header .notes-manager-actions{position:relative}.notes-manager-header.ai-panel-open{z-index:20}.notes-manager-header.ai-panel-open .notes-manager-actions{z-index:1}.notes-manager-actions>.notes-ai-header-trigger{width:63px;height:34px;display:grid;grid-template-columns:16px 13px 12px;align-items:center;flex:0 0 63px;justify-content:center;gap:4px;padding:0 7px;border:0;border-radius:10px;color:#737d86;background:transparent;cursor:pointer;font:inherit;font-size:11px}.notes-ai-header-trigger:hover,.notes-ai-header-trigger[aria-expanded=true]{color:#424950;background:#edf1f4}.notes-ai-header-trigger:disabled{opacity:.28;cursor:default}.notes-ai-header-label{width:13px;font-size:12px;font-weight:560;line-height:1;text-align:center}.notes-ai-header-trigger>svg:last-child{width:12px;height:12px;display:block}.notes-ai-mark{width:16px;height:16px;display:block;contain:layout paint size;line-height:0;backface-visibility:hidden;transform:translateZ(0)}.notes-ai-mark>svg{width:16px!important;height:16px!important;display:block;fill:none;stroke-width:1.8}.notes-ai-header-panel{position:absolute;z-index:30;top:38px;right:0;width:min(330px,calc(100vw - 32px));padding:0;overflow:hidden}.notes-selection-toolbar.editing-ai{width:min(350px,calc(100% - 16px));max-height:calc(100% - 16px);min-height:0;display:block;box-sizing:border-box;padding:0;overflow-y:auto}.notes-ai-menu-content,.notes-ai-result{min-width:0;color:#4c555e}.notes-ai-menu-content>header,.notes-ai-result>header{min-height:38px;display:grid;grid-template-columns:17px minmax(0,1fr) 27px;align-items:center;gap:8px;padding:3px 5px 3px 11px;color:#68727c}.notes-ai-menu-content>header>svg,.notes-ai-result>header>svg{width:15px;height:15px}.notes-ai-menu-content>header>span,.notes-ai-result>header>span{overflow:hidden;font-size:12px;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.notes-ai-menu-content>header>button,.notes-ai-result>header>button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7c858e;background:transparent;cursor:pointer}.notes-ai-menu-content>header>button:hover,.notes-ai-result>header>button:hover{color:#343b42;background:#65707b1a}.notes-ai-menu-content>header>button svg,.notes-ai-result>header>button svg{width:14px;height:14px}.notes-ai-usage{display:grid;gap:7px;margin:0 7px 6px;padding:8px 9px;border:1px solid rgb(102 128 151 / 11%);border-radius:9px;color:#687681;background:linear-gradient(135deg,#e8f0f67a,#f1eef84d);box-shadow:inset 0 1px #ffffff85;font-size:10px}.notes-ai-usage>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.notes-ai-usage strong{color:#59636c;font-size:9px;font-weight:600}.notes-ai-usage>i{height:3px;overflow:hidden;border-radius:999px;background:#7296b433}.notes-ai-usage>i>span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#3187df,#68adf1);transition:width .18s ease}.notes-ai-usage.limit-reached>i>span{background:linear-gradient(90deg,#3187df,#68adf1)}.notes-ai-action-group{display:grid;gap:1px;padding:0 5px}.notes-ai-action-group:last-child{padding-bottom:5px}.notes-ai-action-group>button{width:100%;min-height:34px;padding:0 9px;border:0;border-radius:8px;color:#4c555e;background:transparent;cursor:pointer;font:inherit;font-size:12px;text-align:left}.notes-ai-action-group>button:hover{background:#eff2f4}.notes-ai-action-group>button:disabled,.notes-ai-result>footer>button:disabled{opacity:.42;cursor:not-allowed}.notes-ai-action-group>button:disabled:hover{color:inherit;background:transparent}.notes-ai-action-group>span{height:1px;margin:4px -5px;background:#e7eaed}.notes-ai-output{max-height:190px;padding:10px 12px;overflow-y:auto;border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed;font-size:12px;line-height:1.55;white-space:pre-wrap;transition:max-height .18s cubic-bezier(.2,.78,.2,1)}.notes-ai-output.expanded{max-height:250px}.notes-ai-output :is(ul,ol){display:grid;gap:4px;margin:0;padding-left:20px;white-space:normal}.notes-ai-result>footer{display:flex;flex-wrap:nowrap;gap:5px;padding:7px;overflow-x:auto;scrollbar-width:none}.notes-ai-result>footer::-webkit-scrollbar{display:none}.notes-ai-result>footer>button{flex:1 0 auto;min-height:31px;display:flex;align-items:center;gap:5px;padding:0 9px;border:0;border-radius:8px;color:#59636c;background:#edf1f4;cursor:pointer;font:inherit;font-size:12px;justify-content:center;white-space:nowrap}.notes-ai-result>footer>button:hover{color:#343b42;background:#e3e8ec}.notes-ai-result>footer>button:disabled:hover{color:#59636c;background:#edf1f4}.notes-ai-result>footer>button svg{width:13px;height:13px}.notes-ai-loading{min-height:82px;display:flex;align-items:center;justify-content:center;gap:9px;color:#7c858e;font-size:12px}.notes-ai-loading>i{width:14px;height:14px;border:2px solid rgb(101 112 123 / 20%);border-top-color:currentColor;border-radius:50%;animation:notes-ai-spin .7s linear infinite}.notes-ai-error{margin:0;padding:12px;border-top:1px solid #e7eaed;color:#a44c55;font-size:12px;line-height:1.45}@keyframes notes-ai-spin{to{transform:rotate(360deg)}}.dark-theme .notes-ai-header-trigger{color:#ffffff9e}.dark-theme .notes-ai-header-trigger:hover,.dark-theme .notes-ai-header-trigger[aria-expanded=true]{color:#fff;background:#ffffff17}.dark-theme .notes-ai-menu-content,.dark-theme .notes-ai-result,.dark-theme .notes-ai-action-group>button{color:#ffffffc7}.dark-theme .notes-ai-menu-content>header,.dark-theme .notes-ai-result>header{color:#ffffffa3}.dark-theme .notes-ai-menu-content>header>button,.dark-theme .notes-ai-result>header>button{color:#ffffff9e}.dark-theme .notes-ai-menu-content>header>button:hover,.dark-theme .notes-ai-result>header>button:hover,.dark-theme .notes-ai-action-group>button:hover{color:#fff;background:#ffffff17}.dark-theme .notes-ai-usage{color:#cddbe7a6;border-color:#849eb61c;background:linear-gradient(135deg,#0b162152,#221c3038);box-shadow:inset 0 1px #ffffff0a}.dark-theme .notes-ai-usage strong{color:#ffffffc7}.dark-theme .notes-ai-usage>i{background:#8eabc438}.dark-theme .notes-ai-usage>i>span{background:linear-gradient(90deg,#328de7,#67b1f7)}.dark-theme .notes-ai-usage.limit-reached>i>span{background:linear-gradient(90deg,#328de7,#67b1f7)}.dark-theme .notes-ai-action-group>button:disabled:hover{color:#ffffffc7;background:transparent}.dark-theme .notes-ai-action-group>span,.dark-theme .notes-ai-output,.dark-theme .notes-ai-error{border-color:#ffffff1a}.dark-theme .notes-ai-action-group>span{background:#ffffff1a}.dark-theme .notes-ai-result>footer>button{color:#ffffffc2;background:#ffffff17}.dark-theme .notes-ai-result>footer>button:hover{color:#fff;background:#ffffff24}.dark-theme .notes-ai-result>footer>button:disabled:hover{color:#ffffffc2;background:#ffffff17}.dark-theme .notes-ai-loading{color:#ffffff94}.dark-theme .notes-ai-error{color:#e29aa1}@media(prefers-reduced-motion:reduce){.notes-ai-loading>i{animation-duration:1.4s}}.notes-voice-fab{position:absolute;z-index:8;right:20px;bottom:20px;width:46px;height:46px;flex-basis:46px;color:#59636c;border:0;background:#ffffffd1;box-shadow:0 8px 22px #232d3724;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:color .15s ease,background-color .15s ease,box-shadow .18s ease,transform .15s ease}.notes-voice-fab>svg{width:20px;height:20px;stroke-width:1.9;filter:none}.notes-voice-fab:hover{color:#343b42;background:#fff;box-shadow:0 10px 26px #232d372e;transform:translateY(-1px)}.notes-voice-fab:active{transform:scale(.96)}.notes-voice-fab.is-listening{color:#59636c;background:#eef1f3;box-shadow:0 9px 24px #232d372e}.notes-voice-fab.is-listening>svg{width:15px;height:15px}.notes-voice-fab.is-processing{color:#59636c;background:#ffffffe0}.notes-voice-fab.has-error{color:#fff;background:#c9515b;box-shadow:0 9px 24px #b739453d}.notes-rich-editor{padding-bottom:68px}.notes-related{min-height:48px;padding-right:58px}.dark-theme .notes-voice-fab{color:#ffffffe0;background:#ffffff1c;box-shadow:0 9px 24px #00000038}.dark-theme .notes-voice-fab:hover,.dark-theme .notes-voice-fab.is-listening{color:#fff;background:#ffffff2b;box-shadow:0 11px 28px #00000047}.dark-theme .notes-voice-fab.is-processing{color:#fff;background:#ffffff24}.notes-sidebar-toggle{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#737d86;background:transparent;cursor:pointer}.notes-sidebar-toggle:hover{color:#424950;background:#edf1f4}.notes-sidebar-toggle svg{width:17px;height:17px}.notes-updated-at{position:absolute;left:50%;color:#929aa2;font-size:10px;font-weight:400;transform:translate(-50%);white-space:nowrap}.utility-popover textarea.notes-manager-title-input,.dark-theme .utility-popover textarea.notes-manager-title-input{height:auto;min-height:0;max-height:none;margin:0;padding:13px 2px 12px;overflow:hidden;resize:none;border:0;border-radius:0;outline:0;color:#343a40;background:transparent;box-shadow:none;font:inherit;font-size:24px;font-weight:570;line-height:1.25;overflow-wrap:anywhere;white-space:pre-wrap}.utility-popover textarea.notes-manager-title-input:focus{border:0;box-shadow:none}.dark-theme .utility-popover textarea.notes-manager-title-input{color:#f2f5f7;background:transparent}@media(max-width:700px){.notes-manager,.notes-manager.with-sidebar,.notes-manager.without-sidebar{grid-template-columns:minmax(0,1fr)}.notes-manager-content{grid-column:1}.utility-popover textarea.notes-manager-title-input,.dark-theme .utility-popover textarea.notes-manager-title-input{font-size:20px}.notes-manager-editor{--notes-editor-scroll-offset: 12px}.notes-voice-fab{right:15px;bottom:16px}}.notes-selection-toolbar>button.active{color:#343a40;background:#65707b26;box-shadow:inset 0 0 0 1px #65707b14}.dark-theme .notes-selection-toolbar{border-color:#a0c3e224;background:#141e28e5;box-shadow:0 20px 50px #0006,0 5px 16px #00000038,inset 0 1px #d3e5f412;-webkit-backdrop-filter:blur(22px) saturate(125%);backdrop-filter:blur(22px) saturate(125%)}.dark-theme .notes-selection-toolbar>button{color:#cddce8bd}.dark-theme .notes-selection-toolbar>button:hover{color:#f6f9fb;background:#81a5c224}.dark-theme .notes-selection-toolbar>button.active{color:#fff;background:#7ea7c938;box-shadow:inset 0 0 0 1px #b4d3ec1a}.dark-theme .notes-selection-toolbar>span{background:#a0c3e224}.dark-theme .notes-link-editor>input{border-color:#a0c3e229;color:#f2f5f7;background:#b4d3ec12}.dark-theme .notes-link-editor>input:focus{border-color:#5397ffe0}.dark-theme .notes-link-editor>button{color:#cddce8bd}.dark-theme .notes-link-editor>button:hover{color:#fff;background:#81a5c224}.dark-theme .notes-sidebar-toggle{color:#ffffff94}.dark-theme .notes-sidebar-toggle:hover{color:#fff;background:#ffffff14}.dark-theme .notes-updated-at{color:#ffffff6b}.notes-date-group>button{transition:opacity .17s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.notes-manager-actions>button,.notes-ai-header-trigger,.notes-selection-toolbar>button,.notes-link-editor>button,.notes-ai-result>header>button,.notes-ai-result>footer>button{transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .15s cubic-bezier(.2,.78,.2,1)}.notes-manager-sidebar{padding-top:0}.notes-manager-sidebar>nav{padding-top:16px}.notes-manager-sidebar>header{position:relative;min-height:50px;box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:9px 7px 6px 10px}.notes-sidebar-heading{min-width:0;display:grid;align-self:start;gap:2px;padding-top:3px}.notes-sidebar-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-sidebar-heading small{color:#83919d;font-size:10px;font-weight:400;line-height:1.2}.notes-limit-warning{width:max-content;max-width:100%;margin-top:2px;color:#9a7246;font-size:10px;font-weight:500;line-height:1.25;white-space:nowrap}.notes-limit-warning.limit-reached{color:#aa5961}.notes-sidebar-actions,.notes-manager-primary-actions{display:flex;align-items:center;gap:2px}.notes-sidebar-actions{align-self:start}.notes-sidebar-menu{position:absolute;z-index:20;top:48px;right:7px;width:max-content;min-width:225px;max-width:calc(100% - 14px);display:grid;gap:2px;padding:6px}.notes-sidebar-menu>button>span{white-space:nowrap}.notes-manager-header{min-height:82px;box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:38px 20px;gap:0 12px;padding:9px 16px 6px 18px}.notes-manager-primary-actions{grid-column:1;grid-row:1;justify-self:start}.notes-manager-header .notes-manager-actions{grid-column:2;grid-row:1}.notes-manager-header.guide-open{min-height:66px;grid-template-rows:38px;padding-bottom:3px}.notes-updated-at{position:static;grid-column:1 / -1;grid-row:2;align-self:center;justify-self:center;transform:translateY(3px)}.notes-header-voice{color:#737d86}.notes-header-voice.is-listening{color:#59636c;background:#65707b1a}.notes-header-voice.is-processing{color:#59636c;background:#65707b14}.notes-header-voice:disabled{opacity:.28;cursor:default}.utility-popover textarea.notes-manager-title-input,.dark-theme .utility-popover textarea.notes-manager-title-input{padding-top:6px;padding-bottom:4px}.notes-rich-editor{padding-top:4px;padding-bottom:20px}.notes-character-limit{position:absolute;z-index:5;right:14px;bottom:12px;display:flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid rgb(154 114 70 / 18%);border-radius:999px;color:#8a6842;background:#f9f6f0eb;box-shadow:0 4px 14px #302a2212;font-size:10px;font-weight:400;line-height:1;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.notes-character-limit strong{font:inherit;font-weight:550}.notes-character-limit.limit-reached{border-color:#aa596133;color:#9d4f57;background:#faf2f3f0}.notes-related{padding-right:2px}.notes-markdown-guide{min-width:0;min-height:0;overflow-y:auto;padding:0 22px 26px;color:#66717b;scrollbar-color:rgb(125 136 146 / 24%) transparent;scrollbar-width:thin}.notes-markdown-guide::-webkit-scrollbar{width:5px}.notes-markdown-guide::-webkit-scrollbar-thumb{border-radius:999px;background:#7d88923d}.notes-guide-intro{display:flex;align-items:flex-start;margin:0 0 18px}.notes-guide-intro h2{margin:0 0 5px;color:#343a40;font-size:22px;font-weight:620;line-height:1.25}.notes-guide-intro p,.notes-markdown-guide section>p{margin:0;font-size:13px;line-height:1.6}.notes-markdown-guide section{margin-top:20px}.notes-markdown-guide section>h3{margin:0 0 10px;color:#424a52;font-size:14px;font-weight:600;line-height:1.3}.notes-markdown-guide section>p+p{margin-top:8px}.notes-markdown-guide section>p kbd{margin-right:8px}.notes-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:10px}.notes-guide-grid>div,.notes-guide-shortcuts>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:9px;background:#76818b12}.notes-guide-grid>div{min-height:38px;padding:0 9px}.notes-guide-grid span,.notes-guide-shortcuts span{min-width:0;color:#606a73;font-size:12px;line-height:1.35}.notes-markdown-guide kbd{flex:0 0 auto;padding:3px 6px;border:1px solid rgb(112 122 132 / 16%);border-radius:6px;color:#4f5962;background:#ffffffb8;box-shadow:0 1px 1px #28323c0d;font:11px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.notes-guide-shortcuts{display:grid;gap:5px}.notes-guide-shortcuts>div{min-height:38px;padding:0 8px 0 10px}.dark-theme .notes-sidebar-heading small{color:#b4c8d985}.dark-theme .notes-limit-warning{color:#d3a675}.dark-theme .notes-limit-warning.limit-reached{color:#e29aa1}.dark-theme .notes-character-limit{border-color:#e0ae742e;color:#d7ad7d;background:#2d2924e0;box-shadow:0 5px 16px #00000029}.dark-theme .notes-character-limit.limit-reached{border-color:#e28b9433;color:#e6a2a9;background:#382629e5}.dark-theme .notes-markdown-guide{color:#fff9;scrollbar-color:rgb(255 255 255 / 20%) transparent}.dark-theme .notes-markdown-guide::-webkit-scrollbar-thumb{background:#fff3}.dark-theme .notes-guide-intro h2,.dark-theme .notes-markdown-guide section>h3{color:#f2f5f7}.dark-theme .notes-guide-grid>div,.dark-theme .notes-guide-shortcuts>div{background:#ffffff0f}.dark-theme .notes-guide-grid span,.dark-theme .notes-guide-shortcuts span{color:#ffffffad}.dark-theme .notes-markdown-guide kbd{border-color:#ffffff1f;color:#ffffffc7;background:#ffffff12;box-shadow:none}.dark-theme .notes-header-voice{color:#ffffff94}.dark-theme .notes-header-voice:hover:not(:disabled){color:#fff;background:#ffffff17}.dark-theme .notes-header-voice.is-listening{color:#fff;background:#ffffff17}.dark-theme .notes-header-voice.is-processing{color:#fff;background:#ffffff1a}.utility-popover.utility-notes.notes-fullscreen{top:calc(84px + env(safe-area-inset-top,0px));right:36px;bottom:calc(78px + env(safe-area-inset-bottom,0px));left:36px;width:auto;height:auto;min-height:0;max-width:none;max-height:none;border-radius:24px;transform:none;transform-origin:top right}@media(max-width:700px){.utility-popover.utility-notes:not(.notes-fullscreen){top:82px;right:12px;left:12px;width:auto;max-width:none;height:min(620px,calc(100svh - 98px));min-height:min(410px,calc(100svh - 98px));transform:none}.utility-popover.utility-notes.notes-fullscreen{top:calc(70px + env(safe-area-inset-top,0px));right:12px;bottom:calc(16px + env(safe-area-inset-bottom,0px));left:12px;width:auto;height:auto;min-height:0}.notes-manager-header{min-height:78px}.notes-manager-sidebar>header{min-height:50px}}.customize-trigger{position:fixed;z-index:9;bottom:27px;width:40px;height:40px;border:1px solid var(--utility-surface-border);border-radius:14px;background:var(--utility-surface-background);box-shadow:var(--utility-surface-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .22s ease}.customize-trigger:hover{background:var(--utility-surface-hover);transform:translateY(-1px)}.customize-panel header>button{width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;padding:0;color:#777d84;background:#eceff1;cursor:pointer;font-size:20px}.customize-panel header>button svg{width:16px;height:16px}.customize-trigger-wrap{position:relative;display:inline-flex;flex:0 0 auto}.customize-trigger{position:static;width:max-content;min-width:0;max-width:min(280px,calc(100vw - 116px));height:40px;display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;padding:0 14px;border-radius:14px;color:#50565c;font-size:var(--utility-control-font-size);font-weight:400;line-height:1.2}.customize-trigger>span:last-child{white-space:nowrap}.customize-trigger:hover{background:var(--utility-surface-hover)}.customize-icon{width:19px;height:19px;display:block;flex:0 0 auto;background:currentColor;-webkit-mask:url(/icons/ui/customize.svg) center / contain no-repeat;mask:url(/icons/ui/customize.svg) center / contain no-repeat}.customize-layer{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:transparent;animation:fade-in .16s ease}.customize-panel{width:min(520px,100%);height:100%;color:#24272c;border-left:1px solid rgb(208 211 218 / 75%);background:#f2f2f7;box-shadow:-28px 0 80px #26303929;animation:slide-in .21s cubic-bezier(.2,.75,.2,1);isolation:isolate;transform:translateZ(0);backface-visibility:hidden}@keyframes slide-in{0%{opacity:0;transform:translate(35px)}}.customize-panel header{position:relative;height:80px;display:flex;align-items:center;justify-content:space-between;padding:17px 21px;border-bottom:1px solid rgb(208 211 218 / 72%);background:#f2f2f7}.customize-panel header>button.customize-back{width:31px;min-width:31px;height:31px;display:grid;place-items:center;padding:0;border-radius:50%;color:#777d84;background:#eceff1}.customize-panel header>button.customize-back:hover{color:#4e555d;background:#e2e6e9}.customize-panel header>button.customize-back svg{width:17px;height:17px}.customize-detail-title{min-width:0;flex:1;text-align:center}.customize-detail-title h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customize-panel header small{color:#9ba0a6;font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.customize-panel h2{margin:4px 0 0;font-size:25px;letter-spacing:-.045em}.customize-panel header>h2{margin:0}.customize-content{height:calc(100% - 80px);overflow-y:auto;padding:18px 18px 55px;scrollbar-gutter:stable;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nested-page-heading{margin:3px 4px 17px}.nested-page-heading h2{margin:0;color:#262a2f;font-size:23px;font-weight:650;line-height:1.15;letter-spacing:-.04em}.nested-page-heading p{margin:7px 0 0;color:#858b92;font-size:14px;line-height:1.5}.customize-view-root>.custom-section{animation:customize-root-in .17s cubic-bezier(.22,.72,.22,1)}@keyframes customize-detail-in{0%{opacity:0;transform:translate(22px)}}@keyframes customize-root-in{0%{opacity:0;transform:translate(-14px)}}.customize-footer-row{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:16px;padding:0 6px}.customize-footer-row .custom-select{min-height:36px;border-top:0}.customize-footer-row .custom-select-trigger{width:176px;min-width:176px}.customize-footer-row .custom-select-trigger>span,.customize-footer-row .custom-select-menu button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customize-footer-row .custom-select-menu{min-width:196px}.custom-section{padding:18px;border:1px solid rgb(91 99 109 / 14%);border-radius:20px;background:#ffffff7a;box-shadow:0 1px 2px #22293208}.custom-section+.custom-section{margin-top:14px}.custom-section h3{margin:0 0 14px;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.025em}.customize-panel .control-row,.customize-panel .select-control,.customize-panel .range-control{font-size:13px;font-weight:400;line-height:1.2}.customize-panel .control-row,.customize-panel .select-control{border-top:0}.customize-panel .segments button,.customize-panel .custom-select-trigger,.customize-panel .custom-select-menu button{font-size:12px;font-weight:450;line-height:1.2}.customize-panel .range-control output,.customize-panel .section-heading>span{font-size:12px;font-weight:400;line-height:1.2}.dark-theme .customize-trigger{color:#fff}.dark-theme .customize-panel{border-left-color:#303743;color:#f3f5f7;background:#181e27;box-shadow:-25px 0 70px #00000061}.dark-theme .customize-panel header{border-bottom-color:#303743;background:#181e27}.dark-theme .customize-panel header>button.customize-back{color:#cbd1d8;background:#29313c}.dark-theme .customize-panel header>button.customize-back:hover{color:#f2f5f7;background:#333d49}.dark-theme .nested-page-heading h2{color:#f2f5f7}.dark-theme .nested-page-heading p{color:#8f99a6}.dark-theme .custom-section{border-color:#ffffff1a;background:#ffffff0f;box-shadow:0 1px 2px #00000014}.dark-theme .customize-panel header small{color:#8f99a6}.dark-theme .customize-panel header>button{color:#cbd1d8;background:#29313c}.dark-theme .custom-section+.custom-section{border-top-color:#303743}@media(max-width:700px){.customize-trigger{bottom:17px;width:40px;height:40px}.customize-trigger{right:auto;width:max-content;min-width:0;max-width:calc(100vw - 112px);height:40px}.customize-panel{width:100%}}@media(max-width:680px){.bottom-right-controls .customize-trigger{width:40px;max-width:none;justify-content:center;gap:0;padding:0}.bottom-right-controls .customize-trigger>span:last-child{display:none}}.release-update-card{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:16px 44px 16px 16px;border:1px solid rgb(47 127 242 / 22%);border-radius:20px;background:linear-gradient(135deg,#2f7ff21a,#2f7ff208);margin-bottom:18px}.release-update-close{position:absolute;top:10px;right:10px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#89919a;background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease}.release-update-close:hover{color:#424950;background:#38414b14}.release-update-close svg{width:14px;height:14px;stroke-width:1.8}.release-update-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:#2f7ff21f}.release-update-icon svg{width:19px;height:19px}.release-update-copy{min-width:0}.release-update-version{color:var(--accent);font-size:12px;font-weight:500}.release-update-copy h3{margin:4px 0 7px;font-size:16px;font-weight:500;line-height:1.25}.release-update-copy ul{margin:0;padding-left:17px;color:#69717b;font-size:13px;line-height:1.45}.release-update-copy a{display:inline-flex;align-items:center;gap:5px;margin-top:10px;color:var(--accent);font-size:13px;text-decoration:none}.release-update-copy a:hover{text-decoration:underline}.release-update-copy a svg{width:14px;height:14px}.release-hero{padding-bottom:48px}.release-list{padding:12px 0 32px}.release-entry{display:grid;grid-template-columns:220px minmax(0,1fr);gap:56px;padding:52px 0;border-bottom:1px solid #dce1e6}.release-entry-meta{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:#737b84;font-size:14px}.release-entry-meta>span{color:#252a30;font-size:16px;font-weight:500}.release-entry-meta i{padding:4px 9px;border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:12px;font-style:normal}.release-entry-content h2{margin:0;color:#22272d;font-size:clamp(28px,4vw,42px);font-weight:500;letter-spacing:-.03em;line-height:1.1}.release-entry-content>p{max-width:650px;margin:16px 0 24px;color:#666f78;font-size:17px;line-height:1.55}.release-entry-content ul{margin:0;padding-left:20px;color:#3f464e;font-size:16px;line-height:1.65}.release-entry-content li+li{margin-top:8px}@media(max-width:700px){.release-entry{grid-template-columns:1fr;gap:24px;padding:38px 0}}@media(prefers-color-scheme:dark){.release-page{color:#e6e9ed;background:radial-gradient(circle at 12% -10%,rgb(47 127 242 / 13%),transparent 34rem),radial-gradient(circle at 92% 4%,rgb(117 93 194 / 11%),transparent 31rem),#141a22}.release-page .release-entry{border-color:#303844}.release-page .release-entry-content h2{color:#f3f5f7}.release-page .release-entry-content>p{color:#a4adb7}.release-page .release-entry-meta{color:#87919d}.release-page .release-entry-meta>span{color:#dde2e7}.release-page .release-entry-meta i{color:#80b4ff;background:#2f7ff229}.release-page .release-entry-content ul{color:#c1c8d0}}.dark-theme .release-update-card{border-color:#549dff40;background:linear-gradient(135deg,#2f7ff229,#ffffff08)}.dark-theme .release-update-icon{background:#4591ff26}.dark-theme .release-update-copy h3{color:#f2f5f7}.dark-theme .release-update-copy ul{color:#9aa4af}.dark-theme .release-update-close{color:#7f8995}.dark-theme .release-update-close:hover{color:#e4e8ec;background:#ffffff14}body.legal-body{min-height:100%;overflow:auto;color:#262b31;background:radial-gradient(circle at 12% -10%,rgb(126 186 255 / 18%),transparent 34rem),radial-gradient(circle at 92% 4%,rgb(205 181 255 / 16%),transparent 31rem),#f4f6f8}.legal-page{min-height:100vh;padding:24px;font-family:var(--font-roboto);user-select:text;-webkit-user-select:text}.legal-page-shell{width:min(1040px,100%);margin:0 auto}.legal-page-header{min-height:64px;display:flex;align-items:center;justify-content:flex-start;padding:0 4px}.legal-back-link{display:inline-flex;align-items:center;color:#30363d;text-decoration:none}.legal-back-link{gap:7px;font-size:14px;font-weight:400}.legal-back-link svg{width:17px;height:17px}.legal-back-link:hover,.legal-document a:hover,.legal-document-footer a:hover,.legal-external-link:hover{color:var(--accent)}.legal-hero{padding:68px 0 52px;border-bottom:1px solid #dce1e6}.legal-eyebrow{margin:0 0 14px;color:var(--accent);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.legal-hero h1{max-width:800px;margin:0;color:#20252b;font-size:clamp(42px,7vw,72px);font-weight:500;letter-spacing:-.045em;line-height:1.02}.legal-hero>p:not(.legal-eyebrow){max-width:720px;margin:24px 0 20px;color:#626a73;font-size:clamp(17px,2vw,20px);font-weight:400;line-height:1.55}.legal-hero>span{color:#828a93;font-size:13px}.legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:68px;padding:56px 0 32px}.legal-summary{position:sticky;top:24px;align-self:start;padding:22px;border:1px solid #dfe4e9;border-radius:20px;background:#ffffffa8;box-shadow:0 18px 42px #29343f0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.legal-summary strong{display:block;margin-bottom:10px;color:#343a41;font-size:14px;font-weight:500}.legal-summary p{margin:0;color:#6c747d;font-size:13px;line-height:1.55}.legal-summary p+p{margin-top:12px}.legal-document{min-width:0;padding:0 8px 36px}.legal-document section{padding:0 0 40px;scroll-margin-top:24px}.legal-document section+section{padding-top:40px;border-top:1px solid #e0e4e8}.legal-document h2{margin:0 0 18px;color:#252a30;font-size:24px;font-weight:500;letter-spacing:-.025em;line-height:1.25}.legal-document h3{margin:25px 0 10px;color:#353b42;font-size:16px;font-weight:500;line-height:1.35}.legal-document p,.legal-document li{color:#5c646d;font-size:15px;font-weight:400;line-height:1.72}.legal-document p{margin:0}.legal-document p+p{margin-top:14px}.legal-document ul{margin:14px 0 0;padding-left:22px}.legal-document li+li{margin-top:8px}.legal-document strong{color:#444b53;font-weight:500}.legal-document code{padding:2px 6px;border:1px solid #dfe4e8;border-radius:6px;color:#3d4650;background:#ffffffb8;font-size:.9em}.legal-provider-links{display:flex;flex-wrap:wrap;gap:10px;padding:26px 0 36px;border-top:1px solid #dce1e6}.legal-external-link{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #dce1e6;border-radius:11px;color:#636b74;background:#ffffff8f;font-size:12px;text-decoration:none}.legal-external-link svg{width:13px;height:13px}.legal-document-footer{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#858d95;font-size:12px}.legal-document-footer nav{display:flex;flex-wrap:wrap;gap:22px}.legal-document-footer a{color:#69717a;text-decoration:none}@media(max-width:760px){.legal-page{padding:16px 18px}.legal-page-header{min-height:54px}.legal-hero{padding:46px 0 38px}.legal-hero h1{font-size:clamp(39px,13vw,58px)}.legal-layout{grid-template-columns:1fr;gap:34px;padding-top:34px}.legal-summary{position:static;padding:18px}.legal-document{padding:0 0 24px}.legal-document section{padding-bottom:32px}.legal-document section+section{padding-top:32px}.legal-document h2{font-size:21px}.legal-document p,.legal-document li{font-size:14px;line-height:1.68}.legal-document-footer{align-items:flex-start;flex-direction:column-reverse;justify-content:center;padding:22px 0}}@media(prefers-color-scheme:dark){body.legal-body{color:#eef2f6;background:radial-gradient(circle at 12% -10%,rgb(57 122 208 / 22%),transparent 34rem),radial-gradient(circle at 92% 4%,rgb(113 77 166 / 18%),transparent 31rem),#151a20}.legal-back-link,.legal-hero h1,.legal-document h2{color:#f2f5f8}.legal-hero,.legal-document section+section,.legal-provider-links{border-color:#303740}.legal-hero>p:not(.legal-eyebrow),.legal-document p,.legal-document li{color:#aeb6c0}.legal-hero>span,.legal-document-footer{color:#858e99}.legal-summary{border-color:#333b45;background:#232a33c2;box-shadow:0 20px 46px #0000002e}.legal-summary strong,.legal-document h3,.legal-document strong{color:#dfe5eb}.legal-summary p{color:#9ca5af}.legal-document code{border-color:#3c4550;color:#d4dbe2;background:#272f39cc}.legal-external-link{border-color:#353e48;color:#aab3bd;background:#262e38ad}.legal-document-footer a{color:#a6afb9}}.legal-footer a{color:#858c94;font-size:11px;font-weight:400;line-height:1.2;text-decoration:underline;text-decoration-color:#535b6461;text-underline-offset:3px;transition:color .14s ease,text-decoration-color .14s ease}.legal-footer a:hover{color:#4b535c;text-decoration-color:currentColor}.dark-theme .legal-footer a{color:#7f8995;text-decoration-color:#7f899575}.dark-theme .legal-footer a:hover{color:#dce2e8;text-decoration-color:currentColor}
