.status-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background-secondary, #f5f5f8);display:flex;flex-direction:column}.status-screen--with-bottom{padding-bottom:120px}.status-body{flex:1;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.status-hero{width:114px;height:114px;position:relative}.status-hero-ring{position:absolute;inset:0;border-radius:999px}.status-hero-core{position:absolute;width:72px;height:72px;left:21px;top:21px;border-radius:999px;display:flex;align-items:center;justify-content:center}.status-hero-icon{width:40px;height:40px;display:block}.status-hero-ring--error{background:var(--BG-ErrorLight, #ffdbdb)}.status-hero-core--error{background:var(--Content-Error, #dd4237)}.status-hero-ring--warning{background:var(--BG-OrangeLight, #ffeadb)}.status-hero-core--warning{background:var(--Content-Acent, #ff6b00)}.status-hero-ring--info{background:var(--BG-AddLight, #ece4ff)}.status-hero-core--info{background:var(--Content-Add, #7139f4)}.status-title{font-size:24px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.status-subtitle{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.status-actions{width:100%;display:flex;flex-direction:column;gap:10px;padding-top:8px}.status-primary-button,.status-secondary-button{height:56px;width:100%;border-radius:16px;font-size:16px;font-weight:500;line-height:24px}.status-primary-button{background:var(--Content-Acent, #ff6b00);color:var(--BG-Main, #ffffff)}.status-secondary-button{background:transparent;color:var(--Content-Base, #222222);border:1px solid rgba(34,34,34,.16)}.loader-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);display:flex;justify-content:center;background:var(--BG-Main, #ffffff);overflow:hidden}.loader-content{width:100%;max-width:450px;min-height:100vh;min-height:var(--app-dvh, 100dvh);padding:28px 16px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.loader-logo{width:clamp(184px,50vw,208px);height:auto;display:block;margin-top:clamp(52px,10vh,88px);color:var(--color-text)}.loader-hero{margin-top:auto;width:calc(100% + 32px);display:flex;justify-content:center;margin-left:-16px;margin-right:-16px}.loader-car{width:100%;max-width:100%;height:auto;display:block}.loader-spinner{margin:20px 0 10px}.spinner{width:28px;height:28px;border:3px solid rgba(255,107,0,.25);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.error-tooltip{position:fixed;inset:0;z-index:100}.error-tooltip__positioner{position:fixed;left:50%;transform:translate(-50%);width:100%;max-width:375px;padding:0 16px}.error-tooltip__positioner--default{bottom:calc(16px + env(safe-area-inset-bottom))}.error-tooltip__card{width:100%;background:var(--color-text);color:#fff;border-radius:16px;padding:16px;display:flex;gap:12px;box-shadow:0 12px 24px #0000002e}.error-tooltip__icon{width:24px;height:24px;flex:0 0 auto}.error-tooltip__icon--error{color:var(--color-error)}.error-tooltip__icon--success{color:var(--variable-collection-content-green)}.error-tooltip__icon-image{width:24px;height:24px;display:block}.error-tooltip__body{flex:1;display:flex;flex-direction:column;gap:8px}.error-tooltip__text{display:flex;flex-direction:column;gap:2px}.error-tooltip__title{font-size:14px;font-weight:600;line-height:20px}.error-tooltip__subtitle{font-size:14px;font-weight:400;line-height:20px;opacity:.6;white-space:pre-line}.error-tooltip__action{align-self:flex-start;padding:0;border:none;background:transparent;font-size:13px;font-weight:600;line-height:20px}.error-tooltip__action--error{color:var(--color-error)}.error-tooltip__action--success{color:var(--variable-collection-content-green)}:root[data-theme=dark] .error-tooltip__card{background:#222;color:var(--color-text, #f5f5f8);box-shadow:0 12px 24px #00000073}:root[data-theme=dark] .error-tooltip__subtitle{opacity:.72}.more-sheet-overlay{position:fixed;inset:0;z-index:1200;background:#0006;display:flex;justify-content:center;align-items:flex-end;animation:moreSheetFade .2s ease-out}.more-sheet{width:100%;max-width:450px;background:var(--color-more-sheet-background, var(--color-sheet-background, var(--BG-Main, var(--color-background, #ffffff))));border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;animation:moreSheetSlide .3s ease-out}.more-sheet-handle{width:48px;height:5px;background:#78787833;border-radius:2.5px;margin:21px auto 8px;flex-shrink:0}.more-sheet-hero{position:relative;height:148px}.more-sheet-hero-ring,.more-sheet-hero-core{position:absolute;left:50%;transform:translate(-50%);border-radius:999px}.more-sheet-hero-ring{width:114px;height:114px;top:21px}.more-sheet-hero-core{width:72px;height:72px;top:42px;display:flex;align-items:center;justify-content:center}.more-sheet-hero-ring--error{background:var(--variable-collection-BG-errorlight, #ffdbdb)}.more-sheet-hero-core--error{background:var(--color-error, #dd4237)}.more-sheet-hero-ring--accent{background:var(--color-primary-soft, #ffeadb)}.more-sheet-hero-core--accent{background:var(--color-primary, #ff6b00)}.more-sheet-hero-ring--brand{background:var(--variable-collection-BG-contentaddlight, #ece4ff)}.more-sheet-hero-core--brand{background:var(--variable-collection-content-add, #7139f4)}.more-sheet-hero-icon{width:24px;height:24px;display:block}.more-sheet-hero-icon--white{color:var(--Content-ConstantW, #ffffff)}.more-sheet-hero-icon--theme{width:32px;height:32px;color:var(--Content-ConstantW, #ffffff)}.more-sheet-hero-icon--lg{width:40px;height:40px}.more-sheet-text{padding:16px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.more-sheet-title{font-size:24px;font-weight:600;line-height:32px;color:var(--color-text, #222222)}.more-sheet-subtitle{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.more-sheet-actions{padding:8px 16px;display:flex;flex-direction:column;gap:10px}.more-sheet-actions--spaced{padding-top:16px}.more-sheet-button{width:100%;height:56px;border-radius:16px;font-size:16px;font-weight:500;line-height:24px;display:flex;align-items:center;justify-content:center;background:transparent}.more-sheet-button--primary{background:var(--color-primary, #ff6b00);color:#fff}.more-sheet-button--ghost{color:var(--color-text, #222222)}.more-sheet-button--danger{color:var(--color-error, #dd4237)}.more-sheet-contact-list{padding:8px 16px;display:flex;flex-direction:column;gap:16px}.more-sheet-contact{width:100%;padding:16px;border-radius:16px;background:var(--color-background-secondary, #f5f5f8);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;text-decoration:none;color:inherit;border:none;cursor:pointer}.more-sheet-contact-left{display:flex;align-items:center;gap:12px}.more-sheet-contact-icon{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.more-sheet-contact-text{display:flex;flex-direction:column;gap:4px}.more-sheet-contact-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.more-sheet-contact-value{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.more-sheet-contact-chevron{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.more-sheet-options{padding:8px 16px;display:flex;flex-direction:column}.more-sheet-option{width:100%;padding:16px 0;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left}.more-sheet-option+.more-sheet-option{border-top:1px solid var(--color-border, #e5e7ef)}.more-sheet-option-text{flex:1;display:flex;flex-direction:column;gap:4px}.more-sheet-option-title{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.more-sheet-option-subtitle{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.more-sheet-radio{width:24px;height:24px;border-radius:999px;border:2px solid var(--color-text-secondary, #7e8194);flex-shrink:0;position:relative}.more-sheet-radio.is-active{border-color:var(--color-primary, #ff6b00)}.more-sheet-radio.is-active:after{content:"";position:absolute;inset:4px;border-radius:999px;background:var(--color-primary, #ff6b00)}.more-sheet-bottom-spacer{height:34px;flex-shrink:0}@keyframes moreSheetFade{0%{opacity:0}to{opacity:1}}@keyframes moreSheetSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.auth-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);--auth-safe-area-top: env(safe-area-inset-top);display:flex;justify-content:center;background:var(--color-background)}.auth-screen--login,.auth-screen--register{padding:0}.auth-container{width:100%;max-width:450px;padding:0 16px;display:flex;flex-direction:column;gap:0}.auth-screen--login .auth-container{min-height:var(--app-dvh, 100dvh);padding-bottom:calc(16px + env(safe-area-inset-bottom))}.auth-screen--register .auth-container{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.auth-login-top{padding-top:calc(30px + var(--auth-safe-area-top));margin-bottom:20px;display:flex;justify-content:center}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:8px}.auth-logo svg{display:block}.smartgate-logo{width:119px;height:85px;color:var(--color-text)}.auth-login-main{padding-top:8px;display:flex;flex-direction:column;gap:0}.auth-login-bottom{margin-top:8px;display:flex;flex-direction:column;gap:8px;padding-top:8px}.auth-title-row{padding:12px 0;display:flex;justify-content:center}.auth-title{font-size:24px;font-weight:600;text-align:center;line-height:20px;color:var(--color-text)}.auth-topbar{display:flex;align-items:center;gap:8px;padding-top:calc(21px + var(--auth-safe-area-top));height:calc(50px + var(--auth-safe-area-top));box-sizing:border-box}.auth-topbar-title{flex:1;text-align:center;font-size:18px;font-weight:600;color:var(--color-text)}.topbar-spacer{width:24px;height:24px}.back-button{width:24px;height:24px;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text)}.auth-alert{background:#1f1f1f;color:#fff;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.4;box-shadow:0 12px 24px #0f172a33;border:1px solid rgba(255,255,255,.1);margin:8px 0}.auth-form{display:flex;flex-direction:column;gap:0}.field{display:flex;flex-direction:column;gap:6px;padding:8px 0}.field-label{font-size:var(--default-text-XS-font-size);font-weight:var(--default-text-XS-font-weight);line-height:var(--default-text-XS-line-height);color:var(--color-text-secondary)}.field-control{width:100%;height:72px;padding:10px 16px;border-radius:var(--radiuscontrol-m);border:1px solid transparent;background:var(--color-background-secondary);display:flex;align-items:center;gap:12px;overflow:hidden;transition:border-color .2s ease,background .2s ease}.field-control:focus-within{border-color:var(--color-primary);background:var(--color-surface-strong)}button.field-control{text-align:left;cursor:pointer}button.field-control:disabled{cursor:not-allowed;opacity:.7}.field-control.is-select:after{content:"";width:7px;height:7px;border-right:2px solid #9aa0a6;border-bottom:2px solid #9aa0a6;transform:rotate(45deg);margin-left:auto}.field-texts{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.field-input{width:100%;border:none;padding:0;background:transparent;font-size:16px;font-weight:600;line-height:24px;color:var(--color-text)}.field-input::placeholder{color:var(--color-text-secondary);opacity:.7}.field-input.is-placeholder{color:var(--color-text-secondary);opacity:.7}.field-icons{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.icon-button{width:24px;height:24px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-secondary);background:transparent}.icon-image{display:block;width:24px;height:24px}.icon-image--clear{width:24px;height:24px}.icon-image--eye{width:20px;height:20px}.field.has-error .field-control{border-color:var(--color-error);background:var(--variable-collection-BG-errorlight)}.field.has-error .field-label{color:var(--color-error)}.auth-form .btn-primary{margin:8px 0}.auth-screen .btn-primary{width:100%;height:56px;border-radius:16px;background:var(--color-primary);color:var(--Content-BaseInversed, #ffffff);font-size:16px;font-weight:500;line-height:24px;border:none;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-screen .btn-primary:disabled{opacity:.65;cursor:not-allowed}.auth-button-loader{width:24px;height:24px;border:3px solid var(--Content-BaseInversed, #ffffff);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:auth-button-rotation 1s linear infinite}.auth-screen .btn-secondary{width:100%;height:56px;border-radius:16px;background:var(--color-primary-soft);color:var(--color-primary);font-size:16px;font-weight:500;line-height:24px;border:none;outline:none;box-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;justify-content:center}.auth-helpers{display:flex;gap:8px;padding:8px 0}.helper-pill{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;height:auto;min-height:40px;padding:8px 12px;border-radius:16px;background:var(--color-background-secondary);color:var(--color-text);font-size:13px;font-weight:500;line-height:24px;border:1px solid transparent;min-width:0}button.helper-pill:disabled{opacity:.65;cursor:not-allowed}.helper-pill svg{flex-shrink:0}.helper-pill span{display:block;white-space:normal;text-align:center}.helper-icon{width:16px;height:16px;display:block;color:var(--color-text, #222222)}.auth-footer{text-align:center;font-size:13px;font-weight:500;line-height:24px;color:var(--color-text-secondary);padding:8px 0}.auth-app-version{margin-top:auto;padding-top:8px;text-align:center;font-size:12px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194);opacity:.72}.zone-picker{position:fixed;inset:0 auto 0 50%;transform:translate(-50%);width:100%;max-width:450px;background:var(--color-background, #ffffff);z-index:20;padding:8px 16px 24px;display:flex;flex-direction:column;gap:8px}.zone-picker-header{display:flex;align-items:center;gap:8px;padding:8px 0}.zone-picker-title{font-size:20px;font-weight:600;line-height:24px;color:var(--color-text)}.zone-search{display:flex;align-items:center;gap:8px;min-height:48px;padding:10px 16px;border-radius:24px;background:var(--color-background-secondary)}.zone-search-icon{width:24px;height:24px;display:block;color:var(--color-text-secondary, #7e8194)}.zone-search input{border:none;background:transparent;width:100%;font-size:16px;line-height:24px;color:var(--color-text)}.zone-search input::placeholder{color:var(--color-text-secondary)}.zone-list{display:flex;flex-direction:column;overflow-y:auto;padding-top:4px}.zone-item{display:flex;align-items:center;justify-content:space-between;gap:12px;height:68px;padding:16px;border:none;background:transparent;text-align:left;color:var(--color-text)}.zone-main{display:flex;flex-direction:column;gap:4px}.zone-name{font-size:14px;font-weight:400;line-height:16px}.zone-address{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text)}.zone-check{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--Content-Add, #7139f4)}.zone-check-icon{width:24px;height:24px;display:block}.zone-empty{padding:16px;color:var(--color-text-secondary);font-size:14px}@media(max-width:360px){.auth-title{font-size:22px}.auth-screen .btn-primary,.auth-screen .btn-secondary{font-size:15px}.helper-pill{font-size:12px;line-height:20px}.auth-footer{font-size:12px}}@media(min-height:812px){.auth-screen--login .auth-container{min-height:812px}}@keyframes auth-button-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.access-detail-card{min-height:72px;padding:10px 16px;border-radius:12px;border:1px solid transparent;background:var(--color-background-secondary, #f5f5f8);display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .2s ease,background .2s ease}.access-detail-card--outlined{background:transparent;border:1px solid var(--color-text-secondary, #7e8194)}.access-detail-card--input:focus-within{border-color:var(--color-primary, #ff6b00);background:var(--color-surface-strong, #ffffff)}.access-detail-card--error{border-color:var(--color-error, #dd4237);background:var(--variable-collection-BG-errorlight, #ffdbdb)}.access-detail-label--error{color:var(--color-error, #dd4237)}.access-detail-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.access-detail-avatar{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-background-secondary, #f5f5f8);background:var(--color-background-secondary, #f5f5f8);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--color-text-secondary, #7e8194);flex-shrink:0}.access-detail-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.access-detail-input{width:100%;border:none;padding:0;background:transparent;font-size:16px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.access-detail-input::placeholder{color:var(--color-text-secondary, #7e8194);font-weight:500}.access-detail-value{font-size:16px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.access-detail-clear{width:32px;height:32px;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-secondary, #7e8194)}.access-detail-clear-icon{display:block;flex-shrink:0}.access-detail-clear-icon--eye{width:20px;height:20px}.access-detail-clear-icon--clear{width:24px;height:24px}.access-detail-actions{display:inline-flex;align-items:center;gap:4px}.access-detail-hint{padding:4px 16px 0;text-align:left;font-size:13px;font-weight:400;line-height:22px;color:var(--color-text-secondary, #7e8194)}.access-detail-hint--center{text-align:center;padding:4px 0}.access-detail-error{padding:6px 4px 0;font-size:12px;font-weight:400;line-height:16px;color:var(--color-error, #dd4237)}.access-detail-dropdown{padding:4px;display:flex;align-items:center;justify-content:center}.access-detail-dropdown img{width:24px;height:24px;display:block}.sheet-delete-overlay{position:fixed;inset:0;z-index:1200;background:#0006;display:flex;justify-content:center;align-items:flex-end;animation:sheet-delete-fade .2s ease-out}.sheet-delete-sheet{width:100%;max-width:450px;background:var(--BG-Main, var(--color-background, #ffffff));border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;animation:sheet-delete-slide .3s ease-out}.sheet-delete-handle{width:48px;height:5px;background:#78787833;border-radius:2.5px;margin:21px auto 8px;flex-shrink:0}.sheet-delete-hero{position:relative;height:148px}.sheet-delete-ring,.sheet-delete-core{position:absolute;left:50%;transform:translate(-50%);border-radius:999px}.sheet-delete-ring{width:114px;height:114px;top:21px;background:var(--variable-collection-BG-errorlight, #ffdbdb)}.sheet-delete-core{width:72px;height:72px;top:42px;background:var(--color-error, #dd4237);display:flex;align-items:center;justify-content:center}.sheet-delete-icon{width:40px;height:40px;display:block;color:var(--variable-collection-content-constantw, #ffffff)}.sheet-delete-text{padding:16px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.sheet-delete-title{font-size:24px;font-weight:600;line-height:32px;color:var(--color-text, #222222)}.sheet-delete-subtitle{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.sheet-delete-actions{padding:8px 16px;display:flex;flex-direction:column;gap:10px}.sheet-delete-actions--spaced{padding-top:16px}.sheet-delete-button{width:100%;height:56px;border-radius:16px;font-size:16px;font-weight:500;line-height:24px;display:flex;align-items:center;justify-content:center;background:transparent}.sheet-delete-button--primary{background:var(--color-primary, #ff6b00);color:var(--Content-BaseInversed, #ffffff)}.sheet-delete-button--ghost{color:var(--color-text, #222222)}.sheet-delete-button--danger{color:var(--color-error, #dd4237)}.sheet-delete-button:disabled{opacity:.6;cursor:not-allowed}.sheet-delete-bottom-spacer{height:34px;flex-shrink:0}@keyframes sheet-delete-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-delete-slide{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.sheet-success-overlay{position:fixed;inset:0;z-index:1300;background:#0003;display:flex;justify-content:center;align-items:flex-end}.sheet-success-sheet{width:100%;max-width:450px;background:var(--BG-Main, var(--color-background, #ffffff));border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column}.sheet-success-handle{height:34px;position:relative}.sheet-success-handle:before{content:"";width:48px;height:5px;border-radius:2.5px;background:#78787833;position:absolute;left:50%;top:21px;transform:translate(-50%)}.sheet-success-hero{height:148px;position:relative}.sheet-success-ring{width:114px;height:114px;border-radius:9999px;background:var(--variable-collection-BG-contentaddlight, #ece4ff);position:absolute;left:50%;top:21px;transform:translate(-50%)}.sheet-success-core{width:72px;height:72px;border-radius:9999px;background:var(--variable-collection-content-add, #7139f4);position:absolute;left:50%;top:42px;transform:translate(-50%)}.sheet-success-check{position:absolute;left:50%;top:66px;transform:translate(-50%)}.sheet-success-chip-row{padding:8px 0;display:flex;justify-content:center;align-items:center}.sheet-success-chip{padding:8px 16px;background:var(--variable-collection-BG-contentaddlight, #ece4ff);border-radius:8px;color:var(--variable-collection-content-add, #7139f4);font-size:12px;font-weight:600;line-height:16px}.sheet-success-text{padding:16px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.sheet-success-title{font-size:24px;font-weight:600;line-height:32px;color:var(--color-text, #222222)}.sheet-success-subtitle{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.sheet-success-actions{padding:16px;display:flex}.sheet-success-button{width:100%;height:56px;border-radius:16px;background:var(--color-primary, #ff6b00);color:var(--color-background, #ffffff);font-size:16px;font-weight:500;line-height:24px;display:inline-flex;align-items:center;justify-content:center}.sheet-success-bottom-spacer{height:34px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gate-result-overlay{position:fixed;inset:0;z-index:1100;background:#00000080;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease-out}.gate-result-sheet{width:100%;max-width:450px;background:var(--BG-Main, var(--color-background, #ffffff));border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.gate-result-drag-handle{width:48px;height:5px;background:#78787833;border-radius:2.5px;margin:21px auto 0;flex-shrink:0}.gate-result-icon{position:relative;height:148px;display:flex;align-items:center;justify-content:center}.gate-result-icon-outer,.gate-result-icon-inner{position:absolute;border-radius:9999px}.gate-result-icon-outer{width:114px;height:114px}.gate-result-icon-inner{width:72px;height:72px}.gate-result-icon-outer--success{background:var(--variable-collection-BG-contentaddlight)}.gate-result-icon-inner--success{background:var(--variable-collection-content-add)}.gate-result-icon-outer--error{background:var(--variable-collection-BG-errorlight)}.gate-result-icon-inner--error{background:var(--variable-collection-content-error)}.gate-result-icon-outer--restricted{background:var(--variable-collection-BG-orangelight)}.gate-result-icon-inner--restricted{background:var(--variable-collection-content-acent)}.gate-result-icon-mark{position:relative;z-index:1}.gate-result-icon-mark--error{width:24px;height:24px;color:var(--variable-collection-content-constantw)}.gate-result-icon-mark--restricted{width:40px;height:40px}.gate-result-chip-row{padding:8px 16px;display:flex;justify-content:center}.gate-result-chip{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;line-height:16px;text-align:center}.gate-result-chip--success{background:var(--variable-collection-BG-contentaddlight);color:var(--variable-collection-content-add)}.gate-result-chip--error{background:var(--variable-collection-BG-errorlight);color:var(--variable-collection-content-error)}.gate-result-chip--restricted{background:var(--variable-collection-BG-orangelight);color:var(--variable-collection-content-acent)}.gate-result-text{padding:16px;display:flex;flex-direction:column;gap:4px;text-align:center}.gate-result-title{font-size:24px;font-weight:600;line-height:32px;color:var(--color-text)}.gate-result-description{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text)}.gate-result-warning{margin:4px 0 0;padding:10px 12px;border-radius:10px;border:1px solid var(--variable-collection-content-error, var(--color-error, #dd4237));background:var(--variable-collection-BG-errorlight, #ffdbdb);font-size:14px;font-weight:500;line-height:20px;color:var(--color-text);display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.gate-result-warning span{flex:0 1 auto}.gate-result-warning-icon{width:20px;height:20px;flex-shrink:0;color:var(--variable-collection-content-error, var(--color-error, #dd4237));margin-top:1px}.gate-result-contact-list{padding:8px 16px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}.gate-result-contact{padding:8px;border-radius:16px;background:var(--color-background-secondary, #f5f5f8);display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.gate-result-contact-icon{width:16px;height:16px;display:block;flex-shrink:0;color:var(--color-text)}.gate-result-contact-value{font-size:14px;font-weight:500;line-height:16px;color:var(--color-text, #222222);white-space:nowrap}.gate-result-actions{padding:16px;display:flex;flex-direction:column;gap:10px}.gate-result-actions--ghost{padding-top:8px}.gate-result-action{width:100%;height:56px;border-radius:16px;font-size:16px;font-weight:500;line-height:24px;display:flex;align-items:center;justify-content:center}.gate-result-action--primary{background:var(--color-primary);color:var(--Content-BaseInversed, #ffffff)}.gate-result-action--ghost{background:transparent;color:var(--color-text)}.gate-result-bottom-spacer{height:34px}.change-email-screen .access-detail-content{padding-top:8px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.change-email-inline-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:changeEmailSpin .8s linear infinite}.change-email-code-step{display:flex;flex-direction:column;gap:8px}.change-email-code-head{padding:16px;text-align:center;display:flex;flex-direction:column;gap:4px}.change-email-code-title{margin:0;font-size:24px;font-weight:600;line-height:32px;color:var(--color-text, #222222)}.change-email-code-subtitle{margin:0;font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.change-email-code-subtitle strong{font-weight:700}.change-email-code-boxes{display:flex;justify-content:center;gap:8px;padding:0 16px}.change-email-code-input{width:48px;height:72px;border-radius:8px;border:1px solid transparent;background:var(--color-background-secondary, #f5f5f8);text-align:center;font-size:24px;font-weight:400;line-height:32px;color:var(--color-text, #222222)}.change-email-code-input:focus{border-color:var(--variable-collection-content-add, #7139f4)}.change-email-code-input--error,.change-email-code-input--error:focus{border-color:var(--color-error, #dd4237)}.change-email-code-error{text-align:center;margin:0}.change-email-code-loader{height:32px;display:flex;align-items:center;justify-content:center}.change-email-code-hint{padding:8px 16px;text-align:center;display:flex;flex-direction:column;gap:8px}.change-email-code-hint p{margin:0;color:var(--color-text-secondary, #7e8194);font-size:13px;font-weight:400;line-height:16px}.change-email-resend{border:none;background:transparent;color:var(--variable-collection-content-add, #7139f4);font-size:13px;font-weight:400;line-height:16px}.change-email-resend--disabled{color:var(--color-text-secondary, #7e8194)}@keyframes changeEmailSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hint-tooltip{width:100%;padding:8px 16px;display:flex;flex-direction:column;gap:10px}.hint-tooltip--overlay{position:absolute;left:0;right:0;top:0;transform:translateY(calc(-100% + 10px));padding:0;gap:0;width:auto;z-index:50}.hint-tooltip--below{position:absolute;left:-16px;right:-16px;top:100%;transform:translateY(10px);padding:0;gap:0;width:auto;z-index:50}.hint-tooltip--inline{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.hint-tooltip--from-icon{gap:0}.hint-tooltip--from-icon .hint-tooltip__arrow{order:-1;margin-bottom:-6px}.hint-tooltip--from-icon .hint-tooltip__arrow svg{transform:rotate(180deg)}.hint-tooltip__card{align-self:stretch;padding:16px;background:var(--color-text, #222222);border-radius:16px;display:inline-flex;gap:12px;color:var(--variable-collection-content-constantw, #ffffff)}.hint-tooltip__body{flex:1 1 0;display:inline-flex;flex-direction:column;gap:8px}.hint-tooltip__title{font-size:14px;font-weight:600;line-height:20px}.hint-tooltip__message{font-size:14px;font-weight:400;line-height:20px;opacity:.6}.hint-tooltip__arrow{align-self:stretch;display:flex;justify-content:flex-end;padding:0 16px;color:var(--color-text, #222222)}.hint-tooltip--below.hint-tooltip--from-icon .hint-tooltip__arrow{padding-right:18px}.hint-tooltip--overlay .hint-tooltip__arrow{padding:0 16px 0 0;margin-top:-6px}.hint-tooltip__arrow svg{display:block}:root[data-theme=dark] .hint-tooltip__card{background:#222;color:var(--color-text, #f5f5f8)}:root[data-theme=dark] .hint-tooltip__arrow{color:#222}:root[data-theme=dark] .hint-tooltip__message{opacity:.72}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:450px;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:var(--color-background, #ffffff);box-shadow:0 -2px 20px #0000000f;display:flex;justify-content:center;gap:8px;z-index:20}.bottom-nav--embedded{position:static;left:auto;bottom:auto;transform:none;max-width:none;width:100%;box-shadow:none;background:transparent}.bottom-nav__item{flex:1;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--color-text-secondary, #7e8194);background:transparent}.bottom-nav__item.active{color:var(--variable-collection-content-add, #7139f4)}.bottom-nav__icon{width:24px;height:24px;display:block}.bottom-nav__label{font-size:10px;font-weight:400;line-height:16px}.account-selector-overlay{position:fixed;inset:0;z-index:1000;background:#00000080;display:flex;justify-content:center;align-items:flex-end;animation:account-selector-fade .2s ease-out}@keyframes account-selector-fade{0%{opacity:0}to{opacity:1}}.account-selector{width:100%;max-width:450px;background:var(--BG-Main, var(--color-background, #ffffff));border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;animation:account-selector-slide .3s ease-out;max-height:80vh;overflow-y:auto}@keyframes account-selector-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.account-selector-drag-handle{width:48px;height:5px;background:#78787833;border-radius:2.5px;margin:21px auto 8px;flex-shrink:0}.account-selector-content{padding:0 16px;display:flex;flex-direction:column;gap:0}.account-item{height:68px;padding:16px 0;display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;transition:background-color .2s}.account-item:active{background-color:#0000000d}.account-item-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.account-icon-bg{width:32px;height:32px;border-radius:54px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px}.account-icon-bg--active{background:var(--variable-collection-BG-contentaddlight, #ece4ff)}.account-icon-bg--inactive{background:var(--color-background-secondary, #f5f5f8)}.account-icon-bg--add{background:var(--variable-collection-BG-OrangeLight, #ffeadb)}.account-icon{width:16px;height:16px;display:block}.account-icon--active{color:var(--variable-collection-content-add, #7139f4)}.account-icon--inactive{color:var(--color-text-secondary, #7e8194)}.account-icon--add{color:var(--color-primary, #ff6b00)}.account-item-text{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.account-item-login{font-size:14px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.account-item-login--add{font-weight:600}.account-item-zone{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.account-item-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-item-check-icon{width:24px;height:24px;display:block;color:var(--variable-collection-content-add, #7139f4)}.account-selector-bottom-spacer{height:34px;flex-shrink:0}.connection-status-banner{--banner-bottom-offset: 0px;position:fixed;left:50%;transform:translate(-50%);width:100%;max-width:450px;bottom:calc(env(safe-area-inset-bottom,0px) + var(--banner-bottom-offset));z-index:21;display:flex;align-items:center;gap:10px;padding:12px 14px;box-sizing:border-box;border-radius:0;background:#222222eb;color:#fff;box-shadow:0 6px 20px #0003;pointer-events:none}.connection-status-banner--with-bottom-nav{bottom:calc(env(safe-area-inset-bottom,0px) + 72px + var(--banner-bottom-offset))}.connection-status-banner__spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:connection-status-spin .8s linear infinite;flex-shrink:0}.connection-status-banner__text{font-size:13px;line-height:16px;font-weight:400;flex:1 1 auto}@keyframes connection-status-spin{to{transform:rotate(360deg)}}.dashboard-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background-secondary);position:relative;padding-bottom:60px}.dashboard-topbar{padding:12px 16px 8px;padding-top:calc(12px + env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--color-background-secondary)}.dashboard-user{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.dashboard-user-name{font-size:12px;font-weight:400;color:var(--color-text);line-height:20px}.dashboard-zone-button{display:flex;align-items:center;gap:8px;padding:0;background:transparent;border:none;color:var(--color-text);text-align:left;min-width:0;width:100%}.dashboard-zone-label{font-size:16px;font-weight:600;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;display:flex;align-items:center;gap:8px}.dashboard-zone-chevron-icon{width:16px;height:16px;flex-shrink:0;display:block;color:var(--color-text)}.dashboard-notification{width:40px;height:40px;border-radius:999px;background:var(--color-background);display:flex;align-items:center;justify-content:center;flex:0 0 40px}.dashboard-notification-icon{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.dashboard-main{padding:8px 0 24px;display:flex;flex-direction:column;gap:16px}.dashboard-section{padding:0 16px}.dashboard-gates{padding:8px 16px 0}.gate-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.gate-chips::-webkit-scrollbar{display:none}.gate-chip{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background:var(--color-background);border-radius:16px;color:var(--color-text);font-size:14px;font-weight:600;line-height:16px;white-space:nowrap}.gate-chip.active{background:var(--color-text);color:var(--Content-BaseInversed, #ffffff)}.gate-chip-icon{width:16px;height:16px;display:inline-flex;color:inherit}.gate-chip-icon-image{width:auto;height:auto;max-width:16px;max-height:16px;display:block}.dashboard-camera{padding-top:0;margin-top:-14px}.camera-card{position:relative;width:100%;height:172px;border-radius:16px;overflow:hidden;background:var(--color-text-secondary, #7e8194)}.camera-placeholder{position:absolute;inset:0;background-size:172px 172px;background-position:0 0;background-repeat:repeat;mix-blend-mode:color-burn;opacity:1}.camera-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.camera-error-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.camera-error-icon img{width:100%;height:100%;display:block}.camera-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.camera-loader-icon{width:42px;height:42px;display:block}.camera-overlay{position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(180deg,#0000,#000c)}.camera-refresh{position:absolute;left:8px;right:16px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.camera-refresh-text{font-size:12px;font-weight:500;color:#fff;line-height:16px;text-align:center;flex:1}.camera-top{position:absolute;left:16px;right:16px;top:8px;display:flex;justify-content:space-between;align-items:center;gap:8px}.camera-actions{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.camera-chip{display:inline-flex;align-items:center;gap:5px;padding:8px;border-radius:16px;font-size:12px;font-weight:500;line-height:16px}.camera-chip--dark,.camera-chip--error{background:#000000b3;color:#fff}.camera-chip--light{background:#fff;color:#222;cursor:pointer}.dashboard-open{margin-top:-14px}.camera-chip-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:inherit}.camera-chip-icon-image{width:100%;height:100%;display:block}.dashboard-primary-button{width:100%;height:56px;background:var(--color-primary);color:var(--Content-BaseInversed, #ffffff);border-radius:16px;font-size:16px;font-weight:500;line-height:24px;display:flex;align-items:center;justify-content:center;gap:8px}.dashboard-primary-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-button-loader{width:24px;height:24px;border:3px solid var(--Content-BaseInversed, #ffffff);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dashboard-button-rotation 1s linear infinite}@keyframes dashboard-button-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.permission-hint{margin-top:8px;padding:12px 16px;border-radius:16px;background:var(--color-background);color:var(--color-text-secondary);font-size:13px;text-align:center}.dashboard-alert{display:flex;align-items:flex-start;gap:8px;padding:14px 16px;border-radius:16px;cursor:pointer;transition:opacity .2s}.dashboard-alert--info{background:var(--variable-collection-BG-contentaddlight)}.dashboard-alert--warning{background:var(--variable-collection-BG-orangelight)}.dashboard-alert--error{background:var(--variable-collection-BG-errorlight)}.dashboard-alert:hover{opacity:.9}.dashboard-alert-icon{width:24px;height:24px;flex:0 0 24px}.dashboard-alert-icon-image{width:100%;height:100%;display:block}.dashboard-alert-icon-image--info{color:var(--variable-collection-content-add)}.dashboard-alert-icon-image--warning{color:var(--color-primary)}.dashboard-alert-icon-image--error{color:var(--color-error)}.dashboard-alert-content{flex:1;display:flex;flex-direction:column;gap:2px}.dashboard-alert-title{font-size:14px;font-weight:600;line-height:20px;color:var(--color-text)}.dashboard-alert-text{font-size:14px;font-weight:400;line-height:20px;color:var(--color-text)}.dashboard-alert-close{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;flex:0 0 24px}.dashboard-alert-close-icon{width:24px;height:24px;display:block;color:var(--color-text-secondary)}.dashboard-card{background:var(--color-background);border-radius:16px;padding:16px;position:relative;display:flex;flex-direction:column;gap:16px}.dashboard-card--empty{padding:12px 16px;gap:8px}.dashboard-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-card h3{font-size:20px;font-weight:600;line-height:24px;color:var(--color-text);margin:0}.dashboard-card-info{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;flex:0 0 24px}.dashboard-card-info-icon{width:20px;height:20px;display:block}.dashboard-card-info-icon--inactive{color:var(--color-text-secondary)}.dashboard-card-info-icon--active{color:var(--variable-collection-content-add)}.vehicle-list{display:flex;flex-direction:column;gap:16px}.vehicle-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.vehicle-info{display:flex;gap:8px;align-items:center}.vehicle-icon{width:32px;height:32px;border-radius:54px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;position:relative;overflow:visible}.vehicle-icon-image{width:auto;height:auto;max-width:16px;max-height:16px;display:block}.vehicle-guard-badge{position:absolute;left:2px;bottom:-4px;width:10px;height:13px;display:flex;align-items:center;justify-content:center}.vehicle-guard-badge-icon{width:10px;height:13px;display:block;color:var(--color-primary)}.vehicle-icon--primary{background:var(--color-primary-soft);color:var(--color-primary)}.vehicle-icon--secondary{background:var(--variable-collection-BG-contentaddlight);color:var(--variable-collection-content-add)}.vehicle-text{display:flex;flex-direction:column;gap:4px}.vehicle-name{font-size:14px;font-weight:400;line-height:16px;color:var(--color-text)}.vehicle-plate{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text)}.vehicle-status{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary)}.vehicle-toggle{width:52px;height:32px;border-radius:100px;padding:2px 4px;display:flex;align-items:center;justify-content:flex-end;transition:background .2s ease,outline-color .2s ease;cursor:pointer}.vehicle-toggle.on{background:var(--color-primary)}.vehicle-toggle.off{background:var(--color-background-secondary);outline:2px solid var(--color-text-secondary);outline-offset:-2px;justify-content:flex-start}.vehicle-toggle-thumb{width:24px;height:24px;border-radius:100px;background:#fff;transition:width .2s ease,height .2s ease,background .2s ease}.vehicle-toggle.off .vehicle-toggle-thumb{width:16px;height:16px;background:var(--color-text-secondary)}.dashboard-guard-empty{width:100%;border:none;background:var(--color-background);border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.dashboard-guard-empty-left{display:flex;align-items:center;gap:12px}.dashboard-guard-empty-icon{width:16px;height:20px;display:flex;align-items:center;justify-content:center}.dashboard-guard-empty-icon img{width:16px;height:20px;display:block}.dashboard-guard-empty-title{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.dashboard-guard-empty-chevron{width:24px;height:24px;display:block;color:var(--color-text)}.history-list{display:flex;flex-direction:column;gap:16px}.history-empty{margin-top:8px;color:var(--color-text-secondary, #7e8194);font-size:14px;font-weight:400;line-height:20px}.dashboard-card--empty .history-empty{margin-top:0}.history-group{display:flex;flex-direction:column;gap:16px}.history-date{font-size:13px;font-weight:600;line-height:24px;color:var(--color-text)}.history-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.history-item--button{width:100%;border:none;background:transparent;text-align:left;cursor:pointer}.history-item-left{display:flex;align-items:center;gap:8px}.history-icon{width:32px;height:32px;border-radius:54px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px}.history-icon-image{width:auto;height:auto;max-width:16px;max-height:16px;display:block}.history-icon.primary,.history-icon.app{background:var(--variable-collection-BG-contentaddlight);color:var(--variable-collection-content-add)}.history-icon.secondary{background:var(--color-background-secondary);color:var(--color-text)}.history-text{display:flex;flex-direction:column;gap:4px}.history-time{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary)}.history-plate{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text)}.history-item-right{display:flex;align-items:center;gap:8px}.history-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.history-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary)}.history-direction{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:16px;color:var(--color-text)}.history-direction-icon{width:16px;height:16px;display:block;color:inherit}.history-item-chevron{width:24px;height:24px;display:block;color:var(--color-text)}.history-more{height:40px;background:var(--color-primary-soft);color:var(--color-primary);border-radius:8px;font-size:14px;font-weight:500;line-height:24px}.dashboard-loading,.dashboard-error{padding:32px 16px;text-align:center;color:var(--color-text-secondary)}.dashboard-error{color:var(--color-error)}.dashboard-skeleton{--skeleton-base: var(--skeleton-base-color, #e5e5e5);--skeleton-highlight: var(--skeleton-highlight-color, #f5f5f5)}.dashboard-skeleton .sk{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:dashboard-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes dashboard-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-skeleton .sk-text{height:12px;border-radius:999px}.dashboard-skeleton .sk-chip{height:36px;border-radius:16px}.dashboard-skeleton .sk-card{width:100%;border-radius:16px;position:relative}.dashboard-skeleton .sk-btn{width:100%;border-radius:16px}.dashboard-skeleton .sk-circle{border-radius:999px}.dashboard-skeleton .sk-radius-8{border-radius:8px}.dashboard-skeleton .sk-abs-top-right{position:absolute;top:8px;right:8px}.dashboard-skeleton .sk-abs-bottom{position:absolute;left:16px;bottom:8px}.dashboard-skeleton .sk-guard-card{width:100%;padding:16px;border-radius:16px;background:var(--color-background);display:flex;align-items:center;gap:12px}.dashboard-skeleton .sk-history-list{display:flex;flex-direction:column;gap:16px}.dashboard-skeleton .sk-history-item{display:flex;justify-content:space-between;align-items:center;gap:12px}.dashboard-skeleton .sk-history-left{display:flex;align-items:center;gap:8px}.dashboard-skeleton .sk-history-text{display:flex;flex-direction:column;gap:4px}.dashboard-skeleton .sk-history-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.dashboard-skeleton .sk-w-60{width:60px}.dashboard-skeleton .sk-w-80{width:80px}.dashboard-skeleton .sk-w-90{width:90px}.dashboard-skeleton .sk-w-100{width:100px}.dashboard-skeleton .sk-w-120{width:120px}.dashboard-skeleton .sk-w-160{width:160px}.dashboard-skeleton .sk-w-180{width:180px}.dashboard-skeleton .sk-h-16{height:16px}.dashboard-skeleton .sk-h-20{height:20px}.dashboard-skeleton .sk-h-24{height:24px}.dashboard-skeleton .sk-h-40{height:40px}.dashboard-skeleton .sk-h-56{height:56px}.dashboard-skeleton .sk-h-172{height:172px}.dashboard-skeleton .sk-24{width:24px;height:24px}.dashboard-skeleton .sk-32{width:32px;height:32px}.dashboard-skeleton .sk-40{width:40px;height:40px}.tutorial-overlay{position:fixed;top:0;bottom:0;z-index:1600;pointer-events:auto;overflow:hidden}.tutorial-highlight{position:absolute;border-radius:16px;box-shadow:0 0 0 9999px #0000008f;pointer-events:none}.tutorial-card{position:absolute;padding:16px;border-radius:16px;background:var(--Content-Base, #222222);display:flex;flex-direction:column;gap:12px;overflow:hidden}.tutorial-card-content{display:flex;align-items:flex-start;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.tutorial-card-icon{width:24px;height:24px;display:block;flex-shrink:0;color:var(--variable-collection-content-green, #20c842)}.tutorial-card-text{flex:1;display:flex;flex-direction:column;gap:2px}.tutorial-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tutorial-card-title,.tutorial-card-progress{color:#fff;font-size:14px;font-weight:600;line-height:20px}.tutorial-card-description{color:#fff9;font-size:14px;font-weight:400;line-height:20px}.tutorial-card-actions{padding:8px 0 0}.tutorial-card-button{width:100%;height:56px;border-radius:16px;background:var(--Content-Acent, #ff6b00);color:#fff;font-size:16px;font-weight:500;line-height:24px;display:inline-flex;align-items:center;justify-content:center}:root[data-theme=dark] .tutorial-highlight{box-shadow:0 0 0 9999px #000000b8}:root[data-theme=dark] .tutorial-card{background:#222;color:var(--color-text, #f5f5f8)}:root[data-theme=dark] .tutorial-card-title,:root[data-theme=dark] .tutorial-card-progress{color:var(--color-text, #f5f5f8)}:root[data-theme=dark] .tutorial-card-description{color:#f5f5f8b8}:root[data-theme=dark] .tutorial-card-button{color:var(--Content-BaseInversed, #222222)}.snapshot-viewer-overlay{position:fixed;inset:0;z-index:80;background:#000;display:flex;flex-direction:column;overscroll-behavior:contain}.snapshot-viewer-topbar{position:absolute;left:0;right:0;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top) + 8px) 16px 8px}.snapshot-viewer-chip{display:inline-flex;align-items:center;gap:5px;padding:8px;border-radius:16px;font-size:12px;font-weight:500;line-height:16px}.snapshot-viewer-chip--dark{background:#000000b3;color:#fff}.snapshot-viewer-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#000000b3}.snapshot-viewer-close-icon{width:24px;height:24px;display:block;color:#fff}.snapshot-viewer-stage{flex:1;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;touch-action:none;overscroll-behavior:contain;-webkit-user-select:none;-webkit-touch-callout:none;user-select:none;padding-top:44px}.snapshot-viewer-image{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;transform-origin:center center;will-change:transform}.snapshot-viewer-empty{color:#fffc;font-size:14px;line-height:20px}.snapshot-viewer-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.snapshot-viewer-loader-icon{width:42px;height:42px;display:block}.snapshot-viewer-bottom{position:absolute;left:0;right:0;bottom:0;display:inline-flex;justify-content:center;align-items:center;padding:8px 16px calc(env(safe-area-inset-bottom) + 12px);background:linear-gradient(180deg,#0000,#000000eb)}.snapshot-viewer-refresh-hint{height:32px;border-radius:16px;padding:8px;font-size:12px;font-weight:500;line-height:16px;color:#fff;background:transparent;border:none}.snapshot-viewer-refresh-hint:disabled{opacity:1}.access-detail-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:8px 16px;padding-top:calc(8px + env(safe-area-inset-top));background:#fffc;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}:root[data-theme=dark] .access-detail-header{background:#121212d9}.access-detail-back{position:absolute;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;left:6px;color:var(--color-text, #222222)}.access-detail-back-icon{width:24px;height:24px;display:block}.access-detail-title{margin:0;font-size:16px;font-weight:500;line-height:22px;color:var(--color-text, #222222)}.access-detail-content{display:flex;flex-direction:column;gap:8px;padding:8px 0 calc(24px + env(safe-area-inset-bottom))}.access-detail-content--with-footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.access-detail-section{padding:0 16px;display:flex;flex-direction:column}.access-detail-note{padding:8px 0;font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.access-screen.access-screen--detail{background:var(--color-background, #ffffff);padding-bottom:0}.access-screen.access-screen--detail.access-screen--guest-form{min-height:var(--app-dvh, 100dvh)}.access-detail-footer{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:450px;padding:8px 16px 0;background:var(--color-background, #ffffff);z-index:12;display:flex;flex-direction:column;gap:8px}.access-detail-save{width:100%;height:56px;border-radius:16px;background:var(--color-primary, #ff6b00);color:var(--color-background, #ffffff);font-size:16px;font-weight:500;line-height:24px;display:inline-flex;align-items:center;justify-content:center}.access-detail-save:disabled{opacity:.6;cursor:not-allowed}.access-detail-save-loader{width:24px;height:24px;border:3px solid #ffffff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:access-detail-save-rotation 1s linear infinite}.access-detail-bottom-spacer{height:34px;flex-shrink:0}@keyframes access-detail-save-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px 32px;gap:16px}.empty-state-hero{position:relative;width:114px;height:114px}.empty-state-ring{position:absolute;width:114px;height:114px;border-radius:9999px;background:var(--color-text-secondary, #7e8194);opacity:.2;left:0;top:0}.empty-state-core{position:absolute;width:72px;height:72px;border-radius:9999px;background:var(--color-text-secondary, #7e8194);left:21px;top:21px;display:flex;align-items:center;justify-content:center}.empty-state-icon{width:40px;height:40px;display:block}.empty-state-text{display:flex;flex-direction:column;gap:4px}.empty-state-title{font-size:24px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.empty-state-subtitle{font-size:14px;font-weight:400;line-height:24px;color:var(--color-text, #222222)}.guard-add-screen .access-detail-content{gap:0}.guard-add-action{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);display:flex;justify-content:flex-end;z-index:12;pointer-events:none}.guard-add-info{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;pointer-events:auto}.guard-add-info-icon{width:20px;height:20px;display:block}.guard-add-info-icon--inactive{color:var(--color-text-secondary, #7e8194)}.guard-add-info-icon--active{color:var(--variable-collection-content-add, #7139f4)}.guard-add-action .hint-tooltip--below{left:0;right:0;top:calc(100% + 10px);transform:none;width:auto;pointer-events:auto}.guard-add-action .hint-tooltip__card{width:100%}.guard-add-action .hint-tooltip--below.hint-tooltip--from-icon .hint-tooltip__arrow{padding-right:7px}.guard-add-intro{padding-top:8px;padding-bottom:8px}.guard-add-title{margin:0;font-size:20px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.guard-add-description{margin:8px 0 0;color:var(--color-text-secondary, #7e8194);font-size:14px;font-weight:400;line-height:20px}.guard-add-list{display:flex;flex-direction:column}.guard-add-item{width:100%;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent}.guard-add-item-left{display:flex;align-items:center;gap:8px}.guard-add-item-icon{width:32px;height:32px;border-radius:54px;background:var(--variable-collection-BG-contentaddlight, #ece4ff);display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px}.guard-add-item-icon-image{width:16px;height:16px;display:block;color:var(--variable-collection-content-add, #7139f4)}.guard-add-item-text{display:flex;flex-direction:column;gap:4px;text-align:left}.guard-add-item-name{font-size:14px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.guard-add-item-plate{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.guard-add-item-radio{width:24px;height:24px;border-radius:50%;border:2px solid var(--color-text-secondary, #7e8194);display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px}.guard-add-item-radio--selected{border-color:var(--color-primary, #ff6b00)}.guard-add-item-radio--selected:after{content:"";width:12px;height:12px;border-radius:50%;background:var(--color-primary, #ff6b00)}.guard-add-empty{padding:8px 0;color:var(--color-text-secondary, #7e8194);font-size:14px;font-weight:400;line-height:20px}.guard-add-error-wrap{padding-top:4px}.access-skeleton{--skeleton-base: var(--skeleton-base-color, #e5e5e5);--skeleton-highlight: var(--skeleton-highlight-color, #f5f5f5)}.access-skeleton .sk{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:access-skeleton-shimmer 1.2s ease-in-out infinite}.access-skeleton .access-new-button{position:relative;overflow:hidden;color:transparent;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:access-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes access-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.access-skeleton .sk-text{height:12px;border-radius:999px}.access-skeleton .sk-circle{border-radius:999px}.access-skeleton .sk-radius-8{border-radius:8px}.access-skeleton .sk-w-100{width:100px}.access-skeleton .sk-w-120{width:120px}.access-skeleton .sk-w-140{width:140px}.access-skeleton .sk-w-160{width:160px}.access-skeleton .sk-w-180{width:180px}.access-skeleton .sk-w-200{width:200px}.access-skeleton .sk-h-24{height:24px}.access-skeleton .sk-16{width:16px;height:16px}.access-skeleton .sk-24{width:24px;height:24px}.access-skeleton .sk-32{width:32px;height:32px}.passes-screen{--passes-topbar-height: calc(env(safe-area-inset-top) + 60px) ;min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background, #ffffff);display:flex;flex-direction:column}.passes-topbar{position:sticky;top:0;z-index:10;min-height:var(--passes-topbar-height);box-sizing:border-box;contain:paint;transform:translateZ(0);backface-visibility:hidden;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 16px;padding-top:calc(8px + env(safe-area-inset-top));background:var(--color-background, #ffffff)}.passes-back{position:absolute;left:6px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent}.passes-back-icon{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.passes-title{font-size:16px;font-weight:500;line-height:22px;color:var(--color-text, #222222);margin:0}.passes-content{padding:8px 0 32px;display:flex;flex-direction:column;gap:12px}.passes-search-section{position:sticky;top:var(--passes-topbar-height);z-index:9;contain:paint;transform:translateZ(0);backface-visibility:hidden;display:flex;flex-direction:column;gap:8px;padding:8px 16px;background:var(--color-background, #ffffff)}.passes-search{display:flex;align-items:center;gap:12px;height:48px;padding:10px 16px;background:var(--color-background-secondary, #f5f5f8);border-radius:24px}.passes-search-icon{width:24px;height:24px;display:block;color:var(--color-text-secondary, #7e8194)}.passes-search-placeholder{color:var(--color-text-secondary, #7e8194);font-size:16px;line-height:24px}.passes-search-input{flex:1;border:none;background:transparent;font-size:16px;line-height:24px;color:var(--color-text, #222222);outline:none}.passes-search-input::placeholder{color:var(--color-text-secondary, #7e8194)}.passes-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.passes-filter{padding:8px 12px;background:var(--color-background-secondary, #f5f5f8);border-radius:16px;font-size:13px;font-weight:500;line-height:24px;color:var(--color-text, #222222);position:relative;cursor:pointer;display:inline-flex;align-items:center}.passes-filter--input{border:none}.passes-filter-input{position:absolute;inset:0;opacity:0;cursor:pointer}.passes-filter-text{pointer-events:none}.passes-list{display:flex;flex-direction:column;gap:0;padding:0 16px 24px}.passes-group{display:flex;flex-direction:column;gap:0}.passes-group-date{font-size:13px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.passes-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 0}.passes-item--button{width:100%;border:none;background:transparent;text-align:left;cursor:pointer}.passes-item-left{display:flex;align-items:center;gap:8px;flex:1}.passes-icon{width:32px;height:32px;border-radius:54px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.passes-icon.primary,.passes-icon.app{background:var(--variable-collection-BG-contentaddlight, #ece4ff);color:var(--Content-Add, #7139f4)}.passes-icon.secondary{background:var(--color-background-secondary, #f5f5f8);color:var(--color-text, #222222)}.passes-icon-image{width:16px;height:16px;display:block}.passes-item-text{display:flex;flex-direction:column;gap:4px}.passes-time{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.passes-plate{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.passes-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.passes-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.passes-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.passes-direction{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.passes-direction-icon{width:16px;height:16px;display:block;color:var(--color-text, #222222)}.passes-item-chevron{width:24px;height:24px;display:block;color:var(--color-text)}.passes-skeleton{--skeleton-base: var(--skeleton-base-color, #e5e5e5);--skeleton-highlight: var(--skeleton-highlight-color, #f5f5f5)}.passes-skeleton .sk{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:passes-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes passes-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.passes-skeleton .sk-text{height:12px;border-radius:999px}.passes-skeleton .sk-circle{border-radius:999px}.passes-skeleton .sk-filter{height:40px;border-radius:16px}.passes-skeleton .sk-w-60{width:60px}.passes-skeleton .sk-w-80{width:80px}.passes-skeleton .sk-w-120{width:120px}.passes-skeleton .sk-w-140{width:140px}.passes-skeleton .sk-w-160{width:160px}.passes-skeleton .sk-w-180{width:180px}.passes-skeleton .sk-w-200{width:200px}.passes-skeleton .sk-h-16{height:16px}.passes-skeleton .sk-h-20{height:20px}.passes-skeleton .sk-24{width:24px;height:24px}.passes-skeleton .sk-32{width:32px;height:32px}.pass-detail-screen .access-detail-content{gap:0;padding-top:8px}.pass-detail-section{padding:8px 16px}.pass-detail-heading{margin:0;font-size:20px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.pass-detail-skeleton{--skeleton-base: var(--skeleton-base-color, #e5e5e5);--skeleton-highlight: var(--skeleton-highlight-color, #f5f5f5)}.pass-detail-skeleton .sk{display:block;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:pass-detail-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes pass-detail-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pass-detail-skeleton .sk-text{border-radius:8px}.pass-detail-skeleton .sk-w-80{width:80px}.pass-detail-skeleton .sk-w-100{width:100px}.pass-detail-skeleton .sk-w-120{width:120px}.pass-detail-skeleton .sk-w-140{width:140px}.pass-detail-skeleton .sk-w-160{width:160px}.pass-detail-skeleton .sk-h-16{height:16px}.pass-detail-skeleton .sk-h-24{height:24px}.pass-detail-heading-skeleton{margin:0}.pass-detail-loading{padding:16px 0;font-size:14px;line-height:20px;color:var(--color-text-secondary, #7e8194)}.pass-detail-error{padding:16px;border-radius:16px;background:var(--color-background, #ffffff);display:flex;flex-direction:column;gap:12px}.pass-detail-error-title{font-size:14px;font-weight:600;line-height:20px;color:var(--color-text, #222222)}.pass-detail-retry{width:100%;height:40px;border-radius:8px;background:var(--color-primary-soft, #ffeadb);color:var(--color-primary, #ff6b00);font-size:14px;font-weight:500;line-height:24px}.pass-detail-snapshot-card{position:relative;margin-top:8px;width:100%;height:172px;border-radius:16px;overflow:hidden;background:var(--color-text-secondary, #7e8194)}.pass-detail-snapshot-card--skeleton{background:transparent}.pass-detail-snapshot-skeleton{position:absolute;inset:0;border-radius:16px}.pass-detail-snapshot-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pass-detail-snapshot-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;color:#ffffffe6;font-size:14px;line-height:20px}.pass-detail-snapshot-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2}.pass-detail-snapshot-loader-icon{width:42px;height:42px;display:block}.pass-detail-snapshot-overlay{position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(180deg,#0000,#000c)}.pass-detail-snapshot-refresh{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.pass-detail-refresh-button{flex:1;height:32px;border:none;background:transparent;color:#fff;font-size:12px;font-weight:500;line-height:16px;text-align:left;padding:8px;border-radius:16px}.pass-detail-refresh-button:disabled{opacity:1;cursor:default}.camera-expand-button{width:32px;height:32px;border-radius:16px;background:#ffffffb3;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px}.camera-expand-icon{width:24px;height:24px;display:block;color:#222}.pass-detail-info{margin-top:8px}.pass-detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid var(--color-divider, #e7e8ee)}:root[data-theme=dark] .pass-detail-row--skeleton{border-bottom-color:#a3a6b938}:root[data-theme=dark] .pass-detail-row{border-bottom-color:#a3a6b938}.pass-detail-row-label{font-size:15px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.pass-detail-row-value{text-align:right;max-width:58%;font-size:15px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.camera-dot{width:8px;height:8px;border-radius:999px;background:#20c842}.camera-dot--error{background:var(--color-error, #dd4237)}.camera-dot--neutral{background:var(--color-text-secondary, #7e8194)}.notifications-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background-secondary, #f5f5f8);display:flex;flex-direction:column}.notifications-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 16px;padding-top:calc(8px + env(safe-area-inset-top));background:#f5f5f8d9;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}:root[data-theme=dark] .notifications-topbar{background:transparent}.notifications-back{position:absolute;left:6px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent}.notifications-back-icon{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.notifications-title{margin:0;color:var(--color-text, #222222);font-size:16px;font-weight:500;line-height:22px}.notifications-content{padding:8px 16px calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:12px}.notifications-group{display:flex;flex-direction:column;gap:16px}.notifications-group-date{padding:0;color:var(--color-text, #222222);font-size:13px;font-weight:600;line-height:24px}.notifications-item{display:flex;align-items:flex-start;gap:0;padding:12px 16px;background:var(--color-background, #ffffff);border-radius:16px}.notifications-item-icon-wrap{padding-top:8px;padding-bottom:8px;padding-right:8px;display:inline-flex;align-items:center;justify-content:center}.notifications-icon{width:32px;height:32px;border-radius:54px;display:inline-flex;align-items:center;justify-content:center}.notifications-icon--accent{background:var(--variable-collection-BG-contentaddlight, #ece4ff);color:var(--Content-Add, #7139f4)}.notifications-icon--warning{background:var(--variable-collection-BG-orangelight, #ffeadb);color:var(--Content-Acent, #ff6b00)}.notifications-icon--error{background:var(--variable-collection-BG-errorlight, #ffdbdb);color:var(--Content-Error, #dd4237)}.notifications-icon-image{width:16px;height:16px;display:block}.notifications-item-content{flex:1;min-width:0;padding-left:8px;display:flex;flex-direction:column;gap:2px}.notifications-item-time{color:var(--color-text-secondary, #7e8194);font-size:12px;font-weight:600;line-height:16px}.notifications-item-title{color:var(--color-text, #222222);font-size:16px;font-weight:600;line-height:24px;word-break:break-word}.notifications-item-body{color:var(--color-text, #222222);font-size:14px;font-weight:400;line-height:20px;word-break:break-word}.notifications-empty{padding:24px 0;color:var(--color-text-secondary, #7e8194);font-size:14px;line-height:20px}.notifications-skeleton .notifications-sk{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-base-color, #e5e5e5) 0%,var(--skeleton-highlight-color, #f5f5f5) 50%,var(--skeleton-base-color, #e5e5e5) 100%);background-size:200% 100%;animation:notifications-skeleton-shimmer 1.2s ease-in-out infinite}.notifications-skeleton .notifications-sk-circle{border-radius:999px}.notifications-skeleton .notifications-sk-text{height:12px;border-radius:999px}.notifications-skeleton .notifications-sk-w-60{width:60px}.notifications-skeleton .notifications-sk-w-140{width:140px}.notifications-skeleton .notifications-sk-w-180{width:180px}.notifications-skeleton .notifications-sk-w-220{width:220px}.notifications-skeleton .notifications-sk-32{width:32px;height:32px}@keyframes notifications-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.more-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background-secondary, #f5f5f8);display:flex;flex-direction:column;padding-bottom:120px}.more-header{padding:12px 16px 8px;padding-top:calc(12px + env(safe-area-inset-top))}.more-title{font-size:24px;font-weight:600;line-height:20px;color:var(--color-text, #222222);margin:0}.more-content{padding:8px 16px 24px;display:flex;flex-direction:column;gap:16px}.more-card{width:100%;background:var(--color-background, #ffffff);border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left}.more-card-left{display:flex;align-items:center;gap:12px}.more-card-left--top{align-items:flex-start}.more-card-icon{width:24px;height:24px;display:block;flex-shrink:0;color:var(--color-text, #222222)}.more-card-icon--theme{color:var(--color-text, #222222)}.more-card-icon--danger{color:var(--color-error, #dd4237)}.more-card-text{display:flex;flex-direction:column;gap:4px}.more-card-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.more-card-value{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.more-card-subtitle{font-size:12px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.more-card-chevron{width:24px;height:24px;display:block;color:var(--color-text, #222222)}.more-card-logout .more-card-value{color:var(--color-text, #222222)}.more-card-dev{border:1px dashed var(--color-border, #d7d8df)}.more-card-dev .more-card-value{color:var(--color-text-secondary, #7e8194)}.more-meta{margin-top:auto;padding:0 16px 10px}.more-app-version{padding:0;text-align:center;font-size:12px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194);opacity:.72}.more-push-disabled-hint{margin-top:2px;padding:0;text-align:center;font-size:12px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194);opacity:.82}.more-skeleton{--skeleton-base: var(--skeleton-base-color, #e5e5e5);--skeleton-highlight: var(--skeleton-highlight-color, #f5f5f5)}.more-skeleton .sk{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-base) 0%,var(--skeleton-highlight) 50%,var(--skeleton-base) 100%);background-size:200% 100%;animation:more-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes more-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.more-skeleton .sk-text{height:12px;border-radius:999px}.more-skeleton .sk-radius-8{border-radius:8px}.more-skeleton .sk-h-16{height:16px}.more-skeleton .sk-w-80{width:80px}.more-skeleton .sk-w-120{width:120px}.more-skeleton .sk-w-140{width:140px}.more-skeleton .sk-w-160{width:160px}.more-skeleton .sk-w-180{width:180px}.more-skeleton .sk-w-200{width:200px}.more-skeleton .sk-24{width:24px;height:24px}.access-tabs{margin-top:8px;padding:4px;background:#eaeaf3;border-radius:8px;display:flex;gap:4px}.access-tab{flex:1;height:40px;border-radius:8px;background:transparent;color:var(--color-text, #222222);font-size:14px;font-weight:500;line-height:18px;display:flex;align-items:center;justify-content:center}.access-tab.active{background:var(--color-background, #ffffff);box-shadow:0 2px 20px #0000000f;font-weight:600}:root[data-theme=dark] .access-tabs{background:var(--color-background, #121212)}:root[data-theme=dark] .access-tab{color:var(--color-text, #f5f5f8)}:root[data-theme=dark] .access-tab.active{background:var(--color-text, #f5f5f8);color:var(--Content-BaseInversed, #222222);box-shadow:none}.access-card{background:var(--color-background, #ffffff);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.access-card--with-hint{position:relative}.access-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:relative}.access-card-title{margin:0;font-size:20px;font-weight:600;line-height:24px;color:var(--color-text, #222222)}.access-list{display:flex;flex-direction:column}.access-search-section{padding:0 16px}.access-search-empty{padding:8px 0;font-size:14px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.access-icon{width:32px;height:32px;border-radius:54px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.access-icon--accent{background:var(--color-primary-soft, #ffeadb)}.access-icon--neutral{background:var(--color-background-secondary, #f5f5f8)}.access-icon-image{width:16px;height:16px;display:block}.access-icon-image--accent{color:var(--variable-collection-content-add, #7139f4)}.access-icon-image--warning{color:var(--color-primary, #ff6b00)}.access-icon-image--neutral{color:var(--color-text-secondary, #7e8194)}.access-icon-image--phone{color:var(--variable-collection-content-add, #7139f4)}.vehicles-guard-badge{position:absolute;left:2px;bottom:-4px;width:10px;height:13px;display:flex;align-items:center;justify-content:center}.vehicles-guard-badge-icon{width:10px;height:13px;display:block;color:var(--color-primary, #ff6b00)}.access-icon--phone{background:var(--color-add-soft, #ece4ff)}.access-detail-delete{position:absolute;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;right:6px}.access-detail-delete-icon{width:24px;height:24px;display:block}.access-bottom{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:450px;display:flex;flex-direction:column;align-items:stretch;z-index:20;background:var(--color-background, #ffffff);box-shadow:0 -2px 20px #0000000f}.access-bottom-action{padding:8px 16px;background:var(--color-background, #ffffff)}.access-new-button{width:100%;height:56px;border-radius:16px;background:var(--color-primary, #ff6b00);color:var(--color-background, #ffffff);font-size:16px;font-weight:500;line-height:24px;display:inline-flex;align-items:center;justify-content:center}.access-screen{min-height:100vh;min-height:var(--app-dvh, 100dvh);background:var(--color-background-secondary, #f5f5f8);display:flex;flex-direction:column;padding-bottom:calc(180px + env(safe-area-inset-bottom))}.access-header{padding:12px 16px 8px;padding-top:calc(12px + env(safe-area-inset-top))}.access-title{margin:0;font-size:24px;font-weight:600;line-height:20px;color:var(--color-text, #222222)}.access-content{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.access-section{padding:0 16px}.access-info-button{width:24px;height:24px;padding:0;background:transparent;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.access-info-icon{width:20px;height:20px;display:block}.access-info-icon--inactive{color:#a3a6b9}.access-info-icon--active{color:#7139f4}.access-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0}.access-item--button{width:100%;text-align:left;background:transparent;cursor:pointer}.access-item-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.access-item-text{display:flex;flex-direction:column;gap:4px;min-width:0}.access-item-label{font-size:14px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.access-item-value{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.access-item-subtitle{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.access-item-chevron{width:24px;height:24px;display:block;flex-shrink:0;color:var(--color-text, #222222)}.search-input{display:flex;align-items:center;gap:8px;height:48px;padding:0 16px;background:var(--color-background, #ffffff);border-radius:24px}.search-input-icon{width:24px;height:24px;display:block;flex-shrink:0;color:var(--color-text, #222222)}.search-input-control{flex:1;border:none;outline:none;background:transparent;color:var(--color-text, #222222);font-size:16px;font-weight:400;line-height:24px;min-width:0}.search-input-control::placeholder{color:var(--color-text-secondary, #7e8194)}.search-input-clear{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;flex-shrink:0;color:var(--color-text-secondary, #7e8194)}.search-input-clear-icon{width:24px;height:24px;display:block}.access-toggle{width:52px;height:32px;border-radius:100px;padding:2px 4px;display:flex;align-items:center;justify-content:flex-end;transition:background .2s ease,outline-color .2s ease;cursor:pointer}.access-toggle.on{background:var(--color-primary, #ff6b00)}.access-toggle.off{background:var(--color-background-secondary, #f5f5f8);outline:2px solid var(--color-text-secondary, #7e8194);outline-offset:-2px;justify-content:flex-start}.access-toggle-thumb{width:24px;height:24px;border-radius:100px;background:#fff;transition:width .2s ease,height .2s ease,background .2s ease}.access-toggle.off .access-toggle-thumb{width:16px;height:16px;background:var(--color-text-secondary, #7e8194)}.guests-card{gap:12px}.guests-item{width:100%;text-align:left;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 0}.guests-item-left{display:flex;align-items:flex-start;gap:8px;flex:1;min-width:0}.guests-text{display:flex;flex-direction:column;gap:4px;min-width:0}.guests-label{font-size:14px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.guests-value{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.guests-date{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.guests-pass-list{display:flex;flex-direction:column}.guests-pass-item{width:100%;border:none;background:transparent;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left}.guests-pass-item:focus-visible{outline:2px solid var(--color-primary, #ff6b00);outline-offset:4px;border-radius:12px}.guests-pass-left{display:flex;align-items:flex-start;gap:8px;flex:1;min-width:0}.guests-pass-icon{width:32px;height:32px;border-radius:54px;background:var(--variable-collection-BG-contentaddlight, #ece4ff);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.guests-pass-text{display:flex;flex-direction:column;gap:4px;min-width:0}.guests-pass-name{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.guests-pass-desc{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text, #222222)}.guests-pass-radio{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.guests-pass-title{font-size:16px;font-weight:600;line-height:24px;color:var(--color-text, #222222);margin-bottom:8px}.profile-screen.access-screen--detail{background:var(--color-background-secondary, #f5f5f8)}.profile-screen .access-detail-header{background:#f5f5f8d9}:root[data-theme=dark] .profile-screen .access-detail-header{background:transparent}.profile-screen .access-detail-content{padding-top:8px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.profile-screen-section{padding:0 16px;display:flex;flex-direction:column;gap:16px}.profile-row{width:100%;border:none;border-radius:16px;background:var(--color-background, #ffffff);padding:16px;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left}.profile-row--action{cursor:pointer}.profile-row--static{cursor:default}.profile-row-left{display:flex;align-items:center;gap:12px;min-width:0}.profile-row-icon{width:24px;height:24px;display:block;flex-shrink:0;color:var(--color-text, #222222)}.profile-row-text{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-row-label{font-size:13px;font-weight:400;line-height:16px;color:var(--color-text-secondary, #7e8194)}.profile-row-value{font-size:14px;font-weight:600;line-height:16px;color:var(--color-text, #222222)}.profile-row-chevron{width:24px;height:24px;display:block;flex-shrink:0;color:var(--color-text, #222222)}.profile-row-chevron--hidden{opacity:0}.change-password-screen .access-detail-content{padding-top:8px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}*{margin:0;padding:0;box-sizing:border-box}:root{--app-dvh: 100dvh;--font-primary: "Roboto", "Segoe UI", "Helvetica Neue", "Noto Sans", sans-serif;--variable-collection-BG-contentaddlight: rgba(236, 228, 255, 1);--variable-collection-BG-errorlight: rgba(255, 219, 219, 1);--variable-collection-BG-grey: rgba(245, 245, 248, 1);--variable-collection-BG-main: rgba(255, 255, 255, 1);--variable-collection-BG-orangelight: rgba(255, 234, 219, 1);--variable-collection-content-acent: rgba(255, 107, 0, 1);--variable-collection-content-acentpressed: rgba(224, 79, 1, 1);--variable-collection-content-add: rgba(113, 57, 244, 1);--variable-collection-content-base: rgba(34, 34, 34, 1);--variable-collection-content-constantw: rgba(255, 255, 255, 1);--variable-collection-content-error: rgba(221, 66, 55, 1);--variable-collection-content-green: rgba(32, 200, 66, 1);--variable-collection-content-tetr: rgba(126, 129, 148, 1);--BG-Main: var(--variable-collection-BG-main);--BG_Black-Main: #121212;--BG-Grey: var(--variable-collection-BG-grey);--BG-OrangeLight: var(--variable-collection-BG-orangelight);--BG-ErrorLight: var(--variable-collection-BG-errorlight);--BG-ContentAddLight: var(--variable-collection-BG-contentaddlight);--BG-AddLight: var(--variable-collection-BG-contentaddlight);--Content-Base: var(--variable-collection-content-base);--Content-BaseInversed: #ffffff;--Content-Acent: var(--variable-collection-content-acent);--Content-AcentPressed: var(--variable-collection-content-acentpressed);--Content-Add: var(--variable-collection-content-add);--Content-Tetr: var(--variable-collection-content-tetr);--Content-Error: var(--variable-collection-content-error);--Content-Green: var(--variable-collection-content-green);--Content-ConstantW: var(--variable-collection-content-constantw);--color-primary: var(--variable-collection-content-acent);--color-primary-dark: var(--variable-collection-content-acentpressed);--color-primary-soft: var(--variable-collection-BG-orangelight);--color-error: var(--variable-collection-content-error);--color-text: var(--variable-collection-content-base);--color-text-secondary: var(--variable-collection-content-tetr);--color-border: #e5e7ef;--color-background: var(--variable-collection-BG-main);--color-background-secondary: var(--variable-collection-BG-grey);--color-sheet-background: var(--color-background);--color-more-sheet-background: var(--color-sheet-background);--color-surface: var(--variable-collection-BG-grey);--color-surface-strong: var(--variable-collection-BG-main);--color-shadow: rgba(15, 23, 42, .08);--skeleton-base-color: #e5e5e5;--skeleton-highlight-color: #f5f5f5;--border-radius: 16px;--border-radius-sm: 12px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--default-text-XS-font-family: "Roboto", Helvetica, sans-serif;--default-text-XS-font-size: 13px;--default-text-XS-font-style: normal;--default-text-XS-font-weight: 400;--default-text-XS-letter-spacing: 0px;--default-text-XS-line-height: 16px;--radiuscontrol-m: 12px;--space-spacing-0: 0px;--space-spacing-s: 16px;--space-spacing-xs: 12px}:root[data-theme=dark]{--variable-collection-BG-contentaddlight: #1a1629;--variable-collection-BG-errorlight: #2d1414;--variable-collection-BG-grey: #1e1e1e;--variable-collection-BG-main: #121212;--variable-collection-BG-orangelight: #2d1e14;--variable-collection-content-acent: #ff8c33;--variable-collection-content-acentpressed: #cc5800;--variable-collection-content-add: #9d74ff;--variable-collection-content-base: #f5f5f8;--variable-collection-content-constantw: #ffffff;--variable-collection-content-error: #ff5247;--variable-collection-content-green: #3ee066;--variable-collection-content-tetr: #a3a6b9;--BG-Main: var(--variable-collection-BG-main);--BG_Black-Main: var(--variable-collection-BG-main);--BG-Grey: var(--variable-collection-BG-grey);--BG-OrangeLight: var(--variable-collection-BG-orangelight);--BG-ErrorLight: var(--variable-collection-BG-errorlight);--BG-ContentAddLight: var(--variable-collection-BG-contentaddlight);--BG-AddLight: var(--variable-collection-BG-contentaddlight);--Content-Base: var(--variable-collection-content-base);--Content-BaseInversed: #222222;--Content-Acent: var(--variable-collection-content-acent);--Content-AcentPressed: var(--variable-collection-content-acentpressed);--Content-Add: var(--variable-collection-content-add);--Content-Tetr: var(--variable-collection-content-tetr);--Content-Error: var(--variable-collection-content-error);--Content-Green: var(--variable-collection-content-green);--Content-ConstantW: var(--variable-collection-content-constantw);--color-primary: var(--Content-Acent);--color-primary-dark: var(--Content-AcentPressed);--color-primary-soft: var(--BG-OrangeLight);--color-error: var(--Content-Error);--color-text: var(--Content-Base);--color-text-secondary: var(--Content-Tetr);--color-border: #2d3140;--color-background: var(--BG-Main);--color-background-secondary: var(--BG-Grey);--color-sheet-background: #0e0e0e;--color-more-sheet-background: #0a0a0a;--color-surface: var(--BG-Grey);--color-surface-strong: var(--BG-Main);--color-shadow: rgba(0, 0, 0, .4);--skeleton-base-color: #2a2a2a;--skeleton-highlight-color: #343434}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text);line-height:1.5;overflow-x:hidden;scrollbar-gutter:stable;overflow-y:auto}#root{min-height:100vh;min-height:var(--app-dvh, 100dvh);width:100%;max-width:450px;margin:0 auto;position:relative}button{font-family:inherit;cursor:pointer;border:none;outline:none;-webkit-tap-highlight-color:transparent}input,select,textarea{font-family:inherit;outline:none;-webkit-tap-highlight-color:transparent}a{color:var(--color-primary);text-decoration:none;-webkit-tap-highlight-color:transparent}@media(max-width:430px){#root{max-width:100%}}.field-error{font-size:12px;color:var(--color-error);margin-left:4px}
