*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f7;color:#1d1d1f;overflow-x:hidden}.main-header{position:fixed;top:0;left:0;right:0;height:48px;background-color:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;padding:0 16px;z-index:2000;box-shadow:0 1px 3px rgba(0,0,0,.05)}.header-toggle-btn{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:#6e6e73;border-radius:6px;transition:background-color .2s ease,color .2s ease;margin-right:10px}.header-toggle-btn:hover{background-color:#f5f5f7;color:#1d1d1f}.header-toggle-btn:active{transform:scale(.95)}.company-name{font-size:14px;font-weight:600;color:#1d1d1f;letter-spacing:-.5px;text-transform:lowercase;margin:0}.app-container{display:flex;min-height:100vh;padding-top:48px}.sidebar{width:200px;background-color:#fff;border-right:1px solid #e5e5e7;transition:transform .3s ease,width .3s ease;position:fixed;top:48px;left:0;height:calc(100vh - 48px);overflow-y:auto;z-index:1000;box-shadow:2px 0 8px rgba(0,0,0,.05)}.sidebar.closed{transform:translateX(-100%)}.sidebar-nav{padding:16px 0}.app-group{margin-bottom:4px}.app-group-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left}.app-group-header:hover{background-color:#f5f5f7}.app-group-header-content{display:flex;align-items:center;gap:10px;flex:1 1}.app-group-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-group-icon-placeholder{width:20px;height:20px;background-color:#e5e5e7;border:1px solid #d2d2d7;border-radius:4px}.app-group-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#1d1d1f;margin:0}.app-group-chevron{color:#6e6e73;transition:transform .2s ease,color .2s ease;flex-shrink:0}.app-group-chevron.expanded{transform:rotate(180deg)}.app-group-header:hover .app-group-chevron{color:#1d1d1f}.nav-links{list-style:none;margin:0;padding:0 0 0 30px;position:relative}.nav-links:before{content:"";position:absolute;left:25px;top:0;bottom:0;width:1px;background-color:#e5e5e7}.nav-link{display:block;padding:8px 16px;color:#1d1d1f;text-decoration:none;font-size:12px;transition:background-color .2s ease,color .2s ease}.nav-link.active,.nav-link:hover{background-color:#f5f5f7;color:#0071e3}.nav-link.active{font-weight:500}.main-content{flex:1 1;margin-left:200px;transition:margin-left .3s ease;min-height:calc(100vh - 48px)}.main-content.expanded{margin-left:0}.content-wrapper{padding:24px}.content-wrapper h2{font-size:16px;font-weight:600;margin-bottom:8px;color:#1d1d1f}.content-wrapper p{font-size:12px;color:#6e6e73;line-height:1.4}@media (max-width:768px){.sidebar{width:200px}.main-content,.main-content.expanded{margin-left:0}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#a1a1a6}.create-btn{background-color:#0071e3;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease;font-family:inherit}.create-btn:hover{background-color:#0077ed;transform:translateY(-1px)}.create-btn:active{transform:translateY(0);background-color:#06c}.create-btn:disabled{background-color:#d2d2d7;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:3000;padding:20px}.modal-content{background-color:#fff;border-radius:10px;width:100%;max-width:420px;max-height:480px;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:modalSlideIn .2s ease-out;display:flex;flex-direction:column;overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0;border-bottom:1px solid #e5e5e7;margin-bottom:16px;flex-shrink:0;background-color:#fff}.modal-title{font-size:14px;font-weight:600;color:#1d1d1f;margin:0}.modal-close-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6e6e73;border-radius:6px;transition:background-color .2s ease,color .2s ease}.modal-close-btn:hover{background-color:#f5f5f7;color:#1d1d1f}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:0 20px 16px;overflow-y:auto;flex:1 1;min-height:0}.modal-label{display:block;font-size:11px;font-weight:500;color:#1d1d1f;margin-bottom:6px}.modal-input{width:100%;padding:8px 12px;font-size:12px;border:1px solid #e5e5e7;border-radius:6px;color:#1d1d1f;background-color:#fff;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.modal-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.modal-input:disabled{background-color:#f5f5f7;cursor:not-allowed}.modal-input::placeholder{color:#a1a1a6}.modal-footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e5e5e7;padding:16px 20px;flex-shrink:0;background-color:#fff}.modal-cancel-btn{background:none;border:1px solid #e5e5e7;color:#1d1d1f;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;font-family:inherit}.modal-cancel-btn:hover{background-color:#f5f5f7;border-color:#d2d2d7}.modal-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.modal-submit-btn{background-color:#0071e3;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.modal-submit-btn:hover:not(:disabled){background-color:#0077ed}.modal-submit-btn:disabled{background-color:#d2d2d7;cursor:not-allowed}.prompts-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.prompt-card{background-color:#fff;border:1px solid #e5e5e7;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.prompt-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.prompt-card.expanded{box-shadow:0 4px 16px rgba(0,0,0,.12);border-color:#0071e3}.prompt-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer}.prompt-card-info{flex:1 1}.prompt-id{font-size:10px;color:#6e6e73;margin-bottom:3px;font-weight:500;letter-spacing:.3px}.prompt-name{font-size:13px;font-weight:600;color:#1d1d1f;line-height:1.4}.prompt-expand-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6e6e73;border-radius:6px;transition:background-color .2s ease,color .2s ease;margin-left:16px}.prompt-expand-btn:hover{background-color:#f5f5f7;color:#1d1d1f}.prompt-expand-btn:active{transform:scale(.95)}.prompt-card-body{padding:16px;border-top:1px solid #e5e5e7;background-color:#fafafa;animation:slideDown .2s ease-out;max-height:600px;display:flex;flex-direction:column;overflow:hidden}.prompt-card-body-content{flex:1 1;overflow-y:auto;min-height:0;margin-bottom:16px}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.prompt-input-group{margin-bottom:16px}.prompt-label{display:block;font-size:11px;font-weight:500;color:#1d1d1f;margin-bottom:6px}.prompt-input{width:100%;padding:8px 12px;font-size:12px;border:1px solid #e5e5e7;border-radius:6px;color:#1d1d1f;background-color:#fff;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.prompt-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.prompt-input::placeholder{color:#a1a1a6}.prompt-input-full{width:100%}.prompt-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.prompt-column{display:flex;flex-direction:column}.prompt-textarea{width:100%;padding:8px 12px;font-size:12px;border:1px solid #e5e5e7;border-radius:6px;color:#1d1d1f;background-color:#fff;font-family:inherit;resize:none;transition:border-color .2s ease,box-shadow .2s ease}.prompt-textarea:focus{border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.prompt-textarea::placeholder{color:#a1a1a6}.prompt-textarea:focus{outline:none}.prompt-textarea-container:focus-within{border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.prompt-textarea-container{border:1px solid #e5e5e7;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.prompt-response{width:100%;min-height:200px;padding:8px 12px;font-size:12px;border:1px solid #e5e5e7;border-radius:6px;background-color:#fff;color:#1d1d1f}.prompt-response-text{margin:0;color:#6e6e73;font-style:italic}.prompt-save-container{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e5e7;flex-shrink:0;background-color:#fafafa}.prompt-save-btn{background-color:#0071e3;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease;font-family:inherit}.prompt-save-btn:hover:not(:disabled){background-color:#0077ed;transform:translateY(-1px)}.prompt-save-btn:active:not(:disabled){transform:translateY(0);background-color:#06c}.prompt-save-btn:disabled{background-color:#d2d2d7;cursor:not-allowed;transform:none}@media (max-width:768px){.prompt-columns{grid-template-columns:1fr;gap:16px}.model-settings-body{grid-template-columns:1fr!important}}.prompt-action-btn{background-color:#f5f5f7;color:#1d1d1f;border:1px solid #e5e5e7;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;font-family:inherit;display:flex;align-items:center}.prompt-action-btn:hover{background-color:#e5e5e7;border-color:#d2d2d7}.prompt-test-btn{background-color:#34c759;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.prompt-test-btn:hover:not(:disabled){background-color:#30d158}.prompt-test-btn:disabled{background-color:#d2d2d7;cursor:not-allowed}.prompt-action-btn:disabled{opacity:.5;cursor:not-allowed}.prompt-select{padding:6px 12px;font-size:12px;border:1px solid #e5e5e7;border-radius:6px;color:#1d1d1f;background-color:#fff;font-family:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.prompt-select:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.llm-playground-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.llm-playground-title{font-family:inherit;font-size:16px;font-weight:600;margin:0;color:#1d1d1f;display:flex;align-items:baseline;gap:8px}.llm-playground-meta{font-size:11px;font-weight:400;color:#6e6e73}.llm-playground-header-actions{display:flex;align-items:center;gap:10px}.llm-playground-save-btn{font-family:inherit;font-size:12px;font-weight:500;background:none;color:#1d1d1f;border:1px solid #e5e5e7;border-radius:6px;padding:8px 16px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.llm-playground-save-btn:hover{background-color:#f5f5f7;border-color:#d2d2d7}.llm-playground-submit-btn{font-family:inherit;font-size:12px;font-weight:500;background-color:#0071e3;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.llm-playground-submit-btn:hover:not(:disabled){background-color:#0077ed;transform:translateY(-1px)}.llm-playground-submit-btn:active:not(:disabled){transform:translateY(0);background-color:#06c}.llm-playground-submit-btn:disabled{background-color:#d2d2d7;cursor:not-allowed;transform:none}.llm-playground-error{font-size:12px;color:#d70015;margin:-8px 0 16px}.llm-playground-label{display:block;font-weight:500;margin-bottom:6px}.llm-playground-input,.llm-playground-label{font-family:inherit;font-size:12px;color:#1d1d1f}.llm-playground-input{font-weight:400}.llm-playground-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;min-height:60vh}.llm-playground-column{display:flex;flex-direction:column;gap:8px;min-width:0}.llm-playground-left{padding-right:12px}.llm-playground-right{padding-left:12px;border-left:1px solid #e5e5e7}.llm-playground-setting{padding-bottom:8px}.llm-playground-setting:last-child{padding-bottom:0}.llm-playground-field{flex-shrink:0}.llm-playground-field-grow{flex:1 1;display:flex;flex-direction:column;min-height:80px}.llm-playground-field-grow .llm-playground-label{flex-shrink:0}.llm-playground-field-grow .llm-playground-textarea{min-height:2em;overflow:hidden}.llm-playground-field-grow .llm-playground-display{flex:1 1;min-height:60px}.llm-playground-select{width:100%}.llm-playground-input{width:100%;padding:8px 12px;border:1px solid #e5e5e7;border-radius:6px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.llm-playground-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.llm-playground-input::placeholder{color:#a1a1a6}.llm-playground-textarea{resize:none;overflow:hidden}.llm-playground-textarea-user{min-height:2em}.llm-playground-field-grow .llm-playground-textarea-user{max-height:min(50vh,480px);overflow-y:auto}.llm-playground-textarea-system{min-height:2em}.llm-playground-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.llm-playground-label-row .llm-playground-label{margin-bottom:0}.llm-playground-media-summary{font-size:11px;font-weight:400;color:#6e6e73}.llm-playground-wrap-btn{font-family:inherit;font-size:11px;font-weight:500;color:#6e6e73;background:none;border:1px solid #e5e5e7;border-radius:4px;padding:4px 8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.llm-playground-wrap-btn:hover{background-color:#f5f5f7;color:#1d1d1f}.llm-playground-wrap-btn.active{background-color:#e8f4fc;border-color:#0071e3;color:#0071e3}.llm-playground-system-editor-wrap{flex:1 1;min-height:2em}.llm-playground-system-editor-wrap.wrap{overflow-x:hidden}.llm-playground-system-editor-wrap.wrap .llm-playground-system-editor-textarea,.llm-playground-system-editor-wrap.wrap pre{white-space:pre-wrap!important;word-break:break-word!important;overflow-x:hidden!important}.llm-playground-system-editor-wrap.nowrap{overflow-x:auto}.llm-playground-system-editor-wrap.nowrap .llm-playground-system-editor-textarea,.llm-playground-system-editor-wrap.nowrap pre{white-space:pre!important;word-break:normal!important;width:max-content!important;min-width:100%!important}.llm-playground-system-editor-wrap .llm-playground-system-editor-textarea,.llm-playground-system-editor-wrap pre{margin:0!important;padding:8px 12px!important;font-size:12px!important;line-height:1.5!important}.llm-playground-system-editor-wrap:focus-within>div{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.llm-xml-tag{color:#0071e3;font-weight:500}.llm-playground-section{flex-shrink:0;background:#fafafa;border:1px solid #e5e5e7;border-radius:8px;overflow:hidden}.llm-playground-section.llm-playground-section-settings{border:none;background:transparent}.llm-playground-section.llm-playground-section-settings .llm-playground-section-body,.llm-playground-section.llm-playground-section-settings .llm-playground-section-header{padding:8px 0}.llm-playground-section.llm-playground-section-settings .llm-playground-section-body,.llm-playground-section.llm-playground-section-settings .llm-playground-section-header{background:transparent}.llm-playground-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:6px 14px;background:#fff;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;color:#1d1d1f;text-align:left;transition:background-color .2s ease}.llm-playground-section-header:hover{background:#f5f5f7}.llm-playground-chevron{color:#6e6e73;flex-shrink:0;transition:transform .2s ease}.llm-playground-chevron.expanded{transform:rotate(180deg)}.llm-playground-section-body{padding:8px 14px;background:#fafafa}.llm-playground-settings-grid{display:flex;flex-direction:column;gap:8px}.llm-playground-settings-grid,.llm-playground-settings-grid>*{background-color:#fffde7;padding:8px 12px;border-radius:4px}.llm-playground-checkbox-row{margin-bottom:0}.llm-playground-checkbox-label{display:flex;align-items:center;gap:8px;font-family:inherit;font-size:12px;font-weight:400;color:#1d1d1f;cursor:pointer}.llm-playground-checkbox{width:14px;height:14px;cursor:pointer}.llm-playground-display{margin:0;padding:12px 14px;font-family:ui-monospace,monospace;font-size:12px;font-weight:400;color:#1d1d1f;background:#fff;border:1px solid #e5e5e7;border-radius:6px;overflow:auto;white-space:pre-wrap;word-break:break-word}.llm-playground-formatted-response{min-height:120px}.llm-formatted-markdown{font-family:inherit;font-size:12px;line-height:.75;color:#1d1d1f}.llm-formatted-markdown .llm-formatted-h1{font-size:16px;font-weight:600;margin:0 0 2px;padding-left:0}.llm-formatted-markdown .llm-formatted-h2{font-size:14px;font-weight:600;margin:4px 0 2px;padding-left:12px}.llm-formatted-markdown .llm-formatted-h3{font-size:13px;font-weight:600;margin:3px 0 2px;padding-left:24px}.llm-formatted-markdown .llm-formatted-h4{font-size:12px;font-weight:600;margin:2px 0;padding-left:36px}.llm-formatted-markdown .llm-formatted-h5{font-size:12px;font-weight:600;margin:2px 0;padding-left:48px}.llm-formatted-markdown .llm-formatted-h6{font-size:12px;font-weight:600;margin:2px 0;padding-left:60px}.llm-formatted-markdown .llm-formatted-p{margin:0 0 4px;padding-left:12px}.llm-playground-display-input{width:100%;min-height:6em;max-height:260px;padding:12px 14px;font-family:ui-monospace,monospace;font-size:12px;font-weight:400;color:#1d1d1f;background:#fff;border:1px solid #e5e5e7;border-radius:6px;resize:none;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-break:break-word;transition:border-color .2s ease,box-shadow .2s ease}.llm-playground-display-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px rgba(0,113,227,.1)}.llm-playground-display-input::placeholder{color:#a1a1a6}.llm-playground-field-grow .llm-playground-display-input{min-height:6em}@media (max-width:768px){.llm-playground-columns{grid-template-columns:1fr}.llm-playground-right{border-left:none;padding-left:0;border-top:1px solid #e5e5e7;padding-top:16px}}