:root{color-scheme:dark;--bg:#090b0e;--surface:#12151b;--surface-hover:#1a1e26;--border:#232833;--text:#eef2f5;--text-dim:#818b98;--accent:#6ecbe8;--accent-soft:rgba(110,203,232,.14);--accent-dim:#33505c;--danger:#e8836e;--on-accent:#04181f;--border-hover:#2c3340;--sheet-bg:#0d1015;--font-mono:"IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--font-sans:"IBM Plex Sans", -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0}body{user-select:none;-webkit-user-select:none;background:radial-gradient(ellipse 900px 500px at 15% -10%,var(--accent-soft),transparent 60%),radial-gradient(ellipse 700px 500px at 90% 100%,rgba(140,120,255,.05),transparent 60%),var(--bg);color:var(--text);font-family:var(--font-sans);min-height:100vh;padding:clamp(20px,4vw,56px);-webkit-font-smoothing:antialiased}body.sheet-open,body.settings-sheet-open{overflow:hidden}.header-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 28px 2px}.brand{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);margin:0;display:flex;align-items:center;gap:8px}.brand:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px 1px var(--accent-soft)}.fullscreen-btn{background:none;border:none;padding:4px;margin-right:2px;color:var(--text-dim);cursor:pointer;display:flex}.fullscreen-btn:hover{color:var(--accent)}.fullscreen-btn[hidden]{display:none}.fullscreen-btn svg{width:16px;height:16px}.save-error-banner:not([hidden]){display:flex;align-items:center;gap:12px;position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:7;max-width:min(92vw,480px);padding:10px 12px 10px 14px;background:var(--surface);border:1px solid var(--danger);border-radius:10px;box-shadow:0 8px 24px -8px #00000080;font-size:12px;color:var(--text)}.save-error-banner span{flex:1}.save-error-banner button{flex:none;background:none;border:none;padding:2px 4px;line-height:1;font-size:18px;color:var(--text-dim);cursor:pointer}.save-error-banner button:hover{color:var(--danger)}.site-footer{position:fixed;left:0;right:0;bottom:0;margin:0;padding:10px clamp(20px,4vw,56px) calc(10px + env(safe-area-inset-bottom));font-size:11px;color:var(--text-dim);opacity:.6;pointer-events:none;z-index:6}.board{position:relative}.widget{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:16px;display:flex;flex-direction:column;cursor:grab;transition:background .15s ease,border-color .15s ease;animation:pop .28s ease both;container-type:size;container-name:widget}.grid-stack-item-content.widget{overflow:hidden!important}.widget:hover{background:var(--surface-hover);border-color:var(--border-hover)}.widget:active{cursor:grabbing}.grid-stack-item.ui-draggable-dragging>.widget,.grid-stack-item.ui-resizable-resizing>.widget{cursor:grabbing;opacity:1;box-shadow:0 28px 56px -14px #000000a6}@keyframes pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.ui-resizable-handle{transition:opacity .15s ease,background .15s ease}.ui-resizable-se{background:linear-gradient(135deg,transparent 50%,var(--text-dim) 50%)!important;background-size:8px 8px!important;background-position:bottom right!important;background-repeat:no-repeat!important;opacity:0;border-radius:0 0 20px}.grid-stack-item:hover>.ui-resizable-se{opacity:.5}.ui-resizable-se:hover{opacity:1!important;background-image:linear-gradient(135deg,transparent 50%,var(--accent) 50%)!important}.w-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-top:auto}.widget-header{display:flex;align-items:center;gap:7px;margin-bottom:10px;position:relative;z-index:1;flex:none}.w-icon{color:var(--text-dim);width:15px;height:15px;flex:none;display:flex;align-items:center;justify-content:center}.w-icon svg{width:100%;height:100%}.w-icon img{width:100%;height:100%;object-fit:cover;border-radius:4px}.w-title{flex:1;min-width:0;display:flex;align-items:center;height:15px}.w-title-text{min-width:0;font-size:11px;font-weight:500;letter-spacing:.02em;line-height:1;color:var(--text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.w-settings-toggle{flex:none;background:none;border:none;padding:0;color:var(--text-dim);cursor:pointer;display:flex}.w-settings-toggle:hover{color:var(--accent)}.w-settings-toggle svg{width:15px;height:15px}.art .widget-header,.image .widget-header{position:absolute;top:0;left:0;right:0;margin:0;z-index:1;padding:14px 16px;border-radius:20px 20px 0 0;background:linear-gradient(rgba(0,0,0,.5),transparent)}.art .w-icon,.art .w-title-text,.image .w-icon,.image .w-title-text{color:#fff}button{font-family:inherit}button:focus-visible,.sheet-item:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.clock-face{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;min-width:0}.clock-time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:500;letter-spacing:.01em;line-height:1}.clock-time .sec{font-size:.38em;color:var(--text-dim);margin-left:6px}.clock-time .ampm{font-size:.24em;color:var(--text-dim);margin-left:6px;letter-spacing:.04em;text-transform:uppercase;vertical-align:super}.clock-date{color:var(--text-dim);font-size:10px;margin-top:6px;letter-spacing:normal}.clock-location{color:var(--accent);font-size:9px;margin-top:3px;letter-spacing:.04em;text-transform:uppercase}.clock-analog{display:flex;align-items:center;justify-content:center}.clock-analog svg{width:52px;height:52px}.clock-analog+.clock-location{margin-top:6px}@container widget (min-width: 220px){.clock-time{font-size:34px}.clock-date{font-size:11px}.clock-location{font-size:10px}.clock-analog svg{width:68px;height:68px}}@container widget (min-height: 180px){.clock-time{font-size:38px}.clock-date{font-size:12px;margin-top:8px}.clock-location{font-size:10.5px;margin-top:5px}.clock-analog svg{width:80px;height:80px}}@container widget (min-width: 220px) and (min-height: 180px){.clock-time{font-size:56px}.clock-date{font-size:13px}.clock-location{font-size:11.5px}.clock-analog svg{width:108px;height:108px}}.labeled-setting-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:12px;color:#fffc}.labeled-setting-row select,.labeled-setting-row input{width:100%}.timer-body{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.timer-num{position:absolute;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:20px;font-weight:500;cursor:pointer}.timer-reset{position:absolute;bottom:10px;left:12px;z-index:2;background:none;border:none;color:var(--text-dim);opacity:.5;cursor:pointer}.timer-reset:hover{opacity:1;color:var(--accent)}.timer-reset svg{width:13px;height:13px}.timer-toggle{position:absolute;bottom:10px;right:12px;z-index:2;width:22px;height:22px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--border);color:var(--text-dim);transition:background .15s ease,color .15s ease}.timer-toggle svg{width:10px;height:10px}.timer-toggle.running{background:var(--accent);color:var(--on-accent)}.timer-toggle:hover{filter:brightness(1.12)}.pomo-phase{text-align:center;font-size:9px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-top:-2px;padding-bottom:0}@container widget (min-width: 220px){.timer-num{font-size:26px}}@container widget (min-height: 180px){.timer-num{font-size:28px}.pomo-phase{font-size:11px;margin-top:0;padding-bottom:4px}}@container widget (min-width: 220px) and (min-height: 180px){.timer-num{font-size:38px}.pomo-phase{font-size:12px}}.music-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:var(--border);filter:blur(30px) saturate(1.3) brightness(.5);transform:scale(1.2)}.music-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#090b0e33,#090b0ec7)}.music-body{position:relative;z-index:1;flex:1;display:flex;gap:14px;min-height:0}.music-thumb{flex:none;aspect-ratio:1;height:60px;border-radius:14px;background-color:#050505;box-shadow:0 6px 18px -6px #0009;background-size:200% 150%;background-position:center}.music-side{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center;gap:3px}.track-title{font-size:15px;font-weight:500;color:#fff}.track-artist{font-size:12.5px;color:#ffffffa6;min-height:16px}.marquee{overflow:hidden;white-space:nowrap;flex-shrink:0}.marquee .scroll-inner{display:inline-block;white-space:nowrap}.marquee.overflowing .scroll-inner{animation:marquee-scroll 7s ease-in-out infinite}@keyframes marquee-scroll{0%,15%{transform:translate(0)}50%,65%{transform:translate(var(--scroll-dist))}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.marquee.overflowing .scroll-inner{animation:none}}.music-progress{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;flex:none;height:4px;margin:0;padding:0;border:none;border-radius:99px;background:#ffffff2e;position:relative;cursor:pointer}.music-progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0%;border-radius:99px;background:var(--accent);transition:width .2s linear}.music-controls{display:flex;align-items:center;gap:16px;margin-top:2px;flex-wrap:wrap}.track-count{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:10.5px;color:#ffffff80;flex:none}.music-controls button{background:none;border:none;padding:0;color:#fff;cursor:pointer;opacity:.8;display:flex;align-items:center;justify-content:center;flex:none}.music-controls button:hover{opacity:1;color:var(--accent)}.music-controls svg{width:16px;height:16px}.music-controls .shuffle-btn svg{width:14px;height:14px}.music-controls .shuffle-btn.active{color:var(--accent);opacity:1}.music-controls .music-play{width:30px;height:30px;border-radius:50%;background:var(--accent);color:var(--on-accent);display:flex;align-items:center;justify-content:center;opacity:1}.music-controls .music-play svg{width:13px;height:13px}.music-controls .music-play:hover{color:var(--on-accent);filter:brightness(1.12)}@container widget (max-width: 260px){.music-body{gap:10px}.music-thumb{width:48px;height:48px}.music-controls{gap:10px}.track-count{display:none}}@container widget (max-width: 190px){.track-artist{display:none}.music-thumb{width:38px;height:38px}.music-controls .shuffle-btn,.music-progress{display:none}.music-controls{gap:4px}.music-controls svg{width:13px;height:13px}.music-controls .music-play{width:24px;height:24px}.music-controls .music-play svg{width:11px;height:11px}}@container widget (min-height: 180px){.music-body{flex-direction:column;gap:10px}.music-thumb{width:auto;max-width:100%;height:52%;margin:0 auto}.music-side{width:100%;align-items:center;justify-content:flex-start;flex:1;min-height:0}.track-title,.track-artist{text-align:center}.music-controls{justify-content:center;margin-top:auto;width:100%}}.overlay-settings{width:100%;max-width:420px;max-height:min(72vh,560px);overflow-y:auto;overflow-x:hidden;background:var(--sheet-bg);border:1px solid var(--border);border-bottom:none;border-radius:24px 24px 0 0;padding:10px 8px calc(20px + env(safe-area-inset-bottom));flex-direction:column;justify-content:flex-start;gap:5px}.overlay-settings:not([hidden]){display:flex}.overlay-settings::-webkit-scrollbar{width:5px}.overlay-settings::-webkit-scrollbar-track{background:transparent}.overlay-settings::-webkit-scrollbar-thumb{background:#fff3;border-radius:99px}.overlay-settings::-webkit-scrollbar-thumb:hover{background:#ffffff59}.overlay-settings input,.overlay-settings select{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;padding:6px 8px;font-size:12px;font-family:inherit;flex:none}.overlay-settings select option{background:var(--sheet-bg);color:#fff}.overlay-settings input:focus-visible,.overlay-settings select:focus-visible{outline:1.5px solid var(--accent)}.overlay-settings-actions{display:flex;justify-content:flex-end;gap:8px;flex:none}.overlay-settings-actions button{background:none;border:none;padding:5px 9px;border-radius:8px;font-size:12px;cursor:pointer;color:#ffffffb3;flex:none}.overlay-settings-cancel:hover{color:#fff}.overlay-settings-save{background:var(--accent);color:var(--on-accent);font-weight:500}.overlay-settings-hint{font-size:10.5px;color:var(--danger);flex:none}.overlay-settings-hint:empty{display:none}.yt-hidden{position:absolute;left:-9999px;top:-9999px;width:2px;height:2px;overflow:hidden}.aura-slot{flex:1;min-height:0}.aura-overlay-root{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5}.aura-frame-wrap{position:fixed;overflow:hidden;border-radius:12px;pointer-events:auto;-webkit-mask-image:-webkit-radial-gradient(white,black)}.aura-frame{position:absolute;top:0;left:0;width:182%;height:182%;border:none;border-radius:12px;background:var(--surface);transform:scale(.55);transform-origin:top left}.art-canvas{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px}.art-overlay{position:relative;z-index:1;background:linear-gradient(transparent,#0000008c 55%);margin:auto -16px -16px;padding:16px;border-radius:0 0 20px 20px}.art-caption{font-size:11.5px;color:#f1f3f4}.art-sub{font-size:10px;color:#fff9}.image-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px;background:var(--surface)}.image-empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 8px;color:var(--text-dim);font-size:12px}.image-empty[hidden]{display:none}.rem-text{font-size:13px;font-weight:500}.rem-sub{font-size:11.5px;line-height:1.35;color:var(--text-dim);margin-top:2px;max-height:2.7em;overflow:hidden;flex-shrink:0}.weather-icon{color:var(--accent);width:26px;height:26px}.weather-icon svg{width:100%;height:100%}.weather-temp{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:28px;font-weight:500;margin-top:8px}.weather-location{letter-spacing:normal}.weather-row,.weather-primary{display:flex;flex-direction:column}.weather-hourly,.weather-forecast{display:none}@container widget (min-width: 220px){.weather-row{flex-direction:row;align-items:center;gap:14px}.weather-primary{flex:none;max-width:110px;min-width:0}.weather-hourly{display:flex;flex:1;min-width:0;justify-content:space-between;gap:6px}}@container widget (max-height: 150px){.weather-icon{width:20px;height:20px}.weather-temp{font-size:22px;margin-top:2px}}@container widget (min-height: 180px){.weather-forecast{display:flex;gap:6px;margin-top:14px;padding-top:10px;border-top:1px solid var(--border)}}@container widget (min-width: 220px) and (min-height: 180px){.weather-forecast{justify-content:space-between}}.weather-forecast-day{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1;min-width:0}@container widget (max-width: 219px) and (min-height: 180px){.weather-forecast{flex-direction:column}.weather-forecast-day{flex-direction:row;justify-content:space-between;flex:none;width:100%}}.weather-forecast-dow{font-size:10px;color:var(--text-dim);text-transform:uppercase}.weather-forecast-icon{color:var(--accent);width:16px;height:16px}.weather-forecast-icon svg{width:100%;height:100%}.weather-forecast-hi{font-family:var(--font-mono);font-size:11.5px;font-variant-numeric:tabular-nums}.weather-forecast-lo{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);font-variant-numeric:tabular-nums}.weather-hourly-slot{display:flex;flex-direction:column;align-items:center;gap:2px;flex:none}.weather-hourly-time{font-size:9.5px;color:var(--text-dim)}.weather-hourly-icon{color:var(--accent);width:14px;height:14px}.weather-hourly-icon svg{width:100%;height:100%}.weather-hourly-temp{font-family:var(--font-mono);font-size:11px;font-variant-numeric:tabular-nums}.fab{position:fixed;right:clamp(20px,4vw,56px);bottom:clamp(20px,4vw,56px);width:56px;height:56px;border-radius:50%;background:var(--accent);color:var(--on-accent);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px -6px #6ecbe880;transition:transform .15s ease;cursor:pointer;z-index:6}.fab:hover{transform:scale(1.06)}.fab:active{transform:scale(.96)}.fab svg{width:22px;height:22px}.trash-zone{background:var(--danger);box-shadow:0 8px 24px -6px #e8836e80;cursor:default}.trash-zone[hidden]{display:none}.grid-stack-item-removing>.widget{opacity:.35;border-color:var(--danger)}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#04050799;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:10}.scrim.open{opacity:1;pointer-events:auto}.sheet{width:100%;max-width:420px;max-height:min(72vh,560px);display:flex;flex-direction:column;background:var(--sheet-bg);border:1px solid var(--border);border-bottom:none;border-radius:24px 24px 0 0;padding:10px 8px calc(20px + env(safe-area-inset-bottom));transform:translateY(24px);transition:transform .2s ease}.scrim.open .sheet{transform:translateY(0)}.sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:6px auto 14px;flex:none}.sheet-title{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);padding:0 12px 10px;flex:none}#sheetList{overflow-y:auto;min-height:0}#sheetList::-webkit-scrollbar{width:5px}#sheetList::-webkit-scrollbar-track{background:transparent}#sheetList::-webkit-scrollbar-thumb{background:#fff3;border-radius:99px}#sheetList::-webkit-scrollbar-thumb:hover{background:#ffffff59}.sheet-category{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin:0;padding:14px 12px 4px}.sheet-category:first-child{padding-top:2px}.sheet-item{width:100%;display:flex;align-items:center;gap:14px;padding:12px;border-radius:14px;background:transparent;border:none;color:var(--text);text-align:left;cursor:pointer}.sheet-item:hover{background:var(--surface)}.sheet-item:disabled{opacity:.4;cursor:not-allowed}.sheet-item:disabled:hover{background:transparent}.sheet-icon{width:38px;height:38px;border-radius:11px;background:var(--surface);display:flex;align-items:center;justify-content:center;flex:none;color:var(--accent)}.sheet-icon svg{width:17px;height:17px}.sheet-icon img{width:26px;height:26px;object-fit:cover;border-radius:8px}.sheet-name{font-size:14px;font-weight:500}.sheet-desc{font-size:12px;color:var(--text-dim);margin-top:1px}.countdown-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:500}.countdown-label{font-size:11.5px;color:var(--text-dim);margin-top:2px}.todo-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.todo-empty{color:var(--text-dim);font-size:12px;margin:auto 0;text-align:center}.todo-item{display:flex;align-items:flex-start;gap:8px;padding:4px 2px}.todo-item input[type=checkbox]{accent-color:var(--accent);flex:none;cursor:pointer;margin-top:2px}.todo-text{flex:1;min-width:0;font-size:12.5px;overflow-wrap:break-word;cursor:text}.todo-item.done .todo-text{color:var(--text-dim);text-decoration:line-through}.todo-edit-input{display:block;width:100%;flex:1;min-width:0;font-size:12.5px;font-family:inherit;line-height:inherit;background:var(--border);color:var(--text);border:none;border-radius:6px;padding:1px 4px;margin:-1px -4px;resize:none;overflow:hidden}.todo-edit-input:focus-visible{outline:1.5px solid var(--accent)}.todo-remove{flex:none;background:none;border:none;padding:2px;color:var(--text-dim);opacity:.35;cursor:pointer;transition:opacity .15s ease,color .15s ease}.todo-item:hover .todo-remove,.todo-remove:focus-visible{opacity:1}.todo-remove:hover{color:var(--danger)}.todo-remove svg{width:11px;height:11px}.todo-add{display:flex;gap:6px;margin-top:8px;flex:none}.todo-input{flex:1;min-width:0;background:var(--border);color:var(--text);border:none;border-radius:8px;padding:6px 9px;font-size:12px;font-family:inherit}.todo-input:focus-visible{outline:1.5px solid var(--accent)}.todo-add button{flex:none;width:28px;background:var(--accent);color:var(--on-accent);border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.todo-add button svg{width:14px;height:14px}.alarm-time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:500;cursor:pointer}.alarm-time.disabled{color:var(--text-dim);opacity:.55}.alarm-next{font-size:11.5px;color:var(--text-dim);margin-top:2px;margin-right:30px}.alarm-status-toggle{position:absolute;bottom:10px;right:12px;z-index:2;width:22px;height:22px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--border);color:var(--text-dim);transition:background .15s ease,color .15s ease}.alarm-status-toggle svg{width:12px;height:12px}.alarm-status-toggle.on{background:var(--accent);color:var(--on-accent)}.alarm-status-toggle:hover{filter:brightness(1.12)}.alarm-days{display:flex;gap:5px;flex:none}.alarm-day-btn{flex:none;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:none;color:var(--text-dim);font-size:11px;font-weight:600;cursor:pointer}.alarm-day-btn.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.alarm-day-btn:hover{border-color:var(--accent)}.note-text{flex:1;width:100%;resize:none;border:none;outline:none;background:none;color:var(--text);font-family:inherit;font-size:13px;line-height:1.5;padding:0;margin:0}.note-text::placeholder{color:var(--text-dim)}.note-text::-webkit-scrollbar{width:5px}.note-text::-webkit-scrollbar-track{background:transparent}.note-text::-webkit-scrollbar-thumb{background:#fff3;border-radius:99px}.note-text::-webkit-scrollbar-thumb:hover{background:#ffffff59}@media(prefers-reduced-motion:reduce){.widget{animation:none}}.grid-stack{position:relative}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0;top:0;width:var(--gs-column-width);height:var(--gs-cell-height)}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item{right:0}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;user-select:none;z-index:100}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center;z-index:101}.grid-stack-item>.ui-resizable-ne{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,right,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,right .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,right 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item[gs-x="0"]{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item[gs-x="0"]{right:0}.gs-print-show{display:none}@media print{@page gs-landscape{size:landscape}@page gs-portrait{size:portrait}.grid-stack{display:block!important;height:auto!important;position:static!important}.grid-stack>.grid-stack-item{display:block!important;float:left!important;position:static!important;height:auto!important;left:auto!important;top:auto!important;width:calc(100% * var(--gs-w)/ var(--gs-columns,12))!important;break-inside:avoid!important;page-break-inside:avoid!important}.grid-stack>.grid-stack-item>.grid-stack-item-content{position:relative!important;height:auto!important;overflow:visible!important;white-space:normal!important;margin-top:var(--gs-item-margin-top)!important;margin-right:var(--gs-item-margin-right)!important;margin-bottom:var(--gs-item-margin-bottom)!important;margin-left:var(--gs-item-margin-left)!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}.gs-print-hide{display:none}.gs-print-show{display:block}.grid-stack>.grid-stack-item.gs-print-hide{display:none!important}.grid-stack>.grid-stack-item[gs-page-break=true],.grid-stack>.grid-stack-item[gs-print-orientation]{float:none!important;clear:both!important}.grid-stack>.grid-stack-item[gs-page-break=true]{page-break-before:always!important;break-before:page!important}.grid-stack>.grid-stack-item[gs-print-orientation=landscape]{page:gs-landscape;min-width:calc(100vmax * var(--gs-w)/ var(--gs-columns,12))!important}.grid-stack>.grid-stack-item[gs-print-orientation=portrait]{page:gs-portrait;min-width:calc(100vmin * var(--gs-w)/ var(--gs-columns,12))!important}.grid-stack>.grid-stack-item>.ui-resizable-handle{display:none!important}}
