@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{color:#1e1238;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf8ff;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}h1,h2,h3,h4,h5,h6{color:#1e1238;font-weight:600;line-height:1.25}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{color:#7c6e9e;line-height:1.6}.text-muted{color:#7c6e9e;font-size:.875rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.app-layout{background-color:#faf8ff;min-height:100vh;display:flex}.app-layout__main{flex-direction:column;flex:1;min-width:0;margin-left:0;transition:margin-left .3s;display:flex}@media (width>=1024px){.app-layout__main{margin-left:260px}}.app-layout__content{flex:1;min-width:0;margin-top:64px;padding:1.25rem 1rem;overflow-x:hidden}@media (width>=768px){.app-layout__content{padding:2rem 1.5rem}}@media (width>=1280px){.app-layout__content{max-width:1400px;padding:2rem}}.sidebar-overlay{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:none;position:fixed;inset:0}.sidebar-overlay--visible{display:block}.sidebar{z-index:50;background:#fff;border-right:1px solid #e4d9ff;flex-direction:column;width:260px;height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}@media (width>=1024px){.sidebar{box-shadow:none;transform:translate(0)}}.sidebar--open{transform:translate(0);box-shadow:0 8px 32px #7c3aed1f,0 4px 8px #0000000f}.sidebar__logo{border-bottom:1px solid #f0ebff;align-items:center;gap:.75rem;min-height:64px;padding:1.5rem;display:flex}.sidebar__logo-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sidebar__logo-text h2{color:#1e1238;font-size:.875rem;font-weight:700;line-height:1.1}.sidebar__logo-text span{color:#7c6e9e;font-size:.75rem;font-weight:400}.sidebar__nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.sidebar__nav-label{color:#a99dc4;text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.sidebar__nav-item{color:#7c6e9e;cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar__nav-item svg{flex-shrink:0;width:18px;height:18px}.sidebar__nav-item:hover{color:#7c3aed;background:#ede9fe}.sidebar__nav-item--active{color:#7c3aed;background:#ede9fe;font-weight:600}.sidebar__footer{padding:1rem .75rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));border-top:1px solid #f0ebff;flex-shrink:0}.sidebar__user{border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;transition:background .15s;display:flex}.sidebar__user:hover{background:#f3f0ff}.sidebar__user-info{flex:1;min-width:0}.sidebar__user-info p{color:#1e1238;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.sidebar__user-info span{color:#7c6e9e;font-size:.75rem}.sidebar__logout{color:#7c6e9e;border-radius:6px;padding:.25rem;transition:color .15s}.sidebar__logout:hover{color:#dc2626}.header{z-index:30;background:#fff;border-bottom:1px solid #e4d9ff;justify-content:space-between;align-items:center;gap:1rem;height:64px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}@media (width>=1024px){.header{padding:0 1.5rem;left:260px}}.header__left{align-items:center;gap:.75rem;min-width:0;display:flex}.header__burger{color:#7c6e9e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}@media (width>=1024px){.header__burger{display:none}}.header__burger:hover{color:#7c3aed;background:#ede9fe}.header__breadcrumb{color:#7c6e9e;align-items:center;gap:.5rem;min-width:0;font-size:.875rem;display:flex}.header__breadcrumb span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header__breadcrumb span:last-child{color:#1e1238;font-weight:500}.header__breadcrumb svg{color:#e4d9ff;flex-shrink:0}.header__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__env-badge{color:#7c3aed;background:#ede9fe;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:none}@media (width>=768px){.header__env-badge{display:inline-block}}.card{background:#fff;border:1px solid #e4d9ff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #7c3aed0f,0 1px 2px #0000000a}.card__header{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.5rem 0;display:flex}.card__title{color:#1e1238;font-size:1rem;font-weight:600}.card__body{padding:1.5rem}.card__footer{border-top:1px solid #f0ebff;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.stat-card{background:#fff;border:1px solid #e4d9ff;border-radius:16px;align-items:flex-start;gap:.75rem;min-width:0;padding:1rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 3px #7c3aed0f,0 1px 2px #0000000a}@media (width>=768px){.stat-card{gap:1rem;padding:1.5rem}}.stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed14,0 2px 4px #0000000d}.stat-card--clickable{cursor:pointer}.stat-card--clickable:hover{border-color:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed14,0 2px 4px #0000000d}.stat-card__icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media (width>=768px){.stat-card__icon-wrap{width:48px;height:48px}}.stat-card__icon-wrap--primary{color:#7c3aed;background:#ede9fe}.stat-card__icon-wrap--confirmed{color:#059669;background:#d1fae5}.stat-card__icon-wrap--rejected{color:#dc2626;background:#fee2e2}.stat-card__icon-wrap--pending{color:#d97706;background:#fef3c7}.stat-card__body{flex:1;min-width:0;overflow:hidden}.stat-card__label{text-transform:uppercase;letter-spacing:.05em;color:#7c6e9e;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:9px;font-weight:600;overflow:hidden}@media (width>=768px){.stat-card__label{letter-spacing:.06em;font-size:.75rem}}.stat-card__value{color:#1e1238;font-size:clamp(1.25rem,4.5vw,1.875rem);font-weight:700;line-height:1.1}.stat-card__sub{color:#7c6e9e;white-space:nowrap;text-overflow:ellipsis;margin-top:.25rem;font-size:.75rem;overflow:hidden}.badge{white-space:nowrap;border-radius:9999px;align-items:center;gap:.25rem;padding:2px .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.badge--confirmed{color:#059669;background:#d1fae5}.badge--rejected{color:#dc2626;background:#fee2e2}.badge--pending{color:#d97706;background:#fef3c7}.badge--default{color:#7c3aed;background:#ede9fe}.spinner{border:3px solid #e4d9ff;border-top-color:#7c3aed;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin;display:inline-block}.spinner--sm{border-width:2px;width:16px;height:16px}.spinner--lg{border-width:4px;width:40px;height:40px}.spinner-page{justify-content:center;align-items:center;min-height:240px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.empty-state__icon{color:#7c3aed;background:#ede9fe;border-radius:24px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.empty-state__title{color:#1e1238;font-size:1rem;font-weight:600}.empty-state__desc{color:#7c6e9e;max-width:280px;font-size:.875rem}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.pagination__info{color:#7c6e9e;white-space:nowrap;font-size:.875rem}.pagination__btn{color:#7c6e9e;background:#fff;border:1px solid #e4d9ff;border-radius:10px;justify-content:center;align-items:center;min-width:36px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn:not(:disabled):hover{color:#7c3aed;background:#ede9fe;border-color:#7c3aed}.pagination__btn--active{color:#fff;background:#7c3aed;border-color:#7c3aed}.pagination__btn--active:hover{background:#6d28d9!important}.search-bar{align-items:center;display:flex;position:relative}.search-bar__icon{color:#7c6e9e;pointer-events:none;flex-shrink:0;position:absolute;left:.75rem}.search-bar__input{color:#1e1238;background:#fff;border:1px solid #e4d9ff;border-radius:10px;outline:none;width:100%;padding:.5rem .75rem .5rem 2rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.search-bar__input::placeholder{color:#a99dc4}.search-bar__input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e4d9ff;border-radius:16px;width:100%;max-width:100%;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table thead{background:#faf8ff;border-bottom:1px solid #e4d9ff}.table thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#7c6e9e;white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.table tbody tr{border-bottom:1px solid #f0ebff;transition:background .15s}.table tbody tr:last-child{border-bottom:none}.table tbody tr:hover{background:#faf8ff}.table tbody td{color:#1e1238;vertical-align:middle;padding:1rem}.avatar{color:#7c3aed;background:#ede9fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.avatar--sm{width:28px;height:28px;font-size:.75rem}.avatar--md{width:36px;height:36px;font-size:.875rem}.avatar--lg{width:48px;height:48px;font-size:1rem}.device-tag{border-radius:9999px;align-items:center;gap:.25rem;padding:2px .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.device-tag--mobile{color:#7c3aed;background:#ede9fe}.device-tag--desktop{color:#059669;background:#d1fae5}.device-tag--unknown{color:#7c6e9e;background:#f3f0ff}.form-response-trigger{color:#7c3aed;cursor:pointer;white-space:nowrap;background:#ede9fe;border:1px solid #0000;border-radius:10px;align-items:center;gap:4px;padding:3px .5rem;font-size:.75rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.form-response-trigger:hover{background:#f9f8ff;border-color:#7c3aed66}.form-response-list{flex-direction:column;gap:0;display:flex}.form-response-list__row{border-bottom:1px solid #f0ebff;flex-direction:column;gap:3px;padding:.75rem 0;display:flex}.form-response-list__row:first-child{padding-top:0}.form-response-list__row:last-child{border-bottom:none;padding-bottom:0}.form-response-list__label{text-transform:uppercase;letter-spacing:.06em;color:#7c6e9e;font-size:10px;font-weight:600}.form-response-list__value{color:#1e1238;word-break:break-word;font-size:.875rem;font-weight:500;line-height:1.45}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:480px;max-height:80vh;display:flex;box-shadow:0 8px 32px #7c3aed1f,0 4px 8px #0000000f}.modal__header{border-bottom:1px solid #e4d9ff;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.modal__title{color:#1e1238;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.modal__close{color:#7c6e9e;cursor:pointer;background:#faf8ff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.modal__close:hover{color:#1e1238;background:#e4d9ff}.modal__body{flex:1;padding:1.25rem 1.5rem;overflow-y:auto}body.modal-open{overflow:hidden}.login-page{background:linear-gradient(135deg,#faf8ff 0%,#eee8ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem;display:flex}.login-page__card{background:#fff;border:1px solid #e4d9ff;border-radius:24px;width:100%;max-width:420px;padding:2rem;box-shadow:0 8px 32px #7c3aed1f,0 4px 8px #0000000f}.login-page__logo{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.login-page__logo-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.login-page__logo-text h1{color:#1e1238;font-size:1.125rem;font-weight:700}.login-page__logo-text span{color:#7c6e9e;font-size:.75rem}.login-page__title{color:#1e1238;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.login-page__subtitle{color:#7c6e9e;margin-bottom:2rem;font-size:.875rem}.login-page__form{flex-direction:column;gap:1rem;display:flex}.login-page__field{flex-direction:column;gap:.5rem;display:flex}.login-page__field label{color:#1e1238;font-size:.875rem;font-weight:500}.login-page__field input{color:#1e1238;background:#fff;border:1px solid #e4d9ff;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.login-page__field input::placeholder{color:#a99dc4}.login-page__field input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.login-page__error{color:#dc2626;background:#fee2e2;border:1px solid #dc262633;border-radius:10px;padding:.75rem 1rem;font-size:.875rem}.login-page__btn{color:#fff;background:#7c3aed;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .15s;display:flex}.login-page__btn:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.login-page__btn:disabled{opacity:.7;cursor:not-allowed}.dashboard{flex-direction:column;gap:1.5rem;display:flex}.dashboard__welcome{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}@media (width>=768px){.dashboard__welcome{padding:2rem}}.dashboard__welcome-text h1{color:#fff;margin:0 0 .25rem;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}.dashboard__welcome-text p{color:#fffc;margin:0;font-size:.875rem}.dashboard__welcome-invite{text-align:right;background:#ffffff26;border-radius:16px;min-width:0;padding:.75rem 1rem}.dashboard__welcome-invite strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.dashboard__welcome-invite span{color:#ffffffb3;font-size:.75rem}.dashboard__page-title h1{color:#1e1238;font-size:1.5rem;font-weight:700}.dashboard__page-title p{color:#7c6e9e;margin-top:.25rem;font-size:.875rem}.dashboard__stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width>=1024px){.dashboard__stats{grid-template-columns:repeat(4,1fr)}}.dashboard__grid{gap:1.5rem;display:grid}@media (width>=1024px){.dashboard__grid{grid-template-columns:1fr 1fr}}.dashboard__chart{flex-direction:column;gap:1rem;display:flex}.dashboard__chart-bars{align-items:flex-end;gap:.5rem;height:140px;padding-top:1rem;display:flex}.dashboard__chart-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;height:100%;display:flex}.dashboard__chart-bar{background:linear-gradient(#7c3aed 0%,#5b21b6 100%);border-radius:6px 6px 0 0;width:100%;min-height:4px;transition:height .3s;position:relative}.dashboard__chart-bar:hover:after{content:attr(data-value);color:#fff;white-space:nowrap;background:#1e1238;border-radius:6px;padding:2px .5rem;font-size:.75rem;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.dashboard__chart-label{color:#7c6e9e;white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:100%;font-size:10px;overflow:hidden}.dashboard__summary-list{flex-direction:column;gap:.75rem;max-height:300px;display:flex;overflow-y:auto}.dashboard__summary-item{border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background .15s;display:flex}.dashboard__summary-item:hover{background:#faf8ff}.dashboard__summary-info{flex:1;min-width:0}.dashboard__summary-info p{color:#1e1238;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.dashboard__summary-info span{color:#7c6e9e;font-size:.75rem}.dashboard__summary-count{color:#7c3aed;font-size:.875rem;font-weight:600}.invitations-page{flex-direction:column;gap:1.5rem;display:flex}.invitations-page__header{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.invitations-page__header{flex-direction:row;justify-content:space-between;align-items:center}}.invitations-page__title h1{color:#1e1238;font-size:1.5rem;font-weight:700}.invitations-page__title p{color:#7c6e9e;font-size:.875rem}.invitations-page__search{width:100%}@media (width>=768px){.invitations-page__search{max-width:300px}}.invitations-page__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.invitations-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.invitations-page__grid{grid-template-columns:repeat(3,1fr)}}.invitations-page__card{background:#fff;border:1px solid #e4d9ff;border-radius:16px;padding:1.25rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block}.invitations-page__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #7c3aed14,0 2px 4px #0000000d}.invitations-page__card-top{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.invitations-page__card-info{flex:1;min-width:0}.invitations-page__card-info h3{color:#1e1238;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.invitations-page__card-info span{color:#7c6e9e;font-size:.75rem}.invitations-page__card-stats{border-top:1px solid #f0ebff;gap:1rem;padding-top:1rem;display:flex}.invitations-page__card-stat{flex-direction:column;display:flex}.invitations-page__card-stat span:first-child{color:#1e1238;font-size:1.125rem;font-weight:700}.invitations-page__card-stat span:last-child{color:#7c6e9e;font-size:.75rem}.invitation-detail{flex-direction:column;gap:1.5rem;display:flex}.invitation-detail__back{color:#7c6e9e;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.invitation-detail__back:hover{color:#7c3aed}.invitation-detail__header{align-items:flex-start;gap:1rem;display:flex}.invitation-detail__header-info{flex:1}.invitation-detail__header-info h1{color:#1e1238;font-size:1.5rem;font-weight:700}.invitation-detail__header-info p{color:#7c6e9e;margin-top:.25rem;font-size:.875rem}.invitation-detail__grid{gap:1.5rem;display:grid}@media (width>=1024px){.invitation-detail__grid{grid-template-columns:1fr 1fr}}.invitation-detail__info-list{flex-direction:column;gap:.75rem;display:flex}.invitation-detail__info-row{border-bottom:1px solid #f0ebff;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;display:flex}.invitation-detail__info-row:last-child{border-bottom:none}.invitation-detail__info-row span:first-child{color:#7c6e9e;font-weight:500}.invitation-detail__info-row span:last-child{color:#1e1238;text-align:right;font-weight:500}.invitation-detail__form-field{border-bottom:1px solid #f0ebff;flex-direction:column;gap:.25rem;padding:.75rem 0;display:flex}.invitation-detail__form-field:last-child{border-bottom:none}.invitation-detail__form-label{text-transform:uppercase;letter-spacing:.05em;color:#7c6e9e;font-size:.75rem;font-weight:600}.invitation-detail__form-value{color:#1e1238;background:#faf8ff;border:1px solid #f0ebff;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.guests-page{flex-direction:column;gap:1.5rem;display:flex}.guests-page__header{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.guests-page__header{flex-direction:row;justify-content:space-between;align-items:center}}.guests-page__title h1{color:#1e1238;font-size:1.5rem;font-weight:700}.guests-page__title p{color:#7c6e9e;font-size:.875rem}.guests-page__controls{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.guests-page__controls{flex-direction:row;align-items:center}}.guests-page__search{width:100%}@media (width>=640px){.guests-page__search{width:240px}}.guests-page__filters{flex-wrap:wrap;gap:.5rem;display:flex}.guests-page__filter-btn{color:#7c6e9e;white-space:nowrap;background:#fff;border:1px solid #e4d9ff;border-radius:9999px;padding:.5rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.guests-page__filter-btn:hover{color:#7c3aed;border-color:#7c3aed}.guests-page__filter-btn--active{color:#fff;background:#7c3aed;border-color:#7c3aed}.guests-page__filter-btn--active:hover{color:#fff;background:#6d28d9;border-color:#6d28d9}.guests-page__guest-name{color:#1e1238;align-items:center;gap:.75rem;font-weight:500;display:flex}.guests-page__count-value{color:#1e1238;font-size:.875rem;font-weight:500}.guests-page__date{color:#7c6e9e;white-space:nowrap;font-size:.75rem}.guests-page__footer{flex-direction:column;align-items:center;gap:.75rem;padding-top:1rem;display:flex}@media (width>=640px){.guests-page__footer{flex-direction:row;justify-content:space-between}}.visits-page{flex-direction:column;gap:1.5rem;display:flex}.visits-page__header{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.visits-page__header{flex-direction:row;justify-content:space-between;align-items:center}}.visits-page__title h1{color:#1e1238;font-size:1.5rem;font-weight:700}.visits-page__title p{color:#7c6e9e;font-size:.875rem}.visits-page__search{width:100%}@media (width>=768px){.visits-page__search{max-width:280px}}.visits-page__ip{color:#1e1238;font-family:Courier New,monospace;font-size:.75rem;font-weight:500}.visits-page__agent{color:#7c6e9e;white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.75rem;overflow:hidden}.visits-page__count{color:#7c3aed;background:#ede9fe;border-radius:9999px;justify-content:center;align-items:center;min-width:28px;height:22px;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.visits-page__date{color:#7c6e9e;white-space:nowrap;font-size:.75rem}
