.shell-root{min-height:100vh;display:flex;flex-direction:column;background:var(--surface-canvas)}.shell-header{position:sticky;top:0;z-index:20;height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--divider);display:flex;align-items:center;padding:0 16px;gap:12px}.shell-header__left,.shell-header__right{display:flex;align-items:center;gap:8px}.shell-header__center{flex:1;display:flex;justify-content:center}.docs-wordmark{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;border-radius:var(--radius-button);color:var(--text-primary);text-decoration:none;height:48px}.docs-wordmark__icon{color:var(--brand-blue);width:36px;height:36px;display:flex;align-items:center;justify-content:center}.docs-wordmark__text{font-size:var(--font-size-2xl);font-weight:var(--font-weight-regular);color:var(--text-primary);letter-spacing:0}.search-bar{width:100%;max-width:720px;height:48px;background:var(--search-bar-bg);border-radius:var(--radius-pill);display:flex;align-items:center;padding:0 16px;gap:12px;color:var(--text-primary);transition:background-color .12s ease,box-shadow .12s ease}.search-bar:focus-within{background:var(--surface-white);box-shadow:0 1px 2px #3c404326}.search-bar__input{flex:1;border:none;outline:none;background:transparent;font-size:var(--font-size-base);color:var(--text-primary)}.search-bar__input::-moz-placeholder{color:var(--text-muted)}.search-bar__input::placeholder{color:var(--text-muted)}.avatar-pill{height:40px;padding:0 14px 0 10px;border-radius:var(--radius-pill);background:var(--surface-white);border:1px solid var(--border-subtle);display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);font-size:13px;font-weight:500}.avatar-pill:hover{background:var(--icon-hover-bg)}.avatar-pill:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.avatar-pill__circle{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:500;text-transform:uppercase}.nav-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000003d;z-index:40}.nav-drawer{position:fixed;left:0;top:0;bottom:0;width:256px;background:var(--nav-drawer-bg);z-index:50;box-shadow:var(--menu-shadow);display:flex;flex-direction:column}.nav-drawer__header{height:var(--header-height);display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid var(--divider)}.nav-drawer__items{padding:8px 0;display:flex;flex-direction:column;gap:0}.nav-drawer__item{display:flex;align-items:center;gap:12px;height:48px;padding:0 16px;margin:0 8px;border-radius:var(--radius-button);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-primary);text-decoration:none}.nav-drawer__item:hover{background:var(--nav-item-hover-bg)}.nav-drawer__item:focus-visible{outline:2px solid var(--brand-blue);outline-offset:-2px}.nav-drawer__divider{height:1px;background:var(--divider);margin:8px 0}.apps-waffle-popover,.account-menu-popover{position:absolute;right:12px;top:calc(var(--header-height) - 4px);background:var(--surface-menu);border-radius:var(--radius-menu);box-shadow:var(--menu-shadow);z-index:45;padding:12px}.apps-waffle-grid{display:grid;grid-template-columns:repeat(3,80px);gap:4px}.apps-waffle-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 4px;border-radius:var(--radius-button);color:var(--text-primary);text-decoration:none;font-size:12px}.apps-waffle-tile:hover{background:var(--menu-item-hover-bg)}.apps-waffle-tile[aria-disabled=true]{cursor:default;color:var(--text-muted)}.account-menu-popover{width:280px;padding:16px}.account-menu__email{font-size:13px;color:var(--text-muted);margin-bottom:8px}.account-menu__name{font-size:16px;font-weight:500;color:var(--text-primary);margin-bottom:12px}.account-menu__avatar{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:500;margin-bottom:12px}.account-menu__signout{display:block;width:100%;padding:10px 12px;border-radius:var(--radius-button);color:var(--text-primary);text-align:left;font-size:14px;background:transparent}.account-menu__signout:hover{background:var(--menu-item-hover-bg)}.shell-main{flex:1;min-height:0}.home-page{background:var(--surface-canvas);min-height:calc(100vh - var(--header-height))}.home-layout{min-height:calc(100vh - var(--header-height));background:var(--surface-canvas)}.home-content{background:var(--surface-canvas)}.template-strip{background:var(--surface-template-strip);padding:24px var(--page-padding-x)}.template-strip__inner{max-width:var(--page-max-width);margin:0 auto}.template-strip__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-heading{font-size:14px;font-weight:500;color:var(--text-primary);margin:0}.template-strip__actions{display:flex;align-items:center;gap:4px}.template-gallery-link{display:inline-flex;align-items:center;gap:4px;background:transparent;border-radius:var(--radius-button);padding:6px 10px;font-size:14px;font-weight:500;color:var(--text-link);text-decoration:none}.template-gallery-link:hover{background:var(--icon-hover-bg)}.template-list{display:flex;gap:20px;overflow:hidden}.template-tile{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:138px;gap:8px}.template-tile__surface{width:138px;height:195px;border-radius:var(--radius-card);background:var(--surface-white);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;transition:box-shadow .12s ease,transform .12s ease;overflow:hidden;position:relative}.template-tile:hover .template-tile__surface{box-shadow:var(--card-shadow-hover);transform:translateY(-1px)}.template-tile:focus-visible{outline:none}.template-tile:focus-visible .template-tile__surface{box-shadow:0 0 0 2px var(--brand-blue)}.template-tile__caption{font-size:12px;font-weight:500;color:var(--text-primary);line-height:1.3}.template-tile__subcaption{font-size:11px;font-weight:400;color:var(--text-muted)}.template-tile__preview{width:92%;height:92%;padding:10px 8px;display:flex;flex-direction:column;gap:4px}.template-tile__line{height:2px;background:#3c40431f;border-radius:1px}.template-tile__plus{display:block}.recent-section{padding:32px var(--page-padding-x) 96px}.recent-section__inner{max-width:var(--page-max-width);margin:0 auto}.recent-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:16px}.recent-toolbar__title{margin:0;flex:1;font-size:14px;font-weight:500;color:var(--text-primary)}.chip{height:32px;border-radius:var(--radius-pill);padding:0 12px;background:#f1f3f4;color:var(--text-primary);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.chip:hover{background:#e8eaed}.chip[data-open=true]{background:var(--brand-blue-surface);color:var(--brand-blue)}.chip[data-open=true] svg{color:var(--brand-blue)}.chip:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.doc-card{display:flex;flex-direction:column;background:var(--surface-white);border:1px solid var(--border-subtle);border-radius:var(--radius-card);aspect-ratio:var(--card-aspect);transition:box-shadow .12s ease;overflow:hidden;position:relative;text-align:left;padding:0;color:inherit}.doc-card:hover{box-shadow:var(--card-shadow-hover)}.doc-card:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-blue)}.doc-card[data-selected=true]{border:2px solid var(--brand-blue)}.doc-card__thumb{flex:1;background:var(--surface-white);border-bottom:1px solid var(--border-subtle);padding:28px 24px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.doc-card__thumb-line{height:1px;background:#3c40430f;border-radius:1px}.doc-card__thumb-title{height:8px;background:#3c40431f;width:60%;margin-bottom:12px;border-radius:2px}.doc-card__footer{height:56px;padding:8px 12px;display:flex;align-items:center;gap:10px;background:var(--surface-white)}.doc-card__footer-text{flex:1;min-width:0;display:flex;flex-direction:column}.doc-card__title{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-card__subtitle{font-size:12px;color:var(--text-muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-card__actions{display:flex;align-items:center;gap:2px}.doc-card__3dot{width:32px;height:32px;border-radius:var(--radius-icon-button);display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default);background:transparent}.doc-card__3dot:hover,.doc-card__3dot[data-open=true]{background:#e8eaed}.doc-card__star{width:32px;height:32px;border-radius:var(--radius-icon-button);display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default);background:transparent;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.doc-card:hover .doc-card__star,.doc-row:hover .doc-card__star,.doc-card__star[data-starred],.doc-card__star:focus-visible{opacity:1}.doc-card__star:hover{background:#e8eaed}.doc-card__star[data-starred]{color:#f9ab00}.doc-list{display:flex;flex-direction:column}.doc-list__group-label{font-size:13px;font-weight:500;color:var(--text-secondary);margin:16px 0 4px;padding:0 8px}.doc-row{display:grid;grid-template-columns:48px 1fr 180px 120px 80px;align-items:center;height:52px;border-bottom:1px solid var(--divider);background:transparent;text-align:left;padding:0;color:inherit;width:100%}.doc-row:hover{background:#f8f9fa}.doc-row:focus-visible{outline:2px solid var(--brand-blue);outline-offset:-2px}.doc-row__icon{display:flex;align-items:center;justify-content:center;color:var(--brand-blue)}.doc-row__title-cell{display:flex;align-items:center;gap:12px;min-width:0}.doc-row__title{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-row__owner,.doc-row__opened{font-size:13px;color:var(--text-secondary);text-align:right;padding-right:16px}.doc-row__3dot{display:flex;align-items:center;justify-content:flex-end;gap:2px;padding-right:4px}.doc-row__star{opacity:1}.empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:64px 0;color:var(--text-muted);text-align:center}.empty-state__title{font-size:18px;color:var(--text-secondary);font-weight:500;margin:0}.empty-state__body{font-size:14px;color:var(--text-muted);margin:0}.editor-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface-canvas-alt);color:var(--text-primary)}.editor-header{background:var(--header-bg);border-bottom:1px solid var(--divider);display:grid;grid-template-columns:auto 1fr auto;align-items:center;-moz-column-gap:8px;column-gap:8px;padding:6px 16px 4px;flex-shrink:0}.editor-header__stack{display:flex;flex-direction:column;min-width:0;align-self:stretch;justify-content:space-between;padding:2px 0}.editor-header__row-title{display:flex;align-items:center;gap:2px;min-width:0}.editor-header__right{display:flex;align-items:center;gap:4px;position:relative}.editor-home-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:var(--brand-blue);text-decoration:none;transition:background-color 80ms ease;align-self:start;margin-top:6px}.editor-home-link:hover{background:var(--icon-hover-bg)}.editor-title-group{display:flex;align-items:center;gap:2px;min-width:0;max-width:520px}.editor-title{display:inline-flex;align-items:center;padding:4px 6px;border-radius:4px;font-size:18px;font-weight:400;color:var(--text-primary);background:transparent;border:1px solid transparent;min-width:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;height:28px}.editor-title:hover{background:var(--icon-hover-bg)}.editor-title-input{font-size:18px;font-weight:400;color:var(--text-primary);background:var(--surface-white);border:1px solid var(--border-subtle);border-radius:4px;padding:2px 6px;outline:none;height:28px;min-width:160px;max-width:520px}.editor-title-input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 1px var(--brand-blue)}.editor-title-chevron{width:20px;height:20px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default)}.editor-title-chevron:hover{background:var(--icon-hover-bg)}.editor-title-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default);flex-shrink:0}.editor-title-icon:hover{background:var(--icon-hover-bg)}.editor-title-icon[data-starred=true]{color:var(--status-yellow)}.editor-title-icon[aria-disabled=true]{color:#bdc1c6;cursor:default}.editor-title-icon[aria-disabled=true]:hover{background:transparent}.editor-header-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default)}.editor-header-icon:hover{background:var(--icon-hover-bg)}.editor-header-icon[data-active=true]{background:#e8eaed;color:var(--brand-blue)}.editor-header-icon[aria-disabled=true]{color:#bdc1c6;cursor:default}.editor-header-icon[aria-disabled=true]:hover{background:transparent}.editor-save-status[data-status=saving] svg{animation:editor-spin 1.2s linear infinite;color:var(--brand-blue)}.editor-save-status[data-status=error]{color:var(--status-error)}@keyframes editor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.editor-share-group{display:inline-flex;align-items:center;background:var(--brand-blue);border-radius:999px;overflow:hidden;height:36px;transition:box-shadow 80ms ease}.editor-share-group:hover{box-shadow:0 1px 3px #3c404329}.editor-share-pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;background:var(--brand-blue);color:#fff;font-size:14px;font-weight:500;border:none;border-radius:0}.editor-share-pill:hover{background:var(--brand-blue-hover)}.editor-share-pill svg{color:#fff}.editor-share-chevron{width:28px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--brand-blue);border-radius:0;border-left:1px solid rgba(255,255,255,.3)}.editor-share-chevron:hover{background:var(--brand-blue-hover)}.editor-avatar{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;margin-left:4px}.editor-menu-bar{display:flex;align-items:center;gap:0;height:24px;padding:0;flex-shrink:0}.editor-menu-item{padding:2px 8px;border-radius:4px;font-size:14px;font-weight:400;color:var(--text-primary);background:transparent;height:24px;display:inline-flex;align-items:center}.editor-menu-item:hover{background:var(--menu-item-hover-bg)}.editor-menu-item[data-open=true]{background:#e8eaed}.editor-toolbar-wrap{display:flex;justify-content:center;padding:4px 16px;background:var(--surface-canvas-alt);position:sticky;top:0;z-index:10;flex-shrink:0}.editor-toolbar{height:var(--toolbar-height);background:var(--surface-toolbar-pill);border-radius:20px;display:flex;align-items:center;padding:4px 8px;gap:2px;max-width:1200px;width:100%}.tb-btn{width:32px;height:32px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#444746;background:transparent;font-size:14px;font-weight:500}.tb-btn:hover{background:#e8eaed}.tb-btn[data-active=true]{background:var(--brand-blue-surface-2);color:var(--brand-blue)}.tb-btn[disabled],.tb-btn[aria-disabled=true]{color:#bdc1c6;cursor:default}.tb-btn[disabled]:hover,.tb-btn[aria-disabled=true]:hover{background:transparent}.tb-divider{width:1px;height:20px;background:#c4c7c5;margin:0 4px;flex-shrink:0}.tb-combo{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 8px;border-radius:4px;background:transparent;font-size:14px;color:var(--text-primary);white-space:nowrap}.tb-combo:hover{background:#e8eaed}.tb-combo[data-open=true]{background:#dadce0}.tb-combo__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.tb-combo__chevron{color:var(--icon-default)}.tb-size{display:inline-flex;align-items:center;gap:2px;height:28px}.tb-size__input{width:32px;height:24px;text-align:center;font-size:14px;border:none;outline:none;background:transparent;color:var(--text-primary);border-radius:4px}.tb-size__input:focus{background:#fff;box-shadow:0 0 0 1px var(--brand-blue)}.tb-mode{margin-left:auto;display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 10px 0 8px;border-radius:999px;background:var(--brand-blue-surface-2);color:var(--brand-blue);font-size:14px;font-weight:500}.tb-mode:hover{background:var(--brand-blue-surface-3);box-shadow:0 1px 3px #3c40431f}.tb-mode[data-open=true]{background:var(--brand-blue-surface-3)}.editor-canvas{flex:1;overflow-y:auto;background:var(--surface-canvas-alt);padding:var(--doc-sheet-margin) 0 96px;display:flex;justify-content:center;position:relative}.editor-page-sheet{width:var(--doc-sheet-width);min-height:var(--doc-sheet-min-height);background:var(--surface-white);border:1px solid var(--border-subtle);box-shadow:0 1px 3px #3c40431f,0 4px 12px #3c404314;padding:var(--doc-sheet-padding);transform-origin:top center;position:relative}.editor-shell[data-mode=viewing] .editor-block{cursor:default}.editor-shell[data-mode=viewing] .editor-toolbar .tb-btn,.editor-shell[data-mode=viewing] .editor-toolbar .tb-combo,.editor-shell[data-mode=viewing] .editor-toolbar .tb-size__input{pointer-events:none;opacity:.55}.editor-shell[data-mode=viewing] .editor-toolbar .tb-mode{pointer-events:auto;opacity:1}.editor-block{font-family:var(--font-family-body);color:var(--text-primary);margin:0;outline:none;min-height:1.2em;word-wrap:break-word;white-space:pre-wrap}.editor-block:empty:before{content:attr(data-placeholder);color:#bdc1c6;pointer-events:none}.block-paragraph{font-size:14.67px;line-height:1.5;margin-bottom:0;font-weight:400}.block-heading_1{font-size:26.67px;line-height:1.3;font-weight:400;color:#1f1f1f;margin-top:20px;margin-bottom:6px}.block-heading_2{font-size:21.33px;line-height:1.3;font-weight:400;color:var(--text-primary);margin-top:16px;margin-bottom:4px}.block-heading_3{font-size:16px;line-height:1.3;font-weight:400;color:var(--text-secondary);margin-top:14px;margin-bottom:4px}.block-bullet,.block-numbered{font-size:14.67px;line-height:1.5;margin-bottom:0;padding-left:24px;position:relative}.block-bullet:before{content:"•";position:absolute;left:6px;color:var(--text-primary)}.block-numbered:before{content:attr(data-number) ".";position:absolute;left:0;width:20px;text-align:right;color:var(--text-primary)}.block-divider{border:none;border-top:1px solid var(--border-subtle);margin:12px 0}.editor-block[data-font=arial]{font-family:Arial,sans-serif}.editor-block[data-font=roboto]{font-family:Roboto,sans-serif}.editor-block[data-font=times]{font-family:Times New Roman,serif}.editor-block[data-font=courier]{font-family:Courier New,monospace}.editor-block[data-font=georgia]{font-family:Georgia,serif}.editor-block[data-font=verdana]{font-family:Verdana,sans-serif}.editor-block[data-align=center]{text-align:center}.editor-block[data-align=right]{text-align:right}.editor-block[data-align=justify]{text-align:justify}.editor-suggesting-pill{position:absolute;top:72px;left:96px;padding:2px 10px;background:var(--status-green);color:#fff;font-size:13px;font-weight:500;border-radius:4px}.share-modal__backdrop{z-index:90}.share-modal{background:var(--surface-white);border-radius:12px;box-shadow:0 4px 24px #3c40434d;width:520px;max-width:calc(100vw - 32px);padding:20px 8px 8px;display:flex;flex-direction:column;gap:8px}.share-modal__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 4px}.share-modal__title{font-size:22px;font-weight:400;line-height:28px;color:var(--text-primary);margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-modal__close{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default);background:none;border:0;cursor:pointer}.share-modal__close:hover{background:var(--hover-surface)}.share-modal__add-row{display:flex;align-items:center;gap:8px;padding:4px 16px 12px;position:relative}.share-modal__add-input{flex:1;height:42px;padding:0 16px;font-size:14px;border:1px solid var(--border-subtle);border-radius:999px;color:var(--text-primary);background:var(--surface-white);outline:none}.share-modal__add-input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 1px var(--brand-blue)}.share-modal__role-button{height:32px;padding:0 12px;border-radius:999px;background:none;border:0;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;display:inline-flex;align-items:center;gap:4px}.share-modal__role-button:hover{background:var(--hover-surface)}.share-modal__role-button[disabled]{opacity:.5;cursor:not-allowed}.share-modal__role-button:after{content:"▾";font-size:10px;margin-left:4px;color:var(--icon-default)}.share-modal__send-button{height:36px;padding:0 18px;border-radius:999px;background:var(--brand-blue);color:#fff;border:0;font-size:14px;font-weight:500;cursor:pointer}.share-modal__send-button:hover{background:#1967d2}.share-modal__send-button:disabled{opacity:.5;cursor:not-allowed}.share-modal__section{padding:4px 16px 12px}.share-modal__section-title{font-size:14px;font-weight:500;color:var(--text-primary);margin:0 0 8px}.share-modal__person{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:4px 0}.share-modal__avatar{width:32px;height:32px;border-radius:999px;background:#dadce0;color:#3c4043;font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.share-modal__person-text{min-width:0}.share-modal__person-name{font-size:14px;font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-modal__person-sub{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-modal__person-role{font-size:13px;color:var(--text-secondary);padding:0 12px}.share-modal__person-role[data-disabled=true]{color:var(--text-secondary)}.share-modal__general{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:4px 0;position:relative}.share-modal__general-icon{width:32px;height:32px;border-radius:999px;background:#f1f3f4;color:var(--icon-default);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.share-modal__general-icon[data-enabled=true]{background:var(--brand-green-surface, #e6f4ea);color:#137333}.share-modal__general-text{min-width:0}.share-modal__general-primary{font-size:14px;font-weight:500;color:var(--text-primary);background:none;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.share-modal__general-primary:after{content:"▾";font-size:10px;color:var(--icon-default)}.share-modal__general-sub{font-size:12px;color:var(--text-secondary);margin-top:2px}.share-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-top:1px solid transparent}.share-modal__copy-link{height:36px;padding:0 14px;border-radius:999px;background:none;border:1px solid var(--border-subtle);color:var(--brand-blue);font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.share-modal__copy-link:hover{background:var(--brand-blue-surface);border-color:var(--brand-blue-surface)}.editor-shell[data-mode=suggesting] .editor-page-sheet{box-shadow:0 0 0 2px var(--brand-green-surface, #d6e9d9) inset}.editor-shell[data-mode=suggesting] .editor-block{color:#188038}.editor-block-row{position:relative}.editor-block-comment-pill{position:absolute;right:-52px;top:2px;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;height:24px;border-radius:999px;border:1px solid var(--border);background:var(--card-bg);color:var(--text-secondary, #5f6368);cursor:pointer;font:500 12px/1 Google Sans,Roboto,sans-serif;box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06))}.editor-block-comment-pill:hover{background:var(--brand-yellow-surface, #fef7e0);border-color:#fbbc04;color:#a50e0e}.editor-block-comment-pill__count{font-weight:600}[data-block-highlight=true]{animation:block-flash 1.3s ease-out;border-radius:3px}@keyframes block-flash{0%{box-shadow:0 0 0 3px #fbbc048c}60%{box-shadow:0 0 0 3px #fbbc044d}to{box-shadow:0 0 0 3px #fbbc0400}}.editor-header-icon{position:relative}.editor-header-icon[data-open]{background:var(--brand-blue-surface, #e8f0fe);color:var(--brand-blue, #1a73e8)}.editor-header-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand-blue, #1a73e8);color:#fff;font:600 10px/16px Google Sans,Roboto,sans-serif;text-align:center}.comments-sidebar{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:var(--card-bg, #fff);border-left:1px solid var(--border, #dadce0);box-shadow:-2px 0 12px #0000000d;display:flex;flex-direction:column;z-index:40;font:400 14px/1.45 Google Sans,Roboto,sans-serif;color:var(--text-primary, #202124)}.comments-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid var(--border, #dadce0)}.comments-sidebar__header h2{margin:0;font-size:16px;font-weight:500;color:var(--text-primary)}.comments-sidebar__close{background:transparent;border:0;padding:6px;border-radius:999px;cursor:pointer;color:var(--text-secondary, #5f6368)}.comments-sidebar__close:hover{background:var(--hover-bg, #f1f3f4)}.comments-sidebar__tabs{display:flex;gap:4px;padding:10px 16px;border-bottom:1px solid var(--border, #dadce0);background:#f8f9fa}.comments-sidebar__tabs button{flex:1;padding:6px 10px;background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;font:500 12px/1 Google Sans,Roboto,sans-serif;color:var(--text-secondary)}.comments-sidebar__tabs button[data-active]{background:var(--brand-blue-surface, #e8f0fe);color:var(--brand-blue, #1a73e8);border-color:var(--brand-blue-surface, #e8f0fe)}.comment-add-form{display:flex;gap:6px;padding:10px 16px;border-bottom:1px solid var(--border)}.comment-add-input{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font:inherit}.comment-add-input:focus{outline:2px solid var(--brand-blue-surface, #e8f0fe);border-color:var(--brand-blue, #1a73e8)}.comment-add-submit{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:6px;background:var(--brand-blue, #1a73e8);color:#fff;border:0;font-weight:600;cursor:pointer}.comment-add-submit:disabled{background:#c4c7cb;cursor:not-allowed}.comments-sidebar__list{flex:1;overflow-y:auto;padding:12px 16px 24px}.comments-empty{padding:24px 8px;text-align:center;color:var(--text-secondary);font-size:13px}.comment-thread{border:1px solid var(--border);border-radius:10px;padding:12px 12px 10px;margin-bottom:12px;background:#fff}.comment-thread[data-resolved]{opacity:.75;background:#f8f9fa}.comment-thread__header{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.comment-avatar{width:28px;height:28px;border-radius:999px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font:600 11px/1 Google Sans,Roboto,sans-serif;flex-shrink:0}.comment-thread__meta{flex:1;min-width:0}.comment-thread__author{font-weight:600;font-size:13px;color:var(--text-primary)}.comment-thread__time{font-size:11px;color:var(--text-secondary)}.comment-thread__actions{display:inline-flex;gap:4px;align-items:center;position:relative}.comment-icon-button{background:transparent;border:0;padding:4px;border-radius:999px;cursor:pointer;color:var(--text-secondary)}.comment-icon-button:hover{background:var(--hover-bg, #f1f3f4);color:var(--text-primary)}.comment-thread__text{padding-left:38px;margin-top:6px;white-space:pre-wrap;color:var(--text-primary)}.comment-reply{display:flex;gap:10px;padding:8px 0 0 38px;margin-top:8px;border-top:1px solid #f1f3f4}.comment-reply__body{flex:1;min-width:0}.comment-reply__header{display:flex;gap:8px;font-size:12px}.comment-reply__author{font-weight:600;color:var(--text-primary)}.comment-reply__time{color:var(--text-secondary)}.comment-reply__text{margin-top:2px;white-space:pre-wrap}.comment-reply__delete{align-self:flex-start;margin-top:4px}.comment-reply-form{display:flex;gap:6px;margin-top:10px;padding-left:38px}.comment-reply-input{flex:1;padding:6px 10px;border:1px solid var(--border);border-radius:6px;font:inherit}.comment-reply-submit{padding:6px 12px;border-radius:6px;background:var(--brand-blue, #1a73e8);color:#fff;border:0;font-weight:600;cursor:pointer}.comment-reply-submit:disabled{background:#c4c7cb;cursor:not-allowed}.version-history-panel{position:fixed;top:0;right:0;bottom:0;width:360px;max-width:100vw;background:var(--card-bg, #fff);border-left:1px solid var(--border, #dadce0);box-shadow:-2px 0 12px #0000000d;display:flex;flex-direction:column;z-index:45;font:400 14px/1.45 Google Sans,Roboto,sans-serif;color:var(--text-primary, #202124)}.version-history-panel__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid var(--border, #dadce0)}.version-history-panel__title{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:var(--text-primary)}.version-history-panel__list{list-style:none;padding:6px 0;margin:0;overflow-y:auto;flex:1}.version-history-panel__item{padding:12px 18px;cursor:pointer;border-left:3px solid transparent;display:flex;flex-direction:column;gap:8px}.version-history-panel__item:hover{background:var(--hover-bg)}.version-history-panel__item[data-selected=true]{border-left-color:var(--brand-blue);background:#1a73e814}.version-history-panel__item-main{display:flex;flex-direction:column;gap:2px}.version-history-panel__item-label{font-size:14px;font-weight:500;color:var(--text-primary)}.version-history-panel__item-meta{font-size:12px;color:var(--text-muted)}.version-history-panel__restore{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:var(--brand-blue);color:#fff;border:none;border-radius:4px;padding:6px 10px;font-size:13px;cursor:pointer}.version-history-panel__restore:hover{background:#1765cc}.version-history-panel__restore:disabled{background:#c4c7cb;cursor:not-allowed}.comment-highlight{background:#fef7e0;border-bottom:1px solid #fbbc04;cursor:pointer;transition:background .12s ease-out}.comment-highlight:hover,.comment-highlight--active{background:#fde293}.comment-highlight--draft{background:#fff1c4;border-bottom:1px dashed #f9ab00}.inline-comment-launcher{z-index:120;display:flex;flex-direction:column;gap:6px;padding:4px;background:var(--surface-white, #fff);border:1px solid var(--border-subtle, #dadce0);border-radius:999px;box-shadow:0 1px 2px #3c40431a,0 2px 6px #3c404326}.inline-comment-launcher__btn{width:32px;height:32px;border:0;background:transparent;color:#1a73e8;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.inline-comment-launcher__btn:hover{background:#e8f0fe}.inline-comment-composer{z-index:130;width:320px;background:var(--surface-white, #fff);border:1px solid var(--border-subtle, #dadce0);border-radius:8px;box-shadow:0 1px 2px #3c40431a,0 4px 12px #3c404333;padding:12px;display:flex;flex-direction:column;gap:10px}.inline-comment-composer__header{display:flex;align-items:center;gap:10px}.inline-comment-composer__name{font-weight:600;font-size:13px;color:var(--text-primary, #202124)}.inline-comment-composer__input{width:100%;resize:vertical;min-height:60px;padding:8px 10px;border:1px solid var(--border-subtle, #dadce0);border-radius:6px;font:13px/1.4 Google Sans,Roboto,sans-serif;color:var(--text-primary, #202124);box-sizing:border-box}.inline-comment-composer__input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 1px #1a73e8}.inline-comment-composer__actions{display:flex;justify-content:flex-end;gap:8px}.inline-comment-composer__cancel,.inline-comment-composer__submit{padding:6px 16px;border-radius:4px;border:0;font:500 13px/1.4 Google Sans,Roboto,sans-serif;cursor:pointer}.inline-comment-composer__cancel{background:transparent;color:#1a73e8}.inline-comment-composer__cancel:hover{background:#e8f0fe}.inline-comment-composer__submit{background:#1a73e8;color:#fff}.inline-comment-composer__submit:hover{background:#1765cc}.inline-comment-composer__submit:disabled{background:#c4c7cb;cursor:not-allowed}.editor-margin-column{position:absolute;top:0;right:32px;width:280px;pointer-events:none}.editor-margin-column>*{pointer-events:auto}.margin-comment-card{position:absolute;right:0;left:0;background:var(--surface-white, #fff);border:1px solid var(--border-subtle, #dadce0);border-radius:8px;box-shadow:0 1px 2px #3c404314,0 2px 6px #3c40431f;padding:12px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .14s ease,transform .14s ease}.margin-comment-card[data-active]{box-shadow:0 2px 6px #1a73e833,0 6px 18px #1a73e829;transform:translate(-6px);border-color:#1a73e8}.margin-comment-card__body{display:flex;flex-direction:column;gap:10px}.margin-comment-row{display:flex;gap:10px;align-items:flex-start}.margin-comment-row--reply{padding-top:8px;border-top:1px solid #f1f3f4}.margin-comment-row__body{flex:1;min-width:0}.margin-comment-row__head{display:flex;align-items:baseline;gap:6px}.margin-comment-row__author{font-weight:600;font-size:13px;color:var(--text-primary, #202124)}.margin-comment-row__time{font-size:11px;color:var(--text-secondary, #5f6368)}.margin-comment-row__text{margin-top:2px;font-size:13px;line-height:1.4;color:var(--text-primary, #202124);white-space:pre-wrap;word-break:break-word}.margin-comment-card__reply{display:flex;gap:6px;align-items:center}.margin-comment-card__reply input{flex:1;padding:6px 10px;border:1px solid var(--border-subtle, #dadce0);border-radius:999px;font:13px/1.4 Google Sans,Roboto,sans-serif;color:var(--text-primary, #202124);background:#f8f9fa}.margin-comment-card__reply input:focus{outline:none;background:#fff;border-color:#1a73e8}.margin-comment-card__reply-submit{padding:6px 10px;border:0;border-radius:999px;background:transparent;color:#1a73e8;font:500 13px/1.4 Google Sans,Roboto,sans-serif;cursor:pointer}.margin-comment-card__reply-submit:hover:not(:disabled){background:#e8f0fe}.margin-comment-card__reply-submit:disabled{color:#9aa0a6;cursor:not-allowed}.margin-comment-card__actions{position:absolute;top:8px;right:8px;display:inline-flex;gap:2px}@media(max-width:1339px)and (min-width:1200px){.editor-margin-column{width:240px;right:16px}.margin-comment-card{padding:10px}}@media(max-width:1199px){.editor-margin-column{display:none}}.editor-outline{position:fixed;top:128px;left:0;width:256px;max-height:calc(100vh - 136px);overflow:auto;padding:12px 8px 16px 16px;background:#fff;border-right:1px solid var(--divider, #e0e3e7);box-shadow:0 2px 6px #3c404314;transform:translate(-100%);transition:transform .18s ease;z-index:25;font-size:14px}.editor-outline[data-open]{transform:translate(0)}.editor-outline__header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 8px;border-bottom:1px solid var(--divider, #e0e3e7);margin-bottom:8px}.editor-outline__title{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:var(--text, #202124)}.editor-outline__close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent;color:var(--text-muted, #5f6368);border-radius:999px;cursor:pointer}.editor-outline__close:hover{background:var(--hover-bg, rgba(60, 64, 67, .08))}.editor-outline__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.editor-outline__item{display:block;width:100%;text-align:left;border:0;background:transparent;padding:6px 8px;border-radius:4px;color:var(--text, #202124);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:inherit}.editor-outline__item:hover{background:var(--hover-bg, rgba(60, 64, 67, .08))}.editor-outline__item[data-depth="0"]{padding-left:8px;font-weight:500}.editor-outline__item[data-depth="1"]{padding-left:24px}.editor-outline__item[data-depth="2"]{padding-left:40px;color:var(--text-muted, #5f6368)}.editor-outline__item[data-active]{color:#1a73e8;background:#1a73e814}.editor-outline__empty{padding:16px 8px;color:var(--text-muted, #5f6368);font-size:13px;line-height:1.4}@media(min-width:1200px){.editor-canvas[data-outline-open]{padding-left:256px}}.find-replace-bar{position:fixed;top:120px;right:16px;z-index:40;min-width:320px;background:#fff;border:1px solid var(--divider, #e0e3e7);border-radius:8px;box-shadow:0 4px 12px #3c40432e;padding:6px;display:flex;flex-direction:column;gap:4px}.find-replace-bar__row{display:flex;align-items:center;gap:4px}.find-replace-bar__field{flex:1 1 auto;display:inline-flex;align-items:center;gap:6px;background:#f1f3f4;border-radius:6px;padding:2px 8px}.find-replace-bar__field input{flex:1 1 auto;border:0;background:transparent;outline:none;font:inherit;padding:6px 0;color:var(--text, #202124);min-width:80px}.find-replace-bar__count{font-size:12px;color:var(--text-muted, #5f6368);white-space:nowrap}.find-replace-bar__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent;color:var(--text-muted, #5f6368);border-radius:999px;cursor:pointer;font-size:12px}.find-replace-bar__icon:hover:not(:disabled){background:var(--hover-bg, rgba(60, 64, 67, .08));color:var(--text, #202124)}.find-replace-bar__icon:disabled{opacity:.4;cursor:not-allowed}.find-replace-bar__text-btn{border:0;background:transparent;color:#1a73e8;padding:6px 10px;border-radius:4px;font:inherit;cursor:pointer;white-space:nowrap}.find-replace-bar__text-btn:hover:not(:disabled){background:#1a73e814}.find-replace-bar__text-btn:disabled{opacity:.45;cursor:not-allowed}.find-replace-bar__text-btn--primary{color:#1a73e8;font-weight:500}.find-replace-bar__options{position:relative}.find-replace-bar__options-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid var(--divider, #e0e3e7);border-radius:6px;box-shadow:0 2px 6px #3c404326;padding:6px 10px;z-index:1;white-space:nowrap}.find-replace-bar__option{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text, #202124);cursor:pointer}.search-highlight{background:#fff5c0}.search-highlight--active{background:#f5c518;color:inherit}.menu__hint{color:var(--text-muted, #5f6368);font-size:12px;letter-spacing:.2px}:root{--surface-white: #ffffff;--surface-canvas: #ffffff;--surface-canvas-alt: #f9fbfd;--surface-template-strip: #f9fbfd;--surface-menu: #ffffff;--surface-toolbar-pill: #edf2fa;--search-bar-bg: #f1f3f4;--header-bg: #ffffff;--nav-drawer-bg: #ffffff;--brand-blue: #1a73e8;--brand-blue-hover: #185abc;--brand-blue-surface: #e8f0fe;--brand-blue-surface-2: #d2e3fc;--brand-blue-surface-3: #a8caf8;--primary: #1a73e8;--primary-hover: #185abc;--status-yellow: #fbbc04;--status-green: #0d652d;--status-error: #b3261e;--text-primary: #202124;--text-secondary: #3c4043;--text-muted: #5f6368;--text-link: #1a73e8;--border-subtle: #dadce0;--border-strong: #bdc1c6;--divider: #e8eaed;--icon-default: #5f6368;--icon-hover-bg: #f1f3f4;--menu-item-hover-bg: #f1f3f4;--nav-item-hover-bg: #f1f3f4;--card-shadow-default: none;--card-shadow-hover: 0 1px 3px rgba(60, 64, 67, .16);--menu-shadow: 0 2px 6px rgba(60, 64, 67, .15), 0 4px 12px rgba(60, 64, 67, .1);--focus-ring: 0 0 0 2px #1a73e8;--radius-button: 4px;--radius-card: 8px;--radius-menu: 8px;--radius-pill: 999px;--radius-icon-button: 999px;--font-family: "Google Sans", "Roboto", Arial, sans-serif;--font-family-body: "Arial", sans-serif;--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--font-size-2xl: 22px;--font-weight-regular: 400;--font-weight-medium: 500;--header-height: 60px;--header-height-editor: 56px;--menu-bar-height: 32px;--toolbar-height: 40px;--chip-height: 32px;--icon-button-size: 40px;--icon-button-size-toolbar: 32px;--menu-item-height: 40px;--menu-min-width: 240px;--card-aspect: 1 / 1.41;--page-max-width: 1440px;--page-padding-x: 96px;--doc-sheet-width: 816px;--doc-sheet-min-height: 1056px;--doc-sheet-margin: 24px;--doc-sheet-padding: 96px}.icon-button{width:var(--icon-button-size);height:var(--icon-button-size);border-radius:var(--radius-icon-button);display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default);background:transparent;transition:background-color 80ms ease;position:relative}.icon-button:hover{background:var(--icon-hover-bg)}.icon-button:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.icon-button[data-active=true]{background:#e8eaed;color:var(--brand-blue)}.icon-button[disabled],.icon-button[aria-disabled=true]{color:#bdc1c6;cursor:default}.icon-button[disabled]:hover,.icon-button[aria-disabled=true]:hover{background:transparent}.menu{position:absolute;background:var(--surface-menu);border-radius:var(--radius-menu);box-shadow:var(--menu-shadow);min-width:var(--menu-min-width);padding:8px 0;z-index:60}.menu__item{display:flex;align-items:center;gap:12px;height:var(--menu-item-height);padding:0 16px;font-size:14px;color:var(--text-primary);background:transparent;width:100%;text-align:left;border-radius:0}.menu__item:hover,.menu__item:focus-visible{background:var(--menu-item-hover-bg);outline:none}.menu__item svg{color:var(--icon-default);flex-shrink:0}.menu__item[data-checked=true] svg.check-leading{color:var(--brand-blue)}.menu__item[disabled],.menu__item[aria-disabled=true]{color:#bdc1c6;cursor:default}.menu__item[disabled] svg,.menu__item[aria-disabled=true] svg{color:#bdc1c6}.menu__item[disabled]:hover,.menu__item[aria-disabled=true]:hover{background:transparent}.menu__divider{height:1px;background:var(--divider);margin:4px 0}.menu__switch{margin-left:auto;width:34px;height:20px;background:#bdc1c6;border-radius:999px;position:relative;transition:background-color .14s ease;flex-shrink:0}.menu__switch[data-on=true]{background:var(--brand-blue)}.menu__switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .14s ease}.menu__switch[data-on=true]:after{transform:translate(14px)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#20212466;display:flex;align-items:center;justify-content:center;z-index:80}.modal{background:var(--surface-white);border-radius:8px;box-shadow:var(--menu-shadow);width:420px;max-width:calc(100vw - 32px);padding:24px}.modal__title{font-size:18px;font-weight:500;margin:0 0 16px;color:var(--text-primary)}.modal__input{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--border-subtle);border-radius:var(--radius-button);color:var(--text-primary);background:var(--surface-white);outline:none}.modal__input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 1px var(--brand-blue)}.modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.btn-text{height:36px;padding:0 16px;border-radius:var(--radius-button);color:var(--brand-blue);font-size:14px;font-weight:500}.btn-text:hover{background:var(--brand-blue-surface)}.btn-primary{height:36px;padding:0 16px;border-radius:var(--radius-button);background:var(--brand-blue);color:#fff;font-size:14px;font-weight:500}.btn-primary:hover{background:var(--brand-blue-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.\!block{display:block!important}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.border{border-width:1px}.italic{font-style:italic}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html,body,#root{height:100%}body{margin:0;font-family:var(--font-family);color:var(--text-primary);background:var(--surface-canvas);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}button{font-family:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}input,textarea{font-family:inherit}
