:root {
  /* Surfaces */
  --bg:           #f7f3ed;   /* warm parchment      */
  --surface:      #ffffff;
  --surface-soft: #faf7f2;   /* off-white warm fill */
  --ink:          #1e1a14;   /* deep espresso       */

  /* Brand / accent */
  --primary:      #c05621;   /* copper-terracotta   */
  --primary-dark: #9d4317;
  --primary-soft: #fef3ea;
  --success:      #2e7d52;   /* forest green        */
  --success-dark: #1f5c3a;
  --danger:       #dc2626;

  /* Text */
  --text:         #281f18;   /* warm near-black     */
  --text-soft:    #5d4f44;
  --text-muted:   #9d8a7c;
  --on-primary:   #ffffff;
  --on-ink:       rgba(255,255,255,.72);

  /* Lines */
  --border:       #e9ddd2;
  --border-soft:  #f2ebe2;

  /* Radius */
  --r-sm: 6px;
  --r:    12px;
  --r-lg: 18px;
  --r-pill: 999px;

  /* Shadow — warm brown undertone */
  --sh-sm: 0 1px 2px rgba(30,22,14,.06), 0 1px 3px rgba(30,22,14,.05);
  --sh:    0 6px 18px rgba(30,22,14,.09);
  --sh-lg: 0 14px 40px rgba(30,22,14,.18);

  /* Misc */
  --gap: 10px;
  --t:   .22s ease;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, ::before, ::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

html, body { height: 100%; }
body {
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
}

h1, h2, h3, h4, h5 { font-family: var(--font); font-weight: 600; line-height: 1.25; }
a { text-decoration: none; color: inherit; }
ul { text-align: left; list-style-type: disclosure-closed; }
input::placeholder { color: var(--text-muted); opacity: 1; }

/* Visible keyboard focus (accessibility) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar       { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--surface-soft); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: var(--r-pill); }

/* ============================================================
   HEADER
   ============================================================ */
header {
  float: left;
  width: 100%;
  text-align: center;
  background: var(--primary);
  box-shadow: 0 6px 20px rgba(192,86,33,.28);
  z-index: 9999;
}
header a {
  display: block;
  padding: 5px 0 0;
  font-family: pacifico, cursive;
  font-size: 25px;
  letter-spacing: 3px;
  color: var(--on-primary);
}
header .site-title span {
  display: block;
  margin: -9px 0 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.site-title img { width: 330px; height: auto; padding-top: 5px; }
.settings-share { float: left; width: 100%; }

/* ============================================================
   SIDE MENU
   ============================================================ */
.menusection {
  position: fixed;
  inset: 0 auto 0 0;
  width: 23%;
  display: none;
  float: left;
  padding: 4px;
  background: var(--ink);
  box-shadow: var(--sh-lg);
  z-index: 9999;
}
.menusection .close {
  position: absolute;
  top: 10px;
  right: -35px;
  padding: 10px 17px;
  font-size: 18px;
  color: var(--on-primary);
  background: var(--primary);
  border: none;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  box-shadow: var(--sh);
  cursor: pointer;
  z-index: 3;
}
.menusection h2 a { margin: 0 0 3px; font-size: 18px; text-align: center; text-transform: capitalize; }
.menusection img { width: 220px; height: auto; }

.bookmarks { float: left; width: 100%; height: 80%; padding: 5px; overflow-y: auto; }
.menusection .bookmarks a {
  padding: 10px;
  text-align: right;
  color: var(--on-ink);
  border-radius: var(--r);
  transition: var(--t);
}
.menusection .bookmarks a:hover { color: var(--ink); background: var(--surface); }

.site-link { position: absolute; inset: auto 0 0 0; padding-bottom: 20px; }
.site-link a { display: block; padding: 3px 20px; font-size: 20px; text-align: left; color: var(--on-ink); }
.site-link a:hover { color: var(--on-primary); }

/* ============================================================
   SOCIAL SHARE BUTTONS
   ============================================================ */
.ssb_link, .ssb_icon { display: inline-block; }
.ssb_link { margin: .1em; color: var(--on-primary); }
.r-s-b {
  padding: .5em .75em;
  border-radius: var(--r-sm);
  font-family: var(--font);
  transition: var(--t);
}
.ssb_icon { stroke: var(--on-primary); fill: none; }
.ssb_icon svg { width: 1em; height: 1em; margin-right: .4em; vertical-align: top; }
.ssb-small svg { margin: 0; vertical-align: middle; }
.ssb_icon--solid, .ssb_icon--solidcircle { fill: var(--on-primary); stroke: none; }

/* Brand colours retained for recognisability */
.ssb-facebook   { background: #3b5998; } .ssb-facebook:hover,  .ssb-facebook:active  { background: #2d4373; }
.ssb-twitter    { background: #55acee; } .ssb-twitter:hover,   .ssb-twitter:active   { background: #2795e9; }
.ssb-pinterest  { background: #bd081c; } .ssb-pinterest:hover  { background: #8c0615; }
.ssb-tumblr     { background: #35465c; } .ssb-tumblr:hover     { background: #222d3c; }
.ssb-reddit     { background: #5f99cf; } .ssb-reddit:hover     { background: #3a80c1; }
.ssb-google     { background: #dd4b39; } .ssb-google:hover     { background: #c23321; }
.ssb-linkedin   { background: #0077b5; } .ssb-linkedin:hover   { background: #046293; }
.ssb-email      { background: #777;    } .ssb-email:hover,     .ssb-email:active     { background: #5e5e5e; }
.ssb-xing       { background: #1a7576; } .ssb-xing:hover       { background: #114c4c; }
.ssb-whatsapp   { background: #25d366; } .ssb-whatsapp:hover,  .ssb-whatsapp:active  { background: #1da851; }
.ssb-hackernews { background: #f60;    } .ssb-hackernews:hover,.ssb-hackernews:focus { background: #fb6200; }
.ssb-vk         { background: #507299; } .ssb-vk:hover         { background: #43648c; }
.ssb-telegram   { background: #54a9eb; } .ssb-telegram:hover   { background: #4b97d1; }

/* ============================================================
   CATEGORY CHIPS
   ============================================================ */
.cats a {
  float: left;
  margin: 5px;
  padding: 8px 20px;
  font-size: 18px;
  color: var(--on-primary);
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--r);
  transition: var(--t);
}
.cats a:hover { background: var(--primary-dark); border-color: var(--primary-dark); }

/* ============================================================
   "FANCY INFO" POPUP
   ============================================================ */
#fancy-info {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 360px;
  background: var(--surface);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  cursor: pointer;
  z-index: 10000;
}
#fancy-info.disappearing {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .1s, opacity .1s linear .1s;
}
#fancytext-name {
  padding: 3px 4px;
  text-align: center;
  font-size: 16px;
  color: var(--on-ink);
  background: var(--ink);
}
#fancy-info .textarea {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: var(--surface-soft);
  border: none;
  font-family: var(--font);
  cursor: text;
}
#fancy-info-copy-container { display: block; width: 100%; text-align: center; }
#adsInPopupDialog { margin: 0 auto; padding-top: 12px; text-align: center; }
#fancy-copy-btn {
  width: 140px;
  height: 30px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--on-primary);
  background: var(--success);
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  transition: var(--t);
}
#fancy-copy-btn:hover { background: var(--success-dark); }

/* ============================================================
   COPIED ALERT TOAST
   ============================================================ */
.copiedalerts {
  display: block;
  position: relative;
  width: 200px;
  top: 10%;
  right: 0;
  overflow: hidden;
  background: var(--primary-dark);
  border-radius: var(--r-lg) 0 0 var(--r-lg);
  box-shadow: var(--sh-lg);
  z-index: 2147483647 !important;
}
.alert-header span {
  display: block;
  padding: 2px 10px;
  font-size: 16px;
  text-align: left;
  color: var(--on-ink);
  background: var(--ink);
}
.the_copied_text {
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  font-size: 1rem;
  color: var(--on-primary);
  background: transparent;
  border: none;
}
.the_copied_text:focus { outline: none; border: 1px solid var(--surface); box-shadow: 0 0 10px rgba(255,255,255,.6); }

/* ============================================================
   MAIN LAYOUT
   ============================================================ */
main, .conversordeletramain { float: left; width: 100%; }
main { margin-top: 10px; }
.container { max-width: 970px; margin: 0 auto; text-align: center; }

h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--text);
  border-radius: var(--r);
}
h4 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ---------- Input field ---------- */
#thenitesharya-text {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  font-family: var(--font);
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: var(--text);
  background: var(--surface);
  border: 2px solid var(--primary);
  border-radius: var(--r);
  box-shadow: var(--sh);
  outline: 0;
}
#thenitesharya-text::placeholder { font-size: 18px; color: var(--text-muted); }

.thenitesharya-text { position: sticky; top: 0; z-index: 999; }
.thenitesharya-text .container { position: relative; }
.thenitesharya-text p { margin-top: 5px; font-size: 12px; text-transform: uppercase; color: var(--text-muted); }
.thenitesharya-text .clear {
  position: absolute;
  top: 3px;
  right: 4px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--danger);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
.thenitesharya-text .clear:hover { color: var(--text); }

/* ============================================================
   RANDOM WORD CLOUD
   ============================================================ */
#random-cloud {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  overflow: auto;
  text-align: center;
  font-family: "Arial Unicode MS", "Lucida Grande", tahoma, verdana, arial, sans-serif;
}
#random-cloud div {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: var(--text-soft);
  border: 1px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
}
#random-cloud div:hover { color: var(--text); background: var(--surface); border-color: var(--border); }
#random-cloud .size10 { font-size: 35px; }
#random-cloud .size9  { font-size: 32px; }
#random-cloud .size8  { font-size: 29px; }
#random-cloud .size7  { font-size: 26px; }
#random-cloud .size6  { font-size: 25px; }
#random-cloud .size5  { font-size: 22px; }
#random-cloud .size4  { font-size: 19px; }
#random-cloud .size3  { font-size: 16px; }
#random-cloud .size2  { font-size: 14px; }
#random-cloud .size1  { font-size: 13px; }

/* ============================================================
   ADS
   ============================================================ */
.ads {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  margin: 14px 0;
  border-radius: var(--r);
  background: var(--surface-soft);
  border: 1.5px dashed var(--border);
  overflow: hidden;
}

/* ============================================================
   MOBILE FLY MENU (hamburger)
   ============================================================ */
#mobile-fly-menu {
  display: block;
  position: absolute;
  float: left;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
#mobile-fly-menu span {
  display: block;
  position: absolute;
  left: 12px;
  height: 4px;
  background: rgba(255,255,255,.80);
  border-radius: 2px;
  transition: .25s ease-in-out;
}
#mobile-fly-menu:hover span { background: var(--surface); }
#mobile-fly-menu span:nth-child(1) { top: 10px; width: 38px; }
#mobile-fly-menu span:nth-child(2) { top: 19px; width: 30px; }
#mobile-fly-menu span:nth-child(3) { top: 28px; width: 22px; }

/* ============================================================
   SETTINGS / FONT-SIZE SLIDER
   ============================================================ */
.settings { float: left; margin-top: 3px; }
.settings input { width: 200px; padding: 2px; cursor: pointer; box-shadow: none; }
.font-size { float: right; padding: 5px; }
.font-size span { font-size: 13px; text-transform: uppercase; color: var(--text-muted); }
.share-link { display: none; }

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 220px;
  height: 2px;
  background: var(--border);
  border-radius: var(--r-sm);
  outline: none;
}
.slider:hover { opacity: 1; }
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: var(--sh-sm);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--primary);
  border: none;
  border-radius: 50%;
  box-shadow: var(--sh-sm);
  cursor: pointer;
}

