@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:linear-gradient(135deg,#fff5f0 0%,#ffe8d6 100%);min-height:100vh;font-family:Noto Sans KR,system-ui,-apple-system,sans-serif;line-height:1.6}.main-container{max-width:960px;margin:0 auto;padding:20px 16px}.main-container.home-layout,.main-container.result-layout{max-width:500px}.kakao-login-btn{color:#000;cursor:pointer;background:#fee500;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:background .2s;display:flex}.kakao-login-btn:hover{background:#f0d900}.profile-card{background:#fffaf7;border:2px solid #f0e0d6;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex}.profile-image{object-fit:cover;border-radius:50%;width:32px;height:32px}.profile-name{color:#333;font-size:.95rem;font-weight:600}.logout-btn{color:#999;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:background .2s}.logout-btn:hover{background:#f5f5f5}.home-container{text-align:center;padding-top:60px}.home-container h1{color:#e85d26;margin-bottom:8px;font-size:2rem}.home-container .subtitle{color:#888;margin-bottom:32px;font-size:.95rem}.input-group{margin-bottom:16px}.input-group input,.join-group input{border:2px solid #eee;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.input-group input:focus,.join-group input:focus{border-color:#e85d26}.error{color:#e53e3e;margin-bottom:12px;font-size:.85rem}.action-group{margin-bottom:24px}.primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7b54,#e85d26);border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:transform .1s,box-shadow .2s}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e85d264d}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{color:#bbb;align-items:center;margin:24px 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#ddd;flex:1;height:1px}.divider span{padding:0 12px}.join-group{gap:8px;display:flex}.join-group input{flex:1}.secondary-btn{color:#e85d26;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e85d26;border-radius:12px;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.secondary-btn:hover{background:#fff5f0}.room-list{text-align:left;margin-top:32px}.room-list h2{color:#e85d26;text-align:center;margin-bottom:12px;font-size:1.1rem}.room-card{cursor:pointer;background:#fff;border:2px solid #f0e0d6;border-radius:12px;margin-bottom:10px;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.room-card:hover{border-color:#e85d26;box-shadow:0 2px 8px #e85d2626}.room-card.closed{opacity:.6}.room-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.room-card-code{color:#e85d26;letter-spacing:1.5px;font-size:1.05rem;font-weight:700}.room-card-header-right{align-items:center;gap:8px;display:flex}.room-delete-btn{color:#e53e3e;cursor:pointer;background:#fff;border:1px solid #e53e3e;border-radius:5px;padding:3px 10px;font-family:inherit;font-size:.75rem;transition:background .2s}.room-delete-btn:hover{background:#fff5f5}.room-status-badge{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600}.room-status-badge.voting{color:#e85d26;background:#fff0ea}.room-status-badge.closed{color:#999;background:#f0f0f0}.room-card-info{color:#888;flex-direction:column;gap:2px;font-size:.82rem;display:flex}.room-card-date{color:#bbb;font-size:.78rem}.room-container{padding-bottom:100px}.room-body{gap:24px;display:flex}.room-section{background:#fff;border:2px solid #f0e0d6;border-radius:16px;flex:1;min-width:0;padding:20px}.classic-restaurant-section{flex-direction:column;max-height:80vh;display:flex;overflow-y:auto}.section-title{color:#e85d26;border-bottom:2px solid #f0e0d6;margin-bottom:16px;padding-bottom:12px;font-size:1rem;font-weight:700}@media (max-width:700px){.room-body{flex-direction:column}}@media (max-width:480px){.room-code{flex-wrap:wrap;justify-content:center;gap:8px 6px}.secondary-btn{padding:14px;font-size:.9rem}.add-menu button,.search-bar button{padding:12px;font-size:.85rem}.chat-send-btn{padding:12px 14px;font-size:.85rem}.search-add-btn{margin-left:6px;padding:8px 10px;font-size:.8rem}.chat-messages{height:220px}}.room-header{text-align:center;margin-bottom:24px}.room-header h1{color:#e85d26;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;font-size:1.5rem;display:flex}.title-edit-btn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:2px 4px;font-size:1rem;line-height:1}.title-edit-btn:hover{opacity:1}.room-title-input{color:#e85d26;text-align:center;background:0 0;border:none;border-bottom:2px solid #e85d26;outline:none;width:100%;max-width:320px;margin-bottom:8px;font-size:1.5rem;font-weight:700}.room-code{justify-content:center;align-items:center;gap:8px;margin-bottom:4px;font-size:.9rem;display:flex}.room-code strong{color:#e85d26;letter-spacing:2px;font-size:1.1rem}.copy-btn{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:background .2s}.copy-btn:hover{background:#eee}.layout-toggle-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:.85rem;transition:background .2s}.layout-toggle-btn:hover{background:#f0f0f0}.leave-btn{color:#e53e3e;cursor:pointer;background:#fff;border:1px solid #e53e3e;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:background .2s}.leave-btn:hover{background:#fff5f5}.delete-room-btn{color:#e53e3e;cursor:pointer;background:#fff;border:1px solid #e53e3e;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:background .2s}.delete-room-btn:hover{background:#fff5f5}.participant{color:#888;font-size:.85rem}.menu-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.menu-item{background:#fffaf7;border:2px solid #f0e0d6;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.menu-item.voted{border-color:#ff7b54;box-shadow:0 2px 8px #ff7b5426}.menu-item.first-place{background:#fff5f0;border-color:#e85d26;box-shadow:0 3px 12px #e85d2633}.crown{margin-right:4px;font-size:1.2rem}.menu-info h3{margin-bottom:2px;font-size:1rem;font-weight:600}.menu-info .address{color:#999;margin-bottom:4px;font-size:.8rem}.source-badge{color:#aaa;font-size:.75rem}.voter-list{color:#e85d26;margin-top:4px;font-size:.78rem}.menu-vote{flex-shrink:0;align-items:center;gap:10px;display:flex}.vote-count{color:#e85d26;text-align:center;min-width:30px;font-size:.9rem;font-weight:600}.vote-btn{color:#e85d26;cursor:pointer;background:#fff;border:2px solid #e85d26;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.vote-btn:hover{background:#fff5f0}.vote-btn.voted{color:#fff;background:#e85d26}.vote-btn.voted:hover{background:#d14d1a}.delete-btn{color:#e53e3e;cursor:pointer;background:#fff;border:2px solid #e53e3e;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.delete-btn:hover{background:#fff5f5}.add-menu{gap:8px;margin-bottom:16px;display:flex}.add-menu input{border:2px solid #eee;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.add-menu input:focus{border-color:#e85d26}.add-menu button{color:#fff;cursor:pointer;white-space:nowrap;background:#ff7b54;border:none;border-radius:10px;padding:12px 18px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.add-menu button:hover{background:#e85d26}.close-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#333,#555);border:none;border-radius:12px;width:100%;margin-top:8px;padding:16px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:transform .1s}.close-btn:hover{transform:translateY(-1px)}.result-container{text-align:center;padding-top:40px}.result-container h1{color:#e85d26;margin-bottom:24px;font-size:1.5rem}.tie-section{margin-bottom:32px}.tie-message{color:#e85d26;margin-bottom:16px;font-size:1.1rem;font-weight:600}.winner-section{background:linear-gradient(135deg,#fff8f0,#ffe8d6);border:2px solid #ffd4a8;border-radius:16px;margin-bottom:32px;padding:24px}.winner-section h2{color:#888;margin-bottom:8px;font-size:1rem}.winner-name{color:#e85d26;font-size:2rem;font-weight:700}.tie-note{color:#999;margin-top:8px;font-size:.85rem}.vote-chart{text-align:left;margin-bottom:24px}.vote-chart h3{color:#666;text-align:center;margin-bottom:12px;font-size:1rem}.chart-bar{align-items:center;gap:10px;margin-bottom:10px;display:flex}.chart-bar.winner .bar-label{color:#e85d26;font-weight:700}.chart-bar.winner .bar-fill{background:linear-gradient(90deg,#ff7b54,#e85d26)}.bar-label{text-align:right;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:100px;font-size:.85rem;overflow:hidden}.bar-track{background:#f0f0f0;border-radius:6px;flex:1;height:24px;overflow:hidden}.bar-fill{background:#ffc4a8;border-radius:6px;min-width:4px;height:100%;transition:width .6s}.bar-count{color:#666;min-width:35px;font-size:.85rem;font-weight:600}.roulette{margin:20px 0}.roulette-display{background:#fff;border:3px solid #e85d26;border-radius:16px;padding:24px}.roulette-display .spinning{color:#666;font-size:1.5rem;animation:.3s infinite alternate pulse}.roulette-display .winner{color:#e85d26;font-size:1.8rem;animation:.4s pop}.roulette-label{color:#e85d26;margin-top:12px;font-size:1.2rem;font-weight:700}@keyframes pulse{0%{opacity:.5;transform:scale(.98)}to{opacity:1;transform:scale(1.02)}}@keyframes pop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.home-btn{color:#e85d26;cursor:pointer;background:#fff;border:2px solid #e85d26;border-radius:12px;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s}.home-btn:hover{background:#fff5f0}.loading{text-align:center;color:#999;padding:40px;font-size:.95rem}.restaurant-search{flex-direction:column;margin-bottom:20px;display:flex}.map-search-notice{color:#c0521a;background:#fff5f0;border:1.5px solid #f5c4a8;border-radius:10px;align-items:center;gap:6px;margin-bottom:8px;padding:8px 12px;font-size:.82rem;font-weight:600;display:flex}.radius-selector{gap:6px;margin-bottom:8px;display:flex}.radius-btn{cursor:pointer;color:#666;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;flex:1;padding:5px 0;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.radius-btn.active{color:#e85d26;background:#fff5f0;border-color:#e85d26}.radius-btn:hover:not(.active){color:#333;border-color:#ccc}.quick-search-btns{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.quick-search-btn{cursor:pointer;color:#444;white-space:nowrap;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;flex:1;min-width:0;padding:7px 4px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.quick-search-btn:hover{color:#e85d26;background:#fff5f0;border-color:#e85d26}.quick-search-btn:disabled{opacity:.5;cursor:not-allowed}.search-clear-btn{color:#888;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;width:100%;margin-bottom:8px;padding:7px;font-family:inherit;font-size:12px;transition:background .15s}.search-clear-btn:hover{color:#e85d26;background:#ffe8d6;border-color:#e85d26}.search-bar{gap:8px;margin-bottom:8px;display:flex}.search-bar input{border:2px solid #eee;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.search-bar input:focus{border-color:#e85d26}.search-bar button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff7b54,#e85d26);border:none;border-radius:10px;padding:12px 18px;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .2s}.search-bar button:hover{opacity:.9}.search-bar button:disabled{opacity:.5;cursor:not-allowed}.search-area-info{color:#999;margin-bottom:8px;font-size:.8rem}.search-results{flex-direction:column;gap:8px;max-height:400px;margin-bottom:8px;list-style:none;display:flex;overflow-y:auto}.search-result-item{background:#fffaf7;border:1px solid #f0e0d6;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.search-result-info{flex:1;min-width:0}.search-result-info strong{margin-bottom:2px;font-size:.95rem;display:block}.search-category{color:#aaa;margin-left:6px;font-size:.75rem}.search-address{color:#999;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.8rem;overflow:hidden}.search-add-btn{color:#e85d26;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e85d26;border-radius:8px;flex-shrink:0;margin-left:10px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.search-add-btn:hover:not(.added){background:#fff5f0}.search-add-btn.added{color:#aaa;cursor:default;background:#f5f5f5;border-color:#ddd}.search-no-results{text-align:center;color:#999;padding:16px;font-size:.9rem}.location-update-btn{color:#e85d26;cursor:pointer;background:#fff;border:1.5px solid #e85d26;border-radius:8px;width:100%;margin-bottom:12px;padding:10px;font-size:.9rem;font-weight:600;transition:background .15s;display:block}.location-update-btn:hover{background:#fff5f0}.location-update-btn:disabled{opacity:.5;cursor:not-allowed}.map-container{border:2px solid #f0f0f0;border-radius:12px;margin-bottom:8px;overflow:hidden}.chat-section{background:#fff;border:1.5px solid #f0e8e0;border-radius:16px;margin-top:24px;padding:20px}.chat-messages-container{background:#fdfdfd;border-radius:12px;position:relative;overflow:hidden}.chat-messages{flex-direction:column;gap:12px;height:320px;padding:16px 8px 16px 16px;display:flex;overflow-y:auto}.chat-new-msg-toast{color:#fff;cursor:pointer;z-index:100;background:#e85d26;border-radius:25px;align-items:center;gap:8px;max-width:90%;padding:10px 20px;font-size:.85rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) toastPop;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #e85d2666}@keyframes toastPop{0%{opacity:0;transform:translate(-50%,20px)scale(.8)}to{opacity:1;transform:translate(-50%)scale(1)}}.chat-reactions-row{flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px;display:flex}.reaction-badge{cursor:pointer;background:#fff;border:1.5px solid #f0e0d6;border-radius:12px;align-items:center;gap:3px;padding:2px 8px;font-size:.75rem;transition:all .2s;display:flex}.reaction-badge:hover{background:#fffaf7;border-color:#e85d26}.reaction-badge.active{background:#fff5f0;border-color:#e85d26;font-weight:700}.reaction-picker-wrap{position:relative}.add-reaction-btn{color:#ccc;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.1rem;line-height:1}.add-reaction-btn:hover{color:#e85d26}.reaction-picker{z-index:10;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:20px;gap:8px;padding:6px 10px;display:none;position:absolute;bottom:100%;left:0;box-shadow:0 4px 12px #0000001a}.reaction-picker-wrap:hover .reaction-picker{display:flex}.reaction-picker span{cursor:pointer;transition:transform .1s}.reaction-picker span:hover{transform:scale(1.3)}.chat-message.mine .chat-reactions-row{flex-direction:row-reverse}.chat-empty{text-align:center;color:#bbb;margin:auto;font-size:.9rem}.chat-message{align-items:flex-end;gap:8px;display:flex}.chat-message.mine{flex-direction:row-reverse}.chat-avatar img,.chat-avatar-placeholder{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.chat-avatar-placeholder{color:#e85d26;background:#f0e0d6;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.chat-bubble-wrap{flex-direction:column;gap:3px;max-width:65%;display:flex}.chat-message.mine .chat-bubble-wrap{align-items:flex-end}.chat-nickname{color:#999;padding-left:4px;font-size:.75rem}.chat-bubble-row{align-items:flex-end;gap:6px;display:flex}.chat-message.mine .chat-bubble-row{flex-direction:row-reverse}.chat-bubble{word-break:break-word;white-space:pre-wrap;border-radius:18px;padding:10px 14px;font-size:.9rem;line-height:1.45}.chat-message.others .chat-bubble{color:#333;background:#f5f5f5;border-bottom-left-radius:4px}.chat-image-preview{object-fit:contain;border-radius:12px;max-width:240px;max-height:240px;margin-top:4px;display:block}.chat-message.mine .chat-bubble{color:#fff;background:linear-gradient(135deg,#ff7b54,#e85d26);border-bottom-right-radius:4px}.chat-actions{opacity:0;gap:4px;margin-bottom:4px;transition:opacity .2s;display:flex}.chat-message:hover .chat-actions{opacity:1}.chat-action-btn{cursor:pointer;color:#888;background:#fff;border:1px solid #ddd;border-radius:4px;padding:2px 8px;font-family:inherit;font-size:.7rem}.chat-action-btn:hover{color:#333;background:#f5f5f5}.chat-action-btn.delete:hover{color:#f44336;border-color:#f44336}.chat-action-btn.edit:hover{color:#e85d26;border-color:#e85d26}.chat-edit-box{flex-direction:column;gap:6px;width:100%;max-width:240px;display:flex}.chat-edit-input{resize:vertical;border:2px solid #e85d26;border-radius:10px;outline:none;width:100%;min-height:60px;padding:8px 10px;font-family:inherit;font-size:.9rem}.chat-edit-buttons{justify-content:flex-end;gap:4px;display:flex}.chat-edit-buttons button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.chat-edit-buttons button:first-child{color:#fff;background:#e85d26;border:none}.chat-edited-mark{color:#0000004d;margin-left:6px;font-size:.7rem}.chat-message.mine .chat-edited-mark{color:#fff9}.chat-delete-btn{display:none}@media (max-width:480px){.chat-actions{opacity:1}}.chat-input-row{gap:8px;display:flex}.chat-input{border:1.5px solid #e8ddd8;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.chat-textarea{resize:none;min-height:44px;max-height:120px;line-height:1.4;overflow-y:auto}.chat-input-row{align-items:flex-end;gap:8px;display:flex}.chat-btn-group{flex-direction:column;gap:4px;display:flex}.chat-newline-btn{color:#888;cursor:pointer;background:#f5f5f5;border:1.5px solid #e8ddd8;border-radius:8px;justify-content:center;align-items:center;padding:6px;font-size:1.1rem;font-weight:700;line-height:1;transition:all .2s;display:flex}.chat-newline-btn:hover{color:#e85d26;background:#eee;border-color:#e85d26}.chat-send-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff7b54,#e85d26);border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .15s}.chat-send-btn:hover{opacity:.9}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.profile-image-label{cursor:pointer;flex-shrink:0;position:relative}.profile-image-label:hover:after{content:"변경";color:#fff;background:#00000073;border-radius:50%;place-items:center;font-size:.65rem;font-weight:700;display:grid;position:absolute;inset:0}.profile-image-input{display:none}.profile-image-placeholder{color:#e85d26;background:#f0e0d6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.profile-edit-input{border:1.5px solid #e85d26;border-radius:8px;outline:none;flex:1;min-width:0;padding:6px 10px;font-family:inherit;font-size:.9rem}.profile-edit-btn{color:#e85d26;cursor:pointer;background:#fff;border:1px solid #e85d26;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:background .2s}.profile-edit-btn:hover{background:#fff5f0}.profile-save-btn{color:#fff;cursor:pointer;background:#e85d26;border:none;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.8rem;transition:opacity .2s}.profile-save-btn:hover{opacity:.85}.password-toggle{color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;margin-top:10px;font-size:.9rem;display:flex}.password-toggle input[type=checkbox]{accent-color:#e85d26;cursor:pointer;width:16px;height:16px}.password-input{border:2px solid #eee;border-radius:10px;outline:none;width:100%;margin-top:8px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.password-input:focus{border-color:#e85d26}.room-options{background:#faf8f6;border:1.5px solid #eee;border-radius:10px;flex-direction:column;gap:6px;margin-top:8px;padding:10px 12px;display:flex}.room-option-label{color:#555;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.9rem;display:flex}.room-option-label input[type=checkbox]{accent-color:#e85d26;cursor:pointer;width:16px;height:16px}.room-lock-icon{margin-right:4px;font-size:.85rem}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:360px;padding:28px 24px}.modal-content h3{color:#333;margin-bottom:16px;font-size:1.1rem}.modal-content input{border:2px solid #eee;border-radius:10px;outline:none;width:100%;margin-bottom:8px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.modal-content input:focus{border-color:#e85d26}.modal-buttons{gap:8px;margin-top:12px;display:flex}.modal-buttons .secondary-btn,.modal-buttons .primary-btn{flex:1;padding:12px;font-size:.95rem}.password-gate{justify-content:center;align-items:center;min-height:60vh;display:flex}.password-gate-card{text-align:center;background:#fff;border:2px solid #f0e0d6;border-radius:16px;width:90%;max-width:380px;padding:32px 28px}.password-gate-card h2{color:#e85d26;margin-bottom:8px;font-size:1.2rem}.password-gate-card>p{color:#888;margin-bottom:20px;font-size:.9rem}.password-gate-card input{border:2px solid #eee;border-radius:10px;outline:none;width:100%;margin-bottom:8px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.password-gate-card input:focus{border-color:#e85d26}.password-gate-buttons{gap:8px;margin-top:12px;display:flex}.password-gate-buttons .secondary-btn,.password-gate-buttons .primary-btn{flex:1;padding:12px;font-size:.95rem}.search-tabs{border-bottom:1px solid #eee;gap:10px;margin-bottom:15px;padding-bottom:10px;display:flex}.search-tab-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.search-tab-btn:hover{background-color:#f5f5f5}.search-tab-btn.active{color:#000;background-color:#fee500;font-weight:700}.search-result-title-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.favorite-btn{cursor:pointer;color:#ccc;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;margin:-8px;padding:8px;font-size:1.3rem;transition:transform .1s,color .2s;display:flex}.favorite-btn:active{transform:scale(1.4)}.favorite-btn.active{color:#fc0}.favorites-list{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.participation-section{background:#fffaf7;border:2px solid #f0e0d6;margin-top:24px}.participation-flex{align-items:flex-start;gap:24px;display:flex}.participation-controls{flex:1}.participation-selector{gap:12px;margin-bottom:16px;display:flex}.participation-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #eee;border-radius:12px;flex:1;padding:14px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.participation-btn:hover{background-color:#f9f9f9}.participation-btn.active{color:#2e7d32;background-color:#e8f5e9;border-color:#4caf50}.participation-btn.decline.active{color:#c62828;background-color:#ffebee;border-color:#f44336}.decline-reason-input{gap:8px;margin-bottom:20px;animation:.2s ease-out slideDown;display:flex}.reason-save-btn{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:10px;padding:0 20px;font-family:inherit;font-weight:600}.reason-save-btn:hover{background:#d32f2f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.decline-reason-input input{border:2px solid #eee;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.decline-reason-input input:focus{border-color:#f44336}.participant-status-list{background:#fff;border:1px solid #f0e0d6;border-radius:12px;flex:1.5;padding:16px}.participant-status-list h3{color:#333;border-bottom:1px solid #eee;margin-bottom:12px;padding-bottom:8px;font-size:.95rem}.status-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.status-column h4{color:#2e7d32;margin-bottom:8px;font-size:.85rem}.status-column.decline h4{color:#c62828}.status-column ul{margin:0;padding:0;list-style:none}.status-column li{color:#555;margin-bottom:4px;font-size:.85rem}.status-column .reason{color:#888;font-size:.8rem;font-style:italic}@media (max-width:768px){.participation-flex{flex-direction:column}.participant-status-list{width:100%}}.room-type-tabs{gap:8px;margin-bottom:16px;display:flex}.room-type-tab{color:#888;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;flex:1;padding:10px 0;font-size:15px;font-weight:600;transition:all .15s}.room-type-tab.active{color:#ff6b35;background:#fff5f2;border-color:#ff6b35}.hoesik-badge{margin-right:4px}.add-schedule{background:#f9f9f9;border-radius:10px;flex-direction:column;gap:10px;margin-top:12px;padding:14px;display:flex}.add-schedule-row{align-items:center;gap:10px;display:flex}.add-schedule input[type=date]{border:1px solid #ddd;border-radius:8px;flex:1;padding:8px 10px;font-size:14px}.add-schedule-radio label{cursor:pointer;align-items:center;gap:5px;font-size:14px;display:flex}.add-schedule-time select{border:1px solid #ddd;border-radius:8px;padding:6px 10px;font-size:14px}.schedule-preview{color:#ff6b35;margin:0;font-size:14px;font-weight:600}.schedule-add-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:10px;font-size:14px;font-weight:600}.schedule-add-btn:disabled{cursor:not-allowed;background:#ccc}.empty-schedules{color:#aaa;text-align:center;padding:16px 0;font-size:14px}.schedule-list{flex-direction:column;gap:10px;display:flex}.schedule-item{background:#fff;border:1px solid #e0e0e0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;transition:border-color .15s;display:flex}.schedule-item.voted{background:#fff5f2;border-color:#ff6b35}.schedule-item.first-place{border-color:gold}.schedule-info h3{margin:0 0 4px;font-size:15px}.schedule-added-by{color:#888;font-size:12px}.schedule-vote-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.winner-schedule{text-align:center;background:#fff5f2;border:2px solid #ff6b35;border-radius:12px;margin-top:16px;padding:14px 18px}.winner-schedule-label{color:#ff6b35;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.winner-schedule-date{color:#333;font-size:18px;font-weight:700}.guest-badge{vertical-align:middle;margin-right:2px;font-size:12px}.guest-login-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:8px;width:100%;margin-top:8px;padding:12px;font-size:15px}.guest-login-btn:hover{background:#f5f5f5}.room-map-layout{background:#f5f5f5;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.room-map-header{color:#fff;z-index:10;background:#e85d26;flex-shrink:0;align-items:center;gap:8px;height:44px;min-height:44px;padding:0 12px;display:flex}.room-map-header h1{white-space:nowrap;text-overflow:ellipsis;color:#fff;flex:1;font-size:15px;font-weight:700;overflow:hidden}.room-map-header .header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.room-map-header .header-code{opacity:.85;font-size:12px}.room-map-header .header-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:none;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:12px}.room-map-header .header-btn:hover{background:#ffffff4d}.room-map-header .title-edit-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:14px}.room-map-header .room-title-input{color:#fff;background:#fff3;border:1px solid #ffffff80;border-radius:6px;width:160px;padding:3px 8px;font-family:inherit;font-size:14px}.room-map-body{flex:1;display:flex;position:relative;overflow:hidden}.room-sidebar{z-index:5;background:#fff;border-right:1px solid #e0e0e0;flex-direction:column;width:400px;min-width:400px;transition:width .28s,min-width .28s,transform .28s;display:flex;position:relative;overflow:hidden}.room-sidebar.sidebar-hidden{transform:translate(-100%);width:0!important;min-width:0!important}.sidebar-resize-handle{cursor:col-resize;z-index:10;justify-content:center;align-items:center;width:8px;transition:background .15s;display:flex;position:absolute;top:0;bottom:0;right:0}.sidebar-resize-handle:after{content:"";background:#d0d0d0;border-radius:2px;width:3px;height:40px;transition:background .15s,height .15s}.sidebar-resize-handle:hover:after,.sidebar-resize-handle:active:after{background:#e85d26;height:56px}.room-sidebar-header{color:#fff;background:#e85d26;flex-shrink:0;align-items:center;gap:6px;padding:10px 14px;font-size:14px;font-weight:600;display:flex}.room-sidebar-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.sidebar-panel{border-bottom:2px solid #f0e0d6;flex-direction:column;flex-shrink:0;display:flex}.sidebar-panel-header{color:#fff;z-index:2;background:#e85d26;flex-shrink:0;align-items:center;gap:6px;padding:9px 14px;font-size:14px;font-weight:600;display:flex;position:sticky;top:0}.sidebar-panel-close{color:#fff;cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:2px 4px;font-family:inherit;font-size:16px;line-height:1}.sidebar-panel-close:hover{opacity:1;background:#fff3}.sidebar-panel-content{flex-direction:column;min-height:0;padding:12px;display:flex}.sidebar-panel-content.no-padding{padding:0}.sidebar-empty-hint{color:#aaa;text-align:center;padding:40px 20px;font-size:13px}.room-map-area{flex:1;position:relative;overflow:hidden}.room-map-area .map-container{border:none;border-radius:0;margin:0;position:absolute;inset:0}.room-map-area .map-container>div{width:100%!important;height:100%!important}.room-icon-bar{z-index:10;flex-flow:wrap;gap:8px;display:flex;position:absolute;top:10px;left:12px}.room-icon-btn{cursor:pointer;color:#333;white-space:nowrap;background:#fff;border:none;border-radius:22px;align-items:center;gap:6px;height:44px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 2px 8px #0003}.room-icon-btn-icon{font-size:18px;line-height:1}.room-icon-btn-label{font-size:13px}.room-icon-btn:hover{transform:scale(1.05);box-shadow:0 3px 10px #00000040}.room-icon-btn.active{color:#fff;background:#e85d26}.room-icon-btn.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.room-location-btn{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:8px;align-items:center;gap:4px;padding:7px 12px;font-family:inherit;font-size:12px;display:flex;position:absolute;bottom:16px;right:12px;box-shadow:0 2px 8px #0003}.room-location-btn:hover{background:#fff5f0}.room-location-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.room-sidebar{display:none}.room-map-area{position:absolute;inset:0}.room-icon-bar{left:8px;right:8px}}.bottom-sheet{z-index:20;touch-action:none;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;transition:transform .28s;display:none;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 20px #00000026}.bottom-sheet.bottom-sheet-hidden{transform:translateY(100%)}.bottom-sheet-handle-area{cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:10px 0 4px}.bottom-sheet-handle-area:active{cursor:grabbing}.bottom-sheet-handle{background:#ddd;border-radius:4px;width:36px;height:4px;margin:0 auto}.bottom-sheet-header{color:#fff;background:#e85d26;flex-shrink:0;align-items:center;gap:6px;padding:10px 14px;font-size:14px;font-weight:600;display:flex}.bottom-sheet-content{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;padding:12px;display:flex;overflow:hidden}@media (max-width:767px){.bottom-sheet{display:flex}}body:has(.room-map-layout){-webkit-user-select:none;user-select:none;overflow:hidden}.sidebar-panel-content .chat-section,.bottom-sheet-content .chat-section{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;min-height:0;margin-top:0;padding:0;display:flex}.sidebar-panel-content .chat-section .section-title,.bottom-sheet-content .chat-section .section-title{display:none}.sidebar-panel-content .chat-section .chat-messages-container,.bottom-sheet-content .chat-section .chat-messages-container{flex-direction:column;flex:1;min-height:0;display:flex}.sidebar-panel-content .chat-section .chat-messages,.bottom-sheet-content .chat-section .chat-messages{flex:1;height:auto;min-height:0}.sidebar-panel-content .restaurant-search,.bottom-sheet-content .restaurant-search{flex-direction:column;flex:1;min-height:0;margin-bottom:0;display:flex}.sidebar-panel-content .restaurant-search .search-results,.bottom-sheet-content .restaurant-search .search-results,.sidebar-panel-content .restaurant-search .favorites-list,.bottom-sheet-content .restaurant-search .favorites-list{flex:1;max-height:none;margin-bottom:0;overflow-y:auto}.install-prompt{z-index:9999;background:#fff;border-radius:16px;width:calc(100% - 32px);max-width:420px;padding:14px 16px 12px;animation:.3s installSlideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000002e}@keyframes installSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.install-prompt-inner{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.install-prompt-text{flex:1;align-items:center;gap:10px;display:flex}.install-prompt-icon{flex-shrink:0;font-size:1.6rem}.install-prompt-text strong{color:#222;font-size:.95rem;display:block}.install-prompt-sub{color:#888;margin-top:2px;font-size:.78rem}.install-prompt-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.install-prompt-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e85d26;border:none;border-radius:20px;padding:7px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.install-prompt-close{color:#aaa;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:1rem;line-height:1}.install-prompt-noshowlabel{color:#999;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.78rem;display:flex}.install-prompt-noshowlabel input[type=checkbox]{accent-color:#e85d26;cursor:pointer}.install-ios-overlay{z-index:10000;background:#00000080;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.install-ios-modal{background:#fff;border-radius:20px;width:100%;padding:24px 20px 28px;animation:.25s installSlideUp;position:relative}.install-ios-close{cursor:pointer;color:#666;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex;position:absolute;top:14px;right:16px}.install-ios-title{color:#222;text-align:center;margin-bottom:20px;font-size:1.05rem;font-weight:700}.install-ios-steps{flex-direction:column;gap:16px;list-style:none;display:flex}.install-ios-steps li{color:#444;align-items:center;gap:12px;font-size:.92rem;line-height:1.4;display:flex}.install-ios-step-icon{color:#fff;background:#e85d26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:700;display:flex}.install-ios-share-icon{align-items:center;margin-left:6px;display:flex}.install-ios-done-btn{color:#fff;cursor:pointer;background:#e85d26;border:none;border-radius:12px;width:100%;margin-top:20px;padding:12px;font-family:inherit;font-size:.95rem;font-weight:700}
