:root{--surface-white: #ffffff;--surface-light: #f0f0f0;--surface-dark: #212121;--surface-black: #161616;--surface-green: #009951;--surface-red: #c8252b;--surface-blue: #0080ff;--surface-orange: #e35824;--surface-violet: #ab689a;--icotext-grey: #6f6f70;--icotext-grey-light: #aeb3be;--icotext-white: #ffffff;--icotext-black: #000000;--icotext-red: #ff4e56;--icotext-green: #22c55e;--icotext-orange: #f99418;--icotext-blue: #0080ff;--icotext-violet: #ab689a;--outline-default: #d9d9d9;--outline-light: #e6e6e7;--alfa-black-10: rgba(0, 0, 0, .1);--alfa-black-30: rgba(0, 0, 0, .3);--alfa-black-50: rgba(0, 0, 0, .5);--alfa-white-10: rgba(255, 255, 255, .1);--alfa-white-30: rgba(255, 255, 255, .3);--alfa-white-40: rgba(255, 255, 255, .4);--alfa-white-50: rgba(255, 255, 255, .5);--alfa-white-60: rgba(255, 255, 255, .6);--alfa-blue-10: rgba(0, 128, 255, .1);--font-family: "Onest", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-family);background:#000;color:var(--icotext-white);font-size:14px;line-height:20px}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:inherit;color:var(--icotext-white)}a{color:inherit;text-decoration:none}.app-frame{min-height:100vh;background:var(--surface-black);border-radius:40px;display:flex;flex-direction:column}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 36px}.top-nav__brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:.04em}.top-nav__brand img{width:28px;height:28px}.top-nav__links{display:flex;gap:28px;font-size:16px}.top-nav__link{color:var(--icotext-grey-light);transition:color .15s}.top-nav__link:hover{color:var(--icotext-white)}.top-nav__link--active{color:var(--icotext-white);font-weight:500}.top-nav__user{display:flex;align-items:center;gap:8px;background:var(--surface-dark);border-radius:14px;padding:10px 16px;font-size:14px}.top-nav__user-name{font-weight:500}.top-nav__user-role{color:var(--icotext-grey-light)}.top-nav__logout{margin-left:8px;color:var(--icotext-grey);font-size:13px}.top-nav__logout:hover{color:var(--icotext-red)}.page{flex:1;padding:8px 36px 36px;display:flex;flex-direction:column;gap:20px}.page-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.page-header__title{font-size:40px;line-height:50px;font-weight:700}.page-header__count{font-size:40px;line-height:50px;font-weight:400;color:var(--icotext-grey)}.page-header__spacer{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:100px;padding:12px 24px;font-size:15px;font-weight:500;transition:filter .15s,background .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--surface-blue);color:var(--icotext-white)}.btn--primary:hover:not(:disabled){filter:brightness(1.1)}.btn--secondary{background:var(--surface-dark);color:var(--icotext-white)}.btn--outline{border:1px solid var(--alfa-white-30);color:var(--icotext-white)}.btn--block{width:100%}.btn--sm{padding:8px 16px;font-size:14px}.segmented{display:inline-flex;gap:4px;background:var(--surface-dark);border-radius:100px;padding:4px;margin-bottom:20px}.segmented__item{border-radius:100px;padding:8px 20px;font-size:14px;font-weight:500;color:var(--icotext-grey-light);transition:background .15s,color .15s}.segmented__item:hover{color:var(--icotext-white)}.segmented__item--active{background:var(--surface-blue);color:var(--icotext-white)}.field{display:flex;flex-direction:column;gap:8px}.field__label{color:var(--icotext-grey-light);font-size:14px}.input{background:var(--surface-dark);border:1px solid transparent;border-radius:14px;padding:13px 16px;font-size:15px;outline:none;width:100%}.input::placeholder{color:var(--icotext-grey)}.input:focus{border-color:var(--surface-blue)}.input--search{min-width:320px;background:var(--surface-dark) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236f6f70' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E") no-repeat 16px center;padding-left:44px}textarea.input{min-height:140px;resize:vertical}.input--static{display:flex;align-items:center;color:var(--icotext-grey-light);cursor:default}.checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox__box{width:24px;height:24px;border-radius:7px;background:#2c2c2c;border:1px solid var(--alfa-white-10);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.checkbox input{display:none}.checkbox--checked .checkbox__box{background:var(--surface-white)!important;border-color:var(--surface-white)!important}.checkbox__check{width:15px;height:15px;display:none}.checkbox--checked .checkbox__check{display:block}.table-wrap{background:var(--surface-black);border-radius:16px;overflow:auto}.table{width:100%;border-collapse:collapse;white-space:nowrap}.table th{text-align:left;font-weight:400;color:var(--icotext-grey);background:var(--surface-dark);padding:16px;font-size:14px}.table th:first-child{border-radius:12px 0 0 12px}.table th:last-child{border-radius:0 12px 12px 0}.table td{padding:18px 16px;font-size:14px}.table tbody tr:nth-child(2n){background:#1b1b1b}.table__link{color:var(--icotext-blue);display:inline-flex}.table__link:hover{filter:brightness(1.2)}.table__empty{text-align:center;color:var(--icotext-grey);padding:48px 16px!important}.status--green{color:var(--icotext-green)}.status--red{color:var(--icotext-red)}.status--orange{color:var(--icotext-orange)}.status--grey{color:var(--icotext-grey-light)}.history-table-wrap{overflow-x:auto;border-radius:12px}.history-table th,.history-table td{padding:12px}.history-table__row{cursor:pointer}.history-table__row:hover{background:var(--alfa-white-10)}.history-table__chevron{text-align:right;color:var(--icotext-grey-light)}.history-table__details-row td{background:transparent}.history-details{display:flex;flex-direction:column;gap:8px;white-space:normal;padding:4px 0 12px}.history-details__url{font-family:monospace;font-size:12px;color:var(--icotext-grey-light);word-break:break-all}.history-details__label{color:var(--icotext-grey-light);font-size:12px}.code-block{background:#0c0c0c;border-radius:10px;padding:12px;font-family:monospace;font-size:12px;line-height:18px;white-space:pre-wrap;word-break:break-all;max-height:280px;overflow:auto}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--icotext-grey-light);font-size:15px}.pagination__pages{display:flex;gap:18px}.pagination__page{color:var(--icotext-grey-light)}.pagination__page:hover{color:var(--icotext-white)}.pagination__page--active{color:var(--icotext-white);font-weight:700}.pagination__nav:hover{color:var(--icotext-white)}.pagination__nav:disabled{opacity:.4}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--alfa-black-50);display:flex;justify-content:flex-end;z-index:50}.drawer{width:min(560px,100vw);background:var(--surface-black);height:100%;padding:28px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.drawer__close{width:44px;height:44px;border-radius:12px;background:var(--surface-dark);display:flex;align-items:center;justify-content:center;font-size:18px}.drawer__title{font-size:28px;font-weight:700}.drawer__section{background:var(--surface-dark);border-radius:16px;padding:14px 18px 18px;display:flex;flex-direction:column;gap:12px}.drawer__section-title{color:var(--icotext-grey-light);font-size:14px}.drawer__footer{margin-top:auto;display:flex;gap:12px;justify-content:flex-end}.drawer__banner{border:1px solid var(--icotext-red);background:#ff4e5614;color:var(--icotext-red);border-radius:14px;padding:14px 16px;font-size:14px}.drawer__banner--ok{border-color:var(--icotext-green);background:#22c55e14;color:var(--icotext-green)}.drawer__banner--info{border-color:var(--icotext-grey-light);background:#aeb3be14;color:var(--icotext-grey-light)}.drawer__row{display:flex;justify-content:space-between;gap:16px;font-size:14px}.drawer__row-label{color:var(--icotext-grey-light)}.picker-field{position:relative;flex:1;min-width:160px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#2c2c2c;border-radius:14px;padding:13px 16px;font-size:15px;cursor:pointer}.picker-field__placeholder{color:var(--icotext-grey-light)}.picker-field__icon{width:18px;height:18px;color:var(--icotext-grey-light);flex-shrink:0}.picker-field input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;border:none;pointer-events:none}.point-option{display:flex;align-items:center;gap:12px}.point-option__photo{width:56px;height:56px;border-radius:12px;object-fit:cover;background:var(--alfa-white-10)}.point-option__name{font-weight:700;font-size:16px}.point-option__address{color:var(--icotext-grey-light);font-size:13px}.login-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#000;padding:24px}.login-card{width:min(620px,100%);background:var(--surface-black);border-radius:24px;padding:40px 48px;display:flex;flex-direction:column;gap:20px}.login-card__brand{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;letter-spacing:.04em}.login-card__brand img{width:26px;height:26px}.login-card__title{text-align:center;font-size:28px;font-weight:500;margin-bottom:8px}.login-card__error{color:var(--icotext-red);font-size:14px;text-align:center}.login-screen__footer{color:var(--icotext-grey);font-size:13px}.banner-layout{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:48px;align-items:start}.banner-form{display:flex;flex-direction:column;gap:20px}.banner-toggle{display:flex;align-items:center;justify-content:space-between;background:var(--surface-dark);border-radius:16px;padding:18px 20px;font-size:15px}.switch{position:relative;width:52px;height:30px;border-radius:100px;background:var(--alfa-white-10);transition:background .2s}.switch--on{background:var(--surface-blue)}.switch__thumb{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:var(--surface-white);transition:transform .2s}.switch--on .switch__thumb{transform:translate(22px)}.upload-zone{border:1.5px dashed var(--alfa-white-30);border-radius:16px;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;cursor:pointer;color:var(--icotext-grey-light)}.upload-zone__icon{width:44px;height:44px;border-radius:12px;background:var(--surface-dark);display:flex;align-items:center;justify-content:center;font-size:20px}.upload-zone__title{color:var(--icotext-white);font-size:16px;font-weight:500}.upload-zone img{max-width:240px;border-radius:12px}.field__hint{color:var(--icotext-grey);font-size:13px}.banner-preview{display:flex;flex-direction:column;gap:12px}.banner-preview__label{color:var(--icotext-grey-light)}.banner-preview__card{position:relative;width:100%;max-width:420px;aspect-ratio:343 / 310;border-radius:20px;overflow:hidden;background:var(--surface-dark)}.banner-preview__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.banner-preview__brand{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.6)}.banner-preview__brand img{position:static;width:24px;height:24px}.banner-preview__text{position:absolute;left:16px;right:16px;bottom:16px;font-size:22px;line-height:28px;font-weight:700;text-shadow:0 1px 6px rgba(0,0,0,.7);white-space:pre-wrap}.banner-preview__hint{color:var(--icotext-grey);font-size:13px}.banner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.banner-grid__state{color:var(--icotext-grey-light);padding:24px 0}.banner-card{display:flex;flex-direction:column;background:var(--surface-black);border:1px solid var(--alfa-white-10);border-radius:20px;overflow:hidden}.banner-card__image{position:relative;aspect-ratio:343 / 200;background:var(--surface-dark)}.banner-card__image--square{aspect-ratio:auto;height:220px}.banner-card__image img{width:100%;height:100%;object-fit:cover}.banner-card__image--square img{object-fit:contain}.banner-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--icotext-grey);font-size:14px}.banner-card__order{position:absolute;top:12px;left:12px;background:var(--alfa-black-50);color:var(--icotext-white);border-radius:100px;padding:4px 12px;font-size:13px;font-weight:700}.banner-card__body{display:flex;flex-direction:column;gap:6px;padding:16px 18px;flex:1}.banner-card__title{font-size:17px;font-weight:700}.banner-card__desc{color:var(--icotext-grey-light);font-size:14px;line-height:20px}.banner-card__actions{display:flex;gap:10px;padding:0 18px 18px}.banner-card__actions .btn{flex:1}.point-group{margin-bottom:36px}.point-group__title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;margin-bottom:18px}.point-group__count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:100px;background:var(--surface-dark);color:var(--icotext-grey-light);font-size:13px;font-weight:600}.point-card__meta{display:flex;flex-direction:column;gap:6px;margin-top:6px}.point-card__meta>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.point-card__meta dt{color:var(--icotext-grey)}.point-card__meta dd{color:var(--icotext-white);text-align:right}.toast-stack{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:100}.toast{display:flex;align-items:center;max-width:calc(100vw - 32px);gap:10px;background:var(--surface-dark);border:1px solid var(--alfa-white-10);border-radius:16px;padding:12px 18px;font-size:14px;box-shadow:0 8px 24px #0006}.toast__badge{width:24px;height:24px;border-radius:50%;background:var(--icotext-orange);color:var(--icotext-white);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.toast--success .toast__badge{background:var(--icotext-green)}@media(max-width:1280px){.top-nav__links{gap:20px;font-size:15px}}@media(max-width:1100px){.banner-layout{grid-template-columns:1fr}}@media(max-width:960px){.top-nav{flex-wrap:wrap;row-gap:12px;padding:16px 20px}.top-nav__links{order:3;width:100%;overflow-x:auto;scrollbar-width:none;gap:24px;padding-bottom:4px}.top-nav__links::-webkit-scrollbar{display:none}.top-nav__link{white-space:nowrap}}@media(max-width:800px){.app-frame{border-radius:0}.page{padding:8px 16px 24px}.page-header{gap:12px}.page-header__title,.page-header__count{font-size:28px;line-height:36px}.input--search{min-width:0;flex:1 1 100%}.table th{padding:12px}.table td{padding:14px 12px;font-size:13px}.banner-layout{gap:28px}}@media(max-width:600px){.page-header .btn{flex:1 1 auto}.pagination{flex-wrap:wrap;justify-content:center;gap:10px 16px;font-size:14px}.pagination__pages{flex-wrap:wrap;justify-content:center;gap:12px}.drawer{padding:20px 16px;gap:16px}.drawer__title{font-size:22px}.drawer__close{width:38px;height:38px}.drawer__footer{flex-wrap:wrap}.drawer__footer .btn{flex:1 1 auto}.drawer__row{flex-wrap:wrap}.upload-zone{padding:32px 16px}.login-card{padding:28px 20px;border-radius:20px}}@media(max-width:480px){.top-nav{padding:12px 16px}.top-nav__user{padding:8px 12px;gap:6px;font-size:13px}.top-nav__user-role{display:none}.page-header__title,.page-header__count{font-size:24px;line-height:32px}.banner-grid{gap:16px}.banner-card__image--square{height:200px}}
