:root{--bg:#f5f5f3;--bg-strong:#ffffff;--card:rgba(255,255,255,0.92);--card-strong:#ffffff;--line-subtle:#f0f0ee;--line:#ebebea;--line-strong:#e0e0de;--line-input:#e8e8e6;--line-action:#dadce0;--text:#111111;--muted:#888888;--muted-soft:#aaaaaa;--accent:#cf6238;--accent-strong:rgb(17,17,17);--success:#4caf50;--danger:#d94c43;--shadow:0 1px 3px rgba(0,0,0,0.08),0 0 0 1px rgba(0,0,0,0.06)}*{box-sizing:border-box}body,html{margin:0;height:100%;min-height:100%}body{background:#f0f0ee;color:var(--text);min-height:100dvh;font-family:var(--font-inter),var(--font-noto-sans-jp),system-ui,sans-serif;-webkit-font-smoothing:antialiased}a,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{border:0}svg{display:block}.mobile-stage{min-height:100dvh;display:flex;align-items:flex-start;justify-content:center}.mobile-phone{position:relative;width:100%;max-width:390px;min-height:100dvh;background:var(--bg-strong);overflow:hidden;box-shadow:var(--shadow)}.not-found-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:100dvh;padding:32px 24px;text-align:center}.not-found-screen img{width:64px;opacity:.4}.not-found-screen h1{font-size:48px;font-weight:600;margin:0;color:var(--text)}.not-found-screen p{margin:0;color:var(--muted);font-size:14px}.not-found-screen a{margin-top:8px;font-size:14px;color:var(--accent);text-decoration:none}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button:disabled{opacity:.45;cursor:default;transform:none}.ui-button--full{width:100%}.ui-button--primary{background:var(--accent-strong);color:#fff}.ui-button--secondary{background:#fff;color:var(--text);border:1px solid var(--line-strong)}.ui-button--ghost{background:transparent;color:var(--muted)}.ui-button--danger{background:var(--danger);color:#fff}.ui-button--sm{min-height:34px;padding:0 12px;font-size:11px;font-weight:600}.social-auth-button,.ui-button--md{min-height:46px;padding:0 16px;font-size:14px;font-weight:500}.ui-button--lg{min-height:52px;padding:0 18px;font-size:14px;font-weight:600}.ui-icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid var(--line-strong);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ui-icon-button svg{width:16px;height:16px}.ui-icon-button--active{background:var(--accent-strong);color:#fff}.form-card,.list-card,.ui-card{background:var(--card-strong);border:1px solid var(--line)}.ui-input,.ui-textarea{width:100%;border:1px solid var(--line-input);border-radius:8px;background:#fff;color:var(--text);outline:none;font-family:inherit}.ui-input{padding:11px 14px;font-size:14px}.ui-textarea{padding:10px 12px;font-size:12px;line-height:1.6;resize:vertical;min-height:50px}.ui-input:focus,.ui-textarea:focus{border-color:var(--line-input);box-shadow:none}.ui-input--error,.ui-input--error:focus{border-color:rgba(217,76,67,.7)}.ui-input::placeholder,.ui-textarea::placeholder{color:var(--muted-soft);opacity:1}.ui-form-field{display:flex;flex-direction:column;gap:8px}.ui-form-field__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:500}.ui-form-field__hint{font-size:11px;color:var(--danger)}.ui-checkbox{width:16px;height:16px;accent-color:var(--accent-strong)}.ui-switch{width:38px;height:22px;padding:3px;border-radius:999px;background:#ddd;cursor:pointer;position:relative}.ui-switch__thumb{display:block;width:16px;height:16px;background:#fff;border-radius:999px;transition:transform .18s ease}.ui-switch--on{background:var(--accent-strong)}.ui-switch--on .ui-switch__thumb{transform:translateX(16px)}.ui-modal-root{position:absolute;inset:0;z-index:100}.ui-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.ui-modal-panel{position:absolute;left:24px;right:24px;top:50%;transform:translateY(-50%);max-width:480px;margin:0 auto}.image-cropper{position:fixed;inset:0;flex-direction:column;background:rgba(0,0,0,.7);z-index:200}.image-cropper,.image-cropper__canvas-wrap{display:flex;align-items:center;justify-content:center}.image-cropper__canvas-wrap canvas{display:block;cursor:move}.image-cropper__bottom{flex-shrink:0;width:100%;max-width:400px;padding:12px 20px calc(env(safe-area-inset-bottom, 0px) + 16px);display:flex;flex-direction:column;gap:10px}.image-cropper__aspect-bar{display:flex;gap:6px;justify-content:center}.image-cropper__aspect-btn{padding:4px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:transparent;color:rgba(255,255,255,.6);font-size:12px;font-weight:500;cursor:pointer}.image-cropper__aspect-btn--active{background:#fff;color:#111;border-color:#fff}.image-cropper__slider{width:100%;accent-color:#fff}.image-cropper__actions{display:flex;gap:8px}.ui-loading-state{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center}.mobile-phone>.ui-loading-state{min-height:100dvh}.ui-loading-state__logo{width:160px;height:120px}.app-launch-screen{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;max-width:390px;margin:0 auto;z-index:1000;background:var(--bg-strong)}.app-launch-screen .ui-loading-state{min-height:100dvh}.brand-logo{height:20px}.brand-logo--compact{height:14px;opacity:.55}.screen-header{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 18px;border-bottom:1px solid var(--line-subtle)}.screen-header__leading{display:flex;align-items:center;gap:12px}.screen-header h2{margin:0;font-size:22px;line-height:1}.shared-avatar{border-radius:999px;background:#f0f0ee 50%/cover no-repeat;flex-shrink:0;overflow:hidden}.shared-avatar img{display:block;width:100%;height:100%;object-fit:cover}.shared-avatar--sm{width:48px;height:48px}.shared-avatar--md{width:72px;height:72px}.shared-avatar--lg{width:96px;height:96px;border:3px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.shared-avatar--xl{width:104px;height:104px;border:3px solid #fff;box-shadow:0 8px 28px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12)}.shared-progress{height:6px;border-radius:999px;background:rgba(39,24,16,.08);overflow:hidden}.shared-progress__fill{height:100%;border-radius:inherit;background:var(--accent-strong)}.assistant-widget{position:fixed;left:max(20px,calc((100vw - 390px) / 2 + 20px));right:max(20px,calc((100vw - 390px) / 2 + 20px));bottom:60px;z-index:30;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;transition:transform .3s ease}.assistant-widget--dragging{cursor:-webkit-grabbing;cursor:grabbing}.assistant-widget__bubble{position:relative;background:#fff;color:#111;font-size:12px;line-height:1.4;padding:7px 11px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.06);white-space:normal;min-width:0;flex:0 1 auto;font-weight:500;letter-spacing:.02em;animation:bubble-in .45s ease-out backwards}.assistant-widget__bubble,.assistant-widget__icon{pointer-events:auto;touch-action:none}@keyframes bubble-in{0%{opacity:0;transform:translateX(4px)}to{opacity:1;transform:translateX(0)}}.assistant-widget__bubble:after{content:"";position:absolute;top:50%;right:-4px;width:8px;height:8px;background:#fff;transform:translateY(-50%) rotate(45deg);box-shadow:1px -1px 0 rgba(0,0,0,.04)}.assistant-widget__icon{width:32px;height:32px;animation:bob 3.4s ease-in-out infinite;will-change:transform}.auth-screen,.dashboard-screen,.detail-screen,.editor-screen,.public-profile-screen{min-height:100dvh;background:var(--bg-strong)}.auth-screen{display:flex;flex-direction:column}.auth-screen__header{position:relative;padding:24px 20px 18px;display:flex;justify-content:center;border-bottom:1px solid var(--line-subtle)}.auth-screen__leading{position:absolute;left:20px;top:50%;transform:translateY(-50%)}.auth-screen__back-button{padding:0;display:flex;align-items:center;background:none;border:0;color:var(--text);cursor:pointer}.auth-screen__body{flex:1 1;padding:40px 24px 32px}.auth-screen__body h1{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.02em}.auth-screen__body p{margin:0 0 28px;font-size:13px;color:var(--muted);line-height:1.6}.auth-screen__footer{padding:16px 24px 24px;border-top:1px solid var(--line-subtle)}.auth-form{display:flex;flex-direction:column;gap:14px}.social-auth-button{width:100%;min-height:44px;padding:12px;margin-bottom:2px;border:1px solid var(--line-action);border-radius:8px;color:#3c4043;font-size:14px;font-weight:500;background:#fff}.auth-form__separator{display:flex;align-items:center;gap:12px;margin:4px 0 18px}.auth-form__separator span{flex:1 1;height:1px;background:var(--line-subtle)}.auth-form__muted,.auth-form__separator small,.auth-form__switch{color:var(--muted-soft);font-size:11px}.auth-form__muted,.auth-form__switch{text-align:center;margin:0}.auth-form__muted{font-size:12px}.auth-form__error{color:var(--danger)}.auth-form__error,.auth-form__success{margin:-2px 0 0;font-size:12px;line-height:1.5}.auth-form__success{color:#2e8b57}.auth-form__switch button{text-decoration:underline}.auth-form__inline-link,.auth-form__switch button{background:transparent;color:var(--text);cursor:pointer}.auth-form__inline-link{border-bottom:1px solid var(--text);padding:0}.auth-form__switch--footer{margin:0;font-size:12px;color:var(--muted-soft)}.auth-form__agreement{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:var(--muted);margin-bottom:2px;cursor:pointer}.legal__body{flex:1 1;padding:32px 24px 48px;max-width:640px;margin:0 auto}.legal__body h1{margin:0 0 20px;font-size:22px;font-weight:700;letter-spacing:-.02em}.legal__body h2{margin:28px 0 8px;font-size:14px;font-weight:600}.legal__body p{color:var(--text)}.legal__body p,.legal__body ul{margin:0 0 8px;font-size:13px;line-height:1.8}.legal__body ul{padding-left:20px}.legal__body li{margin-bottom:2px}.legal__updated{color:var(--muted);font-size:12px!important;margin-bottom:16px!important}.social-auth-button svg{flex-shrink:0}.auth-form>.ui-button:not(.social-auth-button){min-height:48px;border-radius:8px;letter-spacing:.01em}.auth-form__agreement .ui-checkbox{width:14px;height:14px;margin-top:3px;cursor:pointer}.public-profile-screen{position:relative;height:100%}.public-profile-screen__toolbar{position:absolute;inset:12px 16px auto;z-index:10;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.public-profile-screen__toolbar>*{pointer-events:auto}.public-profile-screen__scroll{position:absolute;inset:0;overflow-y:scroll;padding-bottom:24px;scrollbar-width:none;display:flex;flex-direction:column}.public-profile-screen__scroll::-webkit-scrollbar{display:none}.public-profile-screen__toolbar-group{display:flex;gap:8px}.public-profile-screen__header{width:100%;min-height:60px}.public-profile-screen__header img{display:block;width:100%;height:auto;max-height:calc(100dvh - 100px);object-fit:cover}.public-profile-screen__summary{padding:0 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.public-profile-screen__summary .shared-avatar{margin-top:-36px;margin-bottom:14px}.public-profile-screen__summary--left{align-items:center;text-align:center}.public-profile-screen__summary--no-header .shared-avatar{margin-top:12px}.public-profile-screen__summary h1{margin:0 0 4px;font-size:18px;font-weight:600}.public-profile-screen__summary p{margin:0;font-size:13px;color:var(--muted);line-height:1.7;white-space:pre-line}.public-profile-screen__footer-mark{display:flex;justify-content:center;padding:24px 12px 12px;cursor:pointer}.public-profile-screen__footer-mark img{height:14px;opacity:.45}.public-profile-screen__footer-mark:hover img{opacity:.7}.profile-blocks,.profile-blocks__links{display:flex;flex-direction:column}.profile-blocks__links{width:100%}.profile-blocks--centered{align-items:center}.profile-blocks__image{width:100%;align-self:stretch}.profile-blocks--centered .profile-blocks__links{width:-moz-fit-content;width:fit-content;min-width:80%}.profile-blocks--centered .profile-blocks__links .profile-link-row{width:100%}.profile-blocks__image{padding:12px 24px}.profile-blocks__image img{width:100%;display:block;border-radius:12px;cursor:pointer}.profile-blocks__image strong{display:block;padding-top:10px;font-size:13px;font-weight:600}.profile-link-row{width:100%;display:flex;align-items:center;gap:14px;padding:13px 24px;background:transparent;border-bottom:1px solid var(--line-subtle);color:#111111;cursor:pointer;text-align:left}.profile-link-row__icon,.profile-link-row__social{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:rgba(39,24,16,.06) 50% /cover no-repeat;flex-shrink:0}.profile-link-row__social{background:transparent}.profile-link-row>svg,.profile-link-row__icon svg,.profile-link-row__social svg{color:#111111}.profile-link-row__content{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.profile-link-row__content strong{font-size:13px;font-weight:500}.profile-link-row__content small{font-size:11px;color:var(--muted-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-card{overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.12);max-height:calc(100dvh - 80px);display:flex;flex-direction:column}.popup-card__image{width:100%;display:block;height:auto;max-height:45vh;object-fit:cover;flex-shrink:0}.popup-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.popup-card__body h3{margin:0 0 4px;font-size:15px;font-weight:700;letter-spacing:-.01em;color:#111}.popup-card__body p{margin:0 0 14px;font-size:12px;font-weight:400;color:var(--muted);line-height:1.6;white-space:pre-line}.popup-card--editable{border:1px solid var(--line)}.popup-card--editable .image-field--popup{border:0;border-radius:0;border-bottom:1px dashed var(--line)}.popup-card__editable-title{width:100%;border:0;outline:none;font:inherit;font-size:15px;font-weight:600;color:var(--text);background:transparent;padding:0}.popup-card__editable-title::placeholder{color:var(--muted-soft)}.popup-card__editable-body{width:100%;border:0;outline:none;font:inherit;font-size:13px;color:var(--muted);line-height:1.7;background:transparent;padding:0;resize:none}.popup-card__editable-body::placeholder{color:var(--muted-soft)}.popup-card__editable-cta{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;background:var(--accent-strong);border-radius:8px}.popup-card__editable-cta-label{width:100%;border:0;outline:none;font:inherit;font-size:14px;font-weight:500;color:#fff;background:transparent;text-align:center;padding:0 12px}.popup-card__editable-cta-label::placeholder{color:rgba(255,255,255,.5)}.stack{display:flex;flex-direction:column;gap:16px;padding:20px}.stack--sm{gap:16px;padding:0}.detail-screen__hero{display:flex;flex-direction:column;align-items:center;padding:28px 24px 24px;text-align:center}.detail-screen__hero strong{margin-top:12px;font-size:16px;font-weight:600}.danger-copy,.detail-screen__hero small,.detail-screen__intro,.section-copy{font-size:12px;color:var(--muted);line-height:1.6}.profile-settings-screen .detail-screen__hero{border-bottom:1px solid var(--line-subtle)}.profile-settings-screen .screen-header h2{font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-.02em}.profile-settings-screen .screen-header__leading{gap:12px}.profile-settings-screen .screen-header .screen-header__back{width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.profile-settings-screen .screen-header .screen-header__back svg{width:20px;height:20px;stroke-width:1.6}.language-screen .screen-header{padding:24px 20px 18px;border-bottom:0}.language-screen .screen-header__leading{gap:12px}.language-screen .screen-header h2{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.02em}.language-screen .screen-header .screen-header__back{width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.language-screen .screen-header .screen-header__back svg{width:20px;height:20px;stroke-width:1.6}.language-screen__list{overflow:visible;padding:8px 0;background:transparent;border:0;border-radius:0}.language-screen .list-card__row{padding:14px 20px;border-bottom-color:#f5f5f3;color:#111111}.language-screen .list-card__row strong{font-size:13px;font-weight:500;line-height:1.35;color:#111111;-webkit-text-fill-color:#111111}.language-screen .list-card__row small{margin-top:2px;font-size:11px;line-height:1.35;color:#aaaaaa}.language-screen .list-card__row svg{width:16px;height:16px;color:#111111;stroke-width:2}.profile-settings-screen .detail-screen__hero .shared-avatar{margin-bottom:12px;border:2px solid var(--line-input);box-shadow:none}.profile-settings-screen .detail-screen__hero strong{margin-top:0;margin-bottom:2px;font-size:16px;font-weight:600;line-height:1.35}.profile-settings-screen .detail-screen__hero small{display:block;margin:0;font-size:12px;font-weight:400;line-height:1.35;letter-spacing:0;color:#aaaaaa}.profile-settings-screen__menu{display:flex;flex-direction:column}.list-card{overflow:hidden}.list-card__row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#fff;border-bottom:1px solid var(--line-subtle);cursor:pointer;text-align:left}.profile-settings-screen .list-card__row{padding:14px 20px;color:#111111;min-height:56px}.profile-settings-screen .list-card__row strong{font-size:13px;font-weight:500;line-height:1.4;color:#111111;-webkit-text-fill-color:#111111}.profile-settings-screen .list-card__row small{font-size:11px;line-height:1.35}.list-card__row:last-child{border-bottom:0}.integration-row__meta span,.list-card__row span{display:flex;flex-direction:column;gap:3px}.integration-row__meta small,.list-card__row small{font-size:11px;color:var(--muted-soft)}.profile-settings-screen .list-card__row svg{color:#cccccc}.list-card__row--danger strong{color:var(--danger)}.profile-settings-screen .list-card__row--danger strong{color:var(--danger);-webkit-text-fill-color:var(--danger)}.form-card{padding:18px;display:flex;flex-direction:column;gap:16px}.danger-copy,.section-copy{display:flex;align-items:center;justify-content:space-between;gap:10px}.danger-copy strong,.section-copy strong{color:var(--text)}.danger-copy small{color:var(--muted-soft)}.integration-row{justify-content:space-between;padding:14px;border:1px solid var(--line);border-radius:12px}.integration-row,.integration-row__meta{display:flex;align-items:center;gap:12px}.account-screen .screen-header{padding:24px 20px 18px;background:#ffffff;border-bottom:0}.account-screen{position:relative}.account-screen .screen-header__leading{gap:12px}.account-screen .screen-header h2{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.02em}.account-screen .screen-header .screen-header__back{width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.account-screen .screen-header .screen-header__back svg{width:20px;height:20px;stroke-width:1.6}.account-screen__save.ui-button{min-height:auto;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600}.account-screen__body{padding:28px 20px;display:flex;flex-direction:column;gap:24px}.account-screen__divider{height:1px;background:#f0f0ee}.account-screen__field-group{gap:12px}.account-screen__field,.account-screen__field-group{display:flex;flex-direction:column}.account-screen__label{margin-bottom:8px;font-size:11px;font-weight:500;color:#888888;-webkit-text-fill-color:#888888;-webkit-touch-callout:none}.account-screen__input{width:100%;padding:11px 14px;border:1px solid #e8e8e6;border-radius:8px;outline:none;background:#ffffff;color:#111111;font-family:inherit;font-size:14px}.account-screen__input::placeholder{color:#aaaaaa}.account-screen__input:disabled{background:#f6f6f4;color:#777777;cursor:not-allowed}.account-screen__input--error{border-color:rgba(217,76,67,.7)}.account-screen__nickname-row{display:flex;gap:8px;align-items:center}.account-screen__nickname-row .account-screen__input{flex:1 1}.account-screen__nickname-available{margin-top:6px;font-size:11px;line-height:1.45;color:var(--success,#3aaa6e)}.account-screen__error{margin-top:6px;font-size:11px;line-height:1.45;color:var(--danger)}.account-screen__section-title{margin-bottom:12px;font-size:13px;font-weight:600;color:#111111}.account-screen__google-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e8e8e6;border-radius:10px;background:#ffffff}.account-screen__google-meta{flex:1 1;min-width:0;display:flex;align-items:center;gap:12px}.account-screen__google-title{font-size:13px;font-weight:600;color:#111111}.account-screen__google-email{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#888888}.account-screen__google-connect{width:100%;padding:12px;border:1px solid #dadce0;border-radius:10px;background:#ffffff;color:#3c4043;font-family:inherit;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.account-screen__helper{margin-top:6px;font-size:11px;line-height:1.6;color:#bbbbbb}.account-screen__delete-title{display:block;font-size:13px;font-weight:500;color:#e04040}.account-screen__delete-hint{display:block;margin-top:4px;font-size:11px;color:#bbbbbb}.account-screen__delete-trigger{width:100%;padding:0;background:transparent;cursor:pointer;text-align:left}.account-delete-modal{overflow:hidden;border-radius:12px;background:#ffffff;box-shadow:0 8px 32px rgba(0,0,0,.12)}.account-delete-modal__body{padding:18px 18px 14px}.account-delete-modal__body h3{margin:0 0 8px;font-size:15px;font-weight:700;color:#111111}.account-delete-modal__body p{margin:0;font-size:12px;line-height:1.6;color:#888888}.account-delete-modal__actions{display:grid;grid-gap:8px;gap:8px;padding:0 18px 18px}.account-delete-modal__actions .ui-button{min-height:42px;border-radius:8px;font-size:13px;font-weight:600}.welcome-screen{min-height:100dvh;padding:0 24px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff}.welcome-screen__confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}.welcome-screen__confetti-piece{position:absolute;top:-40px;animation:confetti-fall linear infinite;will-change:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none}.welcome-screen__copy,.welcome-screen__hero{position:relative;z-index:1;text-align:center}.welcome-screen__copy{position:absolute;inset:0}.welcome-screen__copy h1{top:14%;font-size:30px;font-weight:700;line-height:1;letter-spacing:-.02em;color:#111111}.welcome-screen__copy h1,.welcome-screen__copy p{position:absolute;left:0;right:0;margin:0;animation:welcome-fade-up .6s ease-out .1s backwards}.welcome-screen__copy p{top:calc(14% + 42px);font-size:13px;color:#888888}.welcome-screen__hero p,.welcome-screen__hero small{margin:0;color:#888888}.welcome-screen__hero{display:flex;flex-direction:column;align-items:center;animation:welcome-pop .6s cubic-bezier(.18,.89,.32,1.28) .2s backwards}.welcome-screen__hero .shared-avatar{margin-bottom:16px}.welcome-screen__hero strong{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.02em;color:#111111}.welcome-screen__hero p{margin-top:6px;max-width:280px;font-size:12px;line-height:1.6;text-align:center;white-space:pre-line}.welcome-screen__hero small{margin-top:12px;max-width:280px;font-size:13px;line-height:1.7}.welcome-screen__cta{position:absolute;bottom:60px;left:24px;right:24px;padding:13px;background:rgb(17,17,17);color:rgb(255,255,255);border:none;border-image:initial;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.01em;animation:welcome-fade-up .6s ease-out .6s 1 normal backwards running;z-index:2}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0deg);opacity:0}8%{opacity:1}90%{opacity:1}to{transform:translateY(820px) rotate(2turn);opacity:0}}@keyframes welcome-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.06);opacity:1}to{transform:scale(1);opacity:1}}@keyframes welcome-fade-up{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.editor-screen__body{position:relative;min-height:100%;padding:0 20px 92px;display:flex;flex-direction:column;gap:8px}.account-screen__toast,.editor-screen__toast{position:-webkit-sticky;position:sticky;top:12px;z-index:50;margin:0 16px;pointer-events:none;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s;height:0;overflow:hidden}.account-screen__toast--visible,.editor-screen__toast--visible{opacity:1;transform:translateY(0);height:auto;margin-top:12px}.account-screen__toast-inner,.editor-screen__toast-inner{display:flex;align-items:center;gap:8px;padding:11px 16px;border-radius:10px;background:#111;color:#fff;font-size:12px;font-weight:500;box-shadow:0 6px 20px rgba(0,0,0,.18)}.account-screen__toast{position:absolute;top:12px;left:16px;right:16px;margin:0}.account-screen__toast--visible{margin-top:0}.editor-screen__empty-header{padding:24px 20px 18px;display:flex;align-items:center;justify-content:center}.editor-screen__empty-title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#111;text-align:center}.editor-screen__overlay-toolbar{position:fixed;top:calc(12px + env(safe-area-inset-top));left:50%;width:min(calc(100% - 32px),358px);transform:translateX(-50%);z-index:10;display:flex;align-items:center;justify-content:space-between}.editor-screen__overlay-group{display:flex;align-items:center;gap:8px}.editor-screen__overlay-button{width:32px;height:32px;border-radius:999px;border:1px solid #e0e0de;background:rgba(255,255,255,.85);color:#111;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.editor-screen__overlay-button--active{background:#111;border-color:#111;color:#fff}.editor-block-list{display:flex;flex-direction:column;gap:8px}.editor-block-item{position:relative}.editor-block-item__drop-line{position:absolute;left:0;right:0;height:2px;border-radius:2px;background:#111111;pointer-events:none;z-index:2}.editor-block-item__drop-line--before{top:-5px}.editor-block-item__drop-line--after{bottom:-5px}.editor-summary-card{border:0;background:transparent;box-shadow:none;overflow:hidden;padding:0;margin:-12px -20px 0}.editor-summary-card__profile{padding:0 24px 12px;display:flex;flex-direction:column;align-items:center}.editor-summary-card__copy{display:flex;flex-direction:column;gap:12px;margin-top:14px;width:100%}.editor-summary-card__copy .ui-textarea{border-radius:10px;padding:10px 14px;font-size:13px;line-height:1.7;text-align:center;color:#555}.editor-summary-card__name{border:1px solid #e8e8e6;border-radius:10px;padding:10px 14px;font-size:18px;font-weight:600;text-align:center;background:#fff;letter-spacing:-.02em;margin-bottom:2px}.editor-summary-card__profile .image-field--avatar{margin-top:-36px;margin-bottom:14px}.editor-summary-card--empty .editor-summary-card__profile .image-field--avatar{margin-top:32px}.editor-summary-card--no-header .editor-summary-card__profile .image-field--avatar{margin-top:12px}.editor-screen__empty-save.ui-button{margin-top:16px;min-height:0;padding:13px;border-radius:10px;font-size:14px;font-weight:600;letter-spacing:.01em}.editor-add-block{padding:14px 16px;border-radius:10px}.editor-add-block__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.editor-add-block__title{display:block;font-size:11px;color:#888888;font-weight:400;line-height:1.4}.editor-add-block__close{background:none;border:0;padding:0;display:inline-flex;color:#cccccc;cursor:pointer}.editor-add-block__section+.editor-add-block__section{margin-top:14px}.editor-add-block__section{margin-bottom:0}.editor-add-block__eyebrow{display:block;margin-bottom:6px;font-size:10px;font-weight:600;letter-spacing:.05em;color:#bbbbbb}.editor-add-block__media-grid,.editor-add-block__social-grid{display:flex;gap:8px}.editor-add-block__media-button,.editor-add-block__social-button{border:1px solid #e8e8e6;border-radius:8px;background:#ffffff;cursor:pointer;font-family:inherit}.editor-add-block__media-button{flex:1 1;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#111111}.editor-add-block__media-icon{width:22px;height:16px;color:#111111}.editor-add-block__media-label{color:#222222;font-size:11px;font-weight:600}.editor-add-block__media-subtitle{font-size:9px;color:#aaaaaa;line-height:1.2}.editor-add-block__social-grid{margin-top:0}.editor-add-block__social-button{flex:1 1;padding:10px 0;display:flex;flex-direction:column;align-items:center;gap:4px}.editor-add-block__social-icon{display:flex;color:#111111}.editor-add-block__social-label{font-size:10px;color:#555555;font-weight:500;line-height:1.2}.editor-add-block__trigger{width:100%;margin-top:4px;padding:11px;border:1px dashed #dddddd;border-radius:10px;background:none;color:#aaaaaa;font-size:12px;font-weight:400;line-height:1;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.image-field,.image-uploader{position:relative;display:block;overflow:hidden;border:1px dashed #dddddd;cursor:pointer}.image-field input,.image-uploader input{display:none}.image-field--header,.image-field--popup,.image-uploader{min-height:140px}.image-field--avatar{width:72px;height:72px;border:3px solid #fff;border-radius:999px;box-shadow:0 0 0 1px rgba(0,0,0,.1);overflow:hidden;display:flex;align-items:center;justify-content:center}.image-field--header{width:100%;min-height:160px;border:0;border-bottom:1px solid var(--line);border-radius:0}.image-field--header .image-field__placeholder,.image-field--header .image-field__preview{min-height:160px;background-color:#f0f0ee;background-position:center 20%}.image-field--popup{min-height:0;border-radius:8px}.image-field--popup .image-field__placeholder{min-height:0;padding:24px;gap:8px;border-radius:8px;background:#fafaf9;color:#bbbbbb}.image-field--popup .image-field__placeholder svg{width:22px;height:22px;color:#cccccc}.image-field--popup .image-field__placeholder span{font-size:12px;color:#bbbbbb}.image-field__preview,.image-uploader__preview{min-height:160px;background:#ece7e1 50%/cover no-repeat}.image-field__preview-img{display:block;width:100%;height:auto;object-fit:contain;background:#ece7e1}.image-uploader--block{min-height:0;border:0;border-top-left-radius:10px;border-top-right-radius:10px}.image-uploader--block .image-uploader__placeholder{min-height:0;padding:28px;background:#fafaf9;color:#bbbbbb}.image-uploader--block .image-uploader__placeholder svg{color:#cccccc}.image-uploader--block .image-uploader__placeholder span{font-size:12px;color:#bbbbbb}.image-uploader__image{width:100%;display:block}.image-uploader__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.image-uploader__chip{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:rgba(0,0,0,.45);color:#ffffff}.image-uploader__chip span{font-size:11px;font-weight:500}.image-uploader--icon .image-uploader__placeholder,.image-uploader--icon .image-uploader__preview{min-height:72px;width:72px;border-radius:14px}.image-uploader--compact{min-height:36px;width:36px;border-radius:8px;border:1px solid #ebebea;overflow:hidden;flex-shrink:0}.image-uploader--compact .image-uploader__placeholder,.image-uploader--compact .image-uploader__preview{min-height:36px;width:36px;border-radius:8px}.image-uploader--compact .image-uploader__placeholder{gap:0;background:#f5f5f3;color:#bbbbbb}.image-uploader--compact .image-uploader__placeholder span{display:none}.image-field__placeholder,.image-uploader__placeholder{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted-soft)}.image-field__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.image-field__overlay--avatar{border-radius:999px;background:rgba(0,0,0,.25);color:#fff}.image-field__overlay--avatar-empty{background:rgba(0,0,0,.3)}.image-field__overlay--header{background:rgba(0,0,0,.18)}.image-field__overlay--header-empty{background:rgba(0,0,0,.25)}.image-field__chip{display:flex;align-items:center;gap:6px;background:rgba(0,0,0,.45);border-radius:999px;padding:6px 14px;color:#fff}.image-field__chip span{font-size:11px;font-weight:500}.image-field__converting{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:2;border-radius:inherit}.image-field__spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.image-field__error{padding:8px 12px;font-size:12px;color:#c0392b;background:#fdf0ef;border-radius:6px;margin-top:6px;cursor:pointer}.image-field__placeholder--header{gap:6px}.editor-block-card{padding:0;border-radius:10px;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.editor-block-card--dragging{opacity:.4}.editor-block-card__body{padding:12px 14px}.editor-block-card__image-preview{position:relative;display:flex;flex-direction:column}.editor-block-card__image-toolbar{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;z-index:2}.editor-block-card__image-toolbar .editor-block-card__handle,.editor-block-card__image-toolbar .editor-block-card__remove{background:rgba(0,0,0,.4);color:#fff;border-radius:6px;padding:4px}.editor-block-card__image-fields{padding:10px 12px;display:flex;flex-direction:column;gap:14px}.editor-block-card__image-title{width:100%;border:0;outline:none;font:inherit;font-size:13px;font-weight:600;color:var(--text);background:transparent;padding:0}.editor-block-card__image-title::placeholder{color:var(--muted-soft)}.editor-block-card__image-link-row{display:flex;align-items:center;gap:6px}.editor-block-card__image-link-row svg{flex-shrink:0;color:var(--muted-soft)}.editor-block-card__image-link{flex:1 1;width:100%;border:0;outline:none;font:inherit;font-size:11px;color:var(--muted);background:transparent;padding:0}.editor-block-card__image-link::placeholder{color:var(--muted-soft)}.editor-block-card__link-preview{position:relative;padding:12px}.editor-block-card__link-toolbar{position:absolute;top:8px;right:8px;display:flex;gap:6px;z-index:2}.editor-block-card__link-content{display:flex;align-items:center;gap:14px}.editor-block-card__link-icon-wrap{flex-shrink:0;width:48px;height:48px;border-radius:10px;overflow:hidden;cursor:pointer}.editor-block-card__link-icon-preview{width:100%;height:100%;background:50%/cover no-repeat}.editor-block-card__link-icon-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0ee;color:#bbb}.editor-block-card__link-fields{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px}.editor-block-card__link-title{width:100%;border:0;outline:none;font:inherit;font-size:14px;font-weight:600;color:var(--text);background:transparent;padding:0}.editor-block-card__link-title::placeholder{color:var(--muted-soft)}.editor-block-card__link-caption{width:100%;border:0;outline:none;font:inherit;font-size:11px;color:var(--muted);background:transparent;padding:0}.editor-block-card__link-caption::placeholder{color:var(--muted-soft)}.editor-block-card__link-url-row{display:flex;align-items:center;gap:5px}.editor-block-card__link-url-row svg{flex-shrink:0;color:var(--muted-soft)}.editor-block-card__link-url{flex:1 1;width:100%;border:0;outline:none;font:inherit;font-size:11px;color:var(--muted);background:transparent;padding:0}.editor-block-card__link-url::placeholder{color:var(--muted-soft)}.editor-align-row{display:flex;justify-content:flex-end;padding:0 4px;margin-bottom:-4px}.editor-block-card__title-row{display:flex;align-items:center;gap:6px}.editor-block-card__title-row input{flex:1 1;min-width:0}.editor-block-card__align-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.editor-block-card__align-btn:hover{background:var(--bg)}.editor-block-card__sns-url-row{display:flex;align-items:center;gap:0;border:1px solid var(--line);border-radius:6px;overflow:hidden;font-size:11px}.editor-block-card__sns-url-prefix{flex-shrink:0;padding:6px 0 6px 8px;color:var(--muted-soft);background:var(--bg);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-block-card__sns-url-input{flex:1 1;min-width:0;border:0;outline:none;font:inherit;font-size:11px;color:var(--text);background:transparent;padding:6px 8px 6px 0}.editor-block-card__sns-url-input::placeholder{color:var(--muted-soft)}.editor-block-card__body--stack{display:flex;flex-direction:column;gap:10px}.editor-block-card__body--inline{display:flex;align-items:center;gap:12px}.editor-block-card__body--sns{align-items:flex-start}.editor-block-card__row{display:flex;align-items:center;gap:8px}.editor-block-card__row--link{color:#cccccc}.editor-block-card__row--compact{gap:6px}.editor-block-card__handle{display:inline-flex;color:#cccccc;flex-shrink:0;cursor:-webkit-grab;cursor:grab;touch-action:none}.editor-block-card__handle:active{cursor:-webkit-grabbing;cursor:grabbing}.editor-block-card__platform-icon{display:inline-flex;align-items:center;color:#111111;padding-top:3px;flex-shrink:0}.editor-block-card__content{flex:1 1;min-width:0}.editor-block-card__content--compact{display:flex;flex-direction:column;gap:4px}.editor-block-card__content--sns{display:flex;flex-direction:column;gap:6px}.editor-block-card__caption-input,.editor-block-card__inline-title,.editor-block-card__inline-url,.editor-block-card__meta-input,.editor-block-card__title-input{width:100%;border:none;outline:none;font-family:inherit;background:transparent;-webkit-user-select:text;-moz-user-select:text;user-select:text}.editor-block-card__title-input{padding:2px 0;font-size:13px;font-weight:600;color:#111111}.editor-block-card__meta-input{flex:1 1;padding:2px 0;font-size:12px;color:#aaaaaa}.editor-block-card__inline-title{font-size:12px;font-weight:600;color:#111111}.editor-block-card__inline-url{flex:1 1;font-size:11px;color:#aaaaaa}.editor-block-card__caption-input{padding:2px 0;font-size:12px;color:#888888}.editor-block-card__input--error{border-bottom-color:rgba(217,76,67,.75);color:var(--danger)}.editor-block-card__error,.editor-screen__field-error{font-size:11px;line-height:1.45;color:var(--danger)}.editor-block-card__remove{background:none;border:none;padding:0;display:inline-flex;color:#cccccc;cursor:pointer;flex-shrink:0}.editor-popup-card{margin-top:16px;border-radius:10px}.editor-popup-card .section-copy{padding-bottom:2px;align-items:center;justify-content:space-between;border-bottom:1px solid transparent}.editor-popup-card .section-copy>div small{display:block;margin-top:2px;font-size:11px;color:#aaa;line-height:1.6}.editor-popup-card__body{padding-top:12px;display:flex;flex-direction:column;gap:10px}.editor-popup-card__url-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8f8f7;border-radius:8px}.editor-popup-card__url-row svg{flex-shrink:0;color:#ccc}.editor-popup-card__url-input{flex:1 1;border:0;outline:none;font:inherit;font-size:13px;color:#aaa;background:transparent;padding:0}.editor-popup-card__url-input::placeholder{color:#ccc}.editor-screen__publish{margin-top:16px;min-height:48px;border-radius:10px;font-size:14px;font-weight:600;letter-spacing:.01em}.editor-screen__footer-save{position:fixed;left:50%;bottom:0;width:min(100%,390px);transform:translateX(-50%);z-index:20;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #ebebea;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-screen__footer-save .editor-screen__publish{margin-top:0}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{border-radius:6px;background:linear-gradient(90deg,#f0f0ee 25%,#e8e8e6 50%,#f0f0ee 75%);background-size:800px 100%;animation:shimmer 1.4s linear infinite}.dashboard-skeleton__hero{border-radius:12px;padding:16px 18px;background:#111;display:flex;flex-direction:column;gap:12px}.dashboard-skeleton__hero .skeleton{background:linear-gradient(90deg,rgba(255,255,255,.12) 25%,rgba(255,255,255,.22) 50%,rgba(255,255,255,.12) 75%);background-size:800px 100%;animation:shimmer 1.4s linear infinite}.dashboard-skeleton__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.dashboard-skeleton__card{border-radius:12px;border:1px solid #ebebea;background:#fff;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.dashboard-skeleton__card--wide{grid-column:1/-1}.dashboard-screen__body{padding:16px;display:grid;align-content:start;grid-gap:10px;gap:10px}.dashboard-screen{background:#f5f5f3}.dashboard-screen .screen-header{padding:24px 20px 18px;background:#fff;border-bottom:0}.dashboard-screen .screen-header__leading{gap:12px}.dashboard-screen .screen-header h2{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.02em}.dashboard-screen .screen-header .screen-header__back{width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.dashboard-screen .screen-header .screen-header__back svg{width:20px;height:20px;stroke-width:1.6}.segmented-control{display:flex;gap:4px;margin-bottom:4px}.segmented-control__item{min-height:26px;padding:4px 10px;border-radius:999px;border:1px solid #e0e0de;background:#f5f5f3;color:#555;font-size:11px;font-weight:500;cursor:pointer;font-family:inherit}.segmented-control__item--active{border-color:#111;background:#111;color:#fff}.hero-stat-card{padding:18px 18px 14px;margin-bottom:0;background:#111;color:#fff;border:0;border-radius:12px}.dashboard-grid small,.hero-stat-card small{display:block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.1em;color:inherit;opacity:1;font-size:10px}.hero-stat-card small{color:#666}.hero-stat-card__row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.hero-stat-card__row strong{display:block;font-size:40px;font-weight:900;letter-spacing:-.03em;line-height:1}.hero-stat-card__row span{display:block;margin-top:6px;font-size:11px;color:#555;opacity:1}.hero-stat-card__delta{display:block;margin-top:4px;font-size:11px;color:#4caf82;font-weight:600}.dashboard-card__delta{display:block;margin-top:2px;font-size:10px;color:#4caf82;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.dashboard-grid>.ui-card{padding:16px}.dashboard-card{border:1px solid #ebebea;border-radius:12px;background:#fff}.dashboard-kicker{display:block;margin-bottom:8px;font-size:10px;letter-spacing:.08em;color:#aaaaaa;text-transform:uppercase}.dashboard-kicker--hero{margin-bottom:10px;letter-spacing:.1em;color:#666666}.dashboard-grid__wide{grid-column:1/-1}.dashboard-grid strong{display:block;font-size:28px;font-weight:900;letter-spacing:-.03em;line-height:1;margin-bottom:8px}.dashboard-card__referrer-name{font-size:16px;font-weight:800;letter-spacing:-.01em;margin-bottom:2px;color:#111111}.dashboard-grid span{color:#aaa;font-size:11px}.dashboard-card--referrer strong{font-size:28px;font-weight:900;letter-spacing:-.03em;margin-bottom:0}.dashboard-card--referrer span{margin-top:4px}.dashboard-card--clicks strong{margin-bottom:8px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.dashboard-link-button.ui-button{min-height:auto;padding:6px 14px;border-radius:999px;border:0;background:var(--accent-strong);color:#fff;font-size:11px;font-weight:600}.dashboard-click-list,.dashboard-flow-list{display:flex;flex-direction:column;gap:10px}.dashboard-click-row{display:flex;align-items:center;gap:10px}.dashboard-click-row__label{width:120px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#555555}.dashboard-click-row__bar{flex:1 1}.dashboard-click-row__count{width:28px;flex-shrink:0;text-align:right;font-size:12px;font-weight:700;color:#111111}.metric-row,.utm-row{display:flex;flex-direction:column;gap:5px}.metric-row__label{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-row__label strong{font-size:13px;font-weight:500;margin:0}.metric-row__label span{font-weight:700;color:#111}.metric-row--dense .metric-row__label strong{font-size:12px;font-weight:400;color:#555;max-width:180px}.flow-row{display:flex;align-items:center;gap:8px}.flow-row__from{width:62px;flex:none;font-size:11px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-row__arrow{width:14px;height:10px;color:#cccccc;flex-shrink:0}.flow-row__to{flex:1 1;font-size:11px;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-grid .flow-row__count{width:24px;display:block;text-align:right;font-size:11px;font-weight:700;letter-spacing:0;line-height:1;margin:0}.flow-row .shared-progress,.metric-row .shared-progress{height:5px;background:#f0f0ee}.flow-row .shared-progress{width:60px;flex-shrink:0}.dashboard-click-row .shared-progress{height:5px;background:#f0f0ee}.dashboard-click-row .shared-progress__fill,.flow-row .shared-progress__fill,.metric-row .shared-progress__fill{background:#111}.utm-row{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:14px}.utm-row strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.utm-row small{font-size:11px;color:var(--muted-soft);display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-screen .screen-header{padding:24px 20px 18px;border-bottom:0}.share-screen .screen-header__leading{gap:12px}.share-screen .screen-header h2{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.02em}.share-screen .screen-header .screen-header__back{width:20px;height:20px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.share-screen .screen-header .screen-header__back svg{width:20px;height:20px;stroke-width:1.6}.share-screen__body{padding:24px 20px}.share-screen__intro{margin:0 0 24px;font-size:13px;color:var(--muted);line-height:1.7}.share-screen__body{display:flex;flex-direction:column;gap:10px}.share-section-label{font-size:11px;font-weight:600;color:var(--muted-soft);text-transform:uppercase;letter-spacing:.05em;margin-top:20px;margin-bottom:4px}.share-custom{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:10px}.share-custom__field{display:flex;flex-direction:column;gap:4px}.share-custom__label{font-size:11px;font-weight:600;color:var(--muted)}.share-custom__input{padding:8px 10px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:13px;outline:none;background:var(--bg)}.share-custom__input:focus{border-color:var(--accent-strong)}.share-row--custom{margin-top:4px;padding:10px 0 0;border-top:1px solid var(--line-subtle);border-bottom:0;flex-wrap:wrap}.share-row--custom .share-row__url{width:100%}.share-row--custom .share-row__copy{margin-left:auto}.share-row{gap:12px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.share-row,.share-row__icon{display:flex;align-items:center}.share-row__icon{flex-shrink:0}.share-row__label{width:60px;flex-shrink:0;font-size:13px;font-weight:600;color:var(--text)}.share-row__url{min-width:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#aaaaaa}.share-row__copy{flex-shrink:0;margin-left:auto;padding:5px 12px;border:0;border-radius:6px;background:#111111;color:#fff;font-size:11px;font-weight:600;font-family:inherit;cursor:pointer}.share-row__copy--copied{background:#4caf50}.share-hints{margin-top:22px}.share-hints__lead{display:flex;align-items:center;gap:10px;margin-bottom:14px}.share-hints__lead-image{width:32px;height:32px;flex-shrink:0}.share-hints__bubble{position:relative;padding:8px 12px;border-radius:12px;background:#fff;color:#111111;font-size:12px;line-height:1.5;font-weight:500;letter-spacing:.01em;box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.06)}.share-hints__bubble-tail{position:absolute;top:50%;left:-4px;width:8px;height:8px;background:#fff;transform:translateY(-50%) rotate(45deg);box-shadow:-1px 1px 0 rgba(0,0,0,.04)}.share-hints__list{display:flex;flex-direction:column;gap:10px}.share-hint-card{border:1px solid var(--line);border-radius:10px;padding:14px 16px;background:#fff}.share-hint-card__title{display:flex;align-items:center;gap:8px;margin-bottom:6px}.share-hint-card__title strong{font-size:13px;font-weight:700;line-height:1.4}.share-hint-card__badge{width:20px;height:20px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#111111;color:#fff}.share-hint-card__badge span{font-size:10px;font-weight:900;line-height:1}.share-hint-card__badge--qr svg{width:11px;height:11px}.share-hint-card p{margin:0;font-size:12px;color:var(--muted);line-height:1.7}.share-hint-card p a{color:#111111;font-weight:600;text-decoration:none}.share-hint-card p code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;color:#555555;background:transparent}.share-hint-card p strong{color:#111111;font-weight:500}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse{0%{transform:scale(.8);opacity:.55}to{transform:scale(1.2);opacity:1}}@media (max-width:480px){.mobile-stage{padding:0}.mobile-phone{min-height:100dvh;border-radius:0;border:0}.app-launch-screen,.mobile-phone{max-width:none}.auth-screen,.dashboard-screen,.detail-screen,.editor-screen,.public-profile-screen,.welcome-screen{min-height:100dvh}.dashboard-grid__wide{grid-column:1/-1}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}.__variable_0fc2d1{--font-inter:"Inter","Inter Fallback"}