:root{--color-bg: #ffffff;--color-text: #000000;--color-border: #000000;--color-hover: #000000;--color-hover-text: #ffffff;--color-muted: #000000;--color-subtle: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;height:100dvh;width:100%;overflow:hidden}body{font-family:Courier New,Courier,monospace;background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}.layout-fixed{height:100%;height:100dvh;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:1rem;overflow:hidden}.btn{background:var(--color-bg);color:var(--color-text);border:2px solid var(--color-border);border-radius:0;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;font-family:inherit;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s;white-space:nowrap}.btn:hover,.hover-effect:hover{background:var(--color-hover);color:var(--color-hover-text);transform:translateY(-2px);box-shadow:4px 4px #000}.card{border:2px solid var(--color-border);padding:1.5rem}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;align-items:center;gap:.5rem}.flex-grow{flex:1 1 0%;min-height:0}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.shrink-0{flex-shrink:0}.w-full{width:100%}.h-full{height:100%}.inbox-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border-bottom:2px solid var(--color-border);padding-bottom:.75rem;margin-bottom:.75rem;flex-shrink:0;min-width:0}.inbox-header-email{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border:1px solid transparent;border-radius:0;transition:border-color .15s,background .15s;min-width:0;flex:1 1 auto;justify-content:flex-end}.inbox-header-email:hover{border-color:var(--color-border)}.inbox-address{font-family:Courier New,Courier,monospace;font-weight:700;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.inbox-grid{display:grid;grid-template-columns:320px 1fr;flex:1 1 0%;min-height:0;border:2px solid var(--color-border);overflow:hidden}@media(max-width:767px){.inbox-grid{display:flex;flex-direction:column;border:none}.inbox-grid>*{flex:1 1 0%;min-height:0;border-right:none;width:100%}}.box-scroll{overflow-y:auto;min-height:0;height:100%}.email-subject{font-size:1.1rem;font-weight:700;overflow-wrap:break-word;word-break:break-word;max-width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-mono{font-family:Courier New,Courier,monospace}.opacity-50,.opacity-70{opacity:1}.overflow-wrap-anywhere{overflow-wrap:anywhere}.bg-gray-50{background-color:var(--color-subtle)}.bg-white{background-color:#fff}.bg-black{background-color:#000}.text-white{color:#fff}.text-gray-600{color:#4b5563}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.border-black{border-color:#000}.border-b{border-bottom:1px solid currentColor}.border-b-2{border-bottom:2px solid currentColor}.border-r-2{border-right:2px solid currentColor}.rounded,.rounded-full{border-radius:0}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.inline-block{display:inline-block}.shadow-sm{box-shadow:2px 2px #000}.shadow-md{box-shadow:4px 4px #000}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.inset-0{inset:0}.relative{position:relative}.absolute{position:absolute}.border-none{border:none}.bg-transparent{background:transparent}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.w-2{width:.5rem}.h-2{height:.5rem}.rounded-full{border-radius:9999px}.bg-green-500{background-color:#22c55e}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-black:hover{background-color:#000}.hover\:text-white:hover{color:#fff}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:shadow-md:hover{box-shadow:4px 4px #000}.hover\:border-black:hover{border-color:#000}.transition-all{transition:all .2s ease}.origin-left{transform-origin:left center}.scale-\[1\.02\]{transform:scale(1.02)}.hidden{display:none}@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}}
