          html {
            padding: 18px 36px;
          }

          head {
            display: block;
          }

          body {
            margin: 0;
            padding: 0;
          }

          body > * {
            display: none !important;
          }

          head:after, body:before, body:after {
            display: block !important;
          }

          head:after {
            font-family: sans-serif;
            font-size: large;
            font-weight: bold;
            content: "Error compiling CSS asset";
          }

          body:before, body:after {
            font-family: monospace;
            white-space: pre-wrap;
          }

          body:before {
            font-weight: bold;
            content: "\000a SassC::SyntaxError: Error: Can't find stylesheet to import.\000a     ╷\000a 25  │ ┌ @use 'bulma\002f sass' with (\000a 26  │ │   $dark:                                      $dark,\000a 27  │ │   $background:                                $background,\000a 28  │ │   $grey:                                      $grey,\000a 29  │ │   $grey-light:                                $grey-light,\000a 30  │ │   $primary:                                   $primary,\000a 31  │ │   $danger:                                    $red,\000a 32  │ │   $warning:                                   $yellow,\000a 33  │ │   $success:                                   $green,\000a 34  │ │ \000a 35  │ │   $family-primary:                            '\0022 Baloo 2\0022 , sans-serif',\000a 36  │ │ \000a 37  │ │   \002f \002f  Box\000a 38  │ │   $box-background-color:                      $grey-light,\000a 39  │ │   $box-color:                                 $black,\000a 40  │ │   $box-shadow:                                none,\000a 41  │ │ \000a 42  │ │   \002f \002f  Breadcrumbs\000a 43  │ │   $breadcrumb-item-color:                     $black,\000a 44  │ │   $breadcrumb-item-hover-color:               $primary,\000a 45  │ │ \000a 46  │ │   \002f \002f  Cards\000a 47  │ │   $card-color:                                $white,\000a 48  │ │   $card-background-color:                     transparent,\000a 49  │ │   $card-content-background-color:             $black,\000a 50  │ │   $card-header-background-color:              $black,\000a 51  │ │   $card-header-color:                         $white,\000a 52  │ │   $card-header-padding:                       1rem 1.5rem 0.75rem 1.5rem,\000a 53  │ │   $card-footer-background-color:              $black,\000a 54  │ │   $card-radius:                               2rem,\000a 55  │ │   $card-shadow:                               none,\000a 56  │ │   $card-header-shadow:                        none,\000a 57  │ │   $card-content-padding:                      1.5rem,\000a 58  │ │ \000a 59  │ │   \002f \002f  Dropdown\000a 60  │ │   $dropdown-content-background-color:         $black,\000a 61  │ │   $dropdown-content-padding-bottom:           0,\000a 62  │ │   $dropdown-content-padding-top:              0,\000a 63  │ │   $dropdown-content-radius:                   3rem,\000a 64  │ │ \000a 65  │ │   \002f \002f  Footer\000a 66  │ │   $footer-background-color:                   $black,\000a 67  │ │   $footer-color:                              $white,\000a 68  │ │   $footer-padding:                            3rem 1.5rem,\000a 69  │ │ \000a 70  │ │   \002f \002f  Input\000a 71  │ │   $input-placeholder-color:                   $grey,\000a 72  │ │   $input-icon-hover-color:                    $grey,\000a 73  │ │   $input-icon-focus-color:                    $grey,\000a 74  │ │ \000a 75  │ │   \002f \002f  Messages\000a 76  │ │   $message-body-radius:                       0.75rem,\000a 77  │ │ \000a 78  │ │   \002f \002f  Modal\000a 79  │ │   $modal-background-background-color:         rgba(0, 0, 0, 0.5),\000a 80  │ │   $modal-card-head-background-color:          $white,\000a 81  │ │   $modal-card-foot-background-color:          $black,\000a 82  │ │   $modal-card-body-background-color:          $white,\000a 83  │ │ \000a 84  │ │   \002f \002f  Navbar\000a 85  │ │   $navbar-height:                             5.5rem,\000a 86  │ │   $navbar-item-img-max-height:                4rem,\000a 87  │ │   $navbar-dropdown-offset:                    1.25rem,\000a 88  │ │   $navbar-dropdown-border-width:              0,\000a 89  │ │   $navbar-dropdown-boxed-shadow:              none,\000a 90  │ │ \000a 91  │ │   \002f \002f  Pagination\000a 92  │ │   $pagination-item-border-width:              0,\000a 93  │ │ \000a 94  │ │   \002f \002f  Progress Bar\000a 95  │ │   $progress-bar-background-color:             $dark,\000a 96  │ │ \000a 97  │ │   \002f \002f  Tables\000a 98  │ │   $table-cell-border-width:                   0,\000a 99  │ │   $table-background-color:                    $background,\000a 100 │ │   $table-head-cell-border-width:              0,\000a 101 │ │   $table-head-cell-color:                     $white,\000a 102 │ │   $table-head-background-color:               $black,    \000a 103 │ │   $table-row-hover-background-color:          $grey-light,\000a 104 │ │   $table-striped-row-even-background-color:   $white,\000a 105 │ │   $table-striped-row-even-hover-background-color: $grey-light,\000a 106 │ │ \000a 107 │ │   \002f \002f  Tabs\000a 108 │ │   $tabs-toggle-link-border-style:             none,\000a 109 │ │   $tabs-link-hover-color:                     $white,\000a 110 │ │   $tabs-toggle-link-active-background-color:  $black,\000a 111 │ │   $tabs-toggle-link-active-border-color:      $black,\000a 112 │ │   $tabs-toggle-link-active-color:             $white,\000a 113 │ │ \000a 114 │ │   \002f \002f  Titles\000a 115 │ │   $title-color:                               $black,\000a 116 │ │ );\000a     │ └─^\000a     ╵\000a   \002f mnt\002f apps\002f p529garage\002f releases\002f 20250827020511\002f app\002f assets\002f stylesheets\002f bulma.scss 25:1  root stylesheet";
          }

          body:after {
            content: "\000a   app\002f assets\002f stylesheets\002f bulma.scss:25";
          }
