: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-4);--text-color:var(--color-7);--text-heading-color:var(--color-8);--accent-color:var(--color-1);--accent-2-color:var(--color-2);--accent-contrast-color:#05131c;--background-elevated-color:#ffffffbf;--background-elevated-hover-color:#fffffff2;--border-color:#0f172014;--accent-soft-color:#66c0f42e;--toast-seek-bar-color:#ffffffd9;--tab-bar-background:#fff3;--success-color:#7ee08a;--warning-color:#ffcf6b;--danger-color:#ff8a8a;--button-background:#0f17200f;--button-color:var(--text-color);--button-danger-background:#ff5a5a24;--button-danger-color:var(--danger-color)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--background-color:var(--color-3);--text-color:var(--color-5);--text-heading-color:var(--color-6);--background-elevated-color:#ffffff0a;--background-elevated-hover-color:#ffffff12;--border-color:#ffffff17;--accent-soft-color:#66c0f426;--button-background:#ffffff14;--button-danger-background:#ff8a8a29}}:root[data-theme=dark]{--background-color:var(--color-3);--text-color:var(--color-5);--text-heading-color:var(--color-6);--background-elevated-color:#ffffff0a;--background-elevated-hover-color:#ffffff12;--border-color:#ffffff17;--accent-soft-color:#66c0f426;--button-background:#ffffff14;--button-danger-background:#ff8a8a29}: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;transition-property:background-color;transition-duration:.3s;transition-timing-function:ease}*{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%}}.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)}.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)}.home-page.svelte-1yng7lr{width:100%;min-height:100vh;padding:1.5em}.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)}.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}.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}.space-left-bar-select-area.svelte-13fg5ug{flex-direction:column;align-items:center;gap:.5em;height:100%;display:flex}.space-left-bar-select-area.svelte-13fg5ug .select-item:where(.svelte-13fg5ug){border-radius:var(--radius-px);width:max-content;color:var(--text-color);white-space:nowrap;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.3em;padding-block:.5em;padding-inline:.5em;font-size:.75em;text-decoration:none;display:flex}.space-left-bar-select-area.svelte-13fg5ug .select-item:where(.svelte-13fg5ug):hover{background-color:var(--accent-soft-color)}.space-left-bar-select-area.svelte-13fg5ug .select-item:where(.svelte-13fg5ug).selected{background-color:var(--accent-soft-color);color:var(--accent-color)}.space-left-bar-select-area.svelte-13fg5ug .home-item:where(.svelte-13fg5ug){border-bottom:1px solid var(--border-color);border-radius:0;margin-bottom:.5em;padding-bottom:.75em}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug){flex-direction:column;align-items:center;gap:.6em;margin-top:auto;padding-bottom:.5em;display:flex}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .setting-link:where(.svelte-13fg5ug){width:2em;height:2em;color:var(--text-color);border-radius:50%;justify-content:center;align-items:center;font-size:1.2em;text-decoration:none;display:flex}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .setting-link:where(.svelte-13fg5ug):hover{background-color:var(--accent-soft-color)}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug){position:relative}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-icon-button:where(.svelte-13fg5ug){width:2em;height:2em;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2em;display:flex}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-icon-button:where(.svelte-13fg5ug):hover{background-color:var(--accent-soft-color)}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-menu:where(.svelte-13fg5ug){background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius-px);width:max-content;min-width:10em;box-shadow:var(--shadow);z-index:10;flex-direction:column;gap:.5em;padding:.75em 1em;display:flex;position:absolute;bottom:0;left:calc(100% + .5em)}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-menu:where(.svelte-13fg5ug) .user-name:where(.svelte-13fg5ug){color:var(--text-color);margin:0;font-size:.85em}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-menu:where(.svelte-13fg5ug) .divider:where(.svelte-13fg5ug){border:none;border-top:1px solid var(--border-color);width:100%;margin:0}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-menu:where(.svelte-13fg5ug) .logout-item:where(.svelte-13fg5ug){width:100%;color:var(--text-color);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85em}.space-left-bar-select-area.svelte-13fg5ug .bottom-area:where(.svelte-13fg5ug) .user-menu-area:where(.svelte-13fg5ug) .user-menu:where(.svelte-13fg5ug) .logout-item:where(.svelte-13fg5ug):hover{color:var(--accent-color)}.space-left-bar-content.svelte-q7zpla{flex-direction:column;flex-grow:1;gap:1em;min-width:0;display:flex}.space-left-bar-content.svelte-q7zpla .space-name:where(.svelte-q7zpla){color:var(--text-heading-color);margin:0;font-size:1.4em}.space-left-bar-content.svelte-q7zpla .content-area:where(.svelte-q7zpla) .folder-placeholder:where(.svelte-q7zpla){color:var(--text-color);opacity:.7;margin:0}.space-left-bar.svelte-kmnutn{box-sizing:border-box;flex-shrink:0;width:320px;padding:.5em 0 1.5em .5em}@media (width<=480px){.space-left-bar.svelte-kmnutn{width:100%;padding-right:1.5em}}.space-left-bar.svelte-kmnutn .select-and-content-area:where(.svelte-kmnutn){gap:1em;height:100%;min-height:100vh;display:flex}.input-text-view.svelte-1ddi8jx{width:100%}.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}.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}.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}.link-button-view.svelte-bg9bqa{display:inline-block}.resource-basic-info-view.svelte-tqkibo{flex-direction:column;gap:.5em;margin:0;font-size:.85em;display:flex}.resource-basic-info-view.svelte-tqkibo .row:where(.svelte-tqkibo){justify-content:space-between;gap:1em;display:flex}.resource-basic-info-view.svelte-tqkibo .label:where(.svelte-tqkibo){color:var(--text-color);opacity:.75}.resource-basic-info-view.svelte-tqkibo .value:where(.svelte-tqkibo){color:var(--text-color);text-align:right;word-break:break-all;margin:0}.download-area.svelte-tqkibo{flex-wrap:wrap;align-items:center;gap:.5em;margin-block-start:.75em;display:flex}.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}.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}.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;background-color:#0003;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;overflow:auto}.dialog-view.svelte-15yih0y.background-blur{-webkit-backdrop-filter:blur(8px)}.dialog-view.svelte-15yih0y{pointer-events:none;overscroll-behavior:none;transition-duration:.125s}.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}}.wait-dot-view.svelte-1nsmch0{display:inline-flex}.wait-dot-view.svelte-1nsmch0 .dot:where(.svelte-1nsmch0){animation-name:svelte-1nsmch0-wait-dot-blink;animation-duration:1.4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.wait-dot-view.svelte-1nsmch0 .dot:where(.svelte-1nsmch0):nth-child(2){animation-delay:.2s}.wait-dot-view.svelte-1nsmch0 .dot:where(.svelte-1nsmch0):nth-child(3){animation-delay:.4s}@keyframes svelte-1nsmch0-wait-dot-blink{0%,80%,to{opacity:.2}40%{opacity:1}}.upload-progress-dialog-view.svelte-10gyor{flex-direction:column;gap:.75em;width:20em;max-width:100%;display:flex}.upload-progress-dialog-view.svelte-10gyor .progress-bar:where(.svelte-10gyor){width:100%;height:.6em;accent-color:var(--accent-color)}.upload-progress-dialog-view.svelte-10gyor .info-area:where(.svelte-10gyor){justify-content:space-between;align-items:center;gap:.75em;display:flex}.upload-progress-dialog-view.svelte-10gyor .info-area:where(.svelte-10gyor) .file-name:where(.svelte-10gyor){min-width:0;color:var(--text-color);align-items:center;gap:.2em;margin:0;font-size:.9em;display:flex}.upload-progress-dialog-view.svelte-10gyor .info-area:where(.svelte-10gyor) .file-name:where(.svelte-10gyor) .file-name-text:where(.svelte-10gyor){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-progress-dialog-view.svelte-10gyor .info-area:where(.svelte-10gyor) .file-name:where(.svelte-10gyor) .wait-dot-view{flex-shrink:0}.upload-progress-dialog-view.svelte-10gyor .info-area:where(.svelte-10gyor) .size-text:where(.svelte-10gyor){color:var(--text-color);opacity:.75;flex-shrink:0;margin:0;font-size:.8em}.resource-file-list-view.svelte-1pqn6xj{flex-direction:column;gap:1em;font-size:.9em;display:flex}.resource-file-list-view.svelte-1pqn6xj .upload-area:where(.svelte-1pqn6xj){flex-direction:column;gap:.5em;display:flex}.resource-file-list-view.svelte-1pqn6xj .resource-file-list:where(.svelte-1pqn6xj){flex-direction:column;gap:.5em;margin:0;padding:0;list-style:none;display:flex}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj){flex-wrap:wrap;align-items:center;gap:.6em;padding:.5em;display:flex}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .button-view{white-space:nowrap;flex-shrink:0}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj){border-radius:var(--radius-px);background-color:var(--background-color)}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj).active{outline:1px solid var(--accent-color)}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .thumbnail:where(.svelte-1pqn6xj){object-fit:cover;border-radius:var(--radius-px);background-color:var(--background-elevated-color);flex-shrink:0;width:2.5em;height:2.5em}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .info-area:where(.svelte-1pqn6xj){flex-direction:column;flex-grow:1;gap:.1em;min-width:0;display:flex}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .info-area:where(.svelte-1pqn6xj) .file-name:where(.svelte-1pqn6xj){text-overflow:ellipsis;white-space:nowrap;color:var(--text-heading-color);margin:0;overflow:hidden}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .info-area:where(.svelte-1pqn6xj) .file-size:where(.svelte-1pqn6xj){color:var(--text-color);opacity:.75;margin:0;font-size:.85em}.resource-file-list-view.svelte-1pqn6xj .resource-file-item:where(.svelte-1pqn6xj) .active-badge:where(.svelte-1pqn6xj){background-color:var(--accent-soft-color);color:var(--accent-color);border-radius:999px;flex-shrink:0;padding-block:.2em;padding-inline:.7em;font-size:.8em}.resource-detail-info-view.svelte-gljgv7{width:100%}.other-info-area.svelte-gljgv7{flex-direction:column;gap:.5em;margin:0 0 1em;font-size:.85em;display:flex}.other-info-area.svelte-gljgv7 .row:where(.svelte-gljgv7){justify-content:space-between;gap:1em;display:flex}.other-info-area.svelte-gljgv7 .label:where(.svelte-gljgv7){color:var(--text-color);opacity:.75}.other-info-area.svelte-gljgv7 .value:where(.svelte-gljgv7){color:var(--text-color);text-align:right;word-break:break-all;margin:0}.resource-information-view.svelte-13bndzw{box-sizing:border-box;flex-direction:column;gap:.75em;width:100%;height:100%;padding:1em 1.5em;display:flex}.resource-information-view.svelte-13bndzw .resource-name:where(.svelte-13bndzw){color:var(--text-heading-color);margin:0;font-size:1.4em}.resource-information-view.svelte-13bndzw .tag-area:where(.svelte-13bndzw){flex-direction:column;gap:.5em;display:flex}.resource-information-view.svelte-13bndzw .tag-area:where(.svelte-13bndzw) .tag-list:where(.svelte-13bndzw){flex-wrap:wrap;gap:.4em;margin:0;padding:0;list-style:none;display:flex}.resource-information-view.svelte-13bndzw .tag-area:where(.svelte-13bndzw) .tag-add-area:where(.svelte-13bndzw){gap:.4em;display:flex}.video-view.svelte-1241jwd{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.video-view.svelte-1241jwd:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.video-view.svelte-1241jwd .video:where(.svelte-1241jwd){object-fit:contain;cursor:pointer;flex-grow:1;width:100%;min-height:0}.video-view.svelte-1241jwd .center-effect:where(.svelte-1241jwd){color:#fff;pointer-events:none;background-color:#0009;border-radius:50%;justify-content:center;align-items:center;width:3em;height:3em;font-size:2em;animation-name:svelte-1241jwd-video-view-center-effect-pop;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:forwards;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd){flex-shrink:0;align-items:center;gap:.75em;padding-block:.5em;display:flex}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd) .play-button:where(.svelte-1241jwd){background-color:var(--button-background);width:1.6em;height:1.6em;color:var(--button-color);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.85em;display:flex}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd) .time-text:where(.svelte-1241jwd){color:var(--text-color);opacity:.85;flex-shrink:0;font-size:.85em}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd) .seek-bar:where(.svelte-1241jwd){accent-color:var(--accent-color);cursor:pointer;flex-grow:1}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd) .playback-rate-button:where(.svelte-1241jwd){background-color:var(--button-background);width:3em;height:1.6em;color:var(--button-color);text-align:center;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.8em;line-height:1;display:flex}.video-view.svelte-1241jwd .control-bar:where(.svelte-1241jwd) .fullscreen-button:where(.svelte-1241jwd){background-color:var(--button-background);width:1.6em;height:1.6em;color:var(--button-color);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.85em;display:flex}@keyframes svelte-1241jwd-video-view-center-effect-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}20%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.3)}}.image-control-view.svelte-1swqnsz{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative;overflow:hidden}.image-control-view.svelte-1swqnsz.dragging{cursor:grabbing}.image-control-view.svelte-1swqnsz.resetting{transition:background-color .3s}.image-control-view.svelte-1swqnsz .transform-area:where(.svelte-1swqnsz){transform-origin:50%;width:100%;height:100%}.image-control-view.svelte-1swqnsz .transform-area:where(.svelte-1swqnsz).resetting{transition:transform .3s}.image-control-view.svelte-1swqnsz .zoom-indicator:where(.svelte-1swqnsz){color:#fff;pointer-events:none;background-color:#0009;border-radius:999px;margin:0;padding-block:.3em;padding-inline:.8em;font-size:.9em;animation-name:svelte-1swqnsz-zoom-indicator-fade;animation-duration:1s;animation-timing-function:ease-out;animation-fill-mode:forwards;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.image-control-view.svelte-1swqnsz .toolbar:where(.svelte-1swqnsz){z-index:1;cursor:default;align-items:center;gap:.5em;display:flex;position:absolute;bottom:.75em;right:.75em}.image-control-view.svelte-1swqnsz .toolbar:where(.svelte-1swqnsz) .tool-button:where(.svelte-1swqnsz){box-sizing:border-box;background-color:var(--button-background);width:2.2em;height:2.2em;color:var(--button-color);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.image-control-view.svelte-1swqnsz .toolbar:where(.svelte-1swqnsz) .tool-button:where(.svelte-1swqnsz) .color-input:where(.svelte-1swqnsz){opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}@keyframes svelte-1swqnsz-zoom-indicator-fade{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}.resource-image-view.svelte-1pdjwm4{width:100%;height:100%}.audio-view.svelte-a9wfey{flex-direction:column;gap:.5em;width:100%;display:flex}.audio-view.svelte-a9wfey:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.audio-view.svelte-a9wfey .waveform-area:where(.svelte-a9wfey){cursor:pointer;width:100%;position:relative}.audio-view.svelte-a9wfey .waveform-area:where(.svelte-a9wfey) .waveform-image:where(.svelte-a9wfey){pointer-events:none;width:100%;display:block}.audio-view.svelte-a9wfey .waveform-area:where(.svelte-a9wfey) .played-mask:where(.svelte-a9wfey){pointer-events:none;background-color:#fff2;position:absolute;top:0;bottom:0;left:0}.audio-view.svelte-a9wfey .waveform-area:where(.svelte-a9wfey) .progress-line:where(.svelte-a9wfey){background-color:var(--accent-color);pointer-events:none;width:2px;position:absolute;top:0;bottom:0}.audio-view.svelte-a9wfey .control-bar:where(.svelte-a9wfey){align-items:center;gap:.75em;display:flex}.audio-view.svelte-a9wfey .control-bar:where(.svelte-a9wfey) .play-button:where(.svelte-a9wfey){background-color:var(--button-background);width:1.6em;height:1.6em;color:var(--button-color);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.85em;display:flex}.audio-view.svelte-a9wfey .control-bar:where(.svelte-a9wfey) .time-text:where(.svelte-a9wfey){color:var(--text-color);opacity:.85;flex-shrink:0;font-size:.85em}.audio-view.svelte-a9wfey .control-bar:where(.svelte-a9wfey) .seek-bar:where(.svelte-a9wfey){accent-color:var(--accent-color);cursor:pointer;flex-grow:1}.resource-preview-view.svelte-1s3hqwl{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.resource-preview-view.svelte-1s3hqwl .converting-message:where(.svelte-1s3hqwl){color:var(--text-color);opacity:.7;margin:0}.space-right-bar.svelte-ovw4h{box-sizing:border-box;background-color:var(--background-color);border-left:1px solid var(--border-color);width:0;max-width:100vw;height:100vh;box-shadow:var(--shadow);flex-direction:column;gap:.75em;padding:0;transition-property:width,padding;transition-duration:.3s;transition-timing-function:ease;display:flex;overflow-y:scroll}.space-right-bar.svelte-ovw4h.open{width:32vw;padding:1.5em}.space-right-bar.svelte-ovw4h .header-area:where(.svelte-ovw4h){flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75em;display:flex}.space-right-bar.svelte-ovw4h .header-area:where(.svelte-ovw4h) .resource-name:where(.svelte-ovw4h){color:var(--text-heading-color);margin:0;font-size:1.4em}.space-right-bar.svelte-ovw4h .header-area:where(.svelte-ovw4h) .close-button:where(.svelte-ovw4h){width:1.6em;height:1.6em;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.space-right-bar.svelte-ovw4h .header-area:where(.svelte-ovw4h) .close-button:where(.svelte-ovw4h):hover{background-color:var(--accent-soft-color)}.space-right-bar.svelte-ovw4h .preview-area:where(.svelte-ovw4h){border-radius:var(--radius-px);background-color:var(--background-color);flex-shrink:0;justify-content:center;align-items:center;width:100%;height:50vh;max-height:50vh;display:flex}.toggle-view.svelte-bkkfhc{background-color:var(--button-background);color:var(--text-color);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding-block:.3em;padding-inline:.75em;font-size:.85em;display:inline-flex}.toggle-view.svelte-bkkfhc:hover{filter:brightness(.95)}.toggle-view.svelte-bkkfhc.selected{background-color:var(--accent-color);color:var(--accent-contrast-color)}.toggle-view.svelte-bkkfhc.selected:hover{filter:brightness(1.08)}.toggle-view.svelte-bkkfhc.disabled{cursor:not-allowed;opacity:.6}.toggle-view.svelte-bkkfhc.small{border:1px solid var(--border-color);padding-block:.15em;padding-inline:.5em;font-size:.75em}.popover-trigger-view.svelte-14gfoef{box-sizing:border-box;border:1px solid var(--border-color);border-radius:var(--radius-px);background:var(--button-background);white-space:nowrap;color:var(--button-color);cursor:pointer;align-items:center;gap:.5em;padding-block:.5em;padding-inline:.9em;font-size:.85em;transition-property:background-color,color;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}.popover-trigger-view.svelte-14gfoef:hover{background:var(--background-elevated-hover-color)}.popover-trigger-view.svelte-14gfoef.has-value{background:var(--accent-soft-color);color:var(--accent-color)}.popover-trigger-view.svelte-14gfoef .chevron:where(.svelte-14gfoef){transition-property:transform;transition-duration:.2s;transition-timing-function:ease;display:inline-flex;transform:rotate(0)}.popover-trigger-view.svelte-14gfoef .chevron:where(.svelte-14gfoef).open{transform:rotate(180deg)}.popover-view.svelte-14gfoef{box-sizing:border-box;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius-px);min-width:12em;max-width:min(320px,90vw);box-shadow:var(--shadow);padding:.75em;position:fixed}.extension-area.svelte-1k4znf8{flex-direction:column;gap:.4em;display:flex}.extension-area.svelte-1k4znf8 .extension-row:where(.svelte-1k4znf8){align-items:center;gap:1em;display:flex}.extension-area.svelte-1k4znf8 .extension-row:where(.svelte-1k4znf8) .extension-item-list:where(.svelte-1k4znf8){flex-wrap:wrap;display:flex}.tag-list.svelte-cxdsoo{flex-wrap:wrap;gap:.5em;margin:0;padding:0;list-style:none;display:flex}.tag-list.svelte-cxdsoo .tag-button:where(.svelte-cxdsoo){background-color:var(--accent-soft-color);color:var(--text-color);cursor:pointer;border:none;border-radius:4px;padding-block:.25em;padding-inline:.6em;font-size:.85em}.tag-list.svelte-cxdsoo .tag-button:where(.svelte-cxdsoo):hover{opacity:.8}.tag-list.svelte-cxdsoo .tag-button:where(.svelte-cxdsoo).selected{background-color:var(--accent-color);color:var(--accent-contrast-color)}.group-view.svelte-tz4ygd{border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:.5em;padding:.75em 1em;display:flex}.group-view.svelte-tz4ygd .group-title:where(.svelte-tz4ygd){color:var(--text-color);opacity:.75;font-size:.85em;font-weight:700}.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)}.input-number-view.svelte-12bqx1j{width:100%}.resource-search-detail-view.svelte-1q32hf3{font-size:.75em}.resource-search-detail-view.svelte-1q32hf3 .toggle-button:where(.svelte-1q32hf3){color:var(--text-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25em;padding:0;display:inline-flex}.resource-search-detail-view.svelte-1q32hf3 .group-row:where(.svelte-1q32hf3){flex-wrap:wrap;gap:.75em;margin-top:.4em;display:flex}.resource-search-detail-view.svelte-1q32hf3 .group-row:where(.svelte-1q32hf3) .resolution-row:where(.svelte-1q32hf3){flex-wrap:wrap;align-items:center;gap:.5em;display:flex}.resource-search-detail-view.svelte-1q32hf3 .group-row:where(.svelte-1q32hf3) .resolution-row:where(.svelte-1q32hf3)+.resolution-row:where(.svelte-1q32hf3){margin-top:.4em}.resource-search-detail-view.svelte-1q32hf3 .group-row:where(.svelte-1q32hf3) .resolution-row:where(.svelte-1q32hf3) .resolution-label:where(.svelte-1q32hf3){min-width:3em}.resource-search-detail-view.svelte-1q32hf3 .button-row:where(.svelte-1q32hf3){margin-top:.75em}.resource-search-view.svelte-drgsby{flex-direction:column;gap:1em;width:100%;display:flex}.resource-search-view.svelte-drgsby .search-row:where(.svelte-drgsby){flex-wrap:wrap;display:flex}.resource-search-view.svelte-drgsby .name-row:where(.svelte-drgsby){align-items:center;gap:.75em}.resource-search-view.svelte-drgsby .filter-row:where(.svelte-drgsby){align-items:flex-start;gap:2em}.resource-waiting-view.svelte-1pweb6k{color:var(--text-color);opacity:.7;align-items:center;margin:0;font-size:.8em;display:flex}.resource-panel-view.svelte-1p60g7l{box-sizing:border-box;width:100%;min-width:0;font:inherit;text-align:left;border:1px solid var(--border-color);border-radius:var(--radius-px);cursor:pointer;background-color:#0000;flex-direction:column;align-items:flex-start;gap:.5em;padding:.75em;text-decoration:none;transition-property:transform,border-color;transition-duration:.2s;transition-timing-function:ease;display:flex;overflow:hidden}.resource-panel-view.svelte-1p60g7l:hover{border-color:var(--accent-color);transform:translateY(-2px)}.resource-panel-view.svelte-1p60g7l .thumbnail-area:where(.svelte-1p60g7l){aspect-ratio:1;border-radius:var(--radius-px);background-color:var(--background-color);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.resource-panel-view.svelte-1p60g7l .thumbnail-area:where(.svelte-1p60g7l) .thumbnail:where(.svelte-1p60g7l){object-fit:contain;width:100%;height:100%}.resource-panel-view.svelte-1p60g7l .resource-name:where(.svelte-1p60g7l){width:100%;color:var(--text-heading-color);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95em;font-weight:600;overflow:hidden}.resource-panel-view.svelte-1p60g7l .file-detail-area:where(.svelte-1p60g7l){opacity:.75;flex-wrap:nowrap;gap:.5em;width:100%;font-size:.75em;display:flex;overflow:hidden}.resource-panel-view.svelte-1p60g7l .file-detail-area:where(.svelte-1p60g7l) .file-detail:where(.svelte-1p60g7l){text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;overflow:hidden}.resource-panel-view.svelte-1p60g7l .tag-list:where(.svelte-1p60g7l){flex-wrap:wrap;gap:.35em;width:100%;max-height:2.6em;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.resource-panel-view.svelte-1p60g7l .tag-list:where(.svelte-1p60g7l) .tag:where(.svelte-1p60g7l){text-overflow:ellipsis;white-space:nowrap;background-color:var(--accent-soft-color);max-width:100%;color:var(--text-color);border-radius:999px;padding-block:.15em;padding-inline:.6em;font-size:.75em;overflow:hidden}.resource-list-view.svelte-iykjh{width:100%}.resource-list-view.svelte-iykjh .resource-list:where(.svelte-iykjh){width:100%;position:relative}.resource-list-view.svelte-iykjh .resource-list:where(.svelte-iykjh) .resource-item:where(.svelte-iykjh){transition-property:transform,width;transition-duration:.3s;transition-timing-function:ease;animation-name:svelte-iykjh-resource-item-enter;animation-duration:.4s;animation-timing-function:ease-out;animation-fill-mode:both;position:absolute;top:0;left:0}.resource-list-view.svelte-iykjh .empty-message:where(.svelte-iykjh){color:var(--text-color);opacity:.75}.resource-list-view.svelte-iykjh .error-message:where(.svelte-iykjh){color:var(--danger-color)}@keyframes svelte-iykjh-resource-item-enter{0%{opacity:0}to{opacity:1}}.resource-full-screen-preview-view.svelte-1lsda3c{z-index:100;background-color:#000000d9;justify-content:center;align-items:center;animation-name:svelte-1lsda3c-resource-full-screen-preview-enter;animation-duration:.25s;animation-timing-function:ease-out;display:flex;position:fixed;inset:0}.resource-full-screen-preview-view.svelte-1lsda3c .close-button-area:where(.svelte-1lsda3c){position:absolute;top:1em;right:1em}.resource-full-screen-preview-view.svelte-1lsda3c .content-area:where(.svelte-1lsda3c){box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;padding:3em;display:flex}@keyframes svelte-1lsda3c-resource-full-screen-preview-enter{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.upload-dialog.svelte-anomj4{flex-direction:column;gap:1.25em;width:100%;max-width:480px;display:flex}.upload-dialog.svelte-anomj4 .field:where(.svelte-anomj4){flex-direction:column;gap:.4em;display:flex}.upload-dialog.svelte-anomj4 .field:where(.svelte-anomj4) .field-label:where(.svelte-anomj4){color:var(--text-color);opacity:.85;font-size:.85em}.upload-dialog.svelte-anomj4 .button-area:where(.svelte-anomj4){justify-content:flex-end;display:flex}.space-page.svelte-y6g273{width:100%;min-height:100vh;padding:0}.space-page.svelte-y6g273 .space-content:where(.svelte-y6g273){flex-wrap:wrap;gap:1.5em;display:flex}.space-page.svelte-y6g273 .space-content:where(.svelte-y6g273) .center-area:where(.svelte-y6g273){box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:1.5em;min-width:0;max-height:100vh;padding:1.5em;display:flex;overflow-y:scroll}.resource-load-view.svelte-1dqtx39{flex-direction:column;gap:1.5em;width:100%;display:flex}.resource-load-view.svelte-1dqtx39 .empty-message:where(.svelte-1dqtx39){color:var(--danger-color)}.resource-content-view.svelte-14345c{box-sizing:border-box;flex-direction:column;gap:.75em;width:100%;height:100%;max-height:100vh;padding:1em 1.5em;display:flex}.resource-content-view.svelte-14345c .back-link:where(.svelte-14345c){color:var(--accent-color);flex-shrink:0;width:max-content;text-decoration:none}.resource-content-view.svelte-14345c .content-area:where(.svelte-14345c){border-radius:var(--radius-px);background-color:var(--background-color);flex-grow:1;justify-content:center;align-items:center;min-height:0;display:flex}.resource-page.svelte-16rl186{box-sizing:border-box;width:100%;height:100vh}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186){box-sizing:border-box;flex-wrap:wrap;align-items:stretch;width:100%;height:100%;display:flex}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186) .content-column:where(.svelte-16rl186){box-sizing:border-box;flex-grow:1;flex-basis:280px;min-height:280px}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186) .information-column:where(.svelte-16rl186){box-sizing:border-box;width:100%;max-width:400px}@media (width<=768px){.resource-page.svelte-16rl186{height:auto;min-height:100vh}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186){height:auto}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186) .content-column:where(.svelte-16rl186){flex-basis:auto;height:50vh}.resource-page.svelte-16rl186 .resource-content:where(.svelte-16rl186) .information-column:where(.svelte-16rl186){max-width:100%}}.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}.label-view.svelte-qzto1z{opacity:.8;color:var(--text-color);white-space:nowrap;flex-shrink:0;font-size:.8em}.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}.space-invitation-list-view.svelte-10rjjxk{flex-direction:column;gap:1em;display:flex}.space-invitation-list-view.svelte-10rjjxk .section-title:where(.svelte-10rjjxk){color:var(--text-heading-color);margin:0;font-size:1.1em}.space-invitation-list-view.svelte-10rjjxk .member-list:where(.svelte-10rjjxk),.space-invitation-list-view.svelte-10rjjxk .invitation-list:where(.svelte-10rjjxk){flex-direction:column;gap:.5em;margin:0;padding:0;list-style:none;display:flex}.space-invitation-list-view.svelte-10rjjxk .member-item:where(.svelte-10rjjxk),.space-invitation-list-view.svelte-10rjjxk .invitation-item:where(.svelte-10rjjxk){border-radius:var(--radius-px);background-color:var(--background-color);align-items:center;gap:.75em;padding:.5em .75em;display:flex}.space-invitation-list-view.svelte-10rjjxk .member-permission:where(.svelte-10rjjxk),.space-invitation-list-view.svelte-10rjjxk .invitation-permission:where(.svelte-10rjjxk){opacity:.75;margin-left:auto;font-size:.9em}.space-invitation-list-view.svelte-10rjjxk .empty-message:where(.svelte-10rjjxk){color:var(--text-color);opacity:.75}.space-invitation-list-view.svelte-10rjjxk .invite-form:where(.svelte-10rjjxk){flex-direction:column;gap:.75em;max-width:480px;display:flex}.space-invitation-list-view.svelte-10rjjxk .invite-form:where(.svelte-10rjjxk) .button-area:where(.svelte-10rjjxk){justify-content:flex-end;display:flex}.space-setting-page.svelte-1oyt9e{flex-direction:column;gap:1.5em;width:100%;min-height:100vh;padding:.5em 1.5em 2em;display:flex}.space-setting-page.svelte-1oyt9e .back-link:where(.svelte-1oyt9e){color:var(--accent-color);width:max-content;text-decoration:none}.space-setting-page.svelte-1oyt9e .title:where(.svelte-1oyt9e){color:var(--text-heading-color);margin:0;font-size:1.4em}.space-setting-page.svelte-1oyt9e .setting-form:where(.svelte-1oyt9e){flex-direction:column;gap:1em;max-width:480px;display:flex}.space-setting-page.svelte-1oyt9e .setting-form:where(.svelte-1oyt9e) .section-title:where(.svelte-1oyt9e){color:var(--text-heading-color);margin:0;font-size:1.1em}.space-setting-page.svelte-1oyt9e .setting-form:where(.svelte-1oyt9e) .field:where(.svelte-1oyt9e){flex-direction:column;gap:.4em;display:flex}.space-setting-page.svelte-1oyt9e .setting-form:where(.svelte-1oyt9e) .field:where(.svelte-1oyt9e) .field-label:where(.svelte-1oyt9e){color:var(--text-color);opacity:.85;font-size:.85em}.space-setting-page.svelte-1oyt9e .setting-form:where(.svelte-1oyt9e) .button-area:where(.svelte-1oyt9e){justify-content:flex-end;display:flex}.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}.google-login-view.svelte-vip1k0{display:inline-block}.mail-password-button-view.svelte-rncif5{display:flex}.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)}.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}.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}.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}.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}.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}.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}.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}.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}.textarea-view.svelte-1tgk906{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}.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 .long-press-target:where(.svelte-19j4li7){background:var(--background-elevated-color);border-radius:var(--radius-px);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;padding:1.5em;display:flex}.sample-icon-view.svelte-msb0fr{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-icon-view.svelte-msb0fr .card-body:where(.svelte-msb0fr){flex-flow:wrap;align-items:center;gap:.75em;min-width:14em;display:flex}.sample-icon-view.svelte-msb0fr h2:where(.svelte-msb0fr){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.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;display:block}.logo-text.svelte-nvkm96{color:var(--text-heading-color);font-weight:600;line-height:1}.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-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 .wide:where(.svelte-1kkbapz){width:100%}.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}.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}.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 .wide:where(.svelte-1rckcf9){width:100%}.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}.sample-layout-view.svelte-1rckcf9 .card-content:where(.svelte-1rckcf9){margin:0;padding:1em}.sample-layout-view.svelte-1rckcf9 .resizable-demo:where(.svelte-1rckcf9){border:1px dashed var(--border-color);width:100%;height:6em;display:flex}.sample-layout-view.svelte-1rckcf9 .resizable-content:where(.svelte-1rckcf9){background:var(--background-elevated-color);text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:1em;display:flex}.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}.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}.labeled-number-view.svelte-66r4dt{background:var(--background-elevated-color);border-radius:var(--radius-px);flex-direction:column;gap:.3em;min-width:160px;padding:.8em 1em;display:flex}.labeled-number-view.svelte-66r4dt .label:where(.svelte-66r4dt){color:var(--text-color);font-size:.85em}.labeled-number-view.svelte-66r4dt .value:where(.svelte-66r4dt){color:var(--text-heading-color);font-size:1.5em;font-weight:700}.labeled-number-view.svelte-66r4dt .value:where(.svelte-66r4dt).animating{opacity:.5}.meter-view.svelte-iphwbg{background-color:var(--border-color);border-radius:var(--radius-px);overflow:hidden}.meter-view.svelte-iphwbg .fill:where(.svelte-iphwbg){height:100%;transition-property:width;transition-timing-function:linear}.text-diff-result-list-view.svelte-1m3okto{border:1px solid var(--border-color);border-radius:var(--radius-px);flex-direction:column;font-family:monospace;font-size:.9em;display:flex;overflow:hidden}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto){white-space:pre-wrap;word-break:break-all;gap:.8em;padding-block:.3em;padding-inline:1em;display:flex}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto) .diff-mark:where(.svelte-1m3okto){width:1em;color:var(--text-color);flex-shrink:0}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto) .diff-text:where(.svelte-1m3okto){flex-grow:1}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto).added{background:#2ea04326}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto).added .diff-mark:where(.svelte-1m3okto){color:#2ea043}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto).removed{background:#f8514926}.text-diff-result-list-view.svelte-1m3okto .diff-row:where(.svelte-1m3okto).removed .diff-mark:where(.svelte-1m3okto){color:#f85149}.sample-value-view.svelte-1x16pj3{flex-wrap:wrap;align-items:flex-start;gap:1.5em;display:flex}.sample-value-view.svelte-1x16pj3 .card-body:where(.svelte-1x16pj3){flex-flow:wrap;align-items:center;gap:.75em;min-width:16em;display:flex}.sample-value-view.svelte-1x16pj3 .card-body:where(.svelte-1x16pj3) .text-diff-result-list-view{width:100%}.sample-value-view.svelte-1x16pj3 .wide:where(.svelte-1x16pj3){width:100%}.sample-value-view.svelte-1x16pj3 h2:where(.svelte-1x16pj3){align-items:center;gap:.4em;width:100%;margin:0 0 .5em;font-size:1.1em;display:flex}.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}.public-home-page.svelte-r4xg55{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}.public-home-page.svelte-r4xg55 .header-area:where(.svelte-r4xg55){box-sizing:border-box;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1em;width:100%;padding-block:1em;padding-inline:1.5em;display:flex}.public-home-page.svelte-r4xg55 .header-area:where(.svelte-r4xg55) .button-area:where(.svelte-r4xg55){gap:.75em;display:flex}.public-home-page.svelte-r4xg55 .hero-area:where(.svelte-r4xg55){box-sizing:border-box;text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:1em;width:100%;padding:1.5em;display:flex}.public-home-page.svelte-r4xg55 .hero-area:where(.svelte-r4xg55) .hero-description:where(.svelte-r4xg55){color:var(--text-color);opacity:.85;margin:0}.public-home-page.svelte-r4xg55 .footer-area:where(.svelte-r4xg55){box-sizing:border-box;border-top:1px solid var(--border-color);text-align:center;flex-direction:column;align-items:center;gap:.25em;width:100%;padding-block:1.5em;padding-inline:1.5em;display:flex}.public-home-page.svelte-r4xg55 .footer-area:where(.svelte-r4xg55) .service-name:where(.svelte-r4xg55){color:var(--text-heading-color);margin:0;font-size:1em;font-weight:600}.public-home-page.svelte-r4xg55 .footer-area:where(.svelte-r4xg55) .copyright:where(.svelte-r4xg55){color:var(--text-color);opacity:.7;margin:0;font-size:.85em}.public-home-page.svelte-r4xg55 .footer-area:where(.svelte-r4xg55) .theme-area:where(.svelte-r4xg55){margin-block-start:.5em;font-size:.85em}.email-verify-page.svelte-18w1ifz{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5em;display:flex}.email-verify-page.svelte-18w1ifz .error-message:where(.svelte-18w1ifz){color:var(--danger-color);text-align:center}