/* ============================================================
   GENERATED RESULT CARDS
   ============================================================ */
.conversordeletralist,
.conversordeletrarecentlist {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.conversordeletra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--r);
  box-shadow: var(--sh-sm);
  cursor: pointer;
  transition: var(--t);
}
.conversordeletra:hover { background: var(--surface-soft); box-shadow: var(--sh); }
.conversordeletra.zalgo { width: 100%; }

.conversordeletra p {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: var(--font);
  font-size: 20px;
  color: var(--text);
}
.conversordeletra:hover p { color: var(--primary); }

.conversordeletra span {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  color: var(--text-soft);
  z-index: 9;
}
.conversordeletra:hover span { display: block; }
.conversordeletra i { position: absolute; left: 10px; bottom: 5px; font-size: 10px; color: var(--text-soft); }

.conversordeletra div {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--on-primary);
  background: var(--primary);
  cursor: pointer;
  transition: var(--t);
}
.conversordeletra div:hover { background: var(--primary-dark); }

/* Floating "copy" pill on cards / cloud / share */
.conversordeletra button,
#random-cloud button,
.share-link button {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  color: var(--on-ink);
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-pill);
  transition: var(--t);
}
#random-cloud button { top: -5px !important; right: -15px !important; padding: 3px 8px !important; }

