.browser{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--card-shadow);height:400px;overflow:hidden}.browser header{align-items:center;gap:var(--size8);height:42px;padding-inline:var(--size4);justify-content:space-between;display:flex}.browser .tile-row{gap:var(--size3);display:flex}.browser .tile{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.browser .actions{color:var(--color-text2);align-items:center;gap:var(--size1);display:flex}.browser .actions button{border:2px outset;justify-content:center;align-items:center;width:32px;display:flex}.browser .round{background-color:var(--color-border1);border-radius:var(--radius-round);width:8px;height:8px}.browser .back{margin-left:var(--size2)}.browser .url-bar{background-color:var(--color-text1);border-radius:var(--radius-md);color:var(--color-surface);font-size:var(--font-xxs);align-items:center;gap:var(--size1);height:var(--size5);text-align:center;justify-content:center;width:100%;display:flex}.browser.simple{height:max-content}.browser.simple img{width:100%}
