*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}:focus-visible{outline:2px solid rgba(99,179,237,.8);outline-offset:2px}.background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.85);transition:background-image .6s ease,background-color .4s ease}.toolbar{position:fixed;top:0;left:0;right:0;z-index:500;min-height:56px;display:flex;align-items:center;gap:8px;padding:8px 14px;background:linear-gradient(130deg,#080e18e6,#0f1927d1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(197,217,255,.12);color:#fff;font-family:inherit}.toolbar__left{display:flex;align-items:center}.toolbar__brand{font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e9f4ffeb}.toolbar__groups{flex:1;display:flex;align-items:center;gap:6px;overflow:visible}.toolbar__group{display:flex;align-items:center;gap:4px;padding-right:6px;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0}.toolbar__group:last-child{border-right:0;padding-right:0}.toolbar__right{display:flex;align-items:center;justify-content:flex-end}.toolbar__btn{min-height:38px;background:#ffffff12;border:1px solid rgba(209,224,255,.18);color:#f4f8fff5;border-radius:8px;padding:7px 10px;font-size:.78rem;font-family:inherit;display:inline-flex;align-items:center;gap:5px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;white-space:nowrap;flex-shrink:0}.toolbar__icon{line-height:1;font-size:.95rem}.toolbar__label{line-height:1;font-weight:600}.toolbar__btn:hover{background:#a3c6ff2e;border-color:#bcd8ff57;transform:translateY(-1px)}.toolbar__btn:disabled{opacity:.45;cursor:not-allowed}.toolbar__btn:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.toolbar__btn--primary{background:#63b3ed42;border-color:#89c6f385}.toolbar__btn--primary:hover{background:#78bef057}.toolbar__btn--mode{min-width:92px}.toolbar__btn--active{background:#bdd6ff33;border-color:#bdd6ff61}.toolbar__group--more{position:relative}.toolbar__menu{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;padding:6px;border-radius:10px;border:1px solid rgba(209,224,255,.24);background:#0b121ef5;box-shadow:0 14px 28px #00000059;display:grid;gap:4px;z-index:60}.toolbar__menu-item{min-height:34px;border:1px solid transparent;border-radius:7px;background:transparent;color:#f4f8fff5;display:inline-flex;align-items:center;gap:7px;padding:6px 8px;text-align:left;font-size:.77rem;font-family:inherit;cursor:pointer}.toolbar__menu-item:hover{background:#a3c6ff2e;border-color:#bcd8ff57}.toolbar__menu-item:disabled{opacity:.45;cursor:not-allowed}.toolbar__menu-item:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}@media(max-width:900px){.toolbar{padding:7px 10px;gap:6px;min-height:54px}.toolbar__brand{font-size:.74rem}.toolbar__btn{padding:7px 9px;font-size:.75rem}.toolbar__group{gap:3px;padding-right:5px}}@media(max-width:640px){.toolbar{min-height:56px;padding:6px 8px;gap:6px}.toolbar__left{flex:0;min-width:auto}.toolbar--edit .toolbar__brand{display:none}.toolbar__btn{min-height:40px;padding:8px 9px;font-size:.8rem;border-radius:9px}.toolbar__groups{gap:4px}.toolbar__group{gap:2px;padding-right:4px}.toolbar__menu{position:fixed;top:calc(env(safe-area-inset-top,0px) + 62px);left:8px;right:8px;min-width:0;width:auto}.toolbar__label{display:none}.toolbar__btn--mode{min-width:auto}.toolbar__icon{font-size:.95rem}}.link-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;text-decoration:none;color:inherit;font-size:.875rem;font-weight:400;transition:background .15s ease;cursor:pointer;width:100%;box-sizing:border-box}.link-item:hover{background:#ffffff26}.link-item--edit{cursor:default;opacity:.75}.link-item__icon{flex-shrink:0;width:16px;height:16px;object-fit:contain}.link-item__icon--fallback{font-size:13px;line-height:1}.link-item__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-item--grid{flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:10px 6px 8px;border-radius:10px;width:100%;text-align:center}.link-item__icon-big{flex-shrink:0;width:36px;height:36px;object-fit:contain;border-radius:8px}.link-item__icon-big--fallback{font-size:28px;line-height:1;display:block}.link-item__grid-label{font-size:.7rem;line-height:1.2;text-align:center;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:72px}.panel{box-shadow:0 8px 32px #00000059;overflow:hidden;min-height:80px;transition:box-shadow .2s ease,transform .16s ease,opacity .16s ease;display:flex;flex-direction:column;position:relative}.panel--dragging{transform:scale(1.012);box-shadow:0 14px 36px #0000007a,0 0 0 2px #63b3ed73}.panel--resizing{box-shadow:0 12px 34px #00000070,0 0 0 2px #63b3ed61}.panel--edit{cursor:default;outline:1px dashed rgba(255,255,255,.25);outline-offset:-1px}.panel--edit:hover{outline-color:#ffffff80}.panel--selected{box-shadow:0 8px 32px #00000080,0 0 0 2px #ffffffb3;outline:none}.panel__handle{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px 8px;border-bottom:1px solid rgba(255,255,255,.15);cursor:move}.panel__title{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.panel__btn-delete{flex-shrink:0;background:#ffffff26;border:none;color:inherit;width:20px;height:20px;border-radius:50%;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .15s,background .15s;padding:0}.panel__btn-delete:hover{opacity:1;background:#ff5050b3}.panel__resize{position:absolute;z-index:3;opacity:0;transition:opacity .12s ease}.panel--edit:hover .panel__resize,.panel--selected .panel__resize{opacity:1}.panel__resize--left,.panel__resize--right{top:8px;bottom:8px;width:8px}.panel__resize--left{left:0;cursor:ew-resize}.panel__resize--right{right:0;cursor:ew-resize}.panel__resize--top,.panel__resize--bottom{left:8px;right:8px;height:8px}.panel__resize--top{top:0;cursor:ns-resize}.panel__resize--bottom{bottom:0;cursor:ns-resize}.panel__resize:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:999px;background:#63b3ed6b}.panel__links{padding:6px 4px;display:flex;flex-direction:column;gap:2px}.panel__links--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:4px;padding:8px}.panel__empty{font-size:.75rem;opacity:.5;text-align:center;padding:8px;margin:0}.widget{padding:10px 12px 12px;display:flex;flex-direction:column;gap:8px}.widget--fade-in{opacity:.55;transform:translateY(3px)}.widget--fade-in.widget--loaded{opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.widget__title{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.72}.widget__value{font-size:1.25rem;font-weight:700;line-height:1.1}.widget__meta{font-size:.76rem;opacity:.75}.widget__error{margin:0;color:#ffaaaaf2;font-size:.78rem}.widget-cached{margin:0;align-self:flex-start;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:999px;letter-spacing:.03em;color:#e9f5fff5;border:1px solid rgba(148,204,255,.45);background:#94ccff29}.widget-offline{border:1px dashed rgba(255,255,255,.28);border-radius:10px;padding:10px;background:#ffffff0d;display:grid;gap:4px}.widget-offline__title{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:.9}.widget-offline__text{margin:0;font-size:.76rem;opacity:.78}.widget-offline--weather{border-color:#7dd3fc73;background:linear-gradient(165deg,#7dd3fc1f,#0f172a1f)}.widget-offline--rss{border-color:#fbbf2473;background:linear-gradient(165deg,#fbbf2424,#0f172a1f)}.widget-weather__main{display:inline-flex;align-items:center;gap:8px}.widget-weather__icon{font-size:1.4rem;line-height:1}.widget__list{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:5px}.widget__list li{font-size:.78rem}.widget__list a{color:inherit;text-decoration:none}.widget__list a:hover{text-decoration:underline}.widget-clock-analog{width:100%;display:flex;justify-content:center}.widget-clock-analog__svg{width:min(150px,100%);aspect-ratio:1}.widget-clock-analog__rim{fill:#ffffff0f;stroke:#ffffff80;stroke-width:1.6}.widget-clock-analog__tick{stroke:#ffffffb8;stroke-width:2;stroke-linecap:round}.widget-clock-analog__hand{stroke-linecap:round}.widget-clock-analog__hand--hour{stroke:#ffffffe6;stroke-width:4}.widget-clock-analog__hand--minute{stroke:#ffffffd9;stroke-width:3}.widget-clock-analog__hand--second{stroke:#ff7878f2;stroke-width:1.5}.widget-clock-analog__center{fill:#fffffff2}.widget-notes__text{margin:0;line-height:1.45;white-space:pre-wrap;color:#fafdfff0}.widget-calculator__display{min-height:42px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);padding:8px 10px;display:flex;align-items:center;justify-content:flex-end;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;font-weight:700}.widget-calculator__display--error{color:#ff9191f2}.widget-calculator__keys{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.widget-calculator__key{min-height:30px;border-radius:7px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:inherit;font-size:.82rem;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.widget-calculator__key:hover{background:#ffffff29;border-color:#ffffff4d}.widget-calculator__key--solve{background:#63b3ed4d;border-color:#63b3ed85}.widget-calculator__key--solve:hover{background:#63b3ed75}.widget-calendar__header{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:6px}.widget-calendar__title{text-align:center;font-size:.8rem;font-weight:700;text-transform:capitalize}.widget-calendar__nav{min-height:26px;border-radius:7px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:inherit;cursor:pointer}.widget-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.widget-calendar__label{text-align:center;font-size:.64rem;opacity:.65;font-weight:600}.widget-calendar__cell{min-height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#ffffff0f;font-size:.72rem}.widget-calendar__cell--today{background:#63b3ed59;border:1px solid rgba(99,179,237,.64)}.widget-calendar__cell--empty{background:transparent}.widget-todo__composer{display:grid;grid-template-columns:1fr auto;gap:6px}.widget-todo__input{min-height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:inherit;padding:0 8px;font-size:.8rem}.widget-todo__add{min-width:32px;min-height:32px;border-radius:8px;border:1px solid rgba(99,179,237,.52);background:#63b3ed4d;color:inherit;cursor:pointer}.widget-todo__list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.widget-todo__item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.78rem}.widget-todo__item label{display:inline-flex;align-items:center;gap:6px}.widget-todo__item--done span{text-decoration:line-through;opacity:.6}.widget-todo__delete{border:0;background:transparent;color:#ff9696f0;cursor:pointer;font-size:1rem}.widget-stock__list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.widget-stock__item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;font-size:.77rem}.widget-stock__symbol{font-weight:700;letter-spacing:.03em}.widget-stock__price{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.widget-stock__change--up{color:#9bf5bef2}.widget-stock__change--down{color:#ffa5a5f2}@media(prefers-reduced-motion:reduce){.panel,.widget--fade-in.widget--loaded{transition:none}.panel--dragging{transform:none}}@media(max-width:640px){.panel{min-width:120px;max-width:calc(100vw - 16px);grid-column:1 / -1!important;grid-row:auto!important}.panel__handle{padding:8px 10px 7px}}.grid-picker{display:flex;flex-direction:column;gap:5px;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:6px}.grid-picker:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.gp-col-labels{display:grid;grid-template-columns:repeat(12,1fr);gap:2px;padding:0 1px}.gp-col-label{font-size:.6rem;text-align:center;color:#ffffff59;line-height:1}.gp-cells{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(8,18px);gap:2px}.gp-cell{background:#ffffff12;border-radius:2px;cursor:crosshair;transition:background .08s}.gp-cell:hover{background:#ffffff2e}.gp-cell--sel{background:#63b3ed59}.gp-cell--sel:hover{background:#63b3ed80}.gp-cell--anchor{background:#63b3edd9;border-radius:3px}.gp-nav{display:flex;align-items:center;justify-content:space-between;gap:6px}.gp-nav__btn{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffb3;border-radius:5px;width:26px;height:22px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s;padding:0}.gp-nav__btn:hover:not(:disabled){background:#ffffff2b}.gp-nav__btn:disabled{opacity:.3;cursor:not-allowed}.gp-nav__label{font-size:.68rem;color:#ffffff61;text-align:center;flex:1}.gp-info{display:flex;align-items:center;gap:6px;font-size:.7rem;color:#ffffff73;justify-content:center}.gp-info b{color:#ffffffe0;font-weight:600}@media(max-width:640px){.grid-picker{gap:8px}.gp-col-labels{gap:3px}.gp-col-label{font-size:.68rem}.gp-cells{grid-template-rows:repeat(8,24px);gap:3px}.gp-nav{gap:8px}.gp-nav__btn{width:32px;height:30px;font-size:.9rem}.gp-nav__label,.gp-info{font-size:.78rem}}.panel-editor{position:fixed;top:52px;right:0;bottom:0;width:300px;z-index:400;display:flex;flex-direction:column;background:#0c0e14ed;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid rgba(255,255,255,.1);color:#e8eaf0;font-size:.825rem;overflow:hidden;will-change:transform,opacity;animation:panel-editor-enter-right .28s cubic-bezier(.2,.8,.2,1)}@keyframes panel-editor-enter-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes panel-editor-enter-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.pe-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.pe-header__title{margin:0;font-size:.9rem;font-weight:600;letter-spacing:.03em}.pe-header__close{background:none;border:none;color:#ffffff80;font-size:1.3rem;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s,background .15s;line-height:1}.pe-header__close:hover{color:#fff;background:#ffffff1a}.pe-body{flex:1;overflow-y:auto;padding:8px 0 24px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.pe-section{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:10px}.pe-section:last-child{border-bottom:none}.pe-section__title{margin:0 0 4px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6}.pe-section--danger{padding-top:16px}.pe-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pe-inline-action{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.pe-field{display:flex;flex-direction:column;gap:4px}.pe-field__label{font-size:.72rem;color:#ffffff8c}.pe-check{display:flex;align-items:center;gap:8px;font-size:.74rem;color:#fffc}.pe-check input{margin:0}.pe-input{background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#e8eaf0;padding:6px 8px;font-size:.82rem;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .15s}.pe-input:focus{outline:none;border-color:#63b3edb3}.pe-input:focus-visible,.pe-range:focus-visible,.pe-color:focus-visible,.pe-btn:focus-visible,.pe-link__delete:focus-visible,.pe-header__close:focus-visible,.pe-segment__btn:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.pe-input--number{width:100%}.pe-input--sm{padding:4px 6px;font-size:.78rem}.pe-input--textarea{min-height:110px;resize:vertical;line-height:1.35}.pe-range{width:100%;accent-color:rgba(99,179,237,.9);cursor:pointer}.pe-color{width:40px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.2);cursor:pointer;background:none;padding:2px}.pe-links{display:flex;flex-direction:column;gap:8px}.pe-link{display:flex;align-items:flex-start;gap:6px}.pe-link__preview{flex-shrink:0;width:20px;height:56px;display:flex;align-items:center;justify-content:center}.pe-link__favicon{width:14px;height:14px;object-fit:contain}.pe-link__favicon-fb{font-size:12px}.pe-link__inputs{flex:1;display:flex;flex-direction:column;gap:4px}.pe-link__delete{flex-shrink:0;background:none;border:none;color:#ff646499;font-size:1.1rem;cursor:pointer;padding:4px;border-radius:4px;line-height:1;transition:color .15s,background .15s;margin-top:2px}.pe-link__delete:hover{color:#ff6464;background:#ff64641a}.pe-segment{display:flex;border:1px solid rgba(255,255,255,.15);border-radius:8px;overflow:hidden}.pe-segment__btn{flex:1;background:#ffffff0a;border:none;color:#ffffff8c;padding:6px 10px;font-size:.78rem;font-family:inherit;cursor:pointer;transition:background .15s,color .15s;border-right:1px solid rgba(255,255,255,.1)}.pe-segment__btn:last-child{border-right:none}.pe-segment__btn:hover{background:#ffffff1a;color:#fff}@media(max-width:640px){.panel-editor{top:auto;left:0;right:0;bottom:0;width:100%;min-height:75vh;max-height:calc(100vh - 6px);border-left:none;border-top:1px solid rgba(255,255,255,.12);border-top-left-radius:14px;border-top-right-radius:14px;animation:panel-editor-enter-bottom .3s cubic-bezier(.2,.8,.2,1)}}@media(prefers-reduced-motion:reduce){.panel-editor{animation:none}}.pe-segment__btn--active{background:#63b3ed40;color:#fff}.pe-segment__btn--active:hover{background:#63b3ed59}.pe-layout-error{margin:2px 0 0;font-size:.72rem;color:#ff9191f2}.pe-note{margin:2px 0 0;font-size:.72rem;color:#d0e8ffe6}.pe-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e8eaf0;border-radius:8px;padding:7px 14px;font-size:.8rem;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;width:100%}.pe-btn:hover{background:#ffffff26}.pe-btn--compact{width:auto;min-width:78px;padding:7px 10px}.pe-btn--add{background:#63b3ed26;border-color:#63b3ed59}.pe-btn--add:hover{background:#63b3ed47}.pe-btn--danger{background:#dc3c3c26;border-color:#dc3c3c59;color:#ff9696e6}.pe-btn--danger:hover{background:#dc3c3c47}@media(max-width:900px){.panel-editor{top:50px;width:min(320px,48vw)}}@media(max-width:640px){.panel-editor{top:auto;right:0;left:0;bottom:0;width:100%;height:min(48vh,420px);border-left:none;border-top:1px solid rgba(255,255,255,.12);border-top-left-radius:14px;border-top-right-radius:14px}.pe-header{padding:12px 16px}.pe-header__close{min-width:40px;min-height:40px;font-size:1.5rem}.pe-body{padding-bottom:24px}.pe-section{padding:12px 16px;gap:12px}.pe-row,.pe-inline-action{grid-template-columns:1fr}.pe-field__label,.pe-check,.pe-layout-error,.pe-note,.pe-segment__btn,.pe-btn{font-size:.9rem}.pe-input{min-height:42px;padding:10px 12px;font-size:16px}.pe-input--sm{min-height:38px;padding:8px 10px;font-size:16px}.pe-color{width:48px;height:40px}.pe-segment__btn,.pe-btn{min-height:42px;padding:10px 12px}.pe-link__delete{min-width:40px;min-height:40px;font-size:1.2rem}}.background-editor{position:fixed;top:52px;right:0;bottom:0;width:300px;z-index:420;display:flex;flex-direction:column;background:#0c0e14f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid rgba(255,255,255,.1);color:#e8eaf0;font-size:.82rem;overflow:hidden;animation:background-editor-enter-right .28s cubic-bezier(.2,.8,.2,1)}@keyframes background-editor-enter-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes background-editor-enter-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.be-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.be-header__title{margin:0;font-size:.9rem;font-weight:600;letter-spacing:.03em}.be-header__close{background:none;border:none;color:#ffffff8c;font-size:1.15rem;cursor:pointer;border-radius:4px;line-height:1;padding:4px 6px}.be-header__close:hover{color:#fff;background:#ffffff1a}.be-body{flex:1;overflow-y:auto;padding-bottom:20px}.be-section{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:10px}.be-section__title{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#ffffff73}.be-segment{display:grid;grid-template-columns:1fr 1fr;gap:6px}.be-segment__btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.16);color:#ffffffc7;border-radius:8px;padding:7px 8px;font-size:.75rem;cursor:pointer}.be-segment__btn--active{background:#63b3ed4d;border-color:#63b3eda6;color:#fff}.be-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.be-field{display:flex;flex-direction:column;gap:6px}.be-field__label{font-size:.75rem;color:#ffffffb3}.be-color{width:42px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:none;cursor:pointer}.be-range{width:100%;accent-color:rgba(99,179,237,.9)}.be-btn{border:1px solid rgba(99,179,237,.5);background:#63b3ed40;color:#fff;border-radius:8px;padding:8px 10px;font-size:.78rem;cursor:pointer}.be-btn--ghost{background:#ffffff14;border-color:#ffffff38}.be-preview{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.2);object-fit:cover;max-height:180px}.be-note{margin:0;font-size:.75rem;color:#ffffffbf}.be-note--error{color:#ffaaaaf2}@media(max-width:640px){.background-editor{top:auto;left:0;right:0;bottom:0;width:100%;min-height:75vh;max-height:calc(100vh - 6px);border-left:none;border-top:1px solid rgba(255,255,255,.12);border-top-left-radius:14px;border-top-right-radius:14px;animation:background-editor-enter-bottom .3s cubic-bezier(.2,.8,.2,1)}.be-header{padding:12px 16px}.be-header__close{min-width:40px;min-height:40px;font-size:1.35rem}.be-body{padding-bottom:24px}.be-section{padding:12px 16px;gap:12px}.be-segment{gap:8px}.be-field__label,.be-note,.be-btn,.be-segment__btn{font-size:.92rem}.be-segment__btn,.be-btn{min-height:42px;padding:10px 12px}.be-color{width:48px;height:40px}.be-range{min-height:28px}}@media(prefers-reduced-motion:reduce){.background-editor{animation:none}}.link-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:980;display:flex;align-items:flex-start;justify-content:center;padding:8vh 12px 12px}.link-search__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#04060cb8}.link-search__card{position:relative;width:min(780px,96vw);max-height:84vh;display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:14px;border:1px solid rgba(206,220,255,.2);background:linear-gradient(145deg,#0a1420f2,#070a14f2);box-shadow:0 22px 48px #00000070}.link-search__header h2{margin:0;font-size:1rem;color:#eef3ff}.link-search__header p{margin:4px 0 0;font-size:.8rem;color:#e9f3ffb8}.link-search__input{width:100%;height:44px;border-radius:10px;border:1px solid rgba(181,204,255,.35);background:#09101ce6;color:#f6f9ff;padding:0 12px;font-size:.95rem}.link-search__input:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.link-search__results{margin:0;padding:0;list-style:none;overflow:auto;border-radius:10px;border:1px solid rgba(220,231,255,.16);background:#060a14b3}.link-search__empty{padding:16px;color:#ebf3ffbf;font-size:.9rem}.link-search__item{width:100%;border:0;text-align:left;padding:10px 12px;border-bottom:1px solid rgba(220,231,255,.1);background:transparent;color:#edf3ff;cursor:pointer}.link-search__item:hover,.link-search__item--active{background:#63b3ed33}.link-search__item-main{font-size:.9rem;font-weight:600}.link-search__item-sub{margin-top:3px;font-size:.75rem;color:#e8f1ffb8}@media(max-width:640px){.link-search{padding-top:5vh}.link-search__card{padding:12px;width:100%;max-height:90vh}.link-search__input{height:42px}}.about-help{position:fixed;top:0;right:0;bottom:0;left:0;z-index:970;display:flex;align-items:center;justify-content:center;padding:14px}.about-help__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#060a14ad}.about-help__card{position:relative;width:min(720px,95vw);max-height:84vh;overflow:auto;border-radius:16px;border:1px solid rgba(214,228,255,.2);background:linear-gradient(145deg,#121824f2,#090e18f2);color:#f0f5ff;box-shadow:0 20px 52px #00000080}.about-help__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.about-help__header h2{margin:0;font-size:1rem}.about-help__close{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;font-size:1.2rem;cursor:pointer}.about-help__content{padding:16px;display:grid;gap:14px}.about-help__section{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px}.about-help__section h3{margin:0 0 8px;font-size:.9rem}.about-help__section p{margin:0 0 8px;color:#eff5ffe6}.about-help__link{color:#bcd5ff;font-weight:600}.about-help__section ol{margin:0;padding-left:18px;display:grid;gap:6px;color:#eff5fff2}@media(max-width:640px){.about-help{align-items:flex-end;padding:0}.about-help__card{width:100%;max-height:86vh;border-radius:16px 16px 0 0;border-left:0;border-right:0;border-bottom:0}}.app{--toolbar-height: 56px;--grid-cols: 12;--grid-gap: 16px;--sidebar-width: 300px;position:relative;width:100vw;height:100vh;overflow:hidden}.app--view{--toolbar-height: 0px}.app__skip-link{position:fixed;top:8px;left:8px;z-index:1200;transform:translateY(-160%);background:#fff;color:#0e1524;text-decoration:none;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:600}.app__skip-link:focus{transform:translateY(0)}.app__notice{position:fixed;right:14px;top:calc(var(--toolbar-height) + 10px);z-index:960;max-width:min(420px,90vw);padding:10px 12px;border-radius:10px;border:1px solid rgba(170,205,255,.4);background:#0c1422eb;color:#eef5fff2;font-size:.82rem;box-shadow:0 10px 24px #00000059}.canvas{position:absolute;top:0;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:auto;display:grid;grid-template-columns:repeat(var(--grid-cols),1fr);grid-auto-rows:minmax(64px,auto);gap:var(--grid-gap);align-content:start;align-items:start;padding:calc(var(--toolbar-height) + var(--grid-gap)) var(--grid-gap) calc(var(--grid-gap) * 3);transition:right .25s ease}.canvas--sidebar-open{right:var(--sidebar-width)}.canvas--edit{grid-auto-rows:152px}.canvas__empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--toolbar-height) - 80px);text-align:center;color:#fff9;pointer-events:none}.canvas__empty p{margin:0 0 12px;font-size:1.1rem}.canvas__edit-btn{pointer-events:all;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:10px;padding:8px 18px;font-size:.875rem;font-family:inherit;cursor:pointer;transition:background .15s}.canvas__edit-btn:hover{background:#ffffff40}.canvas__edit-btn:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.app__floating-edit{position:fixed;right:16px;bottom:16px;z-index:550;width:2.5rem;height:2.5rem;border-radius:999px;border:0;background-color:transparent;color:#fff;font-size:2rem;text-shadow:#000;cursor:pointer;padding:0}.app__floating-edit:hover{transform:translateY(-1px);background-color:#fff3}.import-source{position:fixed;top:0;right:0;bottom:0;left:0;z-index:890;display:flex;align-items:center;justify-content:center;padding:16px}.import-source__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#080a109e}.import-source__card{position:relative;width:min(640px,96vw);max-height:min(76vh,700px);overflow:auto;padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:#12151ef5;color:#fffffff0;box-shadow:0 20px 50px #00000073}.import-source__title{margin:0 0 10px;font-size:1rem}.import-source__meta{margin:0;color:#ffffffbd;font-size:.84rem;line-height:1.35}.import-source__actions{margin-top:14px;display:grid;gap:10px}.import-source__url-row{display:grid;grid-template-columns:1fr auto;gap:8px}.import-source__url-input{min-height:38px;border-radius:9px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#fff;padding:0 10px;font-size:.82rem;font-family:inherit}.import-source__url-input::placeholder{color:#ffffff8f}.import-source__url-input:focus-visible{outline:2px solid rgba(99,179,237,.95);outline-offset:2px}.import-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:16px}.import-preview__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#080a10ad}.import-preview__card{position:relative;width:min(760px,96vw);max-height:min(80vh,780px);overflow:auto;padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:#12151ef2;color:#ffffffeb;box-shadow:0 20px 50px #00000080}.import-preview__title{margin:0 0 10px;font-size:1rem}.import-preview__meta{margin:0 0 6px;color:#ffffffb8;font-size:.84rem}.import-preview__section{margin-top:12px;padding:10px 12px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.import-preview__section h3{margin:0 0 8px;font-size:.8rem;letter-spacing:.03em}.import-preview__section ul{margin:0;padding-left:18px}.import-preview__section li{margin:0 0 6px;line-height:1.25;font-size:.8rem}.import-preview__section--ok{color:#a8f0c9f2;border-color:#81e0a573;background:#50b4781f}.import-preview__actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}@media(max-width:900px){.app{--toolbar-height: 54px;--grid-gap: 12px}.canvas--sidebar-open{right:min(320px,48vw)}}@media(max-width:640px){.app{--toolbar-height: 56px;--grid-gap: 8px;--grid-cols: 1}.app--view{--toolbar-height: 0px}.canvas--sidebar-open{right:0;padding-bottom:48vh}.canvas__empty p{font-size:1rem}.canvas__edit-btn{width:100%;max-width:280px;padding:10px 12px}.app__floating-edit{right:12px;bottom:12px;width:56px;height:56px;font-size:1.5rem}.app__notice{right:8px;left:8px;max-width:none;top:calc(var(--toolbar-height) + 8px)}.import-preview,.import-source{padding:8px}.import-source__card{width:100%;max-height:84vh;padding:14px}.import-source__url-row{grid-template-columns:1fr}.import-source__url-row .toolbar__btn{width:100%}.import-preview__card{width:100%;max-height:86vh;padding:14px}.import-preview__actions{flex-direction:column-reverse}.import-preview__actions .toolbar__btn{width:100%}}