/* ============================================================
   FORMS / MISC TEXT
   ============================================================ */
.formrow .formcol { float: left; width: 100%; text-align: left; }
.formrow .formcol p { float: left; width: 48%; margin: 1%; }
.formcol label { color: var(--text-soft); }

p.aryapage { float: left; width: 100%; }
p.loadmore, .loadmore { float: left; width: 100%; }
p.loadmore { clear: both; margin-bottom: 0; text-align: center; }

.share { display: block; float: right; font-size: 12px; text-transform: uppercase; color: var(--text-soft); }
span.sharetext { display: inline-block; padding: 8px; font-size: 15px; color: var(--text); }
.addthis_inline_share_toolbox { float: right; margin: 5px 0; }
.separator { float: left; }

.toplink { float: left; margin-left: 5px; }
.toplink a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: var(--on-primary);
  background: var(--primary);
  border-radius: var(--r-sm);
  transition: var(--t);
}
.toplink a:hover { color: var(--text); background: var(--surface); }

.page-load-status { float: left; width: 100%; text-align: center; color: var(--text-muted); }
.infinite-scroll-last { margin: 2px 0; padding: 2px 0; font-size: 20px; }
a.aryapage-next { visibility: hidden; }

.arya-container { text-align: center; }
.top-link a { display: inline-block; margin: 7px 2px; padding: 5px 10px; color: var(--on-primary); border-radius: var(--r-sm); transition: var(--t); }
.top-link a:hover { color: var(--text); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  background: var(--surface-soft);
}
footer h2 { color: var(--text); font-size: 35px; text-transform: capitalize; }
footer img { max-width: 900px; height: auto; }
footer p { margin: 10px 0; text-align: left; }

