@import"https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap";header{background-color:var(--white);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:10}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.header-right{display:flex;align-items:center;gap:1rem}.stats{display:flex;gap:.75rem}.stat-card{background-color:var(--white);border-radius:.5rem;padding:.5rem 1rem;min-width:120px;text-align:center;border:1px solid var(--border)}.stat-number{font-size:1.25rem;font-weight:700}.vote-section{margin:3rem 0}.vote-buttons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.vote-button{padding:1rem 3rem;border:none;border-radius:.5rem;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.vote-button:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.vote-button:active{transform:translateY(-1px)}.vote-button-disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important}.vote-button-in-favor{background-color:var(--success);color:var(--white)}.vote-button-against{background-color:var(--danger);color:var(--white)}.vote-form-container{max-width:600px;margin:0 auto;opacity:0;height:0;overflow:hidden;transition:opacity .3s ease,height .3s ease}.vote-form-container.active{opacity:1;height:auto;margin-bottom:2rem}.vote-form{background-color:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.vote-form-header{margin-bottom:1.5rem;text-align:center}.vote-form-title{font-size:1.5rem;font-weight:700;color:var(--text)}.vote-form-title.in-favor{color:var(--success)}.vote-form-title.against{color:var(--danger)}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.input-label{font-weight:500;color:var(--text-light)}.text-input{padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border);font-size:1rem;transition:border-color .2s ease}.text-input:focus{outline:none;border-color:var(--primary)}.submit-btn{width:100%;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.submit-btn-in-favor{background-color:var(--success);color:var(--white)}.submit-btn-in-favor:hover{background-color:#0d9668}.submit-btn-against{background-color:var(--danger);color:var(--white)}.submit-btn-against:hover{background-color:#dc2626}.vote-status{text-align:center;margin:2rem 0;padding:1rem;border-radius:.5rem;background-color:var(--white);box-shadow:0 1px 3px #0000001a;display:none}.vote-status.active{display:block;animation:fadeIn .5s ease}.vote-status-icon{display:inline-block;width:24px;height:24px;margin-right:.5rem;vertical-align:middle}.vote-status-text{font-weight:600;vertical-align:middle}.results-section{margin:3rem 0}.results-card{background-color:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.progress-bar{display:flex;height:2rem;border-radius:1rem;overflow:hidden;background-color:var(--gray-light);position:relative}.progress-in-favor{background-color:var(--success);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;min-width:-moz-fit-content;min-width:fit-content;padding:0 .5rem;transition:width .3s ease}.progress-against{background-color:var(--danger);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;min-width:-moz-fit-content;min-width:fit-content;padding:0 .5rem;transition:width .3s ease}.progress-in-favor:only-child,.progress-against:only-child{position:absolute;left:0;right:0;width:100%!important;background-color:transparent;color:var(--text)}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.result-stat-card{background-color:var(--gray-light);border-radius:.5rem;padding:1rem;text-align:center}.stat-label{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text)}.opinions-section{margin:3rem 0}.tab-nav{display:flex;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.tab-button{padding:.75rem 1.5rem;background-color:transparent;border:none;font-size:1rem;font-weight:600;cursor:pointer;position:relative;color:var(--text-light)}.tab-button.active{color:var(--primary)}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary)}.timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;width:2px;background-color:var(--border);left:calc(50% - 1px)}.timeline-item{position:relative;width:50%;padding:0 2rem 2rem}.timeline-item:nth-child(odd){left:0;text-align:right}.timeline-item:nth-child(2n){left:50%}.timeline-content{background-color:var(--white);border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;position:relative}.timeline-item:nth-child(odd) .timeline-content:after{content:"";position:absolute;top:24px;right:-10px;width:20px;height:20px;background-color:var(--white);transform:rotate(45deg);box-shadow:1px -1px 1px #0000001a}.timeline-item:nth-child(2n) .timeline-content:after{content:"";position:absolute;top:24px;left:-10px;width:20px;height:20px;background-color:var(--white);transform:rotate(45deg);box-shadow:-1px 1px 1px #0000001a}.timeline-dot{position:absolute;width:24px;height:24px;border-radius:50%;top:20px;background-color:var(--white);border:3px solid var(--primary);z-index:1}.timeline-item:nth-child(odd) .timeline-dot{right:-12px}.timeline-item:nth-child(2n) .timeline-dot{left:-12px}.timeline-date{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.timeline-text{margin-bottom:.5rem}.timeline-author{font-style:italic;font-size:.875rem;color:var(--text-light)}.summary-card{background-color:var(--gray-light);border-radius:.5rem;padding:1.5rem;margin-top:2rem}.summary-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ai-icon{width:24px;height:24px;fill:var(--primary)}@media (max-width: 768px){.timeline:before{left:30px}.timeline-item{width:100%;padding-left:70px;padding-right:0;text-align:left}.timeline-item:nth-child(odd){left:0;text-align:left}.timeline-item:nth-child(2n){left:0}.timeline-item:nth-child(odd) .timeline-dot,.timeline-item:nth-child(2n) .timeline-dot{left:18px}.timeline-item:nth-child(odd) .timeline-content:after{left:-10px;right:auto;box-shadow:-1px 1px 1px #0000001a}}footer{background-color:var(--white);border-top:1px solid var(--border);padding:2rem 0;margin-top:3rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-text{color:var(--text-light);font-size:.875rem}.loading-message,.error-message,.empty-message{padding:1rem;margin:1rem 0;border-radius:.5rem;text-align:center;font-size:1rem}.loading-message{background-color:#0000000d;color:#666}.error-message{background-color:#ff00001a;color:#d32f2f;border:1px solid rgba(255,0,0,.2)}.empty-message{background-color:#0000000d;color:#666;font-style:italic}.load-more-container{display:flex;justify-content:center;margin:1rem 0}.load-more-button{background-color:#f0f0f0;border:1px solid #ddd;border-radius:.25rem;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s;z-index:1}.load-more-button:hover{background-color:#e0e0e0}.load-more-button:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}:root{--primary: #3b82f6;--primary-dark: #2563eb;--secondary: #f97316;--background: #f8fafc;--white: #ffffff;--text: #1e293b;--text-light: #64748b;--border: #e2e8f0;--gray-light: #f1f5f9;--success: #10b981;--danger: #ef4444;--neutral: #6b7280}*{margin:0;padding:0;box-sizing:border-box;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}body{background-color:var(--background);color:var(--text);line-height:1.6}.app-container{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--text)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.vote-buttons{flex-direction:column;align-items:center;gap:1rem}.vote-button{width:100%;max-width:300px}.stats-cards{grid-template-columns:1fr}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.absolute{position:absolute}:root{font-family:Nanum Myeongjo,serif;line-height:1.5;font-weight:400}
