body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem}a{color:#00e;text-decoration:none}.details-box{border-radius:6px;margin:1rem 0;padding:0;overflow:hidden;border:1px solid #ccc;background-color:#f9f9f9}.details-box summary{padding:.8rem 1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5em;background-color:#eee;position:relative}.details-box .icon::before{display:inline-block;width:1em;height:1em;content:"ℹ️"}.details-box.info{border-color:#2196f3;background-color:#e3f2fd}.details-box.info summary{background-color:#bbdefb}.details-box.info .icon::before{content:"ℹ️"}.details-box.success{border-color:#4caf50;background-color:#e8f5e9}.details-box.success summary{background-color:#c8e6c9}.details-box.success .icon::before{content:"✅"}.details-box.warning{border-color:#ff9800;background-color:#fff3e0}.details-box.warning summary{background-color:#ffe0b2}.details-box.warning .icon::before{content:"⚠️"}.details-box.danger{border-color:#f44336;background-color:#ffebee}.details-box.danger summary{background-color:#ef9a9a}.details-box.danger .icon::before{content:"❌"}.details-box .details-content{padding:1rem;border-top:1px solid #ccc}.link-card-wrapper{display:block;text-decoration:none;color:inherit;margin:1em 0;width:100%}.link-card-inner{border:1px solid #ddd;border-radius:12px;padding:16px;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,5%);transition:box-shadow .2s ease,transform .2s ease}.link-card-inner:hover{box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.link-card-content{display:flex;flex-direction:column;gap:.5em}.link-card-title{font-size:1em;font-weight:700;color:#333;line-height:1.4}.link-card-description{font-size:.7em;color:#666;line-height:1.5}.link-card-url{font-size:.7em;color:#888;word-break:break-all}.code-block-wrapper{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-family:Menlo,Monaco,Consolas,monospace;width:100%;max-width:100%}.code-block-wrapper table{width:100%;max-width:100%;table-layout:auto;overflow-x:auto;word-break:break-word}.code-block-header{display:flex;justify-content:space-between;align-items:center;background:#eee;padding:.5rem 1rem;font-size:.9rem;color:#444;border-bottom:1px solid #ddd;width:auto;box-sizing:border-box}.language-label{font-weight:700}.site-header{background-color:#fff;border-bottom:1px solid #ddd;padding:1rem 0}.site-header .container{max-width:1500px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.5rem;font-weight:700;text-decoration:none;color:#333}.site-header nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.site-header nav a{text-decoration:none;color:#555;font-weight:500}.site-header nav a:hover,.site-header nav a.active{color:#07c;border-bottom:2px solid #07c}@media(max-width:768px){.site-header nav ul{display:none}}footer{border-top:1px solid #222;margin-top:1rem}.home-content{padding:2rem;background-color:#f9f9f9}.home-content .container{max-width:1500px;margin:0 auto}.home-content .top-content{background:#383838;width:100%;height:200px;padding:1rem;margin-bottom:2rem;text-align:center;font-weight:700}.home-content .main-content{display:flex;gap:2rem;align-items:flex-start}.home-content .left-content{flex:3;display:flex;flex-direction:column;gap:2rem}.home-content .header-area{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;border-bottom:2px solid #ccc}.home-content .article-link-card-area{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.home-content .article-link-card{display:flex;flex-direction:column;flex:1 1 min(200px,100%);max-width:300px;background:#fff;padding:1rem;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:inherit;transition:box-shadow .3s ease}.home-content .article-link-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.home-content .thumbnail-wrapper{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:4px}.home-content .article-thumbnail{width:100%;height:100%;object-fit:cover}.home-content .thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;padding:.5rem;text-align:center;font-size:1.1rem}.home-content .article-title{font-size:1.2rem;margin-top:.8rem;margin-bottom:.3rem;line-height:1.3;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-content .article-description{font-size:.9rem;color:#666;max-height:3.6em;overflow:hidden;line-height:1.2;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.home-content .right-content{flex:1;background:#fff;padding:1rem;border:1px solid #ddd;border-radius:8px;overflow-wrap:break-word;word-break:break-word}.home-content .profile{font-weight:700;text-align:center}@media(max-width:768px){.home-content .main-content{flex-direction:column}.home-content .article-link-card{flex:1 1 100%}}.single-content{padding:2rem;background-color:#f9f9f9}.single-content .container{max-width:1200px;margin:0 auto}.single-content .main-content{display:flex;gap:2rem;align-items:flex-start;width:100%}.single-content .main-content .left-content{overflow-wrap:break-word;word-break:break-word;min-width:0}.single-content .main-content .left-content .article-content-area{width:100%;max-width:100%}.single-content .left-content{flex:3;max-width:1200px;width:100%;gap:2rem}.single-content .left-content h1{font-size:2.2rem;margin-top:3rem;margin-bottom:1.5rem;border-bottom:3px solid #4a90e2;padding-bottom:.5rem;color:#222}.single-content .left-content h2{font-size:1.8rem;margin-top:2.5rem;margin-bottom:1rem;border-left:5px solid #4a90e2;padding-left:1rem;background-color:#f2f6fb;color:#333}.single-content .left-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.8rem;padding-left:.6rem;border-left:3px solid #9ebce2;color:#444}.single-content .left-content h4{font-size:1.3rem;margin-top:1.6rem;margin-bottom:.6rem;color:#555;font-weight:600}.single-content .left-content h5{font-size:1.1rem;margin-top:1.4rem;margin-bottom:.5rem;color:#666;font-weight:600}.single-content .left-content h6{font-size:1rem;margin-top:1.2rem;margin-bottom:.4rem;color:#777;font-weight:600}.single-content .left-content figure{display:flex;justify-content:center;margin:1em 0}.single-content .left-content figure img{max-width:100%;object-fit:contain}.single-content .left-content .image-in-markdown{max-width:100%;height:auto;object-fit:contain}.single-content .right-content{flex:1;background:#fff;padding:1rem;border:1px solid #ddd;border-radius:8px}.single-content .profile{font-weight:700;text-align:center}.single-content .single-toc ul{padding-left:1rem}.single-content .single-toc li{margin-bottom:.5rem}.single-content .single-toc a{text-decoration:none;color:#333}.single-content .single-toc a:hover{text-decoration:underline}.single-content .meta-area{display:flex;align-items:center}.single-content .meta-area{display:flex;align-items:center}.single-content .meta-area .categories-tag-area{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:0;margin-left:1rem;font-size:.85rem;color:#444}@media(max-width:768px){.single-content .main-content{flex-direction:column}}.profile{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #ddd;text-align:center;font-family:sans-serif;box-shadow:0 2px 6px rgba(0,0,0,5%);margin:auto}.profile .header{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#333}.profile .profile-image-area{margin-bottom:1rem;position:relative}.profile .profile-image{width:100px;height:100px;border-radius:50%;object-fit:cover;background-color:#eee;border:2px solid #ccc}.profile .name-area{margin-bottom:1rem;position:relative}.profile .name-header{font-size:.9rem;color:#777;margin-bottom:.3rem}.profile .name-text{font-weight:700;font-size:1.1rem;color:#333}.profile .discription-area{margin-bottom:1.5rem}.profile .description-text{font-size:.95rem;color:#555;line-height:1.4}.profile .about-me-button{display:inline-block;background-color:#3490dc;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.95rem;transition:background-color .2s ease}.profile .about-me-button:hover{background-color:#2779bd}.profile-speech-bubble{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.75);color:#555;border-radius:12px;padding:.8rem 1rem;width:220px;box-shadow:0 4px 12px rgba(0,0,0,.2);font-size:.85rem;animation:fadeInOut 10s ease forwards;opacity:0;z-index:10;text-align:left}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-10px)}10%{opacity:1;transform:translate(-50%,0)}80%{opacity:1;transform:translate(-50%,0)}100%{opacity:0;transform:translate(-50%,-10px)}}.profile-speech-bubble::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:8px;border-style:solid;border-color:rgba(255,255,255,.75)transparent transparent transparent}.speech-content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.speech-meta{font-size:.7rem;color:#555;margin-top:.5rem}.speech-meta a{color:#555;text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}100%{opacity:1;transform:translate(-50%,0)}}.related-articles{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.related-title{font-size:1.2rem;margin-bottom:1rem;border-bottom:1px solid #ccc;padding-bottom:.3rem}.related-card{display:flex;gap:1rem;text-decoration:none;color:inherit;border:1px solid #ddd;border-radius:8px;padding:.5rem;background-color:#f9f9f9;transition:box-shadow .2s}.related-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.related-thumbnail-wrapper{width:80px;aspect-ratio:1/1;overflow:hidden;border-radius:4px;flex-shrink:0}.related-thumbnail{width:100%;height:100%;object-fit:cover}.related-info{display:flex;align-items:center}.related-post-title{font-size:1rem;margin:0;line-height:1.3}.list-area{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem}.list-area .article-area{display:flex;flex-direction:row;gap:1.5rem;text-decoration:none;color:inherit;padding-bottom:1rem;border-bottom:1px solid #ddd;transition:box-shadow .3s ease}.list-area .article-area:hover{box-shadow:0 4px 12px rgba(0,0,0,5%)}.article-thumbnail-wrapper{position:relative;flex:0 0 200px;aspect-ratio:16/9;overflow:hidden;border-radius:8px}.article-thumbnail-wrapper img.article-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;padding:.5rem;text-align:center;font-size:1.1rem;pointer-events:none}.article-text-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}.article-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-description{font-size:.9rem;color:#666;max-height:3.6em;overflow:hidden;line-height:1.4;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.categories-tag-area{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:.5rem;font-size:.85rem;color:#444}.categories-area,.tag-area{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.categories-tag-area .label{font-weight:700;margin-right:.3rem;color:#888}.category-text,.tag-text{background-color:#f0f0f0;color:#333;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;line-height:1}.category-text{background-color:#d8ecff;color:#155a8a}.tag-text{background-color:#ffe9d5;color:#8a4d00}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a{padding:.4rem .8rem;background-color:#eee;border-radius:4px;text-decoration:none;color:#333;font-size:.9rem;transition:background-color .2s}.pagination a:hover{background-color:#ccc}.pagination a.active{background-color:#666;color:#fff;font-weight:700}@media(max-width:768px){.list-area .article-area{flex-direction:column}.article-thumbnail-wrapper{width:100%;flex:none}.article-text-wrapper{width:100%}}/ *   g e n e r a t e d   u s i n g :   h u g o   g e n   c h r o m a s t y l e s   - - s t y l e = m o n o k a i   * /         / *   b a c k g r o u n d   * /   . b g   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   p r e w r a p p e r   * /   . c h r o m a   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   o t h e r   * /   . c h r o m a   . x   {     }     / *   e r r o r   * /   . c h r o m a   . e r r   {   c o l o r : # 9 6 0 0 5 0 ; b a c k g r o u n d - c o l o r : # 1 e 0 0 1 0   }     / *   c o d e l i n e   * /   . c h r o m a   . c l   {     }     / *   l i n e l i n k   * /   . c h r o m a   . l n l i n k s   {   o u t l i n e : n o n e ; t e x t - d e c o r a t i o n : n o n e ; c o l o r : i n h e r i t   }     / *   l i n e t a b l e t d   * /   . c h r o m a   . l n t d   {   v e r t i c a l - a l i g n : t o p ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e t a b l e   * /   . c h r o m a   . l n t a b l e   {   b o r d e r - s p a c i n g : 0 ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e h i g h l i g h t   * /   . c h r o m a   . h l   {   b a c k g r o u n d - c o l o r : # 3 c 3 d 3 8   }     / *   l i n e n u m b e r s t a b l e   * /   . c h r o m a   . l n t   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e n u m b e r s   * /   . c h r o m a   . l n   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e   * /   . c h r o m a   . l i n e   {   d i s p l a y : f l e x ;   }     / *   k e y w o r d   * /   . c h r o m a   . k   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d c o n s t a n t   * /   . c h r o m a   . k c   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d d e c l a r a t i o n   * /   . c h r o m a   . k d   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d n a m e s p a c e   * /   . c h r o m a   . k n   {   c o l o r : # f 9 2 6 7 2   }     / *   k e y w o r d p s e u d o   * /   . c h r o m a   . k p   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d r e s e r v e d   * /   . c h r o m a   . k r   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d t y p e   * /   . c h r o m a   . k t   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e   * /   . c h r o m a   . n   {     }     / *   n a m e a t t r i b u t e   * /   . c h r o m a   . n a   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e b u i l t i n   * /   . c h r o m a   . n b   {     }     / *   n a m e b u i l t i n p s e u d o   * /   . c h r o m a   . b p   {     }     / *   n a m e c l a s s   * /   . c h r o m a   . n c   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e c o n s t a n t   * /   . c h r o m a   . n o   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e d e c o r a t o r   * /   . c h r o m a   . n d   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e e n t i t y   * /   . c h r o m a   . n i   {     }     / *   n a m e e x c e p t i o n   * /   . c h r o m a   . n e   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e f u n c t i o n   * /   . c h r o m a   . n f   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e f u n c t i o n m a g i c   * /   . c h r o m a   . f m   {     }     / *   n a m e l a b e l   * /   . c h r o m a   . n l   {     }     / *   n a m e n a m e s p a c e   * /   . c h r o m a   . n n   {     }     / *   n a m e o t h e r   * /   . c h r o m a   . n x   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e p r o p e r t y   * /   . c h r o m a   . p y   {     }     / *   n a m e t a g   * /   . c h r o m a   . n t   {   c o l o r : # f 9 2 6 7 2   }     / *   n a m e v a r i a b l e   * /   . c h r o m a   . n v   {     }     / *   n a m e v a r i a b l e c l a s s   * /   . c h r o m a   . v c   {     }     / *   n a m e v a r i a b l e g l o b a l   * /   . c h r o m a   . v g   {     }     / *   n a m e v a r i a b l e i n s t a n c e   * /   . c h r o m a   . v i   {     }     / *   n a m e v a r i a b l e m a g i c   * /   . c h r o m a   . v m   {     }     / *   l i t e r a l   * /   . c h r o m a   . l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l d a t e   * /   . c h r o m a   . l d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g   * /   . c h r o m a   . s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g a f f i x   * /   . c h r o m a   . s a   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g b a c k t i c k   * /   . c h r o m a   . s b   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g c h a r   * /   . c h r o m a   . s c   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d e l i m i t e r   * /   . c h r o m a   . d l   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o c   * /   . c h r o m a   . s d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o u b l e   * /   . c h r o m a   . s 2   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g e s c a p e   * /   . c h r o m a   . s e   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l s t r i n g h e r e d o c   * /   . c h r o m a   . s h   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g i n t e r p o l   * /   . c h r o m a   . s i   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g o t h e r   * /   . c h r o m a   . s x   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g r e g e x   * /   . c h r o m a   . s r   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s i n g l e   * /   . c h r o m a   . s 1   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s y m b o l   * /   . c h r o m a   . s s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l n u m b e r   * /   . c h r o m a   . m   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r b i n   * /   . c h r o m a   . m b   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r f l o a t   * /   . c h r o m a   . m f   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r h e x   * /   . c h r o m a   . m h   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r   * /   . c h r o m a   . m i   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r l o n g   * /   . c h r o m a   . i l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r o c t   * /   . c h r o m a   . m o   {   c o l o r : # a e 8 1 f f   }     / *   o p e r a t o r   * /   . c h r o m a   . o   {   c o l o r : # f 9 2 6 7 2   }     / *   o p e r a t o r w o r d   * /   . c h r o m a   . o w   {   c o l o r : # f 9 2 6 7 2   }     / *   p u n c t u a t i o n   * /   . c h r o m a   . p   {     }     / *   c o m m e n t   * /   . c h r o m a   . c   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t h a s h b a n g   * /   . c h r o m a   . c h   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t m u l t i l i n e   * /   . c h r o m a   . c m   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s i n g l e   * /   . c h r o m a   . c 1   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s p e c i a l   * /   . c h r o m a   . c s   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c   * /   . c h r o m a   . c p   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c f i l e   * /   . c h r o m a   . c p f   {   c o l o r : # 7 5 7 1 5 e   }     / *   g e n e r i c   * /   . c h r o m a   . g   {     }     / *   g e n e r i c d e l e t e d   * /   . c h r o m a   . g d   {   c o l o r : # f 9 2 6 7 2   }     / *   g e n e r i c e m p h   * /   . c h r o m a   . g e   {   f o n t - s t y l e : i t a l i c   }     / *   g e n e r i c e r r o r   * /   . c h r o m a   . g r   {     }     / *   g e n e r i c h e a d i n g   * /   . c h r o m a   . g h   {     }     / *   g e n e r i c i n s e r t e d   * /   . c h r o m a   . g i   {   c o l o r : # a 6 e 2 2 e   }     / *   g e n e r i c o u t p u t   * /   . c h r o m a   . g o   {     }     / *   g e n e r i c p r o m p t   * /   . c h r o m a   . g p   {     }     / *   g e n e r i c s t r o n g   * /   . c h r o m a   . g s   {   f o n t - w e i g h t : b o l d   }     / *   g e n e r i c s u b h e a d i n g   * /   . c h r o m a   . g u   {   c o l o r : # 7 5 7 1 5 e   }     / *   g e n e r i c t r a c e b a c k   * /   . c h r o m a   . g t   {     }     / *   g e n e r i c u n d e r l i n e   * /   . c h r o m a   . g l   {     }     / *   t e x t w h i t e s p a c e   * /   . c h r o m a   . w   {     }     