h1 { font-size: 3em; text-align: center; color: var(--text); }
p.other-platform { text-align: center; }
p.other-platform img { width: auto; height: 90px; }

.links {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  background: var(--surface);
}
.links a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 16px;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--on-primary);
  background: var(--primary);
  border-radius: var(--r);
  cursor: pointer;
  transition: var(--t);
}
.links a:hover { background: var(--ink); }

/* ============================================================
   LOADER + FLOATING ACTION BUTTONS
   ============================================================ */
.aload { position: relative; width: 4em; height: 1em; margin: 10px auto; font-size: 20px; }
.aload span {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background: var(--success);
  border: 2px solid rgba(255,255,255,.47);
  border-radius: .5em;
  animation: .5s ease infinite;
}
.aload span:nth-child(1), .aload span:nth-child(2) { left: 0; }
.aload span:nth-child(3) { left: 1.5em; }
.aload span:nth-child(4) { left: 3em; }
.aload span:nth-child(1) { animation-name: reveal; }
.aload span:nth-child(2), .aload span:nth-child(3) { animation-name: slide; }
.aload span:nth-child(4) { animation-name: reveal; animation-direction: reverse; }
@keyframes reveal { from { transform: scale(.001); } to { transform: scale(1); } }
@keyframes slide  { to { transform: translateX(1.5em); } }

#load-more {
  margin: 10px 0 5px;
  padding: 10px 55px;
  font-size: 17px;
  color: var(--text-soft);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  cursor: pointer;
  outline: none;
  transition: var(--t);
}
#load-more:hover { color: var(--text); background: var(--surface-soft); }

