*{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-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-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}.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:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);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;box-shadow:inset 0 1px #ffffff4d;pointer-events:auto;overflow:visible}.dc-header-extension-btn{position:absolute;top:calc(100% - 2px);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:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);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:1;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: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));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);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;white-space:nowrap;text-transform:none;font-size:var(--dc-date-font-size);font-weight:inherit;letter-spacing:inherit;text-align:center;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-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-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-nav .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-keymog-card{width:100%;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.16)}.dc-early-keymog-inline{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap}.dc-early-keymog-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-keymog-copy-btn{width:86px;height:var(--size-medium);margin-top:0;flex:0 0 auto;border-radius:var(--border-radius-default)}.dc-early-keymog-image{width:56px;height:56px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 4px 12px rgba(0,0,0,.45))}.dc-early-keymog-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;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-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-inline{display:inline-flex}.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-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-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-link-row{flex-direction:column;align-items:flex-start}.dc-early-guild-actions{flex-direction:column}.dc-early-keymog-image,.dc-early-keymog-fallback{width:48px;height:48px}.dc-early-keymog-copy-btn{width:76px;height:var(--size-medium);border-radius:var(--border-radius-default)}.dc-early-keymog-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-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-slide-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.dc-header{animation:dc-slide-down .5s ease-out}@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}}@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-date-font-size: clamp(12px, 3.6vw, 16px);--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)}}@media(min-width:400px)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-title{max-width:52vw}.dc-datetime-text{max-width:30vw}}@media(max-width:390px)and (orientation:portrait){:root{--dc-header-height: 76px;--dc-header-padding-x: 12px;--dc-header-extension-height: 44px;--dc-header-extension-left: clamp(86px, 40vw, 190px);--dc-header-extension-slope-start: 10%;--dc-header-extension-slope-end: 24%;--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: 68px;--dc-date-font-size: 12px;--dc-weather-size: 21px}.dc-header{gap:8px}.dc-title{max-width:48vw;height:calc(100% - 10px)}.dc-datetime-text{max-width:40vw}.dc-weather-icon{display:none}.dc-menu-btn{min-height:var(--size-medium);height:var(--size-medium);padding:0}.dc-weather-text{display: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:44vw}.dc-datetime{max-width:50vw}.dc-weather-icon{display:none}.dc-datetime-text{max-width:48vw}}@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-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(100% - 1px)}}
