*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--sys-color-surface);color:var(--sys-color-on-surface);min-height:var(--pu-vh);-webkit-tap-highlight-color:transparent}.loading-state[data-v-fc2464e4]{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--sys-spacing-med);padding:var(--sys-spacing-lg)}.loading-state p[data-v-fc2464e4]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);color:var(--sys-color-on-surface-variant)}.spinner[data-v-fc2464e4]{width:40px;height:40px;border:3px solid var(--sys-color-surface-container);border-top-color:var(--sys-color-primary);border-radius:50%;animation:spin-fc2464e4 .8s linear infinite}@keyframes spin-fc2464e4{to{transform:rotate(360deg)}}.status-badge[data-v-bd976c70]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);padding:var(--sys-spacing-xs) var(--sys-spacing-sm);border-radius:var(--sys-radius-sm)}.status-badge.draft[data-v-bd976c70]{background:var(--sys-color-surface-container-highest);color:var(--sys-color-on-surface)}.status-badge.open[data-v-bd976c70]{background:var(--sys-color-primary-container);color:var(--sys-color-on-primary-container)}.status-badge.ready[data-v-bd976c70]{background:var(--sys-color-tertiary-container);color:var(--sys-color-on-tertiary-container)}.status-badge.full[data-v-bd976c70]{background:var(--sys-color-error-container);color:var(--sys-color-on-error-container)}.status-badge.active[data-v-bd976c70]{background:var(--sys-color-tertiary-container);color:var(--sys-color-on-tertiary-container)}.status-badge.closed[data-v-bd976c70],.status-badge.expired[data-v-bd976c70]{background:var(--sys-color-surface-container);color:var(--sys-color-on-surface-variant)}.created-section[data-v-9b2640e6]{display:flex;flex-direction:column;gap:var(--sys-spacing-sm);margin-top:var(--sys-spacing-lg)}.created-header[data-v-9b2640e6]{display:flex;align-items:center;justify-content:space-between}.created-title[data-v-9b2640e6]{font-size:var(--sys-typo-title-large-size);font-weight:var(--sys-typo-title-large-weight);line-height:var(--sys-typo-title-large-line-height);color:var(--sys-color-on-surface);margin:0}.created-count[data-v-9b2640e6]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);color:var(--sys-color-on-surface-variant);background:var(--sys-color-surface-container);border-radius:var(--sys-radius-lg);padding:var(--sys-spacing-xs) var(--sys-spacing-sm)}.created-empty[data-v-9b2640e6]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface-variant);margin:0}.created-error[data-v-9b2640e6]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-error);margin:0}.created-list[data-v-9b2640e6]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--sys-spacing-sm)}.created-item-wrapper[data-v-9b2640e6]{margin:0}.created-item[data-v-9b2640e6]{width:100%;text-align:left;border:1px solid var(--sys-color-outline-variant);border-radius:var(--sys-radius-xs);background:var(--sys-color-surface-container-low);padding:var(--sys-spacing-med);cursor:pointer}.created-item[data-v-9b2640e6]:hover{background:var(--sys-color-surface-container)}.created-item-top[data-v-9b2640e6]{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--sys-spacing-sm)}.created-item-text[data-v-9b2640e6]{display:flex;flex-direction:column;gap:var(--sys-spacing-xs);min-width:0}.created-item-name[data-v-9b2640e6]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);color:var(--sys-color-on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.created-item-time[data-v-9b2640e6]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);color:var(--sys-color-on-surface-variant)}.pr-input[data-v-0561ed80]{display:flex;flex-direction:column;gap:var(--sys-spacing-xs)}.pr-input label[data-v-0561ed80]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);color:var(--sys-color-on-surface)}.pr-input textarea[data-v-0561ed80]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);padding:var(--sys-spacing-med);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-xs);background:transparent;color:var(--sys-color-on-surface);resize:vertical;min-height:120px}.pr-input textarea[data-v-0561ed80]::placeholder{color:var(--sys-color-on-surface-variant)}.pr-input textarea[data-v-0561ed80]:focus{outline:none;border-color:var(--sys-color-primary)}.pr-input textarea[data-v-0561ed80]:disabled{opacity:var(--sys-opacity-disabled)}.pr-input .char-count[data-v-0561ed80]{font-size:var(--sys-typo-label-small-size);font-weight:var(--sys-typo-label-small-weight);line-height:var(--sys-typo-label-small-line-height);color:var(--sys-color-on-surface-variant);text-align:right}.pin-input-container[data-v-2fe0131a]{display:flex;flex-direction:column;gap:var(--sys-spacing-xs)}.label[data-v-2fe0131a]{font-weight:600;color:var(--sys-color-on-surface)}.label .hint[data-v-2fe0131a]{font-weight:400;color:var(--sys-color-on-surface-variant);font-size:.875rem}.pin-display[data-v-2fe0131a]{display:flex;gap:var(--sys-spacing-sm);align-items:center}.pin-field[data-v-2fe0131a]{flex:1;padding:0 var(--sys-spacing-sm);height:var(--sys-size-large);box-sizing:border-box;background:transparent;color:var(--sys-color-on-surface);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);text-align:center;transition:border-color .2s;letter-spacing:.5rem;font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);font-family:var(--ref-font-family-mono)}.pin-field[data-v-2fe0131a]:focus{outline:none;border-color:var(--sys-color-primary)}.regenerate-btn[data-v-2fe0131a]{height:var(--sys-size-large);width:var(--sys-size-large);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--sys-color-on-surface)}.regenerate-btn[data-v-2fe0131a]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px}.info-text[data-v-2fe0131a]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);color:var(--sys-color-on-surface-variant)}.submit-button[data-v-5bbc2dfa]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);display:flex;align-items:center;justify-content:center;gap:var(--sys-spacing-sm);width:100%;padding:var(--sys-spacing-med);border:none;border-radius:var(--sys-radius-xs);background:var(--sys-color-primary);color:var(--sys-color-on-primary);cursor:pointer;transition:background .2s}.submit-button[data-v-5bbc2dfa]:hover:not(:disabled){filter:brightness(.95)}.submit-button[data-v-5bbc2dfa]:disabled{opacity:var(--sys-opacity-disabled);cursor:not-allowed}.spinner[data-v-5bbc2dfa]{width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin-5bbc2dfa .8s linear infinite}@keyframes spin-5bbc2dfa{to{transform:rotate(360deg)}}.error-toast[data-v-be10d618]{display:flex;align-items:center;gap:var(--sys-spacing-sm);padding:var(--sys-spacing-sm) var(--sys-spacing-med);background:var(--sys-color-error-container);color:var(--sys-color-on-error-container);border-radius:var(--sys-radius-sm)}.error-toast .icon[data-v-be10d618]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--sys-color-error);color:var(--sys-color-on-error);border-radius:50%;font-weight:700}.error-toast p[data-v-be10d618]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);flex:1}.error-toast .close[data-v-be10d618]{font-size:var(--sys-typo-title-medium-size);font-weight:var(--sys-typo-title-medium-weight);line-height:var(--sys-typo-title-medium-line-height);background:none;border:none;color:inherit;cursor:pointer;min-width:var(--sys-size-large);min-height:var(--sys-size-large);padding:0;display:inline-flex;align-items:center;justify-content:center}.error-toast .close[data-v-be10d618]:focus-visible{outline:2px solid var(--sys-color-on-error-container);outline-offset:2px}.nl-form[data-v-42da5cb7]{display:flex;flex-direction:column;gap:var(--sys-spacing-med)}.field-wrapper[data-v-42da5cb7]{display:flex;flex-direction:column;gap:var(--sys-spacing-xs)}.error-message[data-v-42da5cb7]{color:var(--sys-color-error);font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height)}.natural-language-entry[data-v-28fa0aec]{display:flex;flex-direction:column;gap:var(--sys-spacing-sm)}.natural-language-trigger[data-v-28fa0aec]{width:100%;border:none;background:transparent;color:var(--sys-color-on-surface);text-align:left;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:space-between;gap:var(--sys-spacing-sm)}.entry-display[data-v-28fa0aec]{font-size:var(--sys-typo-display-large-size);font-weight:var(--sys-typo-display-large-weight);line-height:var(--sys-typo-display-large-line-height);font-size:clamp(1.7rem,8vw,var(--sys-typo-display-large-size));line-height:clamp(2rem,9vw,var(--sys-typo-display-large-line-height));color:var(--sys-color-on-surface);display:block;letter-spacing:-.03em}.entry-icon[data-v-28fa0aec]{width:var(--sys-icon-size-medium);height:var(--sys-icon-size-medium);font-size:var(--sys-icon-font-size-medium);color:var(--sys-color-on-surface-variant);flex-shrink:0;transition:transform .22s ease}.entry-icon.expanded[data-v-28fa0aec]{transform:rotate(180deg)}.nl-form-panel[data-v-28fa0aec]{overflow:hidden;border-top:1px solid var(--sys-color-outline-variant)}.nl-form-panel-inner[data-v-28fa0aec]{padding:var(--sys-spacing-med) 0 0}.nl-form-expand-enter-active[data-v-28fa0aec],.nl-form-expand-leave-active[data-v-28fa0aec]{transition:max-height .28s ease,opacity .22s ease,transform .22s ease;overflow:hidden}.nl-form-expand-enter-from[data-v-28fa0aec],.nl-form-expand-leave-to[data-v-28fa0aec]{max-height:0;opacity:0;transform:translateY(-10px)}.nl-form-expand-enter-to[data-v-28fa0aec],.nl-form-expand-leave-from[data-v-28fa0aec]{max-height:1000px;opacity:1;transform:translateY(0)}.panel-title[data-v-28fa0aec]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);color:var(--sys-color-on-surface-variant);margin:0 0 var(--sys-spacing-sm)}.natural-language-trigger[data-v-28fa0aec]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px}.structured-entry[data-v-e0c69f03]{width:100%;border:none;background:transparent;color:var(--sys-color-on-surface);text-align:left;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:space-between;gap:var(--sys-spacing-sm)}.entry-display[data-v-e0c69f03]{font-size:var(--sys-typo-display-large-size);font-weight:var(--sys-typo-display-large-weight);line-height:var(--sys-typo-display-large-line-height);font-size:clamp(1.7rem,8vw,var(--sys-typo-display-large-size));line-height:clamp(2rem,9vw,var(--sys-typo-display-large-line-height));color:var(--sys-color-on-surface);display:block;letter-spacing:-.03em}.structured-content[data-v-e0c69f03]{display:flex;align-items:center;gap:var(--sys-spacing-sm);flex-wrap:wrap}.topic-display[data-v-e0c69f03]{display:flex;align-items:center;min-height:clamp(2rem,9vw,var(--sys-typo-display-large-line-height));flex-wrap:wrap}.topic-char[data-v-e0c69f03]{display:inline-block;opacity:0;transform:translate3d(0,.5rem,0) scale(.96);animation:char-enter-e0c69f03 .42s cubic-bezier(.2,.75,.2,1) forwards;animation-delay:calc(var(--char-index) * 55ms)}.type-caret[data-v-e0c69f03]{width:2px;height:.9em;margin-left:.1em;background:var(--sys-color-primary);animation:caret-blink-e0c69f03 .95s step-end infinite}.type-caret.erasing[data-v-e0c69f03]{animation:none}.entry-icon[data-v-e0c69f03]{width:var(--sys-icon-size-medium);height:var(--sys-icon-size-medium);font-size:var(--sys-icon-font-size-medium);color:var(--sys-color-on-surface-variant);flex-shrink:0}.structured-entry[data-v-e0c69f03]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px}@keyframes char-enter-e0c69f03{0%{opacity:0;transform:translate3d(0,.5rem,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes caret-blink-e0c69f03{0%,45%{opacity:1}46%,to{opacity:0}}.home-page[data-v-d7ed640e]{max-width:480px;margin:0 auto;padding:calc(var(--sys-spacing-med) + var(--pu-safe-top)) calc(var(--sys-spacing-med) + var(--pu-safe-right)) calc(var(--sys-spacing-med) + var(--pu-safe-bottom)) calc(var(--sys-spacing-med) + var(--pu-safe-left));min-height:var(--pu-vh)}.header[data-v-d7ed640e]{padding:var(--sys-spacing-lg) 0}.header h1[data-v-d7ed640e]{font-size:var(--sys-typo-headline-large-size);font-weight:var(--sys-typo-headline-large-weight);line-height:var(--sys-typo-headline-large-line-height);color:var(--sys-color-primary);margin:0}.header p[data-v-d7ed640e]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);color:var(--sys-color-on-surface-variant)}.main[data-v-d7ed640e]{display:flex;flex-direction:column;gap:var(--sys-spacing-med)}.entry-panel[data-v-d7ed640e]{display:flex;flex-direction:column;gap:var(--sys-spacing-lg)}.contact-entry[data-v-d7ed640e]{text-decoration:none;margin-top:var(--sys-spacing-lg);border:1px solid var(--sys-color-outline-variant);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container-low);padding:var(--sys-spacing-med);display:flex;flex-direction:column;gap:var(--sys-spacing-xs)}.contact-entry h2[data-v-d7ed640e]{font-size:var(--sys-typo-title-medium-size);font-weight:var(--sys-typo-title-medium-weight);line-height:var(--sys-typo-title-medium-line-height);color:var(--sys-color-on-surface);margin:0}.contact-entry p[data-v-d7ed640e]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface-variant);margin:0}.pr-card[data-v-45d5ebbb]{background:var(--sys-color-surface-container);border-radius:var(--sys-radius-lg);padding:var(--sys-spacing-med);display:flex;flex-direction:column;gap:var(--sys-spacing-med)}.field[data-v-45d5ebbb]{display:flex;flex-direction:column;gap:var(--sys-spacing-xs)}.field .label[data-v-45d5ebbb]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);color:var(--sys-color-on-surface-variant)}.field .value[data-v-45d5ebbb]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);color:var(--sys-color-on-surface);overflow-wrap:anywhere;word-break:break-word}.tags[data-v-45d5ebbb]{display:flex;flex-wrap:wrap;gap:var(--sys-spacing-xs)}.tag[data-v-45d5ebbb]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);padding:var(--sys-spacing-xs) var(--sys-spacing-sm);background:var(--sys-color-secondary-container);color:var(--sys-color-on-secondary-container);border-radius:var(--sys-radius-sm)}.raw-text[data-v-45d5ebbb]{margin-top:var(--sys-spacing-sm)}.raw-text summary[data-v-45d5ebbb]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);color:var(--sys-color-on-surface-variant);cursor:pointer}.raw-text p[data-v-45d5ebbb]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);margin-top:var(--sys-spacing-sm);color:var(--sys-color-on-surface-variant);font-style:italic;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.modal-overlay[data-v-f6204d6a]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:calc(var(--sys-spacing-med) + var(--pu-safe-top)) calc(var(--sys-spacing-med) + var(--pu-safe-right)) calc(var(--sys-spacing-med) + var(--pu-safe-bottom)) calc(var(--sys-spacing-med) + var(--pu-safe-left));z-index:1000}.modal[data-v-f6204d6a]{background:var(--sys-color-surface);border-radius:var(--sys-radius-lg);padding:var(--sys-spacing-lg);width:100%;max-height:calc(var(--pu-vh) - 2 * var(--sys-spacing-med) - var(--pu-safe-top) - var(--pu-safe-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-title[data-v-f6204d6a]{font-size:var(--sys-typo-title-large-size);font-weight:var(--sys-typo-title-large-weight);line-height:var(--sys-typo-title-large-line-height);margin-bottom:var(--sys-spacing-med)}.form-field[data-v-d4e3d54d]{margin-bottom:var(--sys-spacing-med)}.form-field label[data-v-d4e3d54d]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);display:block;margin-bottom:var(--sys-spacing-xs);color:var(--sys-color-on-surface-variant)}.time-range[data-v-d4e3d54d]{display:grid;gap:var(--sys-spacing-sm)}.time-block[data-v-d4e3d54d]{display:flex;align-items:center;gap:var(--sys-spacing-sm)}.time-actions[data-v-d4e3d54d]{display:grid;gap:var(--sys-spacing-xs)}.time-inputs[data-v-d4e3d54d]{display:grid;grid-template-columns:1fr 1fr;gap:var(--sys-spacing-sm);flex:1}input[data-v-d4e3d54d]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);width:100%;padding:var(--sys-spacing-sm);min-height:var(--sys-size-large);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container);color:var(--sys-color-on-surface)}input[data-v-d4e3d54d]::placeholder{color:var(--sys-color-on-surface-variant);opacity:.6}input[data-v-d4e3d54d]:focus{outline:2px solid var(--sys-color-primary);outline-offset:-1px}.clear-time[data-v-d4e3d54d]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);padding:var(--sys-spacing-xs) var(--sys-spacing-sm);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-xs);background:transparent;color:var(--sys-color-on-surface);cursor:pointer;min-width:64px}.clear-time[data-v-d4e3d54d]:hover:not(:disabled){background:var(--sys-color-surface-container)}.clear-time[data-v-d4e3d54d]:disabled{opacity:.5;cursor:not-allowed}.time-hint[data-v-d4e3d54d]{font-size:var(--sys-typo-body-small-size);font-weight:var(--sys-typo-body-small-weight);line-height:var(--sys-typo-body-small-line-height);color:var(--sys-color-on-surface-variant);margin-top:var(--sys-spacing-xs)}@media(max-width:480px){.time-block[data-v-d4e3d54d]{flex-direction:column;align-items:stretch}.time-inputs[data-v-d4e3d54d]{grid-template-columns:1fr}.time-actions[data-v-d4e3d54d]{grid-template-columns:1fr 1fr}.clear-time[data-v-d4e3d54d]{width:100%;min-height:var(--sys-size-large)}}.form-field[data-v-8b55d7bf]{margin-bottom:var(--sys-spacing-med)}.form-field label[data-v-8b55d7bf]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);display:block;margin-bottom:var(--sys-spacing-xs);color:var(--sys-color-on-surface-variant)}.form-field label .required[data-v-8b55d7bf]{color:var(--sys-color-error)}.form-field input[data-v-8b55d7bf],.form-field textarea[data-v-8b55d7bf]{font-size:var(--sys-typo-body-large-size);font-weight:var(--sys-typo-body-large-weight);line-height:var(--sys-typo-body-large-line-height);width:100%;padding:var(--sys-spacing-sm);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container);color:var(--sys-color-on-surface)}.form-field input[data-v-8b55d7bf]::placeholder,.form-field textarea[data-v-8b55d7bf]::placeholder{color:var(--sys-color-on-surface-variant);opacity:.6}.form-field input[data-v-8b55d7bf]:focus,.form-field textarea[data-v-8b55d7bf]:focus{outline:2px solid var(--sys-color-primary);outline-offset:-1px}.form-field textarea[data-v-8b55d7bf]{resize:vertical;min-height:60px}.advanced-toggle[data-v-8b55d7bf]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);width:100%;min-height:var(--sys-size-large);border:1px dashed var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:transparent;color:var(--sys-color-on-surface);cursor:pointer;margin-bottom:var(--sys-spacing-med)}.advanced-toggle[data-v-8b55d7bf]:hover{background:var(--sys-color-surface-container)}.advanced-section[data-v-8b55d7bf]{display:flex;flex-direction:column}.tags-input[data-v-8b55d7bf]{border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);padding:var(--sys-spacing-xs);background:var(--sys-color-surface-container)}.tags-input .tags[data-v-8b55d7bf]{display:flex;flex-wrap:wrap;gap:var(--sys-spacing-xs);margin-bottom:var(--sys-spacing-xs)}.tags-input .tag[data-v-8b55d7bf]{font-size:var(--sys-typo-label-small-size);font-weight:var(--sys-typo-label-small-weight);line-height:var(--sys-typo-label-small-line-height);display:inline-flex;align-items:center;gap:var(--sys-spacing-xs);padding:2px var(--sys-spacing-xs);background:var(--sys-color-primary-container);color:var(--sys-color-on-primary-container);border-radius:var(--sys-radius-sm)}.tags-input input[data-v-8b55d7bf]{border:none;background:none;padding:var(--sys-spacing-xs);width:100%}.tags-input input[data-v-8b55d7bf]:focus{outline:none}.remove-tag[data-v-8b55d7bf]{background:none;border:none;color:inherit;cursor:pointer}.error-message[data-v-8b55d7bf]{display:block;margin-top:var(--sys-spacing-xs);color:var(--sys-color-error);font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height)}.advanced-fields-enter-active[data-v-8b55d7bf],.advanced-fields-leave-active[data-v-8b55d7bf]{transition:opacity .2s ease,transform .2s ease}.advanced-fields-enter-from[data-v-8b55d7bf],.advanced-fields-leave-to[data-v-8b55d7bf]{opacity:0;transform:translateY(-6px)}.modal-actions[data-v-f7593bbb]{display:flex;flex-direction:column;gap:var(--sys-spacing-med);margin-top:var(--sys-spacing-lg)}.pin-input label[data-v-f7593bbb]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);display:block;margin-bottom:var(--sys-spacing-xs);color:var(--sys-color-on-surface-variant)}.action-buttons[data-v-f7593bbb]{display:flex;gap:var(--sys-spacing-sm)}.cancel-btn[data-v-f7593bbb]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;min-width:66px;padding:var(--sys-spacing-sm);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-xs);background:transparent;cursor:pointer}.status-options[data-v-e995748a]{display:flex;gap:var(--sys-spacing-sm);margin-bottom:var(--sys-spacing-med)}.status-option[data-v-e995748a]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm);min-height:var(--sys-size-large);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container);cursor:pointer}.status-option.active[data-v-e995748a]{background:var(--sys-color-primary-container);border-color:var(--sys-color-primary);color:var(--sys-color-on-primary-container)}.pin-input[data-v-e995748a]{margin-bottom:var(--sys-spacing-med)}.pin-input label[data-v-e995748a]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);display:block;margin-bottom:var(--sys-spacing-xs);color:var(--sys-color-on-surface-variant)}.modal-actions[data-v-e995748a]{display:flex;gap:var(--sys-spacing-sm)}.cancel-btn[data-v-e995748a]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm);min-width:66px;min-height:var(--sys-size-large);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:transparent;cursor:pointer}.contact-author-footer[data-v-25c53347]{margin-top:var(--sys-spacing-lg);padding-top:var(--sys-spacing-sm);border-top:1px solid var(--sys-color-outline-variant);text-align:center}.contact-author-link[data-v-25c53347]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);color:var(--sys-color-secondary);text-decoration:none}.contact-author-link[data-v-25c53347]:hover{color:var(--sys-color-on-primary-container)}.contact-author-link[data-v-25c53347]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px;border-radius:var(--sys-radius-xs)}.pr-page[data-v-04c412f1]{max-width:480px;margin:0 auto;padding:calc(var(--sys-spacing-med) + var(--pu-safe-top)) calc(var(--sys-spacing-med) + var(--pu-safe-right)) calc(var(--sys-spacing-med) + var(--pu-safe-bottom)) calc(var(--sys-spacing-med) + var(--pu-safe-left));min-height:var(--pu-vh)}.page-header[data-v-04c412f1]{display:flex;align-items:center;gap:var(--sys-spacing-sm);margin-bottom:var(--sys-spacing-lg);min-width:0}.home-btn[data-v-04c412f1]{display:flex;background:transparent;border:none;color:var(--sys-color-on-surface);cursor:pointer;min-width:var(--sys-size-large);min-height:var(--sys-size-large);border-radius:999px;align-items:center;justify-content:center}.home-btn[data-v-04c412f1]:hover{background:var(--sys-color-surface-container)}.home-btn[data-v-04c412f1]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px}.page-title[data-v-04c412f1]{font-size:var(--sys-typo-headline-large-size);font-weight:var(--sys-typo-headline-large-weight);line-height:var(--sys-typo-headline-large-line-height);color:var(--sys-color-on-surface);margin:0;flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.header[data-v-04c412f1]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--sys-spacing-med)}.created-at[data-v-04c412f1]{font-size:var(--sys-typo-label-medium-size);font-weight:var(--sys-typo-label-medium-weight);line-height:var(--sys-typo-label-medium-line-height);color:var(--sys-color-on-surface-variant)}.actions[data-v-04c412f1]{display:flex;flex-direction:row;gap:var(--sys-spacing-sm);margin-top:var(--sys-spacing-lg)}.slot-state[data-v-04c412f1]{margin-top:var(--sys-spacing-med)}.slot-state-text[data-v-04c412f1]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface-variant)}.checkin-followup[data-v-04c412f1]{margin-top:var(--sys-spacing-sm);padding:var(--sys-spacing-sm);border:1px solid var(--sys-color-outline-variant);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container-low);display:flex;flex-direction:column;gap:var(--sys-spacing-sm)}.checkin-followup-text[data-v-04c412f1]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface)}.checkin-followup-actions[data-v-04c412f1]{display:grid;grid-template-columns:1fr 1fr;gap:var(--sys-spacing-sm)}.checkin-followup-btn[data-v-04c412f1]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);min-height:var(--sys-size-large);border-radius:var(--sys-radius-sm);cursor:pointer;border:1px solid var(--sys-color-outline);background:var(--sys-color-surface);color:var(--sys-color-on-surface)}.checkin-followup-btn[data-v-04c412f1]:disabled{opacity:.6;cursor:not-allowed}.checkin-followup-btn.confirm[data-v-04c412f1]{border:none;background:var(--sys-color-primary);color:var(--sys-color-on-primary)}.checkin-followup-btn.cancel[data-v-04c412f1]{grid-column:1/-1}.actions>button[data-v-04c412f1]{width:100%}@media(min-width:768px){.actions[data-v-04c412f1]{flex-direction:row;flex-wrap:wrap}}.join-btn[data-v-04c412f1]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm) var(--sys-spacing-med);min-height:var(--sys-size-large);border:none;border-radius:var(--sys-radius-sm);background:var(--sys-color-primary);color:var(--sys-color-on-primary);cursor:pointer;font-weight:600}.join-btn[data-v-04c412f1]:hover:not(:disabled){background:var(--sys-color-primary-container);color:var(--sys-color-on-primary-container)}.join-btn[data-v-04c412f1]:disabled{opacity:.6;cursor:not-allowed}.exit-btn[data-v-04c412f1]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm) var(--sys-spacing-med);min-height:var(--sys-size-large);border:1px solid var(--sys-color-error);border-radius:var(--sys-radius-sm);background:transparent;color:var(--sys-color-error);cursor:pointer;font-weight:600}.exit-btn[data-v-04c412f1]:hover:not(:disabled){background:var(--sys-color-error-container);color:var(--sys-color-on-error-container)}.exit-btn[data-v-04c412f1]:disabled{opacity:.6;cursor:not-allowed}.confirm-slot-btn[data-v-04c412f1],.checkin-attended-btn[data-v-04c412f1],.checkin-missed-btn[data-v-04c412f1]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm) var(--sys-spacing-med);min-height:var(--sys-size-large);border-radius:var(--sys-radius-sm);cursor:pointer;font-weight:600}.confirm-slot-btn[data-v-04c412f1]{border:1px solid var(--sys-color-primary);background:transparent;color:var(--sys-color-primary)}.checkin-attended-btn[data-v-04c412f1]{border:none;background:var(--sys-color-tertiary);color:var(--sys-color-on-tertiary)}.checkin-missed-btn[data-v-04c412f1]{border:1px solid var(--sys-color-outline);background:transparent;color:var(--sys-color-on-surface)}.edit-content-btn[data-v-04c412f1],.modify-btn[data-v-04c412f1]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;padding:var(--sys-spacing-sm) var(--sys-spacing-med);min-height:var(--sys-size-large);border:1px solid var(--sys-color-outline);border-radius:var(--sys-radius-sm);background:var(--sys-color-surface-container);color:var(--sys-color-on-surface);cursor:pointer}.edit-content-btn[data-v-04c412f1]:hover,.modify-btn[data-v-04c412f1]:hover{background:var(--sys-color-surface-container-highest)}.create-page[data-v-d5a53313]{max-width:480px;margin:0 auto;padding:calc(var(--sys-spacing-med) + var(--pu-safe-top)) calc(var(--sys-spacing-med) + var(--pu-safe-right)) calc(var(--sys-spacing-med) + var(--pu-safe-bottom)) calc(var(--sys-spacing-med) + var(--pu-safe-left));min-height:var(--pu-vh);display:flex;flex-direction:column}.page-header[data-v-d5a53313]{display:flex;align-items:center;gap:var(--sys-spacing-sm);margin-bottom:var(--sys-spacing-lg)}.page-header h1[data-v-d5a53313]{font-size:var(--sys-typo-headline-medium-size);font-weight:var(--sys-typo-headline-medium-weight);line-height:var(--sys-typo-headline-medium-line-height);color:var(--sys-color-on-surface);margin:0}.home-btn[data-v-d5a53313]{display:flex;background:transparent;border:none;color:var(--sys-color-on-surface);cursor:pointer;min-width:var(--sys-size-large);min-height:var(--sys-size-large);border-radius:999px;align-items:center;justify-content:center}.home-btn[data-v-d5a53313]:hover{background:var(--sys-color-surface-container)}.page-main[data-v-d5a53313]{flex:1}.page-footer[data-v-d5a53313]{display:flex;gap:var(--sys-spacing-sm);margin-top:var(--sys-spacing-lg)}.save-btn[data-v-d5a53313],.create-btn[data-v-d5a53313]{font-size:var(--sys-typo-label-large-size);font-weight:var(--sys-typo-label-large-weight);line-height:var(--sys-typo-label-large-line-height);flex:1;min-height:var(--sys-size-large);border-radius:var(--sys-radius-sm);cursor:pointer}.save-btn[data-v-d5a53313]{border:1px solid var(--sys-color-outline);background:transparent;color:var(--sys-color-on-surface)}.create-btn[data-v-d5a53313]{border:none;background:var(--sys-color-primary);color:var(--sys-color-on-primary)}.contact-author-page[data-v-2da5fa98]{margin:0 auto;padding:var(--sys-spacing-med);height:100vh;display:flex;flex-direction:column}.page-header[data-v-2da5fa98]{display:flex;align-items:center;gap:var(--sys-spacing-sm);margin-bottom:var(--sys-spacing-lg)}.page-header h1[data-v-2da5fa98]{font-size:var(--sys-typo-headline-small-size);font-weight:var(--sys-typo-headline-small-weight);line-height:var(--sys-typo-headline-small-line-height);color:var(--sys-color-on-surface);margin:0}.home-btn[data-v-2da5fa98]{display:flex;background:transparent;border:none;color:var(--sys-color-on-surface);cursor:pointer;min-width:var(--sys-size-large);min-height:var(--sys-size-large);border-radius:999px;align-items:center;justify-content:center}.home-btn[data-v-2da5fa98]:hover{background:var(--sys-color-surface-container)}.home-btn[data-v-2da5fa98]:focus-visible{outline:2px solid var(--sys-color-primary);outline-offset:2px}.page-main[data-v-2da5fa98]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sys-spacing-lg)}.description[data-v-2da5fa98]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface-variant);text-align:center}.qr-frame[data-v-2da5fa98]{width:min(100%,280px);aspect-ratio:1/1;border:1px solid var(--sys-color-outline-variant);border-radius:var(--sys-radius-md);display:flex;align-items:center;justify-content:center;padding:var(--sys-spacing-sm)}.qr-image[data-v-2da5fa98]{width:100%;height:100%;object-fit:contain}.qr-empty[data-v-2da5fa98]{font-size:var(--sys-typo-body-medium-size);font-weight:var(--sys-typo-body-medium-weight);line-height:var(--sys-typo-body-medium-line-height);color:var(--sys-color-on-surface-variant);text-align:center}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-mdi-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.i-mdi-arrow-top-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 17.59L15.59 7H9V5h10v10h-2V8.41L6.41 19z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.i-mdi-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.i-mdi-chevron-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.i-mdi-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.i-mdi-refresh{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 0 1-6-6a6 6 0 0 1 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:1em;height:1em}.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}}.font-label-large{font-size:14px;font-weight:400;line-height:20px}.font-title-large{font-size:22px;font-weight:400;line-height:32px}.space-p-x-sm{padding-left:8px;padding-right:8px}.space-m-t-lg{margin-top:32px}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.grid{display:grid}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.h1{height:.25rem}.h2{height:.5rem}.h3{height:.75rem}.h4{height:1rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.resize{resize:both}.border{border-width:1px}.px{padding-left:1rem;padding-right:1rem}.pr{padding-right:1rem}.italic{font-style:italic}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:solid}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.grayscale{--un-grayscale:grayscale(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root,page{--ref-color-primary-10: #f3f9e9;--ref-color-primary-20: #e6f3d3;--ref-color-primary-30: #102000;--ref-color-primary-40: #cdeda4;--ref-color-primary-50: #bfe77f;--ref-color-primary-60: #a3dd5f;--ref-color-primary-70: #86d43f;--ref-color-primary-80: #96d945;--ref-color-primary-90: #5e8c24;--ref-color-primary-100: #102000;--ref-color-secondary-10: #f5f7f0;--ref-color-secondary-20: #eef3e3;--ref-color-secondary-30: #e6edd6;--ref-color-secondary-40: #dbe7c8;--ref-color-secondary-50: #cedfb5;--ref-color-secondary-60: #b7c58f;--ref-color-secondary-70: #9aaf66;--ref-color-secondary-80: #85976e;--ref-color-secondary-90: #2d3a24;--ref-color-secondary-100: #ffffff;--ref-color-tertiary-10: #f2faf9;--ref-color-tertiary-20: #e6f6f5;--ref-color-tertiary-30: #cceeea;--ref-color-tertiary-40: #bbece8;--ref-color-tertiary-50: #99e0db;--ref-color-tertiary-60: #78d3ce;--ref-color-tertiary-70: #5fbfba;--ref-color-tertiary-80: #4c9e99;--ref-color-tertiary-90: #1a726f;--ref-color-tertiary-100: #ffffff;--ref-color-error-10: #fff5f5;--ref-color-error-20: #ffeded;--ref-color-error-30: #ffdada;--ref-color-error-40: #ffdad6;--ref-color-error-50: #ffb4b4;--ref-color-error-60: #ff8a8a;--ref-color-error-70: #e95b5b;--ref-color-error-80: #d32f2f;--ref-color-error-90: #8b0000;--ref-color-error-100: #410002;--ref-color-warning-10: #fffbee;--ref-color-warning-20: #fff6dc;--ref-color-warning-30: #fff0c8;--ref-color-warning-40: #f6c430;--ref-color-warning-50: #e6b020;--ref-color-warning-60: #cca50d;--ref-color-warning-70: #997a00;--ref-color-warning-80: #755600;--ref-color-warning-90: #241a00;--ref-color-warning-100: #1a1200;--ref-color-surface-10: #ffffff;--ref-color-surface-20: #fbfbf7;--ref-color-surface-30: #f9faef;--ref-color-surface-40: #f3f4e9;--ref-color-surface-50: #eeefe3;--ref-color-surface-60: #e8e9de;--ref-color-surface-70: #e2e3d8;--ref-color-surface-80: #050a00;--ref-color-surface-90: #bfbfb0;--ref-color-surface-100: #000000;--ref-color-neutral-10: #f9faf8;--ref-color-neutral-20: #f3f4f1;--ref-color-neutral-30: #edeee9;--ref-color-neutral-40: #75796c;--ref-color-neutral-50: #6d7164;--ref-color-neutral-60: #65695c;--ref-color-neutral-70: #5d6154;--ref-color-neutral-80: #55594c;--ref-color-neutral-90: #e2e3d8;--ref-color-neutral-96: #f3f4e9;--ref-color-neutral-100: #fff;--ref-color-neutral-variant-10: #f7f8f6;--ref-color-neutral-variant-20: #eff0ec;--ref-color-neutral-variant-30: #44483d;--ref-color-neutral-variant-40: #c5c8ba;--ref-color-neutral-variant-50: #bdc0b2;--ref-color-neutral-variant-60: #b5b8aa;--ref-color-neutral-variant-70: #adb0a2;--ref-color-neutral-variant-80: #a5a89a;--ref-color-neutral-variant-90: #9da092;--ref-color-neutral-variant-100: #95988a;--ref-spacing-xs: 4px;--ref-spacing-sm: 8px;--ref-spacing-med: 16px;--ref-spacing-lg: 32px;--ref-radius-none: 0px;--ref-radius-xs: 0px;--ref-radius-sm: 0px;--ref-radius-med: 8px;--ref-radius-lg: 16px;--ref-radius-full: 50%;--ref-size-xSmall: 20px;--ref-size-small: 24px;--ref-size-medium: 32px;--ref-size-large: 44px;--ref-size-xLarge: 60px;--ref-icon-size-small: 20px;--ref-icon-size-medium: 24px;--ref-icon-size-large: 40px;--ref-icon-font-size-small: 14px;--ref-icon-font-size-medium: 20px;--ref-icon-font-size-large: 40px;--ref-shadow-0: none;--ref-shadow-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--ref-shadow-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--ref-shadow-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--ref-shadow-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--ref-shadow-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--ref-shadow-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--ref-shadow-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--ref-shadow-16: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--ref-shadow-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--ref-typo-display-large-size: 42px;--ref-typo-display-large-weight: 200;--ref-typo-display-large-line-height: 48px;--ref-typo-headline-large-size: 32px;--ref-typo-headline-large-weight: 200;--ref-typo-headline-large-line-height: 48px;--ref-typo-headline-small-size: 24px;--ref-typo-headline-small-weight: 200;--ref-typo-headline-small-line-height: 36px;--ref-typo-title-large-size: 22px;--ref-typo-title-large-weight: 400;--ref-typo-title-large-line-height: 32px;--ref-typo-title-medium-size: 18px;--ref-typo-title-medium-weight: 400;--ref-typo-title-medium-line-height: 24px;--ref-typo-body-large-size: 16px;--ref-typo-body-large-weight: 400;--ref-typo-body-large-line-height: 24px;--ref-typo-label-large-size: 14px;--ref-typo-label-large-weight: 400;--ref-typo-label-large-line-height: 20px;--ref-typo-label-medium-size: 12px;--ref-typo-label-medium-weight: 400;--ref-typo-label-medium-line-height: 16px;--ref-typo-label-small-size: 10px;--ref-typo-label-small-weight: 400;--ref-typo-label-small-line-height: 16px;--ref-font-family-mono: "Consolas", "Monaco", "Courier New", monospace;--ref-opacity-disabled: .6;--ref-opacity-invalid: .6;--sys-color-primary: #96d945;--sys-color-primary-container: #cdeda4;--sys-color-on-primary: #102000;--sys-color-on-primary-container: #102000;--sys-color-secondary: #85976e;--sys-color-secondary-container: #dbe7c8;--sys-color-on-secondary: #ffffff;--sys-color-tertiary: #4c9e99;--sys-color-tertiary-container: #bbece8;--sys-color-on-tertiary: #ffffff;--sys-color-error: #d32f2f;--sys-color-error-container: #ffdad6;--sys-color-on-error: #410002;--sys-color-warning: #f6c430;--sys-color-on-warning: #241a00;--sys-color-surface: #f9faef;--sys-color-surface-container: #eeefe3;--sys-color-surface-container-low: #f3f4e9;--sys-color-surface-container-lowest: #fff;--sys-color-surface-container-highest: #e2e3d8;--sys-color-on-surface: #050a00;--sys-color-on-surface-variant: #44483d;--sys-color-neutral: #55594c;--sys-color-neutral-container: #75796c;--sys-color-on-neutral: #fff;--sys-color-outline: #75796c;--sys-color-outline-variant: #c5c8ba;--sys-color-green: #96d945;--sys-color-red: #d32f2f;--sys-color-yellow: #f6c430;--sys-color-blue: #4c9e99;--sys-spacing-xs: 4px;--sys-spacing-sm: 8px;--sys-spacing-med: 16px;--sys-spacing-lg: 32px;--sys-radius-none: 0px;--sys-radius-xs: 0px;--sys-radius-sm: 0px;--sys-radius-med: 8px;--sys-radius-lg: 16px;--sys-radius-full: 50%;--sys-size-xSmall: 20px;--sys-size-small: 24px;--sys-size-medium: 32px;--sys-size-large: 44px;--sys-size-xLarge: 60px;--sys-icon-size-small: 20px;--sys-icon-size-medium: 24px;--sys-icon-size-large: 40px;--sys-icon-font-size-small: 14px;--sys-icon-font-size-medium: 20px;--sys-icon-font-size-large: 40px;--sys-shadow-0: none;--sys-shadow-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--sys-shadow-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--sys-shadow-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--sys-shadow-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--sys-shadow-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--sys-shadow-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--sys-shadow-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--sys-shadow-16: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--sys-shadow-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--sys-typo-display-large-size: 42px;--sys-typo-display-large-weight: 200;--sys-typo-display-large-line-height: 48px;--sys-typo-headline-large-size: 32px;--sys-typo-headline-large-weight: 200;--sys-typo-headline-large-line-height: 48px;--sys-typo-headline-small-size: 24px;--sys-typo-headline-small-weight: 200;--sys-typo-headline-small-line-height: 36px;--sys-typo-title-large-size: 22px;--sys-typo-title-large-weight: 400;--sys-typo-title-large-line-height: 32px;--sys-typo-title-medium-size: 18px;--sys-typo-title-medium-weight: 400;--sys-typo-title-medium-line-height: 24px;--sys-typo-body-large-size: 16px;--sys-typo-body-large-weight: 400;--sys-typo-body-large-line-height: 24px;--sys-typo-label-large-size: 14px;--sys-typo-label-large-weight: 400;--sys-typo-label-large-line-height: 20px;--sys-typo-label-medium-size: 12px;--sys-typo-label-medium-weight: 400;--sys-typo-label-medium-line-height: 16px;--sys-typo-label-small-size: 10px;--sys-typo-label-small-weight: 400;--sys-typo-label-small-line-height: 16px;--sys-font-family-mono: "Consolas", "Monaco", "Courier New", monospace;--sys-opacity-disabled: .6;--sys-opacity-invalid: .6;--pu-safe-top: env(safe-area-inset-top);--pu-safe-right: env(safe-area-inset-right);--pu-safe-bottom: env(safe-area-inset-bottom);--pu-safe-left: env(safe-area-inset-left);--pu-vh: 100vh}@supports (height: 100svh){:root,page{--pu-vh: 100svh}}@supports (height: 100dvh){:root,page{--pu-vh: 100dvh}}@media(prefers-color-scheme:dark){:root,page{--sys-color-primary: #86d43f;--sys-color-primary-container: #5e8c24;--sys-color-on-primary: #e6f3d3;--sys-color-on-primary-container: #f3f9e9;--sys-color-secondary: #9aaf66;--sys-color-secondary-container: #2d3a24;--sys-color-on-secondary: #eef3e3;--sys-color-tertiary: #5fbfba;--sys-color-tertiary-container: #1a726f;--sys-color-on-tertiary: #e6f6f5;--sys-color-error: #e95b5b;--sys-color-error-container: #8b0000;--sys-color-on-error: #ffeded;--sys-color-warning: #e6b020;--sys-color-on-warning: #fffbee;--sys-color-surface: #050a00;--sys-color-surface-container: #050a00;--sys-color-surface-container-low: #bfbfb0;--sys-color-surface-container-lowest: #000000;--sys-color-surface-container-highest: #e8e9de;--sys-color-on-surface: #fbfbf7;--sys-color-on-surface-variant: #eff0ec;--sys-color-neutral: #65695c;--sys-color-neutral-container: #55594c;--sys-color-on-neutral: #f9faf8;--sys-color-outline: #65695c;--sys-color-outline-variant: #b5b8aa;--sys-color-green: #86d43f;--sys-color-red: #e95b5b;--sys-color-yellow: #e6b020;--sys-color-blue: #5fbfba}}:root[data-theme=dark],page[data-theme=dark]{--sys-color-primary: #86d43f;--sys-color-primary-container: #5e8c24;--sys-color-on-primary: #e6f3d3;--sys-color-on-primary-container: #f3f9e9;--sys-color-secondary: #9aaf66;--sys-color-secondary-container: #2d3a24;--sys-color-on-secondary: #eef3e3;--sys-color-tertiary: #5fbfba;--sys-color-tertiary-container: #1a726f;--sys-color-on-tertiary: #e6f6f5;--sys-color-error: #e95b5b;--sys-color-error-container: #8b0000;--sys-color-on-error: #ffeded;--sys-color-warning: #e6b020;--sys-color-on-warning: #fffbee;--sys-color-surface: #050a00;--sys-color-surface-container: #050a00;--sys-color-surface-container-low: #bfbfb0;--sys-color-surface-container-lowest: #000000;--sys-color-surface-container-highest: #e8e9de;--sys-color-on-surface: #fbfbf7;--sys-color-on-surface-variant: #eff0ec;--sys-color-neutral: #65695c;--sys-color-neutral-container: #55594c;--sys-color-on-neutral: #f9faf8;--sys-color-outline: #65695c;--sys-color-outline-variant: #b5b8aa;--sys-color-green: #86d43f;--sys-color-red: #e95b5b;--sys-color-yellow: #e6b020;--sys-color-blue: #5fbfba}:root[data-theme=light],page[data-theme=light]{--sys-color-primary: #96d945;--sys-color-primary-container: #cdeda4;--sys-color-on-primary: #102000;--sys-color-on-primary-container: #102000;--sys-color-secondary: #85976e;--sys-color-secondary-container: #dbe7c8;--sys-color-on-secondary: #ffffff;--sys-color-tertiary: #4c9e99;--sys-color-tertiary-container: #bbece8;--sys-color-on-tertiary: #ffffff;--sys-color-error: #d32f2f;--sys-color-error-container: #ffdad6;--sys-color-on-error: #410002;--sys-color-warning: #f6c430;--sys-color-on-warning: #241a00;--sys-color-surface: #f9faef;--sys-color-surface-container: #eeefe3;--sys-color-surface-container-low: #f3f4e9;--sys-color-surface-container-lowest: #fff;--sys-color-surface-container-highest: #e2e3d8;--sys-color-on-surface: #050a00;--sys-color-on-surface-variant: #44483d;--sys-color-neutral: #55594c;--sys-color-neutral-container: #75796c;--sys-color-on-neutral: #fff;--sys-color-outline: #75796c;--sys-color-outline-variant: #c5c8ba;--sys-color-green: #96d945;--sys-color-red: #d32f2f;--sys-color-yellow: #f6c430;--sys-color-blue: #4c9e99}
