.ContextMenu-module__9F71ya__menu{z-index:100;padding:unset;background:var(--bg-page);border:1px solid var(--border);border-radius:4px;font-size:.875rem;list-style:none;position:fixed}.ContextMenu-module__9F71ya__item{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;flex-direction:row;align-items:center;gap:10px;padding:4px 10px;display:flex}.ContextMenu-module__9F71ya__item:hover{background:var(--color-surface-hover)}.ContextMenu-module__9F71ya__hasSubmenu{cursor:default;position:relative}.ContextMenu-module__9F71ya__hasSubmenu>ul{position:absolute;top:-1px;left:100%}.ContextMenu-module__9F71ya__disabled{color:var(--text-secondary);cursor:default}
.Modal-module__APHtQa__backdrop{z-index:105;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__APHtQa__modal{background-color:var(--bg-cell);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:20px;width:500px;padding:30px;display:flex}.Modal-module__APHtQa__modalTitle{font-size:1.6rem;font-weight:700}.Modal-module__APHtQa__modal header{justify-content:space-between;align-items:center;display:flex}.Modal-module__APHtQa__wideButton{text-wrap:nowrap;border:1px solid var(--border);border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:10px 15px;transition:color 50ms,background 50ms,border 50ms;display:flex}.Modal-module__APHtQa__wideButton:hover:not(:disabled){background-color:var(--color-highlight);border-color:var(--color-highlight);color:var(--bg-cell)}.Modal-module__APHtQa__wideButton:disabled{color:var(--text-secondary);cursor:default}.Modal-module__APHtQa__divider{background-color:var(--border);justify-content:center;align-items:center;width:100%;height:1px;margin:10px 0;display:flex}.Modal-module__APHtQa__divider>span{color:var(--text-secondary);background-color:var(--bg-cell);padding:0 5px;font-size:.875rem}.Modal-module__APHtQa__inputRow{flex-direction:row;gap:10px;display:flex}.Modal-module__APHtQa__inputRow .Modal-module__APHtQa__wideButton{min-width:150px}.Modal-module__APHtQa__errorText{color:var(--color-error,#e53e3e);font-size:.875rem}.Modal-module__APHtQa__warningText{color:var(--color-failure);flex-direction:row;align-items:center;gap:5px;padding:5px;font-size:.875rem;display:flex}.Modal-module__APHtQa__urlCode{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--border);background:var(--bg-cell);border-radius:6px;flex:1;min-width:0;padding:10px 15px;font-size:.875rem;overflow:hidden}.Modal-module__APHtQa__spinnerText{color:var(--color-muted,#888)}.Modal-module__APHtQa__gistList{flex-direction:column;gap:4px;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.Modal-module__APHtQa__gistItem{border:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 10px;transition:background 50ms;display:flex}.Modal-module__APHtQa__gistItem:hover{background-color:var(--bg-hover,#0000000d)}.Modal-module__APHtQa__textButton{color:var(--text-secondary);width:fit-content;margin:0 auto;font-size:.875rem}.Modal-module__APHtQa__gistDescription{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Modal-module__APHtQa__gistDate{color:var(--color-muted,#888);white-space:nowrap;font-size:.8rem}.Modal-module__APHtQa__noticeText{color:var(--color-muted,#888);font-size:.875rem}.Modal-module__APHtQa__nameInput{border:1px solid var(--border);background:var(--bg-cell);width:100%;color:inherit;box-sizing:border-box;border-radius:6px;padding:10px 15px;font-size:.875rem}.Modal-module__APHtQa__gistSelect{border:1px solid var(--border);background:var(--bg-cell);min-width:0;color:inherit;border-radius:6px;flex:1;padding:10px 15px;font-size:.875rem}
.Toast-module__eQHKbW__container{z-index:200;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:15px;left:15px}.Toast-module__eQHKbW__toast{background:var(--bg-cell);border:1px solid var(--border);width:fit-content;color:var(--text-primary);border-radius:8px;align-items:center;gap:10px;padding:10px 15px;font-size:.875rem;animation:.15s Toast-module__eQHKbW__slide-in;display:flex}.Toast-module__eQHKbW__info{border-left-color:var(--border)}.Toast-module__eQHKbW__success{border-color:var(--color-success)}.Toast-module__eQHKbW__error{border-color:var(--color-failure)}.Toast-module__eQHKbW__toastIcon{flex-shrink:0;align-items:center;display:flex}.Toast-module__eQHKbW__exiting{animation:.15s forwards Toast-module__eQHKbW__slide-out}@keyframes Toast-module__eQHKbW__slide-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__eQHKbW__slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-8px)}}
.sheet-cards-module__xt7L9G__root{-webkit-user-select:none;user-select:none;flex-direction:column;gap:30px;display:flex}.sheet-cards-module__xt7L9G__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:10px;font-size:.875rem;font-weight:600}.sheet-cards-module__xt7L9G__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px;display:grid}.sheet-cards-module__xt7L9G__quickGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.sheet-cards-module__xt7L9G__card{background-color:var(--bg-cell);border:1px solid var(--border);color:inherit;border-radius:8px;flex-direction:column;gap:15px;padding:30px;transition:background-color 50ms;display:flex}.sheet-cards-module__xt7L9G__card:hover{background-color:var(--bg-page)}.sheet-cards-module__xt7L9G__cardHeader{flex-direction:row;align-items:center;gap:8px;line-height:1em;display:flex}.sheet-cards-module__xt7L9G__badge{background-color:var(--color-highlight);width:20px;height:20px;color:var(--bg-cell);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.sheet-cards-module__xt7L9G__quickCard{background-color:var(--bg-cell);border:1px solid var(--border);color:inherit;border-radius:8px;flex-direction:row;align-items:center;gap:15px;padding:30px;transition:background-color 50ms;display:flex}.sheet-cards-module__xt7L9G__quickCard:not(.sheet-cards-module__xt7L9G__cardDisabled):hover{background-color:var(--bg-page)}.sheet-cards-module__xt7L9G__quickBadge{background-color:var(--color-highlight);width:36px;height:36px;color:var(--bg-cell);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.sheet-cards-module__xt7L9G__quickCardText{flex-direction:column;gap:4px;display:flex}.sheet-cards-module__xt7L9G__cardDisabled{opacity:.45;cursor:default}.sheet-cards-module__xt7L9G__cardName{font-size:.95rem;font-weight:600}.sheet-cards-module__xt7L9G__cardDescription{color:var(--text-secondary);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}@media (max-width:600px){.sheet-cards-module__xt7L9G__quickGrid{grid-template-columns:1fr}}
.BrowserNotice-module__jEPRUW__browserNotice{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.BrowserNotice-module__jEPRUW__panel{background-color:var(--bg-cell);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:15px;max-width:700px;padding:30px;display:flex}.BrowserNotice-module__jEPRUW__noticeHeader{flex-direction:row;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;line-height:2rem;display:flex}.BrowserNotice-module__jEPRUW__logo{font-family:var(--font-vt323), monospace;flex-direction:row;align-items:center;gap:8px;display:flex}.BrowserNotice-module__jEPRUW__logo img{width:1em;height:1em}.BrowserNotice-module__jEPRUW__logo span{-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;text-rendering:geometricprecision;font-size:1.6rem}.BrowserNotice-module__jEPRUW__content{flex-direction:column;gap:15px;display:flex}.BrowserNotice-module__jEPRUW__mobilePage{background-color:var(--bg-cell);flex-direction:column;gap:15px;width:100%;min-height:100vh;padding:30px;display:flex}.BrowserNotice-module__jEPRUW__content button{background-color:var(--color-highlight);border-radius:8px;flex-direction:row;align-items:center;gap:5px;width:fit-content;padding:5px 10px;display:flex}
.ErrorSheet-module__JbMNtq__container{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.ErrorSheet-module__JbMNtq__logo{font-family:var(--font-vt323), monospace;flex-direction:row;align-items:center;gap:12px;font-size:4rem;line-height:1;display:flex}.ErrorSheet-module__JbMNtq__logo img{width:.5em;height:.5em;position:relative;top:5px}.ErrorSheet-module__JbMNtq__logoText{-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;text-rendering:geometricprecision;color:var(--text-primary)}.ErrorSheet-module__JbMNtq__error{color:var(--color-failure);text-align:center;max-width:400px;font-size:.875rem}.ErrorSheet-module__JbMNtq__continueButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:.875rem;text-decoration:underline}.ErrorSheet-module__JbMNtq__continueButton:hover{color:var(--text-primary)}
.LoadingSheet-module__rsFfnG__container{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.LoadingSheet-module__rsFfnG__logo{font-family:var(--font-vt323), monospace;flex-direction:row;align-items:center;gap:12px;font-size:4rem;line-height:1;display:flex}.LoadingSheet-module__rsFfnG__logo img{width:.5em;height:.5em;position:relative;top:5px}.LoadingSheet-module__rsFfnG__logoText{-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;text-rendering:geometricprecision;background:linear-gradient(90deg, var(--text-primary) 0%, var(--color-highlight) 50%, var(--text-primary) 100%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:1s linear infinite LoadingSheet-module__rsFfnG__text-shimmer}.LoadingSheet-module__rsFfnG__subtitle{color:var(--text-secondary);font-size:.875rem}@keyframes LoadingSheet-module__rsFfnG__text-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.cells-module__cG9oNG__cell{border-left:5px solid var(--border);flex-direction:column;gap:15px;width:100%;height:fit-content;padding:15px 30px;display:flex}.cells-module__cG9oNG__cell:first-of-type{padding-top:45px}.cells-module__cG9oNG__cell:last-of-type{padding-bottom:45px}.cells-module__cG9oNG__success{border-color:var(--color-success)}.cells-module__cG9oNG__failure{border-color:var(--color-failure)}.cells-module__cG9oNG__loading .cells-module__cG9oNG__shimmer{background:linear-gradient(90deg, var(--text-secondary) 0%, var(--color-loading) 50%, var(--text-secondary) 100%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:1s linear infinite cells-module__cG9oNG__text-shimmer}@keyframes cells-module__cG9oNG__text-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.cells-module__cG9oNG__cell header{color:var(--text-secondary);-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;display:flex}.cells-module__cG9oNG__information,.cells-module__cG9oNG__editButtons{flex-direction:row;align-items:center;gap:10px;display:flex}.cells-module__cG9oNG__editButtons{gap:15px}.cells-module__cG9oNG__actions{flex-direction:row;align-items:center;gap:8px;display:flex}.cells-module__cG9oNG__actions button{background-color:var(--bg-page);color:var(--text-secondary);border-radius:8px;flex-direction:row;align-items:center;gap:5px;padding:5px 10px;font-size:.7em;display:flex}.cells-module__cG9oNG__actions button:disabled{cursor:default}.cells-module__cG9oNG__actions button:hover:not(:disabled){color:var(--text-primary)}.cells-module__cG9oNG__error{color:var(--color-failure);white-space:pre-wrap;margin:0;font-family:monospace;font-size:.875rem}.cells-module__cG9oNG__urlInput{background-color:var(--bg-page);width:100%;color:var(--text-primary);border:1px solid var(--border);border-radius:8px;padding:10px;font-family:monospace;font-size:.875rem}.cells-module__cG9oNG__urlInput:disabled{border-color:#0000}.cells-module__cG9oNG__status{color:var(--color-success);font-size:.875rem}.cells-module__cG9oNG__markdownContent{flex-direction:column;gap:15px;display:flex}.cells-module__cG9oNG__editor *{outline:none!important}.cells-module__cG9oNG__inputForm{flex-direction:row;align-items:center;gap:8px;font-family:monospace;font-size:.875rem;display:flex}.cells-module__cG9oNG__inputPrompt{color:var(--text-secondary);white-space:pre}.cells-module__cG9oNG__inputField{background-color:var(--bg-page);color:var(--text-primary);border:1px solid var(--border);border-radius:8px;flex:1;padding:4px 8px;font-family:monospace;font-size:.875rem}.cells-module__cG9oNG__inputForm button{background-color:var(--bg-page);color:var(--text-secondary);border-radius:8px;padding:4px 10px;font-size:.875rem}.cells-module__cG9oNG__inputForm button:hover{color:var(--text-primary)}.cells-module__cG9oNG__transcript{flex-direction:column;gap:2px;font-family:monospace;font-size:.875rem;display:flex}.cells-module__cG9oNG__transcriptOutput{color:var(--text-primary);white-space:pre-wrap;margin:0}.cells-module__cG9oNG__transcriptInput{color:var(--text-secondary);white-space:pre;margin:0}.cells-module__cG9oNG__transcriptInput span{color:var(--text-primary)}
.EmptySheet-module__FL2_wq__emptySheet{flex-direction:column;justify-content:center;align-items:center;gap:15px;margin-top:100px;padding:60px 30px;display:flex}.EmptySheet-module__FL2_wq__heading{color:var(--text-secondary);font-family:var(--font-vt323), monospace;margin:0;font-size:2rem}.EmptySheet-module__FL2_wq__hint{color:var(--text-secondary);margin:0;font-size:.75rem}.EmptySheet-module__FL2_wq__buttons{flex-direction:row;gap:8px;display:flex}.EmptySheet-module__FL2_wq__buttons button{color:var(--text-secondary);border:1px solid var(--border);background-color:#0000;border-radius:8px;flex-direction:row;align-items:center;gap:5px;padding:5px 10px;font-size:.7em;display:flex}.EmptySheet-module__FL2_wq__buttons button:hover{color:var(--text-primary)}
.Sheet-module__dYI5tW__sheet{background-color:var(--bg-cell);border-top-right-radius:12px;border-bottom-right-radius:12px;flex-direction:column;margin:100px 20vw;display:flex}@media (max-width:1200px){.Sheet-module__dYI5tW__sheet{margin:100px 10vw}}@media (max-width:768px){.Sheet-module__dYI5tW__sheet{margin:100px 16px}}
.Header-module__-2yUHq__header{background-color:var(--bg-cell);border-bottom:1px solid var(--border);z-index:99;-webkit-user-select:none;user-select:none;flex-direction:row;width:100%;padding:20px calc(30px + 20vw);display:flex;position:fixed}.Header-module__-2yUHq__header section{flex-direction:row;justify-content:center;align-items:center;display:flex}.Header-module__-2yUHq__logoLink{font-family:var(--font-vt323);color:inherit;flex-direction:row;align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__-2yUHq__logoLink img{width:1em;height:1em}.Header-module__-2yUHq__logoLink span{-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;text-rendering:geometricprecision;font-size:1.6rem}.Header-module__-2yUHq__version{color:var(--text-secondary);flex-direction:row;align-items:center;gap:5px;font-size:.7em;display:flex}.Header-module__-2yUHq__version:hover{color:var(--text-primary)}.Header-module__-2yUHq__header section:first-of-type{flex:1;justify-content:start}.Header-module__-2yUHq__header section:last-of-type{flex:1;justify-content:end}.Header-module__-2yUHq__buttons{gap:15px}.Header-module__-2yUHq__buttons button{flex-direction:row;align-items:center;gap:5px;font-size:.7em;display:flex}@media (max-width:1200px){.Header-module__-2yUHq__header{padding:20px calc(20px + 10vw)}}@media (max-width:768px){.Header-module__-2yUHq__header{padding:20px 16px}}
.page-module__E0kJGG__page{margin:100px 0;padding:40px calc(30px + 20vw)}@media (max-width:1200px){.page-module__E0kJGG__page{padding:40px calc(20px + 10vw)}}@media (max-width:768px){.page-module__E0kJGG__page{padding:40px 16px}}
