.custom-request-container{max-width:1000px;margin:0 auto;padding:2rem 1rem;color:#4a4a4a;font-family:Noto Sans TC,sans-serif}.cr-header{text-align:center;margin-bottom:3rem}.cr-header h2{color:#512da8;font-size:2.2rem;margin-bottom:.75rem}.cr-header p{color:#6a618f;font-size:1.1rem}.cr-form{display:flex;flex-direction:column;gap:2.5rem}.cr-section{background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px #673ab714;border:1px solid rgba(255,255,255,.8);transition:transform .2s ease}.cr-section:hover{transform:translateY(-2px)}.cr-section h3{color:#4527a0;font-size:1.4rem;margin-bottom:1.5rem;border-left:5px solid #7e57c2;padding-left:1rem;font-weight:700}.cr-hint{font-size:.95rem;color:#777;margin-bottom:1.5rem}.cr-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.cr-checkbox-card{padding:0;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .2s ease;background:#fff;overflow:hidden}.cr-checkbox-card:hover{border-color:#b39ddb;box-shadow:0 4px 12px #0000000d}.cr-checkbox-card.active{border-color:#673ab7;background:#f3e5f5}.cr-checkbox-content{display:flex;flex-direction:column}.cr-style-img{width:100%;height:180px;object-fit:cover;background:#f5f5f5}.cr-checkbox-row{padding:1rem;display:flex;align-items:center;gap:.5rem}.cr-checkbox-label{font-weight:500;color:#333}.cr-checkbox-card input{accent-color:#673ab7;width:1.2rem;height:1.2rem}.cr-radio-group{display:flex;flex-wrap:wrap;gap:1.25rem}.cr-radio-label{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.8rem 1.5rem;border-radius:99px;border:1px solid #e0e0e0;cursor:pointer;font-size:1rem;color:#555;transition:all .2s}.cr-radio-label:has(input:checked){border-color:#673ab7;background:#ede7f6;color:#4a148c;font-weight:600;box-shadow:0 2px 8px #673ab726}.cr-radio-label input{accent-color:#673ab7;width:1.1rem;height:1.1rem}.cr-tag-badge{background:linear-gradient(135deg,#7e57c2,#512da8);color:#fff;font-size:.75rem;padding:.2rem .6rem;border-radius:99px;margin-left:.5rem;font-weight:600}.cr-context-box{margin-top:2rem;background:#fff;border-left:6px solid #673ab7;padding:1.5rem;border-radius:8px;box-shadow:0 2px 12px #00000008}.cr-context-box h4{color:#5e35b1;font-size:1rem;margin-bottom:.75rem;font-weight:700}.cr-warning-box{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.cr-nav-btn{background:#673ab7;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.cr-nav-btn:hover{background:#512da8}.cr-highlight-text{font-size:1.25rem;color:#311b92;margin-bottom:.5rem}.cr-input-group{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.cr-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.cr-grid-2{grid-template-columns:1fr}}.cr-input-group label{font-size:1rem;font-weight:600;color:#333}.cr-sub-label{font-size:1rem;font-weight:600;color:#333;display:block;margin-bottom:1rem}.cr-input-group input,.cr-input-group select,.cr-input-group textarea{padding:1rem;border:1px solid #dcdcdc;border-radius:12px;font-size:1rem;background:#fdfdfd;outline:none;font-family:inherit;transition:border-color .2s,box-shadow .2s}.cr-input-group input:focus,.cr-input-group select:focus,.cr-input-group textarea:focus{border-color:#7e57c2;box-shadow:0 0 0 4px #7e57c226;background:#fff}.cr-checkbox-flex{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.cr-checkbox-pill{padding:.8rem 1.5rem;border:1px solid #e0e0e0;border-radius:99px;font-size:1rem;cursor:pointer;background:#fff;display:flex;align-items:center;gap:.5rem;transition:all .2s;color:#555}.cr-checkbox-pill:hover{background:#f5f5f5}.cr-checkbox-pill:has(input:checked){background:#ede7f6;color:#4a148c;border-color:#673ab7;font-weight:600;box-shadow:0 2px 8px #673ab726}.cr-checkbox-pill input{accent-color:#673ab7;width:1.1rem;height:1.1rem}.cr-actions{text-align:center;padding:3rem 0}.cr-generate-btn{background:linear-gradient(135deg,#673ab7,#512da8);color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:700;border-radius:99px;cursor:pointer;box-shadow:0 4px 15px #673ab766;transition:transform .2s,box-shadow .2s}.cr-generate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #673ab780}.cr-generate-btn:active{transform:scale(.98)}.cr-button-group{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 600px){.cr-button-group{flex-direction:row;justify-content:center}}.cr-btn-ig{background:linear-gradient(135deg,#833ab4,#c13584,#e1306c)}.cr-btn-ig:hover{box-shadow:0 6px 20px #c1358480}.cr-btn-line{background:linear-gradient(135deg,#06c755,#00b92b);box-shadow:0 4px 15px #06c75566}.cr-btn-line:hover{box-shadow:0 6px 20px #06c75580}.cr-action-hint{margin-top:1rem;font-size:.9rem;color:#666}.cr-preview-box{margin-top:2rem;text-align:left}.cr-preview-box label{display:block;font-weight:600;margin-bottom:.5rem}.cr-preview-box textarea{width:100%;height:200px;padding:1rem;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-family:monospace;font-size:.9rem}.animate-fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-embed .custom-request-container{padding:0!important;max-width:100%!important;margin:0!important}.app-embed .cr-header{margin-bottom:1.5rem}.app-embed .cr-header h2{font-size:1.8rem}.app-embed .cr-section{padding:1.5rem;border-radius:16px;box-shadow:none;border:1px solid #eee;background:#fff;margin-bottom:1.5rem}.app-embed .cr-form{gap:1.5rem}.app-embed .cr-input-group label{font-size:.95rem}.app-embed .cr-checkbox-pill{padding:.6rem 1rem;font-size:.9rem}
