.pet-card{display:inline-block;position:relative;height:100% !important;border-radius:20px;overflow:hidden;box-shadow:5px 5px 30px rgba(0,0,0,0.3)}
.pet-card-description-69undo{background-image:linear-gradient(0deg,#520efd,#460958)}.pet-card-description-paxee{background-image:linear-gradient(0deg,#d04b10,#b7034c)}
.pet-card-description-69undo,.pet-card-description-paxee{border-radius:40px;position:absolute;top:60%;left:-30px;height:60%;width:115%;transform:rotate(-9deg);z-index:0}.pet-card>*:not(.pet-card-description-69undo,.pet-card-description-paxee){position:relative;z-index:1}.pet-card-body{margin-top:280px}.compaslogo{width:60px;height:60px;color:white;fill:white}.rocket{font-size:50px}.changelog-section{margin:2rem 0 2.5rem}.changelog-card{background:transparent;font-family:'JetBrains Mono','Fira Code','Cascadia Code','Consolas',monospace}.changelog-header{padding:0 0 16px;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px;border-bottom:2px solid #d0d0d0;margin-bottom:20px}.changelog-version{font-family:PPNeueMachina,system-ui,sans-serif;font-size:1.8rem;color:#1a1a1a;letter-spacing:-0.02em;display:flex;align-items:center;gap:4px}.changelog-v{color:#999;font-size:1.1rem}.changelog-eyes{text-decoration:none;font-size:1.5rem;margin-left:8px;transition:transform 0.2s;display:inline-block}.changelog-eyes:hover{transform:scale(1.3)}.changelog-date{color:#999;font-size:0.75rem}.changelog-illustration{float:left;margin:0 24px 12px 0;border-radius:12px;shape-outside:circle(50%)}@media (max-width:767px){.changelog-illustration{float:none;display:block;margin:0 auto 16px;width:200px;height:200px}}.changelog-body{padding:0;overflow:hidden}.changelog-body::after{content:'';display:table;clear:both}.changelog-entry{display:flex;align-items:flex-start;gap:14px;line-height:1.6;margin-bottom:22px;opacity:0;transform:translateY(8px);animation:changelog-slide-in 0.4s ease forwards}.changelog-entry:last-child{margin-bottom:0}.changelog-entry:nth-child(1){animation-delay:0.1s}
.changelog-entry:nth-child(2){animation-delay:0.2s}
.changelog-entry:nth-child(3){animation-delay:0.3s}
.changelog-entry:nth-child(4){animation-delay:0.4s}
.changelog-entry:nth-child(5){animation-delay:0.5s}
.changelog-entry:nth-child(6){animation-delay:0.6s}
.changelog-entry:nth-child(7){animation-delay:0.7s}@keyframes changelog-slide-in{to{opacity:1;transform:translateY(0)}}.changelog-tag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:0.68rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.05em;white-space:nowrap;flex-shrink:0;line-height:1;margin-top:2px}.tag-new{background:#dcfce7;color:#15803d}.tag-fix{background:#dbeafe;color:#1d4ed8}.tag-improved{background:#e0f2fe;color:#0369a1}.tag-known{background:#fef3c7;color:#b45309}.tag-deprecated{background:#ffe4e6;color:#be123c}.tag-wontfix{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.tag-easter{background:#f3e8ff;color:#7c3aed}.changelog-text{color:#374151;font-size:0.88rem}.changelog-text a{color:#2563eb;text-decoration:none;border-bottom:1px solid rgba(37,99,235,0.3);transition:border-color 0.2s}.changelog-text a:hover{border-color:#2563eb}.changelog-entry-deprecated .changelog-text{text-decoration:line-through;text-decoration-color:rgba(190,18,60,0.35);color:#9ca3af}.changelog-entry-easter .changelog-text{font-style:italic;color:#7c3aed}@media (max-width:768px){.changelog-section{margin:1.5rem 0 2rem}.changelog-version{font-size:1.4rem}.changelog-body{gap:14px}.changelog-entry{flex-direction:column;gap:4px}.changelog-tag{font-size:0.62rem;align-self:flex-start}}
particle{position:fixed;top:0;left:0;opacity:0;pointer-events:none;background-repeat:no-repeat;background-size:contain}
.terminal-window{background:#1a1b26;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.4);overflow:hidden;font-family:'JetBrains Mono','Fira Code','Cascadia Code','Consolas',monospace;font-size:14px;line-height:1.5;margin:2rem 0}.terminal-header{background:#24283b;padding:10px 16px;display:flex;align-items:center;gap:12px;user-select:none}.terminal-buttons{display:flex;gap:8px}.terminal-btn{width:12px;height:12px;border-radius:50%;display:inline-block;cursor:pointer;transition:opacity 0.2s,transform 0.1s}.terminal-btn:hover{opacity:0.8;transform:scale(1.2)}.terminal-btn:active{transform:scale(0.9)}.terminal-btn-close{background:#ff5f56}
.terminal-btn-minimize{background:#ffbd2e}
.terminal-btn-maximize{background:#27c93f}.terminal-title{color:#565f89;font-size:12px;flex:1;text-align:center}.terminal-body{padding:16px;height:350px;overflow-y:auto;cursor:text;scroll-behavior:smooth}.terminal-body::-webkit-scrollbar{width:6px}.terminal-body::-webkit-scrollbar-track{background:transparent}.terminal-body::-webkit-scrollbar-thumb{background:#3b4261;border-radius:3px}.terminal-line{margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.terminal-line-output{color:#a9b1d6}.terminal-line-error{color:#e0af68}.terminal-line-danger{color:#f7768e}.terminal-line-success{color:#9ece6a}.terminal-prompt{font-weight:bold;white-space:pre}.terminal-command{color:#c0caf5}.terminal-input-line{display:flex;align-items:center;margin:0;padding:0;position:relative}.terminal-input-display{color:#c0caf5}.terminal-cursor{color:#c0caf5;animation:terminal-blink 1s step-end infinite}@keyframes terminal-blink{0%,100%{opacity:1}50%{opacity:0}}.terminal-hidden-input{position:absolute;opacity:0;width:1px;height:1px;border:0;padding:0;pointer-events:none}.terminal-flash{animation:terminal-flash-anim 0.3s ease 3}@keyframes terminal-flash-anim{0%,100%{opacity:1}50%{opacity:0.3}}.terminal-progress-bar{display:inline}.terminal-shake{animation:terminal-shake-anim 0.1s linear 15}@keyframes terminal-shake-anim{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px) translateY(2px)}50%{transform:translateX(4px) translateY(-2px)}75%{transform:translateX(-2px) translateY(1px)}}.terminal-line-panic{color:#f7768e;font-weight:bold}.terminal-window.terminal-minimized .terminal-body{opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.terminal-window.terminal-minimized .terminal-title{color:#e0af68;transition:color 0.3s ease}.terminal-window.terminal-minimized .terminal-title::after{content:' (свёрнуто)'}.terminal-window .terminal-body{transition:opacity 0.3s ease,visibility 0.3s ease}.terminal-window.terminal-hacker-mode{background:#000;box-shadow:0 0 30px rgba(0,255,0,0.3),0 8px 32px rgba(0,0,0,0.4)}.terminal-window.terminal-hacker-mode .terminal-header{background:#0a0a0a}.terminal-window.terminal-hacker-mode .terminal-title{color:#0f0}.terminal-window.terminal-hacker-mode .terminal-body{background:#000}.terminal-window.terminal-hacker-mode .terminal-line-output,
.terminal-window.terminal-hacker-mode .terminal-command,
.terminal-window.terminal-hacker-mode .terminal-input-display,
.terminal-window.terminal-hacker-mode .terminal-cursor{color:#0f0}.terminal-window.terminal-hacker-mode .terminal-line-success{color:#0f0}.terminal-window.terminal-hacker-mode .terminal-line-error{color:#ff0}.terminal-window.terminal-hacker-mode .terminal-prompt{color:#0f0 !important}.terminal-window.terminal-hacker-mode .terminal-body::-webkit-scrollbar-thumb{background:#0f0}@media (max-width:768px){.terminal-window{font-size:12px;margin:1rem 0}.terminal-body{height:250px;padding:12px}}