body{margin:1px;background-color:#011e41}.landing-header{display:flex;justify-content:space-between;align-items:center;background-color:#011e41;padding:10px 20px}.landing-header a{color:#eadfc8;text-decoration:none;padding:8px 16px;font-size:1.15rem}.landing-header a:hover{background-color:#575757;border-radius:4px}.landing-header-right{display:flex;gap:10px}.landing-footer{display:flex;justify-content:center;align-items:center;width:auto;height:2.5rem;padding:.5rem;background-color:#011e41}.landing-footer p{color:#eadfc8}.homepage{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.homepage-content{position:relative;flex:1;overflow:hidden}.homepage-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.homepage-content p{position:relative;z-index:1}.reveal-text{justify-self:center;align-self:center;font-family:Monsieur La Doulaise,cursive;font-size:15rem;font-weight:500;color:#b8860b;opacity:0;letter-spacing:-.1rem;animation:goldFade 2.5s ease forwards;margin:10% 0 0}@keyframes goldFade{0%{opacity:0;letter-spacing:-.1rem}to{opacity:1;letter-spacing:.2rem}}.toast{position:fixed;bottom:40px;right:-300px;padding:12px 20px;border-radius:6px;color:#fff;font-weight:500;z-index:9999;opacity:0;transform:translate(0);transition:all .4s ease-in-out}.toast.toast-show{right:20px;opacity:1}.toast-info{background-color:#3498db}.toast-success{background-color:#2ecc71}.toast-error{background-color:#e74c3c}.register-page{display:flex;flex-direction:column;justify-content:space-between;background-color:#eadfc8;min-height:100vh}.registration-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.register-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.registration-form{position:relative;z-index:2;background-color:#f9f9f9;align-items:flex-start;align-self:center;padding:2rem;border-radius:12px;box-shadow:0 0 10px #0000001a;width:35%;max-width:400px;height:500px;overflow-y:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.registration-container:before{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.registration-form-group label,.registration-form-input-group label{display:block;font-weight:700;color:#333}.registration-form-group input[type=text],.registration-form-group input[type=email],.registration-form-group input[type=password]{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:.95rem;background-color:#fff;box-sizing:border-box;margin-top:8px;margin-bottom:15px}.registration-form-input-group select{width:40%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:.95rem;background-color:#fff;box-sizing:border-box;margin-top:8px;margin-bottom:15px}.registration-form-group input:focus{border-color:#07c;outline:none}.registration-form-group button[type=submit]{width:100%;padding:.75rem;background-color:#07c;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.registration-form-group button[type=submit]:hover{background-color:#005fa3}.admin-login-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.admin-login-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.admin-login-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.admin-login-form input[type=text],.admin-login-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.admin-login-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.25rem}.admin-login-attempt:hover{background-color:#0056b3}.admin-password-reset-request-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.admin-password-reset-request-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.admin-password-reset-request-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.admin-password-reset-request-form input[type=text],.admin-password-reset-request-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.admin-password-reset-request-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.admin-password-reset-request-attempt:hover{background-color:#0056b3}.admin-password-reset-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.admin-password-reset-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.admin-password-reset-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.admin-password-reset-form input[type=text],.admin-password-reset-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.admin-password-reset-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.admin-password-reset-attempt:hover{background-color:#0056b3}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#333;padding:10px 20px}.navbar a{color:#fff;text-decoration:none;padding:8px 16px}.navbar a:hover{background-color:#575757;border-radius:4px}.app-footer{display:flex;justify-content:center;align-items:center;width:auto;height:2.5rem;padding:.5rem;background-color:#011e41}.app-footer p{color:#eadfc8}.couples-login-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-login-form-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.couples-login-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.couples-login-form{position:relative;z-index:2;max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.couples-login-form-container:before{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.couples-login-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.couples-login-form input[type=text],.couples-login-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.couples-login-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.25rem}.couples-login-attempt:hover{background-color:#0056b3}.couples-password-reset-request-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-password-reset-request-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.couples-password-reset-request-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.couples-password-reset-request-form input[type=text],.couples-password-reset-request-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.couples-password-reset-request-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.couples-password-reset-request-attempt:hover{background-color:#0056b3}.couples-password-reset-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-password-reset-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.couples-password-reset-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.couples-password-reset-form input[type=text],.couples-password-reset-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.couples-password-reset-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.couples-password-reset-attempt:hover{background-color:#0056b3}.couples-header{display:flex;justify-content:space-between;align-items:center;background-color:#011e41;padding:.5rem;width:auto}.couples-header a{color:#eadfc8;text-decoration:none;padding:8px 16px;font-size:1.15rem}.couples-header a:hover{background-color:#575757;border-radius:4px}.couples-header-right{display:flex;gap:10px}.wedding-media-container{display:flex;flex-direction:column;align-items:center;width:auto;height:50%;padding:.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.media-tabs{display:flex;gap:10px;margin-bottom:.5rem}.media-tab-btn{padding:10px 20px;border-radius:999px;border:1px solid #d4c29a;background:#f5f1e8;color:#7a6740;cursor:pointer;font-weight:600;font-size:.95rem;transition:background .25s ease,color .25s ease,transform .15s ease}.media-tab-btn.active{background:linear-gradient(135deg,#c9a96b,#f0e2c0);color:#2f2615;transform:translateY(-1px)}.media-panel{opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.media-panel.panel-active{opacity:1;pointer-events:auto;transform:translateY(0)}.media-panel.panel-hidden{position:absolute;width:100%;overflow:hidden}.media-actions{display:flex;gap:10px;align-items:center;margin-top:.5rem}.upload-btn input{display:none}.upload-btn,.remove-btn{padding:9px 16px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.9rem;letter-spacing:.02em}.upload-btn{background:linear-gradient(135deg,#c9a96b,#f0e2c0);color:#2f2615}.remove-btn{background:#a33;color:#fff}.media-loading{margin-bottom:10px;font-size:.9rem;color:#7a7a7a}.pictures-section{display:flex;flex-direction:column;width:auto;justify-content:center;align-items:center}.media-panel .remove-btn,.media-panel .upload-btn{opacity:0;transition:opacity .3s ease}.media-panel:hover .remove-btn,.media-panel:hover .upload-btn{opacity:1}.slideshow-wrapper{width:auto;overflow:hidden;border-radius:14px;background:radial-gradient(circle at top left,#f8f3e7,#e6dcc7);padding:10px;box-sizing:border-box}.slideshow-track{display:flex;gap:18px;width:auto;animation:slideshow-scroll 60s linear infinite}.slideshow-frame{flex:0 0 auto;border-radius:12px;overflow:hidden;width:650px;height:450px}.slideshow-image{width:100%;height:100%;object-fit:cover;animation:kenburns 10s ease-in-out infinite alternate}.video-section{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.video-player-wrapper{width:900px;border-radius:14px;background:#000;padding:.5rem;box-sizing:border-box}.wedding-video-player{width:100%;max-height:800px;border-radius:10px;background:#000}.placeholder-graphic{width:120px;height:80px;border-radius:12px;background:linear-gradient(135deg,#e0d3b8,#f5efe0);position:relative;box-shadow:0 8px 18px #00000014}.pictures-placeholder-graphic:before,.pictures-placeholder-graphic:after{content:"";position:absolute;border-radius:999px;border:1px dashed rgba(140,118,76,.6)}.pictures-placeholder-graphic:before{width:60%;height:40%;top:18%;left:20%}.pictures-placeholder-graphic:after{width:40%;height:26%;bottom:16%;right:18%}.video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 10px;gap:12px;color:#f5f5f5}.video-placeholder-graphic{width:120px;height:80px;border-radius:12px;background:radial-gradient(circle at 20% 20%,#444,#111);display:flex;align-items:center;justify-content:center}.play-icon-triangle{width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #f5f1e8;margin-left:4px}.no-media-message{text-align:center;font-size:.98rem;color:#777}@media(max-width:768px){.slideshow-frame{width:200px;height:140px}.media-actions{flex-wrap:wrap}}.wedding-countdown-container{font-size:1.25rem;font-weight:600;font-family:circular,helvetica,sans-serif;color:#eadfc8;margin-bottom:1.5rem}.couples-homepage{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-homepage-container{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.couples-homepage-names,.couples-homepage-wedding-date{margin:0;font-size:3.5rem;font-weight:400;font-family:Monsieur La Doulaise,cursive;color:#eadfc8}.couples-guest-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#eadfc8;border-bottom:1px solid #ddd;flex-wrap:wrap}.couples-guest-filter-group{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.couples-guest-filter-item{display:flex;flex-direction:column;min-width:160px}.couples-guest-filter-item label{font-size:15px;font-weight:700;margin-bottom:4px;color:#011e41}.couples-guest-filter-input,.couples-guest-filter-select{padding:6px 9px;border:1px solid #ccc;border-radius:6px;background-color:#fff}.couples-guest-filter-actions{display:flex;gap:10px;flex-shrink:0;align-items:flex-end}.couples-guest-filter-button{background-color:#011e41;color:#fff}.couples-guest-filter-button:hover{background-color:#006400}.couples-guest-add-guest-button{background-color:#011e41;color:#fff}.couples-guest-add-guest-button:hover{background-color:#006400}.couples-guest-upload-list-button{background-color:#011e41;color:#fff}.couples-guest-upload-list-button:hover{background-color:#006400}.profile-pic{width:100px;height:100px;border-radius:50%;border:7px solid #fff;object-fit:cover}.guest-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.guest-modal{background:#eadfc8;border-radius:8px;border:1px solid #011E41;padding:2rem;width:400px;max-width:90%;position:relative;box-shadow:0 8px 20px #0003;animation:fadeIn .3s ease}.guest-modal-close{position:absolute;top:10px;right:15px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:25%;font-size:1.5rem;cursor:pointer}.guest-modal-close:hover{background:red;color:#fff}.guest-modal-form{display:flex;flex-direction:column;gap:1rem}.guest-modal-form label{display:flex;flex-direction:column;font-weight:700;color:#011e41}.guest-modal-heading{color:#011e41;margin-top:0}.guest-modal-form input,.guest-modal-form select{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.guest-modal-form select{width:50%}.guest-modal-submit-button{background:#011e41;color:#eadfc8;border:none;padding:.7rem;border-radius:4px;cursor:pointer;font-weight:600}.guest-modal-submit-button:hover{background:#006400;color:#fff}.guest-upload-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.guest-upload-preview-modal{background:#eadfc8;width:850px;padding:20px;border-radius:8px}.guest-upload-modal-header{display:flex;justify-content:space-between;align-items:center}.guest-upload-modal-heading,.guest-upload-modal-body h3,.guest-upload-modal-body h4,.guest-upload-modal-body p{color:#011e41}.guest-upload-modal-body input{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px;width:30%}.guest-upload-modal-body{margin-top:15px;padding-right:10px;display:flex;flex-direction:column;gap:16px}.guest-upload-preview-table{width:100%;border-collapse:collapse;margin-bottom:20px;color:#011e41;font-weight:700}.guest-upload-preview-table th,.guest-upload-preview-table td{border:1px solid #011E41;padding:8px}.guest-upload-table-scroll{max-height:300px;overflow-y:auto;overflow-x:auto;margin-bottom:1rem;border:1px solid #011E41;white-space:nowrap}.guest-upload-table-scroll table{width:100%;border-collapse:collapse}.guest-upload-table-scroll th,.guest-upload-table-scroll td{padding:8px;border-bottom:1px solid #011E41}.guest-upload-preview-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:15%}.guest-upload-guests-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:25%}.guest-upload-submit-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:7.5%}.guest-upload-preview-button:hover,.guest-upload-guests-button:hover,.guest-upload-submit-button:hover{background-color:#006400;color:#fff;font-weight:700}.guest-upload-close-button{background-color:#011e41;color:#eadfc8;font-weight:700}.guest-upload-close-button:hover{background-color:red;color:#fff;font-weight:700}.delete-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;z-index:999;display:flex;justify-content:center;align-items:center}.delete-modal{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 0 10px #0003}.delete-actions button{margin:0 10px;padding:.5rem 1rem;font-weight:700}.confirm-btn{background-color:#d9534f;color:#fff;border:none}.cancel-btn{background-color:#ccc;border:none}.couples-guests-page{display:flex;flex-direction:column;width:100%;height:100vh;justify-content:space-between}.couples-guestlist{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:20px}.couples-guestlist p{color:#eadfc8}.couples-guestlist>.couples-guest-card{box-sizing:border-box}.couples-guest-card{display:flex;flex-direction:column;align-items:center;justify-content:start;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;min-width:325px;max-width:325px;height:390px;background-color:#cbad9229;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:16px;margin:15px;transition:transform .3s ease}.couples-guest-card:hover{transform:translateY(-5px)}.couples-guest-card .couples-guest-card-edit-btn,.couples-guest-card .couples-guest-card-delete-btn{opacity:0;transition:opacity .3s ease}.couples-guest-card:hover .couples-guest-card-edit-btn,.couples-guest-card:hover .couples-guest-card-delete-btn{opacity:1}.couples-guest-card .couples-guest-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:.5rem}.couples-guest-card-edit-btn,.couples-guest-card-delete-btn{padding:2px 4px;border:none;border-radius:4px;color:#011e41;font-weight:700;cursor:pointer}.couples-guest-card-edit-btn{background-color:#eadfc8}.couples-guest-card-edit-btn:hover{background-color:#006400;color:#fff}.couples-guest-card-delete-btn{background-color:#eadfc8}.couples-guest-card-delete-btn:hover{background-color:#d32f2f;color:#fff}.couples-guest-card .name{font-family:Monsieur La Doulaise,cursive;font-size:2.25rem;font-weight:400;font-style:normal;letter-spacing:normal;color:#d5b26b}.couples-guest-card .guestInfo{font-size:.85rem;font-weight:400;color:#d5b26b;line-height:1.4;flex-grow:1;width:100%}.couples-guest-card .guestInfo p{margin:6px 0}.couples-guest-card .Accepted{padding:7px 12px;display:inline-block;border-radius:20px;font-size:1rem;font-weight:500;color:#fff;background-color:#28a745}.couples-guest-card .Tentative{padding:7px 12px;display:inline-block;border-radius:20px;font-size:1rem;font-weight:500;color:#fff;background-color:#ffc107}.couples-guest-card .Declined{padding:7px 12px;display:inline-block;border-radius:20px;font-size:1rem;font-weight:500;color:#fff;background-color:#dc3545}.couples-guest-card .Undecided{padding:7px 12px;display:inline-block;border-radius:20px;font-size:1rem;font-weight:500;color:#fff;background-color:#4b4647}.couples-registry-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#eadfc8;border-bottom:1px solid #ddd;flex-wrap:wrap;width:auto}.couples-registry-filter-group{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.couples-registry-filter-item{display:flex;flex-direction:column;min-width:160px}.couples-registry-filter-item label{font-size:15px;font-weight:700;margin-bottom:4px;color:#011e41}.couples-registry-filter-input,.couples-registry-filter-select{padding:6px 9px;border:1px solid #ccc;border-radius:6px;font-size:14px;background-color:#fff}.couples-registry-filter-actions{display:flex;gap:10px;justify-content:center;align-items:center}.couples-registry-filter-button,.couples-registry-add-button,.couples-registry-upload-button{padding:10px 16px;font-size:14px;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease}.couples-registry-filter-button{background-color:#011e41;color:#eadfc8}.couples-registry-filter-button:hover{background-color:#006400;color:#fff}.couples-registry-add-button{background-color:#011e41;color:#eadfc8}.couples-registry-add-button:hover{background-color:#006400;color:#fff}.couples-registry-upload-button{background-color:#011e41;color:#eadfc8}.couples-registry-upload-button:hover{background-color:#006400;color:#fff}.registry-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.registry-modal{background:#eadfc8;border-radius:8px;border:1px solid #011E41;padding:2rem;width:400px;height:80%;max-width:90%;position:relative;box-shadow:0 8px 20px #0003;animation:fadeIn .3s ease;overflow-y:auto}.registry-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:25%;font-size:1.5rem;cursor:pointer}.registry-modal-close:hover{background:red;color:#fff}.registry-modal-form{display:flex;flex-direction:column;gap:1rem}.registry-modal-form label{display:flex;flex-direction:column;font-weight:700;color:#011e41}.registry-modal-header{display:flex;justify-content:space-between;align-items:center;padding:0rem 0rem 1rem}.registry-modal-heading{color:#011e41;margin-top:0;margin-bottom:0}.registry-modal-form input,.registry-modal-form select{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.registry-modal-submit-button{background:#011e41;color:#eadfc8;border:none;padding:.7rem;border-radius:4px;cursor:pointer;font-weight:600}.registry-modal-submit-button:hover{background:#006400;color:#fff}.registry-upload-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.registry-upload-preview-modal{background:#eadfc8;width:850px;padding:20px;border-radius:8px}.registry-upload-modal-header{display:flex;justify-content:space-between;align-items:center}.registry-upload-modal-heading,.registry-upload-modal-body h3,.registry-upload-modal-body h4,.registry-upload-modal-body p{color:#011e41}.registry-upload-modal-body input{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px;width:30%}.registry-upload-modal-body{margin-top:15px;padding-right:10px;display:flex;flex-direction:column;gap:16px}.registry-upload-preview-table{width:100%;border-collapse:collapse;margin-bottom:20px;color:#011e41;font-weight:700}.registry-upload-preview-table th,.registry-upload-preview-table td{border:1px solid #011E41;padding:8px}.registry-upload-table-scroll{max-height:300px;overflow-y:auto;overflow-x:auto;margin-bottom:1rem;border:1px solid #011E41;white-space:nowrap}.registry-upload-table-scroll table{width:100%;border-collapse:collapse}.registry-upload-table-scroll th,.registry-upload-table-scroll td{padding:8px;border-bottom:1px solid #011E41}.registry-upload-preview-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:15%}.registry-upload-items-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:25%}.registry-upload-submit-button{background:#011e41;color:#eadfc8;padding:10px 14px;border:none;border-radius:4px;cursor:pointer;width:7.5%}.registry-upload-body .registry-upload-btn-primary{align-self:flex-start}.registry-upload-preview-button:hover,.registry-upload-items-button:hover,.registry-upload-submit-button:hover{background-color:#006400;color:#fff;font-weight:700}.registry-upload-close-button{background-color:#011e41;color:#eadfc8;font-weight:700}.registry-upload-close-button:hover{background-color:red;color:#fff;font-weight:700}.couples-registry-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-registry-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:20px}.couples-registry-list p{color:#eadfc8}.couples-registry-card{position:relative;min-width:325px;max-width:325px;height:390px;background-color:#cbad9229;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:16px 0;margin:15px;text-align:left;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;align-items:left;justify-content:start;transition:transform .3s ease}.couples-registry-card:hover{transform:translateY(-5px)}.couples-registry-card .couples-registry-card-edit-button,.couples-registry-card .couples-registry-card-delivery-button,.couples-registry-card .couples-registry-card-delete-button{opacity:0;transition:opacity .3s ease}.couples-registry-card:hover .couples-registry-card-edit-button,.couples-registry-card:hover .couples-registry-card-delivery-button,.couples-registry-card:hover .couples-registry-card-delete-button{opacity:1}.couples-registry-card img{width:100%;height:200px;object-fit:cover}.couples-registry-card-info{padding:.5rem 1rem 1rem;padding-bottom:0}.couples-registry-card-info h4{margin-top:0}.couples-registry-card-info p{margin:.5rem 0;margin-top:0;font-size:.75rem}.couples-registry-card .couples-registry-card-name{font-size:1.25rem;font-weight:400;color:#d5b26b;margin-bottom:8px}.couples-registry-card .couples-registry-card-info{font-size:1rem;font-weight:500;color:#d5b26b;line-height:1.4;flex-grow:1;width:auto}.couples-registry-card-info a{display:block;margin-top:.5rem;color:#0078d4;text-decoration:none;font-size:.75rem}.couples-registry-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:0 1rem}.couples-registry-card-actions button{display:inline-block;margin-top:.25rem;margin-right:.5rem;padding:.5rem;font-size:.9rem;background-color:#0078d4;color:#fff;border:none;border-radius:4px;cursor:pointer}.couples-registry-card-actions .couples-registry-card-edit-button:hover,.couples-registry-card-actions .couples-registry-card-delivery-button:hover{background-color:#006400;color:#fff}.couples-registry-card-actions .couples-registry-card-delete-button:hover{background-color:red;color:#fff}.couples-profile-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.couples-profile-modal-container{background:#eadfc8;border-radius:8px;width:400px;height:80%;padding-top:0rem;overflow:auto}.couples-profile-modal-header{display:flex;justify-content:space-between;align-items:center;padding:0rem 1rem}.couples-profile-modal-form{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1rem;overflow-y:auto}.couples-profile-modal-form fieldset{display:flex;flex-direction:column;gap:.5rem;border:none}.couples-profile-modal-form fieldset legend{font-size:1.25rem;font-weight:700;border-bottom:1px solid #ccc;color:#011e41}.couples-profile-modal-form label{display:flex;flex-direction:column;font-weight:700;color:#011e41}.couples-profile-modal-form input,.couples-profile-modal-form select{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.couples-profile-modal-form select{width:50%}.couples-profile-form-actions{display:flex;justify-content:center}.couples-profile-form-actions{flex:1;padding:0rem .75rem;border-radius:4px;font-size:1rem;cursor:pointer;border:none;gap:1rem}.couples-profile-modal-close-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:25%;font-size:1.5rem;cursor:pointer}.couples-profile-modal-cancel-button,.couples-profile-modal-save-button{background:#011e41;color:#eadfc8;border:none;padding:.7rem;border-radius:4px;cursor:pointer;font-weight:600}.couples-profile-modal-cancel-button:hover{background-color:red;color:#011e41}.couples-profile-modal-save-button:hover{background-color:#006400}.couples-profile-modal-close-button:hover{background-color:red;color:#011e41}.banking-details-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.banking-details-modal-container{background:#eadfc8;padding:2rem;border-radius:8px;width:400px;height:80%;box-shadow:0 4px 12px #0003;overflow-y:auto}.banking-details-modal-header{display:flex;justify-content:space-between;align-items:center}.couples-profile-modal-header h2{color:#011e41}.banking-details-modal-form{display:flex;flex-direction:column;gap:1rem}.banking-details-modal-form label{display:flex;flex-direction:column;font-weight:700;color:#011e41}.banking-details-modal-form input,.banking-details-modal-form select{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.banking-details-modal-form select{width:50%}.banking-details-error{color:red;font-size:.8rem;margin-top:.2rem}.banking-details-modal-actions{display:flex;justify-content:center}.banking-details-modal-actions{flex:1;padding:0rem .75rem;border-radius:4px;font-size:1rem;cursor:pointer;border:none;gap:1rem}.banking-details-modal-close-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:25%;font-size:1.5rem;cursor:pointer}.banking-details-modal-cancel-button,.banking-details-modal-save-button{background:#011e41;color:#eadfc8;border:none;padding:.7rem;border-radius:4px;cursor:pointer;font-weight:600}.banking-details-modal-cancel-button:hover{background-color:red;color:#011e41}.banking-details-modal-save-button:hover{background-color:#006400}.banking-details-modal-close-button:hover{background-color:red;color:#011e41}.couples-profile-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-profile{display:flex;flex-direction:column;gap:2rem;padding:2rem;font-family:Arial,sans-serif;background-color:#eadfc8}.couples-profile-top-section{display:flex;justify-content:space-between;align-items:stretch;gap:2rem}.couples-profile-container{flex:1;background:#011e41;border:2px solid #d4af37;border-radius:12px;padding:1rem;display:flex;flex-direction:row;align-items:stretch;justify-content:space-around;text-align:center;font-family:Georgia,serif;color:#333;box-shadow:0 4px 12px #0000001a;position:relative}.couples-profile-container:before,.couples-profile-container:after{content:"";position:absolute;width:40px;height:40px;border:2px solid #b8860b}.couples-profile-container:before{top:10px;left:10px;border-right:none;border-bottom:none}.couples-profile-container:after{bottom:10px;right:10px;border-left:none;border-top:none}.vertical-divider{width:2px;background-color:#b8860b;margin:0 1rem}.couples-profile-card{flex:1;display:flex;flex-direction:column;align-items:center}.couples-profile-card img{width:120px;height:120px;border-radius:50%;border:3px solid #b8860b;margin-bottom:1rem}.couples-profile-card h3{margin:.5rem 0;color:#b8860b;font-family:Monsieur La Doulaise;font-weight:400;font-style:normal;letter-spacing:normal;font-size:3rem}.couples-profile-info-list{list-style:none;padding:0;margin:.5rem 0}.couples-profile-info-list li{margin-bottom:.25rem;font-size:.95rem;color:#b8860b}.couples-profile-user-type li{font-size:2rem;color:#b8860b;margin-left:.5rem;font-family:Georgia,serif}.couples-profile-container .couples-profile-container-edit-button{opacity:0;transition:opacity .3s ease}.couples-profile-container:hover .couples-profile-container-edit-button{opacity:1}.couples-profile-container-edit-button{position:absolute;top:10px;right:10px;background:#eadfc8;color:#011e41d9;border:none;padding:.25rem .5rem;border-radius:6px;cursor:pointer;font-family:Arial,sans-serif;font-weight:600}.couples-profile-container-edit-button:hover{background:#006400;color:#eadfc8}.couples-profile-wedding-details{flex:1;background:#011e41;border:2px solid #d4af37;border-radius:12px;padding:1rem;text-align:center;font-family:Georgia,serif;color:#333;box-shadow:0 4px 12px #0000001a;position:relative}.couples-profile-wedding-details:before,.couples-profile-wedding-details:after{content:"";position:absolute;width:40px;height:40px;border:2px solid #d4af37}.couples-profile-wedding-details:before{top:10px;left:10px;border-right:none;border-bottom:none}.couples-profile-wedding-details:after{bottom:10px;right:10px;border-left:none;border-top:none}.couples-profile-wedding-details h2{font-size:1.8rem;margin-bottom:1rem;color:#b8860b;font-family:Great Vibes,cursive}.couples-profile-wedding-details .couples-profile-info-list-{list-style:none;padding:0;margin:0}.couples-profile-wedding-details .couples-profile-info-list li{margin:.5rem 0;font-size:1rem;line-height:1.4}.couples-profile-wedding-details .couples-profile-info-list strong{color:#b8860b;font-weight:700}.couples-profile-bridalparty-ribbon{display:flex;justify-content:space-between;gap:2rem}.couples-profile-bridalparty-section{flex:1;background:#011e41;border:1px solid #ddd;border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center}.couples-profile-bridalparty-section h2{margin-top:0;border-bottom:1px solid #b8860b;padding-bottom:.5rem;text-align:center;color:#b8860b}.couples-profile-bridalparty-guests{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%}.couples-profile-guest{flex:0 1 160px;max-width:160px;height:200px;background:#cbad9229;border-radius:6px;padding:.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.couples-profile-guest img{width:135px;height:135px;border-radius:50%;margin-bottom:.5rem}.couples-profile-guest .couples-profile-guest-info h3{margin:0;font-size:1rem;color:#b8860b}.couples-profile-guest .couples-profile-guest-info p{margin:0;font-size:.85rem;color:#b8860b}.couples-profile-banking-details{background:#011e41;border:1px solid #ddd;border-radius:8px;padding:1rem}.couples-profile-banking-details h2{margin-top:0;margin-bottom:16px;color:#b8860b}.couples-profile-banking-details .banking-details-add-record-button{font-family:Arial,sans-serif;background:#eadfc8;color:#011e41d9;font-weight:700;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:1rem}.couples-profile-banking-details .banking-details-add-record-button{opacity:0;transition:opacity .3s ease}.couples-profile-banking-details:hover .banking-details-add-record-button{opacity:1}.couples-profile-banking-details .banking-details-add-record-button:hover{background:#1e7e34;color:#eadfc8}.couples-profile-banking-details-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.couples-profile-bank-card{background:#cbad9229;border-radius:6px;padding:1rem;border:1px solid #ccc;display:flex;flex-direction:column;justify-content:flex-start;height:280px;overflow:hidden}.couples-profile-bank-card h3{margin-top:0;color:#b8860b;font-size:1.1rem}.couples-profile-bank-card p{margin:.25rem 0;font-size:.85rem;line-height:1.45;word-break:break-word;color:#b8860b}.couples-profile-bank-card .couples-profile-back-card-actions{display:flex;gap:.5rem;margin-top:auto}.couples-profile-bank-card .couples-profile-back-card-actions button{flex:1;font-family:Arial,sans-serif;background:#eadfc8;color:#011e41d9;font-weight:700;border:none;padding:.4rem;border-radius:4px;cursor:pointer}.couples-profile-bank-card .couples-profile-back-card-actions .bank-card-edit-button:hover{background:#006400;color:#eadfc8}.couples-profile-bank-card .couples-profile-back-card-actions .bank-card-delete-button:hover{background:#a71d2a}.couples-invitation-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh;background:#eadfc8}.invitation-layout{background:#eadfc8;display:flex;flex-direction:row;justify-content:flex-start;padding:1rem;gap:1rem;overflow:hidden;height:auto;box-sizing:border-box}.invitation-layout.layout-blurred{filter:blur(4px);opacity:.7}.selected-card-container{display:flex;flex-direction:column;align-items:center;justify-content:start}.preview-cards{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;width:70%;overflow:hidden}.preview-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;cursor:pointer}.preview-card{opacity:.85;transition:transform .3s ease,opacity .3s ease}.preview-card:hover{transform:scale(.9);opacity:1}.preview-card .card-content{position:relative;z-index:1;padding:1rem;overflow-y:unset}.preview-title{font-size:.9rem;font-weight:600;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.edit-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.edit-panel{background:#eadfc8;width:460px;max-height:80vh;overflow-y:auto;border-radius:12px;box-shadow:0 10px 30px #00000040;padding:2rem}.couples-invitation-edit-modal-header{color:#011e41;margin-top:0}.form-group{margin-bottom:1rem}.form-group label{display:flex;flex-direction:column;font-weight:700;color:#011e41}.form-group input[type=text],.form-group input[type=date],.form-group input[type=time],.form-group input[type=file]{width:auto;padding:.5rem .75rem;border-radius:6px;border:1px solid #011E41;background:#fff}.edit-actions{display:flex;gap:1rem;margin-top:1rem}.couples-invitation-cancel-button,.couples-invitation-submit-button{background-color:#011e41;color:#eadfc8;margin-right:.5rem;font-weight:700;padding:10px 20px;border:none;cursor:pointer;font-family:inherit;font-size:1rem;border-radius:6px;transition:.3s ease}.couples-invitation-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1}.couples-invitation-modal{display:flex;flex-direction:column;background:#fff;padding:2rem;border-radius:8px;width:250px}.couples-invitation-modal h3{align-self:center;margin-top:1rem;margin-bottom:.5rem}.couples-invitation-modal input{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.couples-invitation-modal-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:1rem}.couples-invitation-modal-actions .confirm-button,.couples-invitation-modal .cancel-button{width:30%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.25rem;margin-right:.25rem}.couples-invitation-modal .confirm-button:hover{background-color:green}.couples-invitation-modal .cancel-button:hover{background-color:red}@media(max-width:900px){.invitation-layout{flex-direction:column;padding:1rem}.preview-cards{flex-direction:row;overflow-x:auto;gap:1rem}.preview-card{transform:scale(.85)}}.couples-savethedate-card-content .couples-savethedate-details .couples-savethedate-date{font-family:Pinyon Script,cursive;font-size:5rem;margin:0}.couples-faq-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.couples-faq-container{display:flex;flex-direction:column;width:80%;margin:0 auto;font-family:Arial,sans-serif}.couples-faq-header{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.couples-faq-heading{color:#eadfc8;margin-top:0;margin-bottom:0}.couples-faq-add-button{background-color:#eadfc8;color:#011e41;font-weight:700;padding:8px 14px;border:none;border-radius:4px;cursor:pointer}.couples-faq-add-button:hover{background-color:#006400;color:#eadfc8}.couples-faq-list{margin-top:1.5rem}.couples-faq-card{background:none;border:none;margin:0;padding:0;border-radius:6px;transition:opacity .3s ease}.couples-faq-card:hover{padding:3.5px;border:1px solid #EADFC8}.couples-faq-card .couples-faq-edit-button,.couples-faq-card .couples-faq-delete-button{opacity:0;transition:opacity .3s ease}.couples-faq-card:hover .couples-faq-edit-button,.couples-faq-card:hover .couples-faq-delete-button{opacity:1}.couples-faq-question{font-family:Imperial Script,cursive;font-weight:400;font-style:normal;letter-spacing:normal;font-size:3rem;color:#eadfc8;margin-bottom:0;text-align:center}.couples-faq-answer{font-weight:400;font-style:normal;letter-spacing:normal;font-size:1.5rem;color:#eadfc8;margin-bottom:0;text-align:center}.couples-faq-actions{display:flex;justify-content:flex-end}.couples-faq-edit-button,.couples-faq-delete-button{margin-left:8px;padding:3px 6px;font-size:.75rem;font-family:Arial,sans-serif;font-weight:700;color:#011e41;background-color:#eadfc8;border:none;border-radius:6px;cursor:pointer}.couples-faq-edit-button:hover{background-color:#006400;color:#eadfc8}.couples-faq-delete-button:hover{background-color:#d32f2f;color:#eadfc8}.couples-faq-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.couples-faq-modal{background:#eadfc8;width:400px;padding:20px;border-radius:8px}.couples-faq-modal h3{color:#011e41}.couples-faq-modal label{display:flex;flex-direction:column;font-weight:700;color:#011e41;margin-top:1rem}.couples-faq-modal input{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.couples-faq-modal-actions{display:flex;justify-content:center;margin-top:1rem}.couples-faq-modal-actions{flex:1;padding:0rem .75rem;border-radius:4px;font-size:1rem;cursor:pointer;border:none;gap:1rem}.couples-faq-save-button,.couples-faq-cancel-button{width:80px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:15%;font-size:1rem;cursor:pointer}.couples-faq-cancel-button:hover{background-color:red;color:#011e41}.couples-faq-save-button:hover{background-color:#006400}.guest-login-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-login-form-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.guest-login-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.guest-login-form{position:relative;z-index:2;max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.guest-login-form-container:before{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.guest-login-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.guest-login-form input[type=text],.guest-login-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.guest-login-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.25rem}.guest-login-attempt:hover{background-color:#0056b3}.guest-password-reset-request-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-password-reset-request-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.guest-password-reset-request-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.guest-password-reset-request-form input[type=text],.guest-password-reset-request-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.guest-password-reset-request-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.guest-password-reset-request-attempt:hover{background-color:#0056b3}.guest-password-reset-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-password-reset-form{max-width:400px;margin:50px auto;padding:30px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif}.guest-password-reset-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.guest-password-reset-form input[type=text],.guest-password-reset-form input[type=password]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.guest-password-reset-attempt{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.guest-password-reset-attempt:hover{background-color:#0056b3}body.landing-header{margin:0;font-family:Arial,sans-serif}.guest-navbar{display:flex;justify-content:space-between;align-items:center;background-color:#011e41;padding:.5rem}.guest-navbar a{color:#eadfc8;font-size:20px;text-decoration:none;padding:8px 16px}.guest-navbar a:hover{background-color:#575757;border-radius:4px}.nav-right{display:flex;gap:10px}.couples-picker-filter-bar{padding:16px 20px;background-color:#eadfc8;width:25%;border-radius:5px;border:3px solid #011E41;justify-self:flex-end}.couples-picker-filter-group{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.couples-picker-filter-item{display:flex;flex-direction:column;min-width:160px}.couples-picker-filter-item label{font-size:16px;margin-bottom:4px;color:#011e41;font-weight:700}.couples-picker-filter-input,.couples-picker-filter-select{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px;background-color:#fff}.couples-picker-filter-actions{display:flex;gap:10px;flex-shrink:0;align-items:flex-end}.couples-guest-filter-button,.couples-guest-add-guest-button,.couples-guest-upload-list-button{padding:10px 16px;font-size:14px;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease}.couples-picker-filter-button{background-color:#011e41;color:#fff}.couples-picker-filter-button:hover{background-color:#218838}.couples-picker-view-button{padding:10px 16px;font-size:14px;font-weight:700;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease;background-color:#011e41;color:#eadfc8}.couples-picker-view-button:hover{background-color:#011e41}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.guest-wedding-media-container{display:flex;flex-direction:column;align-items:center;width:auto;height:50%;padding:.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.guest-media-tabs{display:flex;gap:10px;margin-bottom:.5rem}.guest-media-tab-btn{padding:10px 20px;border-radius:999px;border:1px solid #d4c29a;background:#f5f1e8;color:#7a6740;cursor:pointer;font-weight:600;font-size:.95rem;transition:background .25s ease,color .25s ease,transform .15s ease}.guest-media-tab-btn.active{background:linear-gradient(135deg,#c9a96b,#f0e2c0);color:#2f2615;transform:translateY(-1px)}.guest-media-panel{opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.guest-media-panel.panel-active{opacity:1;pointer-events:auto;transform:translateY(0)}.guest-media-panel.panel-hidden{position:absolute;width:100%;overflow:hidden}.guest-media-loading{margin-bottom:10px;font-size:.9rem;color:#7a7a7a}.guest-pictures-section{display:flex;flex-direction:column;width:auto;justify-content:center;align-items:center}.guest-slideshow-wrapper{width:auto;overflow:hidden;border-radius:14px;background:radial-gradient(circle at top left,#f8f3e7,#e6dcc7);padding:10px;box-sizing:border-box}.guest-slideshow-track{display:flex;gap:18px;width:auto;animation:slideshow-scroll 60s linear infinite}@keyframes slideshow-scroll{0%{transform:translate(25%)}to{transform:translate(-25%)}}.guest-slideshow-frame{flex:0 0 auto;border-radius:12px;overflow:hidden;width:650px;height:450px}.guest-slideshow-image{width:100%;height:100%;object-fit:cover;animation:kenburns 10s ease-in-out infinite alternate}@keyframes kenburns{0%{transform:scale(1.05)}to{transform:scale(1.18)}}.guest-video-section{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.guest-video-player-wrapper{width:900px;border-radius:14px;background:#000;padding:.5rem;box-sizing:border-box}.guest-wedding-video-player{width:100%;max-height:800px;border-radius:10px;background:#000}.guest-placeholder-graphic{width:120px;height:80px;border-radius:12px;background:linear-gradient(135deg,#e0d3b8,#f5efe0);position:relative;box-shadow:0 8px 18px #00000014}.guest-pictures-placeholder-graphic:before,.guest-pictures-placeholder-graphic:after{content:"";position:absolute;border-radius:999px;border:1px dashed rgba(140,118,76,.6)}.guest-pictures-placeholder-graphic:before{width:60%;height:40%;top:18%;left:20%}.guest-pictures-placeholder-graphic:after{width:40%;height:26%;bottom:16%;right:18%}.guest-video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 10px;gap:12px;color:#f5f5f5}.guest-video-placeholder-graphic{width:120px;height:80px;border-radius:12px;background:radial-gradient(circle at 20% 20%,#444,#111);display:flex;align-items:center;justify-content:center}.guest-play-icon-triangle{width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #f5f1e8;margin-left:4px}.guest-no-media-message{text-align:center;font-size:.98rem;color:#777}@media(max-width:768px){.guest-slideshow-frame{width:200px;height:140px}}.guest-homepage{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-homepage .guest-homepage-narration{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-homepage-container{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.guest-homepage-names,.guest-homepage-wedding-date{margin:0;font-size:3.5rem;font-weight:400;font-family:Monsieur La Doulaise,cursive;color:#eadfc8}.guest-homepage-rsvp-button{background-color:#cbad92;font-family:Circular;color:#011e41;border-radius:4px;border:none;padding:16px;font-size:16px;font-weight:600;line-height:16px;margin:0;margin-bottom:2.5rem;width:200px;text-align:center;width:300px;outline:none;cursor:pointer;box-sizing:border-box}.rsvp-widget{display:flex;flex-direction:column;align-items:center;background:#cbad9229;border:1px solid #ddd;border-radius:8px;padding:1.5rem;width:50%;box-shadow:0 2px 6px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:.5rem}.rsvp-widget h3{margin-top:0;font-size:1.25rem;color:#eadfc8}.rsvp-widget-status-narration-group{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.rsvp-widget-status-narration-group .rsvp-widget-narration{margin:0;font-size:.95rem;color:#eadfc8}.rsvp-widget-status-narration-group select{width:25%;padding:.5rem;font-size:1.25rem;border-radius:4px;border:1px solid #ccc;text-align:center;margin-top:.5rem}.rsvp-widget-additional-groups{margin-top:2rem;width:100%}.rsvp-widget-meal-type-group{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.rsvp-widget-meal-type-group p{margin:0;font-size:.95rem;color:#eadfc8}.rsvp-widget-meal-type-group select{width:25%;padding:.5rem;font-size:1.25rem;border-radius:4px;border:1px solid #ccc;text-align:center;margin-top:.5rem}.rsvp-widget-dietary-restriction-group{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:.75rem}.rsvp-widget-dietary-restriction-group p{margin-top:.5rem;margin-bottom:0;font-size:.95rem;color:#eadfc8}.rsvp-widget-dietary-restriction-group input{width:60%;padding:.5rem;font-size:.85rem;border-radius:4px;border:1px solid #ccc;text-align:center;margin-top:.5rem}.rsvp-widget-notes-group{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:.75rem}.rsvp-widget-notes-group .rsvp-widget-notes-group-label{margin-top:.5rem;margin-bottom:0;font-size:.95rem;color:#eadfc8}.rsvp-widget-notes-group textarea{width:80%;height:3rem;padding:.5rem;font-size:.85rem;border-radius:4px;border:1px solid #ccc;text-align:center;margin-top:.5rem}.rsvp-widget-notes-char-count{margin-top:0;font-size:.75rem;color:#eadfc8}.rsvp-widget button{background-color:#eadfc8;color:#011e41;font-weight:700;border:none;margin:1rem;padding:.6rem 1rem;font-size:1rem;border-radius:4px;cursor:pointer}.rsvp-widget button:disabled{background-color:#ccc;cursor:not-allowed}.guest-rsvp-page{display:flex;flex-direction:column;width:100%;height:100vh;justify-content:space-between}.guest-rsvp-widget-container{display:flex;justify-content:center;align-items:center}.guest-rsvp-page .guest-rsvp-page-narration{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-registry-instructions-button{padding:10px 16px;border-radius:6px;border:none;cursor:pointer;transition:background-color .25s ease;padding:.5rem;font-size:1rem;height:50px}.instructions-top-section{display:flex;justify-content:space-between;align-items:center}.instructions-close-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#011e41;color:#eadfc8;font-weight:700;border-radius:25%;font-size:1.5rem;cursor:pointer}.thank-you-message{align-self:center}.guest-registry-filter-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.guest-registry-filter-bar input{width:20%}.guest-registry-filter-bar input,.guest-registry-filter-bar select{padding:.5rem;font-size:1rem;border:1px solid #EADFC8;border-radius:4px}.guest-registry-filter-bar select{padding:.5rem;font-size:1rem;height:50px}.guest-registry-banking-details-button{padding:10px 16px;border-radius:6px;border:none;cursor:pointer;transition:background-color .25s ease;padding:.5rem;font-size:1rem;height:50px}.guest-registry-banking-details-button.committed{background-color:#c89b3c;color:#fff;font-weight:600;box-shadow:0 0 10px #c89b3c80}.guest-registry-banking-details-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999;overflow-y:auto;padding:20px}.guest-registry-banking-details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.guest-registry-banking-details{background:#011e41;border:1px solid #EADFC8;border-radius:8px;padding:1rem;width:80%;box-shadow:0 8px 30px #00000040;animation:fadeIn .25s ease-out;overflow-x:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.guest-registry-banking-details-cancel-button{margin-top:20px;padding:10px 16px;border:none;background:#eadfc8;color:#011e41;font-weight:700;border-radius:6px;cursor:pointer}.guest-registry-banking-details-cancel-button:hover{background:#222}.guest-registry-banking-details-cards{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem}.guest-registry-bank-card{background:#cbad9229;border-radius:6px;padding:1rem;border:1px solid #EADFC8;display:flex;flex-direction:column;justify-content:flex-start;width:225px;height:240px;overflow:hidden}.guest-registry-bank-card h3{margin-top:0;color:#b8860b;font-size:1.1rem}.guest-registry-bank-card p{margin:.25rem 0;font-size:.85rem;line-height:1.45;word-break:break-word;color:#b8860b}.guest-registry-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-registry-page .guest-registry-page-narration{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-registry-container{padding:.5rem;font-family:Segoe UI,sans-serif;background-color:#011e41}.guest-registry-container h1,.guest-registry-container h2{color:#eadfc8}.guest-registry-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.guest-registry-card{position:relative;display:flex;flex-direction:column;background:#cbad9229;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.guest-registry-card img{width:100%;height:200px;object-fit:cover}.guest-registry-card-info{padding:1rem}.guest-registry-card-info h3{margin:0;color:#eadfc8}.guest-registry-card-info p{margin:.35rem 0;color:#eadfc8}.guest-registry-card-info a{display:block;margin-top:.5rem;color:#0078d4;text-decoration:none}.gr-commitment-actions{display:flex;flex-direction:column}.guest-registry-card-info .gr-commitment-actions{display:flex;position:absolute;bottom:1rem;right:10px}.guest-registry-card-info button{display:inline-block;margin-top:.5rem;margin-right:.5rem;padding:.5rem;font-size:.9rem;background-color:#0078d4;color:#fff;border:none;border-radius:4px;cursor:pointer}.guest-registry-card button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;border:1px solid #aaa}.guest-registry-card-info button:hover{background-color:#005fa3}.commitment-details{background-color:#eef6ff;padding:.5rem;margin-top:.5rem;border-left:4px solid #0078d4}.guest-registry-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1}.guest-registry-modal{display:flex;flex-direction:column;background:#fff;padding:2rem;border-radius:8px;width:400px}.guest-registry-modal h3{margin-top:1rem;margin-bottom:.5rem}.guest-registry-modal input{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-color:#011e41;border-radius:4px}.guest-registry-modal-actions{display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem}.guest-registry-modal-actions .confirm-button,.guest-registry-modal .cancel-button{padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.25rem;margin-right:.25rem}.guest-registry-modal .confirm-button:hover{background-color:green}.guest-registry-modal .cancel-button:hover{background-color:red}.guest-invitation-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-invitation-page-message{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-card-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;background-color:#eadfc8;padding:1.5rem;height:100%}.selected-card-actions{display:flex;gap:1rem;margin-bottom:1rem}.selected-card-actions button{padding:.6rem 1.2rem;border-radius:6px;border:none;cursor:pointer;font-weight:600;transition:background .25s ease,transform .25s ease}.couples-invitations-update-button,.couples-invitations-send-button,.couples-invitations-unsend-button{background:#011e41;color:#eadfc8}.couples-invitations-update-button:hover{background:#3a78c2}.couples-invitations-send-button:hover{background:#006400}.couples-invitations-unsend-button:hover{background:red}.card-base{width:100%;max-width:420px;background:#fff;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 8px 20px #0000001a;padding:1rem}.card-bg-image{position:absolute;inset:0;width:100%;object-fit:cover;object-position:center;opacity:.25;z-index:0;pointer-events:none}.card-content{position:relative;z-index:1;padding:1rem;overflow-y:auto}.card-base.couples-invitation{background:#011e41}.couples-invitation .card-bg-image{opacity:.1}.couples-invitation-card-content{aspect-ratio:3/4}.couples-invitation-border{outline:4px solid #b8860b;outline-offset:-12px;box-shadow:inset 0 0 0 2px #b8860b}.couples-invitation-card-content h1,.couples-invitation-card-content .couples-invitation-header{font-family:Cormorant Garamond,serif;font-size:1rem;font-optical-sizing:auto;font-style:normal;color:#b8860b;text-align:center;margin-bottom:1rem;font-weight:700}.couples-invitation-card-content .couples-invitation-names{font-family:GFS Didot,serif;font-size:2rem;color:#b8860b;text-align:center;margin-bottom:0rem;font-weight:700;letter-spacing:0rem}.couples-invitation-and-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:.5rem}.couples-invitation-and-section .inv-thin-separator{width:25%}.couples-invitation-card-content p{font-family:GFS Didot,serif;font-size:1rem;color:#b8860b;text-align:center;margin:0rem;font-weight:700;letter-spacing:0rem}.couples-invitation-request{font-family:Cormorant Garamond,serif;font-size:1rem;font-optical-sizing:auto;font-style:normal;color:#b8860b;text-align:center;margin-top:1rem;margin-bottom:.5rem;font-weight:700}.couples-invitation-card-content .couples-invitation-details{display:flex;flex-direction:row;justify-content:center;margin-top:1rem}.couples-invitation-date-section{display:flex;justify-content:center;align-items:center;width:32.5%}.couples-invitation-date-section .invitation-date-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.couples-invitation-date-section .inv-date-line{font-size:.75rem;color:#b8860b}.couples-invitation-date-section .inv-date-line-day{font-size:3rem}.couples-invitation-date-section .inv-date-line-year{font-size:1rem}.couples-invitation-time-section{display:flex;justify-content:center;align-items:center;font-size:.5rem;border:1px solid #b8860b;width:32.5%;border-top:0px;border-bottom:0px}.couples-invitation-time-section .invitation-time-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.couples-invitation-time-section .inv-time-line{font-size:.6rem;line-height:1rem;color:#b8860b}.couples-invitation-location-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:35%;padding-left:.3rem}.couples-invitation-location-section div{font-size:.6rem;color:#b8860b;line-height:1rem}.couples-invitation-card-content .couples-invitation-footer{text-align:center;line-height:2rem;margin-top:1rem;font-size:1.75rem;font-family:Monsieur La Doulaise,cursive;font-weight:600;color:#b8860b;letter-spacing:normal}.couples-invitation-bow-tie{display:flex;justify-content:center;align-items:center}.couples-invitation-card-content .couples-invitation-attire{text-align:center;font-size:1.25rem;font-family:Cormorant Garamond,serif;font-weight:700;color:#b8860b;letter-spacing:normal}.card-base.couples-savethedate{background:#011e41;padding:0}.couples-savethedate .card-bg-image{opacity:1}.couples-savethedate-sections{display:flex;flex-direction:column;justify-content:flex-end;height:580px;width:100%;aspect-ratio:3/4}.couples-savethedate-empty-section{height:50%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.couples-savethedate-empty-section div{background-color:#0003;border-radius:1rem;width:100%}.couples-savethedate-title{color:#fff;font-size:4rem;letter-spacing:.3rem;line-height:100%;font-family:Italianno,cursive;font-weight:500;text-align:center;margin:0}.couples-savethedate-card-content{border-radius:.5rem;background-color:#fff;justify-self:center;height:30%;overflow:hidden}.guest-savethedate-date p{color:#000}.couples-savethedate-card-content .couples-savethedate-header{text-align:center;font-style:normal}.couples-savethedate-card-content .couples-savethedate-names{font-family:Cormorant Garamond,serif;font-size:2rem;text-align:center;margin:0}.couples-savethedate-card-content .couples-savethedate-details p,.couples-savethedate-card-content .couples-savethedate-details span{margin:0;text-align:center}.couples-savethedate-card-content .couples-savethedate-details .guest-savethedate-date{font-family:Pinyon Script,cursive;font-size:5rem;margin:0}.card-base.reception-invitation{background:#011e41}.reception-invitation .card-bg-image{opacity:.1}.reception-invitation-card-content{aspect-ratio:3/4}.reception-invitation-border{outline:4px solid #b8860b;outline-offset:-12px;box-shadow:inset 0 0 0 2px #b8860b}.inv-thin-separator{width:60%;height:1px;margin-left:auto;margin-right:auto;background-color:#b8860b;position:relative}.inv-thin-separator:after{content:"";position:absolute;inset:0;background-color:#b8860b;filter:blur(.6px);opacity:.5}.reception-invitation-card-content h1,.reception-invitation-card-content .reception-invitation-header{font-family:Cormorant Garamond,serif;font-size:1rem;font-optical-sizing:auto;font-style:normal;color:#b8860b;text-align:center;margin-bottom:1rem;font-weight:700}.reception-invitation-card-content .reception-invitation-names{font-family:GFS Didot,serif;font-size:2rem;color:#b8860b;text-align:center;margin-bottom:0rem;font-weight:700;letter-spacing:0rem}.reception-invitation-and-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:.5rem}.reception-invitation-and-section .inv-thin-separator{width:25%}.reception-invitation-card-content p{font-family:GFS Didot,serif;font-size:1rem;color:#b8860b;text-align:center;margin:0rem;font-weight:700;letter-spacing:0rem}.reception-invitation-request{font-family:Cormorant Garamond,serif;font-size:1rem;font-optical-sizing:auto;font-style:normal;color:#b8860b;text-align:center;margin-top:1rem;margin-bottom:.5rem;font-weight:700}.reception-invitation-card-content .reception-invitation-details{display:flex;flex-direction:row;justify-content:center;margin-top:1rem}.reception-invitation-date-section{display:flex;justify-content:center;align-items:center;width:32.5%}.reception-invitation-date-section .invitation-date-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.reception-invitation-date-section .inv-date-line{font-size:.75rem;color:#b8860b}.reception-invitation-date-section .inv-date-line-day{font-size:3rem}.reception-invitation-date-section .inv-date-line-year{font-size:1rem}.reception-invitation-time-section{display:flex;justify-content:center;align-items:center;font-size:.5rem;border:1px solid #b8860b;width:32.5%;border-top:0px;border-bottom:0px}.reception-invitation-time-section .invitation-time-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.reception-invitation-time-section .inv-time-line{font-size:.6rem;line-height:1rem;color:#b8860b}.reception-invitation-location-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:35%;padding-left:.3rem}.reception-invitation-location-section div{font-size:.6rem;color:#b8860b;line-height:1rem}.reception-invitation-card-content .reception-invitation-footer{text-align:center;line-height:2rem;margin-top:1rem;font-size:1.75rem;font-family:Monsieur La Doulaise,cursive;font-weight:600;color:#b8860b;letter-spacing:normal}.fleuron-wrapper{display:flex;justify-content:center;margin:0}.reception-invitation-bow-tie{display:flex;justify-content:center;align-items:center}.reception-invitation-card-content .reception-invitation-attire{text-align:center;font-size:1.25rem;font-family:Cormorant Garamond,serif;font-weight:700;color:#b8860b;letter-spacing:normal}.guest-faq-page{display:flex;flex-direction:column;width:100%;height:100vh;justify-content:space-between}.guest-faq-page .guest-faq-page-narration{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-faq-container{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-self:center;width:80%}.guest-faq-header{padding-top:2rem}.guest-faq-heading{color:#eadfc8;margin-top:0;margin-bottom:0}.guest-faq-list{display:flex;flex-direction:column;margin-top:1.5rem;width:100%;justify-content:center;align-items:center;gap:1rem}.guest-faq-card{background:none;border:none;margin:0;padding:0;border-radius:6px;width:70%;transition:opacity .3s ease}.guest-faq-card:hover{padding:3.5px;border:1px solid #EADFC8}.guest-faq-question{font-family:Imperial Script,cursive;font-weight:400;font-style:normal;letter-spacing:normal;font-size:3rem;color:#eadfc8;margin-bottom:0;text-align:center}.guest-faq-answer{font-weight:400;font-style:normal;letter-spacing:normal;font-size:1.5rem;color:#eadfc8;margin-bottom:0;text-align:center}.guest-profile-page{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100vh}.guest-profile-page .guest-profile-page-narration{color:#eadfc8;justify-self:flex-end;margin-right:100px}.guest-profile-container{width:100%;max-width:650px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.guest-profile-header{display:flex;gap:20px}.guest-profile-picture{width:120px;height:120px;border-radius:10px;object-fit:cover;border:2px solid #ddd}.guest-profile-header-info{display:flex;flex-direction:column}.guest-profile-header-info label{color:#eadfc8;font-weight:700;margin-bottom:5px}.guest-profile-header-info input{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:16px}.guest-profile-body{margin-top:25px;display:flex;flex-direction:column;gap:20px}.guest-profile-body input[type=file]{color:#eadfc8}.guest-profile-field{display:flex;flex-direction:column}.guest-profile-field label{color:#eadfc8;font-weight:700;margin-bottom:5px}.guest-profile-field input,.guest-profile-field select{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:15px}.guest-profile-save-btn{margin-top:20px;padding:12px;background-color:#2b7cff;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer}.guest-profile-save-btn:hover{background-color:#1a5ed8}.guest-profile-loading{text-align:center;padding:40px;font-size:18px}
