:root{--color-1:#66c0f4;--color-2:#a374ff;--color-3:#0f1720;--color-4:#f4f6fa;--color-5:#b8c2d1;--color-6:#f4f7fb;--color-7:#4a5266;--color-8:#12151c;--background-color:var(--color-3);--text-color:var(--color-5);--text-heading-color:var(--color-6);--accent-color:var(--color-1);--accent-2-color:var(--color-2);--accent-contrast-color:#05131c;--background-elevated-color:#ffffff0a;--background-elevated-hover-color:#ffffff12;--border-color:#ffffff17;--accent-soft-color:#66c0f426;--toast-seek-bar-color:#ffffffd9;--tab-bar-background:#fff3;--success-color:#7ee08a;--warning-color:#ffcf6b;--danger-color:#ff8a8a;--button-background:#ffffff14;--button-color:var(--text-color);--button-danger-background:#ff8a8a29;--button-danger-color:var(--danger-color)}@media (prefers-color-scheme:light){:root{--background-color:var(--color-4);--text-color:var(--color-7);--text-heading-color:var(--color-8);--background-elevated-color:#ffffffbf;--background-elevated-hover-color:#fffffff2;--border-color:#0f172014;--accent-soft-color:#66c0f42e;--button-background:#0f17200f;--button-danger-background:#ff5a5a24}}:root{--radius-px:14px;--shadow:0 20px 60px -20px #0009;--font-size-standard:16px}@media (prefers-color-scheme:light){:root{--shadow:0 20px 50px -20px #1e283c40}}:root{--font-family-sans:"Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;--font-family-heading:"Noto Sans JP", system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--font-family-sans);font-size:var(--font-size-standard);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-color);background:var(--background-color);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box}body{min-height:100vh;margin:0;overflow-x:hidden}h1,h2{font-family:var(--font-family-heading);color:var(--text-heading-color);font-weight:600}a{color:var(--accent-color)}::selection{background:var(--accent-soft-color);color:var(--text-heading-color)}button{background:var(--button-background);color:var(--button-color);font:inherit;cursor:pointer;border:none;border-radius:999px;padding-block:.75em;padding-inline:1.5em;font-size:1em;font-weight:600;transition-property:filter,box-shadow,opacity;transition-duration:.2s;transition-timing-function:ease}button:hover{filter:brightness(1.08);box-shadow:0 0 0 4px var(--accent-soft-color)}button:active{filter:brightness(.96)}button:disabled{opacity:.5;cursor:not-allowed;filter:none;box-shadow:none}input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],textarea,select{font:inherit;border:1px solid var(--border-color);color:var(--color-8);background:#fff;border-radius:999px;outline:none;padding-block:.75em;padding-inline:1.1em;transition-property:border-color,box-shadow;transition-duration:.2s;transition-timing-function:ease}:is(input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],textarea,select):focus{border-color:var(--accent-color);box-shadow:0 0 0 4px var(--accent-soft-color)}:is(input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],textarea,select)::placeholder{color:var(--color-7);opacity:.6}:is(input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],textarea,select):disabled{opacity:.5;cursor:not-allowed}:is(input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],textarea,select)::selection{background:var(--accent-color);color:var(--accent-contrast-color)}textarea{border-radius:var(--radius-px);resize:vertical;min-height:6em}input[type=checkbox],input[type=range]{accent-color:var(--accent-color);cursor:pointer}table{border-collapse:collapse;width:100%}table th,table td{border-bottom:1px solid var(--border-color);text-align:left;padding-block:.6em;padding-inline:.8em}table th{color:var(--text-heading-color);font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.animation-loading-rotate{animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.animation-fade-in{animation-name:fade-in;animation-duration:.4s;animation-timing-function:ease;animation-fill-mode:both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animation-fade-in-up{animation-name:fade-in-up;animation-duration:.5s;animation-timing-function:ease;animation-fill-mode:both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.message-dialog-view.svelte-xh6ym4{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.message-dialog-view.svelte-xh6ym4 .overlay:where(.svelte-xh6ym4){background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4){--message-dialog-padding-px:24px;--message-dialog-max-width-px:360px;padding-top:var(--message-dialog-padding-px);padding-bottom:var(--message-dialog-padding-px);padding-left:var(--message-dialog-padding-px);padding-right:var(--message-dialog-padding-px);max-width:var(--message-dialog-max-width-px);background-color:var(--background-color);border-style:solid;border-width:1px;border-color:var(--border-color);border-radius:var(--radius-px);box-shadow:var(--shadow);flex-direction:column;gap:1em;display:flex;position:relative}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) .message:where(.svelte-xh6ym4){color:var(--text-heading-color);white-space:pre-wrap;margin:0;font-size:1em}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) .description:where(.svelte-xh6ym4){color:var(--text-color);white-space:pre-wrap;margin:0;font-size:.85em}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) .button-area:where(.svelte-xh6ym4){justify-content:flex-end;gap:.75em;display:flex}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) button:where(.svelte-xh6ym4){border-style:solid;border-width:1px;border-color:var(--border-color);border-radius:var(--radius-px);color:var(--text-color);background-color:#0000;padding:.4em 1.2em;font-size:.9em;transition-property:color,border-color;transition-duration:.2s;transition-timing-function:ease}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) button:where(.svelte-xh6ym4):hover{color:var(--accent-color);border-color:var(--accent-color)}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) .positive-button:where(.svelte-xh6ym4){background-color:var(--accent-color);border-color:var(--accent-color);color:var(--background-color)}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4) .positive-button:where(.svelte-xh6ym4):hover{color:var(--background-color)}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4).warning .positive-button:where(.svelte-xh6ym4){background-color:var(--warning-color);border-color:var(--warning-color)}.message-dialog-view.svelte-xh6ym4 .dialog:where(.svelte-xh6ym4).danger .positive-button:where(.svelte-xh6ym4){background-color:var(--danger-color);border-color:var(--danger-color)}.toast-message-view.svelte-1auua79{--toast-message-top-px:24px;top:var(--toast-message-top-px);background:linear-gradient(120deg, var(--accent-color), var(--accent-2-color));border-radius:var(--radius-px);max-width:90vw;box-shadow:var(--shadow);padding:.75em 1.5em;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.toast-message-view.svelte-1auua79 .seek-bar:where(.svelte-1auua79){background-color:var(--toast-seek-bar-color);width:0%;height:3px;animation-name:svelte-1auua79-toast-seek-bar-fill;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;top:0;left:0}.toast-message-view.svelte-1auua79 .message:where(.svelte-1auua79){color:var(--accent-contrast-color);white-space:pre-wrap;margin:0;font-size:.9em;font-weight:600}@keyframes svelte-1auua79-toast-seek-bar-fill{0%{width:0%}to{width:100%}}.spinner-view.svelte-w3ng3s{border-style:solid;border-color:var(--border-color);border-top-color:var(--accent-color);border-radius:50%;animation-name:spin;animation-duration:.8s;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-block}.loading-area-view.svelte-wuunlr{flex-direction:column;min-height:6em;display:flex}.loading-area-view.svelte-wuunlr.has-fixed-height{overflow:hidden}.loading-area-view.svelte-wuunlr .state:where(.svelte-wuunlr){opacity:.75;width:100%;color:var(--text-color);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.space-panel-view.svelte-6p3dwo{text-align:center;justify-content:center;align-items:center;padding:1.5em;text-decoration:none;transition-property:transform;transition-duration:.2s;transition-timing-function:ease;display:flex}.space-panel-view.svelte-6p3dwo:hover{transform:translateY(-2px)}.space-panel-view.svelte-6p3dwo .space-name:where(.svelte-6p3dwo){color:var(--text-heading-color);margin:0;font-size:1.1em;font-weight:600}.space-list-view.svelte-7hqvvo{width:100%}.space-list-view.svelte-7hqvvo .space-list:where(.svelte-7hqvvo){grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1em;width:100%;display:grid}.space-list-view.svelte-7hqvvo .empty-message:where(.svelte-7hqvvo){color:var(--text-color);opacity:.75}.space-list-view.svelte-7hqvvo .error-message:where(.svelte-7hqvvo){color:var(--danger-color)}.logo-view.svelte-nvkm96{opacity:1;transition:opacity .2s;display:inline-flex}.logo-view.svelte-nvkm96:hover{opacity:.8}.logo.svelte-nvkm96{border-radius:var(--radius-px);width:auto;height:3em;display:block}.home-authorized-view.svelte-vwalcz{flex-direction:column;gap:2em;width:100%;padding:1.5em;display:flex}.home-authorized-view.svelte-vwalcz .description-area:where(.svelte-vwalcz) h1:where(.svelte-vwalcz){margin-block:0 .5em;margin-inline:0}.home-authorized-view.svelte-vwalcz .description-area:where(.svelte-vwalcz) p:where(.svelte-vwalcz){color:var(--text-color);margin:0}.font-awesome-view.svelte-5e8h29{letter-spacing:0;vertical-align:middle;font-size:.73em}.font-awesome-view.svelte-5e8h29.padding-left-right{padding-left:.25em;padding-right:.25em}.google-material-icon-view.svelte-1yac9y2{opacity:0;letter-spacing:0;vertical-align:middle;-webkit-user-select:none;user-select:none;font-size:1em;font-weight:900;display:inline-block}.google-material-icon-view.svelte-1yac9y2.padding-left-right{padding-left:.25em;padding-right:.25em}.google-material-icon-view.svelte-1yac9y2.show{opacity:1}.notification-circle-view.svelte-drhbk6{-webkit-user-select:none;user-select:none;border-radius:.7em;justify-content:center;align-items:center;width:max-content;min-width:1.4em;height:1.4em;padding-left:.4em;padding-right:.4em;font-size:.75em;font-weight:700;line-height:0;display:inline-flex;position:relative}.notification-circle-view.svelte-drhbk6.dot{width:.6em;min-width:.6em;height:.6em;padding-left:0;padding-right:0}.notification-circle-view.svelte-drhbk6 .ripple:where(.svelte-drhbk6){border-radius:inherit;background-color:inherit;opacity:.6;pointer-events:none;animation-name:svelte-drhbk6-notification-circle-ripple;animation-duration:1.4s;animation-timing-function:ease-out;animation-iteration-count:infinite;position:absolute;inset:0}@keyframes svelte-drhbk6-notification-circle-ripple{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.hover-tips-view.svelte-ivmzml{background-color:var(--text-color);opacity:.5;width:1em;height:1em;color:var(--background-color);-webkit-user-select:none;user-select:none;cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:.75em;line-height:1em;display:inline-flex}.hover-tips-view.svelte-ivmzml .icon:where(.svelte-ivmzml){justify-content:center;align-items:center;transition-duration:.25s;display:flex}.hover-tips-view.svelte-ivmzml.inversion-color{background-color:var(--background-color);color:var(--text-color)}.hover-tips-view.svelte-ivmzml.horizontal-margin{margin-left:.25em;margin-right:.25em}.hover-tips-view.svelte-ivmzml:hover{opacity:1}.hover-tips-view.svelte-ivmzml:hover .icon:where(.svelte-ivmzml){transform:scale(.6)rotate(360deg)}.button-view.svelte-1l4wiri{background-color:var(--button-background);width:max-content;color:var(--button-color);border-radius:4px;transition-duration:.5s;position:relative}.button-view.svelte-1l4wiri .frame:where(.svelte-1l4wiri){border-style:solid;border-width:1px;border-color:var(--border-color);pointer-events:none;border-radius:4px;transition-duration:.25s;position:absolute;inset:0}.button-view.svelte-1l4wiri:hover{box-shadow:none}.button-view.svelte-1l4wiri:hover .frame:where(.svelte-1l4wiri){border-color:var(--accent-color)}.button-view.svelte-1l4wiri:hover.danger .frame:where(.svelte-1l4wiri){border-color:var(--danger-color)}.button-view.svelte-1l4wiri:hover.progress .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri:hover.sub .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri:hover.text .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri .text-area:where(.svelte-1l4wiri){min-height:1em}.button-view.svelte-1l4wiri .notification-badge:where(.svelte-1l4wiri){pointer-events:none;justify-content:center;align-items:center;font-size:.75em;display:flex;position:absolute;top:-.4em;right:-.4em}.button-view.svelte-1l4wiri.primary{background-color:var(--accent-color);color:var(--accent-contrast-color)}.button-view.svelte-1l4wiri.primary .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri.primary:hover{filter:brightness(1.08)}.button-view.svelte-1l4wiri.primary:hover .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri.sub{background-color:var(--border-color)}.button-view.svelte-1l4wiri.sub .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri.sub:hover{background-color:var(--accent-soft-color)}.button-view.svelte-1l4wiri.danger{background-color:var(--button-danger-background);color:var(--button-danger-color)}.button-view.svelte-1l4wiri.danger .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri.text{background-color:#0000}.button-view.svelte-1l4wiri.text .frame:where(.svelte-1l4wiri){border-color:#0000}.button-view.svelte-1l4wiri.text:hover{background-color:var(--accent-soft-color)}.button-view.svelte-1l4wiri.small{padding-block:.35em;padding-inline:.9em;font-size:.85em}.button-view.svelte-1l4wiri.progress{cursor:wait}.button-view.svelte-1l4wiri.progress .text-area:where(.svelte-1l4wiri){position:relative}.button-view.svelte-1l4wiri.progress .text-area:where(.svelte-1l4wiri) .text:where(.svelte-1l4wiri){opacity:.1}.button-view.svelte-1l4wiri.progress .text-area:where(.svelte-1l4wiri) .progress-area:where(.svelte-1l4wiri){justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.button-view.svelte-1l4wiri:disabled .frame:where(.svelte-1l4wiri){opacity:0}.google-login-view.svelte-vip1k0{display:inline-block}.home-unauthorized-view.svelte-s0nipy{flex-direction:column;align-items:flex-start;gap:1.5em;width:100%;padding:1.5em;display:flex}.home-unauthorized-view.svelte-s0nipy h1:where(.svelte-s0nipy){margin:0}.home-unauthorized-view.svelte-s0nipy p:where(.svelte-s0nipy){color:var(--text-color);margin:0}.space-load-view.svelte-1dmc5e0{flex-direction:column;gap:1.5em;width:100%;display:flex}.space-load-view.svelte-1dmc5e0 .empty-message:where(.svelte-1dmc5e0){color:var(--danger-color)}.auth-user-view.svelte-1qt1n8f{flex-direction:column;gap:.3em;display:flex}.auth-user-view.svelte-1qt1n8f .user-name:where(.svelte-1qt1n8f){color:var(--text-color);font-size:1em}.auth-user-view.svelte-1qt1n8f .logout-button:where(.svelte-1qt1n8f){color:var(--text-color);cursor:pointer;background:0 0;border:none;align-self:flex-end;padding-block:.3em;padding-inline:.5em;font-size:.85em;transition-property:color;transition-duration:.2s;transition-timing-function:ease}.auth-user-view.svelte-1qt1n8f .logout-button:where(.svelte-1qt1n8f):hover{color:var(--accent-color)}.auth-user-view.svelte-1qt1n8f.small{gap:.2em}.auth-user-view.svelte-1qt1n8f.small .user-name:where(.svelte-1qt1n8f){font-size:.85em}.auth-user-view.svelte-1qt1n8f.small .logout-button:where(.svelte-1qt1n8f){padding-block:.15em;padding-inline:.3em;font-size:.75em}.horizontal-resizable-box-view.svelte-of9p4m{flex-shrink:0;height:100%;display:flex;position:relative}.horizontal-resizable-box-view.svelte-of9p4m .content-area:where(.svelte-of9p4m){width:100%;min-width:0}.horizontal-resizable-box-view.svelte-of9p4m .resize-handle:where(.svelte-of9p4m){cursor:col-resize;width:8px;height:100%;position:absolute;top:0;right:0}.horizontal-resizable-box-view.svelte-of9p4m .resize-handle:where(.svelte-of9p4m):hover,.horizontal-resizable-box-view.svelte-of9p4m .resize-handle:where(.svelte-of9p4m).dragging{background:var(--accent-color);opacity:.3}.icon-view.svelte-1lhfvaw{cursor:pointer;justify-content:center;align-items:center;width:1em;height:1em;padding:.5em;line-height:1em;transition-duration:.5s;display:inline-flex;position:relative}.icon-view.svelte-1lhfvaw .notification-badge:where(.svelte-1lhfvaw){pointer-events:none;justify-content:center;align-items:center;width:.75em;font-size:.75em;display:flex;position:absolute;top:-.2em;right:-.2em}.icon-view.svelte-1lhfvaw.circle{border-radius:1em;width:2em;height:2em}.icon-view.svelte-1lhfvaw.circle:hover{background-color:var(--accent-soft-color)}.icon-view.svelte-1lhfvaw.button{border-style:solid;border-width:1px;border-color:var(--text-color);background-color:var(--background-color);border-radius:2px}.icon-view.svelte-1lhfvaw.button:hover{filter:brightness(.75)}.icon-view.svelte-1lhfvaw.disabled{opacity:.3;cursor:not-allowed}.icon-view.svelte-1lhfvaw.disabled:hover{filter:none;background-color:#0000}.dropdown-menu-view.svelte-yfcy3z{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius-px);min-width:10em;box-shadow:var(--shadow);z-index:1000;flex-direction:column;margin:0;padding-block:.4em;padding-inline:0;list-style:none;display:flex;position:fixed}.dropdown-menu-view.svelte-yfcy3z .menu-item:where(.svelte-yfcy3z){color:var(--text-color);cursor:pointer;align-items:center;gap:.6em;padding-block:.5em;padding-inline:1em;display:flex}.dropdown-menu-view.svelte-yfcy3z .menu-item:where(.svelte-yfcy3z):hover{background-color:var(--background-elevated-hover-color)}.dropdown-menu-view.svelte-yfcy3z .menu-item:where(.svelte-yfcy3z).danger{color:var(--danger-color)}.collapse-icon-view.svelte-zcz9zt{cursor:pointer;justify-content:center;align-items:center;width:1em;height:1em;padding:.5em;line-height:1em;display:inline-flex}.collapse-icon-view.svelte-zcz9zt .chevron:where(.svelte-zcz9zt){transition-property:transform;transition-duration:.2s;transition-timing-function:ease;display:inline-flex;transform:rotate(0)}.collapse-icon-view.svelte-zcz9zt .chevron:where(.svelte-zcz9zt).collapsed{transform:rotate(-90deg)}.tree-item-view.svelte-aghen4{list-style:none}.tree-item-view.svelte-aghen4 ul:where(.svelte-aghen4){margin:0;padding-left:1.25em}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4){border-radius:var(--radius-px);align-items:center;gap:.25em;padding-block:.15em;padding-inline:.25em;display:flex}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4):hover{background-color:var(--background-elevated-hover-color)}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4).selected{background-color:var(--accent-soft-color)}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4).dragging{opacity:.5;cursor:grabbing}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4).drop-target{outline:2px dashed var(--accent-color);outline-offset:-2px;background-color:var(--accent-soft-color)}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4) .chevron-placeholder:where(.svelte-aghen4){width:1em;height:1em;display:inline-block}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4) .name:where(.svelte-aghen4){color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;flex-grow:1;flex-shrink:1;overflow:hidden}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4) .name-input:where(.svelte-aghen4){min-width:0;font-size:inherit;border-radius:0;flex-grow:1;flex-shrink:1;padding-block:0;padding-inline:.3em}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4) .actions:where(.svelte-aghen4){opacity:0;flex-shrink:0;align-items:center;transition-property:opacity;transition-duration:.2s;display:flex}.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4):hover .actions:where(.svelte-aghen4),.tree-item-view.svelte-aghen4 .row:where(.svelte-aghen4).menu-open .actions:where(.svelte-aghen4){opacity:1}.tree-view.svelte-1d51o4x{flex-direction:column;gap:.5em;height:100%;padding-block:1em;padding-inline:1em;display:flex;overflow:hidden auto}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x){justify-content:space-between;align-items:center;display:flex}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x) h1:where(.svelte-1d51o4x){white-space:nowrap;margin:0;font-size:1.1em}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x) .header-actions:where(.svelte-1d51o4x){flex-shrink:0;align-items:center;display:flex}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x) .menu-button:where(.svelte-1d51o4x){opacity:0;transition-property:opacity;transition-duration:.2s}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x) .menu-button:where(.svelte-1d51o4x).menu-open{opacity:1}.tree-view.svelte-1d51o4x .header-row:where(.svelte-1d51o4x):hover .menu-button:where(.svelte-1d51o4x){opacity:1}.tree-view.svelte-1d51o4x .root-list:where(.svelte-1d51o4x){margin:0;padding:0}.tree-view.svelte-1d51o4x .empty-message:where(.svelte-1d51o4x){color:var(--text-color);opacity:.75;white-space:nowrap}.tree-view.svelte-1d51o4x .error-message:where(.svelte-1d51o4x){color:var(--danger-color);white-space:nowrap}.sidebar-view.svelte-1fzhhwi{border-right:1px solid var(--border-color);width:100%;height:100%;display:flex;position:relative}.sidebar-view.svelte-1fzhhwi .main-area:where(.svelte-1fzhhwi){flex-direction:column;flex-grow:1;min-width:0;display:flex}.sidebar-view.svelte-1fzhhwi .main-area:where(.svelte-1fzhhwi) .logo-area:where(.svelte-1fzhhwi){border-bottom:1px solid var(--border-color);flex-shrink:0;padding-block:.5em;padding-inline:1em}.sidebar-view.svelte-1fzhhwi .main-area:where(.svelte-1fzhhwi) .tree-area:where(.svelte-1fzhhwi){flex-grow:1;min-height:0}.sidebar-view.svelte-1fzhhwi .main-area:where(.svelte-1fzhhwi) .auth-area:where(.svelte-1fzhhwi){border-top:1px solid var(--border-color);flex-shrink:0;padding-block:.75em;padding-inline:1em}.sidebar-view.svelte-1fzhhwi .collapse-edge-button:where(.svelte-1fzhhwi){border-style:none;border-inline-start:1px solid var(--border-color);background-color:var(--background-elevated-hover-color);width:2em;height:100%;color:var(--text-color);cursor:pointer;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}@media (width<=768px){.horizontal-resizable-box-view{transition-property:width;transition-duration:.3s;transition-timing-function:ease}.horizontal-resizable-box-view .resize-handle{display:none}}.textarea-view.svelte-1tgk906{width:100%}.tree-content-view.svelte-18rn69e{flex-direction:column;flex-grow:1;flex-shrink:1;min-width:0;display:flex}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e){flex-direction:column;flex-grow:1;gap:.5em;min-height:0;display:flex}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .textarea-wrapper:where(.svelte-18rn69e){opacity:1;flex-grow:1;min-height:0;transition-property:opacity;transition-duration:.4s;transition-timing-function:ease;display:flex;position:relative}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .textarea-wrapper:where(.svelte-18rn69e).dimmed{opacity:.4}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .textarea-wrapper:where(.svelte-18rn69e) .textarea-view{resize:none;border-radius:0;flex-grow:1;min-height:0;margin:0}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .textarea-wrapper:where(.svelte-18rn69e) .overlay-message:where(.svelte-18rn69e){pointer-events:none;justify-content:center;align-items:center;padding:2em;display:flex;position:absolute;inset:0}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .textarea-wrapper:where(.svelte-18rn69e) .overlay-message:where(.svelte-18rn69e) p:where(.svelte-18rn69e){color:var(--text-color);margin:0}.tree-content-view.svelte-18rn69e .file-area:where(.svelte-18rn69e) .status-message:where(.svelte-18rn69e){color:var(--text-color);text-align:right;opacity:.5;margin:0;font-size:.85em}.space-page.svelte-y6g273{flex-direction:column;width:100%;height:100%;padding:.5em;display:flex}.space-page.svelte-y6g273 .space-load-view,.space-page.svelte-y6g273 .space-load-view .loading-area-view{flex-direction:column;flex-grow:1;min-height:0;display:flex}.space-content.svelte-y6g273{flex-grow:1;width:100%;min-height:0;display:flex}.balloon-view.svelte-1pt0zso{background-color:var(--background-color);opacity:0;filter:drop-shadow(2px 4px 6px #0006);color:var(--text-color);pointer-events:none;border-style:solid;border-width:1px;border-radius:12px;padding:.25em 1em;font-size:13px;transition-property:opacity;transition-duration:.25s;position:absolute}.balloon-view.svelte-1pt0zso .text:where(.svelte-1pt0zso){white-space:pre-wrap}.balloon-view.svelte-1pt0zso.show{opacity:1;pointer-events:all;transition-duration:.25s}.balloon-view.svelte-1pt0zso .arrow:where(.svelte-1pt0zso){border-style:solid;border-width:0 10px 5px;border-top-color:#0000;border-left-color:#0000;border-bottom-color:var(--background-color);border-right-color:#0000;position:absolute;top:-5px}.balloon-view.svelte-1pt0zso .arrow:where(.svelte-1pt0zso).border{border-bottom-color:var(--text-color);border-width:0 12px 6px;top:-6px;transform:translate(-2px)}.sample-sidebar-item-view.svelte-1o5476k a:where(.svelte-1o5476k){color:var(--text-color);border-radius:.25em;padding-block:.5em;padding-inline:.75em;text-decoration:none;display:block}.sample-sidebar-item-view.svelte-1o5476k a:where(.svelte-1o5476k).active{background:var(--accent-color);color:var(--accent-contrast-color)}.sample-sidebar-view.svelte-1uezub{border-right:1px solid var(--border-color);flex-shrink:0;width:12em;padding-block:1.5em;padding-inline:1em}.sample-sidebar-view.svelte-1uezub ul:where(.svelte-1uezub){flex-direction:column;gap:.5em;margin:0;padding:0;list-style:none;display:flex}.card-view.svelte-pio32a{background:var(--background-elevated-color);border:1px solid var(--border-color);border-radius:var(--radius-px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);padding:1em}.card-view.svelte-pio32a.disable-padding{padding:0}.mail-password-button-view.svelte-rncif5{display:flex}.close-button-view.svelte-wifk7o{--normal-size:16px;--small-size:12px;--large-size:40px;--line-size:2px;--large-line-size:4px;width:var(--normal-size);height:var(--normal-size);border-width:var(--line-size);cursor:pointer;padding:4px;transition-duration:0s}.close-button-view.svelte-wifk7o.small{width:var(--small-size);height:var(--small-size);border-width:var(--line-size)}.close-button-view.svelte-wifk7o.small .cross-sign:where(.svelte-wifk7o) .line:where(.svelte-wifk7o){height:var(--small-size)}.close-button-view.svelte-wifk7o.large{width:var(--large-size);height:var(--large-size);border-width:var(--large-line-size)}.close-button-view.svelte-wifk7o.large .cross-sign:where(.svelte-wifk7o) .line:where(.svelte-wifk7o){height:var(--large-size)}.close-button-view.svelte-wifk7o:hover{background-color:var(--box-background-color);border-radius:50%;transition-duration:.5s;transform:rotate(90deg)}.close-button-view.svelte-wifk7o .cross-sign:where(.svelte-wifk7o){justify-content:center;width:100%;height:100%;display:flex;position:relative}.close-button-view.svelte-wifk7o .cross-sign:where(.svelte-wifk7o) .line:where(.svelte-wifk7o){width:var(--line-size);height:var(--normal-size);background-color:var(--text-color);position:absolute;top:50%;left:50%}.close-button-view.svelte-wifk7o .cross-sign:where(.svelte-wifk7o) .line:where(.svelte-wifk7o).left-up{transform:translate(-50%,-50%)rotate(-45deg)}.close-button-view.svelte-wifk7o .cross-sign:where(.svelte-wifk7o) .line:where(.svelte-wifk7o).right-up{transform:translate(-50%,-50%)rotate(45deg)}.dialog-view.svelte-15yih0y{--dialog-padding:20px;opacity:0;width:100%;height:100%;text-align:initial;pointer-events:none;overscroll-behavior:none;background-color:#0003;justify-content:center;align-items:center;transition-duration:.125s;display:flex;position:fixed;top:0;left:0;overflow:auto}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y){background-color:var(--background-color);border:1px solid #aaaa;border-radius:10px;outline:none;flex-direction:column;max-width:90vw;max-height:90vh;transition-duration:.125s;transition-timing-function:linear;display:flex;position:relative;transform:scale(0)}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y) .header-area:where(.svelte-15yih0y){padding-left:var(--dialog-padding);align-items:center;gap:24px;padding-right:10px;font-size:18px;display:flex}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y) .header-area:where(.svelte-15yih0y) .title-area:where(.svelte-15yih0y){flex-grow:1;padding-top:.5em;padding-bottom:.5em}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y) .header-area:where(.svelte-15yih0y) .close-button-area:where(.svelte-15yih0y){padding-top:.5em;padding-bottom:.5em}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y) .header-area:where(.svelte-15yih0y).with-title{border-bottom:1px solid #0002}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y)>.content:where(.svelte-15yih0y){box-sizing:border-box;min-height:100px;padding-left:var(--dialog-padding);padding-right:var(--dialog-padding);padding-top:14px;padding-bottom:var(--dialog-padding);flex:auto;overflow-y:auto}.dialog-view.svelte-15yih0y .dialog:where(.svelte-15yih0y) .footer-area:where(.svelte-15yih0y){justify-content:center;align-items:center;gap:24px;padding-top:12px;padding-bottom:12px;display:flex}.dialog-view.svelte-15yih0y.show{opacity:1;pointer-events:all}.dialog-view.svelte-15yih0y.show .dialog:where(.svelte-15yih0y){transition-duration:.125s;transition-delay:.1s;transform:scale(1)}.dialog-view.svelte-15yih0y.position-right{justify-content:flex-end;align-items:stretch}.dialog-view.svelte-15yih0y.position-right .dialog:where(.svelte-15yih0y){border-top-width:0;border-bottom-width:0;border-right-width:0;border-radius:0;width:320px;height:100%;max-height:100vh;transform:translate(100%)}.dialog-view.svelte-15yih0y.position-right.show .dialog:where(.svelte-15yih0y){transform:translate(0)}@media (width<=768px){.dialog-view.position-right.svelte-15yih0y .dialog:where(.svelte-15yih0y){width:100%!important;max-width:100%!important}}.login-dialog-view.svelte-13k5hkr{flex-direction:column;gap:1.5em;min-width:280px;display:flex}.login-dialog-view.svelte-13k5hkr .email-login-area:where(.svelte-13k5hkr){flex-direction:column;gap:.75em;display:flex}.login-dialog-view.svelte-13k5hkr .email-login-area:where(.svelte-13k5hkr) input:where(.svelte-13k5hkr){border-radius:var(--radius-px);border:1px solid #0003;padding-block:.7em;padding-inline:.9em}.login-dialog-view.svelte-13k5hkr .email-login-area:where(.svelte-13k5hkr) .error-message:where(.svelte-13k5hkr){color:var(--danger-color);margin:0}.registry-dialog-view.svelte-1xxee2x{flex-direction:column;gap:1.5em;min-width:280px;display:flex}.registry-dialog-view.svelte-1xxee2x .registered-message:where(.svelte-1xxee2x){text-align:center;color:var(--text-color);margin:0}.registry-dialog-view.svelte-1xxee2x .email-registry-area:where(.svelte-1xxee2x){flex-direction:column;gap:.75em;display:flex}.registry-dialog-view.svelte-1xxee2x .email-registry-area:where(.svelte-1xxee2x) input:where(.svelte-1xxee2x){border-radius:var(--radius-px);border:1px solid #0003;padding-block:.7em;padding-inline:.9em}.registry-dialog-view.svelte-1xxee2x .email-registry-area:where(.svelte-1xxee2x) .error-message:where(.svelte-1xxee2x){color:var(--danger-color);margin:0}.sample-auth-view.svelte-ygg31h{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-auth-view.svelte-ygg31h .card-body:where(.svelte-ygg31h){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-auth-view.svelte-ygg31h h2:where(.svelte-ygg31h){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-auth-view.svelte-ygg31h .note:where(.svelte-ygg31h){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.add-button-view.svelte-142dsbn{font-size:.75em}.add-button-view.svelte-142dsbn .label:where(.svelte-142dsbn){white-space:nowrap}.add-button-view.svelte-142dsbn:hover{opacity:.5}.add-button-view.svelte-142dsbn.disabled{opacity:.2;cursor:not-allowed}.detail-button-view.svelte-fg7n81{white-space:nowrap;cursor:pointer;border-style:solid;border-width:1px;padding-left:.5em;padding-right:.5em;transition-duration:.25s}.detail-button-view.svelte-fg7n81:hover{background-color:var(--text-color);color:var(--background-color)}.link-button-view.svelte-bg9bqa{display:inline-block}.pin-view.svelte-cni9pb{opacity:.5;cursor:pointer;justify-content:center;align-items:center;transition-duration:.25s;display:inline-flex;overflow:hidden}.pin-view.svelte-cni9pb .pin:where(.svelte-cni9pb){transform:rotate(45deg)scale(.8)}.pin-view.svelte-cni9pb .pin:where(.svelte-cni9pb) .font-awesome-view{transition-duration:.25s}.pin-view.svelte-cni9pb:hover{opacity:1;background-color:#0002;border-top-left-radius:8px;border-top-right-radius:8px;transform:rotate(0)scale(1)}.pin-view.svelte-cni9pb.pinned .pin:where(.svelte-cni9pb){transform:rotate(0)scale(1)}.pin-view.svelte-cni9pb.pinned .pin:where(.svelte-cni9pb) .font-awesome-view{transform:translateY(.25em)}.pin-view.svelte-cni9pb.pinned{border-bottom:1px solid #0006}.text-button-view.svelte-1xr4tib{flex-direction:column;display:inline-flex}.text-button-view.svelte-1xr4tib.enabled{cursor:pointer;transition-duration:.25s}.text-button-view.svelte-1xr4tib.enabled .text-area:where(.svelte-1xr4tib){align-items:center;display:inline-flex}.text-button-view.svelte-1xr4tib.enabled .under-line:where(.svelte-1xr4tib){background-color:var(--text-color);width:0;height:1px;transition-duration:.25s;transition-timing-function:linear}.text-button-view.svelte-1xr4tib.enabled:hover{opacity:1}.text-button-view.svelte-1xr4tib.enabled:hover .under-line:where(.svelte-1xr4tib){width:100%}.text-button-view.svelte-1xr4tib.enabled:active{opacity:.5}.sample-button-view.svelte-3wsyrh{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-button-view.svelte-3wsyrh .card-body:where(.svelte-3wsyrh){flex-flow:wrap;align-items:center;gap:.75em;min-width:14em;display:flex}.sample-button-view.svelte-3wsyrh h2:where(.svelte-3wsyrh){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.edit-dialog-content.svelte-lgg48u{min-width:300px;min-height:200px}.edit-dialog-content.svelte-lgg48u .edit-content:where(.svelte-lgg48u){position:relative}.edit-dialog-content.svelte-lgg48u .edit-content:where(.svelte-lgg48u) .button-margin-area:where(.svelte-lgg48u){height:40px}.edit-dialog-content.svelte-lgg48u .button-gradation-area:where(.svelte-lgg48u){background:linear-gradient(0deg, var(--background-color), transparent);pointer-events:none;width:100%;height:40px;position:absolute;bottom:0;left:0}.edit-dialog-content.svelte-lgg48u .button-area:where(.svelte-lgg48u){justify-content:flex-end;gap:12px;padding-bottom:10px;padding-right:10px;display:flex;position:absolute;bottom:0;right:0}.image.svelte-4di74l{max-width:100%;max-height:80vh;display:block}.input-text-view.svelte-1ddi8jx{width:100%}.sample-dialog-view.svelte-zrys65{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-dialog-view.svelte-zrys65 .card-body:where(.svelte-zrys65){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-dialog-view.svelte-zrys65 h2:where(.svelte-zrys65){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-dialog-view.svelte-zrys65 .note:where(.svelte-zrys65){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.label-view.svelte-qzto1z{opacity:.8;color:var(--text-color);white-space:nowrap;flex-shrink:0;font-size:.8em}.checkbox-view.svelte-fufanr{cursor:pointer;align-items:center;gap:.5em;display:inline-flex}.checkbox-view.svelte-fufanr .box:where(.svelte-fufanr){box-sizing:border-box;background:var(--background-color);border:1px solid var(--border-color);width:1.2em;height:1.2em;color:var(--accent-contrast-color);border-radius:.25em;justify-content:center;align-items:center;font-size:.85em;display:inline-flex}.checkbox-view.svelte-fufanr.checked .box:where(.svelte-fufanr){background:var(--accent-color);border-color:var(--accent-color)}.checkbox-view.svelte-fufanr:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.checkbox-view.svelte-fufanr.disabled{cursor:not-allowed;opacity:.6}.radio-button-view.svelte-1jen4p5{cursor:pointer;align-items:center;gap:.5em;display:inline-flex}.radio-button-view.svelte-1jen4p5 .circle:where(.svelte-1jen4p5){box-sizing:border-box;background:var(--background-color);border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.2em;height:1.2em;transition-property:border-color;transition-duration:.5s;transition-timing-function:ease;display:inline-flex}.radio-button-view.svelte-1jen4p5 .circle:where(.svelte-1jen4p5) .dot:where(.svelte-1jen4p5){background:var(--accent-color);opacity:0;border-radius:50%;width:.6em;height:.6em;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .2s;transform:scale(0)}.radio-button-view.svelte-1jen4p5:hover:not(.disabled) .circle:where(.svelte-1jen4p5){background:var(--accent-soft-color);border-color:var(--accent-color)}.radio-button-view.svelte-1jen4p5.selected .circle:where(.svelte-1jen4p5){border-color:var(--accent-color)}.radio-button-view.svelte-1jen4p5.selected .circle:where(.svelte-1jen4p5) .dot:where(.svelte-1jen4p5){opacity:1;transform:scale(1)}.radio-button-view.svelte-1jen4p5:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.radio-button-view.svelte-1jen4p5.disabled{cursor:not-allowed;opacity:.6}.radio-group-view.svelte-187pesu{flex-wrap:wrap;gap:1em;display:flex}.clipboard-copy-view.svelte-1x7yq5x{width:max-content;color:var(--text-color);flex-shrink:0;align-items:center;gap:.4em;display:inline-flex}.clipboard-copy-view.svelte-1x7yq5x .copy-text:where(.svelte-1x7yq5x){border-style:solid;border-width:1px;border-color:var(--border-color);color:var(--text-color);cursor:text;-webkit-user-select:all;user-select:all;border-radius:4px;padding-block:.3em;padding-inline:.6em;font-size:.75em}.clipboard-copy-view.svelte-1x7yq5x.copied{color:var(--success-color)}.input-area-view.svelte-ilf7nb{align-items:center;gap:.75em;display:flex}.input-area-view.svelte-ilf7nb.can-wrap{flex-wrap:wrap}.input-area-view.svelte-ilf7nb.vertical{flex-direction:column;align-items:stretch}.input-area-view.svelte-ilf7nb .label-area:where(.svelte-ilf7nb){flex-shrink:0;align-items:center;gap:.25em;display:flex}.input-area-view.svelte-ilf7nb .content:where(.svelte-ilf7nb){flex-grow:1;min-width:0}.input-area-view.svelte-ilf7nb .content:where(.svelte-ilf7nb) .tips-message:where(.svelte-ilf7nb){opacity:.7;color:var(--text-color);margin-top:.4em;font-size:.75em}.input-color-view.svelte-flaixt{cursor:pointer;align-items:center;gap:.5em;display:inline-flex}.input-color-view.svelte-flaixt.disabled{opacity:.6;cursor:not-allowed}.input-color-view.svelte-flaixt input[type=color]:where(.svelte-flaixt){box-sizing:border-box;background-color:var(--background-color);border:1px solid var(--border-color);cursor:pointer;border-radius:.3em;width:2.2em;height:2.2em;padding:.15em}.input-color-view.svelte-flaixt input[type=color]:where(.svelte-flaixt):disabled{cursor:not-allowed}.input-color-view.svelte-flaixt .value-text:where(.svelte-flaixt){opacity:.8;color:var(--text-color);font-size:.85em}.input-file-preview-item-view.svelte-1wu5enw{box-sizing:border-box;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius-px);flex-direction:column;align-items:center;gap:.4em;width:7em;padding:.5em;display:flex;position:relative}.input-file-preview-item-view.svelte-1wu5enw .thumbnail-area:where(.svelte-1wu5enw){justify-content:center;align-items:center;width:100%;height:4em;display:flex}.input-file-preview-item-view.svelte-1wu5enw .thumbnail-area:where(.svelte-1wu5enw) .thumbnail-image:where(.svelte-1wu5enw){object-fit:contain;width:100%;height:100%}.input-file-preview-item-view.svelte-1wu5enw .thumbnail-area:where(.svelte-1wu5enw) .file-icon:where(.svelte-1wu5enw){opacity:.6;color:var(--text-color);font-size:1.6em}.input-file-preview-item-view.svelte-1wu5enw .file-name-text:where(.svelte-1wu5enw){width:100%;color:var(--text-color);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.75em;overflow:hidden}.input-file-preview-item-view.svelte-1wu5enw .remove-button:where(.svelte-1wu5enw){background-color:var(--background-elevated-color);border:1px solid var(--border-color);width:1.4em;height:1.4em;color:var(--text-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.75em;display:inline-flex;position:absolute;top:-.5em;right:-.5em}.input-file-preview-item-view.svelte-1wu5enw .remove-button:where(.svelte-1wu5enw):hover{color:var(--danger-color)}.input-file-preview-view.svelte-1azlqt3{flex-wrap:wrap;gap:.75em;margin:0;padding:0;list-style:none;display:flex}.input-file-view.svelte-16uln9x{flex-direction:column;gap:.75em;width:100%;display:flex}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x){box-sizing:border-box;background-color:var(--background-color);border:1px dashed var(--border-color);border-radius:var(--radius-px);width:100%;color:var(--text-color);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5em;padding-block:1.5em;padding-inline:1em;display:flex}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x) .native-input:where(.svelte-16uln9x){display:none}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x) .icon:where(.svelte-16uln9x){opacity:.6;font-size:1.4em}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x) .drop-area-text:where(.svelte-16uln9x){opacity:.8;font-size:.85em}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x):hover{border-color:var(--accent-color)}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x).can-drop.drag-over{background-color:var(--accent-soft-color);border-color:var(--accent-color)}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x).disabled{opacity:.6;cursor:not-allowed}.input-file-view.svelte-16uln9x .drop-area:where(.svelte-16uln9x).disabled:hover{border-color:var(--border-color)}.input-file-view.svelte-16uln9x .paste-area:where(.svelte-16uln9x){justify-content:center;display:flex}.input-mail-address-view.svelte-fli7pn{flex-direction:column;gap:.4em;display:flex}.input-mail-address-view.svelte-fli7pn input:where(.svelte-fli7pn){width:100%}.input-mail-address-view.svelte-fli7pn input.invalid:where(.svelte-fli7pn){border-color:var(--danger-color)}.input-mail-address-view.svelte-fli7pn .error-message:where(.svelte-fli7pn){color:var(--danger-color);margin:0;font-size:.85em}.suggestion-item-view.svelte-1gpcgp0{display:block}.suggestion-item-view.svelte-1gpcgp0 button:where(.svelte-1gpcgp0){box-sizing:border-box;text-align:left;width:100%;color:var(--text-color);cursor:pointer;background:0 0;border:none;padding-block:.5em;padding-inline:.7em;font-size:.85em;display:block}.suggestion-item-view.svelte-1gpcgp0 button:where(.svelte-1gpcgp0):hover,.suggestion-item-view.svelte-1gpcgp0 button:where(.svelte-1gpcgp0).highlighted{background-color:var(--accent-soft-color)}.suggestion-list-view.svelte-3w9v1{z-index:10;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:4px;max-height:320px;margin:0;padding-block:.25em;padding-inline:0;list-style:none;position:absolute;top:calc(100% + .25em);left:0;right:0;overflow-y:auto;box-shadow:0 2px 8px #0003}.input-suggest-view.svelte-ozyj1j{width:100%;position:relative}.input-suggest-view.svelte-ozyj1j input:where(.svelte-ozyj1j){box-sizing:border-box;border:1px solid var(--border-color);background-color:var(--background-color);width:100%;color:var(--text-color);border-radius:4px;padding-block:.4em;padding-inline:.7em;font-size:.85em}.input-suggest-view.svelte-ozyj1j input:where(.svelte-ozyj1j):focus{border-color:var(--accent-color);outline:none}.input-suggest-view.svelte-ozyj1j input:where(.svelte-ozyj1j).has-clear-button{padding-right:1.8em}.input-suggest-view.svelte-ozyj1j input:where(.svelte-ozyj1j).has-search-icon{padding-left:2em}.input-suggest-view.svelte-ozyj1j .search-icon:where(.svelte-ozyj1j){opacity:.6;color:var(--text-color);pointer-events:none;justify-content:center;align-items:center;font-size:.8em;display:inline-flex;position:absolute;top:50%;left:.7em;transform:translateY(-50%)}.input-suggest-view.svelte-ozyj1j .clear-button:where(.svelte-ozyj1j){opacity:0;width:1.4em;height:1.4em;color:var(--text-color);cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.8em;display:inline-flex;position:absolute;top:50%;right:.3em;transform:translateY(-50%)}.input-suggest-view.svelte-ozyj1j .clear-button:where(.svelte-ozyj1j):disabled{cursor:not-allowed}.input-suggest-view.svelte-ozyj1j:hover .clear-button:where(.svelte-ozyj1j),.input-suggest-view.svelte-ozyj1j:focus-within .clear-button:where(.svelte-ozyj1j){opacity:.6}:is(.input-suggest-view.svelte-ozyj1j:hover .clear-button:where(.svelte-ozyj1j),.input-suggest-view.svelte-ozyj1j:focus-within .clear-button:where(.svelte-ozyj1j)):hover{opacity:1}:is(.input-suggest-view.svelte-ozyj1j:hover .clear-button:where(.svelte-ozyj1j),.input-suggest-view.svelte-ozyj1j:focus-within .clear-button:where(.svelte-ozyj1j)):disabled,:is(.input-suggest-view.svelte-ozyj1j:hover .clear-button:where(.svelte-ozyj1j),.input-suggest-view.svelte-ozyj1j:focus-within .clear-button:where(.svelte-ozyj1j)):disabled:hover{opacity:.25}.selected-tag-view.svelte-1aip2vg{background-color:var(--accent-soft-color);color:var(--text-color);border-radius:4px;align-items:center;gap:.4em;padding-block:.25em;padding-inline:.6em;font-size:.85em;display:inline-flex}.selected-tag-view.svelte-1aip2vg .remove-button:where(.svelte-1aip2vg){width:1.2em;height:1.2em;color:var(--text-color);opacity:.6;cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.75em;display:inline-flex}.selected-tag-view.svelte-1aip2vg .remove-button:where(.svelte-1aip2vg):hover{opacity:1}.selected-tag-view.svelte-1aip2vg .remove-button:where(.svelte-1aip2vg):disabled{cursor:not-allowed;opacity:.25}.input-multi-suggest-view.svelte-1p73yoe{flex-direction:column;gap:.5em;width:100%;display:flex}.input-multi-suggest-view.svelte-1p73yoe .selected-tag-list:where(.svelte-1p73yoe){flex-wrap:wrap;gap:.4em;margin:0;padding:0;list-style:none;display:flex}.input-number-view.svelte-12bqx1j{width:100%}.sample-form-view.svelte-1bd2e7p{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-form-view.svelte-1bd2e7p .card-body:where(.svelte-1bd2e7p){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-form-view.svelte-1bd2e7p .card-body:where(.svelte-1bd2e7p) .input-area-view,.sample-form-view.svelte-1bd2e7p .card-body:where(.svelte-1bd2e7p) .input-file-view,.sample-form-view.svelte-1bd2e7p .card-body:where(.svelte-1bd2e7p) .textarea-view{width:100%}.sample-form-view.svelte-1bd2e7p h2:where(.svelte-1bd2e7p){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-form-view.svelte-1bd2e7p p:where(.svelte-1bd2e7p){width:100%;margin:0}.sample-form-view.svelte-1bd2e7p .input-file-option-area:where(.svelte-1bd2e7p){flex-wrap:wrap;gap:.75em;width:100%;display:flex}.tab-button-view.svelte-50eu9u{box-sizing:border-box;white-space:nowrap;color:var(--text-color);opacity:.65;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;padding-block:.3em;padding-inline:.85em;font-size:.78em;transition-property:background-color,color,opacity;transition-duration:.2s;transition-timing-function:ease}.tab-button-view.svelte-50eu9u:hover{opacity:1}.tab-button-view.svelte-50eu9u.selected{opacity:1;background:var(--accent-soft-color);color:var(--accent-color);font-weight:600}.tab-view.svelte-1xvq2kq{flex-direction:column;gap:.5em;display:flex}.tab-view.svelte-1xvq2kq .tab-bar:where(.svelte-1xvq2kq){background:var(--tab-bar-background);border-radius:999px;flex-wrap:nowrap;gap:.15em;padding:.2em;display:flex;overflow-x:auto}.tab-view.svelte-1xvq2kq .tab-content:where(.svelte-1xvq2kq).padding{padding:.75em}.sample-html-view.svelte-19j4li7{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-html-view.svelte-19j4li7 .card-body:where(.svelte-19j4li7){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-html-view.svelte-19j4li7 .card-body:where(.svelte-19j4li7) .tab-view{width:100%}.sample-html-view.svelte-19j4li7 .wide:where(.svelte-19j4li7){width:100%}.sample-html-view.svelte-19j4li7 h2:where(.svelte-19j4li7){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-html-view.svelte-19j4li7 .card-content:where(.svelte-19j4li7){margin:0;padding:1em}.image-view.svelte-1nagyg4{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;position:relative}.image-view.svelte-1nagyg4 .image-area:where(.svelte-1nagyg4){justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-view.svelte-1nagyg4 .image-area:where(.svelte-1nagyg4) .image:where(.svelte-1nagyg4){object-fit:contain;opacity:0;width:100%;height:100%}.image-view.svelte-1nagyg4 .loading-area:where(.svelte-1nagyg4){pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.image-view.svelte-1nagyg4 .loading-area:where(.svelte-1nagyg4) .loading-image:where(.svelte-1nagyg4){object-fit:contain;width:100%;height:100%}.image-view.svelte-1nagyg4 .loading-area:where(.svelte-1nagyg4) .loading-spinner:where(.svelte-1nagyg4){justify-content:center;align-items:center;display:flex}.image-view.svelte-1nagyg4 .not-found-area:where(.svelte-1nagyg4){justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-view.svelte-1nagyg4 .not-found-area:where(.svelte-1nagyg4) .not-found-image:where(.svelte-1nagyg4){max-width:100%;max-height:100%}.image-view.svelte-1nagyg4.loaded .image-area:where(.svelte-1nagyg4) .image:where(.svelte-1nagyg4){opacity:1}.sample-image-view.svelte-1kkbapz{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-image-view.svelte-1kkbapz .card-body:where(.svelte-1kkbapz){flex-flow:wrap;align-items:center;gap:.75em;min-width:14em;display:flex}.sample-image-view.svelte-1kkbapz h2:where(.svelte-1kkbapz){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-information-view.svelte-4qypzj{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-information-view.svelte-4qypzj .card-body:where(.svelte-4qypzj){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;max-width:32em;display:flex}.sample-information-view.svelte-4qypzj h2:where(.svelte-4qypzj){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-information-view.svelte-4qypzj .note:where(.svelte-4qypzj){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.sample-information-view.svelte-4qypzj .hover-sample:where(.svelte-4qypzj){align-items:center;gap:.3em;display:flex}.sample-layout-view.svelte-1rckcf9{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-layout-view.svelte-1rckcf9 .card-body:where(.svelte-1rckcf9){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-layout-view.svelte-1rckcf9 h2:where(.svelte-1rckcf9){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-layout-view.svelte-1rckcf9 .note:where(.svelte-1rckcf9){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.loading-rotate-view.svelte-1qx4km9{align-self:flex-start;align-items:center;display:inline-flex}.sample-loading-view.svelte-3q3u03{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-loading-view.svelte-3q3u03 .card-body:where(.svelte-3q3u03){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-loading-view.svelte-3q3u03 .card-body:where(.svelte-3q3u03) .loading-area-view{width:100%}.sample-loading-view.svelte-3q3u03 .wide:where(.svelte-3q3u03){width:100%}.sample-loading-view.svelte-3q3u03 h2:where(.svelte-3q3u03){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-loading-view.svelte-3q3u03 .note:where(.svelte-3q3u03){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.sample-loading-view.svelte-3q3u03 .scroll-area:where(.svelte-3q3u03){border:1px dashed var(--border-color);width:100%;height:8em;overflow-y:auto}.sample-loading-view.svelte-3q3u03 .spacer:where(.svelte-3q3u03){height:12em}.sample-message-view.svelte-1xfumjb{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-message-view.svelte-1xfumjb .card-body:where(.svelte-1xfumjb){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-message-view.svelte-1xfumjb h2:where(.svelte-1xfumjb){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-message-view.svelte-1xfumjb .balloon-demo-area:where(.svelte-1xfumjb){width:100%;height:3em;position:relative}.back-link-view.svelte-1c9kmwh{color:var(--text-color);align-self:flex-start;align-items:center;gap:.3em;font-size:.8em;text-decoration:none;transition-property:color;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}.back-link-view.svelte-1c9kmwh:hover{color:var(--accent-color)}.sample-navigation-view.svelte-1phxlsd{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-navigation-view.svelte-1phxlsd .card-body:where(.svelte-1phxlsd){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-navigation-view.svelte-1phxlsd h2:where(.svelte-1phxlsd){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-navigation-view.svelte-1phxlsd .note:where(.svelte-1phxlsd){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.qr-code-view.svelte-16v2e5f{flex-direction:column;align-items:center;gap:.5em;display:flex}.qr-code-view.svelte-16v2e5f .canvas:where(.svelte-16v2e5f){border-style:solid;border-width:1px;border-color:var(--border-color);border-radius:var(--radius-px);background-color:#fff;padding:.5em}.qr-code-view.svelte-16v2e5f .label:where(.svelte-16v2e5f){color:var(--text-heading-color);margin:0;font-size:.9em;font-weight:600;text-decoration:none}.qr-code-view.svelte-16v2e5f .label:where(.svelte-16v2e5f):hover{color:var(--accent-color)}.qr-code-view.svelte-16v2e5f .print-button:where(.svelte-16v2e5f){padding-block:.4em;padding-inline:1.2em;font-size:.85em}@media print{.qr-code-view.svelte-16v2e5f .print-button:where(.svelte-16v2e5f){display:none}}.sample-qr-view.svelte-9q5b7{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-qr-view.svelte-9q5b7 .card-body:where(.svelte-9q5b7){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-qr-view.svelte-9q5b7 h2:where(.svelte-9q5b7){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-space-view.svelte-qztdxj{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-space-view.svelte-qztdxj .card-body:where(.svelte-qztdxj){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-space-view.svelte-qztdxj .card-body:where(.svelte-qztdxj) .space-load-view{width:100%}.sample-space-view.svelte-qztdxj .wide:where(.svelte-qztdxj){width:100%}.sample-space-view.svelte-qztdxj h2:where(.svelte-qztdxj){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-space-view.svelte-qztdxj .note:where(.svelte-qztdxj){width:100%;color:var(--text-color);opacity:.8;margin:0;font-size:.85em}.sample-libs-view.svelte-1u35k0l{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-libs-view.svelte-1u35k0l .card-body:where(.svelte-1u35k0l){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-libs-view.svelte-1u35k0l h2:where(.svelte-1u35k0l){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.sample-libs-view.svelte-1u35k0l p:where(.svelte-1u35k0l){width:100%;margin:0}.sample-libs-view.svelte-1u35k0l .color-swatch:where(.svelte-1u35k0l){vertical-align:middle;border:1px solid var(--border-color);border-radius:.25em;width:1em;height:1em;display:inline-block}.sample-page.svelte-1yqen79{width:100%;min-height:100vh;display:flex}.sample-content.svelte-1yqen79{flex:1;min-width:0;padding:1.5em}.app-layout.svelte-1n46o8q{flex-direction:column;height:100vh;display:flex}.app-content.svelte-1n46o8q{flex-direction:column;flex-grow:1;min-height:0;display:flex;overflow-y:auto}
