:root{--org-primary: #4a6fa5;--org-secondary: #1c2330;--status-open: #2563eb;--status-filled: #16a34a;--status-cancelled: #dc2626}.hub-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}.hub-inner{width:100%;max-width:640px;margin-inline:auto;padding:0 1rem 2rem;flex:1;display:flex;flex-direction:column}.hub-content{flex:1;animation:hubFadeIn .45s ease-out both}@media(prefers-reduced-motion:reduce){.hub-content{animation:none}}@keyframes hubFadeIn{0%{opacity:0}to{opacity:1}}.hub-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.hub-header-brand{display:flex;align-items:center;gap:.75rem;min-width:0}.hub-logo{width:48px;height:48px;object-fit:contain;border-radius:var(--radius);flex-shrink:0}.hub-logo-fallback{width:48px;height:48px;border-radius:var(--radius);background:color-mix(in srgb,var(--org-primary) 22%,transparent);color:var(--org-primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:600;font-size:1.125rem;flex-shrink:0}.hub-header-title{font-family:var(--font-heading);font-weight:600;font-size:1.125rem;letter-spacing:.02em;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.hub-icon-link{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;color:var(--org-primary);border-radius:var(--radius);-webkit-tap-highlight-color:transparent}.hub-icon-link:hover{background:color-mix(in srgb,var(--org-primary) 12%,transparent)}.hub-icon-link:focus-visible{outline:2px solid var(--org-primary);outline-offset:2px}.hub-icon-link svg{width:22px;height:22px}.hub-hero{margin-bottom:1.75rem}.hub-hero-title{font-family:var(--font-heading);font-weight:600;font-size:clamp(1.75rem,6vw,2.25rem);line-height:1.1;letter-spacing:.02em;margin:0 0 .75rem;color:var(--text)}.hub-hero-tagline{margin:0;font-size:1rem;color:var(--text-muted);max-width:36ch}.hub-hero-tagline em{font-style:normal;color:var(--wire);font-weight:500}.hub-modules{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hub-module-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.125rem 1rem;border-left:3px solid var(--org-primary)}.hub-module-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.hub-module-icon{width:40px;height:40px;border-radius:var(--radius);background:color-mix(in srgb,var(--org-primary) 14%,transparent);color:var(--org-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hub-module-icon svg{width:22px;height:22px}.hub-module-title{font-family:var(--font-heading);font-weight:600;font-size:1.125rem;letter-spacing:.04em;text-transform:uppercase;font-variant:small-caps;margin:.15rem 0 0;color:var(--text)}.hub-module-body{margin:0;font-size:.9375rem;color:var(--text-muted);padding-left:calc(40px + .75rem)}.hub-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border)}.hub-footer-social{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem}.hub-footer-powered{text-align:center;font-size:.875rem;color:var(--text-muted)}.hub-footer-powered a{color:var(--wire);font-weight:600;text-decoration:none}.hub-footer-powered a:hover{text-decoration:underline}.hub-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;min-height:40dvh}.hub-state p{margin:0 0 1rem;color:var(--text-muted);max-width:28ch}.hub-state-title{font-family:var(--font-heading);font-weight:600;font-size:1.25rem;color:var(--text);margin:0 0 .5rem}.hub-state a{color:var(--wire);font-weight:600;text-decoration:none}.hub-state a:hover{text-decoration:underline}.hub-retry{margin-top:.5rem;min-height:48px;padding:0 1.25rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:#fff;background:var(--org-primary);border:none;border-radius:var(--radius);cursor:pointer}.hub-retry:focus-visible{outline:2px solid var(--org-primary);outline-offset:2px}.hub-loading{font-size:1rem;color:var(--text-muted)}.hub-theme-slot .theme-toggle{border-color:var(--border);background:var(--bg-elevated);color:var(--text)}.vol-module{padding-left:0}.vol-module .hub-module-head{align-items:center}.vol-module .hub-module-body{padding-left:0;margin-top:.75rem}.vol-module-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.vol-filter-group{display:flex;gap:.35rem}.vol-filter-btn{min-height:48px;padding:0 .9rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer}.vol-filter-btn[aria-pressed=true]{border-color:var(--org-primary);background:color-mix(in srgb,var(--org-primary) 14%,transparent);color:var(--org-primary)}.vol-filter-btn:focus-visible{outline:2px solid var(--org-primary);outline-offset:2px}.vol-btn{min-height:48px;padding:0 1rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer}.vol-btn-primary{background:var(--org-primary);border-color:var(--org-primary);color:#fff}.vol-btn-danger{border-color:var(--status-cancelled);color:var(--status-cancelled);background:var(--bg-elevated)}.vol-btn:focus-visible{outline:2px solid var(--org-primary);outline-offset:2px}.vol-admin-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.vol-pin-panel{margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated)}.vol-pin-panel label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.vol-pin-input{width:100%;max-width:12rem;min-height:48px;padding:0 .75rem;font-size:1.125rem;letter-spacing:.2em;border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);color:var(--text)}.vol-pin-error{margin:.5rem 0 0;font-size:.875rem;color:var(--status-cancelled)}.vol-shift-list{display:flex;flex-direction:column;gap:1rem}.vol-shift-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1rem .875rem;border-left:3px solid var(--org-primary);scroll-margin-top:1rem}.vol-shift-card--highlight{box-shadow:0 0 0 2px color-mix(in srgb,var(--org-primary) 35%,transparent)}.vol-shift-date{font-family:var(--font-heading);font-weight:600;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;font-variant:small-caps;color:var(--org-primary);margin:0 0 .35rem}.vol-shift-time{font-size:1.0625rem;font-weight:600;margin:0 0 .25rem;color:var(--text)}.vol-shift-role{margin:0 0 .5rem;color:var(--text-muted);font-size:.9375rem}.vol-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.vol-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;color:#fff}.vol-badge--open{background:var(--status-open)}.vol-badge--filled{background:var(--status-filled)}.vol-badge--cancelled{background:var(--status-cancelled)}.vol-count{font-size:.875rem;color:var(--text-muted)}.vol-names{margin:0 0 .75rem;padding-left:1.1rem;font-size:.9375rem;color:var(--text)}.vol-names li{margin-bottom:.2rem}.vol-names-admin{list-style:none;padding:0;margin:0 0 .75rem;font-size:.875rem}.vol-names-admin li{margin-bottom:.35rem}.vol-action-row{display:flex;flex-wrap:wrap;gap:.5rem}.vol-form{margin-top:.75rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--bg) 80%,var(--bg-elevated))}@media(prefers-reduced-motion:no-preference){.vol-form{animation:volFormIn .2s ease-out}}@keyframes volFormIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vol-form label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.25rem}.vol-form input,.vol-form select{width:100%;min-height:48px;margin-bottom:.65rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);color:var(--text);font-family:inherit;font-size:1rem}.vol-form input:focus-visible,.vol-form select:focus-visible{outline:2px solid var(--org-primary);outline-offset:2px}.vol-form-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.vol-calendar{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.vol-calendar-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-variant:small-caps;margin:0 0 .75rem;color:var(--wire)}.vol-calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.vol-calendar-nav button{min-width:48px;min-height:48px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);color:var(--text);cursor:pointer;font-size:1.25rem;line-height:1}.vol-calendar-month{font-weight:600;font-size:.9375rem}.vol-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.vol-cal-dow{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.25rem 0}.vol-cal-day{min-height:48px;padding:4px 2px;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer;color:var(--text);font-size:.875rem;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px}.vol-cal-day:disabled{opacity:.25;cursor:default}.vol-cal-day--muted{color:var(--text-muted)}.vol-cal-day--selected{border-color:var(--org-primary);background:color-mix(in srgb,var(--org-primary) 10%,transparent)}.vol-cal-dots{display:flex;gap:3px;justify-content:center}.vol-cal-dot{width:6px;height:6px;border-radius:50%}.vol-cal-dot--open{background:var(--status-open)}.vol-cal-dot--filled{background:var(--status-filled)}.vol-cal-dot--cancelled{background:var(--status-cancelled)}.vol-empty{text-align:center;color:var(--text-muted);padding:1.5rem .5rem;font-size:.9375rem}.vol-form-error{margin:0 0 .5rem;font-size:.8125rem;color:var(--status-cancelled)}@media(prefers-reduced-motion:reduce){.vol-form{animation:none}}.admin-page .admin-inner{max-width:640px}.admin-login-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.admin-login-title{font-family:var(--font-display, inherit);font-size:1.5rem;margin:0}.admin-login-slug{margin:0 0 1.25rem;color:var(--text-muted);font-size:.9375rem}.admin-pin-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface, var(--bg))}.admin-pin-input{font-size:1.25rem;letter-spacing:.2em;margin-bottom:.75rem}.admin-pin-submit{width:100%;margin-top:.5rem}.admin-pin-error{margin:0 0 .5rem}.admin-back-link{display:inline-block;margin-top:1rem;font-size:.9375rem;color:var(--org-primary)}.admin-dash-inner{max-width:640px}.admin-dash-header{display:flex;flex-direction:column;gap:1rem;padding:.75rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:1rem}@media(min-width:520px){.admin-dash-header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.admin-dash-brand{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}.admin-dash-title{font-family:var(--font-display, inherit);font-size:1.25rem;margin:0;line-height:1.2}.admin-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--org-primary) 18%,transparent);color:var(--org-primary)}.admin-dash-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-tabs{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch}.admin-tab{flex:0 0 auto;padding:.5rem .85rem;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer}.admin-tab-active{background:color-mix(in srgb,var(--org-primary) 14%,transparent);color:var(--org-primary)}.admin-tab-panel{padding-bottom:2rem}.admin-section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.admin-section-title{font-size:1.05rem;margin:0}.admin-form-card{padding:1rem;margin-bottom:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface, var(--bg))}.admin-textarea{resize:vertical;min-height:5rem}.admin-check{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;font-size:.9375rem}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.admin-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:480px){.admin-two-col{grid-template-columns:1fr}}.admin-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-list-item{border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;background:var(--surface, var(--bg))}.admin-list-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:520px){.admin-list-row{flex-direction:row;align-items:flex-start;justify-content:space-between}}.admin-list-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.admin-list-title{font-size:1rem}.admin-list-meta{font-size:.8125rem;color:var(--text-muted)}.admin-list-actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-list-body-preview{margin:.5rem 0 0;font-size:.875rem;color:var(--text-muted);white-space:pre-wrap}.admin-pill{display:inline-block;font-size:.6875rem;font-weight:600;padding:.15rem .45rem;border-radius:999px;margin-right:.35rem;vertical-align:middle}.admin-pill-pinned{background:color-mix(in srgb,var(--org-primary) 20%,transparent);color:var(--org-primary)}.admin-empty{color:var(--text-muted);font-size:.9375rem;margin:0 0 1rem}.admin-module-disabled{color:var(--text-muted);padding:1rem 0}.admin-volunteer-wrap{margin-top:.5rem}.btn-sm{padding:.35rem .65rem;font-size:.8125rem}.hub-module-muted{color:var(--text-muted)}.hub-module-error{color:var(--status-cancelled)}.hub-announcement-list,.hub-event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.hub-announcement-card,.hub-event-card{padding:.85rem 0;border-top:1px solid var(--border)}.hub-announcement-card:first-child,.hub-event-card:first-child{border-top:none;padding-top:0}.hub-announcement-top{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-bottom:.35rem}.hub-announcement-pin{color:var(--org-primary);display:inline-flex;align-items:center}.hub-announcement-title{font-size:1rem;margin:0;flex:1 1 auto;min-width:0}.hub-announcement-date{font-size:.8125rem;color:var(--text-muted)}.hub-announcement-body{margin:0;font-size:.9375rem;line-height:1.45;white-space:pre-wrap}.hub-event-title{font-size:1rem;margin:0 0 .25rem}.hub-event-when,.hub-event-time,.hub-event-location{margin:.15rem 0;font-size:.875rem;color:var(--text-muted)}.hub-event-desc{margin:.5rem 0 0;font-size:.9375rem;line-height:1.45;white-space:pre-wrap}.hub-footer-admin{margin:0 0 .35rem;font-size:.875rem}.hub-footer-admin a{color:var(--text-muted)}*,*:before,*:after{box-sizing:border-box}:root{--wire: #4a6fa5;--bg: #f6f7fa;--bg-elevated: #ffffff;--text: #1c2330;--text-muted: rgba(28, 35, 48, .65);--border: rgba(28, 35, 48, .14);--input-bg: #ffffff;--danger: #c53030;--focus-ring: rgba(74, 111, 165, .35);--sticky-bg: rgba(246, 247, 250, .92);--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-heading: "Barlow Condensed", system-ui, sans-serif;--radius: 6px}[data-theme=dark]{--bg: #0e1218;--bg-elevated: #151b24;--text: #e8edf5;--text-muted: rgba(232, 237, 245, .65);--border: rgba(232, 237, 245, .14);--input-bg: #151b24;--focus-ring: rgba(74, 111, 165, .45);--sticky-bg: rgba(14, 18, 24, .92)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html{color-scheme:light dark}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{margin:0;min-height:100dvh;font-family:var(--font-body);font-size:1rem;line-height:1.45;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#root{min-height:100dvh}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-header{max-width:480px;width:100%;margin-inline:auto;padding:.75rem 1rem 0;display:flex;align-items:center;justify-content:flex-end}.app-main{flex:1;max-width:480px;width:100%;margin-inline:auto;padding:.5rem 1rem calc(5.5rem + env(safe-area-inset-bottom,0px))}.app-shell:has(.success-panel) .app-main{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.theme-toggle{min-width:48px;min-height:48px;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1}.theme-toggle:focus-visible{outline:2px solid var(--wire);outline-offset:2px}.builder-title{font-family:var(--font-heading);font-weight:600;font-size:1.75rem;letter-spacing:.02em;margin:0 0 1.25rem;line-height:1.15}.operator-head-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.operator-section-title{margin:0}.operator-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.operator-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);padding:.9rem}.operator-item-top{display:flex;flex-direction:column;gap:.75rem}@media(min-width:520px){.operator-item-top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.operator-org-name{margin:0;font-weight:600}.operator-org-slug{margin:.2rem 0 0;font-size:.875rem;color:var(--text-muted)}.operator-item-actions{display:flex;flex-wrap:wrap;gap:.4rem}.operator-modules{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center}.operator-module-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text)}.form-section{margin-bottom:1.5rem}.section-label{display:block;font-family:var(--font-heading);font-weight:600;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;font-variant:small-caps;color:var(--wire);margin-bottom:.75rem}.field{margin-bottom:1rem}.field-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:var(--text)}.field-hint{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted)}.text-input,.url-input{width:100%;min-height:48px;padding:0 .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);color:var(--text);font-family:inherit;font-size:1rem}.text-input:focus-visible,.url-input:focus-visible{outline:2px solid var(--wire);outline-offset:2px;border-color:var(--wire)}.text-input::placeholder,.url-input::placeholder{color:var(--text-muted)}.field-error{margin:.375rem 0 0;font-size:.8125rem;color:var(--danger)}.color-row{display:flex;gap:.75rem;align-items:stretch}.color-swatch{width:48px;min-width:48px;height:48px;padding:0;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:transparent}.color-swatch:focus-visible{outline:2px solid var(--wire);outline-offset:2px}.color-swatch::-webkit-color-swatch-wrapper{padding:2px}.color-swatch::-webkit-color-swatch{border:none;border-radius:4px}.color-text{flex:1;min-width:0}.module-list{list-style:none;margin:0;padding:0}.module-item{margin-bottom:.25rem}.module-label{display:flex;align-items:center;gap:.75rem;min-height:48px;padding:.25rem 0;cursor:pointer;font-size:1rem;-webkit-tap-highlight-color:transparent}.module-label input{width:1.25rem;height:1.25rem;accent-color:var(--wire);flex-shrink:0}.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));background:var(--sticky-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;text-decoration:none;width:100%;-webkit-tap-highlight-color:transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--wire);color:#fff;border-color:var(--wire)}.btn-primary:focus-visible{outline:2px solid var(--wire);outline-offset:2px}.btn-secondary{background:var(--bg-elevated);color:var(--text);border-color:var(--border);margin-top:.5rem}.btn-secondary:focus-visible{outline:2px solid var(--wire);outline-offset:2px}.success-panel{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;margin-bottom:1rem}.success-title{font-family:var(--font-heading);font-weight:600;font-size:1.125rem;margin:0 0 .5rem;letter-spacing:.04em;text-transform:uppercase;font-variant:small-caps;color:var(--wire)}.success-message{margin:0 0 1.25rem;font-size:1rem}.success-url{font-weight:600;word-break:break-all}.success-actions .btn+.btn{margin-top:.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
