*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}.pg-app{height:100vh;height:100dvh;overflow:hidden;background:#f5f5f5;display:flex;flex-direction:column;font-family:Roboto Mono,SF Mono,Consolas,monospace;color:#222}.pg-layout{display:flex;flex:1;min-height:0;gap:16px;padding:8px 16px}.pg-sidebar{width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001f;padding:16px 20px;overflow-y:auto}.pg-sidebar-docs-row{margin-bottom:12px}.pg-main{flex:1;display:flex;justify-content:center;min-width:0;min-height:0}.pg-module-area{flex-shrink:0;height:100%;min-height:0;max-width:100%;aspect-ratio:1000 / 1264}.pg-panel-container{width:100%;height:100%}.pg-panel{width:100%;height:100%;display:block;touch-action:none}.pg-state-panel h1{margin:0 0 10px;font-size:16px;letter-spacing:.05em}.pg-state-panel h2{margin:14px 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#777}.pg-facts,.pg-help{margin:0;padding-left:16px;font-size:12px;line-height:1.6}.pg-facts li,.pg-help li{margin-bottom:3px}.pg-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;vertical-align:baseline}.pg-ratios{line-height:1.9}.pg-ratio{display:inline-block;border:1px solid #ddd;border-radius:3px;padding:0 3px;margin:0 3px 2px 0;white-space:nowrap}.pg-ratio em{color:#888;font-style:normal;margin-left:3px}.pg-note{font-size:12px;line-height:1.5;color:#666;margin:10px 0 0}.pg-doc-table{border-collapse:collapse;width:100%;font-size:13px}.pg-doc-table th,.pg-doc-table td{border-bottom:1px solid #e0e0e0;padding:4px 8px 4px 0;text-align:left;vertical-align:top}.pg-strip{flex-shrink:0;margin:0 16px 4px;display:flex;flex-direction:column;background:#17191c;border-radius:8px;overflow:hidden}.pg-strip-tabs{display:flex;gap:2px;padding:4px 6px 0;flex-shrink:0}.pg-strip-tab{font-family:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#8a939c;background:none;border:none;border-bottom:2px solid transparent;padding:3px 8px;cursor:pointer}.pg-strip-tab:hover{color:#c6ccd2}.pg-strip-tab.is-active{color:#fff;border-bottom-color:#ffd447}.pg-strip-reel{display:flex;align-items:center;gap:6px;margin-left:14px;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#6d757e}.pg-strip-reel select{font-family:inherit;font-size:12px;color:#c6ccd2;background:#202429;border:1px solid #333a41;border-radius:4px;padding:2px 4px;max-width:190px;cursor:pointer}.pg-strip-reel select:hover{color:#fff;border-color:#4a535c}.pg-strip.is-collapsed .pg-strip-tabs{padding-bottom:4px}.pg-strip-collapse{margin-left:auto;font-family:inherit;font-size:12px;letter-spacing:.05em;color:#6d757e;background:none;border:none;padding:3px 8px;cursor:pointer}.pg-strip-collapse:hover{color:#c6ccd2}.pg-strip-body{min-height:0;height:186px;padding:6px 10px 8px;overflow-x:auto;overflow-y:hidden}.pg-tape{display:flex;flex-direction:column;gap:2px;height:100%;min-width:340px}.pg-tape-svg{flex:1;min-height:0;width:100%;display:block}.pg-tape-empty{color:#8a939c;font-size:13px;padding:16px}.pg-tape-label{font-family:inherit;font-size:13px;font-weight:700;fill:#8a939c}.pg-tape-head-label,.pg-tape-meta{font-family:inherit;font-size:12px;fill:#6d757e}.pg-tape-facts{display:flex;justify-content:space-between;gap:12px;color:#9aa3ab;font-size:12px;white-space:nowrap;overflow:hidden}.pg-cards{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:6px}.pg-card{background:#1d2024;border:2px solid #2a2f36;border-radius:6px;padding:4px 7px 6px;font-family:inherit}.pg-card-head{display:flex;justify-content:space-between;align-items:center;font-size:11px}.pg-card-num{font-weight:700;letter-spacing:.05em}.pg-card-chip{color:#9aa3ab;font-size:10px;border:1px solid #3a4048;border-radius:3px;padding:0 3px}.pg-card-ratio{color:#e6eaee;font-size:13px;margin:3px 0 2px}.pg-card-facts{display:flex;justify-content:space-between;color:#7c858e;font-size:10px;white-space:nowrap}.pg-card-bar{margin-top:4px;height:5px;background:#14171a;border-radius:3px;overflow:hidden}.pg-card-bar-fill{height:100%;border-radius:3px}.pg-footer{flex-shrink:0;padding:4px 16px 8px;text-align:center;font-size:12px;color:#6b6b6b}.pg-footer a{color:#2962a8}.module-panel-backdrop{position:fixed;inset:0;z-index:900}.pg-panel,.pg-panel-container,.pg-strip,.pg-cards,.pg-tape{-webkit-user-select:none;user-select:none}@media(max-width:900px){.pg-layout{flex-direction:column;gap:8px;padding:8px}.pg-sidebar{width:100%;max-height:200px;order:2}.pg-main{order:1;width:100%;flex:1;min-height:0}.pg-module-area{aspect-ratio:auto;width:100%;height:auto;flex:1;min-height:0}.pg-strip{margin:0 8px 4px}.pg-strip-body{height:150px}}@media(hover:none)and (pointer:coarse){*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.pg-sidebar,.pg-strip-body{touch-action:pan-x pan-y}}@media(max-width:560px){.pg-module-area{padding-top:38px}}@media(max-width:768px){.pg-layout{padding:calc(6px + env(safe-area-inset-top)) 6px 0}.pg-sidebar,.pg-footer{display:none}.pg-layout{flex:0 1 auto}.pg-main,.pg-module-area{flex:0 0 auto}.pg-module-area{width:100%;height:auto;max-height:100%}.pg-strip{margin:0 6px calc(4px + env(safe-area-inset-bottom));flex:1 1 auto;min-height:0}.pg-strip-body{flex:1 1 auto;height:auto;min-height:120px}.pg-cards{grid-template-columns:repeat(2,1fr)}}