#scroll, .randomgen {
  position: fixed;
  right: 0;
  bottom: 20%;
  padding: 9px 11px;
  font-size: 20px;
  color: var(--text-muted);
  background: var(--surface);
  border: none;
  border-radius: var(--r-sm);
  box-shadow: var(--sh-sm);
  cursor: pointer;
  outline: none;
  z-index: 99;
  transition: var(--t);
}
#scroll { display: none; }
.randomgen {
  display: block;
  position: absolute;
  float: right;
  right: 0;
  bottom: auto;
  font-size: 15px;
  text-transform: uppercase;
}
#scroll:hover, .randomgen:hover { color: var(--on-primary); background: var(--text-soft); }
.randomgen img, #scroll img { width: 23px; height: 23px; }

/* ============================================================
   FLOURISH POPUP
   ============================================================ */
.flourish-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20,21,26,.55);
  z-index: 999;
}
.hidden { display: none; }
.popup-box {
  display: flex;
  flex-direction: column;
  width: 94%;
  max-width: 500px;
  max-height: 70vh;
  overflow: hidden;
  color: var(--on-primary);
  background: var(--ink);
  border-radius: var(--r);
}
.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 16px;
  background: var(--primary);
}
.popup-header button {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  color: var(--on-primary);
  background: none;
  border: none;
  cursor: pointer;
}
.select-flourish {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 5px 0;
}
.select-flourish label { font-size: 1rem; font-weight: 500; color: var(--on-primary); }
#flourishSelect {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 16px;
  font-size: 1rem;
  color: var(--text);
  background-color: var(--surface);
  border-radius: var(--r-lg);
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 4px), calc(100% - 14px) calc(50% - 4px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  transition: var(--t);
}
#flourishList { flex: 1; margin: 0; padding: 12px; list-style: none; overflow-y: auto; }
#flourishList .conversordeletra { box-shadow: none; }
#flourishList .conversordeletra p { font-size: 1rem; }
.flourishit { padding: 5px; text-align: center; }
#flourishRegenerate {
  width: auto;
  padding: 15px 20px;
  font-size: 1.2rem;
  color: var(--on-primary);
  background: var(--primary);
  border: none;
  border-radius: var(--r-lg);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
#flourishRegenerate:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--sh); }
#flourishRegenerate:active { transform: translateY(1px) scale(.97); box-shadow: var(--sh-sm); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media only screen and (max-width: 970px) {
  .menusection   { width: 35%; }
  .leftsection   { width: 75%; }
  .separator     { display: none; }
  .settings      { position: absolute; top: -37px; }
  .container     { max-width: 100%; }
  nav a          { font-size: 14px; }
  span.sharetext { font-size: 12px; }
  .insta-profile { margin: 20px 16px 15px; }
  .rightside     { width: 100%; margin-left: 0; }
  footer img     { max-width: 90% !important; }
}

@media only screen and (max-width: 600px) {
  .site-title img      { width: 220px; padding-top: 0; }
  .site-title a        { font-size: 17px; }
  .menusection         { width: 70%; }
  .menusection h2 a    { font-size: 14px; }
  main, .conversordeletramain { padding: 2px; }
  .conversordeletralist,
  .conversordeletrarecentlist { padding: 7px; }
  .conversordeletralist h2 { margin: 0; font-size: 16px; }
  #random-cloud        { height: 200px; }
  .settings input      { width: 180px; }
  .resp-sharing-button__link { float: left; margin: 2px; }
  .share_button        { width: 100%; margin-top: 5px; }
  .share_button span   { float: none; }
  .share-link          { padding: 5px; font-size: 13px; }
  .container, .site-info { width: 100%; }
  .site-info           { padding: 0 5px; }
  p.copied             { width: 50%; }
  #thenitesharya-text  { font-size: 18px; }
  .formrow .formcol    { width: 100%; }
  input#creepify_maxHeight, input#creepify_randomization { width: 95%; }
  .randomgen           { padding: 10px 10px 8px; }
  #scroll              { padding: 8px 10px; }
  h1                   { font-size: 1.9em; }
  footer               { padding: 10px; }
  footer h2            { font-size: 1.4em; }
  footer img           { max-width: 100% !important; }
}