.navbar{background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}@media(max-width:768px){.navbar__container{padding:0 16px}}.navbar__logo{color:#4a90e2;font-size:20px;font-weight:600;text-decoration:none;transition:color .15s ease}.navbar__logo:hover{color:#357abd}.navbar__menu{align-items:center;display:flex;gap:24px}@media(max-width:768px){.navbar__menu{gap:16px}}.navbar__link{color:#2c3e50;font-weight:500;text-decoration:none;transition:color .15s ease}.navbar__link:hover{color:#4a90e2}@media(max-width:480px){.navbar__link{display:none}.navbar__link:last-of-type{display:inline}}.navbar__user{color:#7f8c8d;font-size:14px}@media(max-width:480px){.navbar__user{display:none}}.navbar__button{background-color:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:4px 16px;transition:background-color .15s ease}.navbar__button:hover{background-color:#357abd}.navbar__button-link{text-decoration:none}.loading-container{flex-direction:column;gap:16px}.loading-message{color:#7f8c8d;margin:0}.input-group{margin-bottom:16px}.input-label{color:#2c3e50;display:block;font-size:16px;font-weight:500;margin-bottom:4px}.input-label .required{color:#e74c3c;margin-left:4px}.input-field{border:1px solid #dfe6e9;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;padding:8px 16px;transition:border-color .15s ease;width:100%}.input-field:focus{border-color:#4a90e2;outline:none}.input-field::placeholder{color:#95a5a6}.input-field--error,.input-field--error:focus{border-color:#e74c3c}textarea.input-field{min-height:80px;resize:vertical}.input-error{color:#e74c3c;display:block;font-size:14px;margin-top:4px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:8px 16px;text-align:center;text-decoration:none;transition:all .15s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.btn--primary{background-color:#4a90e2;color:#fff}.btn--primary:hover:not(:disabled){background-color:#357abd}.btn--secondary{background-color:#50c878;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#3da862}.btn--danger{background-color:#e74c3c;color:#fff}.btn--danger:hover:not(:disabled){background-color:#c0392b}.btn--outline{background-color:#0000;border:2px solid #4a90e2;color:#4a90e2}.btn--outline:hover:not(:disabled){background-color:#4a90e2;color:#fff}.btn--small{font-size:14px;padding:4px 8px}.btn--medium{font-size:16px;padding:8px 16px}.btn--large{font-size:18px;padding:16px 24px}.btn--full-width{width:100%}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:24px;transition:box-shadow .3s ease}.card--hoverable:hover,.card:hover{box-shadow:0 3px 6px #00000026,0 2px 4px #0000001f}.card--clickable{cursor:pointer;transition:all .3s ease}.card--clickable:hover{box-shadow:0 10px 20px #00000026,0 3px 6px #0000001a;transform:translateY(-2px)}.login-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:32px 0}.login-card{margin:0 auto;max-width:450px;width:100%}.link{color:#4a90e2;font-weight:500}.link:hover{text-decoration:underline}.dashboard{padding:32px 0}.dashboard__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:32px}.dashboard__header h1{margin-bottom:4px}.dashboard__stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard__section,.dashboard__stats{margin-bottom:32px}.dashboard__section h2{margin-bottom:24px}.dashboard__events{grid-gap:16px;display:grid;gap:16px}.stat-card{align-items:center;display:flex;gap:16px}.stat-card__icon{font-size:48px}.stat-card__value{color:#4a90e2;font-size:28px;font-weight:600}.stat-card__label{color:#7f8c8d;font-size:14px}.event-link{color:inherit;text-decoration:none}.event-link h3{color:#2c3e50;margin-bottom:8px}.events-page{padding:32px 0}.events-page__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:32px}.events-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.event-card-link{color:inherit;text-decoration:none}.event-card-link h3{color:#2c3e50;margin-bottom:8px}.event-description{color:#7f8c8d;margin:8px 0}.event-shortcode{border-radius:4px;color:#7f8c8d;font-size:14px;margin-top:16px;padding:4px 8px}.modal-backdrop{align-items:center;animation:fadeIn .15s ease;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1050}.modal{animation:slideUp .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 15px 25px #00000026,0 5px 10px #0000000d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal__header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:24px}.modal__title{color:#2c3e50;font-size:24px;margin:0}.modal__close{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:32px;line-height:1;transition:color .15s ease}.modal__close:hover{color:#2c3e50}.modal__content{padding:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.event-detail{padding:32px 0}.event-detail__header{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.event-detail__actions{display:flex;flex-shrink:0;gap:8px}.event-detail__stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:24px 0}.event-date{color:#7f8c8d;font-size:18px;margin:8px 0}.event-shortcode{background-color:#f8f9fa;border-radius:8px;display:inline-block;font-size:16px;padding:8px 16px}.event-shortcode strong{color:#4a90e2;font-family:monospace;font-size:18px}.stat{text-align:center}.stat__value{color:#4a90e2;font-size:28px;font-weight:600;margin-bottom:4px}.stat__label{color:#7f8c8d;font-size:14px}.invites-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.invites-header h2{margin:0}.invites-filters{background-color:#f8f9fa;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px}.filter-group{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:130px}.filter-group label{color:#7f8c8d;font-size:14px;font-weight:500}.filter-select{background-color:#f8f9fa;border:1px solid #dfe6e9;border-radius:4px;color:#2c3e50;cursor:pointer;font-size:16px;padding:8px 16px;transition:border-color .2s}.filter-select:hover{border-color:#c1ced4}.filter-select:focus{border-color:#4a90e2;outline:none}.invites-list{display:flex;flex-direction:column;gap:16px}.invite-item{background-color:#f8f9fa;border:2px solid #dfe6e9;border-radius:8px;overflow:hidden}.invite-header{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:16px;transition:background-color .2s}.invite-header,.invite-header:hover{background-color:#fff}.invite-info{flex:1 1;min-width:200px}.invite-title-row{align-items:center;display:flex;gap:8px;margin-bottom:4px}.invite-title-row .expand-icon{color:#4a90e2;display:inline-block;flex-shrink:0;font-size:14px;width:12px}.invite-title-row .invite-title{color:#2c3e50;flex:1 1;font-size:18px;font-weight:600;margin:0}.invite-title-row .guest-count{color:#7f8c8d;font-size:14px;font-weight:400;white-space:nowrap}.invite-shortcode{color:#7f8c8d;font-family:monospace;font-size:14px;margin-bottom:4px}.invite-shortcode strong{color:#4a90e2}.invite-email{color:#7f8c8d;font-size:14px;margin-bottom:4px}.invite-email .email-icon{margin-right:4px}.invite-dietary{color:#7f8c8d;font-size:14px;margin-bottom:4px}.invite-dietary .dietary-icon{margin-right:4px}.invite-other-info{color:#7f8c8d;font-size:14px;font-style:italic}.invite-other-info .info-icon{margin-right:4px}.invite-actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:4px}.guests-list{background-color:#f8f9fa;display:flex;flex-direction:column;gap:8px;padding:16px}.guests-list .no-guests{color:#7f8c8d;padding:16px 0;text-align:center}.guest-item{align-items:center;background-color:#f8f9fa;border-left:3px solid #4a90e2;border-radius:4px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:8px 16px}.guest-info{flex:1 1;min-width:150px}.guest-name{color:#2c3e50;font-weight:500}.guest-status{flex-shrink:0}.guest-actions{display:flex;flex-shrink:0;gap:4px}.status{border-radius:4px;font-size:14px;font-weight:500;padding:4px 16px;white-space:nowrap}.status--yes{background-color:#b3eecc;color:#1e8449}.status--no{background-color:#fbdedb;color:#d62c1a}.status--pending{background-color:#fce3bc;color:#c87f0a}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:24px}.event-form-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:32px 0}.event-form-card{margin:0 auto;max-width:600px;width:100%}.invite-form{padding:32px 0}.invite-form h1{margin-bottom:8px}.invite-form .form-description{color:#7f8c8d;margin-bottom:24px}.invite-form form{margin-top:24px}.invite-form .guests-section{border-top:1px solid #dfe6e9;margin-top:32px;padding-top:24px}.invite-form .guests-section .guests-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.invite-form .guests-section .guests-section-header h3{color:#2c3e50;margin:0}.invite-form .guests-section .section-description{color:#7f8c8d;font-size:14px;margin-bottom:24px}.invite-form .guests-section .guests-list{display:flex;flex-direction:column;gap:16px}.invite-form .guests-section .guest-item{align-items:flex-end;background:#f8f9fa;border-radius:8px;display:flex;gap:16px;padding:16px}.invite-form .guests-section .guest-item .guest-number{color:#7f8c8d;font-size:18px;font-weight:500;min-width:24px;padding-bottom:12px}.invite-form .guests-section .guest-item>div:nth-child(2){flex:1 1}.invite-form .guests-section .guest-item button{margin-bottom:2px}.invite-form .form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:32px}.invite-form .error-message{background-color:#fbdedb;border:1px solid #f29f97;border-radius:8px;color:#e74c3c;margin-bottom:24px;padding:16px}@media(max-width:768px){.invite-form .guests-section .guests-section-header{align-items:flex-start;flex-direction:column;gap:8px}.invite-form .guests-section .guests-section-header button{width:100%}.invite-form .guests-section .guest-item{align-items:stretch;flex-direction:column;gap:8px}.invite-form .guests-section .guest-item .guest-number{padding-bottom:0}.invite-form .guests-section .guest-item button{margin-bottom:0;width:100%}}.guest-form-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:32px 0}.guest-form-card{margin:0 auto;max-width:500px;width:100%}.form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:24px}.error-message{background-color:#fbdedb;border:1px solid #f29f97;border-radius:8px;color:#e74c3c;margin-bottom:24px;padding:16px}.rsvp-page h1,.rsvp-page h2,.rsvp-page h3,.rsvp-page h4,.rsvp-page h5,.rsvp-page h6{color:var(--rsvp-text-heading);font-family:var(--rsvp-heading-font-family);font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1rem}.rsvp-page h1{font-size:2.5rem}.rsvp-page h2{font-size:2rem}.rsvp-page h3{font-size:1.5rem}.rsvp-page h4{font-size:1.25rem}.rsvp-page h5{font-size:1.125rem}.rsvp-page h6{font-size:1rem}.rsvp-page p{margin-bottom:1rem}.rsvp-page a{color:inherit;text-decoration:none}.rsvp-page ol,.rsvp-page ul{list-style:none}.rsvp-page img{display:block;height:auto;max-width:100%}.rsvp-page button{cursor:pointer;font-family:inherit}.rsvp-page{background-color:var(--rsvp-page-bg);font-family:var(--rsvp-font-family);min-height:100vh;padding:32px 0}.rsvp-page__header{margin-bottom:32px;text-align:center}.rsvp-page__header .event-date{color:var(--rsvp-primary);font-size:24px;font-weight:500;margin-bottom:16px;text-align:center}.rsvp-page__header .event-description{color:var(--rsvp-text-body);font-size:16px;line-height:1.6;margin:0;text-align:center}.rsvp-page .event-preview-card{margin:0 auto 24px;max-width:700px}.rsvp-page .event-preview-card .event-date{color:var(--rsvp-primary);font-size:24px;font-weight:500;margin-bottom:16px;text-align:center}.rsvp-page .event-preview-card .event-description{color:var(--rsvp-text-body);font-size:16px;line-height:1.6;margin:0;text-align:center}.rsvp-page .instructions-text{margin-bottom:24px;text-align:center}.rsvp-page .instructions-text .text-muted{font-size:18px;margin:0}.rsvp-page .rsvp-lookup-card{margin:0 auto 32px;max-width:600px}.rsvp-page .rsvp-lookup-card .code-inputs{display:flex;gap:16px;margin-bottom:24px}.rsvp-page .rsvp-lookup-card .code-inputs>*{flex:1 1}.rsvp-page .message-card{margin:0 auto 32px;max-width:700px;text-align:center}.rsvp-page .message-card.error-card{background-color:#fbdedb;border-left:4px solid #e74c3c}.rsvp-page .message-card.error-card p{color:#e74c3c;margin:0}.rsvp-page .message-card.success-card{background-color:#c8f3da;border-left:4px solid #27ae60}.rsvp-page .message-card.success-card p{color:#1e8449;margin:0}.rsvp-page .rsvp-details-card{margin:0 auto;max-width:900px}.rsvp-page .rsvp-details-card h2{color:var(--rsvp-text-heading);margin-bottom:8px}.rsvp-page .rsvp-details-card .event-date{color:var(--rsvp-primary);font-size:24px;font-weight:500;margin-bottom:24px}.rsvp-page .rsvp-details-card .event-description{color:var(--rsvp-text-body);line-height:1.6;margin-bottom:32px}.rsvp-page .rsvp-details-card .success-message-inline{background-color:#c8f3da;border-left:4px solid #27ae60;border-radius:4px;margin:24px 0;padding:16px}.rsvp-page .rsvp-details-card .success-message-inline p{color:#1e8449;font-weight:500;margin:0}.rsvp-page .rsvp-submitted-section{background:var(--rsvp-section-bg);border-radius:8px;margin-top:32px;padding:32px}.rsvp-page .rsvp-submitted-section h3{color:#27ae60;margin-bottom:24px}.rsvp-page .rsvp-submitted-section .submitted-message{color:var(--rsvp-text-body);line-height:1.6;margin-bottom:32px}.rsvp-page .rsvp-submitted-section .current-responses h4{color:var(--rsvp-text-heading);margin-bottom:24px}.rsvp-page .rsvp-submitted-section .guests-status-list{margin-bottom:24px}.rsvp-page .rsvp-submitted-section .guest-status-item{align-items:center;background:var(--rsvp-card-bg);border-radius:8px;display:flex;justify-content:space-between;margin-bottom:8px;padding:16px}.rsvp-page .rsvp-submitted-section .guest-status-item .guest-status-name{color:var(--rsvp-text-heading);font-weight:500}.rsvp-page .rsvp-submitted-section .guest-status-item .status-attending{color:#27ae60;font-weight:500}.rsvp-page .rsvp-submitted-section .guest-status-item .status-not-attending{color:#e74c3c;font-weight:500}.rsvp-page .rsvp-submitted-section .guest-status-item .status-pending{color:#f39c12;font-style:italic}.rsvp-page .rsvp-submitted-section .submitted-detail{color:var(--rsvp-text-body);padding:8px 0}.rsvp-page .rsvp-submitted-section .submitted-detail strong{color:var(--rsvp-text-heading)}.rsvp-page .rsvp-form .additional-info-section h3,.rsvp-page .rsvp-form .contact-section h3,.rsvp-page .rsvp-form .guests-section h3{color:var(--rsvp-text-heading);margin-bottom:16px}.rsvp-page .rsvp-form .additional-info-section .section-description,.rsvp-page .rsvp-form .contact-section .section-description,.rsvp-page .rsvp-form .guests-section .section-description{color:var(--rsvp-text-body);line-height:1.6;margin-bottom:24px}.rsvp-page .rsvp-form .form-navigation{display:flex;gap:16px;margin-top:32px}.rsvp-page .rsvp-form .form-navigation button{flex:1 1}.rsvp-page .rsvp-form .guests-rsvp-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.rsvp-page .rsvp-form .guest-rsvp-item{align-items:center;background:var(--rsvp-section-bg);border:2px solid #0000;border-radius:8px;display:flex;justify-content:space-between;padding:24px;transition:border-color .2s}.rsvp-page .rsvp-form .guest-rsvp-item:hover{border-color:var(--rsvp-primary-light)}.rsvp-page .rsvp-form .guest-rsvp-item .guest-rsvp-name{color:var(--rsvp-text-heading);font-size:18px;font-weight:500}.rsvp-page .rsvp-form .guest-rsvp-item .guest-rsvp-buttons{display:flex;gap:8px}.rsvp-page .btn{font-family:var(--rsvp-font-family)}.rsvp-page .btn--primary{background-color:var(--rsvp-primary)}.rsvp-page .btn--primary:hover:not(:disabled){background-color:var(--rsvp-primary-dark)}.rsvp-page .btn--outline{border-color:var(--rsvp-primary);color:var(--rsvp-primary)}.rsvp-page .btn--outline:hover:not(:disabled){background-color:var(--rsvp-primary);border-color:var(--rsvp-primary)}.rsvp-page .input-label{color:var(--rsvp-text-heading)}.rsvp-page .input-field{font-family:var(--rsvp-font-family)}.rsvp-page .input-field:focus{border-color:var(--rsvp-primary)}.rsvp-page .card{background:var(--rsvp-card-bg)}@media(max-width:768px){.rsvp-page{padding:24px 0}.rsvp-page__header{margin-bottom:24px}.rsvp-page__header .event-preview{margin:24px auto;padding:24px}.rsvp-page .rsvp-lookup-card .code-inputs{flex-direction:column}.rsvp-page .guest-rsvp-item{align-items:flex-start;flex-direction:column;gap:16px}.rsvp-page .guest-rsvp-item .guest-rsvp-buttons{width:100%}.rsvp-page .guest-rsvp-item .guest-rsvp-buttons button{flex:1 1}}.not-found{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:32px}.not-found__content{max-width:480px;text-align:center}.not-found__code{color:#dfe6e9;font-size:96px;font-weight:600;line-height:1;margin-bottom:16px}.not-found__title{color:#2c3e50;font-size:28px;margin-bottom:16px}.not-found__message{color:#7f8c8d;line-height:1.6;margin-bottom:32px}[data-theme=classic]{--rsvp-primary:#4a90e2;--rsvp-primary-dark:#357abd;--rsvp-primary-light:#a8ccf0;--rsvp-page-bg:#f8f9fa;--rsvp-section-bg:#f8f9fa;--rsvp-card-bg:#fff;--rsvp-text-heading:#2c3e50;--rsvp-text-body:#7f8c8d;--rsvp-font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}[data-theme=romantic]{--rsvp-primary:#c0446a;--rsvp-primary-dark:#a0345a;--rsvp-primary-light:#e8a0b8;--rsvp-page-bg:#fdf6f8;--rsvp-section-bg:#faeef2;--rsvp-card-bg:#fffafc;--rsvp-text-heading:#4a1528;--rsvp-text-body:#8a5a6a;--rsvp-font-family:Garamond,Georgia,serif}[data-theme=griffkinson]{--rsvp-primary:#eb5160;--rsvp-primary-dark:#4c230a;--rsvp-primary-light:#d78418;--rsvp-page-bg:#fff5ec;--rsvp-section-bg:#fff5ec;--rsvp-card-bg:#ffead8;--rsvp-text-heading:#4c230a;--rsvp-text-body:#355c67;--rsvp-font-family:work-sans,sans-serif;--rsvp-heading-font-family:Playfair Display,serif}[data-theme=celebration]{--rsvp-primary:#c9800d;--rsvp-primary-dark:#a06408;--rsvp-primary-light:#e8c07a;--rsvp-page-bg:#fdfaf4;--rsvp-section-bg:#faf3e0;--rsvp-card-bg:#fffef9;--rsvp-text-heading:#3d2800;--rsvp-text-body:#7a6030;--rsvp-font-family:Georgia,Palatino Linotype,serif}[data-theme=minimal]{--rsvp-primary:#333;--rsvp-primary-dark:#111;--rsvp-primary-light:#999;--rsvp-page-bg:#fafafa;--rsvp-section-bg:#f2f2f2;--rsvp-card-bg:#fff;--rsvp-text-heading:#111;--rsvp-text-body:#666;--rsvp-font-family:Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:16px}h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}p{margin-bottom:16px}a{color:#4a90e2;text-decoration:none;transition:color .15s ease}a:hover{color:#357abd}button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{margin:0 auto;max-width:1200px;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#7f8c8d}.text-light{color:#95a5a6}.text-danger{color:#e74c3c}.text-success{color:#27ae60}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.spinner{animation:spin 1s linear infinite;border:3px solid #ecf0f1;border-radius:50%;border-top-color:#4a90e2;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}
/*# sourceMappingURL=main.48ef8320.css.map*/