*{margin:0;padding:0;box-sizing:border-box}:root{--size-small: 24px;--size-medium: 48px;--size-large: 60px;--spacing-half: 3px;--spacing-default: 6px;--spacing-medium: 12px;--spacing-large: 32px;--border-radius-default: 16px;--border-radius-medium: 8px;--border-radius-small: 4px;--slot-border-radius: 6px;--text-shadow-default: 1px 1px 0 rgb(0, 0, 0);--slot-bg-default: rgba(255, 255, 255, .02);--hover-bg: rgba(255, 255, 255, .15);--border-color-default: rgba(255, 255, 255, .4);--border-color-hover: rgba(255, 255, 255, .8);--background-color-visual-element: rgba(51, 51, 51, .3);--transition-default: all .3s ease;--dc-ui-font-family: "Jost", sans-serif;--dc-ui-font-weight: 400;--dc-ui-text-shadow: var(--text-shadow-default);--dc-ui-letter-spacing: 0;--dc-header-bg: #e8e4d8;--dc-header-text: #4a4a4a;--dc-frosted-surface-bg: rgba(255, 255, 255, .15);--dc-frosted-surface-blur: 16px;--dc-header-materialize-duration: 1.15s;--dc-header-materialize-delay: .05s;--dc-header-extension-materialize-delay: .12s;--dc-header-wireframe-cell-width: 24px;--dc-header-wireframe-cell-height: 9px;--dc-header-height: 144px;--dc-header-padding-x: 48px;--dc-header-extension-height: 68px;--dc-header-extension-left: clamp(120px, 46vw, 760px);--dc-header-extension-slope-start: 14%;--dc-header-extension-slope-end: 34%;--dc-header-extension-optical-offset: calc( (var(--dc-header-extension-slope-start) + var(--dc-header-extension-slope-end)) / 4 );--dc-header-extension-content-shift-x: 0px;--dc-header-extension-cta-font-size: clamp(18px, 2.2vw, 24px);--dc-menu-width: min(36vw, 460px);--dc-menu-side-padding: 32px;--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: 12px;--dc-menu-font-size: 16px;--dc-menu-icon-size: 216px;--dc-floating-key-size: 108px;--dc-header-key-size: calc(var(--dc-floating-key-size) * .64);--dc-header-key-stack-offset-x: -4px;--dc-header-key-stack-offset-y: 13px;--dc-date-font-size: 20px;--dc-weather-size: 34px}html,body{width:100%;height:100%;min-height:100%;overflow:hidden;font-family:Jost,sans-serif;color:#fff;background:#ccc}#scene{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:0}#ui-root{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.dc-portal-toast-layer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:flex-end;z-index:220;pointer-events:none;padding-inline:12px}.dc-portal-toast-stack-shell{margin-right:0;margin-bottom:10px;width:278px;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.dc-portal-toast-parent{height:auto;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.dc-portal-toast{position:relative;width:278px;height:56px;margin-bottom:6px;opacity:0;transform:translateY(10px);background-color:var(--slot-bg-default);border:1px solid var(--border-color-default);border-radius:var(--border-radius-default);transition:opacity .4s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.dc-portal-toast.show{opacity:1;transform:translateY(0)}.dc-portal-toast.hide{opacity:0;transform:translateY(0)}.dc-portal-toast-icon-column{position:absolute;left:10px;top:0;width:48px;height:100%;display:flex;align-items:center;justify-content:center}.dc-portal-toast-icon{position:absolute;width:30px;height:30px;display:none}.dc-portal-toast-icon.is-visible{display:block}.dc-portal-toast-copy{position:absolute;top:0;right:0;bottom:0;left:0;padding-left:66px;padding-right:8px;display:grid;grid-template-rows:1fr 1fr;align-items:stretch}.dc-portal-toast-title,.dc-portal-toast-subtitle{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-portal-toast-title{align-self:end}.dc-portal-toast-subtitle{align-self:start;font-size:12px}.dc-portal-toast.is-single-line .dc-portal-toast-copy{display:flex;align-items:center}.dc-portal-toast.is-single-line .dc-portal-toast-title{align-self:auto}.dc-portal-toast.is-single-line .dc-portal-toast-subtitle{display:none}.terminal{width:90%;max-width:750px;background-color:var(--slot-bg-default);border-radius:var(--border-radius-default);border:none;position:relative;pointer-events:auto;transition:var(--transition-default)}.terminal-titlebar{height:40px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.terminal-title{color:#fff;font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase;text-shadow:var(--text-shadow-default)}.terminal-dots{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;gap:8px}.terminal-dot{width:8px;height:8px;background:var(--slot-bg-default);border:1px solid var(--border-color-default);border-radius:50%}.terminal-dot.active{background:#4dff4dcc;border-color:#4dff4d99}.terminal-content{padding:var(--spacing-large);color:#fff;font-size:16px;font-weight:400;line-height:1.7;min-height:180px}.terminal-line{margin-bottom:var(--spacing-default);white-space:pre-wrap;word-wrap:break-word;text-shadow:var(--text-shadow-default)}.terminal-line.prompt{color:#e5e5e5}.terminal-line.info{color:#c8c8c8}.terminal-line.success{color:#4dff4d}.terminal-line.error{color:#ff5e5e}.terminal-line.dim{color:#ffffff80;font-size:14px}.ascii-logo{font-family:Courier New,Courier,monospace;font-size:10px;line-height:1.1;color:#ffffffe6;text-align:center;margin:0 0 var(--spacing-large);text-shadow:var(--text-shadow-default);white-space:pre;letter-spacing:0}.pixel-logo{margin:0 0 var(--spacing-large);text-align:center;white-space:pre;overflow:visible}.cursor{display:inline-block;width:2px;height:18px;background:#fff;margin-left:2px;animation:blink 1s step-end infinite;vertical-align:text-bottom}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-input-wrapper{display:flex;align-items:center;margin-top:var(--spacing-medium);background-color:var(--background-color-visual-element);padding:var(--spacing-medium) var(--spacing-default);border:1px solid var(--border-color-default);border-radius:var(--border-radius-default);transition:var(--transition-default)}.terminal-input-wrapper:hover,.terminal-input-wrapper:focus-within{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.terminal-prompt-symbol{color:#fff9;margin-right:var(--spacing-medium);-webkit-user-select:none;user-select:none;font-weight:500;font-size:16px}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:inherit;font-size:16px;caret-color:#fff}.terminal-input::placeholder{color:#fff6;text-shadow:var(--text-shadow-default)}.otp-container{display:flex;gap:var(--spacing-medium);margin-top:var(--spacing-medium);justify-content:center}.otp-input{width:var(--size-medium);height:var(--size-large);background-color:var(--slot-bg-default);border:1px solid var(--border-color-default);border-radius:var(--slot-border-radius);color:#fff;font-family:inherit;font-size:24px;font-weight:500;text-align:center;outline:none;transition:var(--transition-default)}.otp-input:hover{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.otp-input:focus{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.status-bar{margin-top:var(--spacing-medium);background-color:var(--slot-bg-default);height:6px;border-radius:var(--border-radius-small);overflow:hidden;border:1px solid var(--border-color-default)}.status-bar-fill{height:100%;background:linear-gradient(90deg,#4dff4d80,#4dff4de6);border-radius:var(--border-radius-small);transition:width .8s ease}.terminal-scanline{position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px);pointer-events:none;border-radius:var(--border-radius-default)}.center-logo{max-width:90%;max-height:80vh;object-fit:contain;will-change:transform;transform-style:preserve-3d;filter:drop-shadow(0 0 20px rgba(255,255,255,.8))}@media(max-width:480px){.terminal{width:94%;max-width:none}.terminal-content{padding:var(--spacing-medium);font-size:14px}.otp-input{width:40px;height:50px;font-size:20px}}.dc-header{position:fixed;top:0;left:0;right:0;height:var(--dc-header-height);background:var(--dc-frosted-surface-bg);backdrop-filter:blur(var(--dc-frosted-surface-blur));-webkit-backdrop-filter:blur(var(--dc-frosted-surface-blur));display:flex;align-items:center;justify-content:space-between;gap:clamp(12px,2vw,28px);padding-top:env(safe-area-inset-top);padding-right:calc(var(--dc-header-padding-x) + env(safe-area-inset-right));padding-bottom:0;padding-left:calc(var(--dc-header-padding-x) + env(safe-area-inset-left));z-index:100;pointer-events:auto;isolation:isolate;overflow:visible}.dc-header:before,.dc-header-extension-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to right,#bcecff42 1px,#bcecff00 1px),linear-gradient(to bottom,#bcecff2e 1px,#bcecff00 1px),linear-gradient(90deg,#78dcff00,#78dcff0f 34%,#bff5ffb3,#78dcff0f 66%,#78dcff00);background-size:var(--dc-header-wireframe-cell-width) 100%,100% var(--dc-header-wireframe-cell-height),100% 100%;opacity:0;transform-origin:left center;transform:translateZ(0) scaleX(.001);will-change:transform,opacity}.dc-header:after,.dc-header-extension-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#bff5ff00,#bff5ff14 36%,#bff5ff9e,#bff5ff14 64%,#bff5ff00);opacity:0;transform:translate3d(-115%,0,0);will-change:transform,opacity}.dc-header-extension-btn{position:fixed;top:calc(var(--dc-header-height) + env(safe-area-inset-top));left:var(--dc-header-extension-left);right:0;height:var(--dc-header-extension-height);border:0;margin:0;display:flex;align-items:center;justify-content:center;padding:0 calc(var(--dc-header-padding-x) + env(safe-area-inset-right));color:#fff;font-family:var(--dc-ui-font-family);font-weight:var(--dc-ui-font-weight);text-shadow:var(--dc-ui-text-shadow);letter-spacing:var(--dc-ui-letter-spacing);background:var(--dc-frosted-surface-bg);backdrop-filter:blur(var(--dc-frosted-surface-blur));-webkit-backdrop-filter:blur(var(--dc-frosted-surface-blur));box-shadow:0 2px 12px #00000014;clip-path:polygon(0 -2px,var(--dc-header-extension-slope-start) -2px,var(--dc-header-extension-slope-end) 100%,100% 100%,100% -2px);cursor:pointer;pointer-events:auto;z-index:100;isolation:isolate;overflow:hidden;transition:background-color .24s ease,box-shadow .24s ease}.dc-header-extension-btn:hover,.dc-header-extension-btn:focus-visible,.dc-header-extension-btn.is-active{background:#ffffff38;box-shadow:0 4px 18px #00000024}.dc-header-extension-btn:disabled{opacity:.56;cursor:not-allowed;background:#ffffff24;box-shadow:0 2px 12px #00000014}.dc-header-extension-btn:focus-visible{outline:2px solid rgba(255,255,255,.72);outline-offset:2px}.dc-header-extension-content{position:absolute;left:calc(50% + var(--dc-header-extension-optical-offset) - var(--dc-header-extension-content-shift-x));top:50%;transform:translate(-50%,-50%);display:inline-grid;grid-template-columns:var(--dc-header-key-size) auto var(--dc-header-key-size);align-items:center;justify-items:center;column-gap:clamp(4px,.8vw,10px);max-width:calc(100% - 8px);pointer-events:none}.dc-header-extension-icon{grid-column:1;position:relative;width:var(--dc-header-key-size);height:var(--dc-header-key-size);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none;overflow:visible}.dc-header-extension-icon canvas{width:var(--dc-header-key-size);height:var(--dc-header-key-size);display:block}.dc-header-extension-label{grid-column:2;position:static;min-width:0;white-space:nowrap;text-transform:none;font-size:var(--dc-header-extension-cta-font-size);font-weight:inherit;letter-spacing:inherit;text-align:center;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.text-normal{font-size:16px;font-style:normal;color:#fff;margin:0;padding:0;text-shadow:var(--text-shadow-default)}.stack-label{position:absolute;top:0;left:0;margin:0 0 0 4px;padding:0;text-align:left;font-size:12px;font-style:normal;line-height:1}.dc-key-stack-label{margin-top:var(--dc-header-key-stack-offset-y);margin-left:var(--dc-header-key-stack-offset-x);z-index:2}.dc-title{height:calc(100% - 16px);max-width:min(62vw,460px);width:auto;min-width:0;padding:8px 0;object-fit:contain;flex-shrink:1}.dc-datetime{display:inline-flex;align-items:center;justify-content:flex-end;gap:clamp(4px,.7vw,8px);font-size:var(--dc-date-font-size);font-family:var(--dc-ui-font-family);font-weight:var(--dc-ui-font-weight);color:#fff;font-variant-numeric:tabular-nums;text-shadow:var(--dc-ui-text-shadow);letter-spacing:var(--dc-ui-letter-spacing);white-space:nowrap;min-width:0;max-width:min(54vw,420px);flex-shrink:1;overflow:hidden}.dc-time-icon,.dc-weather-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--dc-weather-size);height:var(--dc-weather-size);flex-shrink:0}.dc-time-icon canvas,.dc-weather-icon canvas{width:var(--dc-weather-size);height:var(--dc-weather-size);display:block}.dc-datetime-text{flex:1 1 auto;min-width:0;font-variant-numeric:tabular-nums;max-width:clamp(72px,34vw,260px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-weather-text{min-width:2.75ch;flex:0 0 auto;text-align:right}.text-normal-shadow{font-size:16px;font-style:normal;color:#fff;margin:0;padding:0;text-shadow:var(--text-shadow-default)}.text-title-large{font-size:48px;font-style:normal;letter-spacing:4px}.text-large{font-size:20px;font-style:normal;color:#fff;letter-spacing:0}.basic-button{background-color:var(--slot-bg-default);border-radius:var(--border-radius-default);border-width:1px;border-style:solid;border-color:var(--border-color-default);width:var(--dc-menu-btn-width);height:var(--size-medium);color:#fff;font-family:var(--dc-ui-font-family);cursor:pointer}.basic-button:hover,.basic-button:focus-visible,.basic-button-active{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.menu-button-width{width:280px}.default-visual-Element{background-color:#3333334d;border-color:#000000e6;border-radius:var(--border-radius-default)}.blurredBackground_Border{background-color:#3333334d;border-color:#818181e6;border-radius:var(--border-radius-default);border-width:2px}.close-button{width:var(--size-small);height:var(--size-small);background-color:var(--slot-bg-default);color:#fff;border-radius:var(--slot-border-radius);border-width:1px;border-style:solid;border-color:var(--border-color-default);padding:0;position:absolute;top:4px;right:4px;margin:0;line-height:1}.close-button:hover,.close-button:focus-visible{background-color:#f00c;border-color:var(--border-color-default)}.dc-early-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:none;pointer-events:none}.dc-early-overlay.is-open{display:block;pointer-events:auto}.dc-early-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a1038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dc-early-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding-top:calc(12px + env(safe-area-inset-top));padding-right:calc(12px + env(safe-area-inset-right));padding-bottom:calc(12px + env(safe-area-inset-bottom));padding-left:calc(12px + env(safe-area-inset-left));pointer-events:none}.dc-overlay-card{width:398px;height:min(700px,calc(100vh - 24px));background-color:#0000;border:0!important;outline:0;box-shadow:none;border-radius:var(--border-radius-default);position:relative;container-type:inline-size;padding:var(--spacing-medium);pointer-events:auto;overflow:hidden;color:#fff;font-family:var(--dc-ui-font-family);display:flex;flex-direction:column;align-items:center}.dc-overlay-card-header{display:flex;width:100%;align-items:center;justify-content:center;min-height:58px;padding-right:calc(var(--size-small) + var(--spacing-default));flex-shrink:0}.dc-early-heading{width:100%;max-width:none;display:flex;flex-direction:column;align-items:center}.dc-early-title{font-size:32px;letter-spacing:2px;margin:0 0 6px;text-align:center;line-height:normal}.dc-early-subtitle{font-size:18px;font-size:clamp(16px,4.5cqi,20px);margin:0 0 var(--spacing-large);text-align:center;line-height:normal}.dc-early-close{top:4px;z-index:2}.dc-early-indicator{display:flex;justify-content:center;flex-wrap:wrap;width:100%;gap:var(--spacing-default);list-style:none;margin:var(--spacing-default) 0 var(--spacing-medium);padding:0;flex-shrink:0}.dc-early-indicator-item{width:calc((100% - (var(--spacing-default) * 2)) / 3);max-width:122px;min-width:0;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:clamp(12px,3cqi,14px);border-radius:var(--border-radius-medium);opacity:.56;-webkit-user-select:none;user-select:none;transition:opacity .2s ease;cursor:default;pointer-events:none}.dc-early-transparent-button{background-color:#fff0;border-color:#fff0}.dc-early-indicator-item.is-active{opacity:1}.dc-early-step{display:none;width:100%;border-top:1px solid rgba(255,255,255,.15);padding-top:var(--spacing-medium);min-height:100%}.dc-early-step.is-active{display:flex;flex-direction:column;align-items:center}.dc-early-step-content{width:100%;display:flex;flex-direction:column}.dc-early-step-content-centered{flex:1 1 auto;min-height:0;justify-content:flex-start}.dc-early-body{width:100%;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dc-early-body::-webkit-scrollbar{width:0;height:0}.dc-early-label{width:100%;margin-bottom:6px;text-align:left}.dc-early-input{width:100%;height:var(--size-medium);border-style:solid;border-radius:var(--border-radius-default);border-color:var(--border-color-default);background-color:var(--slot-bg-default);color:#fff;font-family:var(--dc-ui-font-family);font-size:16px;padding:0 14px;outline:none;cursor:text}.dc-early-input:hover,.dc-early-input:focus-visible{border-color:var(--border-color-hover);background-color:var(--hover-bg)}.dc-early-input.is-invalid{border-color:#ff5e5ed9;background-color:#ff5e5e1f}.dc-early-input::placeholder{color:var(--border-color-hover);text-shadow:var(--text-shadow-default)}.dc-early-help{width:100%;margin-top:6px;font-size:14px;line-height:1.25;color:#ffffffe6;text-align:left}.dc-early-notice{min-height:20px}.dc-early-notice:empty:before{content:" "}.dc-early-error{width:100%;min-height:20px;margin-top:6px;font-size:14px;color:#ff5e5e;text-align:left}.dc-early-actions{width:100%;display:flex;flex-direction:column;gap:var(--spacing-default);margin-top:0}.dc-early-status-list{width:100%;display:flex;flex-direction:column;gap:var(--spacing-default);list-style:none;margin-top:6px;padding:0}.dc-early-status-row{width:100%;min-height:var(--size-medium);display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-default)}.dc-early-status-row-action{align-items:center}.dc-early-status-row-action .dc-early-btn{margin-top:6px}.dc-early-wallet-mobile-cta{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-default);margin-top:0}.dc-early-wallet-mobile-cta .dc-early-help{margin-top:0}.dc-early-wallet-mobile-links{width:100%;display:flex;flex-direction:column;gap:var(--spacing-default)}.dc-early-wallet-mobile-link{width:min(var(--dc-menu-btn-width),100%);margin-top:0}@media(hover:none),(pointer:coarse){.dc-early-wallet-modal .dc-early-wallet-mobile-link:hover,.dc-early-wallet-modal .dc-early-wallet-mobile-link:focus-visible{background-color:var(--slot-bg-default);border-color:var(--border-color-default)}.dc-early-wallet-modal .dc-early-wallet-mobile-link:active{background-color:var(--hover-bg);border-color:var(--border-color-hover)}}.dc-early-wallet-modal-host{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dc-early-wallet-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;pointer-events:auto}.dc-early-wallet-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#060a1052;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:0;margin:0;cursor:pointer}.dc-early-wallet-modal-card{width:min(100%,348px);height:auto;max-height:calc(100dvh - 36px);z-index:1}.dc-early-wallet-modal-card .dc-early-title{margin:0;font-size:28px;letter-spacing:1px}.dc-early-wallet-modal-body{width:100%;border-top:1px solid rgba(255,255,255,.15);padding-top:var(--spacing-medium);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-default)}.dc-early-badge{min-width:110px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--border-radius-medium);border:1px solid rgba(255,255,255,.4);background:#ffffff0a;font-size:12px;white-space:nowrap}.dc-early-badge.is-verified{border-color:#50dc8ccc;background:#50dc8c2e}.dc-early-badge.is-not-verified{border-color:#fff6;background:#ffffff0a}.dc-early-badge.is-optional{border-color:#60a6ffd9;background:#60a6ff3d}.dc-early-section-title{width:100%;margin-top:var(--spacing-medium);margin-bottom:4px;font-size:16px;text-align:left}.dc-early-link-row{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-medium);margin-top:4px}.dc-early-link{font-size:13px;color:#fffffff2;text-decoration:underline}.dc-early-link:hover,.dc-early-link:focus-visible{color:#fff}.dc-early-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em}.dc-early-email-grid{width:100%;display:grid;grid-template-columns:1fr;gap:var(--spacing-default);margin-top:4px}.dc-early-lore-options{width:100%;display:grid;grid-template-columns:1fr;gap:var(--spacing-default);margin-top:6px}.dc-early-lore-option{width:100%;text-align:left;justify-content:flex-start;padding:0 12px}.dc-early-lore-option.is-selected{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.dc-early-check{width:100%;margin-top:6px;display:flex;align-items:center;gap:8px;font-size:14px;text-align:left}.dc-early-check input[type=checkbox]{width:16px;height:16px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--border-color-default);border-radius:var(--border-radius-small);background:#fff0;display:inline-grid;place-items:center;cursor:pointer}.dc-early-check input[type=checkbox]:after{content:"";width:8px;height:8px;border-radius:1px;background:#ffffffe6;transform:scale(0);transition:transform .15s ease}.dc-early-check input[type=checkbox]:checked{border-color:var(--border-color-hover);background:var(--hover-bg)}.dc-early-check input[type=checkbox]:checked:after{transform:scale(1)}.dc-early-btn{margin-top:6px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;text-decoration:none;line-height:1}.dc-early-nav{--dc-early-nav-gap: var(--spacing-default);display:flex;width:100%;justify-content:space-between;align-items:center;gap:var(--dc-early-nav-gap);margin-top:auto;padding-top:6px}.dc-early-guild-actions-captain{--dc-early-nav-gap: var(--spacing-default);flex-wrap:nowrap;justify-content:space-between;align-items:center}.dc-early-nav .dc-early-btn,.dc-early-guild-actions-captain .dc-early-btn{flex:0 1 var(--dc-menu-btn-width);width:min(var(--dc-menu-btn-width),calc((100% - var(--dc-early-nav-gap)) / 2));min-width:0;margin-top:0}.dc-early-btn:disabled,.basic-button:disabled{opacity:.45;cursor:not-allowed}.dc-early-btn.is-link{width:100%}.dc-early-btn.is-secondary{width:100px}.dc-early-btn.is-key-action,.dc-early-btn.is-secondary.menu-button-width{width:var(--dc-menu-btn-width)}.dc-early-key{width:100%;margin-top:6px;display:flex;align-items:stretch;gap:var(--spacing-default)}.dc-early-key-value{flex:1 1 auto;min-height:var(--size-medium);border-radius:var(--border-radius-default);border:1px solid var(--border-color-default);background-color:#fff0;display:inline-flex;align-items:center;padding:0 12px;font-size:14px;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-early-claim-title{width:100%;font-size:24px;margin-top:4px;margin-bottom:6px;text-align:left}.dc-early-claim-card,.dc-early-guild-card{width:100%;margin-top:6px;padding:10px;border:1px solid rgba(255,255,255,.24);border-radius:var(--border-radius-default);background:#ffffff0d}.dc-early-access-bmail-card{width:100%;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.16)}.dc-early-access-bmail-inline{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap}.dc-early-access-bmail-title{width:auto;flex:1 1 auto;min-width:0;text-align:left;font-size:16px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-early-access-bmail-copy-btn{width:86px;height:var(--size-medium);margin-top:0;flex:0 0 auto;border-radius:var(--border-radius-default)}.dc-early-access-bmail-image{width:56px;height:56px;object-fit:contain;flex-shrink:0;pointer-events:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.45))}.dc-early-access-bmail-fallback{width:56px;height:56px;border-radius:10px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none;font-size:14px}.dc-early-guild-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.dc-early-guild-card .dc-early-section-title{margin-top:0}.dc-early-guild-actions{width:100%;display:flex;flex-wrap:wrap;gap:var(--spacing-default);margin-top:4px}.dc-early-progress{width:100%;margin-top:8px}.dc-early-progress-track{width:100%;height:10px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.4);background:#ffffff14}.dc-early-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5ad48cf2,#84eab4f2)}.dc-early-member-list{width:100%;list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-default)}.dc-early-member-list-wide{display:flex;flex-direction:column;gap:var(--spacing-default)}.dc-early-member-list-wide .dc-early-member-item{width:100%;min-height:34px;flex-direction:row;align-items:center;gap:var(--spacing-default)}.dc-early-member-list-wide .dc-early-member-name{text-align:left;font-size:16px;line-height:1}.dc-early-member-list-wide .dc-early-inline .dc-early-badge{width:auto;min-width:96px;padding:0 10px}.dc-early-member-item{width:100%;min-height:34px;display:flex;align-items:center;gap:var(--spacing-default)}.dc-early-member-name{flex:1 1 auto}.dc-early-member-status-btn{min-width:110px;height:34px;margin-top:0;padding:0 10px;font-family:var(--dc-ui-font-family);cursor:pointer}.dc-early-inline{display:inline-flex}.dc-early-member-modal-card{width:min(100%,332px)}.dc-early-member-modal-body{align-items:flex-start}.dc-early-member-modal-body .dc-early-help{margin-top:0}.dc-early-member-modal-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-default)}.dc-early-member-modal-actions .dc-early-btn{width:100%;margin-top:0}.dc-early-mini-btn{width:80px;height:34px;margin-top:0}.dc-early-toast{width:100%;min-height:20px;margin-top:var(--spacing-default);opacity:0;transition:opacity .18s ease;flex-shrink:0}.dc-early-toast.is-visible{opacity:1}@media(max-width:768px){.dc-portal-toast-stack-shell{margin-right:0;margin-bottom:calc(10px + env(safe-area-inset-bottom));width:min(278px,calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)))}.dc-portal-toast{width:100%}.dc-early-screen{align-items:center;padding-top:calc(10px + env(safe-area-inset-top));padding-right:calc(10px + env(safe-area-inset-right));padding-bottom:calc(10px + env(safe-area-inset-bottom));padding-left:calc(10px + env(safe-area-inset-left))}.dc-overlay-card{width:min(100%,398px);height:auto;max-height:calc(100dvh - 20px)}.dc-overlay-card-header{padding-right:calc(var(--size-small) + 4px)}.dc-early-title{font-size:32px;letter-spacing:2px}.dc-early-subtitle{font-size:16px}.dc-early-indicator{flex-wrap:wrap}.dc-early-indicator-item{width:calc((100% - (var(--spacing-default) * 2)) / 3);max-width:none;font-size:12px}.dc-early-btn.menu-button-width{width:100%}.dc-early-key{flex-direction:column}.dc-early-btn.is-secondary{width:100%}.dc-early-step{min-height:0}.dc-early-step-content-centered{flex:0 1 auto}.dc-early-member-list-wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:4px;row-gap:4px}.dc-early-member-list-wide .dc-early-member-item{flex-direction:row;align-items:center;min-height:0;gap:6px}.dc-early-member-list-wide .dc-early-member-name{flex:1 1 auto;min-width:0;text-align:left;font-size:13px;line-height:1;overflow:hidden;text-overflow:clip;white-space:nowrap}.dc-early-member-list-wide .dc-early-inline{display:inline-flex;flex:0 0 auto}.dc-early-member-list-wide .dc-early-member-status-btn{width:auto;min-width:92px;height:32px;font-size:11px;padding:0 8px}.dc-early-member-modal-actions{grid-template-columns:1fr}.dc-early-status-row{align-items:center}.dc-early-status-row-action{flex-direction:row;align-items:center}.dc-early-status-row-action .dc-early-btn{flex:1 1 auto;width:auto;min-width:0;min-height:var(--size-medium);height:auto;margin-top:0;padding-top:8px;padding-bottom:8px;white-space:normal;line-height:1.2}.dc-early-badge{width:auto;min-width:104px;padding:0 10px;flex:0 0 auto}.dc-early-wallet-mobile-link{width:100%}.dc-early-wallet-modal-card{width:min(100%,340px);max-height:calc(100dvh - 24px)}.dc-early-wallet-modal-card .dc-early-title{font-size:26px}.dc-early-link-row{flex-direction:column;align-items:flex-start}.dc-early-guild-actions{flex-direction:column}.dc-early-guild-actions-captain{flex-direction:row}.dc-early-access-bmail-image,.dc-early-access-bmail-fallback{width:48px;height:48px}.dc-early-access-bmail-copy-btn{width:76px;height:var(--size-medium);border-radius:var(--border-radius-default)}.dc-early-access-bmail-title{font-size:15px}.dc-early-nav{margin-top:var(--spacing-medium)}}@media(max-width:420px){.dc-overlay-card{max-height:calc(100dvh - 16px)}.dc-early-title{font-size:28px;letter-spacing:1px}.dc-early-subtitle{font-size:14px}.dc-early-wallet-modal-card .dc-early-title{font-size:24px}}.dc-globanet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;display:none;pointer-events:none}.dc-globanet-overlay.is-open{display:block;pointer-events:auto}.dc-globanet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a1038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dc-globanet-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding-top:calc(14px + env(safe-area-inset-top));padding-right:calc(14px + env(safe-area-inset-right));padding-bottom:calc(14px + env(safe-area-inset-bottom));padding-left:calc(14px + env(safe-area-inset-left));pointer-events:none}.dc-globanet-card{width:min(1120px,calc(100vw - 24px));height:min(840px,calc(100vh - 24px));max-height:calc(100dvh - 24px);background-color:#0000;border:0!important;outline:0;box-shadow:none;align-items:stretch}.dc-globanet-header{width:100%;min-height:0;align-items:flex-start;justify-content:space-between;gap:var(--spacing-default);padding-right:calc(var(--size-small) + var(--spacing-medium));padding-bottom:var(--spacing-default)}.dc-globanet-heading{display:flex;flex-direction:column;gap:4px;min-width:0}.dc-globanet-title{font-size:clamp(26px,6cqi,42px);letter-spacing:2px;line-height:1;margin:0;text-align:left}.dc-globanet-subtitle{margin:0;font-size:clamp(14px,2.8cqi,18px);line-height:1.25;opacity:.9;text-align:left}.dc-globanet-meta{display:flex;align-items:center;gap:var(--spacing-default);flex-wrap:wrap;justify-content:flex-end;padding-right:calc(var(--size-small) + 4px)}.dc-globanet-badge{width:auto;min-width:0;height:34px;border-radius:var(--border-radius-medium);padding:0 12px;font-size:12px;cursor:default;pointer-events:none}.dc-globanet-close{top:4px;z-index:2}.dc-globanet-main{width:100%;flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(320px,.94fr) minmax(520px,1.2fr);gap:var(--spacing-default);align-items:stretch;padding-top:var(--spacing-default)}.dc-globanet-terminal,.dc-globanet-workspace,.dc-globanet-footer{border:0}.dc-globanet-terminal{min-height:0;display:grid;grid-template-rows:auto minmax(140px,1fr) auto;gap:8px;padding:var(--spacing-default)}.dc-globanet-agent{padding:2px 0 4px}.dc-globanet-agent-header{display:flex;align-items:center;justify-content:flex-start;gap:12px}.dc-globanet-agent-icon{width:152px;height:152px;flex:0 0 auto;display:block}.dc-globanet-agent-copy{display:grid;gap:4px;max-width:260px}.dc-globanet-agent-title,.dc-globanet-agent-subtitle{margin:0}.dc-globanet-agent-title{font-size:28px;letter-spacing:1px;line-height:1;text-transform:uppercase}.dc-globanet-agent-subtitle{font-size:16px;line-height:1.25;opacity:.9}.dc-globanet-log{min-height:140px;padding:8px;border-radius:var(--border-radius-medium);border:0;background:#00000038;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.4}.dc-globanet-log-line{margin:0 0 5px;color:#ffffffdb;text-shadow:var(--text-shadow-default)}.dc-globanet-log-line.is-prompt{color:#afddfff5}.dc-globanet-log-line.is-info{color:#f0f0f0eb}.dc-globanet-log-line.is-success{color:#70ffa4}.dc-globanet-log-line.is-warn{color:#ffc184}.dc-globanet-command{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--border-radius-medium);border:0;background:#00000038}.dc-globanet-command-label{color:#d2ebfff2;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;white-space:nowrap;text-transform:lowercase}.dc-globanet-command-input{width:100%;min-width:0;height:32px;border:0;outline:none;background:transparent;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;padding:0;text-shadow:var(--text-shadow-default)}.dc-globanet-command-input::placeholder{color:#ffffff80;text-shadow:var(--text-shadow-default)}.dc-globanet-workspace{min-height:0;display:flex;flex-direction:column;padding:var(--spacing-default)}.dc-globanet-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-default);margin-bottom:var(--spacing-default)}.dc-globanet-tab{width:100%;max-width:none;min-width:0;height:42px;border-radius:var(--border-radius-medium);font-size:14px;padding:0 10px}.dc-globanet-tab:hover,.dc-globanet-tab:focus-visible{transform:none}.dc-globanet-tab.is-active{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.dc-globanet-panel-stack{flex:1 1 auto;min-height:0;overflow-y:auto;padding-top:4px}.dc-globanet-panel{display:none}.dc-globanet-panel.is-active{display:block;padding-top:var(--spacing-default)}.dc-globanet-kpi-grid{display:grid;gap:var(--spacing-default);grid-template-columns:repeat(3,minmax(0,1fr))}.dc-globanet-kpi{min-height:72px;padding:10px;border-radius:var(--border-radius-default);border:0}.dc-globanet-kpi-label{margin:0;font-size:12px;opacity:.85}.dc-globanet-kpi-value{margin:6px 0 0;font-size:34px;letter-spacing:.5px}.dc-globanet-table-wrap{margin-top:12px;border-radius:var(--border-radius-default);border:0;background-color:#0000;overflow:hidden}.dc-globanet-table{width:100%;border-collapse:collapse;font-size:17px}.dc-globanet-table th,.dc-globanet-table td{padding:9px 10px;text-align:left;border-bottom:0;text-shadow:var(--text-shadow-default)}.dc-globanet-table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;opacity:.82;background:#0000}.dc-globanet-table tbody tr:last-child td{border-bottom:0}.dc-globanet-table tbody tr.is-empty td{opacity:.68}.dc-globanet-actions{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dc-globanet-actions .basic-button{width:auto;min-width:78px;max-width:none;height:32px;font-size:11px;padding:0 10px}.dc-globanet-form{display:flex;flex-direction:column;gap:12px;max-width:560px}.dc-globanet-field{display:flex;flex-direction:column;gap:6px}.dc-globanet-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-default)}.dc-globanet-label{font-size:12px;letter-spacing:.02em;text-transform:uppercase;opacity:.86}.dc-globanet-field .dc-early-input{height:42px;font-size:14px}.dc-globanet-field select.dc-early-input{padding-right:28px}.dc-globanet-field .dc-early-input[readonly]{opacity:.82;cursor:default}.dc-globanet-submit{width:auto;max-width:260px;margin-top:6px;min-width:200px;height:40px;font-size:13px;margin-left:0;margin-right:0}.dc-globanet-form .basic-button{width:auto;max-width:220px}.dc-globanet-submit:hover,.dc-globanet-submit:focus-visible{transform:none}.dc-globanet-footer{width:100%;border-radius:var(--border-radius-default);padding:10px;display:grid;grid-template-columns:auto 1fr;gap:var(--spacing-default);align-items:center}.dc-globanet-metrics{display:grid;gap:6px;min-width:180px}.dc-globanet-metric{margin:0}.dc-globanet-activity{margin:0;padding:0;list-style:none;display:grid;gap:6px;max-height:84px;overflow-y:auto}.dc-globanet-activity-item{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#ffffffe0;text-shadow:var(--text-shadow-default)}@media(max-width:1100px){.dc-globanet-card{width:min(1020px,calc(100vw - 24px))}.dc-globanet-main{grid-template-columns:minmax(300px,.92fr) minmax(0,1fr)}.dc-globanet-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.dc-globanet-card{width:min(100%,760px);height:auto;max-height:calc(100dvh - 20px);padding:var(--spacing-default)}.dc-globanet-header{flex-direction:column;align-items:stretch;padding-right:calc(var(--size-small) + 4px)}.dc-globanet-meta{justify-content:flex-start}.dc-globanet-main{grid-template-columns:1fr;gap:var(--spacing-default);padding-top:4px}.dc-globanet-kpi-grid,.dc-globanet-footer{grid-template-columns:1fr}}@media(max-width:760px){.dc-globanet-screen{padding-top:calc(10px + env(safe-area-inset-top));padding-right:calc(10px + env(safe-area-inset-right));padding-bottom:calc(10px + env(safe-area-inset-bottom));padding-left:calc(10px + env(safe-area-inset-left))}.dc-globanet-title{font-size:clamp(24px,8vw,32px)}.dc-globanet-subtitle{font-size:13px}.dc-globanet-tabs{grid-template-columns:1fr}.dc-globanet-agent-header{align-items:flex-start}.dc-globanet-agent-icon{width:132px;height:132px}.dc-globanet-agent-title{font-size:22px}.dc-globanet-agent-subtitle{font-size:14px}.dc-globanet-log{min-height:120px;font-size:12px}.dc-globanet-command{gap:6px;padding:6px}.dc-globanet-command-label{font-size:11px}.dc-globanet-field-row,.dc-globanet-actions{grid-template-columns:1fr}}@media(max-width:420px){.dc-globanet-card{max-height:calc(100dvh - 16px)}.dc-globanet-badge{height:32px;font-size:11px;padding:0 10px}.dc-globanet-agent-header{flex-direction:column;align-items:center;text-align:center}.dc-globanet-agent-copy{max-width:none}}:root{--dc-bmail-bg-top: #030b2a;--dc-bmail-bg-mid: #123175;--dc-bmail-bg-bottom: #2e1a66;--dc-bmail-cyan: rgba(132, 225, 255, .82);--dc-bmail-cyan-soft: rgba(132, 225, 255, .34)}.dc-bmail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:255;display:none;pointer-events:none}.dc-bmail-overlay.is-open{display:block;pointer-events:auto}.dc-bmail-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a1024;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.dc-bmail-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding-top:calc(14px + env(safe-area-inset-top));padding-right:calc(14px + env(safe-area-inset-right));padding-bottom:calc(14px + env(safe-area-inset-bottom));padding-left:calc(14px + env(safe-area-inset-left));pointer-events:none}.dc-bmail-card{width:min(1120px,calc(100vw - 24px),calc((100dvh - 24px)*2.1875));aspect-ratio:560 / 256;height:auto;max-height:calc(100dvh - 24px);background-color:#0000;border:0!important;outline:0;box-shadow:none;align-items:stretch;gap:4px;position:relative;z-index:1;padding:0}.dc-bmail-header{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;padding:0;pointer-events:none;z-index:4}.dc-bmail-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dc-bmail-close{top:8px;right:8px;margin-left:0;z-index:4;pointer-events:auto}.dc-bmail-shell{width:100%;flex:1 1 auto;min-height:0;pointer-events:auto}.dc-bmail-frame{position:relative;width:100%;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;padding:16px 18px 12px;background:linear-gradient(180deg,#0e24624d,#1231753d 52%,#28165847);clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px),0 12px);overflow:hidden}.dc-bmail-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1.8px solid rgba(126,207,255,.7);clip-path:inherit;pointer-events:none;z-index:2}.dc-bmail-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(180,230,255,.08) 0 1px,transparent 1px 3px);mix-blend-mode:screen;opacity:.55;pointer-events:none;z-index:1}.dc-bmail-frame-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.dc-bmail-frame-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/iconbanner.png);background-repeat:no-repeat;background-position:56% 50%;background-size:172% auto;filter:grayscale(1) contrast(.88) brightness(1.12);mix-blend-mode:screen;opacity:.28}.dc-bmail-frame-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#58dbff14,#a584ff1f 52%,#59dbff0f),linear-gradient(90deg,#030b2a42,#08184808,#0b19490f 68%,#2e1a664d),linear-gradient(180deg,#040a2324,#08164205 52%,#03081e29),repeating-linear-gradient(-55deg,rgba(132,225,255,.08) 0 1px,transparent 1px 18px);mix-blend-mode:screen;opacity:.58}.dc-bmail-topbar{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,244fr) minmax(0,262fr);gap:8px}.dc-bmail-top-slot{min-height:44px;display:grid;align-content:start;gap:4px;padding:6px 10px 5px;border:1px solid rgba(116,188,255,.44);background:#09194557;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px)}.dc-bmail-chip-label{font-size:10px;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:#b2e9fff0}.dc-bmail-chip-value{font-size:clamp(13px,1.12vw,19px);line-height:1.2;color:#f4fbfffa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-bmail-body{position:relative;z-index:3;flex:1 1 auto;min-height:0;display:block}.dc-bmail-message-area{min-height:0;height:100%;border:1px solid rgba(123,196,255,.52);background:linear-gradient(135deg,#0c1c534d,#10184d47);clip-path:polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);padding:10px}.dc-bmail-content-shell{width:100%;height:100%;display:grid;grid-template-columns:minmax(190px,198fr) minmax(0,294fr);gap:8px}.dc-bmail-key-stage{position:relative;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 10px;border:1px solid rgba(107,191,255,.56);background:#05113747;overflow:hidden;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px)}.dc-bmail-key-ring{position:absolute;width:120px;height:120px;border-radius:50%;border:3px solid rgba(128,243,255,.18);box-shadow:0 0 0 1px #80f3ff0f,0 0 20px #7af7ff2e,inset 0 0 16px #7af7ff1a;z-index:1;pointer-events:none}.dc-bmail-key-stage:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:radial-gradient(circle at center,#7af7ff8a,#5ad6ff38 42%,#9a78ff24 78%,#9a78ff00);pointer-events:none}.dc-bmail-key-stage:after{content:none}.dc-bmail-key-canvas{width:min(204px,96%);height:min(148px,80%);display:block;position:relative;z-index:2;filter:drop-shadow(0 8px 20px rgba(0,0,0,.52))}.dc-bmail-message-card{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:6px;padding:10px 10px 8px;border:1px solid rgba(109,190,255,.5);background:#07133a4d;overflow:hidden;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px)}.dc-bmail-message-kicker{margin:0;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#b1e9fff0}.dc-bmail-message-body{display:grid;align-content:start;gap:4px;padding-top:4px;overflow-y:auto}.dc-bmail-message-line{margin:0;font-size:clamp(13px,1.05vw,16px);line-height:1.24;color:#f4fcfffa}.dc-bmail-message-status-strip{min-height:26px;border:1px solid rgba(138,219,255,.56);background:linear-gradient(90deg,#24a5ff26,#a07eff24);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 9px;clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}.dc-bmail-key-id,.dc-bmail-received-inline{margin:0;font-size:clamp(12px,.9vw,15px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-bmail-key-id{color:#e2fff8}.dc-bmail-received-inline{color:#b9e6ffe6}.dc-bmail-footer{position:relative;z-index:3;min-height:16px;display:flex;align-items:flex-end;padding:0 2px}.dc-bmail-protocol{margin:0;font-size:clamp(10px,.84vw,12px);letter-spacing:.05em;color:#beecffe6;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1100px){.dc-bmail-card{width:min(980px,calc(100vw - 24px),calc((100dvh - 24px)*2.1875))}}@media(max-width:900px){.dc-bmail-card{width:min(100%,780px);height:auto;aspect-ratio:auto;max-height:calc(100dvh - 20px);padding:0}.dc-bmail-frame{padding:14px 14px 10px}.dc-bmail-topbar{grid-template-columns:1fr;gap:6px}.dc-bmail-content-shell{grid-template-columns:1fr;min-height:0}.dc-bmail-key-stage{min-height:186px}}@media(max-width:700px){.dc-bmail-screen{padding-top:calc(10px + env(safe-area-inset-top));padding-right:calc(10px + env(safe-area-inset-right));padding-bottom:calc(10px + env(safe-area-inset-bottom));padding-left:calc(10px + env(safe-area-inset-left))}.dc-bmail-key-canvas{width:min(176px,92%);height:min(128px,78%)}}@media(max-width:420px){.dc-bmail-card{max-height:calc(100dvh - 16px)}.dc-bmail-message-line{font-size:12px}.dc-bmail-close{top:5px;right:5px}}.dc-weather-debug{position:fixed;right:clamp(10px,2vw,24px);bottom:calc(clamp(10px,2vh,24px) + env(safe-area-inset-bottom));z-index:140;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:#0a10189e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 20px #0000003d;pointer-events:auto}.dc-weather-debug-label{font-size:12px;font-weight:500;letter-spacing:.01em;color:#ffffffe6;white-space:nowrap;text-shadow:var(--text-shadow-default)}.dc-weather-debug-select{min-width:clamp(170px,25vw,280px);max-width:min(56vw,320px);height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.35);border-radius:7px;background:#0d1722db;color:#f0f7ff;font-family:Jost,sans-serif;font-size:12px;font-weight:500;outline:none;color-scheme:dark}.dc-weather-debug-select option,.dc-weather-debug-select optgroup{color:#17212e;background-color:#e4ecf5}.dc-weather-debug-select:focus-visible{border-color:#ffffffd1;box-shadow:0 0 0 2px #ffffff38}.dc-menu{position:fixed;left:0;top:calc(var(--dc-header-height) + env(safe-area-inset-top));bottom:0;width:var(--dc-menu-width);display:flex;flex-direction:column;justify-content:space-evenly;align-items:stretch;padding:clamp(12px,3vh,32px) calc(var(--dc-menu-side-padding) + env(safe-area-inset-right)) calc(clamp(12px,3vh,32px) + env(safe-area-inset-bottom)) calc(var(--dc-menu-side-padding) + var(--dc-menu-icon-size) + var(--dc-menu-icon-outset) + env(safe-area-inset-left));gap:0;z-index:50;pointer-events:auto;overflow-y:auto;scrollbar-width:none}.dc-menu::-webkit-scrollbar{display:none}.dc-menu-btn{display:flex;position:relative;justify-content:center;align-items:center;gap:0;width:min(var(--dc-menu-btn-width),100%);max-width:var(--dc-menu-btn-width);align-self:flex-start;min-height:var(--size-medium);height:var(--size-medium);margin:0;padding:0;background-color:var(--slot-bg-default);border:1px solid var(--border-color-default);border-radius:var(--border-radius-default);color:#fff;font-family:var(--dc-ui-font-family);font-size:var(--dc-menu-font-size);font-weight:var(--dc-ui-font-weight);text-shadow:var(--dc-ui-text-shadow);cursor:pointer;transition:background-color .5s ease 0s,border-color .5s ease 0s,transform .2s ease;opacity:0;animation:dc-fade-in-up .5s ease-out forwards}.dc-menu-btn:hover,.dc-menu-btn.is-active{background-color:var(--hover-bg);border-color:var(--border-color-hover)}.dc-menu-btn-icon{position:absolute;top:50%;left:calc(-1 * (var(--dc-menu-icon-size) + var(--dc-menu-icon-outset)));transform:translateY(-50%);width:var(--dc-menu-icon-size);height:var(--dc-menu-icon-size);pointer-events:none;flex-shrink:0;display:flex;align-items:center;justify-content:center}.dc-menu-btn-icon canvas{width:var(--dc-menu-icon-size);height:var(--dc-menu-icon-size);display:block}.dc-menu-btn-label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;text-align:center;line-height:1;letter-spacing:0}@keyframes dc-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dc-ui-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dc-ui-wireframe-grow{0%{opacity:0;transform:translateZ(0) scaleX(.001)}16%{opacity:.65}72%{opacity:.48;transform:translateZ(0) scaleX(1)}to{opacity:0;transform:translateZ(0) scaleX(1)}}@keyframes dc-ui-wireframe-sweep{0%{opacity:0;transform:translate3d(-115%,0,0)}18%{opacity:.68}72%{opacity:.32}to{opacity:0;transform:translate3d(115%,0,0)}}.dc-header{opacity:0;will-change:opacity;animation:dc-ui-fade-in var(--dc-header-materialize-duration) ease-out var(--dc-header-materialize-delay) both}.dc-header:before{animation:dc-ui-wireframe-grow var(--dc-header-materialize-duration) ease-out var(--dc-header-materialize-delay) both}.dc-header:after{animation:dc-ui-wireframe-sweep var(--dc-header-materialize-duration) ease-out var(--dc-header-materialize-delay) both}.dc-header-extension-btn{opacity:0;will-change:opacity;animation:dc-ui-fade-in var(--dc-header-materialize-duration) ease-out var(--dc-header-extension-materialize-delay) both}.dc-header-extension-btn:before{animation:dc-ui-wireframe-grow var(--dc-header-materialize-duration) ease-out var(--dc-header-extension-materialize-delay) both}.dc-header-extension-btn:after{animation:dc-ui-wireframe-sweep var(--dc-header-materialize-duration) ease-out var(--dc-header-extension-materialize-delay) both}@media(prefers-reduced-motion:reduce){.dc-header,.dc-header:before,.dc-header:after,.dc-header-extension-btn,.dc-header-extension-btn:before,.dc-header-extension-btn:after{animation:none}.dc-header,.dc-header-extension-btn{opacity:1;will-change:auto}.dc-header:before,.dc-header:after,.dc-header-extension-btn:before,.dc-header-extension-btn:after{opacity:0;transform:none;will-change:auto}}@media(min-width:501px){:root{--dc-header-extension-content-shift-x: clamp(20px, 2.2vw, 36px)}}@media(max-width:1024px){:root{--dc-header-extension-height: 60px;--dc-header-extension-left: clamp(110px, 45vw, 540px);--dc-header-extension-slope-start: 12%;--dc-header-extension-slope-end: 30%;--dc-menu-width: min(58vw, 480px);--dc-header-padding-x: clamp(14px, 3.6vw, 36px);--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-floating-key-size: 98px;--dc-header-key-size: clamp(40px, 4.6vw, 52px)}.dc-header-extension-content{column-gap:clamp(14px,2vw,20px)}.dc-header-extension-icon{overflow:hidden}.dc-header-extension-label{padding-left:clamp(4px,.8vw,10px)}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){:root{--dc-header-height: 122px;--dc-header-padding-x: 30px;--dc-menu-width: min(52vw, 500px);--dc-menu-side-padding: 28px;--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: 10px;--dc-menu-font-size: 16px;--dc-menu-icon-size: 186px;--dc-date-font-size: 18px;--dc-weather-size: 32px}.dc-title{max-width:min(56vw,420px)}}@media(min-width:1024px)and (max-width:1366px)and (max-height:1024px)and (orientation:landscape){:root{--dc-header-height: 110px;--dc-header-padding-x: 30px;--dc-menu-width: min(44vw, 520px);--dc-menu-side-padding: 26px;--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: 10px;--dc-menu-font-size: 16px;--dc-menu-icon-size: 174px;--dc-date-font-size: 17px;--dc-weather-size: 30px}}@media(max-width:768px){:root{--dc-header-height: clamp(76px, 15vw, 102px);--dc-header-padding-x: clamp(12px, 5vw, 24px);--dc-header-extension-height: clamp(44px, 10vw, 56px);--dc-header-extension-left: clamp(96px, 43vw, 340px);--dc-header-extension-slope-start: 12%;--dc-header-extension-slope-end: 28%;--dc-menu-width: 100%;--dc-menu-side-padding: clamp(12px, 5vw, 24px);--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: clamp(8px, 2vw, 12px);--dc-menu-font-size: 16px;--dc-menu-icon-size: clamp(132px, 42vw, 174px);--dc-floating-key-size: clamp(72px, 24vw, 92px);--dc-header-key-size: clamp(34px, 8vw, 46px);--dc-header-key-stack-offset-y: 8px;--dc-date-font-size: clamp(12px, 3.6vw, 16px);--dc-header-extension-cta-font-size: clamp(13px, 3.4vw, 17px);--dc-weather-size: clamp(22px, 6vw, 30px)}.dc-title{max-width:min(56vw,300px);height:calc(100% - 12px)}.dc-menu{justify-content:space-evenly;padding-top:clamp(10px,2.5vh,20px)}.dc-menu-btn{min-height:var(--size-medium);height:var(--size-medium)}.dc-weather-debug{right:50%;transform:translate(50%);max-width:min(92vw,420px);gap:6px}.dc-weather-debug-select{min-width:clamp(140px,50vw,260px);max-width:min(60vw,280px)}.dc-header-extension-content{column-gap:clamp(6px,1.6vw,12px)}.dc-header-extension-label{padding-left:clamp(1px,.35vw,4px)}}@media(min-width:700px)and (max-width:820px)and (orientation:portrait){:root{--dc-header-key-size: 30px;--dc-header-key-stack-offset-y: 4px;--dc-header-key-stack-offset-x: -6px}.dc-header-extension-content{column-gap:24px}.dc-header-extension-icon{margin-right:10px}.dc-header-extension-label{padding-left:12px}.dc-key-stack-label{font-size:10px}}@media(min-width:500px)and (max-width:699px)and (orientation:portrait){:root{--dc-header-key-size: 28px;--dc-header-key-stack-offset-y: 4px;--dc-header-key-stack-offset-x: -4px;--dc-header-extension-cta-font-size: clamp(12px, 2.5vw, 15px)}.dc-header-extension-content{column-gap:24px}.dc-header-extension-icon{margin-right:10px}.dc-header-extension-label{padding-left:10px}.dc-key-stack-label{font-size:10px}}@media(min-width:821px)and (max-width:1024px)and (orientation:portrait){:root{--dc-header-key-size: 34px;--dc-header-key-stack-offset-y: 6px;--dc-header-key-stack-offset-x: -4px}.dc-header-extension-content{column-gap:20px}.dc-header-extension-icon{margin-right:8px}.dc-header-extension-label{padding-left:10px}}@media(min-width:1025px)and (max-width:1280px)and (orientation:portrait){:root{--dc-header-key-size: clamp(46px, 4.8vw, 58px);--dc-header-key-stack-offset-y: 8px;--dc-header-extension-cta-font-size: clamp(17px, 2vw, 21px)}.dc-header-extension-content{column-gap:clamp(12px,1.6vw,18px);max-width:calc(100% - 20px)}.dc-header-extension-icon{overflow:hidden}.dc-header-extension-label{max-width:min(52vw,320px);padding-left:2px}}@media(min-width:391px)and (max-width:460px)and (orientation:portrait){:root{--dc-header-height: 86px;--dc-header-padding-x: 18px;--dc-menu-side-padding: 16px;--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: 9px;--dc-menu-font-size: 16px;--dc-menu-icon-size: 150px;--dc-date-font-size: 14px;--dc-weather-size: 26px;--dc-header-extension-left: clamp(74px, 31vw, 142px);--dc-header-extension-slope-start: 8%;--dc-header-extension-slope-end: 20%;--dc-floating-key-size: 58px;--dc-header-key-stack-offset-x: 0px;--dc-header-key-stack-offset-y: 0px;--dc-header-extension-cta-font-size: clamp(12px, 3.1vw, 15px)}.dc-title{max-width:52vw}.dc-datetime-text{max-width:30vw}.dc-header-extension-content{left:0;top:50%;transform:translateY(-50%);width:100%;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding-left:clamp(48px,14vw,62px);padding-right:8px}.dc-header-extension-icon{justify-self:auto}.dc-header-extension-label{justify-self:auto;text-align:left}.dc-key-stack-label{top:0;left:0;right:auto;margin:0;transform:translate(calc(-28% + var(--dc-header-key-stack-offset-x)),calc(12% + var(--dc-header-key-stack-offset-y)));text-align:left;white-space:nowrap;font-size:clamp(10px,calc(var(--dc-header-key-size) * .22),12px);pointer-events:none}}@media(max-width:390px)and (orientation:portrait){:root{--dc-header-height: 76px;--dc-header-padding-x: 10px;--dc-header-extension-height: 44px;--dc-header-extension-left: clamp(70px, 30vw, 122px);--dc-header-extension-slope-start: 7%;--dc-header-extension-slope-end: 18%;--dc-menu-side-padding: 12px;--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-gap: 8px;--dc-menu-font-size: 16px;--dc-menu-icon-size: 126px;--dc-floating-key-size: 56px;--dc-header-key-stack-offset-x: 0px;--dc-header-key-stack-offset-y: 0px;--dc-date-font-size: 12px;--dc-header-extension-cta-font-size: clamp(11px, 3.4vw, 14px);--dc-weather-size: 21px}.dc-header{gap:6px}.dc-title{max-width:42vw;height:calc(100% - 10px)}.dc-datetime{max-width:56vw;gap:3px}.dc-datetime-text{max-width:31vw}.dc-menu-btn{min-height:var(--size-medium);height:var(--size-medium);padding:0}.dc-weather-text{min-width:2.4ch;font-size:clamp(11px,3.1vw,13px)}.dc-header-extension-content{left:0;top:50%;transform:translateY(-50%);width:100%;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding-left:clamp(42px,13vw,56px);padding-right:6px}.dc-header-extension-icon{justify-self:auto}.dc-header-extension-label{justify-self:auto;text-align:left}.dc-key-stack-label{top:0;left:0;right:auto;margin:0;transform:translate(calc(-28% + var(--dc-header-key-stack-offset-x)),calc(12% + var(--dc-header-key-stack-offset-y)));text-align:left;white-space:nowrap;font-size:clamp(10px,calc(var(--dc-header-key-size) * .22),12px);pointer-events:none}.dc-weather-debug{width:min(92vw,360px);padding:7px 8px}.dc-weather-debug-label{font-size:11px}}@media(max-width:420px){.dc-datetime{max-width:56vw;gap:4px}.dc-datetime-text{max-width:30vw}.dc-menu-btn-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:320px){:root{--dc-header-padding-x: 8px;--dc-header-extension-height: 40px;--dc-header-extension-left: clamp(78px, 38vw, 152px);--dc-header-extension-slope-start: 8%;--dc-header-extension-slope-end: 20%;--dc-menu-side-padding: 8px}.dc-header{gap:6px}.dc-title{max-width:40vw}.dc-datetime{max-width:58vw;gap:3px}.dc-datetime-text{max-width:31vw}.dc-weather-text{min-width:2.3ch}}@media(max-width:360px)and (orientation:portrait){:root{--dc-header-extension-left: clamp(58px, 26vw, 96px);--dc-header-extension-height: 40px;--dc-header-extension-slope-start: 6%;--dc-header-extension-slope-end: 15%;--dc-floating-key-size: 52px;--dc-header-extension-cta-font-size: clamp(10px, 3.1vw, 13px)}.dc-header-extension-content{gap:3px;padding-left:clamp(34px,11vw,44px);padding-right:4px}.dc-header-extension-label{letter-spacing:-.01em}}@media(max-height:540px)and (orientation:landscape){:root{--dc-header-height: 68px;--dc-header-extension-height: 34px;--dc-header-extension-left: clamp(110px, 40vw, 340px);--dc-header-extension-slope-start: 10%;--dc-header-extension-slope-end: 24%;--dc-menu-width: min(52vw, 420px);--dc-menu-icon-outset: 6px;--dc-menu-btn-width: 136px;--dc-menu-icon-size: 126px;--dc-floating-key-size: 64px;--dc-menu-font-size: 16px;--dc-date-font-size: 12px;--dc-header-extension-cta-font-size: clamp(13px, 2.8vw, 16px);--dc-weather-size: 22px}.dc-header{gap:10px}.dc-menu{justify-content:space-evenly;padding-top:8px;gap:0}.dc-menu-btn{min-height:var(--size-medium);height:var(--size-medium);padding:0}.dc-header-extension-btn{top:calc(var(--dc-header-height) + env(safe-area-inset-top))}}
