@import "https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;600&family=Inter:wght@300;400;500;600&display=swap";:root{--primary-blue:#2c3e50;--soft-blue:#7fb3d5;--warm-pink:#f2e3e5;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--bg-gradient:linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);--glass-bg:#fff9;--glass-border:#fffc;--glass-shadow:0 8px 32px 0 #1f26870d}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-primary);min-height:100vh;font-family:Inter,Noto Serif TC,serif;line-height:1.6;overflow-x:hidden}.app-container{flex-direction:column;align-items:center;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.hero-section{text-align:center;margin-top:10vh;margin-bottom:4rem;animation:1.2s ease-out fadeInDown}.hero-title{color:var(--primary-blue);letter-spacing:2px;margin-bottom:1rem;font-family:Noto Serif TC,serif;font-size:3.5rem;font-weight:600}.hero-subtitle{color:var(--text-secondary);letter-spacing:4px;font-size:1.25rem;font-weight:300}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;width:100%;max-width:800px;margin-bottom:2rem;padding:3rem;transition:transform .3s;animation:1.2s ease-out .3s both fadeInUp}.glass-card:hover{transform:translateY(-5px)}.chart-container{width:100%;height:400px;margin-top:2rem}.description{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:1.1rem}.highlight{color:var(--soft-blue);font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.nav-container{justify-content:center;gap:2rem;margin-top:2rem;animation:1.4s ease-out fadeInDown;display:flex}.nav-link{color:var(--text-secondary);background:#ffffff4d;border:1px solid #fff6;border-radius:20px;padding:.5rem 1.5rem;font-family:Noto Serif TC,serif;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:var(--primary-blue);background:#fff9;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}@media (width<=768px){.app-container{padding:1rem .5rem;overflow-x:hidden}.glass-card{border-radius:16px;padding:1.5rem 1rem}.hero-title{font-size:2.2rem}.hero-subtitle{letter-spacing:2px;font-size:1rem}.nav-container{flex-wrap:wrap;gap:.8rem;padding:0 1rem}.nav-link{text-align:center;flex:auto;padding:.5rem 1rem;font-size:.95rem}.quiz-question{line-height:1.4;font-size:1.6rem!important}button{font-size:1rem!important}}@media (width>=769px){.quiz-question{font-size:2.5rem}}.halo-tool{max-width:1100px;margin:0 auto;padding-bottom:4rem;font-family:Noto Serif TC,Inter,serif}.halo-tool *{box-sizing:border-box}.halo-header{text-align:center;margin-bottom:2.5rem;animation:.8s ease-out fadeInDown}.halo-header h1{color:#5c4a3a;letter-spacing:3px;margin-bottom:.3rem;font-size:2.2rem;font-weight:300}.halo-header p{color:#a08a7a;letter-spacing:2px;font-size:.9rem}.halo-layout{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.halo-layout{grid-template-columns:1fr}}.halo-panel{-webkit-backdrop-filter:blur(14px);background:#fffcf9d9;border:1px solid #d2c3b466;border-radius:20px;padding:1.8rem;box-shadow:0 6px 24px #5c4a3a0f}.halo-panel h2{color:#5c4a3a;letter-spacing:1px;border-bottom:1px solid #d2c3b44d;margin-bottom:1.2rem;padding-bottom:.6rem;font-size:1.1rem;font-weight:500}.halo-field{margin-bottom:1.2rem}.halo-field label{color:#8a7a6a;letter-spacing:1px;text-transform:uppercase;margin-bottom:.4rem;font-size:.8rem;display:block}.halo-field select,.halo-field input[type=text],.halo-field textarea{color:#3a3025;background:#ffffffb3;border:1px solid #d2c3b480;border-radius:12px;outline:none;width:100%;padding:.7rem 1rem;font-family:Inter,Noto Serif TC,serif;font-size:.9rem;transition:all .3s}.halo-field select:focus,.halo-field input[type=text]:focus,.halo-field textarea:focus{border-color:#c3a58a;box-shadow:0 0 0 3px #c3a58a26}.halo-field textarea{resize:vertical;min-height:80px;line-height:1.6}.halo-radio-group{flex-wrap:wrap;gap:.5rem;margin-top:.3rem;display:flex}.halo-radio-group label{cursor:pointer;color:#6a5a4a;text-transform:none;letter-spacing:0;background:#ffffff80;border:1px solid #d2c3b480;border-radius:20px;align-items:center;gap:.3rem;padding:.45rem .9rem;font-size:.82rem;transition:all .2s;display:flex}.halo-radio-group label:hover{background:#c3a58a1a}.halo-radio-group input[type=radio]{accent-color:#c3a58a}.halo-radio-group input[type=radio]:checked+span{font-weight:500}.halo-generate-btn{color:#fff;cursor:pointer;letter-spacing:2px;background:linear-gradient(135deg,#c3a58a 0%,#8b7355 100%);border:none;border-radius:14px;width:100%;margin-top:.5rem;padding:.8rem;font-family:Noto Serif TC,serif;font-size:.95rem;transition:all .3s}.halo-generate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b735540}.halo-generate-btn:active{transform:translateY(0)}.halo-output-block{margin-bottom:1.5rem;position:relative}.halo-output-block h3{color:#8a7a6a;letter-spacing:1px;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.85rem;display:flex}.halo-output-content{color:#3a3025;white-space:pre-wrap;word-break:break-word;background:#fff9;border:1px solid #d2c3b44d;border-radius:12px;max-height:400px;padding:1rem 1.2rem;font-size:.88rem;line-height:1.8;overflow-y:auto}.halo-copy-btn{color:#8a7a6a;cursor:pointer;background:0 0;border:1px solid #d2c3b480;border-radius:8px;padding:.25rem .6rem;font-family:Inter,sans-serif;font-size:.72rem;transition:all .2s}.halo-copy-btn:hover{color:#5c4a3a;background:#c3a58a26}.halo-copy-btn.copied{color:#2e7d32;background:#e8f5e9;border-color:#a5d6a7}.halo-names{flex-direction:column;gap:.5rem;display:flex}.halo-name-item{color:#5c4a3a;background:#ffffff80;border:1px solid #d2c3b44d;border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.9rem;font-weight:500;display:flex}.halo-name-card{background:#fff6;border:1px solid #d2c3b440;border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.halo-name-card .halo-name-item{border:none;border-bottom:1px solid #d2c3b426;border-radius:0}.halo-name-desc{color:#8a7a6a;background:#faf7f399;padding:.6rem 1rem .8rem;font-size:.8rem;line-height:1.7}.halo-name-card.selected{border-color:#c3a58a;box-shadow:0 0 0 2px #c3a58a33}.halo-name-card:hover:not(.selected){border-color:#c3a58a80}.halo-name-selected-badge{color:#6b8e60;text-align:center;background:#6b8e6014;border-top:1px solid #6b8e6026;padding:.3rem 1rem;font-size:.72rem}.halo-crystal-grid{flex-wrap:wrap;gap:.4rem;margin-top:.3rem;display:flex}.halo-crystal-chip{color:#6a5a4a;cursor:pointer;background:#ffffff80;border:1px solid #d2c3b480;border-radius:16px;padding:.35rem .7rem;font-family:Noto Serif TC,Inter,serif;font-size:.8rem;line-height:1.4;transition:all .2s}.halo-crystal-chip:hover{background:#c3a58a1f;border-color:#c3a58a99}.halo-crystal-chip.active{color:#fff;background:linear-gradient(135deg,#c3a58a 0%,#a88b6e 100%);border-color:#c3a58a;font-weight:500}.halo-crystal-count{float:right;color:#c3a58a;text-transform:none;letter-spacing:0;font-size:.72rem;font-weight:500}.halo-crystal-custom{gap:.4rem;margin-top:.6rem;display:flex}.halo-crystal-custom input{color:#3a3025;background:#ffffffb3;border:1px solid #d2c3b480;border-radius:10px;outline:none;flex:1;padding:.5rem .8rem;font-family:Inter,Noto Serif TC,serif;font-size:.82rem;transition:border-color .3s}.halo-crystal-custom input:focus{border-color:#c3a58a}.halo-crystal-add-btn{color:#6a5a4a;cursor:pointer;white-space:nowrap;background:#fff9;border:1px solid #d2c3b480;border-radius:10px;padding:.5rem .9rem;font-family:Noto Serif TC,serif;font-size:.82rem;transition:all .2s}.halo-crystal-add-btn:hover:not(:disabled){background:#c3a58a26}.halo-crystal-add-btn:disabled{opacity:.4;cursor:default}.halo-crystal-selected{background:#faf7f3b3;border:1px solid #d2c3b440;border-radius:10px;margin-top:.6rem;padding:.6rem .8rem}.halo-crystal-selected-label{color:#a08a7a;margin-bottom:.4rem;font-size:.7rem;display:block}.halo-crystal-selected-list{flex-wrap:wrap;gap:.35rem;display:flex}.halo-crystal-tag{color:#5c4a3a;background:#ffffffb3;border:1px solid #d2c3b466;border-radius:12px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.78rem;display:inline-flex}.halo-crystal-primary{color:#a08a7a;cursor:pointer;background:#e0d5c8;border:1px solid #d0c4b6;border-radius:4px;padding:0 .3rem;font-size:.6rem;font-weight:600;line-height:1.4;transition:all .2s;display:inline-block}.halo-crystal-primary.active{color:#fff;background:#c3a58a;border-color:#c3a58a}.halo-crystal-remove{color:#baa89a;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1;transition:color .2s}.halo-crystal-remove:hover{color:#8a6a5a}.halo-optional-section{margin-bottom:.8rem}.halo-optional-toggle{color:#8a7a6a;cursor:pointer;letter-spacing:.5px;background:#faf7f380;border:1px solid #d2c3b44d;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;font-family:Noto Serif TC,serif;font-size:.8rem;transition:all .2s;display:flex}.halo-optional-toggle:hover{background:#faf7f3cc;border-color:#d2c3b480}.halo-toggle-arrow{font-size:.7rem;transition:transform .3s;display:inline-block}.halo-toggle-arrow.open{transform:rotate(180deg)}.halo-optional-content{background:#faf7f34d;border:1px solid #d2c3b433;border-radius:12px;margin-top:.8rem;padding:.8rem;animation:.3s ease-out fadeInUp}.halo-dropzone{text-align:center;color:#a08a7a;cursor:pointer;background:#ffffff4d;border:2px dashed #c3a58a66;border-radius:14px;padding:2rem;font-size:.85rem;transition:all .3s}.halo-dropzone:hover,.halo-dropzone.dragover{background:#c3a58a14;border-color:#c3a58a}.halo-dropzone img{object-fit:cover;border-radius:10px;max-width:100%;max-height:200px;margin-top:.8rem}.halo-img-link{margin-top:1rem}.halo-img-link input{background:#fff9;border:1px solid #d2c3b466;border-radius:10px;outline:none;width:100%;padding:.5rem .8rem;font-size:.82rem;transition:border-color .3s}.halo-img-link input:focus{border-color:#c3a58a}.halo-output-tabs{gap:.3rem;margin-bottom:1rem;display:flex;overflow-x:auto}.halo-output-tab{color:#8a7a6a;cursor:pointer;white-space:nowrap;background:#d2c3b426;border:none;border-radius:10px;padding:.45rem .9rem;font-family:Noto Serif TC,serif;font-size:.78rem;transition:all .2s}.halo-output-tab.active{color:#fff;background:linear-gradient(135deg,#c3a58a 0%,#8b7355 100%);font-weight:500}.halo-output-content::-webkit-scrollbar{width:4px}.halo-output-content::-webkit-scrollbar-track{background:0 0}.halo-output-content::-webkit-scrollbar-thumb{background:#c3a58a4d;border-radius:4px}.halo-preview-col{position:sticky;top:2rem}@media (width<=600px){.halo-tool{padding-bottom:2rem}.halo-header h1{letter-spacing:2px;font-size:1.6rem}.halo-header p{font-size:.8rem}.halo-layout{grid-template-columns:1fr;gap:1rem}.halo-preview-col{position:static}.halo-panel{border-radius:16px;padding:1.2rem 1rem}.halo-field select,.halo-field input[type=text],.halo-field textarea,.halo-crystal-custom input,.halo-img-link input{font-size:16px}.halo-radio-group{gap:.4rem}.halo-radio-group label{align-items:center;min-height:44px;padding:.55rem .9rem;font-size:.88rem;display:inline-flex}.halo-crystal-grid{gap:.35rem}.halo-crystal-chip{align-items:center;min-height:38px;padding:.45rem .75rem;font-size:.85rem;display:inline-flex}.halo-crystal-custom{gap:.35rem}.halo-crystal-custom input{padding:.6rem .8rem}.halo-crystal-add-btn{min-height:44px;padding:.6rem 1rem;font-size:.88rem}.halo-crystal-tag{padding:.3rem .6rem;font-size:.82rem}.halo-crystal-remove{justify-content:center;align-items:center;min-width:24px;min-height:24px;padding:0 .15rem;font-size:1.1rem;display:inline-flex}.halo-generate-btn{border-radius:12px;min-height:50px;padding:1rem;font-size:1rem}.halo-generate-btn:hover{transform:none}.halo-optional-toggle{min-height:44px;padding:.7rem .8rem;font-size:.85rem}.halo-output-tabs{-webkit-overflow-scrolling:touch;gap:.35rem}.halo-output-tab{min-height:40px;padding:.55rem .9rem;font-size:.82rem}.halo-copy-btn{min-height:34px;padding:.4rem .7rem;font-size:.78rem}.halo-output-content{max-height:50vh;padding:.8rem 1rem;font-size:.85rem;line-height:1.7}.halo-name-item{gap:.4rem;padding:.6rem .8rem;font-size:.85rem}.halo-name-desc{padding:.5rem .8rem .7rem;font-size:.78rem}.halo-name-selected-badge{font-size:.7rem}.halo-dropzone{padding:1.2rem}}
