*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}body{font-family:var(--ml-font, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);-webkit-font-smoothing:antialiased;background:var(--ml-page-bg, #f5f6f8);color:var(--ml-ink, #1a2940)}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--ml-cta, #1976d2);outline-offset:2px;border-radius:.25rem}:root{--ml-bg: #f5f6f8;--ml-primary: #1976d2;--ml-accent: #03dac6;--ml-surface: #ffffff;--ml-text: #1a2940;--ml-text-muted: #6b7180;--ml-header-bg: #152d4f;--ml-header-ink: #ffffff;--ml-page-bg: #f5f6f8;--ml-card-bg: #ffffff;--ml-card-shadow: 0 1px 2px rgba(20, 30, 60, .04), 0 6px 18px rgba(20, 30, 60, .06);--ml-tile-border: #f1d27a;--ml-tile-bg: #ffffff;--ml-divider: rgba(20, 30, 60, .08);--ml-cta: #152d4f}.loading{display:grid;place-items:center;height:100%;font-size:1.25rem;color:var(--ml-text-muted);background:var(--ml-page-bg)}.profile-view{display:grid;grid-template-rows:auto 1fr auto;height:100%;background:var(--ml-page-bg);color:var(--ml-text)}.profile-view__main{overflow:auto;padding:0;display:flex;flex-direction:column}.profile-view__main--wallpaper{background-image:var(--ml-wallpaper);background-size:cover;background-position:center;background-repeat:no-repeat}.profile-view__grid-section{padding:1rem clamp(1rem,3vw,2rem) 1.5rem;flex:1}.profile-view[data-theme=auto]{color-scheme:light dark}.profile-view[data-theme=always]{color-scheme:dark}.profile-view[data-theme=never]{color-scheme:light}.launcher-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem clamp(1rem,3vw,1.5rem);background:var(--ml-header-bg);color:var(--ml-header-ink)}.launcher-header__brand{display:flex;align-items:center;gap:.75rem}.launcher-header__brand-icon{width:1.75rem;height:1.75rem;padding:.35rem;border-radius:50%;background:#ffffff1f}.launcher-header__title{font-size:1.125rem;font-weight:600;letter-spacing:.01em}.launcher-header__actions{position:relative;display:flex;align-items:center;gap:.25rem}.launcher-header__icon-button{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.375rem;color:var(--ml-header-ink);transition:background 80ms ease-out}.launcher-header__icon-button:hover{background:#ffffff1f}.launcher-header__icon-button:focus-visible{background:#ffffff2e;outline:2px solid #ffffff;outline-offset:2px;border-radius:.5rem}.launcher-header__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:11rem;background:#fff;color:var(--ml-text);border-radius:.5rem;box-shadow:var(--ml-card-shadow),0 12px 32px #0000002e;padding:.4rem;z-index:20}.launcher-header__menu-label{padding:.4rem .75rem;font-size:.85rem;color:var(--ml-text-muted)}.launcher-header__menu-item{width:100%;display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;color:var(--ml-text);border-radius:.375rem;text-align:left;font-size:.95rem}.launcher-header__menu-item:hover{background:#141e3c0d}.launcher-hero{position:relative;padding:clamp(1rem,3vw,2rem) clamp(1rem,3vw,2rem);background:linear-gradient(#141e3c4d,#141e3c80),radial-gradient(ellipse at 30% 20%,#4a6080,#2a3550 60%,#1c2238)}.launcher-hero__inner{display:grid;grid-template-columns:1fr 1.1fr;gap:1rem}@media (max-width: 720px){.launcher-hero__inner{grid-template-columns:1fr}}.hero-card{background:var(--ml-card-bg);border-radius:.875rem;padding:1rem 1.1rem;box-shadow:var(--ml-card-shadow);color:var(--ml-text);display:flex;flex-direction:column;gap:.5rem}.hero-card__head{display:flex;align-items:center;gap:.5rem;color:var(--ml-text)}.hero-card__title{font-weight:700;letter-spacing:-.01em}.weather-card__main{display:flex;align-items:center;gap:.75rem}.weather-card__big-icon{width:2.5rem;height:2.5rem;color:#6b7180}.weather-card__temp-value{font-size:2rem;font-weight:700;line-height:1}.weather-card__temp-feels{color:var(--ml-text-muted);font-size:.85rem;margin-top:.25rem}.weather-card__condition{font-weight:500;color:var(--ml-text)}.weather-card__divider{border:none;border-top:1px solid var(--ml-divider);margin:.4rem 0}.weather-card__location,.weather-card__meta{margin:0;font-size:.875rem;color:var(--ml-text-muted)}.world-time-card__anchor{margin:0;color:var(--ml-text-muted);font-size:.875rem}.world-time-card__list{list-style:none;margin:.25rem 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem}.world-time-card__item{display:flex;flex-direction:column;gap:.1rem;background:#141e3c0a;padding:.4rem .6rem;border-radius:.4rem}.world-time-card__city{font-size:.78rem;color:var(--ml-text-muted);line-height:1.1}.world-time-card__time{font-weight:700;font-size:1rem}.featured-launch{margin:clamp(.75rem,2vw,1.25rem) clamp(1rem,3vw,2rem) 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .85rem .85rem 1rem;background:#ffffff80;border-radius:.875rem;backdrop-filter:blur(4px)}.featured-launch__brand{display:flex;align-items:center;gap:.85rem}.featured-launch__name{font-weight:700;font-size:1.5rem;letter-spacing:-.01em}.featured-launch__cta{padding:.65rem 1.5rem;color:#fff;background:var(--ml-cta);border-radius:.5rem;font-weight:600;font-size:.95rem;transition:transform 80ms ease-out,opacity 80ms ease-out}.featured-launch__cta:hover{opacity:.92}.featured-launch__cta:active{transform:scale(.98)}.tile-grid{display:grid;gap:.75rem}.tile{display:grid;grid-template-rows:1fr auto auto;align-items:center;justify-items:center;gap:.5rem;padding:1rem .75rem;border-radius:.875rem;background:var(--ml-tile-bg);color:var(--ml-text);border:1px solid var(--ml-tile-border);text-align:center;aspect-ratio:1 / 1;transition:transform 80ms ease-out,border-color .12s ease-out,box-shadow .12s ease-out}.tile:hover,.tile:focus-visible{outline:none;border-color:var(--ml-cta);box-shadow:0 4px 14px #141e3c14}.tile:active{transform:scale(.97)}.tile--spacer{visibility:hidden;pointer-events:none;border-color:transparent}.tile__icon{width:clamp(2.5rem,8vmin,3.75rem);height:clamp(2.5rem,8vmin,3.75rem);object-fit:contain}.tile__icon--generated{display:grid;place-items:center;border-radius:.625rem;color:#fff;font-weight:700;font-size:clamp(1.1rem,3.5vmin,1.625rem);letter-spacing:-.02em;box-shadow:0 1px 2px #141e3c1a}.tile__label{font-size:.95rem;font-weight:600;line-height:1.2;word-break:break-word}.tile__status{font-size:.72rem;color:var(--ml-text-muted);font-style:italic}.launcher-footer{display:flex;align-items:center;gap:.5rem;padding:.55rem clamp(1rem,3vw,1.5rem);background:#ffffff80;border-top:1px solid var(--ml-divider);font-size:.8rem;color:var(--ml-text-muted)}.launcher-footer__dot{width:.5rem;height:.5rem;border-radius:50%;display:inline-block}.launcher-footer__dot--ok{background:#2fa971}.launcher-footer__dot--down{background:#c93c3c}.launcher-footer__sep{opacity:.4}.launcher-modal-backdrop{position:absolute;inset:0;z-index:50;display:grid;place-items:center;background:#141e3c73;backdrop-filter:blur(2px);padding:1rem}.launcher-modal{width:min(40rem,100%);max-height:95%;background:#fff;color:var(--ml-text);border-radius:1rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000059}.launcher-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem 1rem;border-bottom:1px solid #f1d27a}.launcher-modal__title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.launcher-modal__close-link{color:var(--ml-primary);font-weight:500;font-size:1rem;padding:.25rem .5rem;border-radius:.25rem}.launcher-modal__close-link:hover{background:#1976d214}.launcher-modal__body{padding:1.25rem 1.5rem;overflow:auto;flex:1}.launcher-modal__foot{display:flex;justify-content:flex-end;padding:.75rem 1.5rem 1rem;border-top:1px solid #f1d27a}.action-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}@media (max-width: 480px){.action-grid{grid-template-columns:repeat(2,1fr)}}.action-grid__item{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem .75rem;background:#fff;border:1px solid #f1d27a;border-radius:.625rem;color:var(--ml-text);font-size:1rem;transition:transform 80ms ease-out,border-color .12s ease-out,box-shadow .12s ease-out}.action-grid__item:hover,.action-grid__item:focus-visible{outline:none;border-color:var(--ml-cta);box-shadow:0 4px 14px #141e3c14}.action-grid__item:active{transform:scale(.97)}.action-grid__icon{color:var(--ml-cta);display:grid;place-items:center}.action-grid__label{font-weight:500;text-align:center;line-height:1.2}.device-info{display:flex;flex-direction:column;gap:1.25rem}.device-info__hero{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#f0f4ff;border-radius:.75rem}.device-info__hero-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:.625rem;background:var(--ml-cta);color:#fff}.device-info__hero-title{font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.device-info__hero-sub{color:var(--ml-text-muted);font-size:.9rem}.device-info__chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.5rem}.device-info__chip{background:#f7f8fa;border-radius:.5rem;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.25rem}.device-info__chip-head{display:flex;align-items:center;gap:.4rem;color:var(--ml-text-muted);font-size:.75rem}.device-info__chip-icon{display:grid;place-items:center;width:.9rem;height:.9rem}.device-info__chip-icon svg{width:.9rem;height:.9rem}.device-info__chip-label{letter-spacing:.02em}.device-info__chip-value{align-self:flex-start;padding:.2rem .55rem;border-radius:999px;background:#141e3c14;font-weight:500;font-size:.85rem}.device-info__chip-value--ok{background:#2fa971;color:#fff}.device-info__section{background:#f7f8fa;border-radius:.75rem;padding:.75rem .875rem}.device-info__section-title{margin:0 0 .5rem;font-size:1rem;font-weight:700}.device-info__rows{display:flex;flex-direction:column}.device-info__row{display:flex;align-items:center;justify-content:space-between;padding:.625rem .25rem;border-bottom:1px solid rgba(20,30,60,.06)}.device-info__row:last-child{border-bottom:none}.device-info__row-label{color:var(--ml-text);font-weight:500}.device-info__row-value{padding:.2rem .6rem;border-radius:999px;background:#141e3c0f;font-weight:500;font-size:.875rem;color:var(--ml-text)}.device-info__row-value--ok{background:#2fa971;color:#fff}.device-info__row-value--warn{background:#c93c3c;color:#fff}.device-info__placeholder-pip{display:inline-block;width:.4rem;height:.4rem;border-radius:50%;background:#d8a64a;margin-left:.4rem;vertical-align:middle}.device-info__row-value--placeholder,.device-info__chip-value--placeholder{background:#d8a64a24;color:#8a6c2a;font-style:italic}.device-info__note{margin:0;padding:.625rem .875rem;background:#d8a64a14;border-radius:.5rem;font-size:.78rem;color:var(--ml-text-muted);line-height:1.4}.device-info__note .device-info__placeholder-pip{margin-left:0;margin-right:.1rem}.device-info__note--err{background:#c93c3c1a;color:#c93c3c}.calc{display:flex;flex-direction:column;gap:.75rem;max-width:22rem;margin:0 auto}.calc__display{background:#f7f8fa;border:1px solid #e6e8ee;border-radius:.625rem;padding:1rem 1.25rem;text-align:right;font-size:2.25rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em;color:var(--ml-text);min-height:4rem;display:flex;align-items:center;justify-content:flex-end;word-break:break-all}.calc__keys{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:3.5rem;gap:.5rem}.calc__key{background:#fff;border:1px solid #f1d27a;border-radius:.5rem;font-size:1.25rem;font-weight:500;color:var(--ml-text);transition:transform 80ms ease-out,border-color .12s ease-out}.calc__key:hover,.calc__key:focus-visible{outline:none;border-color:var(--ml-cta)}.calc__key:active{transform:scale(.96)}.calc__key--util{background:#f7f8fa}.calc__key--op{background:var(--ml-cta);color:#fff;border-color:var(--ml-cta)}.calc__key--primary{background:#1976d2;color:#fff;border-color:#1976d2}.calc__key--wide{grid-column:span 2}.calc__key--tall{grid-row:span 1}.dns-ping{display:flex;flex-direction:column;gap:1rem}.dns-ping__field{display:flex;flex-direction:column;gap:.4rem}.dns-ping__label{font-size:.85rem;font-weight:600;color:var(--ml-text-muted)}.dns-ping__input{font-size:1.05rem;padding:.75rem .9rem;background:#fff;border:1px solid #e6e8ee;border-radius:.5rem;color:var(--ml-text);font-family:ui-monospace,SF Mono,Menlo,monospace}.dns-ping__input:focus{outline:none;border-color:var(--ml-cta);box-shadow:0 0 0 3px #152d4f1a}.dns-ping__submit{align-self:flex-start;padding:.6rem 1.25rem;background:var(--ml-cta);color:#fff;border-radius:.5rem;font-weight:600;font-size:.95rem;transition:opacity 80ms ease-out,transform 80ms ease-out}.dns-ping__submit:hover:not(:disabled){opacity:.92}.dns-ping__submit:active:not(:disabled){transform:scale(.98)}.dns-ping__submit:disabled{opacity:.6;cursor:not-allowed}.dns-ping__result{background:#f7f8fa;border-radius:.625rem;padding:.875rem 1rem;min-height:5rem}.dns-ping__hint{margin:0;color:var(--ml-text-muted);font-size:.875rem;line-height:1.5}.dns-ping__row{display:grid;grid-template-columns:9rem 1fr;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(20,30,60,.06)}.dns-ping__row:last-child{border-bottom:none}.dns-ping__row-label{color:var(--ml-text-muted);font-size:.875rem}.dns-ping__row-value{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.875rem;color:var(--ml-text);word-break:break-all}.dns-ping__row-value--multiline{white-space:pre-wrap}.dns-ping__row-value--ok{align-self:flex-start;padding:.15rem .55rem;border-radius:999px;background:#2fa971;color:#fff;font-weight:500}.dns-ping__row-value--warn{align-self:flex-start;padding:.15rem .55rem;border-radius:999px;background:#c93c3c;color:#fff;font-weight:500}.config-error{display:grid;place-items:center;align-content:center;gap:1rem;height:100%;padding:2rem;text-align:center;background:var(--ml-page-bg);color:var(--ml-text)}.config-error__title{margin:0;font-size:1.5rem}.config-error__message{margin:0;max-width:60ch;color:var(--ml-text-muted)}.config-error__details{max-width:80ch;width:100%;text-align:left;background:var(--ml-card-bg);padding:.75rem;border-radius:.5rem;box-shadow:var(--ml-card-shadow)}.config-error__details summary{cursor:pointer;color:var(--ml-text-muted)}.config-error__details pre{overflow:auto;font-size:.75rem;margin:.5rem 0 0}.config-error__retry{padding:.75rem 1.5rem;background:var(--ml-cta);color:#fff;border-radius:.5rem;font-weight:600}
