.chat-code-block{display:flex;flex-direction:column;margin:16px 0;border-radius:8px;overflow:hidden;box-shadow:none}.chat-code-block .code-header{font-size:12px;color:#6b6b6b;background:#fafafa;border-radius:8px 8px 0 0;padding:16px 20px 0 16px;display:flex;justify-content:space-between;align-items:center}.chat-code-block .code-header .language{font-weight:500;text-transform:capitalize}.chat-code-block .code-header .code-actions{display:flex;gap:8px}.chat-code-block .code-header .code-actions .code-copy-button{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:11px;color:#6b6b6b;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.chat-code-block .code-header .code-actions .code-copy-button:hover{background:#0000000d;color:#0d0d0d}.chat-code-block .code-header .code-actions .code-copy-button svg{width:14px;height:14px;flex-shrink:0;fill:currentColor}.chat-code-block .code-header .code-actions .code-copy-button use[href="/assets/icons/sprite.svg#icon-check"]{transform:scale(.7) translate(7px,7px);transform-origin:center}.chat-code-block pre{margin:0;padding:16px;background:#fafafa;overflow-x:auto;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.6;border-radius:0 0 8px 8px}.chat-code-block pre code{background:transparent;padding:0;border-radius:0;font-family:inherit;font-size:inherit;color:#2d3748;white-space:pre}.chat-code-block.no-header pre{border-radius:8px}@media (max-width: 768px){.chat-code-block .code-header{padding:12px 16px 0 12px}.chat-code-block pre{padding:12px;font-size:12px}}.add-project-modal__close{position:absolute;top:2rem;right:2rem;width:4.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:opacity .3s}.add-project-modal__close:hover{opacity:.65}.add-project-modal__close-icon{width:1.6rem;height:1.6rem;fill:#0d0d0d}.add-project-modal{display:flex;flex-direction:column;max-width:64rem;width:100%;height:100%;margin:0 auto;gap:3rem}.add-project-modal__header{display:flex;flex-direction:column;gap:2rem;padding:6rem 3rem 0}.add-project-modal__steps{display:flex;align-items:center}.add-project-modal__title{font-size:3.6rem;font-weight:700;color:#0d0d0d;margin:0}@media (max-width: 768px){.add-project-modal__title{font-size:3rem}}.add-project-modal__description{font-size:1.6rem;color:#0d0d0d;margin:0}.add-project-modal__step{width:1.6rem;height:1.6rem;border-radius:50%;background:#ebebeb;position:relative}.add-project-modal__step.is-active{width:2rem;height:2rem;background:#fff;border:.5rem solid #1464FF}.add-project-modal__step.is-completed{background:#1464ff}.add-project-modal__line{width:4rem;height:.2rem;background:#ebebeb}.add-project-modal__line.is-completed{background:#1464ff}.add-project-modal__content{flex:1;display:flex;flex-direction:column;gap:4rem;padding:0 3rem}.add-project-modal__footer{display:flex;justify-content:space-between;gap:1rem;padding:0 3rem 6rem}.add-project-modal__footer .btn-secondary{flex-shrink:0;width:30%}.add-project-modal__footer .btn-primary{flex:1}.add-project-modal__link-summary{display:flex;flex-direction:column;gap:2rem}.add-project-modal__link-summary-info{display:flex;flex-direction:column;gap:.4rem}.add-project-modal__link-origin{margin:0;font-size:1.4rem;font-weight:700;color:#0d0d0d}.add-project-modal__link-description{margin:0;font-size:1.4rem;color:#6b6b6b}.add-project-modal__link-expiry{margin:0;font-size:1.4rem;color:#8c8c8c}.add-project-modal__link-display{padding:0 2rem;height:6rem;background:#fff;border:.1rem solid #1464FF;border-radius:.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;cursor:pointer}.add-project-modal__link-display:hover{box-shadow:0 0 0 3px #5a50ff1a}.add-project-modal__link-text{margin:0;font-size:1.6rem;color:#2964aa;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.add-project-modal__link-icon{width:1.6rem;height:1.6rem;fill:#6b6b6b;flex-shrink:0}.environment-help-message{white-space:pre-line}.add-project-modal__env-table-wrapper{width:100%;max-width:100%}.add-project-modal__env-table{width:100%}.add-project-modal__env-table th,.add-project-modal__env-table td{padding:1rem .4rem 1rem 0}.add-project-modal__env-table tbody tr td:first-child{white-space:nowrap}.add-project-modal__env-table tr:not(:last-child) th,.add-project-modal__env-table tr:not(:last-child) td{border-bottom:.1rem solid #f0f0f0}.add-project-modal__env-table thead tr th,.add-project-modal__env-table thead tr td{border-bottom:.1rem solid #0D0D0D}.add-project-modal__env-table th{font-size:1.3rem;font-weight:300;color:#8c8c8c}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{position:fixed;top:0;left:0;z-index:500;display:flex;flex-direction:column;width:30rem;min-width:30rem;max-width:30rem;height:100vh;background-color:#f7f7f7;overscroll-behavior:contain}@media (min-width: 769px){.admin-sidebar{border-right:1px solid #ebebeb}}.admin-sidebar__header{padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:6rem}.admin-sidebar__nav{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0;overscroll-behavior:contain}.admin-sidebar__nav-section{display:flex;flex-direction:column;padding:2rem 1rem;gap:1.4rem}.admin-sidebar__nav-section:not(:last-child){border-bottom:1px solid #ebebeb}.admin-sidebar__nav-section--bottom{margin-top:auto}.admin-sidebar__link-list{display:flex;flex-direction:column;gap:1.4rem}.admin-sidebar__link-item{padding:0 1.4rem}.admin-sidebar__link{color:#6b6b6b}.admin-sidebar__link-text:hover{text-decoration:underline}.admin-sidebar__nav-title{font-size:1.3rem;color:#6b6b6b;padding:0 1.4rem}.admin-sidebar__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:.6rem}.admin-sidebar__nav-item{display:flex;flex-direction:column;gap:.4rem;width:100%}.admin-sidebar__nav-link{position:relative}.admin-sidebar__nav-link[type=button]{width:100%;background:none;border:none;cursor:pointer;text-align:left}.admin-sidebar__nav-arrow{width:1.6rem;height:1.6rem;margin-left:auto;transition:transform .2s ease;flex-shrink:0;color:#6b6b6b}.admin-sidebar__nav-arrow.is-open{transform:rotate(180deg)}.admin-sidebar__submenu{list-style:none;margin:0;padding:0;overflow:hidden;max-height:0;transition:max-height .3s ease}.admin-sidebar__submenu.is-open{max-height:50rem}.admin-sidebar__submenu-item{display:flex;width:100%}.admin-sidebar__submenu-link{width:100%;display:flex;align-items:center;padding:.8rem 1.4rem .8rem 5.2rem;border-radius:5px;font-size:1.3rem;color:#6b6b6b;text-decoration:none;transition:background-color .2s ease}.admin-sidebar__submenu-link:hover{background-color:#ebebeb}.admin-sidebar__submenu-link.is-active{background-color:#ebebeb;color:#0d0d0d;font-weight:500}.admin-main{flex:1;display:flex;flex-direction:column;margin-left:30rem;position:relative;height:100vh;overflow:auto}.admin-content{flex:1;height:100%;overflow:auto;background-color:#fff}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;z-index:100;height:6rem;background-color:#fff;border-bottom:1px solid #ebebeb;padding:0 2rem;align-items:center;justify-content:space-between}.mobile-header__logo{display:flex;align-items:center;gap:1rem;text-decoration:none}.mobile-header__logo-symbol{width:2.4rem;height:2.4rem;fill:#1464ff}.mobile-header__logo-logotype{height:2.2rem;width:auto;margin-top:.4rem;fill:#0a1e41}.mobile-header__menu-button{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#0d0d0d}.mobile-header__menu-icon{width:1.6rem;height:1.6rem}.admin-sidebar__close-button{display:none;width:4rem;height:4rem;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#0d0d0d}.admin-sidebar__close-icon{width:2.4rem;height:2.4rem}.admin-layout__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:400}@media (max-width: 768px){.mobile-header{display:flex}.admin-sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:500}.admin-sidebar.is-open{transform:translate(0)}.admin-sidebar__close-button{display:flex}.admin-layout__overlay{display:block}.admin-main{margin-left:0;padding-top:6rem}}
