﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:16px;color:#4a4a4a;background-color:#fdf7fa;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:16px;line-height:1.2}h1,h2,.h1,.h2{font-family:"Playfair Display",serif}h1{font-size:40px}h2{font-size:32px}.h1{font-size:40px}.h2{font-size:32px}h3{font-size:24px}.h3{font-size:24px}h4{font-size:20px}.h4{font-size:20px}p{margin-bottom:16px}a{color:#ac2169;text-decoration:none;transition:color .15s ease}a:hover{color:rgb(129.2097560976,24.7902439024,78.8780487805)}main{min-height:calc(100vh - 200px)}section{width:100%;padding:32px 0}.hidden{display:none !important}.container{max-width:1200px;margin:0 auto;padding:0 16px}.container--page{max-width:1140px;margin:0 auto;padding:0 16px}.bg-light{background-color:#fafbfc}.error{color:#d32f2f;padding:16px;background-color:hsl(0,65.0793650794%,90.5882352941%);border:1px solid #d32f2f;border-radius:4px;margin-bottom:16px}.success-message{color:#388e3c;padding:16px;background-color:rgb(214.1212121212,238.8787878788,215.2727272727);border:1px solid #388e3c;border-radius:4px;margin-bottom:16px}@media(min-width: 769px){.desktop-hidden{display:none !important}}header{background-color:#fff;color:#4a4a4a;padding:5px 0;box-shadow:0 1px 2px rgba(0,0,0,.05);position:sticky;top:0;z-index:100}header .header-content{display:flex;justify-content:space-between;align-items:center}header .logo{display:flex;align-items:center}header .logo img{height:60px;width:auto;margin-bottom:-20px}header .logo:hover{background-color:rgba(0,0,0,0)}header .desktop-nav{display:none}@media(min-width: 1000px){header .desktop-nav{display:flex;align-items:center;gap:24px}}header .desktop-nav a{color:#4a4a4a;font-weight:500;padding:8px}header .desktop-nav a:hover{color:#ac2169;background-color:rgba(0,0,0,0)}header .desktop-nav .auth-buttons{display:flex;align-items:center;gap:16px;margin-left:24px}header .desktop-nav .btn-text{background:none;border:none;cursor:pointer;font-size:16px;padding:8px 16px;color:#4a4a4a;font-family:inherit}header .desktop-nav .btn-text:hover{color:#ac2169;background-color:rgba(0,0,0,0);box-shadow:none;transform:none}header .desktop-nav .nav-dropdown{position:relative}header .desktop-nav .nav-dropdown__trigger{color:#4a4a4a;font-weight:500;padding:8px;cursor:pointer;user-select:none;white-space:nowrap}header .desktop-nav .nav-dropdown__trigger::after{content:"";display:inline-block;margin-left:5px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid currentColor;vertical-align:middle;opacity:.6}header .desktop-nav .nav-dropdown__menu{display:none;position:absolute;top:100%;right:0;background:#fff;border:1px solid #f0d9e6;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);min-width:210px;padding:6px 0;z-index:200}header .desktop-nav .nav-dropdown:hover .nav-dropdown__menu{display:block}header .desktop-nav .nav-dropdown__item{display:block;width:100%;padding:10px 16px;color:#4a4a4a;font-size:16px;text-align:left;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:inherit;font-weight:400;line-height:1.4}header .desktop-nav .nav-dropdown__item:hover{color:#ac2169;background-color:rgba(172,33,105,.05)}header .desktop-nav .nav-dropdown__item--btn{border-top:1px solid #f0d9e6;margin-top:4px;padding-top:10px;border-radius:0}header .desktop-nav .btn-primary-outline{border:1px solid #ac2169;color:#ac2169;padding:8px 24px;border-radius:20px;transition:all .15s ease}header .desktop-nav .btn-primary-outline:hover{background-color:#ac2169;color:#fff}header .mobile-menu-btn{display:block;background:none;border:none;cursor:pointer;color:#4a4a4a;padding:8px}header .mobile-menu-btn svg{width:24px;height:24px}header .mobile-menu-btn:hover{background-color:rgba(0,0,0,0);color:#ac2169;box-shadow:none}@media(min-width: 1000px){header .mobile-menu-btn{display:none}}header .mobile-nav{margin-top:16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid #f0d9e6;padding-top:16px}header .mobile-nav a,header .mobile-nav button{padding:8px;color:#4a4a4a;text-align:left;width:100%;background:none;border:none;font-size:16px;cursor:pointer;display:block}header .mobile-nav a:hover,header .mobile-nav button:hover{color:#ac2169;background-color:rgba(172,33,105,.05)}footer{background-color:#fff;padding:32px 0;text-align:center;border-top:1px solid #f0d9e6;color:#7d7d7d}footer .container{display:flex;flex-direction:column;align-items:center;gap:16px}footer p{margin:0;font-size:14px}footer a{color:#4a4a4a}footer a:hover{color:#ac2169}.form-group{margin-bottom:20px;position:relative}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#4a4a4a}.form-group label.required:after{content:" *";color:#d32f2f}.form-group label.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:normal}.form-group label.checkbox-label input{width:auto;height:auto;margin-top:3px;cursor:pointer}.form-group .char-count{position:absolute;bottom:-20px;right:0;font-size:12px;color:#b0b0b0}.form-group .helper-text{font-size:12px;color:rgb(150.5,150.5,150.5);margin-top:6px}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=date],input[type=time],input[type=search],input[type=url],input[type=file],input[type=month],select,textarea,.form-control{width:100%;padding:10px 12px;border:1px solid #f0d9e6;border-radius:6px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;color:#4a4a4a;background-color:#fff}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=time]:focus,input[type=search]:focus,input[type=url]:focus,input[type=file]:focus,input[type=month]:focus,select:focus,textarea:focus,.form-control:focus{border-color:#ac2169}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder,input[type=time]::placeholder,input[type=search]::placeholder,input[type=url]::placeholder,input[type=file]::placeholder,input[type=month]::placeholder,select::placeholder,textarea::placeholder,.form-control::placeholder{color:#b0b0b0}input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=tel]:disabled,input[type=number]:disabled,input[type=date]:disabled,input[type=time]:disabled,input[type=search]:disabled,input[type=url]:disabled,input[type=file]:disabled,input[type=month]:disabled,select:disabled,textarea:disabled,.form-control:disabled{background-color:#f3f4f6;cursor:not-allowed}input[type=file]{padding:10px;line-height:1.2}input[type=file]::file-selector-button{border:none;background:#ebf5ff;color:#ac2169;padding:5px 10px;border-radius:4px;margin-right:10px;cursor:pointer;font-weight:500;transition:background .2s}input[type=file]::file-selector-button:hover{background:rgb(209.5,232.25,255)}textarea{resize:vertical;min-height:100px}select{appearance:none;-webkit-appearance:none;padding-right:32px !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:1.2em 1.2em}.checkbox-group,.radio-group,.custom-control{margin-bottom:10px;position:relative}.checkbox-group input[type=checkbox],.checkbox-group input[type=radio],.radio-group input[type=checkbox],.radio-group input[type=radio],.custom-control input[type=checkbox],.custom-control input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-group .checkbox-mark,.radio-group .checkbox-mark,.custom-control .checkbox-mark{position:absolute;left:0;top:1px;display:inline-block;width:20px;height:20px;background-color:#ac2169;border-radius:4px;flex-shrink:0;transition:all .2s}.checkbox-group .checkbox-mark:after,.radio-group .checkbox-mark:after,.custom-control .checkbox-mark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-group input:checked~.checkbox-mark:after,.radio-group input:checked~.checkbox-mark:after,.custom-control input:checked~.checkbox-mark:after{display:block}.checkbox-group input:not(:checked)~.checkbox-mark,.radio-group input:not(:checked)~.checkbox-mark,.custom-control input:not(:checked)~.checkbox-mark{background-color:#fff;border:1px solid #f0d9e6}.checkbox-group input:not(:checked)~.checkbox-mark:after,.radio-group input:not(:checked)~.checkbox-mark:after,.custom-control input:not(:checked)~.checkbox-mark:after{display:none}.checkbox-group input:checked~.checkbox-mark,.radio-group input:checked~.checkbox-mark,.custom-control input:checked~.checkbox-mark{background-color:#ac2169;border-color:#ac2169}.checkbox-group .radio-mark,.radio-group .radio-mark,.custom-control .radio-mark{position:absolute;left:0;top:1px;display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #f0d9e6;border-radius:50%;flex-shrink:0;transition:all .2s}.checkbox-group .radio-mark:after,.radio-group .radio-mark:after,.custom-control .radio-mark:after{content:"";position:absolute;display:none;left:50%;top:50%;transform:translate(-50%, -50%);width:10px;height:10px;background-color:#fff;border-radius:50%}.checkbox-group input:checked~.radio-mark,.radio-group input:checked~.radio-mark,.custom-control input:checked~.radio-mark{background-color:#ac2169;border-color:#ac2169}.checkbox-group input:checked~.radio-mark:after,.radio-group input:checked~.radio-mark:after,.custom-control input:checked~.radio-mark:after{display:block}.checkbox-group input:not(:checked)~.radio-mark,.radio-group input:not(:checked)~.radio-mark,.custom-control input:not(:checked)~.radio-mark{background-color:#fff;border:1px solid #f0d9e6}.checkbox-group input:not(:checked)~.radio-mark:after,.radio-group input:not(:checked)~.radio-mark:after,.custom-control input:not(:checked)~.radio-mark:after{display:none}.checkbox-group label,.radio-group label,.custom-control label{cursor:pointer;font-weight:500;color:#4a4a4a;margin:0;font-size:14px;user-select:none;padding-left:30px;position:relative}.tags-input-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.tags-input-group .tag-pill{cursor:pointer;margin:0}.tags-input-group .tag-pill input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.tags-input-group .tag-pill span{display:inline-block;padding:8px 16px;border:1px solid #f0d9e6;border-radius:20px;background-color:#fff;color:#4a4a4a;font-size:14px;font-weight:500;transition:all .2s}.tags-input-group .tag-pill:hover span{border-color:hsl(220,13.0434782609%,80.9803921569%)}.tags-input-group .tag-pill input:checked+span{background-color:#ac2169;border-color:#ac2169;color:#fff}table{width:100%;border-collapse:collapse;margin:24px 0;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}table thead{background-color:#ac2169;color:#fff}table thead th{padding:16px;text-align:left;font-weight:600}table tbody tr{border-bottom:1px solid #f0d9e6;transition:background-color .15s ease}table tbody tr:hover{background-color:#f9f9f9}table tbody tr td{padding:16px}.btn-primary-outline,.btn-text,button,.button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border-radius:50px;font-size:16px;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;border:2px solid rgba(0,0,0,0);line-height:1.2}.btn-primary-outline:active,.btn-text:active,button:active,.button:active,input[type=submit]:active{transform:translateY(1px)}button,.button,input[type=submit]{background-color:#ac2169;color:#fff}button:hover,.button:hover,input[type=submit]:hover{background-color:rgb(150.6048780488,28.8951219512,91.9390243902);color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1)}button.secondary,.button.secondary,input[type=submit].secondary{background-color:#e6a8d7;color:#4a4a4a}button.secondary:hover,.button.secondary:hover,input[type=submit].secondary:hover{background-color:rgb(218.6160714286,128.3839285714,196.7857142857)}button.danger,.button.danger,input[type=submit].danger{background-color:#d32f2f}button.danger:hover,.button.danger:hover,input[type=submit].danger:hover{background-color:hsl(0,65.0793650794%,40.5882352941%)}button.outline,.button.outline,input[type=submit].outline{background-color:rgba(0,0,0,0);border-color:#ac2169;color:#ac2169}button.outline:hover,.button.outline:hover,input[type=submit].outline:hover{background-color:#ac2169;color:#fff}button.large,.button.large,input[type=submit].large{padding:16px 32px;font-size:20px}button.small,.button.small,input[type=submit].small{padding:8px 16px;font-size:14px}button.svg,.button.svg,input[type=submit].svg{padding:8px 20px;gap:8px}button.svg svg,.button.svg svg,input[type=submit].svg svg{width:18px;height:18px}@media(max-width: 768px){button.svg-mobile,.button.svg-mobile,input[type=submit].svg-mobile{padding:8px}}.btn-text{background:none;color:#4a4a4a;padding:8px;border-radius:4px}.btn-text:hover{color:#ac2169;background-color:rgba(172,33,105,.05)}.btn-primary-outline{background-color:rgba(0,0,0,0);border-color:#ac2169;color:#ac2169}.btn-primary-outline:hover{background-color:#ac2169;color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.searchable-select-wrapper{position:relative}.searchable-select-wrapper input{width:100%;padding:12px;border:1px solid #f0d9e6;border-radius:12px;font-size:16px;outline:none;color:#4a4a4a;transition:border-color .2s}.searchable-select-wrapper input:focus{border-color:#ac2169}.searchable-select-wrapper input::placeholder{color:#b0b0b0}.searchable-select-wrapper input.hidden{display:none !important}.searchable-select-wrapper .search-results{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #f0d9e6;border-radius:8px;z-index:100;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-top:4px}.searchable-select-wrapper .search-results::-webkit-scrollbar{width:6px}.searchable-select-wrapper .search-results::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.searchable-select-wrapper .search-results::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.searchable-select-wrapper .search-results::-webkit-scrollbar-thumb:hover{background:#bbb}.searchable-select-wrapper .search-results .search-result-item{padding:12px 16px;cursor:pointer;transition:background .1s;color:#4a4a4a;font-size:15px;border-bottom:1px solid rgb(247.2169811321,235.2830188679,242.0283018868)}.searchable-select-wrapper .search-results .search-result-item:last-child{border-bottom:none}.searchable-select-wrapper .search-results .search-result-item:hover{background-color:rgba(172,33,105,.05);color:#ac2169}.searchable-select-wrapper .search-results.hidden{display:none}.searchable-select-wrapper #selected-parent-display{align-items:center;justify-content:space-between;margin-top:8px;padding:10px 14px !important;background:rgba(172,33,105,.05) !important;border:1px solid rgba(172,33,105,.2) !important;border-radius:8px !important}.searchable-select-wrapper #selected-parent-display #selected-parent-name{font-weight:500;color:#ac2169}.searchable-select-wrapper #selected-parent-display #clear-parent-selection{background:none !important;border:none !important;cursor:pointer;color:#7d7d7d !important;font-size:16px;font-weight:bold;line-height:1;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;width:24px;height:24px}.searchable-select-wrapper #selected-parent-display #clear-parent-selection:hover{background-color:rgba(211,47,47,.1) !important;color:#d32f2f !important}.selected-guest-display{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:10px 14px;background:rgba(172,33,105,.05);border:1px solid rgba(172,33,105,.2);border-radius:8px}.selected-guest-display.hidden{display:none}.selected-guest-display .selected-guest-name{font-weight:500;color:#ac2169}.selected-guest-display .clear-guest-selection{background:none;border:none;cursor:pointer;color:#7d7d7d;font-size:16px;font-weight:bold;line-height:1;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;width:24px;height:24px}.selected-guest-display .clear-guest-selection:hover{background-color:rgba(211,47,47,.1);color:#d32f2f}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-overlay.hidden{display:none !important}@media(max-width: 768px){.modal-overlay{background-color:#fff}}.modal-overlay #add-rsvp-form{min-height:400px}.modal-overlay .modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:30px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);position:relative;animation:modalFadeIn .2s ease-out;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-overlay .modal-content.large{max-width:700px}@keyframes modalFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.modal-overlay .modal-content{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;border-radius:0 !important;padding:0 !important;display:flex;flex-direction:column;box-shadow:none}}.modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-shrink:0}.modal-overlay .modal-content .modal-header h2{margin:0;font-size:24px;color:#4a4a4a}.modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;cursor:pointer;color:#b0b0b0;padding:4px;transition:color .2s}.modal-overlay .modal-content .modal-header .close-btn:hover{color:#4a4a4a}.modal-overlay .modal-content .modal-header .close-btn svg{width:24px;height:24px}@media(max-width: 768px){.modal-overlay .modal-content .modal-header{position:sticky;top:0;background:#fff;z-index:10;padding:16px 20px;border-bottom:1px solid #f0d9e6;margin-bottom:0;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-content .modal-header h2{font-size:18px;font-weight:600;margin:0;flex:1;text-align:center}.modal-overlay .modal-content .modal-header .close-btn{position:absolute;right:20px;top:50%;transform:translateY(-50%)}}.modal-overlay .modal-content .modal-body{overflow-y:auto}@media(max-width: 768px){.modal-overlay .modal-content .modal-body{padding:20px;overflow-y:auto;flex:1}}.modal-overlay .modal-content .modal-body.map-body{padding:0;display:flex;flex-direction:column;overflow:hidden;height:60vh;min-height:400px;height:auto;min-height:0;padding:0 !important}.modal-overlay .modal-content .modal-body.map-body #yandex-map{width:100%;flex:1;min-height:calc(90vh - 190px - 112px)}.modal-overlay .modal-content .modal-body.map-body #yandex-map>ymaps{width:100% !important;height:100% !important;min-height:calc(90vh - 190px - 112px)}.modal-overlay .modal-content .modal-body.map-body #center-marker svg{display:block}.modal-overlay .modal-content .modal-body.map-body p{padding:15px;margin:0;text-align:center;background:#fff;border-top:1px solid #f0d9e6;font-size:13px;color:#666;flex-shrink:0}.modal-overlay .modal-content .modal-footer{margin-top:auto;padding-top:20px}.modal-overlay .modal-content .modal-footer.split{display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-content .modal-footer .button{width:100%;padding:14px;font-size:16px;justify-content:center;border-radius:50px}.modal-overlay .modal-content .modal-footer .button.outline{width:auto}.modal-overlay .modal-content .modal-footer .button.outline.danger{width:auto;background:rgba(0,0,0,0);color:#d32f2f;border:1px solid #d32f2f}.modal-overlay .modal-content .modal-footer .button.outline.danger:hover{background:hsl(0,65.0793650794%,95.5882352941%)}.modal-overlay .modal-content .modal-footer .button.primary{width:auto;min-width:170px;margin-left:auto}@media(max-width: 768px){.modal-overlay .modal-content .modal-footer.fixed-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #f0d9e6;padding:16px 20px;display:flex;gap:16px;z-index:10;margin-top:auto}}.modal-overlay .modal-content .modal-footer.fixed-footer{display:flex;gap:16px;margin-top:20px}.modal-overlay .modal-content .modal-footer.fixed-footer .delete-btn-circle{width:48px;height:48px;border-radius:50%;border:1px solid #ac2169;background:#fff;display:flex;align-items:center;justify-content:center;color:#ac2169;cursor:pointer;flex-shrink:0}.modal-overlay .modal-content .modal-footer.fixed-footer .delete-btn-circle svg{width:20px;height:20px}.modal-overlay .modal-content .modal-footer.fixed-footer .delete-btn-circle:hover{background-color:rgba(172,33,105,.05)}.modal-overlay .modal-content .form-section{margin-bottom:20px;border-bottom:1px solid #f0d9e6;padding-bottom:10px}.modal-overlay .modal-content .form-section:last-child{border-bottom:none;margin-bottom:0}.modal-overlay .modal-content .form-section h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#4a4a4a;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s}.modal-overlay .modal-content .form-section h3:hover{color:#ac2169}.modal-overlay .modal-content .form-section h3 svg{width:16px;height:16px;transition:transform .2s}.modal-overlay .modal-content .form-section h3 svg.rotated{transform:rotate(180deg)}.modal-overlay .modal-content .form-group.floating-group{position:relative;margin-bottom:20px}.modal-overlay .modal-content .form-group.floating-group input[type=text],.modal-overlay .modal-content .form-group.floating-group input[type=email],.modal-overlay .modal-content .form-group.floating-group .form-select{width:100%;height:56px;padding:24px 16px 8px;border:1px solid #f0d9e6;border-radius:12px;font-size:16px;outline:none;background:rgba(0,0,0,0);appearance:none}.modal-overlay .modal-content .form-group.floating-group input[type=text]:focus,.modal-overlay .modal-content .form-group.floating-group input[type=email]:focus,.modal-overlay .modal-content .form-group.floating-group .form-select:focus{border-color:#ac2169}.modal-overlay .modal-content .form-group.floating-group label{position:absolute;top:8px;left:16px;font-size:12px;font-weight:600;color:#4a4a4a;margin:0;pointer-events:none;transform-origin:left top;transition:all .2s}.modal-overlay .modal-content .form-group.floating-group select.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:40px}.modal-overlay .modal-content .form-group.floating-group .helper-text-small{margin-top:8px;font-size:13px;color:#7d7d7d;line-height:1.4}.modal-overlay .modal-content .helper-text{font-size:14px;color:rgb(150.5,150.5,150.5);line-height:1.5;margin-bottom:24px}.modal-overlay .modal-content .helper-text strong{color:#4a4a4a;font-weight:600}.modal-overlay .modal-content .checkbox-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.modal-overlay .modal-content .linked-guests-container{margin-top:15px}.modal-overlay .modal-content .linked-guests-container label{display:block;font-size:14px;font-weight:600;margin-bottom:10px;color:#4a4a4a}.modal-overlay .modal-content .linked-guests-container .linked-guests-list{display:flex;flex-direction:column;gap:8px}.modal-overlay .modal-content .linked-guests-container .linked-guests-list .linked-guest-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background-color:#fafafa;border:1px solid #f0d9e6;border-radius:8px}.modal-overlay .modal-content .linked-guests-container .linked-guests-list .linked-guest-card .guest-icon{width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #f0d9e6;display:flex;align-items:center;justify-content:center;color:rgb(150.5,150.5,150.5)}.modal-overlay .modal-content .linked-guests-container .linked-guests-list .linked-guest-card .guest-icon svg{width:16px;height:16px}.modal-overlay .modal-content .linked-guests-container .linked-guests-list .linked-guest-card .guest-name{font-size:15px;font-weight:500;color:#4a4a4a}#mobile-preview-modal .modal-body{padding:0}#mobile-preview-modal .modal-body iframe{width:100%;height:100%;border:none;display:block}.alert{display:flex;align-items:flex-start;padding:16px 20px;border-radius:12px;border:1px solid rgba(0,0,0,0);margin-bottom:24px;gap:16px;position:relative}@media(max-width: 768px){.alert{flex-direction:column;gap:12px;padding:16px}}.alert .alert-icon{flex-shrink:0;width:24px;height:24px}.alert .alert-icon svg{width:100%;height:100%;display:block}.alert .alert-content{flex:1}.alert .alert-content strong{display:block;font-size:16px;font-weight:600;margin-bottom:4px;color:inherit}.alert .alert-content p{margin:0;font-size:14px;line-height:1.5;color:inherit;opacity:.9}.alert .alert-action{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;align-self:center;transition:opacity .2s}@media(max-width: 768px){.alert .alert-action{align-self:flex-start;margin-top:4px}}.alert .alert-action:hover{opacity:.8;text-decoration:underline}.alert .alert-action svg{width:16px;height:16px;transition:transform .2s}.alert .alert-action:hover svg{transform:translateX(3px)}.alert.alert-info{background-color:#ebf8ff;border-color:#bee3f8;color:#2c5282}.alert.alert-info .alert-icon{color:#3182ce}.alert.alert-info .alert-action{color:#2b6cb0;font-weight:700}.alert.alert-info .alert-action:hover{color:#2c5282}.alert.alert-warning{background-color:ivory;border-color:#feebc8;color:#744210}.alert.alert-warning .alert-icon{color:#dd6b20}.alert.alert-warning .alert-action{color:#c05621}.alert.alert-success{background-color:#f0fff4;border-color:#c6f6d5;color:#22543d}.alert.alert-success .alert-icon{color:#38a169}.alert.alert-success .alert-action{color:#2f855a}.alert.alert-error{background-color:#fff5f5;border-color:#fed7d7;color:#742a2a}.alert.alert-error .alert-icon{color:#e53e3e}.alert.alert-error .alert-action{color:#c53030}.home-page{padding:0}.home-page .hero-section{background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),url("https://images.unsplash.com/photo-1519741497674-611481863552?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80");background-size:cover;background-position:center;background-attachment:fixed;padding:256px 0;text-align:center;position:relative;color:#fff}.home-page .hero-section .h1{font-size:72px;color:#fff;margin-bottom:24px;text-shadow:0 2px 10px rgba(0,0,0,.3);font-weight:700}@media(max-width: 576px){.home-page .hero-section .h1{font-size:48px}}.home-page .hero-section .hero-subtitle{font-size:24px;color:hsla(0,0%,100%,.95);max-width:800px;margin:0 auto 32px;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.3)}.home-page .hero-section .hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.home-page .hero-section .hero-actions .button.outline{border-color:#fff;color:#fff}.home-page .hero-section .hero-actions .button.outline:hover{background-color:#fff;color:#ac2169}.home-page .features-section{padding:96px 0;background-color:#fff}.home-page .features-section .h2{text-align:center;margin-bottom:32px;color:#4a4a4a}.home-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:24px}.home-page .features-section .feature-card{background:#fdf7fa;padding:32px;border-radius:16px;transition:transform .3s ease;border:1px solid rgba(0,0,0,0);position:relative;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start}.home-page .features-section .feature-card.clickable:hover{transform:translateY(-5px);border-color:rgba(172,33,105,.2);box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer}.home-page .features-section .feature-card.disabled{opacity:.7;background-color:#f9f9f9}.home-page .features-section .feature-card.disabled:hover{transform:none;box-shadow:none;border-color:rgba(0,0,0,0)}.home-page .features-section .feature-card.disabled .icon{opacity:.5}.home-page .features-section .feature-card .badge-coming-soon{position:absolute;top:16px;right:16px;background-color:#e6a8d7;color:#4a4a4a;font-size:12px;padding:2px 8px;border-radius:10px;font-weight:600}.home-page .features-section .feature-card .icon{width:48px;height:48px;margin-bottom:16px;color:#ac2169}.home-page .features-section .feature-card .icon svg{width:100%;height:100%;stroke-width:1.5}.home-page .features-section .feature-card .h3{color:#ac2169;margin-bottom:8px;font-size:20px}.home-page .features-section .feature-card p{color:rgb(99.5,99.5,99.5);font-size:14px;line-height:1.6;margin-bottom:0}.home-page .cta-section{background-color:#ac2169;color:#fff;text-align:center;padding:64px 0}.home-page .cta-section .h2,.home-page .cta-section p{color:#fff}.home-page .cta-section p{max-width:600px;margin:0 auto 24px;opacity:.9}.home-page .cta-section .button{background-color:#fff;color:#ac2169}.home-page .cta-section .button:hover{background-color:hsl(0,0%,95%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.auth-page{background-color:#fdf7fa;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:32px 16px}.auth-page .container{width:100%;display:flex;justify-content:center}.auth-page .auth-card{background:#fff;padding:64px;border-radius:16px;box-shadow:0 10px 15px rgba(0,0,0,.1);width:100%;max-width:480px}@media(max-width: 768px){.auth-page .auth-card{padding:15px}}.auth-page .auth-card h1{text-align:center;color:#ac2169;margin-bottom:4px;font-size:32px}.auth-page .auth-card .auth-subtitle{text-align:center;color:#7d7d7d;margin-bottom:32px}.auth-page .auth-card .styled-form .form-group{margin-bottom:24px}.auth-page .auth-card .styled-form .form-group label{margin-bottom:4px;font-weight:500;color:#4a4a4a;font-size:14px}.auth-page .auth-card .styled-form .form-group label.checkbox-label input{width:auto;height:auto;padding:0}.auth-page .auth-card .styled-form .form-group input{width:100%;padding:16px;border:1px solid #f0d9e6;border-radius:8px;font-size:16px;transition:border-color .15s ease}.auth-page .auth-card .styled-form .form-group input:focus{outline:none;border-color:#ac2169;box-shadow:0 0 0 3px rgba(172,33,105,.1)}.auth-page .auth-card .styled-form .form-group input::placeholder{color:#b0b0b0}.auth-page .auth-card .styled-form .button.full-width{width:100%;justify-content:center;margin-top:16px;padding:16px}.auth-page .auth-card .auth-footer{margin-top:32px;text-align:center;font-size:14px;color:#7d7d7d;border-top:1px solid #f0d9e6;padding-top:24px}.auth-page .auth-card .auth-footer a{font-weight:600}.guest-list-page{padding-bottom:64px}.guest-list-page .container{max-width:1140px}.guest-list-page .page-header{display:flex;justify-content:space-between;align-items:center;padding:24px 0;margin-bottom:16px;flex-wrap:wrap;gap:5px}.guest-list-page .page-header .header-title{display:flex;align-items:center;gap:16px}.guest-list-page .page-header .header-title .icon-circle{width:48px;height:48px;background-color:#fff0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169}.guest-list-page .page-header .header-title .icon-circle svg{width:24px;height:24px}.guest-list-page .page-header .header-title h1{font-family:"Playfair Display",serif;font-size:32px;margin:0;color:#4a4a4a}.guest-list-page .page-header .header-actions{display:flex;gap:16px}.guest-list-page .page-header .header-actions .button.small{padding:8px 16px;font-size:14px}.guest-list-page .page-header .header-actions .button.outline{border-color:#f0d9e6;color:#4a4a4a;background:#fff}.guest-list-page .page-header .header-actions .button.outline:hover{border-color:#ac2169;color:#ac2169}@media(max-width: 768px){.guest-list-page .page-header{margin-bottom:0;padding-bottom:15px}}.guest-list-page .overflow-x-auto{overflow:auto;width:100%;margin-bottom:24px;padding-bottom:5px}@media(max-width: 768px){.guest-list-page .overflow-x-auto{margin-bottom:15px}}.guest-list-page .tabs-container{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f0d9e6}.guest-list-page .tabs-container .page-tabs{display:flex}.guest-list-page .tabs-container .page-tabs .tab-link{padding-bottom:8px;color:rgb(150.5,150.5,150.5);font-weight:500;text-decoration:none;position:relative;transition:color .2s;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;padding-left:15px;padding-right:15px;white-space:nowrap}.guest-list-page .tabs-container .page-tabs .tab-link:hover{color:#ac2169}.guest-list-page .tabs-container .page-tabs .tab-link.active{color:#ac2169;font-weight:600;border-bottom-color:#ac2169}.guest-list-page .tabs-container .add-event-btn{display:flex;align-items:center;gap:6px;color:#ac2169;background:none;border:none;font-weight:600;font-size:14px;cursor:pointer;padding-top:0;padding-bottom:8px;white-space:nowrap}.guest-list-page .tabs-container .add-event-btn svg{width:18px;height:18px}.guest-list-page .tabs-container .add-event-btn:hover{color:rgb(129.2097560976,24.7902439024,78.8780487805);background-color:rgba(0,0,0,0);box-shadow:none;transform:none}.guest-list-page .stats-overview-block{background:rgba(172,33,105,.03);border-radius:12px;padding:30px;margin-bottom:24px;position:relative;overflow:hidden}.guest-list-page .stats-overview-block .stats-header{display:flex;align-items:center;gap:15px;margin-bottom:30px}.guest-list-page .stats-overview-block .stats-header .icon-bg{width:40px;height:40px;background:rgba(172,33,105,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169}.guest-list-page .stats-overview-block .stats-header .icon-bg svg{width:20px;height:20px}.guest-list-page .stats-overview-block .stats-header h2{font-family:"Playfair Display",serif;font-size:24px;margin:0;color:#4a4a4a}.guest-list-page .stats-overview-block .stats-header .response-count{margin-left:auto;font-weight:600;color:#4a4a4a}.guest-list-page .stats-overview-block .stats-cards-grid{display:flex;flex-wrap:wrap;gap:20px}.guest-list-page .stats-overview-block .stats-cards-grid .event-stats-card{width:336px;min-width:300px;max-width:calc(50% - 10px);margin-bottom:0}@media(max-width: 992px){.guest-list-page .stats-overview-block .stats-cards-grid .event-stats-card{max-width:100%}}.guest-list-page .event-tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.guest-list-page .event-tab-header h2{font-family:"Playfair Display",serif;font-size:32px;margin:0;color:#4a4a4a}.guest-list-page .event-stats-card{background:#fff;border:1px solid #f0d9e6;border-radius:12px;padding:20px;max-width:400px;margin-bottom:24px}.guest-list-page .event-stats-card .card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.guest-list-page .event-stats-card .card-header svg{width:24px;height:24px;color:#4a4a4a}.guest-list-page .event-stats-card .card-header h3{font-size:18px;margin:0;font-weight:600;color:#4a4a4a}.guest-list-page .event-stats-card .card-header .response-count{margin-left:auto;font-size:14px;font-weight:500;color:#7d7d7d}.guest-list-page .event-stats-card .progress-stats .stat-labels{display:flex;justify-content:space-between;font-size:12px;font-weight:500;margin-bottom:8px;color:#4a4a4a}.guest-list-page .event-stats-card .progress-stats .progress-bar{height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;display:flex}.guest-list-page .event-stats-card .progress-stats .progress-bar .progress-fill{height:100%}.guest-list-page .event-stats-card .progress-stats .progress-bar .progress-fill.success{background-color:#98ed9c}.guest-list-page .event-stats-card .progress-stats .progress-bar .progress-fill.declined{background-color:#ff7f7f}.guest-list-page .add-event-form-container{background:#fff;border:1px solid #f0d9e6;border-radius:12px;padding:40px;max-width:800px;margin:0 auto}@media(max-width: 768px){.guest-list-page .add-event-form-container{padding:15px}}.guest-list-page .add-event-form-container h2{font-family:"Playfair Display",serif;font-size:28px;margin-bottom:30px;color:#4a4a4a}.guest-list-page .add-event-form-container .form-section{margin-bottom:40px}.guest-list-page .add-event-form-container .form-section h3{font-size:16px;font-weight:600;margin-bottom:20px;color:#4a4a4a}.guest-list-page .add-event-form-container .form-section .row{display:flex;gap:20px}.guest-list-page .add-event-form-container .form-section .row .col{flex:1}.guest-list-page .add-event-form-container .form-section .form-group{margin-bottom:20px;position:relative}.guest-list-page .add-event-form-container .form-section .checkbox-group{display:flex;align-items:center;gap:10px}.guest-list-page .add-event-form-container .form-section .checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#ac2169;cursor:pointer}.guest-list-page .add-event-form-container .form-section .checkbox-group label{cursor:pointer;font-weight:500;color:#4a4a4a}.guest-list-page .add-event-form-container .form-actions{display:flex;justify-content:flex-end;gap:15px;border-top:1px solid #f0d9e6;padding-top:20px}.guest-list-page .add-event-form-container .form-actions .button{min-width:120px}.guest-list-page .controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.guest-list-page .controls-bar #desktop-reset-btn{margin-left:15px;margin-right:auto}.guest-list-page .controls-bar .filters-dropdown{position:relative}.guest-list-page .controls-bar .filters-dropdown .filter-toggle{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #f0d9e6;padding:10px 20px;border-radius:50px;color:#4a4a4a;font-weight:500;cursor:pointer;transition:all .2s}.guest-list-page .controls-bar .filters-dropdown .filter-toggle svg{width:18px;height:18px}.guest-list-page .controls-bar .filters-dropdown .filter-toggle:hover,.guest-list-page .controls-bar .filters-dropdown .filter-toggle.active{border-color:#ac2169;color:#ac2169;background-color:#fff0f5}.guest-list-page .controls-bar .filters-dropdown .filters-menu{position:absolute;top:100%;left:0;margin-top:10px;background:#fff;border:1px solid #f0d9e6;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:20px;width:600px;z-index:100;display:grid;grid-template-columns:1fr 1fr;gap:20px}.guest-list-page .controls-bar .filters-dropdown .filters-menu .filter-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#4a4a4a}.guest-list-page .controls-bar .filters-dropdown .filters-menu .filter-group .form-select{width:100%;padding:10px;padding-right:30px;border:1px solid #f0d9e6;border-radius:8px;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;color:#4a4a4a;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:1.2em 1.2em}.guest-list-page .controls-bar .filters-dropdown .filters-menu .filter-group .form-select:focus{border-color:#ac2169}.guest-list-page .controls-bar .search-wrapper{position:relative}.guest-list-page .controls-bar .search-wrapper input{padding:10px 40px 10px 20px;border:1px solid #f0d9e6;border-radius:50px;width:300px;font-size:16px;outline:none;transition:border-color .2s}.guest-list-page .controls-bar .search-wrapper input:focus{border-color:#ac2169}.guest-list-page .controls-bar .search-wrapper .search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#ac2169;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0}.guest-list-page .controls-bar .search-wrapper .search-btn svg{width:16px;height:16px;stroke-width:2.5;stroke:#fff}.guest-list-page .guest-list-card{background:#fff;border:1px solid #f0d9e6;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.02);overflow:hidden;margin-bottom:20px}.guest-list-page .guest-list-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0d9e6}.guest-list-page .guest-list-card .card-header .group-header-content{flex:1;display:flex;align-items:center}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display{display:flex;align-items:center;gap:10px}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display h3{font-size:18px;font-weight:600;margin:0;color:#4a4a4a}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display .group-actions{display:flex;align-items:center;gap:8px;opacity:1}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display .group-actions .action-btn{background:none;border:none;cursor:pointer;color:#b0b0b0;padding:6px;border-radius:4px}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display .group-actions .action-btn:hover{background-color:rgba(0,0,0,.05);color:#ac2169}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display .group-actions .action-btn:hover.delete-group-btn{color:#d32f2f}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-display .group-actions .action-btn svg{width:20px;height:20px}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit{display:none;align-items:center;gap:8px}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .edit-group-input{padding:6px 12px;border:1px solid #f0d9e6;border-radius:6px;font-size:16px;font-weight:600;color:#4a4a4a;outline:none;width:200px}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .edit-group-input:focus{border-color:#ac2169}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn.save-group-btn{color:#388e3c}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn.save-group-btn:hover{background-color:rgba(56,142,60,.1)}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn.cancel-group-btn{color:#d32f2f}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn.cancel-group-btn:hover{background-color:rgba(211,47,47,.1)}.guest-list-page .guest-list-card .card-header .group-header-content .group-name-edit .action-btn svg{width:18px;height:18px}.guest-list-page .guest-list-card .card-header h3{font-size:18px;font-weight:600;margin:0;color:#4a4a4a}.guest-list-page .guest-list-card .card-header .header-columns{display:flex}.guest-list-page .guest-list-card .card-header .header-columns span{font-size:14px;color:rgb(150.5,150.5,150.5);font-weight:500;text-transform:uppercase;width:100px;text-align:center}.guest-list-page .guest-list-card .card-header .header-columns span.wide-col{width:280px;text-align:left;padding-left:20px}.guest-list-page .guest-list-card .card-header .header-columns .chevron-placeholder{width:24px;margin-left:40px}.guest-list-page .guest-list-card .list-body .guest-row{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgb(247.2169811321,235.2830188679,242.0283018868);transition:background-color .1s;cursor:pointer}.guest-list-page .guest-list-card .list-body .guest-row:last-child{border-bottom:none}.guest-list-page .guest-list-card .list-body .guest-row:hover{background-color:#fafbfc}.guest-list-page .guest-list-card .list-body .guest-row .guest-info{flex:1}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name{font-weight:500;color:#4a4a4a;font-size:16px;position:relative}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name.linked-icon-wrapper{padding-left:30px}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .linked-icon{display:block;position:absolute;top:0px;left:0;color:#ac2169}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .linked-icon svg{width:24px;display:block}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .plus-one-badge{font-size:12px;color:#ac2169;background:#fff0f5;padding:2px 6px;border-radius:4px}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .plus-one-indicator{color:#ac2169;font-weight:600;margin-left:4px}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-details{font-size:14px;color:rgb(150.5,150.5,150.5);margin-top:4px;padding-left:10px}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .badge{font-size:12px;padding:4px 8px;border-radius:4px;font-weight:600;text-transform:uppercase;display:inline-block;margin-left:5px}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .badge.success{background-color:#e8f5e9;color:#388e3c}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .badge.declined{background-color:#ffebee;color:#d32f2f}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .badge.pending{background-color:#fff8e1;color:#f57f17}.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name .badge.missing{background-color:#f3f4f6;color:#7d7d7d;display:none}@media(max-width: 768px){.guest-list-page .guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper{display:flex;gap:8px}}.guest-list-page .guest-list-card .list-body .guest-row .guest-status-col,.guest-list-page .guest-list-card .list-body .guest-row .guest-col{width:100px;display:flex;justify-content:center}.guest-list-page .guest-list-card .list-body .guest-row .guest-status-col.wide-col,.guest-list-page .guest-list-card .list-body .guest-row .guest-col.wide-col{width:280px;justify-content:space-between;align-items:center;padding-left:20px;gap:10px}.guest-list-page .guest-list-card .list-body .guest-row .guest-data-tags{display:flex;gap:5px;flex-wrap:wrap}.guest-list-page .guest-list-card .list-body .guest-row .guest-data-tags .tag-pill{font-size:10px;padding:2px 6px;background-color:#f3f4f6;color:#7d7d7d;border-radius:4px;white-space:nowrap;border:1px solid hsl(220,14.2857142857%,90.8823529412%)}.guest-list-page .guest-list-card .list-body .guest-row .guest-link-actions{display:flex;gap:5px}.guest-list-page .guest-list-card .list-body .guest-row .guest-link-actions .link-btn{background:none;border:1px solid #f0d9e6;border-radius:4px;width:28px;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:rgb(150.5,150.5,150.5);cursor:pointer;transition:all .2s;flex-shrink:0}.guest-list-page .guest-list-card .list-body .guest-row .guest-link-actions .link-btn:hover{border-color:#ac2169;color:#ac2169;background-color:rgba(172,33,105,.05)}.guest-list-page .guest-list-card .list-body .guest-row .guest-link-actions .link-btn svg{width:14px;height:14px;min-width:14px}.guest-list-page .guest-list-card .list-body .guest-row .status-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.guest-list-page .guest-list-card .list-body .guest-row .status-icon.confirmed{background:#e8f5e9;color:#388e3c}.guest-list-page .guest-list-card .list-body .guest-row .status-icon.declined{background:#ffebee;color:#d32f2f}.guest-list-page .guest-list-card .list-body .guest-row .status-icon.pending{background:#fff8e1;color:#ff9800}.guest-list-page .guest-list-card .list-body .guest-row .status-icon svg{width:24px}.guest-list-page .guest-list-card .list-body .guest-row .status-badge{font-size:12px;padding:4px 10px;border-radius:20px;font-weight:500}.guest-list-page .guest-list-card .list-body .guest-row .status-badge.success{background:#e8f5e9;color:#388e3c}.guest-list-page .guest-list-card .list-body .guest-row .status-badge.missing{color:#b0b0b0}.guest-list-page .guest-list-card .list-body .guest-row .guest-actions{margin-left:40px}.guest-list-page .guest-list-card .list-body .guest-row .guest-actions .action-btn{background:none;border:none;color:#b0b0b0;cursor:pointer}.guest-list-page .guest-list-card .list-body .guest-row .guest-actions .action-btn:hover{color:#ac2169}.guest-list-page .guest-list-card .add-guest-row{padding:20px 24px;background:#fafafa;border-top:1px solid #f0d9e6;display:flex;align-items:flex-end;gap:20px}.guest-list-page .guest-list-card .add-guest-row .input-wrapper{flex:1}.guest-list-page .guest-list-card .add-guest-row .input-wrapper label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;color:rgb(150.5,150.5,150.5);margin-bottom:8px}.guest-list-page .guest-list-card .add-guest-row .input-wrapper input{width:100%;height:50px;padding:12px;border:1px solid #f0d9e6;border-radius:8px;outline:none;transition:border-color .2s;font-size:16px}.guest-list-page .guest-list-card .add-guest-row .input-wrapper input:focus{border-color:#ac2169}.guest-list-page .guest-list-card .add-guest-row .input-wrapper .input-tooltip{position:absolute;bottom:100%;left:0;margin-bottom:10px;background:#4a4a4a;color:#fff;padding:10px 14px;border-radius:8px;font-size:14px;width:350px;line-height:1.4;box-shadow:0 10px 20px rgba(0,0,0,.2);z-index:100;pointer-events:none}.guest-list-page .guest-list-card .add-guest-row .input-wrapper .input-tooltip strong{color:#d4af37}.guest-list-page .guest-list-card .add-guest-row .input-wrapper .input-tooltip .tooltip-arrow{position:absolute;bottom:-6px;left:20px;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #4a4a4a}.guest-list-page .guest-list-card .add-guest-row .add-btn{padding:12px 30px;border-radius:8px;font-weight:600;height:50px}.guest-list-page .add-new-group-block{margin-top:20px;margin-bottom:40px}.guest-list-page .add-new-group-block .add-group-toggle{width:100%;background:rgba(0,0,0,0);border:2px dashed #f0d9e6;border-radius:12px;padding:16px;color:#7d7d7d;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.guest-list-page .add-new-group-block .add-group-toggle svg{width:20px;height:20px}.guest-list-page .add-new-group-block .add-group-toggle:hover{border-color:#ac2169;color:#ac2169;background-color:rgba(172,33,105,.02)}.guest-list-page .add-new-group-block .add-group-form{display:none;gap:10px;background:#fff;padding:20px;border:1px solid #f0d9e6;border-radius:12px;align-items:center}.guest-list-page .add-new-group-block .add-group-form input{flex:1;padding:10px 16px;border:1px solid #f0d9e6;border-radius:8px;font-size:16px;outline:none}.guest-list-page .add-new-group-block .add-group-form input:focus{border-color:#ac2169}@media(max-width: 768px){.guest-list-page .add-new-group-block .add-group-form{flex-direction:column;align-items:stretch}.guest-list-page .add-new-group-block .add-group-form .button{width:100%}}@media(max-width: 768px){.desktop-only{display:none !important}}.mobile-only{display:none !important}@media(max-width: 768px){.mobile-only{display:block !important}}.mobile-only-label{display:none}@media(max-width: 768px){.mobile-only-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:rgb(99.5,99.5,99.5)}}.mobile-stats-container{display:none !important}@media(max-width: 768px){.mobile-stats-container{display:flex !important;flex-direction:column;gap:16px;margin-bottom:15px}.mobile-stats-container .mobile-stats-bar{background-color:#fff;border-radius:8px;padding:5px 10px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px rgba(0,0,0,.03)}.mobile-stats-container .mobile-stats-bar .stat-total{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px}.mobile-stats-container .mobile-stats-bar .stat-total .label{color:#4a4a4a}.mobile-stats-container .mobile-stats-bar .stat-total .value{color:#4a4a4a}.mobile-stats-container .mobile-stats-bar .stat-rsvp{display:flex;align-items:center;gap:12px}.mobile-stats-container .mobile-stats-bar .stat-rsvp .label{font-weight:700;font-size:14px;margin-right:4px;color:#7d7d7d}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges{display:flex;gap:8px}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge{min-width:40px;width:auto;padding:0 5px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;gap:4px}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge.success{background-color:#c6f6d5;color:#22543d}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge.error{background-color:#fed7d7;color:#822727;margin-bottom:0;border:none}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge.warning{background-color:#feebc8;color:#744210}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge.pending{background-color:#e2e8f0;color:#4a5568}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge svg{width:14px;height:14px;display:none}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge{flex-direction:row}.mobile-stats-container .mobile-stats-bar .stat-rsvp .badges .badge svg{display:inline-block;margin-right:2px}.mobile-stats-container .mobile-controls-row{display:flex;gap:16px}.mobile-stats-container .mobile-controls-row .control-btn.large-card{flex:1;background:#fff;border:1px solid rgba(0,0,0,0);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .1s;height:46px}.mobile-stats-container .mobile-controls-row .control-btn.large-card:active{transform:scale(0.98)}.mobile-stats-container .mobile-controls-row .control-btn.large-card .icon-wrapper{color:#4a4a4a}.mobile-stats-container .mobile-controls-row .control-btn.large-card .icon-wrapper svg{width:28px;height:28px;display:block}.mobile-stats-container .mobile-controls-row .control-btn.large-card .btn-label{font-size:18px;font-weight:500;color:#4a4a4a}.mobile-stats-container .mobile-controls-row .control-btn.large-card#mobile-reset-btn{background:#ac2169;color:#fff;padding:8px 10px}.mobile-stats-container .mobile-controls-row .control-btn.large-card#mobile-reset-btn:hover{background:rgb(150.6048780488,28.8951219512,91.9390243902)}.mobile-stats-container .mobile-controls-row .control-btn.large-card#mobile-reset-btn .icon-wrapper{color:#fff}.mobile-stats-container .mobile-search-bar{display:none}}.mobile-tools-container{display:none}@media(max-width: 768px){.mobile-tools-container{display:block}.mobile-tools-container .search-wrapper{position:relative}.mobile-tools-container .search-wrapper input{width:100%;padding:12px 40px 12px 20px;border:1px solid #f0d9e6;border-radius:50px;font-size:16px;outline:none}.mobile-tools-container .search-wrapper input:focus{border-color:#ac2169}.mobile-tools-container .search-wrapper .search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#ac2169;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0}.mobile-tools-container .search-wrapper .search-btn svg{width:16px;height:16px;stroke-width:2.5;stroke:#fff}.mobile-tools-container .filters-menu{background:#fff;border:1px solid #f0d9e6;border-radius:12px;padding:20px;display:grid;grid-template-columns:1fr;gap:20px}.mobile-tools-container .filters-menu .filter-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#4a4a4a}.mobile-tools-container .filters-menu .filter-group .form-select{width:100%;padding:10px;padding-right:30px;border:1px solid #f0d9e6;border-radius:8px;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;color:#4a4a4a;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:1.2em 1.2em}.mobile-tools-container .filters-menu .filter-group .form-select:focus{border-color:#ac2169}}@media(max-width: 768px){.guest-list-card{border:none;box-shadow:none;background:rgba(0,0,0,0)}.guest-list-card .card-header{padding:10px 0;border-bottom:1px solid #f0d9e6;margin-bottom:0;background:rgba(0,0,0,0)}.guest-list-card .card-header h3{font-size:18px;color:#4a4a4a}.guest-list-card .card-header .header-columns{display:none}.guest-list-card .list-body .guest-row{padding:16px !important}.guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-name{font-size:16px;font-weight:400}.guest-list-card .list-body .guest-row .guest-info .guest-name-wrapper .guest-details{display:none}.guest-list-card .list-body .guest-row .guest-status-col.mobile-status{width:auto;margin-left:auto;margin-right:12px}.guest-list-card .list-body .guest-row .guest-status-col.mobile-status .status-icon{background:none;width:20px;height:20px}.guest-list-card .list-body .guest-row .guest-chevron{color:#b0b0b0}.guest-list-card .add-guest-row.mobile-style{padding:10px;display:flex;gap:12px}.guest-list-card .add-guest-row.mobile-style .input-wrapper{flex:1}.guest-list-card .add-guest-row.mobile-style .input-wrapper input{padding:14px 16px;border-radius:12px;border:1px solid #f0d9e6;font-size:16px}.guest-list-card .add-guest-row.mobile-style .add-btn{font-size:16px;padding:0 14px;height:50px;width:50px}}.mobile-guest-data{display:none}@media(max-width: 768px){.mobile-guest-data{display:flex;align-items:center;gap:10px;margin-top:8px;width:100%;flex-wrap:wrap}.mobile-guest-data .guest-data-tags{display:flex;gap:5px;flex-wrap:wrap}.mobile-guest-data .guest-data-tags .tag-pill{font-size:10px;padding:2px 6px;background-color:#f3f4f6;color:#7d7d7d;border-radius:4px;white-space:nowrap;border:1px solid hsl(220,14.2857142857%,90.8823529412%)}.mobile-guest-data .guest-link-actions{display:flex;gap:5px;margin-left:auto}.mobile-guest-data .guest-link-actions .link-btn{background:none;border:1px solid #f0d9e6;border-radius:4px;width:28px;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:rgb(150.5,150.5,150.5);cursor:pointer;transition:all .2s;flex-shrink:0}.mobile-guest-data .guest-link-actions .link-btn:hover{border-color:#ac2169;color:#ac2169;background-color:rgba(172,33,105,.05)}.mobile-guest-data .guest-link-actions .link-btn svg{width:14px;height:14px;min-width:14px;flex-shrink:0}}.guest-name .tag-pill{font-size:10px;padding:2px 6px;background-color:#f3f4f6;color:#7d7d7d;border-radius:4px;white-space:nowrap;border:1px solid hsl(220,14.2857142857%,90.8823529412%);display:inline-block;vertical-align:middle;margin-left:4px;margin-top:2px;margin-bottom:2px}.guest-name .link-btn.mobile-inline-btn{background:none;border:1px solid #f0d9e6;border-radius:4px;width:26px;height:26px;min-width:26px;display:inline-flex;align-items:center;justify-content:center;color:rgb(150.5,150.5,150.5);cursor:pointer;transition:all .2s;vertical-align:middle;margin-left:4px;margin-top:2px;margin-bottom:2px;padding:0}.guest-name .link-btn.mobile-inline-btn:hover{border-color:#ac2169;color:#ac2169;background-color:rgba(172,33,105,.05)}.guest-name .link-btn.mobile-inline-btn svg{width:14px;height:14px;min-width:14px;flex-shrink:0}.guest-name .badge.data-tag{background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;text-transform:none;font-weight:500}#edit-guest-modal .guest-data-tags{display:flex;gap:5px;flex-wrap:wrap}#edit-guest-modal .guest-data-tags .badge.data-tag{font-size:12px;padding:4px 8px;background-color:#f3f4f6;color:#4b5563;border-radius:4px;white-space:nowrap;border:1px solid #e5e7eb;font-weight:500}#edit-guest-modal .guest-link-actions{display:flex;gap:10px;flex-wrap:wrap}.invitations-promo-page{padding:0;color:#4a4a4a;background-color:#fff}.invitations-promo-page .text-serif{font-family:"Playfair Display",serif;font-style:italic;color:#ac2169}.invitations-promo-page .hero-section{padding:64px 0;background-color:#fafafa;overflow:hidden}@media(min-width: 992px){.invitations-promo-page .hero-section{padding:128px 0}}.invitations-promo-page .hero-section .hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width: 992px){.invitations-promo-page .hero-section .hero-grid{grid-template-columns:1fr 1fr;gap:64px}}.invitations-promo-page .hero-section .hero-text .badge{display:inline-block;background-color:rgba(172,33,105,.1);color:#ac2169;padding:6px 12px;border-radius:4px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.invitations-promo-page .hero-section .hero-text h1{font-family:"Roboto",system-ui,-apple-system,sans-serif;font-weight:700;font-size:48px;line-height:1.1;margin-bottom:16px;color:#4a4a4a}@media(min-width: 992px){.invitations-promo-page .hero-section .hero-text h1{font-size:64px}}.invitations-promo-page .hero-section .hero-text .hero-subtitle{font-size:19px;color:#7d7d7d;margin-bottom:24px;line-height:1.6}.invitations-promo-page .hero-section .hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.invitations-promo-page .hero-section .hero-visual .browser-mockup{background:#fff;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.1);width:90%;max-width:500px;overflow:hidden;position:relative;z-index:1;border:1px solid #eee}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header{background:#f5f5f5;padding:10px 15px;display:flex;align-items:center;border-bottom:1px solid #e0e0e0}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header .dot{width:10px;height:10px;border-radius:50%;margin-right:6px}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header .dot.red{background:#ff5f56}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header .dot.yellow{background:#ffbd2e}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header .dot.green{background:#27c93f}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-header .address-bar{background:#fff;border-radius:4px;font-size:10px;color:#999;padding:4px 10px;flex:1;margin-left:15px;text-align:center}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content{height:300px;background:#fff}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder{height:100%;width:100%;background-image:url("https://images.unsplash.com/photo-1519741497674-611481863552?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80");background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3)}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder .content-preview{position:relative;z-index:2;text-align:center;color:#fff}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder .content-preview .names{font-family:"Playfair Display",serif;font-size:32px;margin-bottom:10px}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder .content-preview .date{text-transform:uppercase;letter-spacing:2px;font-size:13px;margin-bottom:20px}.invitations-promo-page .hero-section .hero-visual .browser-mockup .browser-content .hero-image-placeholder .content-preview .btn-preview{display:inline-block;padding:8px 20px;background:#fff;color:#4a4a4a;border-radius:20px;font-size:13px;font-weight:600}.invitations-promo-page .hero-section .hero-visual .phone-mockup{position:absolute;bottom:-30px;right:-10px;width:120px;height:240px;background:#333;border-radius:20px;border:4px solid #333;box-shadow:0 15px 30px rgba(0,0,0,.2);z-index:2;overflow:hidden}@media(min-width: 768px){.invitations-promo-page .hero-section .hero-visual .phone-mockup{right:20px;width:140px;height:280px}}.invitations-promo-page .hero-section .hero-visual .phone-mockup .notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:40%;height:15px;background:#333;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:3}.invitations-promo-page .hero-section .hero-visual .phone-mockup .screen{background-color:#fff;height:100%;background-image:url("https://images.unsplash.com/photo-1511285560982-1351cdeb9821?ixlib=rb-4.0.3&auto=format&fit=crop&w=500&q=80");background-size:cover;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.invitations-promo-page .hero-section .hero-visual .phone-mockup .screen::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(172,33,105,.8)}.invitations-promo-page .hero-section .hero-visual .phone-mockup .screen .names{position:relative;z-index:2;font-family:"Playfair Display",serif;color:#fff;font-size:24px;margin-bottom:10px}.invitations-promo-page .hero-section .hero-visual .phone-mockup .screen .menu-items{position:relative;z-index:2;width:40px}.invitations-promo-page .hero-section .hero-visual .phone-mockup .screen .menu-items .line{height:2px;background:hsla(0,0%,100%,.5);margin-bottom:4px;width:100%}.invitations-promo-page .steps-section{padding:64px 0;text-align:center}.invitations-promo-page .steps-section h2{font-size:40px;color:#4a4a4a;margin-bottom:64px}.invitations-promo-page .steps-section .steps-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:32px}.invitations-promo-page .steps-section .steps-grid .step-item{display:flex;flex-direction:column;align-items:center}.invitations-promo-page .steps-section .steps-grid .step-item .step-number{width:50px;height:50px;background-color:rgba(172,33,105,.1);color:#ac2169;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;margin-bottom:16px}.invitations-promo-page .steps-section .steps-grid .step-item h3{font-size:20px;margin-bottom:8px}.invitations-promo-page .steps-section .steps-grid .step-item p{color:#7d7d7d;line-height:1.5}.invitations-promo-page .feature-split-section{padding:64px 0}.invitations-promo-page .feature-split-section.bg-gray{background-color:#fafafa}.invitations-promo-page .feature-split-section .split-grid{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}@media(min-width: 992px){.invitations-promo-page .feature-split-section .split-grid{grid-template-columns:1fr 1fr}}@media(min-width: 992px){.invitations-promo-page .feature-split-section .split-grid.reverse{direction:rtl}.invitations-promo-page .feature-split-section .split-grid.reverse .split-content{direction:ltr}}.invitations-promo-page .feature-split-section .split-grid .split-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.invitations-promo-page .feature-split-section .split-grid .split-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.invitations-promo-page .feature-split-section .split-grid .split-image img:hover{transform:scale(1.03)}.invitations-promo-page .feature-split-section .split-grid .split-content h3{font-family:"Playfair Display",serif;font-size:40px;margin-bottom:16px;color:#4a4a4a}.invitations-promo-page .feature-split-section .split-grid .split-content p{font-size:18px;line-height:1.6;color:rgb(99.5,99.5,99.5);margin-bottom:24px}.invitations-promo-page .feature-split-section .split-grid .split-content .check-list{list-style:none;padding:0;margin:0}.invitations-promo-page .feature-split-section .split-grid .split-content .check-list li{position:relative;padding-left:30px;margin-bottom:10px;font-weight:500}.invitations-promo-page .feature-split-section .split-grid .split-content .check-list li::before{content:"✓";position:absolute;left:0;color:#388e3c;font-weight:800}.invitations-promo-page .templates-section{padding:64px 0;text-align:center}.invitations-promo-page .templates-section h2{font-size:40px;margin-bottom:8px}.invitations-promo-page .templates-section .subtitle{font-size:19px;color:#7d7d7d;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.invitations-promo-page .templates-section .templates-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:24px;margin-bottom:32px}.invitations-promo-page .templates-section .templates-grid .template-card{background:#fff;padding:10px;border:1px solid #eee;border-radius:8px;transition:transform .3s ease}.invitations-promo-page .templates-section .templates-grid .template-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.invitations-promo-page .templates-section .templates-grid .template-card .template-preview{height:350px;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative}.invitations-promo-page .templates-section .templates-grid .template-card .template-preview.color-1{background-color:#fdf2f8;border:10px solid #fff;outline:1px solid #eee}.invitations-promo-page .templates-section .templates-grid .template-card .template-preview.color-2{background-color:#f0f9ff;border:10px solid #fff;outline:1px solid #eee}.invitations-promo-page .templates-section .templates-grid .template-card .template-preview.color-3{background-color:#f5f5f4;border:10px solid #fff;outline:1px solid #eee}.invitations-promo-page .templates-section .templates-grid .template-card .template-preview .t-name{background:#fff;padding:8px 16px;border-radius:20px;font-family:"Playfair Display",serif;box-shadow:0 1px 2px rgba(0,0,0,.05)}.invitations-promo-page .templates-section .center-btn{margin-top:24px}.invitations-promo-page .cta-section{background-color:#ac2169;padding:96px 0;text-align:center;color:#fff}.invitations-promo-page .cta-section h2{color:#fff;font-size:40px;margin-bottom:16px}.invitations-promo-page .cta-section p{color:hsla(0,0%,100%,.9);font-size:19px;margin-bottom:32px}.invitations-promo-page .cta-section .button{background:#fff;color:#ac2169;border:none}.invitations-promo-page .cta-section .button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.landing-editor-page{background-color:#f3f4f6;height:100vh;overflow:hidden;display:flex;flex-direction:column;padding-bottom:0}.landing-editor-page .container{max-width:100%}.landing-editor-container{display:flex;flex-direction:column;flex:1;height:auto;overflow:hidden}.landing-editor-container .editor-header{background:#fff;padding:15px 30px;border-bottom:1px solid #f0d9e6;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.landing-editor-container .editor-header .editor-title{display:flex;align-items:center;gap:12px}.landing-editor-container .editor-header .editor-title .icon-wrapper{width:40px;height:40px;background:#ebf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169}.landing-editor-container .editor-header .editor-title .icon-wrapper svg{width:24px;height:24px}.landing-editor-container .editor-header .editor-title h1{font-size:20px;font-weight:700;margin:0;color:#4a4a4a}.landing-editor-container .editor-header .editor-actions{display:flex;gap:12px}.landing-editor-container .editor-header .editor-actions .button{border-radius:50px}@media(max-width: 768px){.landing-editor-container .editor-header{padding:15px}.landing-editor-container .editor-header .editor-title h1{font-size:18px}.landing-editor-container .editor-header .editor-actions{display:none}}.landing-editor-container .editor-body{display:flex;flex:1;overflow:hidden}.landing-editor-container .editor-body .editor-sidebar{width:400px;background:#fff;border-right:1px solid #f0d9e6;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.landing-editor-container .editor-body .editor-sidebar .sidebar-tabs{display:flex;border-bottom:1px solid #f0d9e6;padding:0 20px}.landing-editor-container .editor-body .editor-sidebar .sidebar-tabs .tab-btn{padding:15px 15px;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);color:rgb(150.5,150.5,150.5);font-weight:500;cursor:pointer;transition:all .2s;font-size:15px;box-shadow:none;border-radius:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-tabs .tab-btn:hover{color:#ac2169}.landing-editor-container .editor-body .editor-sidebar .sidebar-tabs .tab-btn.active{color:#ac2169;border-bottom-color:#ac2169}.landing-editor-container .editor-body .editor-sidebar .sidebar-content{padding:20px;flex:1}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-top:15px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card{border:2px solid rgba(0,0,0,0);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.05)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card.selected{border-color:#ac2169}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card.selected::after{content:"";position:absolute;top:8px;right:8px;width:20px;height:20px;background-color:#ac2169;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='14px' height='14px'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card .theme-preview{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;gap:6px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card .theme-preview .preview-text{font-size:16px;font-weight:600;display:block}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card .theme-preview .preview-badge{font-size:11px;font-weight:500;color:#9ca3af;background:#e5e7eb;border-radius:4px;padding:2px 7px;display:block}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card--disabled{cursor:not-allowed;opacity:.5}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .theme-grid .theme-card--disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.05)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item{border:1px solid #f0d9e6;border-radius:8px;margin-bottom:15px;background:#fff;overflow:hidden}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#fff;transition:background-color .2s}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header:hover{background-color:#fafafa}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-content{display:flex;align-items:center;gap:12px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-content svg{width:20px;height:20px;color:#b0b0b0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-content span{font-weight:600;color:#4a4a4a;font-size:15px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls{display:flex;align-items:center;gap:10px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .visibility-btn{background:none;border:none;cursor:pointer;padding:4px;color:#ac2169;display:flex;align-items:center;justify-content:center;transition:color .2s;position:relative}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .visibility-btn svg{width:20px;height:20px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .visibility-btn:hover{color:rgb(129.2097560976,24.7902439024,78.8780487805)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .visibility-btn.hidden-block{color:#e3e3e3}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .visibility-btn.hidden-block::after{content:"";position:absolute;width:100%;height:2px;background-color:currentColor;transform:rotate(-45deg);top:50%;left:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-header .header-controls .chevron{color:#b0b0b0;transition:transform .2s;width:25px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-body{display:none;padding:20px;border-top:1px solid #f0d9e6;background-color:#fafbfc}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item .accordion-body .save-btn-wrapper{display:flex;justify-content:flex-end;margin-top:10px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item.expanded .accordion-header .chevron{transform:rotate(180deg)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .accordion-item.expanded .accordion-body{display:block}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .timeline-editor .timeline-row{display:flex;gap:10px;margin-bottom:10px;align-items:center;position:relative}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .timeline-editor .timeline-row .time-input-wrapper{position:relative;width:100px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .timeline-editor .timeline-row input[type=text]{flex:1}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .timeline-editor .timeline-row .remove-btn{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:0 5px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .timeline-editor .timeline-row .remove-btn:hover{color:#d32f2f}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .button.full-width{width:100%;border:2px solid #ac2169;color:#ac2169;background:#fff;border-radius:50px;padding:10px;font-weight:600;margin-top:10px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .button.full-width:hover{background-color:#ac2169;color:#fff}.landing-editor-container .editor-body .editor-sidebar .sidebar-content #open-phrases-modal{display:block}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item{position:relative;width:40px;height:40px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item input[type=color]{width:100%;height:100%;padding:0;border:none;border-radius:4px;cursor:pointer}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item input[type=color]::-webkit-color-swatch-wrapper{padding:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item input[type=color]::-webkit-color-swatch{border:1px solid rgba(0,0,0,.1);border-radius:4px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item .remove-btn{position:absolute;top:-5px;right:-5px;width:16px;height:16px;background:#d32f2f;color:#fff;border:none;border-radius:50%;font-size:12px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;padding:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .color-palette-wrapper .color-item:hover .remove-btn{opacity:1}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn{display:flex;flex-direction:column;gap:10px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn .input-with-prefix{display:flex;align-items:center;border:1px solid #f0d9e6;border-radius:6px;background:#fff;padding:0 12px;height:42px;width:100%}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn .input-with-prefix .prefix{color:rgb(150.5,150.5,150.5);font-size:14px;white-space:nowrap;margin-right:4px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn .input-with-prefix input{border:none;padding:0;height:100%;width:100%;font-size:14px;color:#4a4a4a;outline:none;background:rgba(0,0,0,0)}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn .input-with-prefix:focus-within{border-color:#ac2169}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .input-group-with-btn .button{height:42px;width:100%;justify-content:center}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .help-text{font-size:13px;color:rgb(150.5,150.5,150.5);margin-top:8px;line-height:1.4}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .help-text a{color:#ac2169;text-decoration:none}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .help-text a:hover{text-decoration:underline}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .setting-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #f0d9e6}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .setting-row .setting-label{font-weight:600;color:#4a4a4a}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch{position:relative;display:inline-block;width:50px;height:26px;margin-bottom:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch input{opacity:0;width:0;height:0}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch input:checked+.slider{background-color:#ac2169}.landing-editor-container .editor-body .editor-sidebar .sidebar-content .toggle-switch input:checked+.slider:before{transform:translateX(24px)}@media(max-width: 768px){.landing-editor-container .editor-body .editor-sidebar{width:100%;border-right:none;padding-bottom:70px}}.landing-editor-container .editor-body .editor-preview{flex:1;background:#f3f4f6;padding:40px;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;height:calc(100vh - 123px);position:relative}.landing-editor-container .editor-body .editor-preview iframe{width:100%;height:100%;border:none;background:#fff}.landing-editor-container .editor-body .editor-preview .refresh-preview-overlay{position:absolute;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:10}.landing-editor-container .editor-body .editor-preview .refresh-preview-overlay.hidden{display:none}.landing-editor-container .editor-body .editor-preview .refresh-preview-btn{display:flex;align-items:center;gap:8px;white-space:nowrap}.landing-editor-container .editor-body .editor-preview .refresh-preview-btn svg{width:18px;height:18px;flex-shrink:0}.landing-editor-container .editor-body .editor-preview .refresh-preview-btn:hover{transform:translateY(-1px)}@media(max-width: 768px){.landing-editor-container .editor-body .editor-preview{display:none}}.mobile-bottom-bar{display:none}@media(max-width: 768px){.mobile-bottom-bar{display:flex;justify-content:space-around;align-items:start;position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #f0d9e6;padding:10px 0;z-index:100;box-shadow:0 -2px 10px rgba(0,0,0,.05);padding-bottom:calc(10px + env(safe-area-inset-bottom))}.mobile-bottom-bar .mobile-bar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;color:#7d7d7d;font-size:12px;gap:4px;padding:5px 10px;cursor:pointer;text-decoration:none;flex:1}.mobile-bottom-bar .mobile-bar-btn svg{width:24px;height:24px;color:#4a4a4a}.mobile-bottom-bar .mobile-bar-btn span{text-align:center;line-height:1.2}.mobile-bottom-bar .mobile-bar-btn:hover,.mobile-bottom-bar .mobile-bar-btn:active{color:#ac2169}.mobile-bottom-bar .mobile-bar-btn:hover svg,.mobile-bottom-bar .mobile-bar-btn:active svg{color:#ac2169}.mobile-bottom-bar .mobile-bar-btn:hover,.mobile-bottom-bar .mobile-bar-btn:active{border:none;box-shadow:none}}.phrase-row{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0d9e6}.phrase-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.modal-tabs{display:flex;border-bottom:1px solid #f0d9e6;margin-bottom:20px}.modal-tabs .modal-tab-btn{padding:10px 20px;border:none;background:none;border-bottom:2px solid rgba(0,0,0,0);color:rgb(150.5,150.5,150.5);font-weight:600;cursor:pointer;transition:all .2s;border-radius:0;box-shadow:none}.modal-tabs .modal-tab-btn:hover{color:#ac2169}.modal-tabs .modal-tab-btn.active{border-bottom-color:#ac2169;color:#ac2169}.wishlist-item-row{border:1px solid #f0d9e6;padding:15px;border-radius:8px;margin-bottom:15px;position:relative;background-color:#fdfdfd}.wishlist-item-row .remove-gift-btn{position:absolute;top:10px;right:10px;background:none;border:none;color:#d32f2f;cursor:pointer;font-size:28px;line-height:1;padding:0}.wishlist-item-row .remove-gift-btn:hover{opacity:.7}.wishlist-item-row .form-group{margin-bottom:10px}.wishlist-item-row .form-group:last-child{margin-bottom:0}.wishlist-item-row .form-group label{font-weight:600;font-size:14px;display:block;margin-bottom:5px}.map-search-container{padding:10px;display:flex;gap:10px;background:#fff;border-bottom:1px solid #f0d9e6}.map-search-container input{flex:1;padding:8px 12px;border:1px solid #f0d9e6;border-radius:6px}#map-selection-text{margin-top:10px;font-size:13px;color:rgb(150.5,150.5,150.5)}.accordion-helper-text{font-size:13px;color:rgb(150.5,150.5,150.5);margin-top:10px}.accordion-helper-text.italic{font-style:italic}.add-item-btn{margin-top:15px}.phrase-row .phrase-row-header{display:flex;justify-content:space-between;align-items:center}.phrase-row label{font-weight:600;font-size:14px}.phrase-row .remove-phrase-btn{background:none;border:none;color:#d32f2f;cursor:pointer}.phrase-row .remove-phrase-btn:hover{opacity:.8}.wishlist-item-row{padding:0;transition:all .2s}.wishlist-item-row .wishlist-item-header{padding:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background-color:rgba(0,0,0,0)}.wishlist-item-row .wishlist-item-header .item-title{font-weight:600;font-size:15px;color:#4a4a4a}.wishlist-item-row .wishlist-item-header .item-actions{display:flex;align-items:center;gap:10px}.wishlist-item-row .wishlist-item-header .item-actions .booked-icon{font-size:16px;cursor:help}.wishlist-item-row .wishlist-item-header .item-actions .remove-gift-btn{position:static;display:flex}.wishlist-item-row .wishlist-item-header:hover{background-color:rgba(0,0,0,.02)}.wishlist-item-row .wishlist-item-body{display:none;padding:0 15px 15px;border-top:1px solid rgba(0,0,0,0)}.wishlist-item-row.expanded{background-color:#fff}.wishlist-item-row.expanded .wishlist-item-header{border-bottom:1px solid rgb(247.2169811321,235.2830188679,242.0283018868)}.wishlist-item-row.expanded .wishlist-item-body{display:block;padding-top:15px}.info-note{background:#f0f9ff;padding:10px;border-radius:6px;margin-bottom:15px;font-size:13px;color:#0c4a6e;border:1px solid #bae6fd}.info-note strong{font-weight:600}.info-note.sidebar-note{margin-top:15px;line-height:1.5}.info-note.sidebar-note .info-note-title{font-weight:600;margin-bottom:8px;display:block}.info-note.sidebar-note .info-note-text{margin-bottom:5px}.info-note.sidebar-note .info-note-list{margin:0;padding-left:20px;list-style-type:disc}.info-note.sidebar-note .info-note-list li{margin-bottom:2px}.info-note.sidebar-note .info-note-list li:last-child{margin-bottom:0}.wishlist-item-row .save-btn-wrapper{display:flex;justify-content:flex-end;margin-top:15px}.wishlist-item-row .save-btn-wrapper{gap:10px}.wishlist-item-row .phrase-text-input{width:100%}.sidebar-mobile-header{display:none;padding:15px 20px;border-bottom:1px solid #f0d9e6;background:#fff}.sidebar-mobile-header .editor-title{display:flex;align-items:center;gap:12px}.sidebar-mobile-header .editor-title .icon-wrapper{width:40px;height:40px;background:#ebf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169}.sidebar-mobile-header .editor-title .icon-wrapper svg{width:24px;height:24px}.sidebar-mobile-header .editor-title h1{font-size:18px;font-weight:700;margin:0;color:#4a4a4a}@media(max-width: 768px){.sidebar-mobile-header{display:block}}.guest-link-actions{margin-bottom:10px;gap:15px;align-items:center}.guest-link-actions button{background:none;border:none;padding:0;font-size:13px;cursor:pointer;color:#ac2169;text-decoration:none;font-weight:500}.guest-link-actions button:hover{text-decoration:underline;color:rgb(129.2097560976,24.7902439024,78.8780487805)}@media(max-width: 768px){.landing-editor-container .editor-header{display:none}}.guest-responses-page{padding-bottom:64px}.guest-responses-page .container{max-width:1140px}.guest-responses-page .hidden{display:none !important}.guest-responses-page .page-header{display:flex;justify-content:space-between;align-items:center;padding:24px 0}@media(max-width: 768px){.guest-responses-page .page-header{display:none}}.guest-responses-page .page-header .header-title{display:flex;align-items:center;gap:16px}.guest-responses-page .page-header .header-title .icon-circle{width:48px;height:48px;background-color:#fff0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169}.guest-responses-page .page-header .header-title .icon-circle svg{width:24px;height:24px}.guest-responses-page .page-header .header-title h1{font-family:"Playfair Display",serif;font-size:32px;margin:0;color:#4a4a4a}.guest-responses-page .tabs-container{display:flex;border-bottom:2px solid #f0d9e6;margin-bottom:30px}@media(max-width: 768px){.guest-responses-page .tabs-container{margin-bottom:15px}}.guest-responses-page .tabs-container .page-tabs{display:flex}.guest-responses-page .tabs-container .page-tabs .tab-link{padding:15px 20px;color:rgb(150.5,150.5,150.5);font-weight:500;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;transition:all .2s}.guest-responses-page .tabs-container .page-tabs .tab-link .mobile-text{display:none}@media(max-width: 768px){.guest-responses-page .tabs-container .page-tabs .tab-link{padding:15px 10px}.guest-responses-page .tabs-container .page-tabs .tab-link .desktop-text{display:none}.guest-responses-page .tabs-container .page-tabs .tab-link .mobile-text{display:inline}}.guest-responses-page .tabs-container .page-tabs .tab-link:hover{color:#ac2169}.guest-responses-page .tabs-container .page-tabs .tab-link.active{color:#ac2169;font-weight:600;border-bottom-color:#ac2169}.guest-responses-page .tab-content{display:none}.guest-responses-page .tab-content.active{display:block}.guest-responses-page .filter-container{margin-bottom:20px;display:flex;align-items:center;gap:10px}.guest-responses-page .filter-container label{font-weight:600;color:#4a4a4a}.guest-responses-page .filter-container select{padding:8px 12px;border:1px solid #f0d9e6;border-radius:8px;font-size:14px;width:auto;outline:none}.guest-responses-page .filter-container select:focus{border-color:#ac2169}.guest-responses-page .controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:15px;flex-wrap:wrap;position:relative}.guest-responses-page .controls-bar .actions-right{display:flex;align-items:center;gap:15px;flex-wrap:wrap}@media(max-width: 768px){.guest-responses-page .controls-bar{flex-direction:column;align-items:stretch;gap:0}.guest-responses-page .controls-bar .actions-left button{position:absolute;background-color:rgba(0,0,0,0);border-color:#ac2169;color:#ac2169;top:-60px;right:0;font-size:12px;padding:6px 12px;width:auto}.guest-responses-page .controls-bar .actions-left button:hover{background-color:rgba(0,0,0,0);border-color:#ac2169;color:#ac2169}.guest-responses-page .controls-bar .actions-right{flex-direction:column;align-items:stretch}.guest-responses-page .controls-bar .button{width:100%}}.guest-responses-page .filter-group{display:flex;align-items:center;gap:10px}.guest-responses-page .filter-group .form-select{padding:10px 30px 10px 15px;border:1px solid #f0d9e6;border-radius:8px;font-size:14px;outline:none;color:#4a4a4a;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:1.2em 1.2em;appearance:none;-webkit-appearance:none;cursor:pointer;min-width:150px}.guest-responses-page .filter-group .form-select:focus{border-color:#ac2169}@media(max-width: 768px){.guest-responses-page .filter-group .form-select{width:100%}}.guest-responses-page .search-wrapper{position:relative}.guest-responses-page .search-wrapper input{padding:10px 40px 10px 20px;border:1px solid #f0d9e6;border-radius:50px;width:300px;font-size:16px;outline:none;transition:border-color .2s}.guest-responses-page .search-wrapper input:focus{border-color:#ac2169}@media(max-width: 768px){.guest-responses-page .search-wrapper input{width:100%}}.guest-responses-page .search-wrapper .search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#ac2169;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0}.guest-responses-page .search-wrapper .search-btn svg{width:16px;height:16px;stroke-width:2.5;stroke:#fff}.guest-responses-page .response-group{background:#fff;border:1px solid #f0d9e6;border-radius:12px;margin-bottom:20px;overflow:hidden}.guest-responses-page .response-group .group-header{padding:15px 20px;background:#fafbfc;border-bottom:1px solid #f0d9e6;display:flex;align-items:center;justify-content:space-between}.guest-responses-page .response-group .group-header h3{margin:0;font-size:16px;font-weight:600;color:#4a4a4a}.guest-responses-page .response-group .group-header .count{background:#ebf0f5;color:#4a4a4a;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:600}@media(max-width: 768px){.guest-responses-page .response-group .group-header{padding:15px}}.guest-responses-page .response-list .response-item{padding:20px;border-bottom:1px solid rgb(247.2169811321,235.2830188679,242.0283018868)}.guest-responses-page .response-list .response-item:last-child{border-bottom:none}.guest-responses-page .response-list .response-item.hidden{display:none}.guest-responses-page .response-list .response-item .response-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.guest-responses-page .response-list .response-item .response-main .guest-info{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.guest-responses-page .response-list .response-item .response-main .guest-info .guest-name{font-weight:600;font-size:16px;color:#4a4a4a;margin-bottom:0;white-space:nowrap}.guest-responses-page .response-list .response-item .response-main .guest-info .guest-phone{font-size:14px;color:rgb(150.5,150.5,150.5);white-space:nowrap}@media(max-width: 768px){.guest-responses-page .response-list .response-item .response-main .guest-info{flex-direction:column;align-items:flex-start;gap:5px}}.guest-responses-page .response-list .response-item .response-main .guest-status-container{margin-left:auto;display:flex;align-items:center}.guest-responses-page .response-list .response-item .response-main .guest-status-container .hidden{display:none !important}.guest-responses-page .response-list .response-item .response-main .guest-status-container .status-badge{padding:4px 10px;border-radius:20px;font-size:13px;font-weight:500}.guest-responses-page .response-list .response-item .response-main .guest-status-container .status-badge.status-yes{background:#e8f5e9;color:#388e3c}.guest-responses-page .response-list .response-item .response-main .guest-status-container .status-badge.status-no{background:#ffebee;color:#d32f2f}.guest-responses-page .response-list .response-item .response-main .guest-status-container .filtered-answer{margin-top:0;padding:4px 10px;background:#f3f4f6;border-radius:20px;font-size:13px;display:flex;align-items:center;gap:5px}.guest-responses-page .response-list .response-item .response-main .guest-status-container .filtered-answer .filtered-answer-label{font-size:12px;color:#b0b0b0;margin-bottom:0;margin-right:5px;display:none}.guest-responses-page .response-list .response-item .response-main .guest-status-container .filtered-answer .not-answered{color:#b0b0b0;font-style:italic}.guest-responses-page .response-list .response-item .response-main .gifts-count .count-badge{background:#fff0f5;color:#ac2169;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.guest-responses-page .response-list .response-item details summary{cursor:pointer;color:#ac2169;font-size:14px;font-weight:500;user-select:none;outline:none}.guest-responses-page .response-list .response-item details summary:hover{text-decoration:underline}.guest-responses-page .response-list .response-item details .details-content,.guest-responses-page .response-list .response-item details .gifts-list{margin-top:15px;padding-left:15px;border-left:2px solid #f3f4f6}.guest-responses-page .response-list .response-item .detail-item{margin-bottom:8px;display:flex;gap:10px;font-size:14px}.guest-responses-page .response-list .response-item .detail-item .detail-label{color:rgb(150.5,150.5,150.5);min-width:100px}.guest-responses-page .response-list .response-item .detail-item .detail-value{font-weight:500}.guest-responses-page .response-list .response-item .detail-item .status-badge{padding:2px 8px;border-radius:4px;font-size:12px}.guest-responses-page .response-list .response-item .detail-item .status-badge.status-yes{background:#e8f5e9;color:#388e3c}.guest-responses-page .response-list .response-item .detail-item .status-badge.status-no{background:#ffebee;color:#d32f2f}.guest-responses-page .response-list .response-item .answers-section{margin-top:15px}.guest-responses-page .response-list .response-item .answers-section .answers-header{font-size:14px;font-weight:600;margin-bottom:8px;color:#4a4a4a}.guest-responses-page .response-list .response-item .answers-section .answer-item{margin-bottom:10px}.guest-responses-page .response-list .response-item .answers-section .answer-item .answer-question{font-size:13px;color:rgb(150.5,150.5,150.5);margin-bottom:2px}.guest-responses-page .response-list .response-item .answers-section .answer-item .answer-value{font-size:14px;color:#4a4a4a}.guest-responses-page .response-list .response-item .gift-item{background:#fafafa;padding:12px 15px;border-radius:8px;margin-bottom:10px;border:1px solid rgb(247.2169811321,235.2830188679,242.0283018868)}.guest-responses-page .response-list .response-item .gift-item.horizontal{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}.guest-responses-page .response-list .response-item .gift-item .gift-info-row{display:flex;align-items:center;gap:15px;flex:1;flex-wrap:wrap}@media(max-width: 576px){.guest-responses-page .response-list .response-item .gift-item .gift-info-row{flex-direction:column;gap:0px;align-items:flex-start}}.guest-responses-page .response-list .response-item .gift-item .gift-title{font-weight:600;color:#4a4a4a;font-size:14px}.guest-responses-page .response-list .response-item .gift-item .gift-description{font-size:13px;color:rgb(150.5,150.5,150.5);display:none}.guest-responses-page .response-list .response-item .gift-item .gift-date{font-size:13px;color:#b0b0b0}.guest-responses-page .response-list .response-item .gift-item .gift-actions{margin-top:0;padding-top:0;border-top:none;margin-left:auto}@media(max-width: 768px){.guest-responses-page .response-list .response-item{padding:15px}}.guest-responses-page .empty-state{text-align:center;padding:40px;background:#fff;border-radius:12px;border:1px dashed #f0d9e6;color:rgb(150.5,150.5,150.5)}.guest-responses-page .button.outline.small{font-size:12px;padding:6px 12px}.guest-responses-page .save-guest-action{margin-top:0}#save-guest-modal .save-guest-option{margin-bottom:20px}#save-guest-modal .save-guest-option h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#4a4a4a}#save-guest-modal .save-guest-option .searchable-select-wrapper{margin-bottom:15px}#save-guest-modal .save-guest-option .form-group{margin-bottom:15px}#save-guest-modal .save-guest-option .form-group label{display:block;font-size:13px;color:rgb(150.5,150.5,150.5);margin-bottom:5px}#save-guest-modal .save-guest-option .form-group select{width:100%;padding:10px 12px;border:1px solid #f0d9e6;border-radius:8px;font-size:14px;outline:none}#save-guest-modal .save-guest-option .form-group select:focus{border-color:#ac2169}#save-guest-modal .separator-line{display:flex;align-items:center;text-align:center;margin:25px 0}#save-guest-modal .separator-line::before,#save-guest-modal .separator-line::after{content:"";flex:1;border-bottom:1px solid #f0d9e6}#save-guest-modal .separator-line span{padding:0 10px;font-size:12px;color:#b0b0b0;font-weight:600}.account-sections{display:flex;flex-direction:column;gap:32px;max-width:600px;margin-top:32px;margin-bottom:32px}.account-section{background:#fff;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:32px}.account-section__title{font-size:20px;font-weight:600;margin-bottom:24px;color:#4a4a4a}.account-section__title--danger{color:#c0392b}.account-section__current{color:#4a4a4a;opacity:.6;margin-bottom:16px;font-size:14px}.account-section__desc{color:#4a4a4a;opacity:.7;font-size:14px;margin-bottom:16px;line-height:1.5}.account-section--danger{border:1px solid rgba(192,57,43,.2)}.account-section .form-row{display:flex;gap:16px}@media(max-width: 576px){.account-section .form-row{flex-direction:column}}.account-section .form-row .form-group{flex:1}.account-section .form-hint{color:#4a4a4a;opacity:.6;font-size:14px;margin-top:-8px;margin-bottom:16px}.account-section .form-actions{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}.alert{padding:16px 24px;border-radius:8px;margin-bottom:24px;font-size:14px}.alert--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert--info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.budget-page{padding:0 0 64px;min-height:calc(100vh - 80px)}.budget-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;flex-wrap:wrap}.budget-header .header-title{display:flex;align-items:center;gap:16px}.budget-header .header-title .icon-circle{width:48px;height:48px;background-color:#fff0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169;flex-shrink:0}.budget-header .header-title .icon-circle svg{width:24px;height:24px}.budget-header .header-title h1{font-family:"Playfair Display",serif;font-size:32px;margin:0;color:#4a4a4a}.budget-header__right{display:flex;gap:10px;align-items:center}.budget-summary{display:flex;gap:40px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.budget-summary__item{min-width:0}.budget-summary__label{font-size:.78rem;color:#9ca3af;margin-bottom:4px}.budget-summary__value{font-size:1.1rem;font-weight:600;color:#111827}.budget-summary__value--remaining{color:#111827}.budget-summary__value-wrap{display:flex;align-items:center;gap:6px}.budget-summary__pencil{background:none;border:none;cursor:pointer;color:#9ca3af;padding:0;display:flex;align-items:center;transition:color .15s;flex-shrink:0}.budget-summary__pencil:hover{color:#374151;background:none}.budget-summary__edit-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:200px}.budget-summary__edit-wrap .budget-summary__inline-input{width:200px}.budget-summary__edit-btns{display:flex;gap:8px}.budget-summary__inline-input{border:none;border-bottom:1.5px solid #6366f1;outline:none;font-size:1.1rem;font-weight:600;color:#111827;background:rgba(0,0,0,0);width:130px;padding:0 0 2px;font-family:inherit}@media(max-width: 600px){.budget-summary{flex-wrap:wrap;gap:12px 0}.budget-summary__item:first-child{width:100%}.budget-summary__item:not(:first-child){flex:1;padding:0 16px}.budget-summary__item:not(:first-child):nth-child(2){padding-left:0;border-left:none}}.budget-list{display:flex;flex-direction:column;gap:24px}.budget-category{background:#fff;border-radius:14px;border:1px solid #f0d9e6;overflow:hidden}.budget-category__header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;font-weight:700;font-size:.95rem;border-bottom:1px solid #f0d9e6;background:#f9fafb;color:#374151}@media(max-width: 600px){.budget-category__header{padding:10px}}.budget-category__total{font-size:.9rem;color:#6b7280;font-weight:500;white-space:nowrap}.budget-item-row{display:flex;align-items:center;gap:14px;padding:13px 20px;border-bottom:1px solid #f0d9e6;cursor:pointer;transition:background .12s}.budget-item-row:last-child{border-bottom:none}.budget-item-row:hover{background:#f9fafb}@media(max-width: 600px){.budget-item-row{padding:10px}}.budget-item__icon{font-size:1.3rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;filter:grayscale(1);opacity:.5}.budget-item__name{flex:1;min-width:0}.budget-item__title{display:block;font-size:.93rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.budget-item__comment{display:block;font-size:.78rem;color:#9ca3af;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.budget-item__cols{display:flex;gap:0;flex-shrink:0}.budget-item__col{width:110px;text-align:right;padding:0 12px;border-left:1px solid #f3f4f6}@media(max-width: 640px){.budget-item__col{width:100px;padding:0 8px;white-space:nowrap}.budget-item__col:last-child{display:none}}@media(max-width: 480px){.budget-item__col{width:100px;padding:0 6px;white-space:nowrap}.budget-item__col:nth-child(2){display:none}}.budget-item__col-label{display:block;font-size:.7rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;margin-bottom:3px}.budget-item__col-value{display:block;font-size:.88rem;font-weight:600;color:#111827}.budget-item__col-value--paid{color:#16a34a}.budget-item__col-value--remaining{color:#2563eb}.budget-item__col-value--done{color:#16a34a}.budget-item__arrow{color:#d1d5db;flex-shrink:0;display:flex;align-items:center;padding-left:8px}@media(max-width: 600px){.budget-item__arrow{display:none}}.budget-modal-title{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.budget-modal__icon{font-size:1.5rem;flex-shrink:0;filter:grayscale(1);opacity:.75}.budget-modal__name{flex:1;border:none;outline:none;font-size:1rem;font-weight:600;background:rgba(0,0,0,0);color:#111827;min-width:0}.budget-modal__row-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.budget-modal__row-head label{margin-bottom:0}.budget-modal__fill-btn{background:none;border:none;padding:0;font-size:.78rem;color:#6366f1;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.budget-modal__fill-btn:hover{color:#4f46e5;background:none}.budget-modal__row--remaining{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border-radius:10px;padding:10px 13px;margin-bottom:20px}.budget-modal__remaining-label{font-size:.85rem;color:#6b7280}.budget-modal__remaining-value{font-size:.9rem;font-weight:600;color:#111827}.budget-modal__remaining-value--done{color:#16a34a}.budget-modal__remaining-value--has{color:#2563eb}.checklist-page{padding:0 0 64px;min-height:calc(100vh - 80px)}.checklist-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;flex-wrap:wrap}.checklist-header .header-title{display:flex;align-items:center;gap:16px}.checklist-header .header-title .icon-circle{width:48px;height:48px;background-color:#fff0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ac2169;flex-shrink:0}.checklist-header .header-title .icon-circle svg{width:24px;height:24px}.checklist-header .header-title h1{font-family:"Playfair Display",serif;font-size:32px;margin:0;color:#4a4a4a}.checklist-header__right{display:flex;gap:10px;align-items:center}.checklist-date-strip{display:flex;align-items:center;gap:20px;margin-bottom:20px;font-size:.88rem;color:#6b7280}.checklist-date-strip__date{display:flex;align-items:center;gap:6px}.checklist-date-strip__date svg{flex-shrink:0;color:#ac2169}.checklist-date-strip__date strong{color:#4a4a4a}@media(max-width: 768px){.checklist-date-strip__label{display:none}}.checklist-date-strip__edit-btn{background:none;border:none;cursor:pointer;color:#b0b0b0;padding:2px;display:flex;align-items:center;border-radius:4px;transition:color .15s;flex-shrink:0}.checklist-date-strip__edit-btn:hover{color:#ac2169;background:none}.checklist-date-strip__countdown{font-weight:500;color:#ac2169}.checklist-date-strip__countdown--past{color:#6b7280}.checklist-mismatch{display:flex;align-items:flex-start;gap:16px;background:#fffbeb;border:1px solid #fbbf24;border-radius:12px;padding:16px 20px;margin-bottom:24px}@media(max-width: 600px){.checklist-mismatch{flex-direction:column}}.checklist-mismatch__body{display:flex;gap:12px;flex:1;align-items:flex-start}.checklist-mismatch__body svg{flex-shrink:0;color:#f59e0b;margin-top:2px}.checklist-mismatch__body strong{display:block;font-size:.95rem;color:#92400e;margin-bottom:4px}.checklist-mismatch__body p{margin:0;font-size:.85rem;color:#78350f;line-height:1.5}.checklist-list--blocked{pointer-events:none;opacity:.45;user-select:none}.checklist-empty{text-align:center;padding:60px 20px;color:#9ca3af}.checklist-empty svg{margin-bottom:16px;color:#d1d5db}.checklist-empty p{font-size:.95rem;margin-bottom:20px}.checklist-filters{display:flex;align-items:center;gap:8px;margin-bottom:24px}.checklist-filters__btn{padding:8px 18px;border-radius:20px;border:1.5px solid #f0d9e6;background:#fff;font-size:14px;font-weight:500;color:#7d7d7d;cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap}@media(max-width: 768px){.checklist-filters__btn{padding:8px 10px}}.checklist-filters__btn:hover{border-color:#ac2169;color:#ac2169}.checklist-filters__btn--active{background:#ac2169;border-color:#ac2169;color:#fff}.checklist-filters__btn--active:hover{color:#fff}.checklist-filters__add-btn{margin-left:auto;border-radius:20px !important}.checklist-filters__add-btn-short{display:none}@media(max-width: 768px){.checklist-filters{flex-wrap:wrap}.checklist-filters__btn--active:not([data-filter=custom]){display:none}.checklist-filters--filter-custom .checklist-filters__btn[data-filter=active]{display:none}.checklist-filters__btn[data-filter=done]{background:#ac2169;border-color:#ac2169;color:#fff}.checklist-filters__btn[data-filter=done]:hover{color:#fff}.checklist-filters__add-btn-full{display:none}.checklist-filters__add-btn-short{display:inline}}.checklist-list{display:flex;flex-direction:column;gap:20px}.checklist-group{background:#fff;border:1px solid #f0d9e6;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.02);overflow:hidden}.checklist-group--current{border-color:rgba(172,33,105,.4)}.checklist-group--current .checklist-group__header{background:#fff0f5;border-bottom-color:rgba(172,33,105,.15)}.checklist-group--past{opacity:.65}.checklist-group__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0d9e6}.checklist-group__header h3{font-size:18px;font-weight:600;margin:0;color:#4a4a4a}.checklist-group__label{display:flex;align-items:center;gap:10px}.checklist-group__now-badge{display:inline-flex;align-items:center;background:#ac2169;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase}.checklist-group__progress{font-size:14px;color:rgb(150.5,150.5,150.5);font-weight:500;flex-shrink:0}.checklist-group__add-row{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#fafafa;border-top:1px solid #f0d9e6}@media(max-width: 768px){.checklist-group__add-row{padding:10px;gap:10px}}.checklist-group__add-input{flex:1;height:50px;padding:12px;border:1px solid #f0d9e6;border-radius:8px;font-size:16px;font-family:inherit;outline:none;background:#fff;transition:border-color .2s}.checklist-group__add-input:focus{border-color:#ac2169}.checklist-group__add-input::placeholder{color:#b0b0b0}.checklist-group__add-btn{flex-shrink:0;white-space:nowrap;height:50px;padding:0 14px}.checklist-add-btn{height:50px;font-size:16px;font-weight:600;border-radius:8px;flex-shrink:0;white-space:nowrap}.checklist-add-btn.desktop-only{padding:0 30px}.checklist-add-btn.mobile-only{width:50px;padding:0}.checklist-item{display:flex;align-items:center;gap:14px;padding:18px 24px;border-bottom:1px solid rgb(247.2169811321,235.2830188679,242.0283018868);transition:background-color .1s}.checklist-item:last-child{border-bottom:none}.checklist-item:hover{background-color:#fafbfc}.checklist-item--done .checklist-item__title{color:#b0b0b0;text-decoration:line-through}@media(max-width: 768px){.checklist-item{padding:10px;gap:10px}}.checklist-item__check-wrap{display:flex;align-items:center;flex-shrink:0;cursor:pointer;position:relative;width:22px;height:22px}.checklist-item__check-wrap input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checklist-item__checkmark{width:22px;height:22px;border-radius:50%;border:2px solid #f0d9e6;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,background .15s;position:relative}.checklist-item__checkmark::after{content:"";display:none;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translate(-1px, -1px)}.checklist-item__check-wrap input:checked~.checklist-item__checkmark{background:#ac2169;border-color:#ac2169}.checklist-item__check-wrap input:checked~.checklist-item__checkmark::after{display:block}.checklist-item__check-wrap:hover .checklist-item__checkmark{border-color:#ac2169}.checklist-item__title{flex:1;font-size:16px;font-weight:500;color:#4a4a4a;cursor:pointer;transition:color .15s}.checklist-item__title:hover{color:#ac2169}.checklist-item__sub-count{font-size:13px;color:rgb(150.5,150.5,150.5);flex-shrink:0;cursor:pointer;background:#f3f4f6;padding:3px 9px;border-radius:20px;font-weight:500}.checklist-item__open-btn{background:none;border:none;cursor:pointer;color:#b0b0b0;padding:4px;display:flex;align-items:center;border-radius:4px;flex-shrink:0;transition:color .12s}.checklist-item__open-btn:hover{color:#ac2169}.task-modal__title-text{font-size:1.1rem;font-weight:600}.task-modal-subs-wrap{margin-top:4px}.task-modal-subs-label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.task-modal-subs{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.task-modal-subs__empty{font-size:.85rem;color:#9ca3af;padding:8px 0}.task-modal-sub{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:#f9fafb;transition:background .1s}.task-modal-sub:hover{background:#f3f4f6}.task-modal-sub--done .task-modal-sub__title{color:#9ca3af;text-decoration:line-through}.task-modal-sub__title{font-size:.88rem;color:#4a4a4a;flex:1}.task-modal-sub__delete{background:none;border:none;cursor:pointer;color:#d1d5db;padding:0px;display:flex;align-items:center;border-radius:4px;flex-shrink:0;transition:color .15s,opacity .15s}.task-modal-sub__delete:hover{background:none}.task-modal-sub:hover .task-modal-sub__delete{opacity:1}.task-modal-sub__delete:hover{color:#d32f2f}.task-modal-add-sub{display:flex;gap:8px;align-items:center;margin-top:4px}.task-modal-add-sub input{flex:1;font-size:.88rem;padding:8px 10px;border:1.5px dashed #d1d5db;border-radius:8px;outline:none;background:rgba(0,0,0,0)}.task-modal-add-sub input:focus{border-color:#ac2169;border-style:solid}.checklist-setup{display:flex;justify-content:center;padding:60px 0}.checklist-setup__card{background:#fff;border-radius:20px;border:1px solid #e5e7eb;padding:48px 40px;max-width:480px;width:100%;text-align:center}@media(max-width: 560px){.checklist-setup__card{padding:32px 24px}}.checklist-setup__icon{width:72px;height:72px;background:#fff0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#ac2169}.checklist-setup__icon svg{width:36px;height:36px}.checklist-setup__title{font-family:"Playfair Display",serif;font-size:28px;margin:0 0 12px;color:#4a4a4a}.checklist-setup__subtitle{font-size:.93rem;color:#6b7280;line-height:1.6;margin-bottom:28px}.checklist-setup__notice{display:flex;align-items:flex-start;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 14px;margin-bottom:20px;font-size:.83rem;color:#1e40af;text-align:left;line-height:1.5}.checklist-setup__notice svg{flex-shrink:0;margin-top:2px;color:#3b82f6}.checklist-setup__form{text-align:left}.checklist-setup__form .button{width:100%;justify-content:center;margin-top:8px}#task-modal .modal-header h2{text-align:left;padding-right:30px}/*# sourceMappingURL=main.css.map */
