.site-header{background-color:#f7f9fc;border-bottom:1px solid #e0e6ed;padding:1rem 2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-logo a{text-decoration:none}.header-logo h1{font-size:1.5rem;font-weight:700;color:#3498db;margin:0}.header-create-button{background-color:#5dade2;color:#fff;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.header-create-button:hover{background-color:#4a90e2}.header-content a{text-decoration:none}.home_page_wrapper{display:flex;flex-direction:column;height:100vh}.home_header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 40px;background-color:#fff;z-index:2;box-sizing:border-box;box-shadow:0 2px 4px #0000001a}.header_logo h1{font-size:1.6rem;font-weight:700;color:#3498db;margin:0;display:flex;align-items:center;text-decoration:none}.logo_icon{margin-right:8px}.header_nav_button .create_plan_button{padding:10px 20px;font-size:1rem;background-color:#38b2ac;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .3s ease;text-decoration:none}.header_nav_button .create_plan_button:hover{background-color:#2c9e97}.home_hero_section{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;background-image:url(https://media.cnn.com/api/v1/images/stellar/prod/230725152449-01-group-friend-vacation-tips-top.jpg?c=16x9&q=w_800,c_fill);background-size:cover;background-position:center;position:relative;color:#fff}.home_overlay{position:absolute;inset:0;background-color:#0006;z-index:1}.home_container{text-align:center;max-width:800px;z-index:2;padding:20px}.home_title h2{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.home_subtitle p{font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto 2.5rem}.home_button button{padding:14px 40px;font-size:1.1rem;background-color:#38b2ac;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.home_button button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003;background-color:#2c9e97}.home_button a,.header_nav_button a{text-decoration:none}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;height:100%}.login{display:flex;justify-content:center;align-items:center;height:100vh;background-size:cover;background-position:center;position:relative;color:#fff}.login:before{content:"";position:absolute;inset:0;background-color:#f0f4f8;z-index:1}.login_container{position:relative;z-index:2;text-align:center;padding:40px;background-color:#0a192fb3;border-radius:12px;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);width:100%;max-width:400px}.login_container h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.login_container form{display:flex;flex-direction:column;gap:1rem}.login_container input{padding:14px 20px;font-size:1rem;color:#333;background-color:#f0f2f5;border:1px solid #ccc;border-radius:8px;transition:border-color .3s ease}.login_container input:focus{outline:none;border-color:#38b2ac}.login_container button{padding:14px 20px;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.login_container button[type=submit]{background-color:#38b2ac;color:#fff}.login_container button[type=submit]:hover{background-color:#2c9e97;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.login_container button[type=signup]{background-color:transparent;color:#f0f2f5;border:1px solid #f0f2f5}.login_container button[type=signup]:hover{background-color:#ffffff1a}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.dashboard{background-color:#f7f9fc;min-height:100vh}.dashboard_header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;background-color:#f7f9fc;border-bottom:1px solid #e0e6ed}.dashboard_content{padding:2rem 2.5rem;max-width:1400px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:#3498db;display:flex;align-items:center;gap:.5rem}.user_profile{width:40px;height:40px;border-radius:50%;background-color:#bdc3c7;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:600}.page_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page_title h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .25rem}.page_title p{color:#7f8c8d;margin:0}.create_plan_button{background-color:#5dade2;color:#fff;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease;white-space:nowrap}.create_plan_button:hover{background-color:#4a90e2}.plus_icon{font-size:1.2rem}.page_header a{text-decoration:none}.search_container{margin-bottom:2.5rem}.search_bar::placeholder{color:#b2bec3}.plans_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.plan_card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:all .2s ease-in-out;cursor:pointer;position:relative}.plan_card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.plan_card:active{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.plan_card:after{content:"";position:absolute;inset:0;background-color:#5dade200;transition:background-color .2s ease}.plan_card:hover:after{background-color:#5dade20d}.card_image{width:100%;height:180px;object-fit:cover}.card_content{padding:1rem 1.25rem}.card_content h3{margin:0 0 .5rem;font-size:1.25rem;color:#2c3e50;font-weight:600}.card_location{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;margin:0 0 1rem}.card_budget{display:inline-block;background-color:#f0f3f4;color:#5d6d7e;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:12px}body{background-color:#f0f4f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0}.new-plan-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;width:100%;padding:20px;box-sizing:border-box}#create{font-size:2.5rem;font-weight:600;color:#2d3748;margin-bottom:40px;text-align:center;width:100%;position:relative;top:0}#new-plan-questions{background:#fff;padding:30px 40px;border-radius:16px;box-shadow:0 8px 16px #0000000d;width:100%;max-width:550px;box-sizing:border-box}#new-plan-questions br{display:none}#new-plan-questions label{display:block;font-weight:600;margin-bottom:8px;color:#4a5568;font-size:.9rem}#new-plan-questions input[type=text]{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;margin-bottom:24px;font-size:1rem;color:#2d3748;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}#new-plan-questions input[type=text]::placeholder{color:#a0aec0}#new-plan-questions input[type=text]:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33}.submit-button{width:auto;min-width:150px;padding:12px 24px;font-size:1rem;font-weight:600;color:#fff;background-color:#3182ce;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.submit-button:hover{background-color:#2b6cb0}.share-link-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f7f9fc;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.share-container{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #00000014;width:100%;max-width:550px;text-align:center}.share-container h2{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}.subtitle{color:#7f8c8d;margin:0 0 2rem}.link-box{display:flex;align-items:center;background-color:#f0f3f4;border:1px solid #dfe6e9;border-radius:8px;padding:.5rem;margin-bottom:1.5rem}.share-link{flex-grow:1;text-align:left;margin:0;padding:0 1rem;color:#5d6d7e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copy-button{background-color:#3498db;color:#fff;border:none;border-radius:6px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.copy-button:hover{background-color:#2980b9}.separator{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.separator hr{flex-grow:1;border:none;border-top:1px solid #dfe6e9}.separator span{color:#b2bec3;font-weight:600}.social-share p{color:#7f8c8d;margin-bottom:1rem}.social-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.social-btn{background-color:#ecf0f1;border:1px solid #dfe6e9;color:#5d6d7e;padding:.6rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.social-btn:hover{background-color:#dfe6e9}.done-button{display:inline-block;text-decoration:none;background-color:#2ecc71;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:background-color .2s ease}.done-button:hover{background-color:#27ae60}.respond-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f7f9fc;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.respond-container{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #00000014;width:100%;max-width:500px;text-align:center}.invitation-header p{color:#7f8c8d;font-size:1.1rem;margin:0}.invitation-header h1{font-size:2.2rem;color:#2c3e50;margin:.25rem 0 1.5rem}.plan-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:2rem;text-align:left}.plan-info p{margin:.5rem 0;color:#34495e}.response-form .form-label{font-weight:600;color:#5d6d7e;margin-bottom:.75rem;display:block;text-align:left}.name-input{width:100%;padding:12px 15px;font-size:1rem;font-family:inherit;border:1px solid #dfe6e9;border-radius:8px;box-sizing:border-box;margin-bottom:1.5rem}.name-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.response-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.response-btn{padding:.75rem;font-size:1rem;font-weight:600;border:2px solid #dfe6e9;border-radius:8px;background-color:transparent;color:#5d6d7e;cursor:pointer;transition:all .2s ease}.response-btn.going:hover,.response-btn.going.selected{background-color:#e8f5e9;border-color:#2e7d32;color:#2e7d32}.response-btn.maybe:hover,.response-btn.maybe.selected{background-color:#fff3e0;border-color:#e65100;color:#e65100}.response-btn.cant-go:hover,.response-btn.cant-go.selected{background-color:#ffebee;border-color:#c62828;color:#c62828}textarea{width:100%;min-height:80px;padding:12px 15px;font-size:1rem;font-family:inherit;border:1px solid #dfe6e9;border-radius:8px;box-sizing:border-box;resize:vertical;margin-bottom:1.5rem}textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.submit-response-button{width:100%;padding:14px 20px;font-size:1.1rem;font-weight:600;color:#fff;background-color:#3498db;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.submit-response-button:hover{background-color:#2980b9}.footer-note{margin-top:1.5rem;font-size:.9rem;color:#95a5a6}.footer-note a{color:#3498db;text-decoration:none;font-weight:500}.view-responses-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#f7f9fc;padding:3rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.responses-container{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #00000014;width:100%;max-width:700px}.responses-container h2{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;text-align:center}.summary{color:#7f8c8d;margin:0 0 2rem;text-align:center;font-size:1.1rem}.responses-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.response-card{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f3f4}.response-card:last-child{border-bottom:none}.user-info{flex-grow:1}.user-info h4{margin:0 0 .25rem;font-size:1.1rem;color:#34495e}.notes{margin:0;font-style:italic;color:#95a5a6;font-size:.9rem}.status-badge{padding:.3rem .8rem;border-radius:16px;font-size:.85rem;font-weight:600;flex-shrink:0}.status-badge.status-going{background-color:#e8f5e9;color:#2e7d32}.status-badge.status-maybe{background-color:#fff3e0;color:#e65100}.status-badge.status-cant-go{background-color:#ffebee;color:#c62828}.actions-footer{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:2rem}.reminder-button,.back-button{text-decoration:none;border:none;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.reminder-button{background-color:#ecf0f1;color:#34495e}.reminder-button:hover{background-color:#dfe6e9}.back-button{background-color:#3498db;color:#fff}.back-button:hover{background-color:#2980b9}.thank-you-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f7f9fc;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.thank-you-container{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #00000014;width:100%;max-width:450px;text-align:center}.thank-you-container h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}.message{font-size:1.1rem;color:#5d6d7e;margin:0}.sub-message{font-size:.9rem;color:#95a5a6;margin-top:.5rem}.home-button{display:inline-block;margin-top:2rem;text-decoration:none;background-color:#3498db;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:background-color .2s ease}.home-button:hover{background-color:#2980b9}.success-icon{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#fff;stroke-miterlimit:10;box-shadow:inset 0 0 #2ecc71;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;margin:0 auto 1.5rem}.success-icon circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke:#2ecc71;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.success-icon path{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 40px #2ecc71}}.gemini-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#f7f9fc;padding:3rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.gemini-container{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #00000014;width:100%;max-width:700px}.gemini-container h1{font-size:2.2rem;font-weight:700;color:#2c3e50;margin:0;text-align:center}.subtitle{color:#7f8c8d;margin:.5rem 0 2rem;text-align:center;font-size:1.1rem}.prompt-textarea{width:100%;min-height:120px;padding:15px;font-size:1rem;font-family:inherit;border:1px solid #dfe6e9;border-radius:8px;box-sizing:border-box;resize:vertical;margin-bottom:1rem;transition:border-color .2s ease,box-shadow .2s ease}.prompt-textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.generate-button{width:100%;padding:14px 20px;font-size:1.1rem;font-weight:600;color:#fff;background-color:#3498db;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.generate-button:hover:not(:disabled){background-color:#2980b9}.generate-button:disabled{background-color:#95a5a6;cursor:not-allowed}.response-area{margin-top:2rem}.response-area h3{color:#5d6d7e;border-bottom:1px solid #f0f3f4;padding-bottom:.5rem}.response-output{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;min-height:150px;white-space:pre-wrap;line-height:1.6;color:#34495e;transition:border-color .3s ease}.response-output.loading{border-color:#3498db;animation:pulse 1.5s infinite}.stats-section p{margin:8px 0;font-size:16px;color:#333}.prompt-section{margin-top:20px;padding:20px;background-color:#f8f9fa;border-radius:8px}.prompt-section h4{margin-bottom:15px;color:#2c3e50}.ai-prompt{background-color:#fff;padding:15px;border-radius:6px;border:1px solid #e0e0e0;white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:14px;color:#2c3e50;line-height:1.5;max-height:300px;overflow-y:auto;margin-bottom:20px}.response-section{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.response-header h4{margin:0;color:#2c3e50}.audio-controls{display:flex;gap:10px;align-items:center}.audio-button{padding:8px 15px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:5px;transition:background-color .2s ease}.audio-button:hover{background-color:#2980b9}.audio-button:disabled{background-color:#95a5a6;cursor:not-allowed}.response-text{background-color:#fff;padding:20px;border-radius:6px;border:1px solid #e0e0e0;white-space:pre-wrap;font-size:16px;line-height:1.6;color:#2c3e50}.response-text.typing{border-color:#3498db}.cursor{display:inline-block;background-color:#34495e;width:10px;height:1.2rem;margin-left:5px;animation:blink 1s infinite;vertical-align:text-bottom}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{box-shadow:0 0 #3498db66}70%{box-shadow:0 0 0 10px #3498db00}to{box-shadow:0 0 #3498db00}}#root{width:100%;height:100vh}.App{width:100%;height:100%;display:flex;flex-direction:column}
